Package org.nuiton.math.matrix.viewer
Class MatrixDimensionPanel.MatrixActionButtonModel
- java.lang.Object
-
- javax.swing.DefaultButtonModel
-
- javax.swing.JToggleButton.ToggleButtonModel
-
- 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
Fields Modifier and Type Field Description protected MatrixDimensionAction
matrixAction
-
Fields inherited from class javax.swing.DefaultButtonModel
actionCommand, ARMED, changeEvent, ENABLED, group, listenerList, mnemonic, PRESSED, ROLLOVER, SELECTED, stateMask
-
-
Constructor Summary
Constructors Constructor Description MatrixActionButtonModel(MatrixDimensionAction matrixAction)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
-
Field Detail
-
matrixAction
protected MatrixDimensionAction matrixAction
-
-
Constructor Detail
-
MatrixActionButtonModel
public MatrixActionButtonModel(MatrixDimensionAction matrixAction)
-
-
Method Detail
-
getMatrixAction
public MatrixDimensionAction getMatrixAction()
-
-