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

Variable Index

 o DELETE
 o ESC

Constructor Index

 o KeyField()

Method Index

 o addNotify()
 o getKey()
 o handleEvent(Event)
 o keyDown(Event, int)
 o minimumSize()
 o mouseDown(Event, int, int)
 o paint(Graphics)
 o preferredSize()
 o removeNotify()
 o setKey(int)

Variables

 o ESC
  public final static int ESC
 o DELETE
  public final static int DELETE

Constructors

 o KeyField
  public KeyField()

Methods

 o addNotify
  public void addNotify()
Overrides:
addNotify in class Canvas
 o removeNotify
  public void removeNotify()
Overrides:
removeNotify in class Component
 o minimumSize
  public Dimension minimumSize()
Overrides:
minimumSize in class Component
 o preferredSize
  public Dimension preferredSize()
Overrides:
preferredSize in class Component
 o setKey
  public void setKey(int key)
 o getKey
  public int getKey()
 o paint
  public void paint(Graphics g)
Overrides:
paint in class Canvas
 o handleEvent
  public boolean handleEvent(Event e)
Overrides:
handleEvent in class Component
 o mouseDown
  public boolean mouseDown(Event e,
                           int x,
                           int y)
Overrides:
mouseDown in class Component
 o keyDown
  public boolean keyDown(Event e,
                         int key)
Overrides:
keyDown in class Component

All Packages  Class Hierarchy  This Package  Previous  Next  Index