Enhydra 5.1 API

org.enhydra.tool.common
Class DialogHandler

java.lang.Object
  |
  +--org.enhydra.tool.common.DialogHandler
Direct Known Subclasses:
TBWizard

public abstract class DialogHandler
extends java.lang.Object


Field Summary
static java.util.ResourceBundle res
           
 
Constructor Summary
DialogHandler()
           
 
Method Summary
 void addHelpListener(HelpListener l)
           
protected  void clearAll()
          Remove all object references.
 void closeWindow()
          Close the dialog and exit the VM if this wizard was run as a standalone application.
abstract  java.awt.event.ActionListener createButtonListener()
           
abstract  ButtonPanel getButtonPanel()
           
abstract  InnerPanel getInnerPanel()
           
 int getOption()
           
 ProgressMeter getProgressMeter()
           
protected abstract  java.lang.String getProgressTitle()
           
abstract  java.lang.String getTitle()
           
 void notifyHelpListeners(java.lang.Object source)
           
 void openProgress()
           
 void removeHelpListener(HelpListener l)
           
 void setOption(int op)
           
 void showAbout()
           
 int showDialog(java.awt.Component parent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

res

public static java.util.ResourceBundle res
Constructor Detail

DialogHandler

public DialogHandler()
Method Detail

getInnerPanel

public abstract InnerPanel getInnerPanel()

getButtonPanel

public abstract ButtonPanel getButtonPanel()

createButtonListener

public abstract java.awt.event.ActionListener createButtonListener()

getTitle

public abstract java.lang.String getTitle()

getOption

public int getOption()

setOption

public void setOption(int op)

addHelpListener

public void addHelpListener(HelpListener l)

removeHelpListener

public void removeHelpListener(HelpListener l)

notifyHelpListeners

public void notifyHelpListeners(java.lang.Object source)

showAbout

public void showAbout()

showDialog

public int showDialog(java.awt.Component parent)

closeWindow

public void closeWindow()
Close the dialog and exit the VM if this wizard was run as a standalone application.


clearAll

protected void clearAll()
Remove all object references.


getProgressMeter

public ProgressMeter getProgressMeter()

openProgress

public void openProgress()

getProgressTitle

protected abstract java.lang.String getProgressTitle()

Enhydra 5.1 API