public interface BeanContainer
BeanBox
treats all bean
objects that implement this interface as container beans.Modifier and Type | Method and Description |
---|---|
void |
add(java.lang.Object bean)
adds the specified bean object to this container.
|
boolean |
contains(java.lang.Object bean)
checks if the specified bean lies in this container.
|
java.util.Vector |
getContents()
gets the contents of this container as a vector of bean
objects.
|
BeanLayoutManager |
getLayout()
gets the layout manager bean assocciated with this container.
|
java.lang.String |
getLayoutClass()
gets the class name of the layout manager bean assocciated with
this container.
|
void |
remove(java.lang.Object bean)
removes the specified bean object from this container.
|
void |
removeAll()
removes all beans from this container.
|
void |
setContents(java.util.Vector contents)
sets the contents of this container as a vector of bean
objects.
|
void |
setLayout(BeanLayoutManager layout)
sets the layout manager bean assocciated with this container.
|
void |
setLayoutClass(java.lang.String lc)
sets the class name of the layout manager bean assocciated with
this container.
|
void |
validate()
calling this method is meant to generate a call to the layout
manager's layoutContainer method.
|
java.util.Vector getContents()
void setContents(java.util.Vector contents)
void add(java.lang.Object bean)
void remove(java.lang.Object bean)
void removeAll()
boolean contains(java.lang.Object bean)
BeanLayoutManager getLayout()
void setLayout(BeanLayoutManager layout)
java.lang.String getLayoutClass()
void setLayoutClass(java.lang.String lc)
void validate()
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details