|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IlpArea | |
|---|---|
| ilog.cpl.table.selection | Contains all the selection model used to maintain the selection in the ILOG JTGO Table component. |
| Uses of IlpArea in ilog.cpl.table.selection |
|---|
| Subclasses of IlpArea in ilog.cpl.table.selection | |
|---|---|
class |
IlpAllArea
This class models an area that represents the whole table. |
| Methods in ilog.cpl.table.selection that return IlpArea | |
|---|---|
IlpArea |
IlpArea.getAttributesArea()
Returns a new area that contains only the attributes. |
IlpArea |
IlpAllArea.getAttributesArea()
Returns a new area that contains only the attributes. |
IlpArea |
IlpArea.getIntersection(IlpArea area)
Returns an area representing the intersection of the current area and the given one. |
IlpArea |
IlpDefaultTableSelectionModel.getLeadSelection()
Retrieves the IlpArea composing the temporary lead selection. |
IlpArea |
IlpTableSelectionModel.getLeadSelection()
Retrieves the IlpArea composing the temporary lead selection. |
IlpArea |
IlpArea.getRepresentationObjectsArea()
Returns a new area that contains only the representation objects. |
IlpArea |
IlpAllArea.getRepresentationObjectsArea()
Returns a new area that contains only the representation objects. |
| Methods in ilog.cpl.table.selection with parameters of type IlpArea | |
|---|---|
void |
IlpDefaultTableSelectionModel.addSelection(IlpArea area)
Adds an IlpArea to the selection. |
void |
IlpTableSelectionModel.addSelection(IlpArea area)
Adds an IlpArea to the selection. |
boolean |
IlpArea.contains(IlpArea area)
Returns true if the current area contains the given area. |
IlpArea |
IlpArea.getIntersection(IlpArea area)
Returns an area representing the intersection of the current area and the given one. |
boolean |
IlpDefaultTableSelectionModel.isSelected(IlpArea area)
Returns whether an IlpArea is selected. |
boolean |
IlpTableSelectionModel.isSelected(IlpArea area)
Returns whether an IlpArea is selected. |
void |
IlpDefaultTableSelectionModel.removeSelection(IlpArea area)
Removes an IlpArea from the selection. |
void |
IlpTableSelectionModel.removeSelection(IlpArea toRemove)
Removes an IlpArea from the selection. |
void |
IlpDefaultTableSelectionModel.setLeadSelection(IlpArea newLeadSelection)
Sets the IlpArea composing the temporary lead selection. |
void |
IlpTableSelectionModel.setLeadSelection(IlpArea newLeadSelection)
Sets the IlpArea composing the temporary lead selection. |
void |
IlpDefaultTableSelectionModel.setSelection(IlpArea newSelection)
Applies a new selection. |
void |
IlpTableSelectionModel.setSelection(IlpArea newSelection)
Applies a new selection. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||