Uses of Class
org.annotation.wordfreak.DynamicFeature

Packages that use DynamicFeature
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.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 DynamicFeature in org.annotation.wordfreak
 

Subclasses of DynamicFeature in org.annotation.wordfreak
 class RolesFeature
           
 class StaticFeature
           
 

Methods in org.annotation.wordfreak with parameters of type DynamicFeature
 void WordFreakKeyboardFocusManager.setProperty(DynamicFeature f)
           
 void WordFreakKeyboardFocusManager.setProperty(DynamicFeature f, java.lang.String s)
           
 void WordFreakKeyboardFocusManager.setProperty(DynamicFeature f, java.lang.String l, java.lang.String s)
           
 void WordFreakKeyboardFocusManager.addProperty(DynamicFeature f)
           
 void WordFreakKeyboardFocusManager.addProperty(DynamicFeature f, java.lang.String s)
           
 void WordFreakKeyboardFocusManager.addProperty(DynamicFeature f, java.lang.String l, java.lang.String s)
           
 

Uses of DynamicFeature in org.annotation.wordfreak.chooser
 

Methods in org.annotation.wordfreak.chooser with parameters of type DynamicFeature
 void ChooserComponent.setProperty(DynamicFeature f)
           
 void ChooserComponent.setProperty(DynamicFeature f, java.lang.String s)
           
 void ChooserComponent.setProperty(DynamicFeature f, java.lang.String l, java.lang.String s)
           
 void ChooserComponent.addProperty(DynamicFeature f)
           
 void ChooserComponent.addProperty(DynamicFeature f, java.lang.String s)
           
 void ChooserComponent.addProperty(DynamicFeature f, java.lang.String l, java.lang.String s)
           
 

Uses of DynamicFeature in org.annotation.wordfreak.scheme
 

Subclasses of DynamicFeature in org.annotation.wordfreak.scheme
 class AnnotationScheme.POSFeature
           
 

Methods in org.annotation.wordfreak.scheme with parameters of type DynamicFeature
 void AnnotationSchemeAdapter.setProperty(DynamicFeature f)
           
 void AnnotationSchemeAdapter.setProperty(DynamicFeature f, java.lang.String s)
           
 void AnnotationSchemeAdapter.setProperty(DynamicFeature f, java.lang.String l, java.lang.String s)
           
 void AnnotationSchemeAdapter.addProperty(DynamicFeature f)
           
 void AnnotationSchemeAdapter.addProperty(DynamicFeature f, java.lang.String s)
           
 void AnnotationSchemeAdapter.addProperty(DynamicFeature f, java.lang.String l, java.lang.String s)
           
 void AnnotationSchemeListener.setProperty(DynamicFeature f)
           
 void AnnotationSchemeListener.setProperty(DynamicFeature f, java.lang.String s)
           
 void AnnotationSchemeListener.setProperty(DynamicFeature f, java.lang.String l, java.lang.String s)
           
 void AnnotationSchemeListener.addProperty(DynamicFeature f)
           
 void AnnotationSchemeListener.addProperty(DynamicFeature f, java.lang.String s)
           
 void AnnotationSchemeListener.addProperty(DynamicFeature f, java.lang.String l, java.lang.String s)
           
 

Uses of DynamicFeature in org.annotation.wordfreak.viewer
 

Methods in org.annotation.wordfreak.viewer with parameters of type DynamicFeature
 void TreeTableViewer.addProperty(DynamicFeature f, java.lang.String l, java.lang.String s)
           
 void Viewer.setProperty(DynamicFeature f)
           
 void Viewer.setProperty(DynamicFeature f, java.lang.String s)
           
 void Viewer.setProperty(DynamicFeature f, java.lang.String l, java.lang.String s)
           
 void Viewer.addProperty(DynamicFeature f)
           
 void Viewer.addProperty(DynamicFeature f, java.lang.String s)
           
 void Viewer.addProperty(DynamicFeature f, java.lang.String l, java.lang.String s)
           
 void DynamicFeatureTreeTableModel.addFeature(DynamicFeature f, java.lang.String l)
           
 



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