All Packages Class Hierarchy This Package Previous Next Index
Class aioli.gfxobj.VtpMouseListener
java.lang.Object
|
+----figue.event.DefaultListener
|
+----figue.event.DefaultMouseListener
|
+----aioli.gfxobj.VtpMouseListener
- public class VtpMouseListener
- extends DefaultMouseListener
A simple listener that selects the tree corresponding to the selected box
-
VtpMouseListener(InteractiveFacade, Ctedit)
-
-
mouseClicked(PointingEvent)
-
-
mouseEntered(PointingEvent)
-
VtpMouseListener
public VtpMouseListener(InteractiveFacade aFacade,
Ctedit ct)
mouseEntered
public void mouseEntered(PointingEvent e)
- Overrides:
- mouseEntered in class DefaultMouseListener
mouseClicked
public void mouseClicked(PointingEvent anEvent)
- Overrides:
- mouseClicked in class DefaultMouseListener
All Packages Class Hierarchy This Package Previous Next Index