Uses of Interface
com.lowagie.rups.view.PageSelectionListener
-
Packages that use PageSelectionListener Package Description com.lowagie.rups.controller com.lowagie.rups.view.itext -
-
Uses of PageSelectionListener in com.lowagie.rups.controller
Classes in com.lowagie.rups.controller that implement PageSelectionListener Modifier and Type Class Description class
RupsController
This class controls all the GUI components that are shown in the RUPS application: the menu bar, the panels,...Constructors in com.lowagie.rups.controller with parameters of type PageSelectionListener Constructor Description PdfReaderController(javax.swing.event.TreeSelectionListener treeSelectionListener, PageSelectionListener pageSelectionListener)
Constructs the PdfReaderController. -
Uses of PageSelectionListener in com.lowagie.rups.view.itext
Fields in com.lowagie.rups.view.itext declared as PageSelectionListener Modifier and Type Field Description protected PageSelectionListener
PagesTable. listener
Constructors in com.lowagie.rups.view.itext with parameters of type PageSelectionListener Constructor Description PagesTable(PdfReaderController controller, PageSelectionListener listener)
Constructs a PagesTable.
-