Package com.pietschy.command.annotation

Classes and interfaces for using GUI Commands annotations.

See:
          Description

Interface Summary
AnnotationSupport Used by GuiCommands.bindAnnotatedCommands(CommandContainer, Object) and associated methods to automatically create commands from methods annotated with either @ActionCommand or @SwingWorkerCommand.
 

Annotation Types Summary
ActionCommand_ The ActionCommand annotation can be used to mark a method as being an action command.
SwingWorkerCommand_ The SwingWorkerCommand annotation can be used to mark a method as being an SwingWorkerCommand.
 

Package com.pietschy.command.annotation Description

Classes and interfaces for using GUI Commands annotations.



Copyright © 2006 - 2007 Andrew Pietsch