Class dnx.awtutil.HelpEchoCanvas
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class dnx.awtutil.HelpEchoCanvas

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Canvas
                   |
                   +----dnx.awtutil.HelpEchoCanvas

public class HelpEchoCanvas
extends Canvas

Constructor Index

 o HelpEchoCanvas()

Method Index

 o mouseExit(Event, int, int)
 o mouseMove(Event, int, int)
 o setHelpEcho(StatusMessageShower, String)

Constructors

 o HelpEchoCanvas
  public HelpEchoCanvas()

Methods

 o mouseMove
  public synchronized boolean mouseMove(Event e,
                                        int x,
                                        int y)
Overrides:
mouseMove in class Component
 o mouseExit
  public synchronized boolean mouseExit(Event e,
                                        int x,
                                        int y)
Overrides:
mouseExit in class Component
 o setHelpEcho
  public void setHelpEcho(StatusMessageShower echoHere,
                          String helpEcho)

All Packages  Class Hierarchy  This Package  Previous  Next  Index