public class IltMisc extends Object
IltMisc.SecState
. The latter class defines a number
of useful secondary states that are absent from the standards.Modifier and Type | Class and Description |
---|---|
static class |
IltMisc.SecState |
Modifier | Constructor and Description |
---|---|
protected |
IltMisc() |
Modifier and Type | Method and Description |
---|---|
static void |
ForceInit(ilog.tgo.util.internal.IltForceClassInit object) |
static IltMisc.SecState |
NewSecState(String name,
String description)
Creates a new instance of
IltMisc.SecState . |
static IltStateSystem |
StateSystem()
Returns the only instance of IltAlarm
|
public static IltStateSystem StateSystem()
public static IltMisc.SecState NewSecState(String name, String description)
IltMisc.SecState
.
Once created, this instance can be associated with a graphic
representation. A Misc state can be represented as an icon.
This configuration is defined through method IltSettings.SetValue
,
as follows:
IltMisc.SecState state = IltMist.NewSecState("Misc.SecState.NeedUpgrade", "Indicates that the element needs to be upgraded."); IltSettings.SetValue("Misc.SecState.NeedUpgrade.Icon", image);
name
- a unique namedescription
- the state's description, according to the current
localeIltSettings.SetValue(java.lang.Object, java.lang.Object)
,
IltState.intern()
public static void ForceInit(ilog.tgo.util.internal.IltForceClassInit object)
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.