inprise Packages  Class Hierarchy  jbcl.control Package 

ComponentProxy component

java.lang.Object
   +----java.awt.Component
           +----com.borland.jbcl.control.ComponentProxy

About the ComponentProxy component

Variables  Constructors  Properties  Methods  Event Listeners

Implements ImageObserver, MenuContainer, Serializable

ComponentProxy is used in place of Component. Because Component is declared as abstract and because the UI Designer cannot instantiate abstract classes, the UI Designer uses ComponentProxy instead.


ComponentProxy variables

Variables implemented in java.awt.Component

ComponentProxy constructors

ComponentProxy properties

*Read-only properties **Write-only properties

Properties implemented in java.awt.Component

Properties implemented in java.lang.Object

ComponentProxy methods

Methods implemented in java.awt.Component

Methods implemented in java.lang.Object

ComponentProxy event listeners


ComponentProxy constructors

ComponentProxy()

  public ComponentProxy()
Constructs a ComponentProxy proxy.

ComponentProxy event listeners

This component is a source for the following event sets.

component

 public synchronized void addComponentListener(java.awt.event.ComponentListener )
 public synchronized void removeComponentListener(java.awt.event.ComponentListener )

focus

 public synchronized void addFocusListener(java.awt.event.FocusListener )
 public synchronized void removeFocusListener(java.awt.event.FocusListener )

inputMethod

 public synchronized void addInputMethodListener(java.awt.event.InputMethodListener )
 public synchronized void removeInputMethodListener(java.awt.event.InputMethodListener )

key

 public synchronized void addKeyListener(java.awt.event.KeyListener )
 public synchronized void removeKeyListener(java.awt.event.KeyListener )

mouse

 public synchronized void addMouseListener(java.awt.event.MouseListener )
 public synchronized void removeMouseListener(java.awt.event.MouseListener )

mouseMotion

 public synchronized void addMouseMotionListener(java.awt.event.MouseMotionListener )
 public synchronized void removeMouseMotionListener(java.awt.event.MouseMotionListener )

propertyChange

 public synchronized void addPropertyChangeListener(java.beans.PropertyChangeListener )
 public synchronized void removePropertyChangeListener(java.beans.PropertyChangeListener )