public abstract class BeanLayoutManager
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected BeanContainer |
_container
BeanContainer whose contents are laid out using this layout
manager.
|
Constructor and Description |
---|
BeanLayoutManager()
default constructor needed for beanification.
|
Modifier and Type | Method and Description |
---|---|
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.
|
protected BeanContainer _container
public BeanLayoutManager()
public abstract void layoutContainer()
public void setContainer(BeanContainer c)
public BeanContainer getContainer()
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details