Package com.jmex.bui.text

Interface Summary
Document.Listener Used to listen for changes to this document.
EditCommands Defines the various commands handled by our text editing components.
 

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.GlowKey  
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.
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 BText for text rendering.
LengthLimitedDocument A document for use with a BTextField that limits the input to a maximum length.
 



Copyright © 2008 Michael Bayne. All Rights Reserved.