Uses of Class
phenote.matrix.model.MatrixController

Packages that use MatrixController
phenote.matrix.view   
 

Uses of MatrixController in phenote.matrix.view
 

Methods in phenote.matrix.view that return MatrixController
 MatrixController MatrixComponent.getController()
           
 

Constructors in phenote.matrix.view with parameters of type MatrixController
MatrixComponent(java.lang.String id, MatrixController controller)
          Creates a new GUI component with the given ID and controller
MatrixComponentFactory(MatrixController controller)