Uses of Interface
net.damf.funkson.matrix.InterHandle

Packages that use InterHandle
net.damf.funkson.matrix   
net.damf.funkson.matrix.gui   
 

Uses of InterHandle in net.damf.funkson.matrix
 

Classes in net.damf.funkson.matrix that implement InterHandle
 class MatrixHandle
           
 

Fields in net.damf.funkson.matrix declared as InterHandle
private  InterHandle ExtMatricks.handle
           
 

Methods in net.damf.funkson.matrix that return InterHandle
 InterHandle ExtMatricks.getHandle()
           
 

Constructors in net.damf.funkson.matrix with parameters of type InterHandle
ExtMatricks(Matricks matrix, InterHandle hand)
           
ExtMatricks(java.lang.String str, int rowz, int colz, InterHandle hand)
           
ExtMatricks(java.lang.String str, Numbor[][] matrix, InterHandle hand)
           
 

Uses of InterHandle in net.damf.funkson.matrix.gui
 

Classes in net.damf.funkson.matrix.gui that implement InterHandle
 class MatrixInitWindow