Uses of Interface
org.nuiton.math.matrix.viewer.MatrixDimensionAction

Packages that use MatrixDimensionAction
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
 class SumAllAction
          Sum all raw action.
 

Fields in org.nuiton.math.matrix.viewer declared as MatrixDimensionAction
protected  MatrixDimensionAction MatrixDimensionPanel.MatrixActionButtonModel.matrixAction
           
 

Fields in org.nuiton.math.matrix.viewer with type parameters of type MatrixDimensionAction
protected  List<MatrixDimensionAction> MatrixDimensionPanel.matrixDimentionActions
           
 

Methods in org.nuiton.math.matrix.viewer that return MatrixDimensionAction
 MatrixDimensionAction MatrixDimensionPanel.MatrixActionButtonModel.getMatrixAction()
           
 

Methods in org.nuiton.math.matrix.viewer with parameters of type MatrixDimensionAction
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
MatrixDimensionPanel.MatrixActionButtonModel(MatrixDimensionAction matrixAction)
           
 



Copyright © 2004-2011 CodeLutin. All Rights Reserved.