abbot.editor.widgets |
|
Java Source File Name | Type | Comment |
AbstractAnimatedIcon.java | Class | Provide animation of auto-generated animations. |
AbstractComponentDecorator.java | Class | Provide a method for consistently augmenting the appearance of a given
component by painting something on it after the component itself
gets painted. |
AbstractComponentDecoratorTest.java | Class | |
AnimatedIcon.java | Class | Ensures animated icons are properly handled within objects that use
renderers within a
CellRendererPane to render the icon. |
ArrayEditor.java | Class | Provides editing of a variable-length array of strings. |
ArrayEditorTest.java | Class | |
GifDecoder.java | Class | Class GifDecoder - Decodes a GIF file into one or more frames. |
Highlighter.java | Class | Provides a persistent border around a component, drawn after the
component itself is drawn. |
Mnemonic.java | Class | Provide access to mnemonics appropriate for the current platform and
locale. |
MnemonicTest.java | Class | |
SpinningDial.java | Class | Provides a spinning disk of hash marks. |
SpinningDialWaitIndicator.java | Class | |
TextArea.java | Class | A better text area that fires when focus leaves the component, and
also selects all the contents when the action is fired to indicate the
contents were accepted. |
TextField.java | Class | A better text field with some useful features.
- Fires when focus leaves the component.
- Selects all the contents when the action is fired to indicate the
contents were accepted.
- Until the user causes a notify-field-accept (usually with the
Enter key), the contents may be reverted to the original value by invoking
the field-revert action (bound to ESC by default).
- Actions are fired on all edits.
- The field has a fixed height.
- Pressing Enter when the field is blank will insert a default value, if
one has been provided.
This functionality may be applied to any JTextField with the
TextField.decorate(JTextField) method. |
TextFieldTest.java | Class | |
TextFormat.java | Class | Provides text formatting utilities. |
TextFormatTest.java | Class | |
WaitIndicator.java | Class | Prevents mouse and key input to a
JComponent or
JFrame ,
while dimming the component and displaying a wait cursor. |