Package ipsk.swing
Class ExitAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- ipsk.swing.ExitAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
public abstract class ExitAction extends javax.swing.AbstractAction- Author:
- K.Jaensch, klausj@phonetik.uni-muenchen.de
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringACTION_COMMANDstatic java.lang.StringNAMEstatic java.lang.StringSHORT_DESCRIPTION_VAL
-
Constructor Summary
Constructors Constructor Description ExitAction()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voidactionPerformed(java.awt.event.ActionEvent e)java.lang.StringgetActionCommand()
-