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
-
HelpEchoCanvas()
-
-
mouseExit(Event, int, int)
-
-
mouseMove(Event, int, int)
-
-
setHelpEcho(StatusMessageShower, String)
-
HelpEchoCanvas
public HelpEchoCanvas()
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