TWE 2.4-1 API

org.enhydra.jawe.components.infobar
Class InfoBarSettings

java.lang.Object
  extended byorg.enhydra.jawe.JaWEComponentSettings
      extended byorg.enhydra.jawe.components.infobar.InfoBarSettings
All Implemented Interfaces:
Settings

public class InfoBarSettings
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
InfoBarSettings()
           
 
Method Summary
 java.awt.Color getBackgroundColor()
           
 javax.swing.ImageIcon getFileIcon()
           
 javax.swing.ImageIcon getPackageSelectionIcon()
           
 javax.swing.ImageIcon getProcessSelectionIcon()
           
 void init(JaWEComponent comp)
           
 void loadDefault(JaWEComponent comp, java.util.Properties properties)
           
 
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

InfoBarSettings

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

getPackageSelectionIcon

public javax.swing.ImageIcon getPackageSelectionIcon()

getProcessSelectionIcon

public javax.swing.ImageIcon getProcessSelectionIcon()

getFileIcon

public javax.swing.ImageIcon getFileIcon()

getBackgroundColor

public java.awt.Color getBackgroundColor()

TWE 2.4-1 API