Uses of Class
eu.livotov.tpt.gui.vdv.api.PageMode

Packages that use PageMode
eu.livotov.tpt.gui.vdv   
eu.livotov.tpt.gui.vdv.api   
 

Uses of PageMode in eu.livotov.tpt.gui.vdv
 

Fields in eu.livotov.tpt.gui.vdv declared as PageMode
private  PageMode DocumentViewer.viewMode
           
 

Methods in eu.livotov.tpt.gui.vdv that return PageMode
 PageMode DocumentViewer.getViewMode()
          Provides the current display mode of the document.
 

Methods in eu.livotov.tpt.gui.vdv with parameters of type PageMode
 void DocumentViewer.setViewMode(PageMode viewMode)
          Sets the document display mode.
 

Uses of PageMode in eu.livotov.tpt.gui.vdv.api
 

Methods in eu.livotov.tpt.gui.vdv.api that return PageMode
static PageMode PageMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PageMode[] PageMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.