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


Constructor Index

 o VtpMouseListener(InteractiveFacade, Ctedit)

Method Index

 o mouseClicked(PointingEvent)
 o mouseEntered(PointingEvent)

Constructors

 o VtpMouseListener
 public VtpMouseListener(InteractiveFacade aFacade,
                         Ctedit ct)

Methods

 o mouseEntered
 public void mouseEntered(PointingEvent e)
Overrides:
mouseEntered in class DefaultMouseListener
 o mouseClicked
 public void mouseClicked(PointingEvent anEvent)
Overrides:
mouseClicked in class DefaultMouseListener

All Packages  Class Hierarchy  This Package  Previous  Next  Index