org.pietschy.command

Class DefaultGroupContainerManager


public class DefaultGroupContainerManager
extends GroupContainerManager

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.
Version:
$Revision: 1.3 $
Author:
andrewp

Field Summary

Fields inherited from class org.pietschy.command.GroupContainerManager

log

Method Summary

protected void
clearContainer()
void
rebuildPopupUsing(Collection members)

Methods inherited from class org.pietschy.command.GroupContainerManager

configure, getFaceId, getFactory, getItemContainer, initialise, rebuildPopupUsing, toString

Method Details

clearContainer

protected void clearContainer()

rebuildPopupUsing

public void rebuildPopupUsing(Collection members)
Overrides:
rebuildPopupUsing in interface GroupContainerManager