Package | Description |
---|---|
ilog.cpl.table.selection |
Contains all the selection model used to maintain the selection in the JTGO Table component.
|
Modifier and Type | Class and Description |
---|---|
class |
IlpAllArea
This class models an area that represents the whole table.
|
Modifier and Type | Method and Description |
---|---|
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 |
IlpTableSelectionModel.getLeadSelection()
Retrieves the
IlpArea composing the temporary lead selection. |
IlpArea |
IlpDefaultTableSelectionModel.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.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpTableSelectionModel.addSelection(IlpArea area)
Adds an
IlpArea to the selection. |
void |
IlpDefaultTableSelectionModel.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 |
IlpTableSelectionModel.isSelected(IlpArea area)
Returns whether an
IlpArea is selected. |
boolean |
IlpDefaultTableSelectionModel.isSelected(IlpArea area)
Returns whether an
IlpArea is selected. |
void |
IlpTableSelectionModel.removeSelection(IlpArea toRemove)
Removes an
IlpArea from the selection. |
void |
IlpDefaultTableSelectionModel.removeSelection(IlpArea area)
Removes an
IlpArea from the selection. |
void |
IlpTableSelectionModel.setLeadSelection(IlpArea newLeadSelection)
Sets the
IlpArea composing the temporary lead selection. |
void |
IlpDefaultTableSelectionModel.setLeadSelection(IlpArea newLeadSelection)
Sets the
IlpArea composing the temporary lead selection. |
void |
IlpTableSelectionModel.setSelection(IlpArea newSelection)
Applies a new selection.
|
void |
IlpDefaultTableSelectionModel.setSelection(IlpArea newSelection)
Applies a new selection.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.