Uses of Interface
org.jvnet.flamingo.common.AsynchronousLoading

Packages that use AsynchronousLoading
org.jvnet.flamingo.common.icon   
org.jvnet.flamingo.svg   
 

Uses of AsynchronousLoading in org.jvnet.flamingo.common.icon
 

Classes in org.jvnet.flamingo.common.icon that implement AsynchronousLoading
 class DecoratedResizableIcon
          Implementation of ResizableIcon that adds decorations to a main icon.
 class IconDeckResizableIcon<T>
          Implementation of the ResizableIcon that allows switching the icon painting at runtime.
 class IcoWrapperResizableIcon
          Implementation of ResizableIcon interface that wraps ICO files.
 class ImageWrapperResizableIcon
          Implementation of ResizableIcon interface that wraps image files.
 

Uses of AsynchronousLoading in org.jvnet.flamingo.svg
 

Classes in org.jvnet.flamingo.svg that implement AsynchronousLoading
 class SvgBatikResizableIcon
          SVG-based implementation of ResizableIcon based on Apache Batik library.