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
| Fields inherited from class javax.swing.DefaultButtonModel |
actionCommand, ARMED, changeEvent, ENABLED, group, listenerList, mnemonic, PRESSED, ROLLOVER, SELECTED, stateMask |
| 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 |
matrixAction
protected MatrixDimensionAction matrixAction
MatrixDimensionPanel.MatrixActionButtonModel
public MatrixDimensionPanel.MatrixActionButtonModel(MatrixDimensionAction matrixAction)
getMatrixAction
public MatrixDimensionAction getMatrixAction()
Copyright © 2004-2012 CodeLutin. All Rights Reserved.