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.


Constructor Index

 o ShowUserGui()
ShowUserGui default constructor

Method Index

 o doHideAbout()
hides about dialog box
 o doHideError()
hides error dialog box
 o doHideInfo()
hides info dialog box
 o doHideWarning()
hides warning dialog box
 o doResume()
resumes showing error and warning (etc.) dialogs
 o doSuspend()
suspends showing error and warning (etc.) dialogs
 o processPosting(int)
 o processPosting(int, String)
 o processPosting(int, String, String)
 o run()
run
 o setShowUserApplet(Applet)
shows user the applet
 o setShowUserOuterFrame(Frame)
show user the outer frame
 o showAbout(String, String)
showAbout
 o showDialog(SimpleDialog, String)
shows a dialog box
 o showError(Throwable, String, String)
shows the user an error dialog box
 o showFinishedWait()
shows the user when finished waiting
 o showInfo(String)
shows info
 o showPleaseWait()
shows the user a please wait message, followed by a wait cursor
 o showStatus(String)
 o showWarning(String)
shows a warning message

Constructors

 o ShowUserGui
 public ShowUserGui()
ShowUserGui default constructor

Methods

 o doSuspend
 public synchronized void doSuspend()
suspends showing error and warning (etc.) dialogs

 o doResume
 public synchronized void doResume()
resumes showing error and warning (etc.) dialogs

 o run
 public void run()
run

Overrides:
run in class Thread
 o processPosting
 public void processPosting(int type)
 o processPosting
 public void processPosting(int type,
                            String message)
 o processPosting
 public void processPosting(int type,
                            String message,
                            String extra)
 o setShowUserApplet
 public void setShowUserApplet(Applet applet)
shows user the applet

Parameters:
applet - the applet to be shown
 o setShowUserOuterFrame
 public void setShowUserOuterFrame(Frame outerFrame)
show user the outer frame

Parameters:
outerFrame - the outer frame to be shown
 o 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
 o 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
 o showWarning
 public void showWarning(String message)
shows a warning message

Parameters:
the - warning message
 o showInfo
 public void showInfo(String message)
shows info

Parameters:
the - info mesage
 o showAbout
 public void showAbout(String what,
                       String message)
showAbout

Parameters:
what - TBD
message - TBD
 o showStatus
 public void showStatus(String message)
Parameters:
message - the String to put in the showStatus area
 o showPleaseWait
 public void showPleaseWait()
shows the user a please wait message, followed by a wait cursor

 o showFinishedWait
 public void showFinishedWait()
shows the user when finished waiting

 o doHideError
 public void doHideError()
hides error dialog box

 o doHideWarning
 public void doHideWarning()
hides warning dialog box

 o doHideInfo
 public void doHideInfo()
hides info dialog box

 o doHideAbout
 public void doHideAbout()
hides about dialog box


All Packages  Class Hierarchy  This Package  Previous  Next  Index