All Packages Class Hierarchy This Package Previous Next Index
Class dtai.gui.ShowUserGui
java.lang.Object
|
+----java.lang.Thread
|
+----dtai.gui.ShowUserGui
- public class ShowUserGui
- extends Thread
- implements ShowUserHandler
ShowUserGui - this shows the user things like error and warning messages, etc.
-
ShowUserGui()
- ShowUserGui default constructor
-
doHideAbout()
- hides about dialog box
-
doHideError()
- hides error dialog box
-
doHideInfo()
- hides info dialog box
-
doHideWarning()
- hides warning dialog box
-
doResume()
- resumes showing error and warning (etc.) dialogs
-
doSuspend()
- suspends showing error and warning (etc.) dialogs
-
processPosting(int)
-
-
processPosting(int, String)
-
-
processPosting(int, String, String)
-
-
run()
- run
-
setShowUserApplet(Applet)
- shows user the applet
-
setShowUserOuterFrame(Frame)
- show user the outer frame
-
showAbout(String, String)
- showAbout
-
showDialog(SimpleDialog, String)
- shows a dialog box
-
showError(Throwable, String, String)
- shows the user an error dialog box
-
showFinishedWait()
- shows the user when finished waiting
-
showInfo(String)
- shows info
-
showPleaseWait()
- shows the user a please wait message, followed by a wait cursor
-
showStatus(String)
-
-
showWarning(String)
- shows a warning message
ShowUserGui
public ShowUserGui()
- ShowUserGui default constructor
doSuspend
public synchronized void doSuspend()
- suspends showing error and warning (etc.) dialogs
doResume
public synchronized void doResume()
- resumes showing error and warning (etc.) dialogs
run
public void run()
- run
- Overrides:
- run in class Thread
processPosting
public void processPosting(int type)
processPosting
public void processPosting(int type,
String message)
processPosting
public void processPosting(int type,
String message,
String extra)
setShowUserApplet
public void setShowUserApplet(Applet applet)
- shows user the applet
- Parameters:
- applet - the applet to be shown
setShowUserOuterFrame
public void setShowUserOuterFrame(Frame outerFrame)
- show user the outer frame
- Parameters:
- outerFrame - the outer frame to be shown
showDialog
public void showDialog(SimpleDialog dialog,
String message)
- shows a dialog box
- Parameters:
- dialog - the dialog box to be shown
- message - the message in the dialog box
showError
public void showError(Throwable t,
String message,
String helpTopic)
- shows the user an error dialog box
- Parameters:
- t - the error
- the - message
- the - help topic
showWarning
public void showWarning(String message)
- shows a warning message
- Parameters:
- the - warning message
showInfo
public void showInfo(String message)
- shows info
- Parameters:
- the - info mesage
showAbout
public void showAbout(String what,
String message)
- showAbout
- Parameters:
- what - TBD
- message - TBD
showStatus
public void showStatus(String message)
- Parameters:
- message - the String to put in the showStatus area
showPleaseWait
public void showPleaseWait()
- shows the user a please wait message, followed by a wait cursor
showFinishedWait
public void showFinishedWait()
- shows the user when finished waiting
doHideError
public void doHideError()
- hides error dialog box
doHideWarning
public void doHideWarning()
- hides warning dialog box
doHideInfo
public void doHideInfo()
- hides info dialog box
doHideAbout
public void doHideAbout()
- hides about dialog box
All Packages Class Hierarchy This Package Previous Next Index