public class TextTagTable extends Object
Creating a TextTag automatically adds it to the TextTagTable passed when the TextTag is constructed.
You certainly only need one of these per TextBuffer, and as most people want to reuse the same set of TextTags across all the TextBuffers in a given program, they typically end up only having one TextTagTable across the entire application.
Constructor and Description |
---|
TextTagTable()
Instantiate a new table for collecting TextTags.
|