|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bbn.openmap.tools.beanbox.BeanLayoutManager
public abstract class BeanLayoutManager
A BeanLayoutManager is a bean that manages the layout of a BeanContainer.
| Field Summary | |
|---|---|
protected BeanContainer |
_container
BeanContainer whose contents are laid out using this layout manager. |
| Constructor Summary | |
|---|---|
BeanLayoutManager()
default constructor needed for beanification. |
|
| Method Summary | |
|---|---|
BeanContainer |
getContainer()
Gets the container associated with this layout manager. |
abstract void |
layoutContainer()
Called by the container to layout its contents. |
void |
setContainer(BeanContainer c)
sets the container. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected BeanContainer _container
| Constructor Detail |
|---|
public BeanLayoutManager()
| Method Detail |
|---|
public abstract void layoutContainer()
public void setContainer(BeanContainer c)
public BeanContainer getContainer()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||