public class CancelAction extends IsisAction
dialog, usedchangeSupport, enabledACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON| Constructor and Description |
|---|
CancelAction(JDialog dialog)
Deprecated.
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
perform(ActionEvent e)
Deprecated.
perform safelly action after
IsisAction.prepare() was invoked
This method is only called if used was true |
protected boolean |
prepare()
Deprecated.
Prepare data for action, and find out if there is really something to
do here.
|
actionPerformed, finish, isUsed, needDisposeaddPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabledpublic CancelAction(JDialog dialog)
dialog - dialog to close on action performedprotected boolean prepare()
IsisActionprepare in class IsisActiontrue if there is something to do here,
false otherwiseprotected void perform(ActionEvent e)
IsisActionIsisAction.prepare() was invoked
This method is only called if used was trueperform in class IsisActione - event sourceCopyright © 1999-2012 CodeLutin. All Rights Reserved.