|
VTT Java 2010 Version |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.event.WindowAdapter
gov.nih.nlm.nls.vtt.GuiControl.WindowControl
public class WindowControl
This is the Java class of Window controller for WindowAdapter. Its main feature is close the window.
History:
| Constructor Summary | |
|---|---|
WindowControl(javax.swing.JFrame owner,
VttObj vttObj)
Create a WindowControl object for window controller by specifying vttObj. |
|
| Method Summary | |
|---|---|
static void |
SetOwner(javax.swing.JFrame owner)
Set the owner. |
void |
windowClosing(java.awt.event.WindowEvent evt)
Override methods for closing window. |
| Methods inherited from class java.awt.event.WindowAdapter |
|---|
windowActivated, windowClosed, windowDeactivated, windowDeiconified, windowGainedFocus, windowIconified, windowLostFocus, windowOpened, windowStateChanged |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WindowControl(javax.swing.JFrame owner,
VttObj vttObj)
vttObj - the vttObj Java object| Method Detail |
|---|
public static void SetOwner(javax.swing.JFrame owner)
owner - the parents GUI component of this classpublic void windowClosing(java.awt.event.WindowEvent evt)
windowClosing in interface java.awt.event.WindowListenerwindowClosing in class java.awt.event.WindowAdapterevt - a low-level event that indicates that a window has changed
its status.
|
VTT Java 2010 Version |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||