|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TreeTableModel | |
org.annotation.gui | Provides GUI functionality that is used in WordFreak but which is not specific to WordFreak. |
org.annotation.wordfreak | Provides main WordFreak functionality including data structures for annotation and the infrastructure for components to communicate. |
org.annotation.wordfreak.viewer | Provides functionality to display of source material over which annotation is performed and the annotations themselves. |
Uses of TreeTableModel in org.annotation.gui |
Classes in org.annotation.gui that implement TreeTableModel | |
class |
AbstractTreeTableModel
An abstract implementation of the TreeTableModel interface, handling the list of listeners. |
Fields in org.annotation.gui declared as TreeTableModel | |
protected TreeTableModel |
JTreeTable.model
|
Methods in org.annotation.gui with parameters of type TreeTableModel | |
void |
JTreeTable.setModel(TreeTableModel tm)
|
Constructors in org.annotation.gui with parameters of type TreeTableModel | |
TreeTableModelAdapter(TreeTableModel treeTableModel,
javax.swing.JTree tree)
|
|
JTreeTable(TreeTableModel treeTableModel)
|
Uses of TreeTableModel in org.annotation.wordfreak |
Classes in org.annotation.wordfreak that implement TreeTableModel | |
class |
UnmarkedTextAnnotationView
A wrapper class for AnnotationView s which inserts nodes for any source text which is not part of an annotation in the view. |
Uses of TreeTableModel in org.annotation.wordfreak.viewer |
Classes in org.annotation.wordfreak.viewer that implement TreeTableModel | |
class |
DynamicFeatureTreeTableModel
A wrapper class for AnnotationView s which inserts nodes for any source text which is not part of an annotation in the view. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |