|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GroupContainerPopulator
A strategy interface for adding components to an underlying Container
.
Container
Method Summary | |
---|---|
void |
add(Component component)
Adds the given component to the underlying container. |
void |
addSeparator()
Adds a separator to the underlying container. |
Container |
getContainer()
Returns the underlying container that this instance is responsible for populating. |
void |
onPopulated()
Called to perform any required actions once the container has been populated. |
Method Detail |
---|
Container getContainer()
void add(Component component)
component
- The component to be added. Must not be null.
IllegalArgumentException
- if component
is null.void addSeparator()
void onPopulated()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |