Uses of Interface
weka.gui.graphvisualizer.LayoutCompleteEventListener
Packages that use LayoutCompleteEventListener
-
Uses of LayoutCompleteEventListener in weka.classifiers.bayes.net
Classes in weka.classifiers.bayes.net that implement LayoutCompleteEventListener -
Uses of LayoutCompleteEventListener in weka.gui.graphvisualizer
Classes in weka.gui.graphvisualizer that implement LayoutCompleteEventListenerModifier and TypeClassDescriptionclassThis class displays the graph we want to visualize.Methods in weka.gui.graphvisualizer with parameters of type LayoutCompleteEventListenerModifier and TypeMethodDescriptionvoidHierarchicalBCEngine.addLayoutCompleteEventListener(LayoutCompleteEventListener l) Method to add a LayoutCompleteEventListenervoidLayoutEngine.addLayoutCompleteEventListener(LayoutCompleteEventListener e) This method adds a LayoutCompleteEventListener to the LayoutEngine.voidHierarchicalBCEngine.removeLayoutCompleteEventListener(LayoutCompleteEventListener e) Method to remove a LayoutCompleteEventListener.voidLayoutEngine.removeLayoutCompleteEventListener(LayoutCompleteEventListener e) This method removes a LayoutCompleteEventListener from the LayoutEngine.