Package org.ujmp.gui.actions
Class CumSumAction
- java.lang.Object
-
- org.ujmp.gui.actions.AbstractObjectAction
-
- org.ujmp.gui.actions.AbstractMatrixAction
-
- org.ujmp.gui.actions.CumSumAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.util.concurrent.Callable<java.lang.Object>
,java.util.EventListener
,javax.swing.Action
public class CumSumAction extends AbstractMatrixAction
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Fields inherited from class org.ujmp.gui.actions.AbstractMatrixAction
ALL, COLUMN, ROW
-
Fields inherited from class org.ujmp.gui.actions.AbstractObjectAction
changeSupport
-
-
Constructor Summary
Constructors Constructor Description CumSumAction(javax.swing.JComponent c, MatrixGUIObject m, GUIObject v)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
call()
-
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 Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CumSumAction
public CumSumAction(javax.swing.JComponent c, MatrixGUIObject m, GUIObject v)
-
-
Method Detail
-
call
public java.lang.Object call()
- Specified by:
call
in interfacejava.util.concurrent.Callable<java.lang.Object>
- Specified by:
call
in classAbstractObjectAction
-
-