|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IlpTableModel | |
|---|---|
| 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 ILOG JTGO Table component. |
| Uses of IlpTableModel in ilog.cpl |
|---|
| Methods in ilog.cpl that return IlpTableModel | |
|---|---|
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. |
| Methods in ilog.cpl with parameters of type IlpTableModel | |
|---|---|
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). |
| Constructors in ilog.cpl with parameters of type IlpTableModel | |
|---|---|
IlpTable(IlpContext context,
IlpTableModel model,
IlpTableView view,
IlpTableController controller)
Table Component constructor. |
|
| Uses of IlpTableModel in ilog.cpl.table |
|---|
| Classes in ilog.cpl.table that implement IlpTableModel | |
|---|---|
class |
IlpAbstractTableModel
Abstract class for table representation model. |
class |
IlpTableListModel
This class adapts a list model that contains IlpAttributeValueHolders to a table model. |
| Methods in ilog.cpl.table that return IlpTableModel | |
|---|---|
IlpTableModel |
IlpTableView.getIlpModel()
Returns the table model associated with the IlpTableView object. |
IlpTableModel |
IlpTableView.getModel()
Returns the table model associated with the IlpTableView
object. |
| Methods in ilog.cpl.table with parameters of type IlpTableModel | |
|---|---|
void |
IlpTableView.setModel(IlpTableModel model)
Sets the table model to be associated with this IlpTableView object. |
| Constructors in ilog.cpl.table with parameters of type IlpTableModel | |
|---|---|
IlpTableView(IlpTableModel model)
Constructs an IlpTableView object that is initialized with the
specified IlpTableModel. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||