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
-
HelpEchoPanel()
-
-
mouseExit(Event, int, int)
-
-
mouseMove(Event, int, int)
-
-
setHelpEcho(StatusMessageShower, String)
-
HelpEchoPanel
public HelpEchoPanel()
mouseMove
public synchronized boolean mouseMove(Event e,
int x,
int y)
- Overrides:
- mouseMove in class Component
mouseExit
public synchronized boolean mouseExit(Event e,
int x,
int y)
- Overrides:
- mouseExit in class Component
setHelpEcho
public void setHelpEcho(StatusMessageShower echoHere,
String helpEcho)
All Packages Class Hierarchy This Package Previous Next Index