TWE 2.5-1 API

org.enhydra.jawe.components.xpdlview
Class XPDLViewSettings

java.lang.Object
  extended byorg.enhydra.jawe.JaWEComponentSettings
      extended byorg.enhydra.jawe.components.xpdlview.XPDLViewSettings
All Implemented Interfaces:
Settings

public class XPDLViewSettings
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
XPDLViewSettings()
           
 
Method Summary
 java.awt.Color getBackgroundColor()
           
 javax.swing.ImageIcon getFindNextIcon()
           
 void init(JaWEComponent comp)
           
 void loadDefault(JaWEComponent comp, java.util.Properties properties)
           
 boolean showHighlight()
           
 boolean showXPDLDetails()
           
 
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

XPDLViewSettings

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

showHighlight

public boolean showHighlight()

showXPDLDetails

public boolean showXPDLDetails()

getFindNextIcon

public javax.swing.ImageIcon getFindNextIcon()

getBackgroundColor

public java.awt.Color getBackgroundColor()

TWE 2.5-1 API