Uses of Interface
com.bbn.openmap.tools.beanbox.BeanContainer

Packages that use BeanContainer
com.bbn.openmap.examples.beanbox Provides a sample openmap application that uses the openmap beanbox. 
com.bbn.openmap.tools.beanbox The beanbox package contains classes that implement a BeanPanel component. 
 

Uses of BeanContainer in com.bbn.openmap.examples.beanbox
 

Classes in com.bbn.openmap.examples.beanbox that implement BeanContainer
 class SimpleBeanContainer
          A SimpleBeanContainer is itself a bean.
 

Methods in com.bbn.openmap.examples.beanbox that return BeanContainer
 BeanContainer SimpleBeanBox.findEnclosingContainer(java.lang.Object bean)
          returns a BeanContainer bean that contains the specified bean object.
 

Uses of BeanContainer in com.bbn.openmap.tools.beanbox
 

Fields in com.bbn.openmap.tools.beanbox declared as BeanContainer
protected  BeanContainer BeanLayoutManager._container
          BeanContainer whose contents are layed out using this layout manager.
 

Methods in com.bbn.openmap.tools.beanbox that return BeanContainer
 BeanContainer BeanLayoutManager.getContainer()
          Gets the container associated with this layout manager.
abstract  BeanContainer BeanBox.findEnclosingContainer(java.lang.Object bean)
          Returns a bean contained in the layer that implements the BeanContainer interface and which contains the specified bean.
 

Methods in com.bbn.openmap.tools.beanbox with parameters of type BeanContainer
 void BeanLayoutManager.setContainer(BeanContainer c)
          sets the container.
 



Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details