Uses of Class
org.apache.uima.tools.stylemap.StyleMapEditor
-
Packages that use StyleMapEditor Package Description org.apache.uima.tools.docanalyzer org.apache.uima.tools.stylemap -
-
Uses of StyleMapEditor in org.apache.uima.tools.docanalyzer
Fields in org.apache.uima.tools.docanalyzer declared as StyleMapEditor Modifier and Type Field Description private StyleMapEditor
AnnotationViewerDialog. styleMapEditor
The style map editor. -
Uses of StyleMapEditor in org.apache.uima.tools.stylemap
Fields in org.apache.uima.tools.stylemap declared as StyleMapEditor Modifier and Type Field Description private StyleMapEditor
TableDropAdapter. edit
The edit.Constructors in org.apache.uima.tools.stylemap with parameters of type StyleMapEditor Constructor Description StyleMapTable(javax.swing.table.TableModel model, AnnotationFeaturesViewer av, StyleMapEditor edit, TableGUIMediator tmed)
Instantiates a new style map table.TableDropAdapter(AnnotationFeaturesViewer av, StyleMapEditor edit)
Instantiates a new table drop adapter.
-