net.sourceforge.mflow.action
public class: AboutAction [javadoc |
source]
java.lang.Object
javax.swing.AbstractAction
net.sourceforge.mflow.action.AboutAction
All Implemented Interfaces:
Action, Cloneable, Serializable
An Action to display an About dialog
- author:
< - a href="mailto:david@carr.name">David Carr
| Method from net.sourceforge.mflow.action.AboutAction 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.mflow.action.AboutAction Detail: |
public void actionPerformed(ActionEvent e) {
}
Called when the menu is selected
Currently does nothing |