| java.lang.Object org.enhydra.jawe.JaWEComponentSettings
All known Subclasses: org.enhydra.jawe.base.recentfiles.RecentFilesSettings, org.enhydra.jawe.base.panel.PanelSettings, org.enhydra.jawe.components.simplenavigator.SimpleNavigatorSettings, org.enhydra.jawe.base.transitionhandler.TransitionHandlerSettings, org.enhydra.jawe.base.controller.JaWETypes, org.enhydra.jawe.components.xpdlview.XPDLViewSettings, org.enhydra.jawe.base.controller.ControllerSettings, org.enhydra.jawe.base.xpdlhandler.XPDLHandlerSettings, org.enhydra.jawe.base.tooltip.TooltipGeneratorSettings, org.enhydra.jawe.base.xpdlvalidator.XPDLValidatorSettings, org.enhydra.jawe.components.graph.GraphSettings, org.enhydra.jawe.base.display.DisplayNameGeneratorSettings, org.enhydra.jawe.base.xpdlobjectfactory.XPDLObjectFactorySettings, org.enhydra.jawe.base.label.LabelGeneratorSettings, org.enhydra.jawe.base.idfactory.IdFactorySettings,
JaWEComponentSettings | abstract public class JaWEComponentSettings implements Settings(Code) | | author: Miroslav Popov |
componentAction | protected Map componentAction(Code) | | |
componentSettings | protected Map componentSettings(Code) | | |
adjustActions | public void adjustActions()(Code) | | |
changeActionState | public void changeActionState(String actionName, boolean state)(Code) | | |
clear | public void clear()(Code) | | |
getAction | public JaWEAction getAction(String actionName)(Code) | | Method to get component's action corresponding to the given string.
Parameters: actionName - String representation of controller's action. action specified by the string cmd. |
getMainMenuActionOrder | public String getMainMenuActionOrder()(Code) | | |
getSettingBoolean | public boolean getSettingBoolean(String key)(Code) | | |
getSettingDouble | public double getSettingDouble(String key)(Code) | | |
|
|