|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.tgo.mapper.IltMapper
ilog.tgo.mapper.state.IltStateSystemMapper
ilog.tgo.model.IltMiscDefaultMapper
IltSettings.SetValue. The property is identified as
the name of the secondary state that is being configuration, for
instance: IltSettings.SecState("Misc.SecState.DoorAjar.Icon", image)
public class IltMiscDefaultMapper
This class is the default IltStateSystemMapper for
the IltMisc state system.
IltSettings| Field Summary |
|---|
| Fields inherited from class ilog.tgo.mapper.state.IltStateSystemMapper |
|---|
DefaultPrimaryStateMapperFactory, DefaultSecondaryStateMapperFactory |
| Constructor Summary | |
|---|---|
IltMiscDefaultMapper()
Deprecated. |
|
| Method Summary | |
|---|---|
static Image |
GetSecStateMapping(IltMisc.SecState state)
Deprecated. Please use IltSettings.GetValue(property), where
property is the name of the state being queried for instance "Misc.SecState.DoorAjar"
and the "Icon" suffix, "Misc.SecState.DoorAjar.Icon". |
static void |
SetSecStateMapping(IltMisc.SecState state,
Image icon)
Deprecated. Please use IltSettings.SetValue(property, image), where
property is the name of the state being configured for instance "Misc.SecState.DoorAjar"
and the "Icon" suffix, "Misc.SecState.DoorAjar.Icon". |
| Methods inherited from class ilog.tgo.mapper.state.IltStateSystemMapper |
|---|
add, createPrimaryStateMapper, createSecondaryStateMapper, get, get, mapState, remove, setPrimaryStateMapperFactory, setPrimaryStateMapping, setSecondaryStateMapperFactory, setSecondaryStateMapping, setSecondaryStateMapping, setSecondaryStateMapping, setSecondaryStateMapping |
| Methods inherited from class ilog.tgo.mapper.IltMapper |
|---|
initialize |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IltMiscDefaultMapper()
| Method Detail |
|---|
public static void SetSecStateMapping(IltMisc.SecState state,
Image icon)
IltSettings.SetValue(property, image), where
property is the name of the state being configured for instance "Misc.SecState.DoorAjar"
and the "Icon" suffix, "Misc.SecState.DoorAjar.Icon".
public static Image GetSecStateMapping(IltMisc.SecState state)
IltSettings.GetValue(property), where
property is the name of the state being queried for instance "Misc.SecState.DoorAjar"
and the "Icon" suffix, "Misc.SecState.DoorAjar.Icon".
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||