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

Class dnx.awtutil.HelpEchoPanel

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----dnx.awtutil.HelpEchoPanel

public class HelpEchoPanel
extends Panel

Constructor Index

 o HelpEchoPanel()

Method Index

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

Constructors

 o HelpEchoPanel
  public HelpEchoPanel()

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