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
-
_closeVector
-
-
_isMainWindow
-
-
PopupWindow()
-
-
addCloseListener(CloseListener)
-
-
center()
- Moves the window so that it is centered with respect to its parent
window or the screen if there is no parent window.
-
center(PopupWindow)
- Moves the window so that it is centered with respect to the given
window or the screen if window is null.
-
close(CloseEvent)
-
-
createAWTComponent(Component)
-
-
getCloseListeners()
-
-
getMainWindow()
-
-
handleClose(CloseEvent)
-
-
pack()
-
-
processAWTEvent(Event)
-
-
removeCloseListener(CloseListener)
-
-
setMainWindow(boolean)
-
_isMainWindow
protected boolean _isMainWindow
_closeVector
protected EventListenerVector _closeVector
PopupWindow
public PopupWindow()
getMainWindow
public boolean getMainWindow()
setMainWindow
public void setMainWindow(boolean mainWindow)
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.
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.
pack
public void pack()
close
public void close(CloseEvent eventData)
addCloseListener
public synchronized void addCloseListener(CloseListener l)
getCloseListeners
public synchronized EventListenerVector getCloseListeners()
handleClose
public synchronized void handleClose(CloseEvent data)
removeCloseListener
public synchronized void removeCloseListener(CloseListener l)
createAWTComponent
protected Component createAWTComponent(Component parent)
- Overrides:
- createAWTComponent in class Component
processAWTEvent
public boolean processAWTEvent(Event event)
- Overrides:
- processAWTEvent in class Component
All Packages Class Hierarchy This Package Previous Next Index