Uses of Interface
org.openpdf.rups.view.PageSelectionListener
Packages that use PageSelectionListener
-
Uses of PageSelectionListener in org.openpdf.rups.controller
Classes in org.openpdf.rups.controller that implement PageSelectionListenerModifier and TypeClassDescriptionclassThis class controls all the GUI components that are shown in the RUPS application: the menu bar, the panels,...Constructors in org.openpdf.rups.controller with parameters of type PageSelectionListenerModifierConstructorDescriptionPdfReaderController(TreeSelectionListener treeSelectionListener, PageSelectionListener pageSelectionListener) Constructs the PdfReaderController. -
Uses of PageSelectionListener in org.openpdf.rups.view.itext
Fields in org.openpdf.rups.view.itext declared as PageSelectionListenerConstructors in org.openpdf.rups.view.itext with parameters of type PageSelectionListenerModifierConstructorDescriptionPagesTable(PdfReaderController controller, PageSelectionListener listener) Constructs a PagesTable.