All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class edu.mit.ai.psg.ui.outlines.OutlineMouseListener

java.lang.Object
   |
   +----java.awt.event.MouseAdapter
           |
           +----edu.mit.ai.psg.ui.outlines.OutlineMouseListener

public class OutlineMouseListener
extends MouseAdapter
implements MouseListener
OutlineMouseListener listens for and reacts to mouse events on an Outline.

Author:
CarlManning, caroma@ai.mit.edu
Copyright (c) 1997, 1998 Massachusetts Institute of Technology

Variable Index

 o dbgLev

Constructor Index

 o OutlineMouseListener(Object, Component)

Method Index

 o dbgOut(String)
 o isPopupTrigger(MouseEvent)
 o mousePressed(MouseEvent)
 o mouseReleased(MouseEvent)
 o popup(MouseEvent)

Variables

 o dbgLev
 public static int dbgLev

Constructors

 o OutlineMouseListener
 public OutlineMouseListener(Object displayedObj,
                             Component component)

Methods

 o dbgOut
 public static void dbgOut(String s)
 o mouseReleased
 public void mouseReleased(MouseEvent event)
Overrides:
mouseReleased in class MouseAdapter
 o mousePressed
 public void mousePressed(MouseEvent event)
Overrides:
mousePressed in class MouseAdapter
 o isPopupTrigger
 public boolean isPopupTrigger(MouseEvent event)
 o popup
 public void popup(MouseEvent event)

All Packages  Class Hierarchy  This Package  Previous  Next  Index