| javax.swing.JTextArea abbot.editor.widgets.TextArea
TextArea | public class TextArea extends JTextArea (Code) | | 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.
|
ACTION_FOCUS_LOST | final public static String ACTION_FOCUS_LOST(Code) | | |
ACTION_TEXT_CHANGED | final public static String ACTION_TEXT_CHANGED(Code) | | |
ACTION_TEXT_INSERTED | final public static String ACTION_TEXT_INSERTED(Code) | | |
ACTION_TEXT_REMOVED | final public static String ACTION_TEXT_REMOVED(Code) | | |
fireActionPerformed | protected void fireActionPerformed(String actionCommand)(Code) | | |
fireActionPerformed | protected void fireActionPerformed()(Code) | | |
fireActionPerformed | protected void fireActionPerformed(String cmd, boolean select)(Code) | | On normal fire (enter) select all text.
|
setText | public void setText(String text)(Code) | | Don't fire events when text is set directly (to conform to regular
JTextArea behavior).
|
|
|