|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BeanLayoutManager | |
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 BeanLayoutManager in com.bbn.openmap.examples.beanbox |
Subclasses of BeanLayoutManager in com.bbn.openmap.examples.beanbox | |
class |
NullLayout
A layout manager that represents a null layout. |
class |
WallFormationLayout
A layout manager for laying out SimpleBeanbObject beans in a wall forrmation. |
Methods in com.bbn.openmap.examples.beanbox that return BeanLayoutManager | |
BeanLayoutManager |
SimpleBeanContainer.getLayout()
|
Methods in com.bbn.openmap.examples.beanbox with parameters of type BeanLayoutManager | |
void |
SimpleBeanContainer.setLayout(BeanLayoutManager layout)
|
Constructors in com.bbn.openmap.examples.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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |