|
Class Summary |
| AWTTextFactory |
Formats text by using the AWT to render runs of text into a bitmap and then
texturing a quad with the result. |
| AWTTextFactory.StyleRun |
|
| BKeyMap |
Maps key presses with specific modifier combinations to editor
commands. |
| BKeyMap.Mapping |
Contains information about a single key mapping. |
| BText |
Contains a "run" of text, which will be rendered to a Quad. |
| BTextFactory |
Creates instances of BText using a particular technology and a
particular font configuration. |
| 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 BTextField that allows only integer
numeric input. |
| JMEBitmapTextFactory |
Creates instances of JMEBitmapText for text rendering. |
| LengthLimitedDocument |
A document for use with a BTextField that limits the input to a
maximum length. |