Package | Description |
---|---|
ilog.cpl |
ILOG CPL main package containing ILOG CPL top-level JavaBeansTM and widely used classes.
|
ilog.cpl.table |
Together with
ilog.cpl.IlpTable , this package constitutes the JTGO Table component. |
Modifier and Type | Method and Description |
---|---|
protected IlpTableModel |
IlpTable.createDefaultModel()
Returns the default model object, which is an instance of
IlpTableListModel . |
IlpTableModel |
IlpTable.getModel()
Returns the model associated with the Table component.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpTable.setModel(IlpTableModel model)
Sets the model to use with the Table component and connects it to the
current table view (if not
null ). |
Constructor and Description |
---|
IlpTable(IlpContext context,
IlpTableModel model,
IlpTableView view,
IlpTableController controller)
Table Component constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
IlpAbstractTableModel
Abstract class for table representation model.
|
class |
IlpTableListModel
This class adapts a list model that contains IlpAttributeValueHolders
to a table model.
|
Modifier and Type | Method and Description |
---|---|
IlpTableModel |
IlpTableView.getIlpModel()
Returns the table model associated with the IlpTableView object.
|
IlpTableModel |
IlpTableView.getModel()
Returns the table model associated with the
IlpTableView
object. |
Modifier and Type | Method and Description |
---|---|
void |
IlpTableView.setModel(IlpTableModel model)
Sets the table model to be associated with this IlpTableView object.
|
Constructor and Description |
---|
IlpTableView(IlpTableModel model)
Constructs an
IlpTableView object that is initialized with the
specified IlpTableModel . |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.