Uses of Interface
org.nuiton.math.matrix.gui.MatrixPanelListener

Packages that use MatrixPanelListener
org.nuiton.math.matrix.gui   
 

Uses of MatrixPanelListener in org.nuiton.math.matrix.gui
 

Fields in org.nuiton.math.matrix.gui with type parameters of type MatrixPanelListener
protected  org.nuiton.util.ListenerSet<MatrixPanelListener> MatrixPanelEditor.listeners
           
protected  org.nuiton.util.ListenerSet<MatrixPanelListener> JAXXMatrixEditor.listeners
           
 

Methods in org.nuiton.math.matrix.gui that return MatrixPanelListener
 MatrixPanelListener[] MatrixPanelEditor.getMatrixPanelListeners()
           
 MatrixPanelListener[] JAXXMatrixEditor.getMatrixPanelListeners()
           
 

Methods in org.nuiton.math.matrix.gui with parameters of type MatrixPanelListener
 void MatrixPanelEditor.addMatrixListener(MatrixPanelListener l)
          Deprecated. since 2.0.0 : this is not a valid listener adder
 void JAXXMatrixEditor.addMatrixListener(MatrixPanelListener l)
          Deprecated. since 2.0.0 : this is not a valid listener adder
 void MatrixPanelEditor.addMatrixPanelListener(MatrixPanelListener l)
           
 void JAXXMatrixEditor.addMatrixPanelListener(MatrixPanelListener l)
           
 void MatrixPanelEditor.removeMatrixPanelListener(MatrixPanelListener l)
           
 void JAXXMatrixEditor.removeMatrixPanelListener(MatrixPanelListener l)
           
 



Copyright © 2004-2009 CodeLutin. All Rights Reserved.