JBframe by OOIT.com

com.ooit.jbframe
Class JBDefaultFrame.ExitAction

java.lang.Object
  |
  +--javax.swing.AbstractAction
        |
        +--com.ooit.jbframe.JBDefaultFrame.ExitAction
Enclosing class:
JBDefaultFrame

public class JBDefaultFrame.ExitAction
extends javax.swing.AbstractAction

Exit action for closing the application.

All adapter are getting a discard action event to their DiscardAction. This action class can be used for the default tool bar or the default menu.

See Also:
Serialized Form

Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
Constructor Summary
JBDefaultFrame.ExitAction()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent ae)
           
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JBDefaultFrame.ExitAction

public JBDefaultFrame.ExitAction()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent ae)
Overrides:
actionPerformed in class javax.swing.AbstractAction

JBframe by OOIT.com