Class wb.ConfirmExit
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class wb.ConfirmExit

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Dialog
                                   |
                                   +----wb.ConfirmExit

public class ConfirmExit
extends Dialog
class ConfirmExit is no different from any dialog box. It questions the user about his decision of quitting/Hanging up the conference and exit'g from whiteboard/Shared Graphics Editor

Constructor Index

 o ConfirmExit(WBFrame)
Creates a new Modal Confirm Dialog attached to the frame.

Method Index

 o action(Event, Object)
handler for action events
 o show()
Shows this dialog by disabling its parent (work around of Win95 port)

Constructors

 o ConfirmExit
  public ConfirmExit(WBFrame top)
Creates a new Modal Confirm Dialog attached to the frame.
Parameters:
top - the Frame above this

Methods

 o action
  public boolean action(Event evt,
                        Object arg)
handler for action events
Parameters:
evt - Event that has occurred
arg - Object of the event
Returns:
boolean true if the event is handled else false
Overrides:
action in class Component
 o show
  public synchronized void show()
Shows this dialog by disabling its parent (work around of Win95 port)
Overrides:
show in class Window

All Packages  Class Hierarchy  This Package  Previous  Next  Index