|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pietschy.command.GroupContainerManager
org.pietschy.command.DefaultGroupContainerManager
public class DefaultGroupContainerManager
Provides a 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 org.pietschy.command.GroupContainerManager |
---|
log |
Constructor Summary | |
---|---|
DefaultGroupContainerManager()
|
Method Summary | |
---|---|
protected void |
clearContainer()
|
void |
rebuildPopupUsing(java.util.Collection members)
Called to trigger the manager to rebuild its container using the specified collection of GroupMember s. |
Methods inherited from class org.pietschy.command.GroupContainerManager |
---|
configure, getFaceId, getFactory, getItemContainer, initialise, 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 rebuildPopupUsing(java.util.Collection members)
GroupContainerManager
GroupMember
s.
rebuildPopupUsing
in class GroupContainerManager
members
- the current members of the group.protected void clearContainer()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |