Uses of Interface
org.icepdf.ri.common.views.DocumentViewController
-
-
Uses of DocumentViewController in org.icepdf.ri.common
Methods in org.icepdf.ri.common that return DocumentViewController Modifier and Type Method Description DocumentViewControllerSwingController. getDocumentViewController()Gets controller responsible for the page multiple page views.Constructors in org.icepdf.ri.common with parameters of type DocumentViewController Constructor Description MyAnnotationCallback(DocumentViewController documentViewController)PageThumbnailComponent(DocumentViewController documentViewController, DocumentViewModel documentViewModel, PageTree pageTree, int pageNumber, float thumbNailZoom)PageThumbnailComponent(DocumentViewController documentViewController, DocumentViewModel documentViewModel, PageTree pageTree, int pageNumber, int width, int height, float thumbNailZoom) -
Uses of DocumentViewController in org.icepdf.ri.common.tools
Fields in org.icepdf.ri.common.tools declared as DocumentViewController Modifier and Type Field Description protected DocumentViewControllerAnnotationSelectionHandler. documentViewControllerprotected DocumentViewControllerCommonToolHandler. documentViewControllerprotected DocumentViewControllerMouseWheelZoom. documentViewControllerMethods in org.icepdf.ri.common.tools with parameters of type DocumentViewController Modifier and Type Method Description static floatZoomInPageHandler. calculateZoom(DocumentViewController documentViewController, Rectangle rectToDraw, DocumentViewModel documentViewModel)voidTextSelectionPageHandler. setDocumentViewController(DocumentViewController documentViewController) -
Uses of DocumentViewController in org.icepdf.ri.common.utility.annotation.properties
Fields in org.icepdf.ri.common.utility.annotation.properties declared as DocumentViewController Modifier and Type Field Description protected DocumentViewControllerAnnotationPanelAdapter. documentViewController -
Uses of DocumentViewController in org.icepdf.ri.common.views
Classes in org.icepdf.ri.common.views that implement DocumentViewController Modifier and Type Class Description classDocumentViewControllerImplThe DocumentViewControllerImpl is responsible for controlling the four default view models specified by the PDF specification.Fields in org.icepdf.ri.common.views declared as DocumentViewController Modifier and Type Field Description protected DocumentViewControllerAbstractDocumentView. documentViewControllerprotected DocumentViewControllerAbstractPageViewComponent. documentViewControllerMethods in org.icepdf.ri.common.views that return DocumentViewController Modifier and Type Method Description DocumentViewControllerController. getDocumentViewController()Gets controller responsible for Page view UI interaction.DocumentViewControllerAbstractDocumentView. getParentViewController()DocumentViewControllerDocumentView. getParentViewController()Parent document view controllerConstructors in org.icepdf.ri.common.views with parameters of type DocumentViewController Constructor Description AbstractDocumentView(DocumentViewController documentViewController, JScrollPane documentScrollpane, DocumentViewModel documentViewModel)Creates a new instance of AbstractDocumentView.CollectionDocumentView(DocumentViewController documentViewController, JScrollPane documentScrollpane, DocumentViewModel documentViewModel)FullScreenDocumentView(DocumentViewController controller)OneColumnPageView(DocumentViewController documentDocumentViewController, JScrollPane documentScrollpane, DocumentViewModel documentViewModel)OnePageView(DocumentViewController documentDocumentViewController, JScrollPane documentScrollpane, DocumentViewModel documentViewModel)TwoColumnPageView(DocumentViewController documentDocumentViewController, JScrollPane documentScrollpane, DocumentViewModel documentViewModel, int viewAlignment)TwoPageView(DocumentViewController documentDocumentViewController, JScrollPane documentScrollpane, DocumentViewModel documentViewModel, int viewAlignment) -
Uses of DocumentViewController in org.icepdf.ri.common.views.annotations
Fields in org.icepdf.ri.common.views.annotations declared as DocumentViewController Modifier and Type Field Description protected DocumentViewControllerAbstractAnnotationComponent. documentViewControllerMethods in org.icepdf.ri.common.views.annotations with parameters of type DocumentViewController Modifier and Type Method Description static AbstractAnnotationComponentAnnotationComponentFactory. buildAnnotationComponent(Annotation annotation, DocumentViewController documentViewController, AbstractPageViewComponent pageViewComponent)Creates an annotation component for the given annotation object subtype. -
Uses of DocumentViewController in org.icepdf.ri.common.views.annotations.acroform
-
Uses of DocumentViewController in org.icepdf.ri.common.views.annotations.summary
Constructors in org.icepdf.ri.common.views.annotations.summary with parameters of type DocumentViewController Constructor Description AnnotationSummaryBox(PopupAnnotation annotation, DocumentViewController documentViewController, AbstractPageViewComponent pageViewComponent) -
Uses of DocumentViewController in org.icepdf.ri.common.views.destinations
Fields in org.icepdf.ri.common.views.destinations declared as DocumentViewController Modifier and Type Field Description protected DocumentViewControllerDestinationComponent. documentViewControllerConstructors in org.icepdf.ri.common.views.destinations with parameters of type DocumentViewController Constructor Description DestinationComponent(Destination destination, DocumentViewController documentViewController, AbstractPageViewComponent pageViewComponent) -
Uses of DocumentViewController in org.icepdf.ri.common.views.listeners
Methods in org.icepdf.ri.common.views.listeners with parameters of type DocumentViewController Modifier and Type Method Description voidDefaultPageViewLoadingListener. setDocumentViewController(DocumentViewController documentViewController)abstract voidPageViewLoadingListener. setDocumentViewController(DocumentViewController documentViewController)Sets the ne document view controller set when a view type changes.Constructors in org.icepdf.ri.common.views.listeners with parameters of type DocumentViewController Constructor Description DefaultPageViewLoadingListener(JComponent pageComponent, DocumentViewController documentViewController)
-