Uses of Class
eTextReader.clientInterface.Notation.AnnotationType

Packages that use Notation.AnnotationType
eTextReader   
eTextReader.actions   
eTextReader.AnnotationListing Provides a set of classes that are used to display a list of annotations. 
eTextReader.clientInterface   
 

Uses of Notation.AnnotationType in eTextReader
 

Fields in eTextReader with type parameters of type Notation.AnnotationType
private  java.util.Map<Notation.AnnotationType,javax.swing.KeyStroke> User.acceleratorMap
          The keystrokes used as accelerators to create new annotations
protected  java.util.Set<Notation.AnnotationType> PopupWindowNotationHandler.enabledTypes
           
 

Methods in eTextReader with parameters of type Notation.AnnotationType
static boolean ViewPanel.canDisplay(Notation.AnnotationType type)
           
 void ScrollingContentPane.disableTypes(Notation.AnnotationType[] types, boolean enableOthers)
          Delegate method for the popupWindowHandler method of the same name
 void PopupWindowNotationHandler.disableTypes(Notation.AnnotationType[] types, boolean enableOthers)
          Disables the specified array of AnnotationType objects so that popups are not shown for any of those types.
 void ScrollingContentPane.enableTypes(Notation.AnnotationType[] types, boolean disableOthers)
          Delegate method for the popupWindowHandler method of the same name
 void PopupWindowNotationHandler.enableTypes(Notation.AnnotationType[] types, boolean disableOthers)
          Enables the specified array of AnnotationType objects so that popups are shown for any of those types.
 javax.swing.KeyStroke User.getAccelerator(Notation.AnnotationType annotationType)
          Retrieves the accelerator key used to create a new annotation of the given type
 boolean ScrollingContentPane.isTypeEnabled(Notation.AnnotationType type)
          Delegate method for the popupWindowHandler method of the same name
 boolean PopupWindowNotationHandler.isTypeEnabled(Notation.AnnotationType type)
          Determines whether a particular type of annotation is enabled for popups
 void User.setAccelerator(Notation.AnnotationType annotationType, javax.swing.KeyStroke keystroke)
           
 

Uses of Notation.AnnotationType in eTextReader.actions
 

Fields in eTextReader.actions declared as Notation.AnnotationType
private  Notation.AnnotationType QuickAction.annotationType
           
 

Methods in eTextReader.actions that return Notation.AnnotationType
private  Notation.AnnotationType QuickAction.getAnnotationType()
          Retrieves the AnnotationType object associated with this quick action
 

Methods in eTextReader.actions with parameters of type Notation.AnnotationType
protected  boolean CurrentHighlightAnnotationAction.isEnabledForType(Notation.AnnotationType type)
          Ensures that this action is only enabled for highlights
protected  boolean CurrentAnnotationAction.isEnabledForType(Notation.AnnotationType type)
          Determines whether this action is enabled for the given type of annotation.
protected  void AnnotationTypeAction.setType(Notation.AnnotationType type)
           
 

Constructors in eTextReader.actions with parameters of type Notation.AnnotationType
QuickAction(ContentContainer browser, java.lang.String filename, Notation.AnnotationType annotationType)
           
 

Uses of Notation.AnnotationType in eTextReader.AnnotationListing
 

Fields in eTextReader.AnnotationListing declared as Notation.AnnotationType
private  Notation.AnnotationType AnnotationTypeFilter.type
          The type of annotation this filter accepts
 

Methods in eTextReader.AnnotationListing with parameters of type Notation.AnnotationType
 void AnnotationTypeFilter.setType(Notation.AnnotationType annotationType)
          Changes the type of annotation that this filter responds to
 

Constructors in eTextReader.AnnotationListing with parameters of type Notation.AnnotationType
AnnotationTypeFilter(Notation.AnnotationType type)
          Constructs a new AnnotationTypeFilter that accepts the given type of annotation
 

Uses of Notation.AnnotationType in eTextReader.clientInterface
 

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

Methods in eTextReader.clientInterface that return Notation.AnnotationType
 Notation.AnnotationType Notation.getAnnotationType()
          Returns the AnnotationType object associated with this particular notation
static Notation.AnnotationType Notation.AnnotationType.getTypeForName(java.lang.String name)
           
static Notation.AnnotationType Notation.AnnotationType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Notation.AnnotationType[] Notation.AnnotationType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in eTextReader.clientInterface with parameters of type Notation.AnnotationType
 void DBClient.clearUserAnnotations(java.lang.String author, Notation.AnnotationType type)
          Removes all annotations of the specified type authored by the given author from the database.
 int DBClient.postNewBookmark(Notation.AnnotationType bookmarkType, java.lang.String name, java.lang.String author, java.lang.String url, java.lang.String addressStart, java.lang.String addressEnd)
          Creates a new bookmark with the specified parameters.