Uses of Class
com.levigo.jadice.web.client.internal.annotation.Wrangler
Packages that use Wrangler
Package
Description
-
Uses of Wrangler in com.levigo.jadice.web.client.internal.annotation
Methods in com.levigo.jadice.web.client.internal.annotation that return WranglerModifier and TypeMethodDescriptionWrangler
<?> DefaultWranglerFinder.findWrangler
(String profileName, String typeName, AnnotationProfiles.Handler repaint) Wrangler
<?> WranglerFinder.findWrangler
(String profileName, String typeName, AnnotationProfiles.Handler repaint) -
Uses of Wrangler in com.levigo.jadice.web.client.internal.annotation.wrangler
Subclasses of Wrangler in com.levigo.jadice.web.client.internal.annotation.wranglerModifier and TypeClassDescriptionclass
class
Wrangler for CalloutAnnotations.class
DefaultWrangler<T extends Annotation>
Wrangler used for any Type without a special Wranglerclass
class
class
class
IconWrangler<T extends ShapeBasedAnnotation>
This wrangler is intended to be used in conjunction with theIconRenderer
.class
Handles the behavior of the modification of a JWTImageAnnotation: Makes images clickable and set the annotations' size to the native size of the image.class
class
class
Manages the creation of stamp annotations.class
Manages the creation of text annotations.class
-
Uses of Wrangler in com.levigo.jadice.web.client.tools
Methods in com.levigo.jadice.web.client.tools that return WranglerModifier and TypeMethodDescriptionWrangler
<?> AnnotationTool.getWrangler
(Annotation a, EditEvent e) protected <T extends Annotation>
Wrangler<?> AnnotationTool.getWrangler
(T a, String typeName) Returns the AnnotationWrangler.