weka.gui.graphvisualizer
Class GraphVisualizer.GraphVisualizerMouseListener

java.lang.Object
  extended byjava.awt.event.MouseAdapter
      extended byweka.gui.graphvisualizer.GraphVisualizer.GraphVisualizerMouseListener
All Implemented Interfaces:
java.util.EventListener, java.awt.event.MouseListener
Enclosing class:
GraphVisualizer

private class GraphVisualizer.GraphVisualizerMouseListener
extends java.awt.event.MouseAdapter

Listener class for processing mouseClicked


Field Summary
(package private)  int nx
           
(package private)  int ny
           
(package private)  java.awt.Rectangle r
           
(package private)  int x
           
(package private)  int y
           
 
Constructor Summary
private GraphVisualizer.GraphVisualizerMouseListener()
           
 
Method Summary
 void mouseClicked(java.awt.event.MouseEvent me)
          If the mouse is clicked on a node then this method displays a dialog box with the probability distribution table for that node IF it exists
 
Methods inherited from class java.awt.event.MouseAdapter
mouseEntered, mouseExited, mousePressed, mouseReleased
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

int x

y

int y

nx

int nx

ny

int ny

r

java.awt.Rectangle r
Constructor Detail

GraphVisualizer.GraphVisualizerMouseListener

private GraphVisualizer.GraphVisualizerMouseListener()
Method Detail

mouseClicked

public void mouseClicked(java.awt.event.MouseEvent me)
If the mouse is clicked on a node then this method displays a dialog box with the probability distribution table for that node IF it exists