public interface

BeanContextContainerProxy

java.beans.beancontext.BeanContextContainerProxy

Class Overview

This interface is implemented by BeanContexts' that have an AWT Container associated with them.

Summary

Public Methods
abstract Container getContainer()
Gets the java.awt.Container associated with this BeanContext.

Public Methods

public abstract Container getContainer ()

Gets the java.awt.Container associated with this BeanContext.

Returns
  • the java.awt.Container associated with this BeanContext.