Package | Description |
---|---|
ilog.cpl |
ILOG CPL main package containing ILOG CPL top-level JavaBeansTM and widely used classes.
|
ilog.cpl.css |
Contains basic classes to provide the customization of graphic components and objects through CSS.
|
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.graphic |
Provides classes and interfaces to create graphic objects.
|
ilog.cpl.graphic.views |
Provides graphic object and graphic view classes for creating and configuring
graphic views based on Rogue Wave JViews.
|
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.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.
|
Constructor and Description |
---|
IlpMutableStyleSheet(IlpStylable s)
Creates a new mutable style sheet.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IlpStylableAdapter
IlpStylableAdapter defines an adapter that can be customized
using Cascading Style Sheets (CSS). |
Modifier and Type | Class and Description |
---|---|
class |
IlpEquipmentAdapter
This class adapts a data source to an equipment.
|
class |
IlpEquipmentView
This class displays the contents of an
IlpEquipmentModel
in a Rogue Wave JViews grapher. |
Modifier and Type | Class and Description |
---|---|
class |
IlpGraphView
This class displays the contents of an
IlpGraphModel
in a Rogue Wave JViews grapher. |
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.
|
interface |
IlpStylableGraphicView
This interface models views where objects can be graphically
represented according to the Model-View-Controller paradigm
and that can be customized using Cascading Style Sheets (CSS).
|
Modifier and Type | Interface and Description |
---|---|
interface |
IlpStylableViewsView
This is a graphic view that uses a Rogue Wave JViews
IlvManagerView
object for displaying and that can be customized using Cascading
Style Sheets (CSS). |
Modifier and Type | Class and Description |
---|---|
class |
IlpListAdapter
This class adapts a data source to a list model.
|
Modifier and Type | Method and Description |
---|---|
protected IlpStylable |
IlpListAdapter.createCSSDelegate()
Creates the stylable object that will be used to customize
the adapter.
|
Modifier and Type | Class and Description |
---|---|
class |
IlpNetworkAdapter
This class adapts a data source to a network.
|
class |
IlpNetworkView
This class displays the contents of an
IlpNetworkModel
in a Rogue Wave JViews grapher. |
Modifier and Type | Class and Description |
---|---|
class |
IlpTableListAdapter
This class adapts a data source to a table list model.
|
class |
IlpTableView
This class is the view part of the JTGO Table Component.
|
Modifier and Type | Method and Description |
---|---|
protected IlpStylable |
IlpTableListAdapter.createCSSDelegate()
Creates the stylable object that will be used to customize
the adapter.
|
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.
|
class |
IlpTreeView
Graphic view part of the MVC architecture for the tree component.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.