|
Class Summary |
| CharacterTextFactory |
Formats text by rendering individual characters into a set of shared textures, then returning
Text instances that render groups of quads, one for each character. |
| DefaultKeyMap |
Defines a default key mapping for our text editing components. |
| Document |
Defines the model that underlies the BUI text components. |
| HTMLView |
Displays HTML using Java's HTML rendering support to layout and render the
HTML. |
| IntegerDocument |
A document for use with a TextField that allows only integer
numeric input. |
| KeyMap |
Maps key presses with specific modifier combinations to editor
commands. |
| LengthLimitedDocument |
A document for use with a TextField that limits the input to a
maximum length. |
| StringTextFactory |
Formats text by using the AWT to render runs of text into a bitmap and then texturing a quad
with the result. |
| Text |
Contains a "run" of text. |
| TextFactory |
Creates instances of Text using a particular technology and a particular font
configuration. |