Package | Description |
---|---|
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 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.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 | Class and Description |
---|---|
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.
|
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 | Interface and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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 |
---|---|
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.
|
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 . |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.