|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.pietschy.command.group.impl.GroupContainerManager
com.pietschy.command.group.impl.DefaultGroupContainerManager
public class DefaultGroupContainerManager
Default implementation of GroupContainerManager that removes all elemnents and rebuilds
from scratch. Before rebulding, the existing buttons are cached so they can be re-used by the new members
if possible.
| Field Summary |
|---|
| Fields inherited from class com.pietschy.command.group.impl.GroupContainerManager |
|---|
log |
| Constructor Summary | |
|---|---|
DefaultGroupContainerManager()
|
|
| Method Summary | |
|---|---|
protected void |
clearContainer()
Invoked to clear the item container. |
void |
rebuildContainer(java.util.Collection<GroupMember> members)
Called to trigger the manager to rebuild its container using the specified collection of GroupMembers. |
| Methods inherited from class com.pietschy.command.group.impl.GroupContainerManager |
|---|
configure, configure, getFaceId, getFactory, getItemContainer, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultGroupContainerManager()
| Method Detail |
|---|
public void rebuildContainer(java.util.Collection<GroupMember> members)
GroupContainerManagerGroupMembers.
rebuildContainer in class GroupContainerManagermembers - the current members of the group.protected void clearContainer()
GroupContainerManager.getItemContainer()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||