Uses of Class
org.annotation.wordfreak.AnnotationSelection

Packages that use AnnotationSelection
org.annotation.wordfreak Provides main WordFreak functionality including data structures for annotation and the infrastructure for components to communicate. 
org.annotation.wordfreak.chooser Provides the annotation input functionality for WordFreak. 
org.annotation.wordfreak.command Provides undo functionality for WordFreak. 
org.annotation.wordfreak.scheme Provides suppot for creating new annotation specifications or annotation schemes within WordFreak. 
org.annotation.wordfreak.viewer Provides functionality to display of source material over which annotation is performed and the annotations themselves. 
 

Uses of AnnotationSelection in org.annotation.wordfreak
 

Methods in org.annotation.wordfreak that return AnnotationSelection
 AnnotationSelection UnmarkedTextAnnotationView.getValidSelection(AnnotationSelection s)
           
 AnnotationSelection AnnotationView.getValidSelection(AnnotationSelection annotations)
          Returns appropiate selection based on selection mode and attempted selection, null is returned if no selection is appropiate.
 AnnotationSelection DefaultAnnotationView.getValidSelection(AnnotationSelection selectedAnnotations)
           
 

Methods in org.annotation.wordfreak with parameters of type AnnotationSelection
 AnnotationSelection UnmarkedTextAnnotationView.getValidSelection(AnnotationSelection s)
           
 void AnnotationSelection.addAll(AnnotationSelection annotationSelection)
          Adds each region in the specified annotation selection to this selection.
 AnnotationSelection AnnotationView.getValidSelection(AnnotationSelection annotations)
          Returns appropiate selection based on selection mode and attempted selection, null is returned if no selection is appropiate.
 void WordFreakKeyboardFocusManager.select(AnnotationSelection annotations)
           
 AnnotationSelection DefaultAnnotationView.getValidSelection(AnnotationSelection selectedAnnotations)
           
 

Uses of AnnotationSelection in org.annotation.wordfreak.chooser
 

Methods in org.annotation.wordfreak.chooser with parameters of type AnnotationSelection
 void ChooserComponent.select(AnnotationSelection s)
           
 

Uses of AnnotationSelection in org.annotation.wordfreak.command
 

Constructors in org.annotation.wordfreak.command with parameters of type AnnotationSelection
InsertChainCommand(AnnotationView v, java.lang.String type, AnnotationSelection selection, Annotation parent)
           
 

Uses of AnnotationSelection in org.annotation.wordfreak.scheme
 

Fields in org.annotation.wordfreak.scheme declared as AnnotationSelection
protected  AnnotationSelection AnnotationScheme.selectedAnnotations
          List of all selected annotations for this scheme.
 

Methods in org.annotation.wordfreak.scheme with parameters of type AnnotationSelection
 void AnnotationScheme.setSelection(AnnotationSelection anns)
           
 void AnnotationScheme.setSelection(AnnotationSelection anns, boolean validate)
           
 void ConstituentAnnotationScheme.setSelection(AnnotationSelection anns, boolean validate)
           
 void DerivativeAnnotationScheme.setSelection(AnnotationSelection anns)
           
 void DerivativeAnnotationScheme.setSelection(AnnotationSelection anns, boolean validate)
           
 void AnnotationSchemeAdapter.select(AnnotationSelection annotations)
           
 void AnnotationSchemeListener.select(AnnotationSelection selection)
          Notifies the listener that the specified selection should be displayed as selected.
 

Uses of AnnotationSelection in org.annotation.wordfreak.viewer
 

Fields in org.annotation.wordfreak.viewer declared as AnnotationSelection
protected  AnnotationSelection Viewer.selection
          The annotations which are currently selected in this viewer.
 

Methods in org.annotation.wordfreak.viewer with parameters of type AnnotationSelection
 void TreeTableViewer.select(AnnotationSelection anns)
           
 void TextViewer.select(AnnotationSelection a)
           
 void Viewer.select(AnnotationSelection anns)
           
 void ViewerListener.setSelection(AnnotationSelection anns)
          Requests that the specified annotation selection should be set as the current selection.
 void ViewerListener.setSelection(AnnotationSelection anns, boolean validate)
          Requests that the specified annotation selection should be set as the current selection and adjusted if the specified validate condition is true.
 void TreeViewer.select(AnnotationSelection anns)
           
 



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