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. |
ilog.tgo.resource |
Provides classes for handling graphical resources.
|
ilog.views.chart |
Contains all of the main Chart classes and interfaces.
|
ilog.views.chart.faces.servlet |
This package provides the main classes that allow to generate a image from a
chart.
|
ilog.views.gantt |
Contains all of the main Gantt Chart classes,
Beans, and data model interfaces.
|
ilog.views.gantt.project |
Provides classes that are used to apply project files created by the
Gantt Designer to an
IlvGanttChart or an
IlvScheduleChart . |
ilog.views.maps |
This package contains the base classes to write map applications.
|
ilog.views.schedule |
Contains the main Schedule Data chart classes that display numerical information
derived from Gantt data models.
|
ilog.views.sdm |
The main Rogue Wave JViews Stylable Data Mapper (SDM) package.
|
ilog.views.sdm.renderer |
Contains the classes that define the renderers of an SDM engine.
|
ilog.views.sdm.util |
Contains SDM utility classes.
|
ilog.views.util.css |
Welcome to the Customization
by CSS package.
|
ilog.views.util.cssbeans | |
ilog.views.util.styling |
Contains classes related to component styling.
|
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 |
IlpStylable
Defines the interface for JTGO stylable components, that is, the
ability to set/get a CSS and fix a debug mask.
|
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 | 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 | 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.
|
Modifier and Type | Class and Description |
---|---|
class |
IltSettings
This is the JTGO top-level global settings class.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvChart
The chart component uses internally several subcomponents for specific
operations.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvFacesChart
The
IlvFacesChart is a extension of an IlvChart to be
used with the JViews Faces chart components. |
class |
IlvFacesChartOverview
The
IlvFacesChartOverview is a extension of an
IlvFacesChart that is designed to display an overview of an
IlvFacesChart . |
Modifier and Type | Class and Description |
---|---|
class |
IlvGanttChart
A Gantt chart is a chart that displays activities.
|
class |
IlvHierarchyChart
|
class |
IlvScheduleChart
A Schedule chart is a chart that displays the schedule of resources.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvGanttProjectConfiguration.apply(IlvStylable chart)
Applies this configuration to the specified chart.
|
boolean |
IlvGanttProjectConfiguration.canApply(IlvStylable chart)
Returns whether the chart type of this
configuration is compatible with the specified
chart . |
Modifier and Type | Class and Description |
---|---|
class |
IlvMapCSSRenderer
The Cascading Style Sheet (CSS) renderer is a renderer able to customize
another renderer, or able to create a renderer using a CSS file.
|
class |
IlvMapStyleSheetRenderer
Deprecated.
replaced with the
IlvMapStyleSheetRenderer class in the ilog.views.sdm.renderer.map |
Modifier and Type | Class and Description |
---|---|
class |
IlvResourceDataChart
An
IlvResourceDataChart displays time-based numerical data
obtained from the reservations that are
assigned to displayed resources. |
class |
IlvScheduleDataChart
An
IlvScheduleDataChart displays time-based numerical data
obtained from a Gantt data model as a Cartesian x-y
chart. |
Modifier and Type | Class and Description |
---|---|
class |
IlvSDMEngine
IlvSDMEngine is the main class in the
Stylable Data Mapper package. |
class |
IlvSDMView
|
Modifier and Type | Class and Description |
---|---|
class |
IlvStyleSheetRenderer
This class manages a CSS renderer.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvCSSJViews
This subclass of IlvCSSBeans provides access to JViews objects.
|
Modifier and Type | Class and Description |
---|---|
class |
ilog.views.util.css.IlvCSS
Base class to exploit the CSS engine.
|
Modifier and Type | Class and Description |
---|---|
class |
ilog.views.util.cssbeans.IlvCSSBeans
This class uses the IlvCSSEngine and interprets the CSS
declarations as beans property settings.
|
Modifier and Type | Method and Description |
---|---|
IlvStylable |
IlvMutableStyleSheet.getStylable()
Returns the stylable of this mutable style sheet.
|
Constructor and Description |
---|
IlvMutableStyleSheet(IlvStylable stylable)
Creates a new mutable style sheet.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.