TWE 2.5-1 API

org.enhydra.jawe.components.propertiespanel
Class PropertiesPanelSettings

java.lang.Object
  extended byorg.enhydra.jawe.JaWEComponentSettings
      extended byorg.enhydra.jawe.base.panel.PanelSettings
          extended byorg.enhydra.jawe.components.propertiespanel.PropertiesPanelSettings
All Implemented Interfaces:
Settings

public class PropertiesPanelSettings
extends PanelSettings

Author:
Miroslav Popov

Field Summary
 
Fields inherited from class org.enhydra.jawe.JaWEComponentSettings
arm, componentAction, componentSettings, PROPERTYFILE_NAME, PROPERTYFILE_PATH, propertyMgr
 
Constructor Summary
PropertiesPanelSettings()
           
 
Method Summary
 java.lang.String getToolbarActionOrder(java.lang.String toolbarName)
           
 void init(JaWEComponent comp)
           
 void loadDefault(JaWEComponent comp, java.util.Properties properties)
           
protected  void loadDefaultMenusToolbarsAndActions(JaWEComponent comp)
           
 
Methods inherited from class org.enhydra.jawe.base.panel.PanelSettings
disableComboInXMLComboPanelFor, doesXMLDataTypesPanelHasBorder, getArrowDownImageIcon, getArrowRightImageIcon, getArrowUpImageIcon, getBackgroundColor, getEmptyBorderBottom, getEmptyBorderLeft, getEmptyBorderRight, getEmptyBorderTop, getInsertVariableDefaultIcon, getInsertVariablePressedIcon, getSimplePanelTextHeight, getSimplePanelTextWidth, getXMLDataTypesPanelHeight, getXMLDataTypesPanelWidth, historyManagerClass, historySize, shouldDisplayTitle, shouldShowModifiedWarning, shouldXMLBasicPanelUseRightAllignment, useScrollBar
 
Methods inherited from class org.enhydra.jawe.JaWEComponentSettings
addAction, addSetting, adjustActions, changeActionState, clear, getAction, getActions, getLanguageDependentString, getMainMenuActionOrder, getMenuActionOrder, getPropertyMgr, getSetting, getSettingBoolean, getSettingDouble, getSettingInt, getSettingString, manageProperties, setPropertyMgr
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesPanelSettings

public PropertiesPanelSettings()
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

loadDefaultMenusToolbarsAndActions

protected void loadDefaultMenusToolbarsAndActions(JaWEComponent comp)

getToolbarActionOrder

public java.lang.String getToolbarActionOrder(java.lang.String toolbarName)
Overrides:
getToolbarActionOrder in class JaWEComponentSettings

TWE 2.5-1 API