|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The BeanBox
treats all bean
objects that implement this interface as container beans.
Method Summary | |
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. |
Method Detail |
public java.util.Vector getContents()
public void setContents(java.util.Vector contents)
public void add(java.lang.Object bean)
public void remove(java.lang.Object bean)
public void removeAll()
public boolean contains(java.lang.Object bean)
public BeanLayoutManager getLayout()
public void setLayout(BeanLayoutManager layout)
public java.lang.String getLayoutClass()
public void setLayoutClass(java.lang.String lc)
public void validate()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |