Package | Description |
---|---|
ilog.cpl.equipment |
Together with
ilog.cpl.IlpEquipment , this package constitutes
the JTGO Equipment component. |
ilog.cpl.graph |
Contains the abstract common implementation for both the
IlpNetwork and IlpEquipment components,
including a model, a view and a controller and
related classes. |
ilog.cpl.graphic |
Provides classes and interfaces to create graphic objects.
|
ilog.cpl.interactor |
Contains all the base classes of interactors.
|
ilog.cpl.network |
Together with
ilog.cpl.IlpNetwork , this package constitutes the JTGO Network component. |
ilog.cpl.table |
Together with
ilog.cpl.IlpTable , this package constitutes the JTGO Table component. |
ilog.cpl.table.interactor |
Contains all the table-specific interactors giving the JTGO Table component its default behavior.
|
ilog.cpl.table.selection |
Contains all the selection model used to maintain the selection in the JTGO Table component.
|
ilog.cpl.tree |
Together with
ilog.cpl.IlpTree , this package constitutes
the JTGO Tree component. |
Modifier and Type | Interface and Description |
---|---|
interface |
IlpEquipmentSelectionModel
This model gives access to and maintains the selected object in an
IlpEquipmentView . |
Modifier and Type | Class and Description |
---|---|
class |
IlpAbstractEquipmentSelectionModel
This class is an implementation of the
IlpNetworkSelectionModel
interface which handles notification to listeners of the model. |
class |
IlpDefaultEquipmentSelectionModel
This is the default implementation of
IlpEquipmentSelectionModel . |
Modifier and Type | Interface and Description |
---|---|
interface |
IlpGraphSelectionModel
This model gives access to and maintains the selected object in an
IlpGraphView . |
Modifier and Type | Class and Description |
---|---|
class |
IlpAbstractGraphSelectionModel
This class is an implementation of the
IlpGraphSelectionModel
interface that handles notification to listeners of the model. |
Modifier and Type | Method and Description |
---|---|
IlpRepresentationObjectSelectionModel |
IlpGraphView.getRepresentationObjectSelectionModel()
Returns the
IlpRepresentationObjectSelectionModel
used to handle the selection of representation objects. |
Modifier and Type | Method and Description |
---|---|
IlpRepresentationObjectSelectionModel |
IlpGraphicView.getRepresentationObjectSelectionModel()
Returns the
IlpRepresentationObjectSelectionModel
used to handle the selection of representation objects. |
Modifier and Type | Method and Description |
---|---|
JPopupMenu |
IlpAbstractPopupMenuFactory.createPopupMenu(IlpRepresentationObjectSelectionModel rpSelectionModel)
Redefine this method if you want to create your pop-up menu, knowing the
selected representation objects in the view the menu is made for.
|
protected void |
IlpAbstractInteractor.manageSelection(IlpInteractionContext ctxt,
IlpRepresentationObjectSelectionModel selectionModel,
IlpRepresentationObject ro)
This method is called before displaying a pop-up menu to update the
selection.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IlpNetworkSelectionModel
This model gives access to and maintains the selected object in an
IlpNetworkView . |
Modifier and Type | Class and Description |
---|---|
class |
IlpAbstractNetworkSelectionModel
This class is an implementation of the
IlpNetworkSelectionModel
interface which handles notification to listeners of the model. |
class |
IlpDefaultNetworkSelectionModel
This is the default implementation of
IlpNetworkSelectionModel . |
Modifier and Type | Method and Description |
---|---|
IlpRepresentationObjectSelectionModel |
IlpTableView.getRepresentationObjectSelectionModel()
Returns the
IlpRepresentationObjectSelectionModel
used to handle the selection of representation objects. |
Modifier and Type | Method and Description |
---|---|
protected void |
IlpDefaultTableViewInteractor.manageSelection(IlpInteractionContext ctxt,
IlpRepresentationObjectSelectionModel selectionModel,
IlpRepresentationObject ro)
Redefined to manage the selection when a pop-up menu is about to be
displayed, taking care of the particular selection of the table which
allows the selection of an attribute for a representation object (cell selection).
|
Modifier and Type | Interface and Description |
---|---|
interface |
IlpTableSelectionModel
Defines the selection model API for table views.
|
Modifier and Type | Class and Description |
---|---|
class |
IlpDefaultTableSelectionModel
Default data model for selection of
IlpRepresentationObject s. |
Modifier and Type | Interface and Description |
---|---|
interface |
IlpTreeSelectionModel
Tree selection model for the
IlpTree . |
Modifier and Type | Class and Description |
---|---|
class |
IlpDefaultTreeSelectionModel
Default implementation of
IlpTreeSelectionModel . |
Modifier and Type | Method and Description |
---|---|
IlpRepresentationObjectSelectionModel |
IlpTreeView.getRepresentationObjectSelectionModel()
Returns the
IlpRepresentationObjectSelectionModel
used to handle the selection of representation objects. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.