Uses of Class
org.annotation.wordfreak.scheme.SelectionMode

Packages that use SelectionMode
org.annotation.wordfreak Provides main WordFreak functionality including data structures for annotation and the infrastructure for components to communicate. 
org.annotation.wordfreak.scheme Provides suppot for creating new annotation specifications or annotation schemes within WordFreak. 
 

Uses of SelectionMode in org.annotation.wordfreak
 

Fields in org.annotation.wordfreak declared as SelectionMode
protected  SelectionMode AbstractAnnotationView.selectionMode
          Specifies what type of selections are valid for this view.
 

Methods in org.annotation.wordfreak that return SelectionMode
 SelectionMode AbstractAnnotationView.getSelectionMode()
           
 SelectionMode AnnotationView.getSelectionMode()
          Returns the types of selection which are valid.
 

Methods in org.annotation.wordfreak with parameters of type SelectionMode
 void AbstractAnnotationView.setSelectionMode(SelectionMode sm)
           
 void AnnotationView.setSelectionMode(SelectionMode sm)
          Specified what types of selection are valid.
 

Uses of SelectionMode in org.annotation.wordfreak.scheme
 

Fields in org.annotation.wordfreak.scheme declared as SelectionMode
static SelectionMode SelectionMode.NONE
           
static SelectionMode SelectionMode.NON_OVERLAPPING
           
static SelectionMode SelectionMode.NON_CROSSING
           
static SelectionMode SelectionMode.CONFINE_TO_BASE
           
 

Methods in org.annotation.wordfreak.scheme that return SelectionMode
protected  SelectionMode AnnotationScheme.getSelectionMode()
           
 

Methods in org.annotation.wordfreak.scheme with parameters of type SelectionMode
protected  void AnnotationScheme.setSelectionMode(SelectionMode sm)
           
 



Copyright © 2004 Thomas Morton and Jeremy LaCivita. All Rights Reserved.