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

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

Subclasses of BeanLayoutManager in com.bbn.openmap.layer.beanbox
 class NullLayout
          A layout manager that represents a null layout.
 class WallFormationLayout
          A layout manager for laying out SimpleBeanbObject beans in a wall formation.
 

Methods in com.bbn.openmap.layer.beanbox that return BeanLayoutManager
 BeanLayoutManager SimpleBeanContainer.getLayout()
           
 

Methods in com.bbn.openmap.layer.beanbox with parameters of type BeanLayoutManager
 void SimpleBeanContainer.setLayout(BeanLayoutManager layout)
           
 

Constructors in com.bbn.openmap.layer.beanbox with parameters of type BeanLayoutManager
SimpleBeanContainer(long id, float centerLatitude, float centerLongitude, float bearingInDeg, float widthInNM, float heightInNM, BeanLayoutManager layoutManager)
           
 

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

Methods in com.bbn.openmap.tools.beanbox that return BeanLayoutManager
 BeanLayoutManager BeanContainer.getLayout()
          gets the layout manager bean assocciated with this container.
 

Methods in com.bbn.openmap.tools.beanbox with parameters of type BeanLayoutManager
 void BeanContainer.setLayout(BeanLayoutManager layout)
          sets the layout manager bean assocciated with this container.
 



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