|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IlpObjectSelectionModel | |
|---|---|
| ilog.cpl | ILOG CPL main package containing ILOG CPL top-level JavaBeansTM and widely used classes. |
| ilog.cpl.equipment | Together with ilog.cpl.IlpEquipment, this package constitutes
the ILOG 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 ILOG JTGO Network component. |
| ilog.cpl.table | Together with ilog.cpl.IlpTable, this package constitutes the ILOG JTGO Table component. |
| ilog.cpl.table.selection | Contains all the selection model used to maintain the selection in the ILOG JTGO Table component. |
| ilog.cpl.tree | Together with ilog.cpl.IlpTree, this package constitutes
the ILOG JTGO Tree component. |
| Uses of IlpObjectSelectionModel in ilog.cpl |
|---|
| Classes in ilog.cpl that implement IlpObjectSelectionModel | |
|---|---|
class |
IlpEquipment
The equipment component, which serves as an aggregation of MVC components for displaying equipment objects, such as shelves, cards and ports. |
class |
IlpNetwork
This class is the network component. |
class |
IlpTable
The table component that serves as an aggregation of MVC components for a table. |
class |
IlpTree
The Tree Component, used to represent hierarchical data. |
| Uses of IlpObjectSelectionModel in ilog.cpl.equipment |
|---|
| Subinterfaces of IlpObjectSelectionModel in ilog.cpl.equipment | |
|---|---|
interface |
IlpEquipmentSelectionModel
This model gives access to and maintains the selected object in an IlpEquipmentView. |
| Classes in ilog.cpl.equipment that implement IlpObjectSelectionModel | |
|---|---|
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. |
| Uses of IlpObjectSelectionModel in ilog.cpl.graph |
|---|
| Subinterfaces of IlpObjectSelectionModel in ilog.cpl.graph | |
|---|---|
interface |
IlpGraphSelectionModel
This model gives access to and maintains the selected object in an IlpGraphView. |
| Classes in ilog.cpl.graph that implement IlpObjectSelectionModel | |
|---|---|
class |
IlpAbstractGraphSelectionModel
This class is an implementation of the IlpGraphSelectionModel
interface that handles notification to listeners of the model. |
| Uses of IlpObjectSelectionModel in ilog.cpl.graphic |
|---|
| Subinterfaces of IlpObjectSelectionModel in ilog.cpl.graphic | |
|---|---|
interface |
IlpGraphicComponent
This interface models common characteristics of JTGO graphic components. |
interface |
IlpInteractiveGraphicComponent
This interface models common characteristics of JTGO graphic components that support view interactors. |
| Uses of IlpObjectSelectionModel in ilog.cpl.interactor |
|---|
| Methods in ilog.cpl.interactor with parameters of type IlpObjectSelectionModel | |
|---|---|
JPopupMenu |
IlpAbstractPopupMenuFactory.createPopupMenu(IlpObjectSelectionModel ilpSelectionModel)
Redefine this method if you want to create your pop-up menu, knowing the selected business objects in the view the menu is made for. |
| Uses of IlpObjectSelectionModel in ilog.cpl.network |
|---|
| Subinterfaces of IlpObjectSelectionModel in ilog.cpl.network | |
|---|---|
interface |
IlpNetworkSelectionModel
This model gives access to and maintains the selected object in an IlpNetworkView. |
| Classes in ilog.cpl.network that implement IlpObjectSelectionModel | |
|---|---|
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. |
| Uses of IlpObjectSelectionModel in ilog.cpl.table |
|---|
| Methods in ilog.cpl.table with parameters of type IlpObjectSelectionModel | |
|---|---|
JPopupMenu |
IlpDefaultTableMenuFactory.createPopupMenu(IlpObjectSelectionModel ilpSelectionModel)
Creates the table default pop-up menu. |
JPopupMenu |
IlpDefaultTableHeaderMenuFactory.createPopupMenu(IlpObjectSelectionModel ilpSelectionModel)
Creates the table header default pop-up menu. |
JPopupMenu |
IlpDefaultTableHeaderMenuFactory.createPopupMenu(IlpTableHeaderInteractionContext context,
IlpAttribute attribute,
IlpObjectSelectionModel ilpSelectionModel)
Creates the table header default pop-up menu. |
| Uses of IlpObjectSelectionModel in ilog.cpl.table.selection |
|---|
| Subinterfaces of IlpObjectSelectionModel in ilog.cpl.table.selection | |
|---|---|
interface |
IlpTableSelectionModel
Defines the selection model API for table views. |
| Classes in ilog.cpl.table.selection that implement IlpObjectSelectionModel | |
|---|---|
class |
IlpDefaultTableSelectionModel
Default data model for selection of IlpRepresentationObjects. |
| Uses of IlpObjectSelectionModel in ilog.cpl.tree |
|---|
| Subinterfaces of IlpObjectSelectionModel in ilog.cpl.tree | |
|---|---|
interface |
IlpTreeSelectionModel
Tree selection model for the IlpTree. |
| Classes in ilog.cpl.tree that implement IlpObjectSelectionModel | |
|---|---|
class |
IlpDefaultTreeSelectionModel
Default implementation of IlpTreeSelectionModel. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||