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
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
res
public static java.util.ResourceBundle res
DialogHandler
public DialogHandler()
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()