ilog.tgo.model
Class IltMiscDefaultMapper

java.lang.Object
  extended by ilog.tgo.mapper.IltMapper
      extended by ilog.tgo.mapper.state.IltStateSystemMapper
          extended by ilog.tgo.model.IltMiscDefaultMapper

Deprecated. IltMisc.SecState configuration is now achieved using 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
extends ilog.tgo.mapper.state.IltStateSystemMapper

This class is the default IltStateSystemMapper for the IltMisc state system.

See Also:
IltSettings
Deprecated Since:
JTGO 4.0

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

IltMiscDefaultMapper

public IltMiscDefaultMapper()
Deprecated. 
Method Detail

SetSecStateMapping

public 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".

Installs a graphical representation mapping for a secondary state.

Deprecated Since:
JTGO 4.0

GetSecStateMapping

public 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".

Returns the graphical representation mapping for a secondary state.

Deprecated Since:
JTGO 4.0


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.   . All Rights Reserved.