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 classSumAllActionSum all raw action.Fields in org.nuiton.math.matrix.viewer declared as MatrixDimensionAction Modifier and Type Field Description protected MatrixDimensionActionMatrixDimensionPanel.MatrixActionButtonModel. matrixActionFields in org.nuiton.math.matrix.viewer with type parameters of type MatrixDimensionAction Modifier and Type Field Description protected List<MatrixDimensionAction>MatrixDimensionPanel. matrixDimensionActionsMethods in org.nuiton.math.matrix.viewer that return MatrixDimensionAction Modifier and Type Method Description MatrixDimensionActionMatrixDimensionPanel.MatrixActionButtonModel. getMatrixAction()Methods in org.nuiton.math.matrix.viewer with parameters of type MatrixDimensionAction Modifier and Type Method Description protected voidMatrixDimensionPanel. addMatrixDimentionAction(MatrixDimensionAction matrixDimentionAction)Add new action.voidMatrixViewerPanel. addMatrixDimentionAction(MatrixDimensionAction matrixDimentionAction)Add new action.Constructors in org.nuiton.math.matrix.viewer with parameters of type MatrixDimensionAction Constructor Description MatrixActionButtonModel(MatrixDimensionAction matrixAction)
-