Skip navigation links
com.essbase.eas.ui
Class StandardDialogAdapter
java.lang.Object
java.awt.event.WindowAdapter
com.essbase.eas.ui.StandardDialogAdapter
- All Implemented Interfaces:
- java.awt.event.WindowFocusListener, java.awt.event.WindowListener, java.awt.event.WindowStateListener, java.util.EventListener
-
public class StandardDialogAdapter
- extends java.awt.event.WindowAdapter
this is an extension of the WindowAdapter class designed to specifically work with the StandardDialog class.
- Version:
- 1.00, 07/01/2001
- Author:
- Hank Cox
Method Summary |
void |
windowClosed(java.awt.event.WindowEvent e)
overrides the WindowAdapter.windowClosed() method. |
void |
windowClosing(java.awt.event.WindowEvent e)
|
void |
windowOpened(java.awt.event.WindowEvent e)
overrides the WindowAdapater.windowOpened() method. |
Methods inherited from class java.awt.event.WindowAdapter |
windowActivated, windowDeactivated, windowDeiconified, windowGainedFocus, windowIconified, windowLostFocus, windowStateChanged |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StandardDialogAdapter
public StandardDialogAdapter()
StandardDialogAdapter
public StandardDialogAdapter(StandardDialog source)
windowOpened
public void windowOpened(java.awt.event.WindowEvent e)
- overrides the WindowAdapater.windowOpened() method. If the source is a StandardDialog, calls the StandardDialog.handleWindowOpened() method.
-
- Specified by:
windowOpened
in interface java.awt.event.WindowListener
- Overrides:
windowOpened
in class java.awt.event.WindowAdapter
windowClosed
public void windowClosed(java.awt.event.WindowEvent e)
- overrides the WindowAdapter.windowClosed() method. If the source is a StandardDialog, calls the StandardDialog.handleWindowClosed() method.
-
- Specified by:
windowClosed
in interface java.awt.event.WindowListener
- Overrides:
windowClosed
in class java.awt.event.WindowAdapter
windowClosing
public void windowClosing(java.awt.event.WindowEvent e)
-
- Specified by:
windowClosing
in interface java.awt.event.WindowListener
- Overrides:
windowClosing
in class java.awt.event.WindowAdapter
Skip navigation links
Copyright © 2001, 2007, Oracle. All rights reserved.