Uses of Class
org.icepdf.ri.common.views.destinations.DestinationComponent
-
Packages that use DestinationComponent Package Description org.icepdf.ri.common org.icepdf.ri.common.utility.annotation.destinations org.icepdf.ri.common.views -
-
Uses of DestinationComponent in org.icepdf.ri.common
Methods in org.icepdf.ri.common with parameters of type DestinationComponent Modifier and Type Method Description voidSwingController. showAnnotationDestinationPanel(DestinationComponent selectedDestination)Make the Annotation Link Panel visible, and if necessary, the utility pane that encloses it -
Uses of DestinationComponent in org.icepdf.ri.common.utility.annotation.destinations
Methods in org.icepdf.ri.common.utility.annotation.destinations with parameters of type DestinationComponent Modifier and Type Method Description voidDestinationsPanel. selectedDestinationComponentPath(DestinationComponent node) -
Uses of DestinationComponent in org.icepdf.ri.common.views
Fields in org.icepdf.ri.common.views with type parameters of type DestinationComponent Modifier and Type Field Description protected ArrayList<DestinationComponent>PageViewComponentImpl. destinationComponentsMethods in org.icepdf.ri.common.views that return DestinationComponent Modifier and Type Method Description static DestinationComponentPageComponentSelector. SelectDestinationComponent(Controller controller, Destination destination)Utility to find a destination's JComponent within a AbstractPageComponent implementation.Methods in org.icepdf.ri.common.views that return types with arguments of type DestinationComponent Modifier and Type Method Description ArrayList<DestinationComponent>PageViewComponentImpl. getDestinationComponents()Gets a list of the annotation components used in this page view.Methods in org.icepdf.ri.common.views with parameters of type DestinationComponent Modifier and Type Method Description voidPageViewComponentImpl. removeDestination(DestinationComponent destinationComponent)
-