|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IlpTableView | |
|---|---|
| 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. |
| ilog.cpl.table.action | Contains all the action classes used as default interactions or by pop-up menus in the ILOG JTGO Table graphical component. |
| ilog.cpl.table.renderer | Provides the interfaces and classes related to customization of the ILOG JTGO Table component using cascading style sheets. |
| Uses of IlpTableView in ilog.cpl |
|---|
| Methods in ilog.cpl that return IlpTableView | |
|---|---|
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. |
| Methods in ilog.cpl with parameters of type IlpTableView | |
|---|---|
void |
IlpTable.setView(IlpTableView view)
Sets the view associated with the Table component and connects it to the current table model (if not null). |
| Constructors in ilog.cpl with parameters of type IlpTableView | |
|---|---|
IlpTable(IlpContext context,
IlpTableModel model,
IlpTableView view,
IlpTableController controller)
Table Component constructor. |
|
| Uses of IlpTableView in ilog.cpl.table |
|---|
| Methods in ilog.cpl.table that return IlpTableView | |
|---|---|
IlpTableView |
IlpJTable.getIlpTableView()
Returns the IlpTableView which uses this IlpJTable. |
| Constructors in ilog.cpl.table with parameters of type IlpTableView | |
|---|---|
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. |
|
| Uses of IlpTableView in ilog.cpl.table.action |
|---|
| Methods in ilog.cpl.table.action that return IlpTableView | |
|---|---|
IlpTableView |
IlpShowAllAttributes.getView()
Returns the table view where this action is performed. |
| Constructors in ilog.cpl.table.action with parameters of type IlpTableView | |
|---|---|
IlpShowAllAttributes(IlpTableView tableView)
Constructor |
|
IlpToggleAttributeVisibility(IlpTableView tableView,
IlpAttribute attribute)
Constructor |
|
IlpToggleSortingCriterion(IlpTableView tableView,
IlpAttribute attribute)
Constructor |
|
| Uses of IlpTableView in ilog.cpl.table.renderer |
|---|
| Methods in ilog.cpl.table.renderer that return IlpTableView | |
|---|---|
IlpTableView |
IlpViewRenderer.getView()
Access to the table view |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||