Class sunsoft.jws.visual.rt.awt.KeyField
All Packages Class Hierarchy This Package Previous Next Index
Class sunsoft.jws.visual.rt.awt.KeyField
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Canvas
|
+----sunsoft.jws.visual.rt.awt.KeyField
- public class KeyField
- extends Canvas
-
DELETE
-
-
ESC
-
-
KeyField()
-
-
addNotify()
-
-
getKey()
-
-
handleEvent(Event)
-
-
keyDown(Event, int)
-
-
minimumSize()
-
-
mouseDown(Event, int, int)
-
-
paint(Graphics)
-
-
preferredSize()
-
-
removeNotify()
-
-
setKey(int)
-
ESC
public final static int ESC
DELETE
public final static int DELETE
KeyField
public KeyField()
addNotify
public void addNotify()
- Overrides:
- addNotify in class Canvas
removeNotify
public void removeNotify()
- Overrides:
- removeNotify in class Component
minimumSize
public Dimension minimumSize()
- Overrides:
- minimumSize in class Component
preferredSize
public Dimension preferredSize()
- Overrides:
- preferredSize in class Component
setKey
public void setKey(int key)
getKey
public int getKey()
paint
public void paint(Graphics g)
- Overrides:
- paint in class Canvas
handleEvent
public boolean handleEvent(Event e)
- Overrides:
- handleEvent in class Component
mouseDown
public boolean mouseDown(Event e,
int x,
int y)
- Overrides:
- mouseDown in class Component
keyDown
public boolean keyDown(Event e,
int key)
- Overrides:
- keyDown in class Component
All Packages Class Hierarchy This Package Previous Next Index