|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.AbstractAction
fr.ifremer.isisfish.ui.util.IsisAction
fr.ifremer.isisfish.ui.script.action.CancelAction
public class CancelAction
Cancel action. Do nothing, just close current dialog.
| Field Summary |
|---|
| Fields inherited from class fr.ifremer.isisfish.ui.util.IsisAction |
|---|
dialog, used |
| Fields inherited from class javax.swing.AbstractAction |
|---|
changeSupport, enabled |
| Fields inherited from interface javax.swing.Action |
|---|
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON |
| Constructor Summary | |
|---|---|
CancelAction(javax.swing.JDialog dialog)
Deprecated. Constructor. |
|
| Method Summary | |
|---|---|
protected void |
perform(java.awt.event.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. |
| Methods inherited from class fr.ifremer.isisfish.ui.util.IsisAction |
|---|
actionPerformed, finish, isUsed, needDispose |
| Methods inherited from class javax.swing.AbstractAction |
|---|
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CancelAction(javax.swing.JDialog dialog)
dialog - dialog to close on action performed| Method Detail |
|---|
protected boolean prepare()
IsisAction
prepare in class IsisActiontrue if there is something to do here,
false otherwiseprotected void perform(java.awt.event.ActionEvent e)
IsisActionIsisAction.prepare() was invoked
This method is only called if used was true
perform in class IsisActione - event source
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||