Package org.topbraid.strings

Interface Summary
ICompletionManager An object that can narrow the auto-completion box for text completion.
ILabelsPlugin A plugin for the Labels class, used to create customized labels from arbitrary Graph nodes.
IRowEditorDriver An interface for extensions that control the look and feel of a row editor on a form.
IRowEditorStyle An interface used by IStylingRowEditorDriver to assign styles to a text editor.
IStylingRowEditorDriver An IRowEditorDriver that also does syntax coloring to highlight certain language elements.
 

Class Summary
CompletionManagers A Singleton to conveniently access the registered IStyledTextCompletionManagers.
Labels A Singleton that can be used to get a textual representation of resources, depending on the current settings (qnames etc).
LabelsPlugins A Singleton to conveniently access the registered LabelsPlugins.
RowEditorDrivers