inprise Packages  Class Hierarchy  jbcl.control Package 

ContainerProxy component

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

About the ContainerProxy component

Variables  Constructors  Properties  Methods  Event Listeners

Implements ImageObserver, MenuContainer, Serializable

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


ContainerProxy variables

Variables implemented in java.awt.Component

ContainerProxy constructors

ContainerProxy properties

*Read-only properties **Write-only properties

Properties implemented in java.awt.Component

Properties implemented in java.awt.Container

Properties implemented in java.lang.Object

ContainerProxy methods

Methods implemented in java.awt.Component

Methods implemented in java.awt.Container

Methods implemented in java.lang.Object

ContainerProxy event listeners


ContainerProxy constructors

ContainerProxy()

  public ContainerProxy()
Constructs a ContainerProxy object.

ContainerProxy 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 )

container

 public synchronized void addContainerListener(java.awt.event.ContainerListener )
 public synchronized void removeContainerListener(java.awt.event.ContainerListener )

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 )