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. |
ilog.cpl.table.action |
Contains all the action classes used as default interactions or by pop-up menus in the JTGO Table graphical
component.
|
ilog.cpl.table.renderer |
Provides the interfaces and classes related to customization of the JTGO Table component using cascading style sheets.
|
Modifier and Type | Method and Description |
---|---|
protected IlpTableView |
IlpTable.createDefaultView()
Returns the default view, which is an instance of
IlpTableView . |
IlpTableView |
IlpTable.getView()
Returns the view associated with the Table component.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpTable.setView(IlpTableView view)
Sets the view associated with the Table component and connects it to the
current table model (if not
null ). |
Constructor and Description |
---|
IlpTable(IlpContext context,
IlpTableModel model,
IlpTableView view,
IlpTableController controller)
Table Component constructor.
|
Modifier and Type | Method and Description |
---|---|
IlpTableView |
IlpJTable.getIlpTableView()
Returns the
IlpTableView which uses this IlpJTable . |
Constructor and Description |
---|
IlpJTable(IlpTableView tableView)
Constructs an IlpJTable.
|
IlpTableAttributeComparator(IlpTableView tableView,
IlpAttribute attribute)
Creates an attribute comparator for a particular
IlpTableView . |
IlpTableAttributeComparator(IlpTableView tableView,
IlpAttribute attribute,
boolean ascendingOrder,
boolean useDisplayValue)
Creates an attribute comparator for a particular
IlpTableView . |
IlpTableCellRenderer(IlpTableView ilpTableView)
Constructs an
IlpTableCellRenderer . |
IlpTableHeaderRenderer(IlpTableView ilpTableView)
Constructs an
IlpTableHeaderRenderer . |
Modifier and Type | Method and Description |
---|---|
IlpTableView |
IlpShowAllAttributes.getView()
Returns the table view where this action is performed.
|
Constructor and Description |
---|
IlpShowAllAttributes(IlpTableView tableView)
Constructor
|
IlpToggleAttributeVisibility(IlpTableView tableView,
IlpAttribute attribute)
Constructor
|
IlpToggleSortingCriterion(IlpTableView tableView,
IlpAttribute attribute)
Constructor
|
Modifier and Type | Method and Description |
---|---|
IlpTableView |
IlpViewRenderer.getView()
Access to the table view
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.