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

Packages that use BeanContainer
com.bbn.openmap.layer.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.layer.beanbox
 

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

Methods in com.bbn.openmap.layer.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 laid out using this layout manager.
 

Methods in com.bbn.openmap.tools.beanbox that return BeanContainer
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.
 BeanContainer BeanLayoutManager.getContainer()
          Gets the container associated with this layout manager.
 

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