Package | Description |
---|---|
ilog.cpl.datasource |
Contains data source interfaces and default implementation and some related abstract adapters.
|
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.list |
Contains classes related to the Swing list model.
|
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 |
IlpAbstractAdapter
Abstract adapter.
|
class |
IlpAbstractHierarchyAdapter
Abstract adapter for representing hierarchies of objects.
|
Modifier and Type | Class and Description |
---|---|
class |
IlpEquipmentAdapter
This class adapts a data source to an equipment.
|
Modifier and Type | Class and Description |
---|---|
class |
IlpAbstractNodeAdapter
Abstract node adapter for representing hierarchies of objects.
|
Modifier and Type | Method and Description |
---|---|
IlpRepresentationObjectMapper |
IlpGraphSelectionModel.getRepresentationObjectMapper()
Returns the
IlpRepresentationObjectMapper used
to find the IlpRepresentationObject associated
with an IlpObject . |
IlpRepresentationObjectMapper |
IlpAbstractGraphSelectionModel.getRepresentationObjectMapper()
Returns the
IlpRepresentationObjectMapper used
to find the IlpRepresentationObject associated
with an IlpObject . |
Modifier and Type | Method and Description |
---|---|
void |
IlpGraphSelectionModel.setRepresentationObjectMapper(IlpRepresentationObjectMapper repObjMapper)
Sets the
IlpRepresentationObjectMapper that will
be used to find the IlpRepresentationObject
associated with an IlpObject . |
void |
IlpAbstractGraphSelectionModel.setRepresentationObjectMapper(IlpRepresentationObjectMapper repObjMapper)
Sets the
IlpRepresentationObjectMapper which will
be used to find the IlpRepresentationObject
associated with an IlpObject . |
Modifier and Type | Class and Description |
---|---|
class |
IlpListAdapter
This class adapts a data source to a list model.
|
Modifier and Type | Class and Description |
---|---|
class |
IlpNetworkAdapter
This class adapts a data source to a network.
|
Modifier and Type | Class and Description |
---|---|
class |
IlpTableListAdapter
This class adapts a data source to a table list model.
|
Modifier and Type | Method and Description |
---|---|
IlpRepresentationObjectMapper |
IlpTableView.getRepresentationObjectMapper()
Returns the object mapper.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpTableView.setRepresentationObjectMapper(IlpRepresentationObjectMapper mapper)
Sets the object mapper
|
Modifier and Type | Method and Description |
---|---|
IlpRepresentationObjectMapper |
IlpTableSelectionModel.getRepresentationObjectMapper()
Returns the
IlpRepresentationObjectMapper used
to find the IlpRepresentationObject associated
with an IlpObject . |
IlpRepresentationObjectMapper |
IlpDefaultTableSelectionModel.getRepresentationObjectMapper()
Returns the
IlpRepresentationObjectMapper used
to find the IlpRepresentationObject associated
with an IlpObject . |
Modifier and Type | Method and Description |
---|---|
void |
IlpTableSelectionModel.setRepresentationObjectMapper(IlpRepresentationObjectMapper representationObjectMapper)
Sets the
IlpRepresentationObjectMapper which will
be used to find the IlpRepresentationObject
associated with an IlpObject . |
void |
IlpDefaultTableSelectionModel.setRepresentationObjectMapper(IlpRepresentationObjectMapper representationObjectMapper)
Sets the
IlpRepresentationObjectMapper which will
be used to know the IlpRepresentationObject
associated to an IlpObject . |
Modifier and Type | Class and Description |
---|---|
class |
IlpAbstractTreeAdapter
This class supports the adaptation of a data source in a tree.
|
class |
IlpContainmentTreeAdapter
This class adapts a data source to a containment tree.
|
Modifier and Type | Method and Description |
---|---|
IlpRepresentationObjectMapper |
IlpTreeView.getRepresentationObjectMapper()
Returns the mapper that allows the tree view to know the
correspondence between
IlpRepresentationObject
and IlpObject . |
IlpRepresentationObjectMapper |
IlpTreeSelectionModel.getRepresentationObjectMapper()
Returns the
IlpRepresentationObjectMapper used
to find the IlpRepresentationObject associated
with an IlpObject . |
IlpRepresentationObjectMapper |
IlpDefaultTreeSelectionModel.getRepresentationObjectMapper()
Returns the
IlpRepresentationObjectMapper used
to find the IlpRepresentationObject associated
with an IlpObject . |
Modifier and Type | Method and Description |
---|---|
void |
IlpTreeView.setRepresentationObjectMapper(IlpRepresentationObjectMapper mapper)
Sets a mapper that allows the tree view to know the correspondence
between
IlpRepresentationObject and
IlpObject |
void |
IlpTreeSelectionModel.setRepresentationObjectMapper(IlpRepresentationObjectMapper representationObjectMapper)
Sets the
IlpRepresentationObjectMapper which will
be used to find the IlpRepresentationObject
associated with an IlpObject . |
void |
IlpDefaultTreeSelectionModel.setRepresentationObjectMapper(IlpRepresentationObjectMapper representationObjectMapper)
Sets the
IlpRepresentationObjectMapper which will
be used to find the IlpRepresentationObject
associated with an IlpObject . |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.