Package com.pietschy.command.group.impl

Defines implementation classes and interfaces for CommandGroups.

See:
          Description

Interface Summary
Contribution Internal interface for managing expansion point contributions.
GroupMember GroupMembers are responsible for managing the children of a CommandGroup.
GroupMemberFactory Factory for the creation of GroupMember instances.
 

Class Summary
AbstractCommandContribution Base implementation for Contribution that insert a command.
AbstractCommandMember The base implementation for GroupMembers that insert commands.
AbstractExpansionPointBuilder Implementation of ExpansionPointBuilder.
AbstractGroupBuilder Base implementation of GroupBuilder.
AbstractGroupMember GroupMembers are responsible for managing the children of a CommandGroup.
AbstractNonCommandMember Base class for GroupMembers that are not commands.
CommandContribution Contributions are the expansion point equivalent to GroupMembers.
DefaultGroupContainerManager Default implementation of GroupContainerManager that removes all elemnents and rebuilds from scratch.
DefaultGroupMemberFactory Default implementation of GroupMemberFactory.
DynamicMember Dynamic members are used handle commands and groups that are specified only by their id.
EmbeddedContribution A contribution that attempts to adds it's member to a matching child of the parent group.
ExpansionPointMember A GroupMember implementation for handling a groups expansion point.
FaceComparator Comparator for comparing face instances based on their text value.
GlueMember A GroupMember instance that insert a glue object.
GroupContainerManager A helper class that CommandGroups use to populate and manages its popup/command Containers.
GroupUtil A utiltiy class for adding the correct type of separator to various containers.
InlineMember A GroupMember implementation for adding one group as an inline member of another.
MemberManager Manages members on behalf of CommandGroup.
PopupAdapter Shows a popup menu under a button.
SeparatorMember A GroupMember that adds a separator component.
StaticMember The standard GroupMember implementation for commands and groups.
 

Package com.pietschy.command.group.impl Description

Defines implementation classes and interfaces for CommandGroups.



Copyright © 2006 - 2007 Andrew Pietsch