rero.dialogs
Class PerformDialog

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

public class PerformDialog
extends DMain
implements DParent, ActionListener


Field Summary
protected  String current
           
protected  CheckboxInput itema
           
protected  DItem itemb
           
protected  DItem itemc
           
 
Fields inherited from class rero.dck.DContainer
capabilities, constraints, dialog, itemList
 
Constructor Summary
PerformDialog()
           
 
Method Summary
 void actionPerformed(ActionEvent ev)
           
 String getDescription()
           
 JComponent getDialog()
           
 String getTitle()
           
 String getVariable(String variable)
           
 void notifyParent(String variable)
           
 void refresh()
           
 void setupDialog()
           
 JComponent setupLayout(JComponent component)
           
 
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, installCapabilities, save, setEnabled, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

current

protected String current

itemb

protected DItem itemb

itemc

protected DItem itemc

itema

protected CheckboxInput itema
Constructor Detail

PerformDialog

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

notifyParent

public void notifyParent(String variable)
Specified by:
notifyParent in interface DParent

getVariable

public String getVariable(String variable)
Specified by:
getVariable in interface DParent

getDialog

public JComponent getDialog()
Overrides:
getDialog in class DContainer

setupLayout

public JComponent setupLayout(JComponent component)
Overrides:
setupLayout in class DMain

setupDialog

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

refresh

public void refresh()
Overrides:
refresh in class DContainer