Package org.jvnet.lafwidget.ant

Class Summary
AugmentContainerGhostingTask Ant task for augmenting LAF classes with image ghosting functionality.
AugmentIconGhostingTask Ant task for augmenting LAF classes with icon ghosting functionality.
AugmentMainTask Ant task for augmenting main LAF class.
AugmentTask Ant task for augmenting UI delegates.
ContainerGhostingAugmenter Augments the UI classes with ghosting painting.
ContainerGhostingType Ant type for storing containerGhosting elements of AugmentContainerGhostingTask task.
IconGhostingAugmenter Augments the button UI classes with icon ghosting painting.
IconGhostingType Ant type for storing iconGhosting elements of AugmentIconGhostingTask task.
InfoClassVisitor Gathers information on all methods and fields of some class.
LafMainClassAugmenter Augments the main LAF classes with laf-widget behaviour.
UiDelegateAugmenter Augments the UI classes with laf-widget behaviour.
UiDelegateType Ant type for storing delegate elements of AugmentMainTask task.
UiDelegateWriterEmptyCtr Bytecode writer for a forwarding UI delegate class with a single constructor that gets no parameters.
UiDelegateWriterOneParamCtr Bytecode writer for a forwarding UI delegate class with a single constructor that gets one parameter.
Utils Utility functions.
 

Exception Summary
AugmentException Exception thrown when augmentation failed.