Together Workflow Editor 3.0-1 API

org.enhydra.jawe.base.idfactory
Class IdFactorySettings

java.lang.Object
  extended by org.enhydra.jawe.JaWEComponentSettings
      extended by org.enhydra.jawe.base.idfactory.IdFactorySettings
All Implemented Interfaces:
Settings

public class IdFactorySettings
extends JaWEComponentSettings

Author:
Miroslav Popov

Field Summary
 
Fields inherited from class org.enhydra.jawe.JaWEComponentSettings
arm, componentAction, componentSettings, PROPERTYFILE_NAME, PROPERTYFILE_PATH, propertyMgr
 
Constructor Summary
IdFactorySettings()
           
 
Method Summary
 void init(JaWEComponent comp)
           
 void loadDefault(JaWEComponent comp, java.util.Properties properties)
           
 
Methods inherited from class org.enhydra.jawe.JaWEComponentSettings
addAction, addSetting, adjustActions, changeActionState, clear, getAction, getActions, getLanguageDependentString, getMainMenuActionOrder, getMenuActionOrder, getPropertyMgr, getSetting, getSettingBoolean, getSettingDouble, getSettingInt, getSettingString, getToolbarActionOrder, manageProperties, setPropertyMgr
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdFactorySettings

public IdFactorySettings()
Method Detail

init

public void init(JaWEComponent comp)
Overrides:
init in class JaWEComponentSettings

loadDefault

public void loadDefault(JaWEComponent comp,
                        java.util.Properties properties)
Specified by:
loadDefault in class JaWEComponentSettings

Together Workflow Editor 3.0-1 API