Package com.pietschy.command.delegate

Classes and interfaces related to DelegatingCommands

See:
          Description

Interface Summary
DelegateMediator Used by DelegatingCommand instances to find their delegates.
DelegateMediatorListener Interface for listening to changes in a DelegateMediator.
DelegateProvider Marks an object as being a provider of delegates.
RelatedWindowDiscriminator Interface that allows the FocusTrackingDelegateMediator to determine which windows should be considered for command container discovery during focus events.
 

Class Summary
AbstractDelegateMediator Provides a base implementation of DelegateMediator that manages DelegateMediatorListeners and provides convenience methods for finding an ActionCommandExecutor from a list of DelegateProviders.
ActionCommandDelegate Base class for creating delegates for use with DelegatingCommands.
DefaultDelegateMediator Default implementation of DelegateMediator that allows you to set the either a list of ActionCommandExecutors to use or a list of DelegateProviders to use.
DefaultRelatedWindowDiscriminator Default implementation of RelatedWindowDiscriminator.
DelegateMediatorEvent Fired whenever a DelegateMediators current delegate set changes.
DelegateProviderSupport A simple implementation of DelegateProvider.
DelegatingCommand Delegating commands allow a single command to delegate its behaviour to another object.
DelegatingToggleCommand DelegatingToggleCommands provided equivalent functionality to DelegatingCommand for ToggleCommands.
DelegatingToggleGroup DelegatingToggleGroups delegates to the ToggleCommand members of a ToggleGroup.
DelegatingToggleGroup.DelegatingToggleGroupBuilder Internal builder implementation that installs DelegatingToggleCommands.
DelegatingToggleGroupCommand A custom DelegatingToggleCommand used internally by DelegatingToggleGroups.
FocusTrackingDelegateMediator A DelegateMediator that finds its ActionCommandExecutor set by traversing up the swing component hierarchy from the focused component.
SwingActionDelegate An instance of ActionCommandDelegate that invokes an existing swing action.
 

Package com.pietschy.command.delegate Description

Classes and interfaces related to DelegatingCommands



Copyright © 2006 - 2007 Andrew Pietsch