Class powersoft.jcm.ui.PopupWindow
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class powersoft.jcm.ui.PopupWindow

java.lang.Object
   |
   +----powersoft.jcm.ui.Component
           |
           +----powersoft.jcm.ui.Container
                   |
                   +----powersoft.jcm.ui.PopupWindow

public class PopupWindow
extends Container
implements CloseListener

Variable Index

 o _closeVector
 o _isMainWindow

Constructor Index

 o PopupWindow()

Method Index

 o addCloseListener(CloseListener)
 o center()
Moves the window so that it is centered with respect to its parent window or the screen if there is no parent window.
 o center(PopupWindow)
Moves the window so that it is centered with respect to the given window or the screen if window is null.
 o close(CloseEvent)
 o createAWTComponent(Component)
 o getCloseListeners()
 o getMainWindow()
 o handleClose(CloseEvent)
 o pack()
 o processAWTEvent(Event)
 o removeCloseListener(CloseListener)
 o setMainWindow(boolean)

Variables

 o _isMainWindow
  protected boolean _isMainWindow
 o _closeVector
  protected EventListenerVector _closeVector

Constructors

 o PopupWindow
  public PopupWindow()

Methods

 o getMainWindow
  public boolean getMainWindow()
 o setMainWindow
  public void setMainWindow(boolean mainWindow)
 o center
  public void center()
Moves the window so that it is centered with respect to its parent window or the screen if there is no parent window.
 o center
  public void center(PopupWindow window)
Moves the window so that it is centered with respect to the given window or the screen if window is null.
 o pack
  public void pack()
 o close
  public void close(CloseEvent eventData)
 o addCloseListener
  public synchronized void addCloseListener(CloseListener l)
 o getCloseListeners
  public synchronized EventListenerVector getCloseListeners()
 o handleClose
  public synchronized void handleClose(CloseEvent data)
 o removeCloseListener
  public synchronized void removeCloseListener(CloseListener l)
 o createAWTComponent
  protected Component createAWTComponent(Component parent)
Overrides:
createAWTComponent in class Component
 o processAWTEvent
  public boolean processAWTEvent(Event event)
Overrides:
processAWTEvent in class Component

All Packages  Class Hierarchy  This Package  Previous  Next  Index