net.sourceforge.dictport.ui
final class: OptionsDialog.CancelAction [javadoc |
source]
java.lang.Object
javax.swing.AbstractAction
net.sourceforge.dictport.ui.OptionsDialog$CancelAction
All Implemented Interfaces:
Action, Cloneable, Serializable
Cancel dialog action.
| Method from net.sourceforge.dictport.ui.OptionsDialog$CancelAction 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.OptionsDialog$CancelAction Detail: |
public void actionPerformed(ActionEvent aEvent) {
fApproved = false;
dispose();
}
|