Uses of Interface
org.icepdf.ri.common.views.PageViewComponent
-
Packages that use PageViewComponent Package Description org.icepdf.ri.common org.icepdf.ri.common.views -
-
Uses of PageViewComponent in org.icepdf.ri.common
Classes in org.icepdf.ri.common that implement PageViewComponent Modifier and Type Class Description classPageThumbnailComponentThe PageThumbnailComponent represents one page thumbnail preview in the larger ThumbnailsPanel.Methods in org.icepdf.ri.common with parameters of type PageViewComponent 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. -
Uses of PageViewComponent in org.icepdf.ri.common.views
Classes in org.icepdf.ri.common.views that implement PageViewComponent Modifier and Type Class Description classAbstractPageViewComponentThis class contains all the functionality for showing a pages content.classPageViewComponentImplMethods in org.icepdf.ri.common.views that return PageViewComponent Modifier and Type Method Description PageViewComponentAnnotationComponent. getPageViewComponent()Gets the parent page view that displays this component.PageViewComponentPageViewDecorator. getPageViewComponent()Methods in org.icepdf.ri.common.views with parameters of type PageViewComponent Modifier and Type Method Description 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.voidDocumentViewController. setComponentTarget(PageViewComponent pageComponent, Component component)voidDocumentViewControllerImpl. setComponentTarget(PageViewComponent pageComponent, Component component)
-