Uses of Class
eTextReader.clientInterface.Notation.ViewMode

Packages that use Notation.ViewMode
eTextReader.clientInterface   
 

Uses of Notation.ViewMode in eTextReader.clientInterface
 

Fields in eTextReader.clientInterface with type parameters of type Notation.ViewMode
private static java.util.Hashtable<java.lang.String,Notation.ViewMode> Notation.ViewMode.names
           
 

Methods in eTextReader.clientInterface that return Notation.ViewMode
static Notation.ViewMode Notation.ViewMode.getModeForName(java.lang.String name)
           
 Notation.ViewMode Notation.getViewMode()
           
static Notation.ViewMode Notation.ViewMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Notation.ViewMode[] Notation.ViewMode.values()
          Returns an array containing the constants of this enum type, in the order they're declared.