Uses of Class
org.icepdf.ri.common.views.AbstractDocumentView
-
Packages that use AbstractDocumentView Package Description org.icepdf.ri.common org.icepdf.ri.common.tools org.icepdf.ri.common.views -
-
Uses of AbstractDocumentView in org.icepdf.ri.common
Methods in org.icepdf.ri.common with parameters of type AbstractDocumentView Modifier and Type Method Description static KeyListenerPageChangerKeyListenerPageChanger. install(Controller c, JScrollPane s, AbstractDocumentView documentView)Install a KeyListenerPageChanger as a KeyListenerstatic KeyListenerPageColumnChangerKeyListenerPageColumnChanger. install(Controller c, JScrollPane s, AbstractDocumentView documentView, CurrentPageChanger currentPageChanger)Install a KeyListenerPageChanger as a KeyListenerstatic ObjectMouseWheelListenerPageChanger. install(Controller c, JScrollPane s, AbstractDocumentView documentView)Install a MouseWheelListenerPageChanger as a MouseWheelListenerConstructors in org.icepdf.ri.common with parameters of type AbstractDocumentView Constructor Description CurrentPageChanger(JScrollPane scrollpane, AbstractDocumentView documentView, List<AbstractPageViewComponent> pageComponents)CurrentPageChanger(JScrollPane scrollpane, AbstractDocumentView documentView, List<AbstractPageViewComponent> pageComponents, boolean addWheelMouseListener)KeyListenerPageChanger(Controller c, JScrollPane s, AbstractDocumentView documentView)KeyListenerPageColumnChanger(Controller c, JScrollPane s, AbstractDocumentView documentView, CurrentPageChanger currentPageChanger)MouseWheelListenerPageChanger(Controller c, JScrollPane s, AbstractDocumentView documentView) -
Uses of AbstractDocumentView in org.icepdf.ri.common.tools
Constructors in org.icepdf.ri.common.tools with parameters of type AbstractDocumentView Constructor Description PanningHandler(DocumentViewController documentViewController, DocumentViewModel documentViewModel, AbstractDocumentView parentComponent)ZoomInViewHandler(DocumentViewController documentViewController, AbstractDocumentView parentComponent) -
Uses of AbstractDocumentView in org.icepdf.ri.common.views
Subclasses of AbstractDocumentView in org.icepdf.ri.common.views Modifier and Type Class Description classCollectionDocumentViewThe CollectionDocumentView is used for documents that specify a PDF Package.classFullScreenDocumentViewDisplays a single page view of the document contained by the current controller instance in full screen mode.classOneColumnPageViewConstructs a one column page view as defined in the PDF specification.classOnePageViewConstructs a one page view as defined in the PDF specification.classTwoColumnPageViewConstructs a two column page view as defined in the PDF specification.classTwoPageViewConstructs a two page view as defined in the PDF specification.
-