org.nuiton.math.matrix.viewer
Class MatrixDimensionPanel.MatrixActionButtonModel

java.lang.Object
  extended by javax.swing.DefaultButtonModel
      extended by javax.swing.JToggleButton.ToggleButtonModel
          extended by org.nuiton.math.matrix.viewer.MatrixDimensionPanel.MatrixActionButtonModel
All Implemented Interfaces:
ItemSelectable, Serializable, ButtonModel
Enclosing class:
MatrixDimensionPanel

protected static class MatrixDimensionPanel.MatrixActionButtonModel
extends JToggleButton.ToggleButtonModel

Button model from button containing action instance

See Also:
Serialized Form

Field Summary
protected  MatrixDimensionAction matrixAction
           
 
Fields inherited from class javax.swing.DefaultButtonModel
actionCommand, ARMED, changeEvent, ENABLED, group, listenerList, mnemonic, PRESSED, ROLLOVER, SELECTED, stateMask
 
Constructor Summary
MatrixDimensionPanel.MatrixActionButtonModel(MatrixDimensionAction matrixAction)
           
 
Method Summary
 MatrixDimensionAction getMatrixAction()
           
 
Methods inherited from class javax.swing.JToggleButton.ToggleButtonModel
isSelected, setPressed, setSelected
 
Methods inherited from class javax.swing.DefaultButtonModel
addActionListener, addChangeListener, addItemListener, fireActionPerformed, fireItemStateChanged, fireStateChanged, getActionCommand, getActionListeners, getChangeListeners, getGroup, getItemListeners, getListeners, getMnemonic, getSelectedObjects, isArmed, isEnabled, isPressed, isRollover, removeActionListener, removeChangeListener, removeItemListener, setActionCommand, setArmed, setEnabled, setGroup, setMnemonic, setRollover
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

matrixAction

protected MatrixDimensionAction matrixAction
Constructor Detail

MatrixDimensionPanel.MatrixActionButtonModel

public MatrixDimensionPanel.MatrixActionButtonModel(MatrixDimensionAction matrixAction)
Method Detail

getMatrixAction

public MatrixDimensionAction getMatrixAction()


Copyright © 2004-2012 CodeLutin. All Rights Reserved.