org.ujmp.gui.actions
Class FloorAction

java.lang.Object
  extended by org.ujmp.gui.actions.ObjectAction
      extended by org.ujmp.gui.actions.AbstractMatrixAction
          extended by org.ujmp.gui.actions.FloorAction
All Implemented Interfaces:
ActionListener, Serializable, Callable<Object>, EventListener, Action

public class FloorAction
extends AbstractMatrixAction

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.ujmp.gui.actions.AbstractMatrixAction
ALL, COLUMN, ROW
 
Fields inherited from class org.ujmp.gui.actions.ObjectAction
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
FloorAction(JComponent c, MatrixGUIObject m, GUIObject v)
           
 
Method Summary
 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.ObjectAction
actionPerformed, addPropertyChangeListener, executeInBackground, firePropertyChange, getComponent, getCoreObject, getGUIObject, getValue, isEnabled, putValue, removePropertyChangeListener, setComponent, setEnabled, setGUIObject, setProgress, setStatus, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FloorAction

public FloorAction(JComponent c,
                   MatrixGUIObject m,
                   GUIObject v)
Method Detail

call

public Object call()
            throws MatrixException
Specified by:
call in interface Callable<Object>
Specified by:
call in class ObjectAction
Throws:
MatrixException


Copyright © 2010. All Rights Reserved.