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)
@Deprecated public class IltMiscDefaultMapper extends ilog.tgo.mapper.state.IltStateSystemMapper
IltStateSystemMapper
for
the IltMisc
state system.IltSettings
Constructor and Description |
---|
IltMiscDefaultMapper()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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". |
add, createPrimaryStateMapper, createSecondaryStateMapper, get, get, mapState, remove, setPrimaryStateMapperFactory, setPrimaryStateMapping, setSecondaryStateMapperFactory, setSecondaryStateMapping, setSecondaryStateMapping, setSecondaryStateMapping, setSecondaryStateMapping
@Deprecated 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".@Deprecated 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".© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.