net.sourceforge.neonzip
final class: AddDialog.SimpleAction [javadoc |
source]
java.lang.Object
javax.swing.AbstractAction
net.sourceforge.neonzip.AddDialog$SimpleAction
All Implemented Interfaces:
Action, Cloneable, Serializable
| Method from net.sourceforge.neonzip.AddDialog$SimpleAction 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.neonzip.AddDialog$SimpleAction Detail: |
public void actionPerformed(ActionEvent e) {
fSimpleAction = true;
dispose();
}
|