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.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.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.customizer.swing |
This package contains the customizer mechanism that allows you to customize
the appearance of a Perforce JViews Chart component.
|
ilog.views.chart.faces.servlet |
This package provides the main classes that allow to generate a image from a
chart.
|
ilog.views.customizer.styling |
Contains the base class of component CSS adapters,
and the rule customizer logic interface.
|
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.renderer |
Contains the classes that define the renderers of an SDM engine.
|
ilog.views.sdm.util |
Contains SDM utility classes.
|
ilog.views.util.styling |
Contains classes related to component styling.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpTable.setStyleSheets(int index,
String css)
Changes one of the cascading style sheets.
|
void |
IlpTree.setStyleSheets(int index,
String css)
Changes one of the cascading style sheets.
|
void |
IlpEquipment.setStyleSheets(int index,
String css)
Changes one of the cascading style sheets.
|
void |
IlpNetwork.setStyleSheets(int index,
String css)
Changes one of the cascading style sheets.
|
void |
IlpTable.setStyleSheets(int index,
String css,
int updateMask)
Changes one of the cascading style sheets.
|
void |
IlpTree.setStyleSheets(int index,
String css,
int updateMask)
Changes one of the cascading style sheets.
|
void |
IlpEquipment.setStyleSheets(int index,
String css,
int updateMask)
Changes one of the cascading style sheets.
|
void |
IlpNetwork.setStyleSheets(int index,
String css,
int updateMask)
Changes one of the cascading style sheets.
|
void |
IlpTable.setStyleSheets(String[] css)
Sets the cascading style sheets.
|
void |
IlpTree.setStyleSheets(String[] css)
Sets the Cascading Style Sheets.
|
void |
IlpEquipment.setStyleSheets(String[] css)
Sets the cascading style sheets.
|
void |
IlpNetwork.setStyleSheets(String[] css)
Sets the cascading style sheets.
|
void |
IlpTable.setStyleSheets(String[] css,
int updateMask)
Sets the cascading style sheets.
|
void |
IlpTree.setStyleSheets(String[] css,
int updateMask)
Sets the cascading style sheets.
|
void |
IlpEquipment.setStyleSheets(String[] css,
int updateMask)
Sets the cascading style sheets.
|
void |
IlpNetwork.setStyleSheets(String[] css,
int updateMask)
Sets the cascading style sheets.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpStylable.setStyleSheets(int index,
String css,
int updateMask)
Changes one of the cascading style sheets.
|
void |
IlpStylable.setStyleSheets(String[] css,
int updateMask)
Sets the cascading style sheets.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpEquipmentAdapter.setStyleSheets(int index,
String css)
Changes one of the cascading style sheets.
|
void |
IlpEquipmentAdapter.setStyleSheets(int index,
String css,
int updateMask)
Changes one of the cascading style sheets.
|
void |
IlpEquipmentAdapter.setStyleSheets(String[] css)
Sets the cascading style sheets.
|
void |
IlpEquipmentAdapter.setStyleSheets(String[] css,
int updateMask)
Sets the cascading style sheets.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpGraphView.setStyleSheets(int index,
String css)
Changes one of the cascading style sheets.
|
void |
IlpGraphView.setStyleSheets(int index,
String css,
int updateMask)
Changes one of the cascading style sheets.
|
void |
IlpGraphView.setStyleSheets(String[] css)
Sets the cascading style sheets.
|
void |
IlpGraphView.setStyleSheets(String[] css,
int updateMask)
Sets the cascading style sheets.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpListAdapter.setStyleSheets(int index,
String css)
Changes one of the cascading style sheets.
|
void |
IlpListAdapter.setStyleSheets(int index,
String css,
int updateMask)
Changes one of the cascading style sheets.
|
void |
IlpListAdapter.setStyleSheets(String[] css)
Sets the cascading style sheets.
|
void |
IlpListAdapter.setStyleSheets(String[] css,
int updateMask)
Sets the cascading style sheets.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpNetworkAdapter.setStyleSheets(int index,
String css)
Changes one of the cascading style sheets.
|
void |
IlpNetworkAdapter.setStyleSheets(int index,
String css,
int updateMask)
Changes one of the cascading style sheets.
|
void |
IlpNetworkAdapter.setStyleSheets(String[] css)
Sets the cascading style sheets.
|
void |
IlpNetworkAdapter.setStyleSheets(String[] css,
int updateMask)
Sets the cascading style sheets.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpTableView.setStyleSheets(int index,
String css)
Changes one of the cascading style sheets.
|
void |
IlpTableView.setStyleSheets(int index,
String css,
int updateMask)
Changes one of the cascading style sheets.
|
void |
IlpTableView.setStyleSheets(String[] css)
Sets the cascading style sheets.
|
void |
IlpTableView.setStyleSheets(String[] css,
int updateMask)
Sets the cascading style sheets.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpTreeView.setStyleSheets(int index,
String css)
Changes one of the cascading style sheets.
|
void |
IlpAbstractTreeAdapter.setStyleSheets(int index,
String css)
Changes one of the cascading style sheets.
|
void |
IlpTreeView.setStyleSheets(int index,
String css,
int updateMask)
Changes one of the cascading style sheets.
|
void |
IlpAbstractTreeAdapter.setStyleSheets(int index,
String css,
int updateMask)
Changes one of the cascading style sheets.
|
void |
IlpTreeView.setStyleSheets(String[] css)
Sets the cascading style sheets.
|
void |
IlpAbstractTreeAdapter.setStyleSheets(String[] css)
Sets the cascading style sheets.
|
void |
IlpTreeView.setStyleSheets(String[] css,
int updateMask)
Sets the cascading style sheets.
|
void |
IlpAbstractTreeAdapter.setStyleSheets(String[] css,
int updateMask)
Sets the cascading style sheets.
|
Modifier and Type | Method and Description |
---|---|
void |
IltSettings.setStyleSheets(int index,
String css) |
void |
IltSettings.setStyleSheets(String[] css) |
Modifier and Type | Method and Description |
---|---|
void |
IlvChartConfiguration.apply(IlvChart chart)
Apply this configuration on the specified chart.
|
void |
IlvChartConfiguration.applyStyling(IlvChart chart)
Applies the styling of this configuration to the specified chart.
|
void |
IlvChart.setProject(URL project)
Sets the project file URL of this chart.
|
void |
IlvChart.setStyleSheet(String styleSheet)
Sets the value of the
styleSheet property. |
void |
IlvChart.setStyleSheets(int index,
String css)
Changes one of the cascading style sheets.
|
void |
IlvChart.setStyleSheets(String[] css)
Sets the cascading style sheets.
|
void |
IlvChart.setSymbolStyle(IlvSymbolStyle style)
Sets the value of the
symbolStyle property. |
Modifier and Type | Method and Description |
---|---|
void |
IlvChartCSSCustomizerPanel.setRule(String selector)
Sets the styling rule that should be customized.
|
void |
IlvChartCSSCustomizerPanel.setRule(String selector,
URL configFile)
Sets the styling rule that should be customized.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvFacesChartOverview.setStyleSheets(String[] css)
Sets the cascading style sheets.
|
Modifier and Type | Method and Description |
---|---|
IlvCSSRule |
IlvComponentCSSAdapter.getRule(String selector,
boolean create)
Returns the rule that matches the input selector.
|
IlvRuleCustomizerLogic |
IlvComponentCSSAdapter.getRuleCustomizerLogic(String selector)
Returns the rule customizer logic that matches the input rule.
|
void |
IlvComponentCSSAdapter.removeRule(String selector)
Remove the rule that matches the input selector from the rule set of
this object.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvHierarchyChart.setProject(URL project)
Sets the project file URL of this chart.
|
void |
IlvHierarchyChart.setStyleSheet(String styleSheet)
Sets the first style sheet for the chart.
|
void |
IlvHierarchyChart.setStyleSheets(int index,
String css)
Changes one of the Cascading Style Sheets for the chart.
|
void |
IlvHierarchyChart.setStyleSheets(String[] css)
Sets the Cascading Style Sheets for the chart.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvGanttProjectConfiguration.apply(IlvStylable chart)
Applies this configuration to the specified chart.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvMapCSSRenderer.setStyleSheet(String styleSheet)
Sets the value of the
styleSheet property. |
void |
IlvMapCSSRenderer.setStyleSheets(int index,
String css)
Changes one of the cascading style sheets.
|
void |
IlvMapCSSRenderer.setStyleSheets(String[] css)
Sets the cascading style sheets.
|
Constructor and Description |
---|
IlvMapCSSRenderer(IlvFeatureRenderer renderer,
String type,
String[] styleSheets)
Constructs an
IlvMapCSSRenderer . |
IlvMapCSSRenderer(IlvInputStream stream)
Constructs an
IlvMapCSSRenderer from an
IlvInputStream . |
Modifier and Type | Method and Description |
---|---|
void |
IlvScheduleDataChart.setStyleSheet(String styleSheet)
Sets the first style sheet for the chart.
|
void |
IlvScheduleDataChart.setStyleSheets(int index,
String css)
Changes one of the Cascading Style Sheets for the chart.
|
void |
IlvScheduleDataChart.setStyleSheets(String[] css)
Sets the Cascading Style Sheets for the chart.
|
Constructor and Description |
---|
IlvStyleSheetRenderer(Reader css,
URL baseURL)
Creates a renderer to handle CSSs.
|
Constructor and Description |
---|
IlvCSSJViews(Reader css,
URL baseURL)
Constructor.
|
IlvCSSJViews(Reader css,
URL baseURL,
URL[] urlPath)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvCSSIOException
This exception is thrown when there was a problem with I/O while reading
a CSS.
|
class |
IlvCSSparseException
This exception is thrown when an error occurs while parsing a CSS.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvMutableStyleSheet.readStyleSheet(InputStream stream)
Fills this style sheet with all declarations read from the input stream.
|
void |
IlvMutableStyleSheet.readStyleSheet(Reader reader)
Fills this style sheet with all declarations read from the input reader.
|
void |
IlvMutableStyleSheet.readStyleSheet(URL url)
Fills this style sheet with all declarations read from a file.
|
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.