com.ibm.richtext.awtui |
Provides classes for building an AWT-based user interface for a TextPanel.
|
Java Source File Name | Type | Comment |
AwtMenuBuilder.java | Class | AwtMenuBuilder creates a set of AWT menus for interacting
with an MTextPanel. |
AwtMenuFactory.java | Class | |
MessageDialog.java | Class | MessageDialog is a simple Frame which displays a styled
text message in a TextPanel. |
MTabRulerComponent.java | Interface | MTabRulerComponent is implemented by components which provide a tab-ruler
interface for interacting with an MTextPanel.
Users interact with MTabRulerComponent implementations as follows:
- The leading margin can be set by dragging the bottom half
of the leftmost triangle.
|
NumberDialog.java | Class | |
ObjectDialog.java | Class | |
TabRuler.java | Class | TabRuler is an implementation of MTabRulerComponent in an AWT component. |
TextFrame.java | Class | TextFrame is a Frame containing an editable TextPanel, a set of standard
menus, and a TabRuler. |