Package com.ibm.richtext.textpanel

Provides components (for both AWT and Swing) in which styled text is displayed and edited, and related classes.

See:
          Description

Interface Summary
MTextPanel MTextPanel is implemented by Components which provide selectable editable styled text.
TextPanelListener This interface is implemented by classes which receive change notifications from an MTextPanel.
 

Class Summary
JTextPanel JTextPanel is an implementation of MTextPanel in a Swing JPanel.
KeyEventForwarder This class forwards key events to a TextPanel component for testing purposes.
KeyRemap KeyRemap maps keys on a standard US keyboard to characters in other alphabets.
TextPanel TextPanel is an implementation of MTextPanel in an AWT Panel.
TextPanelEvent TextPanelEvent is generated by an MTextPanel to notify listeners of changes.
TextPanelSettings This class contains settings used when constructing an MTextPanel.
 

Package com.ibm.richtext.textpanel Description

Provides components (for both AWT and Swing) in which styled text is displayed and edited, and related classes.



Copyright (c) 2001 IBM Corporation and others.