Package | Description |
---|---|
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.table |
Together with
ilog.cpl.IlpTable , this package constitutes the JTGO Table component. |
ilog.cpl.tree |
Together with
ilog.cpl.IlpTree , this package constitutes
the JTGO Tree component. |
Modifier and Type | Method and Description |
---|---|
IlpGraphicHolder |
IlpGraphView.getGraphicHolder()
Returns the association between representation objects
and graphic objects.
|
Modifier and Type | Class and Description |
---|---|
class |
IlpDefaultGraphicHolder
This graphic holder stores the combinations
<IlpRepresentationObject, IlpGraphic>
and <<IlpRepresentationObject, IlpAttribute>, IlpGraphic> . |
class |
IlpEmptyGraphicHolder
This is an empty graphic holder.
|
Modifier and Type | Method and Description |
---|---|
IlpGraphicHolder |
IlpGraphicView.getGraphicHolder()
Returns the association between object representations
and graphics.
|
Modifier and Type | Method and Description |
---|---|
IlpGraphicHolder |
IlpTableView.getGraphicHolder()
Returns the
IlpGraphicHolder used by the table. |
Modifier and Type | Method and Description |
---|---|
void |
IlpTableView.setGraphicHolder(IlpGraphicHolder holder)
Sets the
IlpGraphicHolder used by the table. |
Modifier and Type | Method and Description |
---|---|
IlpGraphicHolder |
IlpTreeView.getGraphicHolder()
Returns the association between object representations
and graphics.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.