Package | Description |
---|---|
ilog.views.chart.customizer.swing |
This package contains the customizer mechanism that allows you to customize
the appearance of a Rogue Wave JViews Chart component.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvChartCSSCustomizerPanel.conditionChanged(String conditionId,
boolean updateValue,
boolean updateEnabled,
boolean updateVisible)
This method must be called whenever an external condition changes
that requires that certain Swing controls become enabled or disabled
and visible or invisible.
|
void |
IlvChartCSSCustomizerPanel.setConfigurationFile(URL configFile)
Sets the configuration file to be used for the rule customizer.
|
void |
IlvChartCSSCustomizerPanel.setDeclarationStatusIconEnabled(boolean enabled,
boolean reload)
Enables or disables the display of declaration status icons.
|
void |
IlvChartCSSCustomizerPanel.setEditAsTextEnabled(boolean enabled,
boolean reload)
Enables or disables the editing as text of the values
of CSS expressions.
|
void |
IlvChartCSSCustomizerPanel.setRule(IlvCSSRule rule)
Sets the styling rule that should be customized.
|
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.
|
void |
IlvChartCSSCustomizerPanel.setRuleCustomizerLogic(IlvRuleCustomizerLogic ruleCustomizerLogic)
Sets the rule customizer logic to be displayed.
|
void |
IlvChartCSSCustomizerPanel.setRuleCustomizerLogic(IlvRuleCustomizerLogic ruleCustomizerLogic,
URL configFile)
Sets the rule customizer logic to be displayed with the input configuration file.
|
void |
IlvChartCSSCustomizerPanel.update()
Updates the customizer.
|
void |
IlvChartCSSCustomizerPanel.update(boolean updateValue,
boolean updateEnabled,
boolean updateVisible)
Updates the customizer.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.