Uses of Interface
org.icepdf.ri.common.views.AnnotationCallback
-
Packages that use AnnotationCallback Package Description org.icepdf.ri.common org.icepdf.ri.common.views -
-
Uses of AnnotationCallback in org.icepdf.ri.common
Classes in org.icepdf.ri.common that implement AnnotationCallback Modifier and Type Class Description classMyAnnotationCallbackThis class represents a basic implementation of the AnnotationCallback -
Uses of AnnotationCallback in org.icepdf.ri.common.views
Fields in org.icepdf.ri.common.views declared as AnnotationCallback Modifier and Type Field Description protected AnnotationCallbackDocumentViewControllerImpl. annotationCallbackMethods in org.icepdf.ri.common.views that return AnnotationCallback Modifier and Type Method Description AnnotationCallbackDocumentViewController. getAnnotationCallback()AnnotationCallbackDocumentViewControllerImpl. getAnnotationCallback()Gets the annotation callback.Methods in org.icepdf.ri.common.views with parameters of type AnnotationCallback Modifier and Type Method Description voidDocumentViewController. setAnnotationCallback(AnnotationCallback annotationCallback)voidDocumentViewControllerImpl. setAnnotationCallback(AnnotationCallback annotationCallback)Set a SignatureAppearanceCallback callback.
-