Together Workflow Editor 3.0-1 API

org.enhydra.jawe.base.editor
Class TableEditorSettings

java.lang.Object
  extended byorg.enhydra.jawe.JaWEComponentSettings
      extended byorg.enhydra.jawe.base.panel.PanelSettings
          extended byorg.enhydra.jawe.base.editor.TableEditorSettings
All Implemented Interfaces:
Settings

public class TableEditorSettings
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
TableEditorSettings()
           
 
Method Summary
 void init(JaWEComponent comp)
           
 void loadDefault(JaWEComponent comp, java.util.Properties properties)
           
 
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, getToolbarActionOrder, manageProperties, setPropertyMgr
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableEditorSettings

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