Uses of Class
com.bbn.openmap.tools.beanbox.BeanBox

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

Subclasses of BeanBox in com.bbn.openmap.layer.beanbox
 class SimpleBeanBox
          SimpleBeanBox is a sample implementation of the BeanBoxclass.
 

Methods in com.bbn.openmap.layer.beanbox that return BeanBox
 BeanBox SimpleBeanLayer.getBeanBox()
           
 

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

Fields in com.bbn.openmap.tools.beanbox declared as BeanBox
protected  BeanBox GenericPropertySheet.beanBox
          A GenericPropertySheet can be optionally associated with a BeanBox.
protected  BeanBox BeanBoxDnDCatcher.selectedBeanBox
          holds the BeanBoxthat manages the currently selected bean
 

Methods in com.bbn.openmap.tools.beanbox that return BeanBox
 BeanBox BeanBoxHandler.getBeanBox()
          returns a layer specific implementation of the BeanBoxclass instance.
 

Constructors in com.bbn.openmap.tools.beanbox with parameters of type BeanBox
GenericPropertySheet(boolean isModal, java.lang.Object target, java.awt.Rectangle bounds, java.beans.PropertyEditor pe, BeanBox beanBox)
          Constructs a property sheet dialog.
GenericPropertySheet(java.lang.Object target, int x, int y, java.beans.PropertyEditor pe, BeanBox beanBox)
          Constructs a property sheet dialog.
 



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