Uses of Interface
org.icepdf.ri.common.views.AnnotationComponent
-
-
Uses of AnnotationComponent in org.icepdf.ri.common
Methods in org.icepdf.ri.common with parameters of type AnnotationComponent Modifier and Type Method Description voidMyAnnotationCallback. newAnnotation(PageViewComponent pageComponent, AnnotationComponent annotationComponent)New annotation created with view tool.voidMyAnnotationCallback. removeAnnotation(PageViewComponent pageComponent, AnnotationComponent annotationComponent)Remove the annotation and ready state for save.voidSwingController. showAnnotationProperties(AnnotationComponent annotationComponent)Show tabbed pane interface for annotation properties.voidSwingController. showAnnotationProperties(AnnotationComponent annotationComponent, Frame frame)Show tabbed pane interface for annotation properties centered on the given framevoidMyAnnotationCallback. updateAnnotation(AnnotationComponent annotationComponent)Update the annotation and ready state for save. -
Uses of AnnotationComponent in org.icepdf.ri.common.utility.annotation.destinations
Methods in org.icepdf.ri.common.utility.annotation.destinations with parameters of type AnnotationComponent Modifier and Type Method Description voidImplicitDestinationPanel. setAnnotationComponent(AnnotationComponent annotation) -
Uses of AnnotationComponent in org.icepdf.ri.common.utility.annotation.properties
Fields in org.icepdf.ri.common.utility.annotation.properties declared as AnnotationComponent Modifier and Type Field Description protected AnnotationComponentAnnotationPanelAdapter. currentAnnotationComponentMethods in org.icepdf.ri.common.utility.annotation.properties with parameters of type AnnotationComponent Modifier and Type Method Description static AnnotationPanelAdapterAnnotationPanel. buildAnnotationPropertyPanel(AnnotationComponent annotationComp, Controller controller)voidActionsPanel. setAnnotationComponent(AnnotationComponent annotation)Sets the current annotation component.voidAnnotationPanel. setAnnotationComponent(AnnotationComponent annotation)Sets the current annotation component to edit, building the appropriate annotation panel and action panel.voidAnnotationProperties. setAnnotationComponent(AnnotationComponent annotation)voidAnnotationPropertiesDialog. setAnnotationComponent(AnnotationComponent annotation)voidBorderPanel. setAnnotationComponent(AnnotationComponent newAnnotation)Method that should be called when a new AnnotationComponent is selected by the user The associated object will be stored locally as currentAnnotation Then all of it's properties will be applied to the UI pane For example if the border was red, the color of the background button will be changed to redvoidCircleAnnotationPanel. setAnnotationComponent(AnnotationComponent newAnnotation)Method that should be called when a new AnnotationComponent is selected by the user The associated object will be stored locally as currentAnnotation Then all of it's properties will be applied to the UI pane For example if the border was red, the color of the background button will be changed to redvoidFlagsPanel. setAnnotationComponent(AnnotationComponent annotationComponent)voidFreeTextAnnotationPanel. setAnnotationComponent(AnnotationComponent newAnnotation)Method that should be called when a new AnnotationComponent is selected by the user The associated object will be stored locally as currentAnnotation Then all of it's properties will be applied to the UI pane For example if the border was red, the color of the background button will be changed to redvoidGoToActionDialog. setAnnotationComponent(AnnotationComponent annotation)Copies state information from the annotation so it can pre represented in the UI.voidInkAnnotationPanel. setAnnotationComponent(AnnotationComponent newAnnotation)Method that should be called when a new AnnotationComponent is selected by the user The associated object will be stored locally as currentAnnotation Then all of it's properties will be applied to the UI pane For example if the border was red, the color of the background button will be changed to redvoidLineAnnotationPanel. setAnnotationComponent(AnnotationComponent newAnnotation)Method that should be called when a new AnnotationComponent is selected by the user The associated object will be stored locally as currentAnnotation Then all of it's properties will be applied to the UI pane For example if the border was red, the color of the background button will be changed to redvoidLinkAnnotationPanel. setAnnotationComponent(AnnotationComponent newAnnotation)Method that should be called when a new AnnotationComponent is selected by the user The associated object will be stored locally as currentAnnotation Then all of it's properties will be applied to the UI pane For example if the border was red, the color of the background button will be changed to redvoidSquareAnnotationPanel. setAnnotationComponent(AnnotationComponent newAnnotation)Method that should be called when a new AnnotationComponent is selected by the user The associated object will be stored locally as currentAnnotation Then all of it's properties will be applied to the UI pane For example if the border was red, the color of the background button will be changed to redvoidTextAnnotationPanel. setAnnotationComponent(AnnotationComponent newAnnotation)Method that should be called when a new AnnotationComponent is selected by the user The associated object will be stored locally as currentAnnotation Then all of it's properties will be applied to the UI pane For example if the border was red, the color of the background button will be changed to redvoidTextMarkupAnnotationPanel. setAnnotationComponent(AnnotationComponent newAnnotation)Method that should be called when a new AnnotationComponent is selected by the user The associated object will be stored locally as currentAnnotation Then all of it's properties will be applied to the UI pane For example if the border was red, the color of the background button will be changed to red -
Uses of AnnotationComponent in org.icepdf.ri.common.views
Fields in org.icepdf.ri.common.views declared as AnnotationComponent Modifier and Type Field Description protected AnnotationComponentAbstractDocumentViewModel. currentAnnotationFields in org.icepdf.ri.common.views with type parameters of type AnnotationComponent Modifier and Type Field Description protected Map<Reference,AnnotationComponent>PageViewComponentImpl. annotationToComponentMethods in org.icepdf.ri.common.views that return AnnotationComponent Modifier and Type Method Description AnnotationComponentPageViewComponentImpl. getComponentFor(Annotation annot)Returns the annotation component linked to the given annotationAnnotationComponentAbstractDocumentViewModel. getCurrentAnnotation()Gets the currently selected annotation in the document model.AnnotationComponentDocumentViewModel. getCurrentAnnotation()Gets the currently selected annotationstatic AnnotationComponentPageComponentSelector. SelectAnnotationComponent(Controller controller, Annotation widgetAnnotation)Utility to find a Annotation's JComponent within a AbstractPageComponent implementation.static AnnotationComponentPageComponentSelector. SelectAnnotationComponent(Controller controller, Annotation widgetAnnotation, boolean select)Utility to find a Annotation's JComponent within a AbstractPageComponent implementation.static AnnotationComponentPageComponentSelector. SelectAnnotationComponent(Controller controller, Annotation widgetAnnotation, boolean select, boolean scrollTo)Utility to find a Annotation's JComponent within a AbstractPageComponent implementation.Methods in org.icepdf.ri.common.views with parameters of type AnnotationComponent Modifier and Type Method Description voidPageViewComponentImpl. addAnnotation(AnnotationComponent annotation)Add a new annotation object to this page view component.voidDocumentViewController. addNewAnnotation(AnnotationComponent annotationComponent)voidDocumentViewControllerImpl. addNewAnnotation(AnnotationComponent annotationComponent)voidDocumentViewController. assignSelectedAnnotation(AnnotationComponent annotationComponent)voidDocumentViewControllerImpl. assignSelectedAnnotation(AnnotationComponent annotationComponent)voidDocumentViewController. deleteAnnotation(AnnotationComponent annotationComponent)voidDocumentViewControllerImpl. deleteAnnotation(AnnotationComponent annotationComponent)voidAnnotationCallback. newAnnotation(PageViewComponent page, AnnotationComponent annotationComponent)New annotation created with view tool.voidAnnotationCallback. removeAnnotation(PageViewComponent pageComponent, AnnotationComponent annotationComponent)Remove the annotation and ready state for save.voidPageViewComponentImpl. removeAnnotation(AnnotationComponent annotationComp)Remove the specified annotation from this page view.voidAbstractDocumentViewModel. setCurrentAnnotation(AnnotationComponent currentAnnotation)Sets the current annotation.voidDocumentViewModel. setCurrentAnnotation(AnnotationComponent currentAnnotation)Sets teh current annotationvoidController. showAnnotationProperties(AnnotationComponent annotationComponent)Show tabbed pane interface for annotation properties.voidController. showAnnotationProperties(AnnotationComponent annotationComponent, Frame frame)Show tabbed pane interface for annotation properties.voidAnnotationCallback. updateAnnotation(AnnotationComponent annotationComponent)Update the annotation and ready state for save.voidDocumentViewController. updateAnnotation(AnnotationComponent annotationComponent)voidDocumentViewControllerImpl. updateAnnotation(AnnotationComponent annotationComponent)voidDocumentViewController. updatedSummaryAnnotation(AnnotationComponent annotationComponent)voidDocumentViewControllerImpl. updatedSummaryAnnotation(AnnotationComponent annotationComponent)Method parameters in org.icepdf.ri.common.views with type arguments of type AnnotationComponent Modifier and Type Method Description voidDocumentViewController. deleteAnnotations(Collection<AnnotationComponent> annotations)voidDocumentViewControllerImpl. deleteAnnotations(Collection<AnnotationComponent> annotations) -
Uses of AnnotationComponent in org.icepdf.ri.common.views.annotations
Classes in org.icepdf.ri.common.views.annotations with type parameters of type AnnotationComponent Modifier and Type Class Description classAnnotationPopup<T extends AnnotationComponent>Base annotation context menu support, includes delete and properties commands.Classes in org.icepdf.ri.common.views.annotations that implement AnnotationComponent Modifier and Type Class Description classAbstractAnnotationComponent<T extends Annotation>AbstractAnnotationComponent contains base functionality for annotation components which are used to display annotation for a given page view.classCircleAnnotationComponentThe CircleAnnotationComponent encapsulates a CircleAnnotation objects.classFreeTextAnnotationComponentThe FreeTextAnnotationComponent encapsulates a FreeTextAnnotation objects.classInkAnnotationComponentThe InkAnnotationComponent encapsulates a InkAnnotation objects.classLineAnnotationComponentThe LineAnnotationComponent encapsulates a LineAnnotation objects.classLinkAnnotationComponentThe LinkAnnotationComponent encapsulates a LinkAnnotation objects.classMarkupAnnotationComponent<T extends MarkupAnnotation>MarkupAnnotationComponent class encapsulates the component functionality needed to display an MarkupAnnotations PopupAnnnotaion component.classPolygonAnnotationComponentThe PolygonAnnotationComponent encapsulates a PolygonAnnotation objects.classPolyLineAnnotationComponentThe PolyLineAnnotationComponent encapsulates a PolyLineAnnotation objects.classPopupAnnotationComponentThe PopupAnnotationComponent encapsulates a PopupAnnotation objects.classRedactionAnnotationComponentRedactionComponent used as a generic redaction marker.classSquareAnnotationComponentThe SquareAnnotationComponent encapsulates a SquareAnnotation objects.classTextAnnotationComponentThe TextAnnotationComponent encapsulates a TextAnnotation objects.classTextMarkupAnnotationComponentclassWidgetAnnotationComponentFields in org.icepdf.ri.common.views.annotations declared as AnnotationComponent Modifier and Type Field Description protected TAnnotationPopup. annotationComponentMethods in org.icepdf.ri.common.views.annotations that return AnnotationComponent Modifier and Type Method Description protected AnnotationComponentPopupAnnotationComponent. findAnnotationComponent(Annotation annotation)AnnotationComponentAnnotationState. getAnnotationComponent()AnnotationComponentPopupAnnotationComponent. getAnnotationParentComponent()Constructors in org.icepdf.ri.common.views.annotations with parameters of type AnnotationComponent Constructor Description AnnotationState(AnnotationComponent annotationComponent, AnnotationState.Operation operation)Stores the annotation state associated with the AnnotationComponents annotation object. -
Uses of AnnotationComponent in org.icepdf.ri.common.views.annotations.acroform
Classes in org.icepdf.ri.common.views.annotations.acroform that implement AnnotationComponent Modifier and Type Class Description classAbstractButtonComponentclassAbstractChoiceComponentclassCheckButtonComponentclassChoiceComboComponentclassChoiceListComponentclassPushButtonComponentclassRadioButtonComponentclassSignatureComponentUI component that represents an Acroform signature widget in the interactive UI.classTextWidgetComponent -
Uses of AnnotationComponent in org.icepdf.ri.common.views.annotations.summary
Classes in org.icepdf.ri.common.views.annotations.summary that implement AnnotationComponent Modifier and Type Class Description classAnnotationSummaryBox
-