rero.dialogs
Class ThemeDialog

java.lang.Object
  extended byrero.dck.DContainer
      extended byrero.dck.DMain
          extended byrero.dialogs.ThemeDialog
All Implemented Interfaces:
ActionListener, EventListener

public class ThemeDialog
extends DMain
implements ActionListener


Field Summary
 
Fields inherited from class rero.dck.DContainer
capabilities, constraints, dialog, itemList
 
Constructor Summary
ThemeDialog()
           
 
Method Summary
 void actionPerformed(ActionEvent ev)
           
 String getDescription()
           
 String getTitle()
           
 void refresh()
           
 void setupDialog()
           
 
Methods inherited from class rero.dck.DMain
setupLayout
 
Methods inherited from class rero.dck.DContainer
addBlankSpace, addCharsetInput, addCheckboxInput, addCheckboxInput, addColorInput, addComponent, addDialogGroup, addDirectoryInput, addFileInput, addFloatInput, addFontInput, addLabel, addLabelNormal, addListInput, addNetworkSelector, addOptionInput, addOther, addSelectInput, addStringInput, addStringInput, addTabbedInput, addTextInput, getCapabilities, getDialog, installCapabilities, save, setEnabled, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThemeDialog

public ThemeDialog()
Method Detail

getTitle

public String getTitle()
Specified by:
getTitle in class DContainer

getDescription

public String getDescription()
Specified by:
getDescription in class DMain

actionPerformed

public void actionPerformed(ActionEvent ev)
Specified by:
actionPerformed in interface ActionListener

setupDialog

public void setupDialog()
Specified by:
setupDialog in class DContainer

refresh

public void refresh()
Overrides:
refresh in class DContainer