Class powersoft.jcm.ui.Control
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class powersoft.jcm.ui.Control

java.lang.Object
   |
   +----powersoft.jcm.ui.Component
           |
           +----powersoft.jcm.ui.Control

public class Control
extends Component
implements AWTPaintTarget

Variable Index

 o _paintVector

Constructor Index

 o Control()

Method Index

 o addPaintListener(PaintListener)
 o createAWTComponent(Component)
Creates the AWT component.
 o getPaintListeners()
 o handleAWTPaint(Graphics)
 o handlePaint(PaintEvent)
 o removePaintListener(PaintListener)

Variables

 o _paintVector
  protected EventListenerVector _paintVector

Constructors

 o Control
  public Control()

Methods

 o addPaintListener
  public synchronized void addPaintListener(PaintListener l)
 o getPaintListeners
  public synchronized EventListenerVector getPaintListeners()
 o handlePaint
  public synchronized void handlePaint(PaintEvent data)
 o removePaintListener
  public synchronized void removePaintListener(PaintListener l)
 o createAWTComponent
  protected Component createAWTComponent(Component parent)
Creates the AWT component.
Overrides:
createAWTComponent in class Component
 o handleAWTPaint
  public boolean handleAWTPaint(Graphics g)

All Packages  Class Hierarchy  This Package  Previous  Next  Index