Uses of Class
org.apache.uima.tools.stylemap.StyleMapTable
-
Packages that use StyleMapTable Package Description org.apache.uima.tools.stylemap -
-
Uses of StyleMapTable in org.apache.uima.tools.stylemap
Fields in org.apache.uima.tools.stylemap declared as StyleMapTable Modifier and Type Field Description private StyleMapTable
StyleMapEditor. annotationsTable
The annotations table.private StyleMapTable
TableGUIMediator. table
The table.Methods in org.apache.uima.tools.stylemap that return StyleMapTable Modifier and Type Method Description protected StyleMapTable
StyleMapEditor. getAnnotationsTable()
Gets the annotations table.Methods in org.apache.uima.tools.stylemap with parameters of type StyleMapTable Modifier and Type Method Description void
TableGUIMediator. setTable(StyleMapTable t)
Sets the table.Constructors in org.apache.uima.tools.stylemap with parameters of type StyleMapTable Constructor Description ColorRenderer(StyleMapTable sTable)
Instantiates a new color renderer.
-