|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.event.WindowAdapter | +--EASE.Sensing.Specification.Specification.WindowCloser
Either get rid of the window or just hide it when the close button is pressed, depends on the value of exit (true for dispose).
Field Summary | |
boolean |
exit
|
private Specification |
s
|
Constructor Summary | |
Specification.WindowCloser(Specification s)
|
Method Summary | |
void |
windowClosing(java.awt.event.WindowEvent e)
|
Methods inherited from class java.awt.event.WindowAdapter |
windowActivated,
windowClosed,
windowDeactivated,
windowDeiconified,
windowIconified,
windowOpened |
Methods inherited from class java.lang.Object |
|
Field Detail |
public boolean exit
private Specification s
Constructor Detail |
public Specification.WindowCloser(Specification s)
Method Detail |
public void windowClosing(java.awt.event.WindowEvent e)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |