net.sourceforge.dictport.ui
final class: Dict.QuitAction [javadoc |
source]
java.lang.Object
javax.swing.AbstractAction
net.sourceforge.dictport.ui.Dict$DictAction
net.sourceforge.dictport.ui.Dict$QuitAction
All Implemented Interfaces:
Action, Cloneable, Serializable
Quit application action.
| Method from net.sourceforge.dictport.ui.Dict$QuitAction Summary: |
|---|
|
actionPerformed |
| Methods from javax.swing.AbstractAction: |
|---|
|
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, hasSelectedKey, isEnabled, isSelected, putValue, removePropertyChangeListener, setEnabled, setEnabledFromAction, setToolTipTextFromAction, shouldReconfigure |
| Methods from java.lang.Object: |
|---|
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from net.sourceforge.dictport.ui.Dict$QuitAction Detail: |
public void actionPerformed(ActionEvent aEvent) {
if ((!fPluginMode) && (fQuitActionListener != null))
fQuitActionListener.actionPerformed(aEvent);
}
|