Package org.ujmp.gui.actions
Class PrintAction
- java.lang.Object
-
- org.ujmp.gui.actions.AbstractObjectAction
-
- org.ujmp.gui.actions.PrintAction
-
- 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 PrintAction extends AbstractObjectAction
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Fields inherited from class org.ujmp.gui.actions.AbstractObjectAction
ALL, changeSupport, COLUMN, ROW
-
-
Constructor Summary
Constructors Constructor Description PrintAction(javax.swing.JComponent c, GUIObject o)
-
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.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
-
PrintAction
public PrintAction(javax.swing.JComponent c, GUIObject o)
-
-
Method Detail
-
call
public java.lang.Object call()
- Specified by:
call
in interfacejava.util.concurrent.Callable<java.lang.Object>
- Specified by:
call
in classAbstractObjectAction
-
-