|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.tgo.resource.renderer.IltSettingsRenderer
ilog.tgo.resource.renderer.IltAbstractWindowRenderer
ilog.tgo.resource.renderer.IltSystemWindowRenderer
public class IltSystemWindowRenderer
This class illustrates how you can configure the System Window using cascading style sheets.
This class shows all the properties that can be customized using cascading style sheets.
The CSS configuration can be applied to the Global Settings
(@link ilog.tgo.resource.IltSettings), using
IltSettings.setStyleSheets(String[]).
To customize the global settings programmatically,
use IltSettings.SetValue(Object, Object).
This class can be configured like this in a CSS file:
Settings {
systemWindow: true;
}
SystemWindow {
icon: '@|image("icon1.png")';
acknowledgedIcon: '@|image("icon2.png")';
}
| Constructor Summary | |
|---|---|
IltSystemWindowRenderer()
Default constructor. |
|
| Method Summary | |
|---|---|
String |
getCSSType()
Returns the type used in CSS selectors. |
| Methods inherited from class ilog.tgo.resource.renderer.IltAbstractWindowRenderer |
|---|
getCSSClass, reset, reset, setAcknowledgedIcon, setIcon |
| Methods inherited from class ilog.tgo.resource.renderer.IltSettingsRenderer |
|---|
attach, detach, getChildrenAsArray, isEnabled, setEnabled |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IltSystemWindowRenderer()
| Method Detail |
|---|
public String getCSSType()
SystemWindow
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||