Together Workflow Editor 3.0-1 API

org.enhydra.jawe.base.panel
Class PanelSettings

java.lang.Object
  extended byorg.enhydra.jawe.JaWEComponentSettings
      extended byorg.enhydra.jawe.base.panel.PanelSettings
All Implemented Interfaces:
Settings
Direct Known Subclasses:
NewStandardXPDLEditorSettings, PropertiesPanelSettings, StandardXPDLElementEditorSettings, TableEditorSettings, TogWEStandardXPDLEditorSettings

public abstract class PanelSettings
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
PanelSettings()
           
 
Method Summary
 java.lang.String disableComboInXMLComboPanelFor()
           
 boolean doesXMLDataTypesPanelHasBorder()
           
 javax.swing.ImageIcon getArrowDownImageIcon()
           
 javax.swing.ImageIcon getArrowRightImageIcon()
           
 javax.swing.ImageIcon getArrowUpImageIcon()
           
 java.awt.Color getBackgroundColor()
           
 int getEmptyBorderBottom()
           
 int getEmptyBorderLeft()
           
 int getEmptyBorderRight()
           
 int getEmptyBorderTop()
           
 javax.swing.ImageIcon getInsertVariableDefaultIcon()
           
 javax.swing.ImageIcon getInsertVariablePressedIcon()
           
 int getSimplePanelTextHeight()
           
 int getSimplePanelTextWidth()
           
 int getXMLDataTypesPanelHeight()
           
 int getXMLDataTypesPanelWidth()
           
 java.lang.String historyManagerClass()
           
 int historySize()
           
 boolean shouldDisplayTitle()
           
 boolean shouldShowModifiedWarning()
           
 boolean shouldXMLBasicPanelUseRightAllignment()
           
 boolean 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, init, loadDefault, manageProperties, setPropertyMgr
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PanelSettings

public PanelSettings()
Method Detail

useScrollBar

public boolean useScrollBar()

shouldXMLBasicPanelUseRightAllignment

public boolean shouldXMLBasicPanelUseRightAllignment()

doesXMLDataTypesPanelHasBorder

public boolean doesXMLDataTypesPanelHasBorder()

shouldShowModifiedWarning

public boolean shouldShowModifiedWarning()

shouldDisplayTitle

public boolean shouldDisplayTitle()

getEmptyBorderTop

public int getEmptyBorderTop()

getEmptyBorderLeft

public int getEmptyBorderLeft()

getEmptyBorderBottom

public int getEmptyBorderBottom()

getEmptyBorderRight

public int getEmptyBorderRight()

getSimplePanelTextWidth

public int getSimplePanelTextWidth()

getSimplePanelTextHeight

public int getSimplePanelTextHeight()

getXMLDataTypesPanelWidth

public int getXMLDataTypesPanelWidth()

getXMLDataTypesPanelHeight

public int getXMLDataTypesPanelHeight()

disableComboInXMLComboPanelFor

public java.lang.String disableComboInXMLComboPanelFor()

getArrowRightImageIcon

public javax.swing.ImageIcon getArrowRightImageIcon()

getArrowUpImageIcon

public javax.swing.ImageIcon getArrowUpImageIcon()

getArrowDownImageIcon

public javax.swing.ImageIcon getArrowDownImageIcon()

getInsertVariableDefaultIcon

public javax.swing.ImageIcon getInsertVariableDefaultIcon()

getInsertVariablePressedIcon

public javax.swing.ImageIcon getInsertVariablePressedIcon()

historyManagerClass

public java.lang.String historyManagerClass()

historySize

public int historySize()

getBackgroundColor

public java.awt.Color getBackgroundColor()

Together Workflow Editor 3.0-1 API