Package org.ujmp.gui.actions
Class MandelbrotMatrixAction
java.lang.Object
org.ujmp.gui.actions.AbstractObjectAction
org.ujmp.gui.actions.AbstractMatrixAction
org.ujmp.gui.actions.MandelbrotMatrixAction
- All Implemented Interfaces:
ActionListener
,Serializable
,Callable<Object>
,EventListener
,Action
- See Also:
-
Field Summary
FieldsFields inherited from class org.ujmp.gui.actions.AbstractMatrixAction
ALL, COLUMN, ROW
Fields inherited from class org.ujmp.gui.actions.AbstractObjectAction
changeSupport
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
Constructors -
Method Summary
Methods inherited from class org.ujmp.gui.actions.AbstractMatrixAction
getDimension, getIgnoreMissing, getMatrix, getMatrixObject, getNewOrLink, getOrigOrNew, getRet, getSize, getVariable, setMatrix
Methods inherited from class org.ujmp.gui.actions.AbstractObjectAction
actionPerformed, addPropertyChangeListener, executeInBackground, firePropertyChange, getComponent, getCoreObject, getGUIObject, getValue, isEnabled, putValue, removePropertyChangeListener, setComponent, setEnabled, setGUIObject, setProgress, setStatus, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
MandelbrotMatrixAction
-
-
Method Details
-
call
- Specified by:
call
in interfaceCallable<Object>
- Specified by:
call
in classAbstractObjectAction
-