Uses of Interface
org.nuiton.math.matrix.viewer.MatrixDimensionAction
-
Packages that use MatrixDimensionAction Package Description org.nuiton.math.matrix.viewer Nuiton matrix viewer. -
-
Uses of MatrixDimensionAction in org.nuiton.math.matrix.viewer
Classes in org.nuiton.math.matrix.viewer that implement MatrixDimensionAction Modifier and Type Class Description class
SumAllAction
Sum all raw action.Fields in org.nuiton.math.matrix.viewer declared as MatrixDimensionAction Modifier and Type Field Description protected MatrixDimensionAction
MatrixDimensionPanel.MatrixActionButtonModel. matrixAction
Fields in org.nuiton.math.matrix.viewer with type parameters of type MatrixDimensionAction Modifier and Type Field Description protected List<MatrixDimensionAction>
MatrixDimensionPanel. matrixDimensionActions
Methods in org.nuiton.math.matrix.viewer that return MatrixDimensionAction Modifier and Type Method Description MatrixDimensionAction
MatrixDimensionPanel.MatrixActionButtonModel. getMatrixAction()
Methods in org.nuiton.math.matrix.viewer with parameters of type MatrixDimensionAction Modifier and Type Method Description protected void
MatrixDimensionPanel. addMatrixDimentionAction(MatrixDimensionAction matrixDimentionAction)
Add new action.void
MatrixViewerPanel. addMatrixDimentionAction(MatrixDimensionAction matrixDimentionAction)
Add new action.Constructors in org.nuiton.math.matrix.viewer with parameters of type MatrixDimensionAction Constructor Description MatrixActionButtonModel(MatrixDimensionAction matrixAction)
-