All Packages Class Hierarchy This Package Previous Next Index
Interface dtai.util.ShowUserHandler
- public interface ShowUserHandler
ShowUserHandler - this shows the user things like error and warning messages, etc.
-
doHideAbout()
- doHideInfo
-
doHideError()
- doHideError
-
doHideInfo()
- doHideInfo
-
doHideWarning()
- doHideWarning
-
doResume()
- resumes showing error and warning (etc.) dialogs
-
doSuspend()
- suspends showing error and warning (etc.) dialogs
-
setShowUserApplet(Applet)
- shows the user an applet
-
setShowUserOuterFrame(Frame)
- shows user the base frame
-
showAbout(String, String)
- shows an about message
-
showError(Throwable, String, String)
- shows an error message
-
showFinishedWait()
- shows a finished waiting message
-
showInfo(String)
- shows an info message
-
showPleaseWait()
- shows a please wait message
-
showStatus(String)
- shows a status message
-
showWarning(String)
- shows a warning message
setShowUserApplet
public abstract void setShowUserApplet(Applet applet)
- shows the user an applet
- Parameters:
- applet - the applet to be shown
doSuspend
public abstract void doSuspend()
- suspends showing error and warning (etc.) dialogs
doResume
public abstract void doResume()
- resumes showing error and warning (etc.) dialogs
setShowUserOuterFrame
public abstract void setShowUserOuterFrame(Frame outerframe)
- shows user the base frame
- Parameters:
- the - base frame to be shown
showError
public abstract void showError(Throwable t,
String message,
String helpTopic)
- shows an error message
- Parameters:
- t - - TBD
- message - - the error message
- helpTopic - - the help topic
doHideError
public abstract void doHideError()
- doHideError
showWarning
public abstract void showWarning(String message)
- shows a warning message
- Parameters:
- message - the warning message
doHideWarning
public abstract void doHideWarning()
- doHideWarning
showInfo
public abstract void showInfo(String message)
- shows an info message
- Parameters:
- message - the info message
doHideInfo
public abstract void doHideInfo()
- doHideInfo
showAbout
public abstract void showAbout(String what,
String message)
- shows an about message
- Parameters:
- what - TBD
- message - the about message
doHideAbout
public abstract void doHideAbout()
- doHideInfo
showPleaseWait
public abstract void showPleaseWait()
- shows a please wait message
showFinishedWait
public abstract void showFinishedWait()
- shows a finished waiting message
showStatus
public abstract void showStatus(String message)
- shows a status message
- Parameters:
- message - the status message
All Packages Class Hierarchy This Package Previous Next Index