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 TypeClassDescriptionclassclassWrangler for CalloutAnnotations.classDefaultWrangler<T extends Annotation>Wrangler used for any Type without a special WranglerclassclassclassclassIconWrangler<T extends ShapeBasedAnnotation>This wrangler is intended to be used in conjunction with theIconRenderer.classHandles the behavior of the modification of a JWTImageAnnotation: Makes images clickable and set the annotations' size to the native size of the image.classclassclassManages the creation of stamp annotations.classManages 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.