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.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.tree |
Together with
ilog.cpl.IlpTree , this package constitutes
the JTGO Tree component. |
Modifier and Type | Method and Description |
---|---|
IlpGraphicViewStyleManager |
IlpTable.getStyleManager()
Deprecated.
The Style API has been replaced by the Cascading
Style Sheet mechanism. Please use the method
IlpTable.setStyleSheets(java.lang.String[])
or IlpTable.getStyleSheets() instead. |
IlpGraphicViewStyleManager |
IlpTree.getStyleManager()
Deprecated.
The Style API has been replaced by the Cascading
Style Sheet mechanism. Please use the method
setStyleSheets
or getStyleSheets instead. |
IlpGraphicViewStyleManager |
IlpEquipment.getStyleManager()
Deprecated.
The Style API has been replaced by the Cascading Style Sheet
mechanism. Please use the method
setStyleSheets
or getStyleSheets instead. |
IlpGraphicViewStyleManager |
IlpNetwork.getStyleManager()
Deprecated.
The Style API has been replaced by the Cascading Style Sheet
mechanism. Please use the method
setStyleSheets
or getStyleSheets instead. |
Modifier and Type | Method and Description |
---|---|
IlpGraphicViewStyleManager |
IlpEquipmentView.getStyleManager()
Deprecated.
The style API has been replaced by the cascading style sheet
mechanism. Please use the method
setStyleSheets
or getStyleSheets instead. |
Modifier and Type | Method and Description |
---|---|
void |
IlpEquipmentView.setStyleManager(IlpGraphicViewStyleManager configuration)
Deprecated.
The style API has been replaced by the cascading style sheet
mechanism. Please use the method
setStyleSheets
or getStyleSheets instead. |
Modifier and Type | Field and Description |
---|---|
protected IlpGraphicViewStyleManager |
IlpGraphView.configuration
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
IlpGraphicViewStyleManager |
IlpGraphView.getStyleManager()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpGraphView.setStyleManager(IlpGraphicViewStyleManager configuration)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
IlpBasicGraphicViewStyleManager
Deprecated.
The Style API has been replaced by the Cascading Style
Sheet mechanism. Refer to the User's Manual for further information.
|
class |
IlpDefaultGraphicViewStyleManager
Deprecated.
The Style API has been replaced by the Cascading Style
Sheet mechanism. Please refer to the User's Manual for further information.
|
Modifier and Type | Method and Description |
---|---|
protected IlpGraphicViewStyleManager |
IlpAbstractGraphicController.createGraphicViewStyleManager(IlpContext context,
IlpGraphicView view)
Creates the graphic view style manager, either by retrieving it
from an XML file or any other storage, or simply by creating an empty instance.
|
IlpGraphicViewStyleManager |
IlpGraphicView.getStyleManager()
Deprecated.
The Style API has been replaced by the Cascading
Style Sheet mechanism. Please use the method
setStyleSheets
or getStyleSheets instead. |
Modifier and Type | Method and Description |
---|---|
void |
IlpGraphicView.setStyleManager(IlpGraphicViewStyleManager config)
Deprecated.
The Style API has been replaced by the Cascading
Style Sheet mechanism. Please use the method
setStyleSheets
or getStyleSheets instead. |
Modifier and Type | Method and Description |
---|---|
IlpGraphicViewStyleManager |
IlpNetworkView.getStyleManager()
Deprecated.
The Style API has been replaced by the Cascading Style Sheet
mechanism. Use the method
setStyleSheets
or getStyleSheets instead. |
Modifier and Type | Method and Description |
---|---|
void |
IlpNetworkView.setStyleManager(IlpGraphicViewStyleManager configuration)
Deprecated.
The Style API has been replaced by the Cascading Style Sheet
mechanism. Use the method
setStyleSheets
or getStyleSheets instead. |
Modifier and Type | Method and Description |
---|---|
IlpGraphicViewStyleManager |
IlpTableView.getStyleManager()
Deprecated.
The Style API has been replaced by the Cascading
Style Sheet mechanism. Please use the method
setStyleSheets
or getStyleSheets instead. |
Modifier and Type | Method and Description |
---|---|
void |
IlpTableView.setStyleManager(IlpGraphicViewStyleManager manager)
Deprecated.
The Style API has been replaced by the Cascading
Style Sheet mechanism. Please use the method
setStyleSheets
or getStyleSheets instead. |
Modifier and Type | Method and Description |
---|---|
IlpGraphicViewStyleManager |
IlpTreeView.getStyleManager()
Deprecated.
The Style API has been replaced by the Cascading
Style Sheet mechanism. Please use the method
setStyleSheets
or getStyleSheets instead. |
Modifier and Type | Method and Description |
---|---|
void |
IlpTreeView.setStyleManager(IlpGraphicViewStyleManager config)
Deprecated.
The Style API has been replaced by the Cascading
Style Sheet mechanism. Please use the method
setStyleSheets
or getStyleSheets instead. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.