Uses of Interface
weka.gui.graphvisualizer.LayoutCompleteEventListener

Packages that use LayoutCompleteEventListener
weka.gui.graphvisualizer   
 

Uses of LayoutCompleteEventListener in weka.gui.graphvisualizer
 

Classes in weka.gui.graphvisualizer that implement LayoutCompleteEventListener
 class GraphVisualizer
          This class displays the graph we want to visualize.
 

Methods in weka.gui.graphvisualizer with parameters of type LayoutCompleteEventListener
 void HierarchicalBCEngine.addLayoutCompleteEventListener(LayoutCompleteEventListener l)
          Method to add a LayoutCompleteEventListener
 void HierarchicalBCEngine.removeLayoutCompleteEventListener(LayoutCompleteEventListener e)
          Method to remove a LayoutCompleteEventListener.
 void LayoutEngine.addLayoutCompleteEventListener(LayoutCompleteEventListener e)
          This method adds a LayoutCompleteEventListener to the LayoutEngine.
 void LayoutEngine.removeLayoutCompleteEventListener(LayoutCompleteEventListener e)
          This method removes a LayoutCompleteEventListener from the LayoutEngine.