|
Parkinson Disease Database | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.AbstractAction
spirals.motol.gui.MainFrame_Exit_Action
class MainFrame_Exit_Action
Action performed when exit button is clicked or window is closing.
Copyright: Copyright (c) 2005 Jan Dolezel
Company: ÈVUT FEL, Prague
Field Summary | |
---|---|
(package private) MainFrame |
adaptee
parent MainFrame |
Fields inherited from class javax.swing.AbstractAction |
---|
enabled, changeSupport |
Fields inherited from interface javax.swing.Action |
---|
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON |
Constructor Summary | |
---|---|
MainFrame_Exit_Action(MainFrame adaptee)
create action for MainFrame |
Method Summary | |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
called when exit button is clicked |
private void |
exit()
perform clean exit |
void |
windowActivated(java.awt.event.WindowEvent e)
for the sake of Java |
void |
windowClosed(java.awt.event.WindowEvent e)
for the sake of Java |
void |
windowClosing(java.awt.event.WindowEvent e)
called when window is closing |
void |
windowDeactivated(java.awt.event.WindowEvent e)
for the sake of Java |
void |
windowDeiconified(java.awt.event.WindowEvent e)
for the sake of Java |
void |
windowIconified(java.awt.event.WindowEvent e)
for the sake of Java |
void |
windowOpened(java.awt.event.WindowEvent e)
for the sake of Java |
Methods inherited from class javax.swing.AbstractAction |
---|
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
MainFrame adaptee
Constructor Detail |
---|
MainFrame_Exit_Action(MainFrame adaptee)
Method Detail |
---|
public void windowActivated(java.awt.event.WindowEvent e)
windowActivated
in interface java.awt.event.WindowListener
public void windowClosed(java.awt.event.WindowEvent e)
windowClosed
in interface java.awt.event.WindowListener
public void windowDeactivated(java.awt.event.WindowEvent e)
windowDeactivated
in interface java.awt.event.WindowListener
public void windowDeiconified(java.awt.event.WindowEvent e)
windowDeiconified
in interface java.awt.event.WindowListener
public void windowIconified(java.awt.event.WindowEvent e)
windowIconified
in interface java.awt.event.WindowListener
public void windowOpened(java.awt.event.WindowEvent e)
windowOpened
in interface java.awt.event.WindowListener
public void windowClosing(java.awt.event.WindowEvent e)
windowClosing
in interface java.awt.event.WindowListener
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
private void exit()
|
Parkinson Disease Database | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |