| Package | Description |
|---|---|
| org.fife.ui.rsyntaxtextarea |
A syntax-highlighting text editor.
|
| org.fife.ui.rtextarea |
A single-font text editor with many custom features.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RSyntaxTextArea
An extension of
RTextArea that adds syntax highlighting
of certain programming languages to its list of features. |
class |
TextEditorPane
An extension of
RSyntaxTextArea
that adds information about the file being edited, such as:
Its name and location. |
| Modifier and Type | Method and Description |
|---|---|
void |
RSyntaxTextAreaEditorKit.CloseCurlyBraceAction.actionPerformedImpl(ActionEvent e,
RTextArea textArea) |
void |
RSyntaxTextAreaEditorKit.CopyAsRtfAction.actionPerformedImpl(ActionEvent e,
RTextArea textArea) |
void |
RSyntaxTextAreaEditorKit.DecreaseFontSizeAction.actionPerformedImpl(ActionEvent e,
RTextArea textArea) |
void |
RSyntaxTextAreaEditorKit.DecreaseIndentAction.actionPerformedImpl(ActionEvent e,
RTextArea textArea) |
void |
RSyntaxTextAreaEditorKit.GoToMatchingBracketAction.actionPerformedImpl(ActionEvent e,
RTextArea textArea) |
void |
RSyntaxTextAreaEditorKit.IncreaseFontSizeAction.actionPerformedImpl(ActionEvent e,
RTextArea textArea) |
void |
RSyntaxTextAreaEditorKit.InsertBreakAction.actionPerformedImpl(ActionEvent e,
RTextArea textArea) |
void |
RSyntaxTextAreaEditorKit.InsertTabAction.actionPerformedImpl(ActionEvent e,
RTextArea textArea) |
void |
RSyntaxTextAreaEditorKit.PossiblyInsertTemplateAction.actionPerformedImpl(ActionEvent e,
RTextArea textArea) |
void |
RSyntaxTextAreaEditorKit.ToggleCommentAction.actionPerformedImpl(ActionEvent e,
RTextArea textArea) |
| Modifier and Type | Field and Description |
|---|---|
protected RTextArea |
RTextAreaUI.textArea |
| Modifier and Type | Method and Description |
|---|---|
RTextArea |
RTextAreaUI.getRTextArea()
Returns the text area for which we are the UI.
|
RTextArea |
RTextScrollPane.getTextArea()
Returns the text area being displayed.
|
protected RTextArea |
ConfigurableCaret.getTextArea()
Gets the text editor component that this caret is bound to.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
RecordableTextAction.actionPerformedImpl(ActionEvent e,
RTextArea textArea)
The actual meat of the action.
|
void |
RTextAreaEditorKit.BeepAction.actionPerformedImpl(ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.BeginAction.actionPerformedImpl(ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.BeginLineAction.actionPerformedImpl(ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.BeginRecordingMacroAction.actionPerformedImpl(ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.BeginWordAction.actionPerformedImpl(ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.CopyAction.actionPerformedImpl(ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.CutAction.actionPerformedImpl(ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.DecreaseFontSizeAction.actionPerformedImpl(ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.DefaultKeyTypedAction.actionPerformedImpl(ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.DeleteLineAction.actionPerformedImpl(ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.DeleteNextCharAction.actionPerformedImpl(ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.DeletePrevCharAction.actionPerformedImpl(ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.DeletePrevWordAction.actionPerformedImpl(ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.DeleteRestOfLineAction.actionPerformedImpl(ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.EndAction.actionPerformedImpl(ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.EndLineAction.actionPerformedImpl(ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.EndRecordingMacroAction.actionPerformedImpl(ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.EndWordAction.actionPerformedImpl(ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.IncreaseFontSizeAction.actionPerformedImpl(ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.InsertBreakAction.actionPerformedImpl(ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.InsertContentAction.actionPerformedImpl(ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.InsertTabAction.actionPerformedImpl(ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.InvertSelectionCaseAction.actionPerformedImpl(ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.JoinLinesAction.actionPerformedImpl(ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.LineMoveAction.actionPerformedImpl(ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.LowerSelectionCaseAction.actionPerformedImpl(ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.NextBookmarkAction.actionPerformedImpl(ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.NextVisualPositionAction.actionPerformedImpl(ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.NextWordAction.actionPerformedImpl(ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.PasteAction.actionPerformedImpl(ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.PlaybackLastMacroAction.actionPerformedImpl(ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.PreviousWordAction.actionPerformedImpl(ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.RedoAction.actionPerformedImpl(ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.ScrollAction.actionPerformedImpl(ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.SelectAllAction.actionPerformedImpl(ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.SelectLineAction.actionPerformedImpl(ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.SelectWordAction.actionPerformedImpl(ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.SetReadOnlyAction.actionPerformedImpl(ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.SetWritableAction.actionPerformedImpl(ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.TimeDateAction.actionPerformedImpl(ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.ToggleBookmarkAction.actionPerformedImpl(ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.ToggleTextModeAction.actionPerformedImpl(ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.UndoAction.actionPerformedImpl(ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.UnselectAction.actionPerformedImpl(ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.UpperSelectionCaseAction.actionPerformedImpl(ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.VerticalPageAction.actionPerformedImpl(ActionEvent e,
RTextArea textArea) |
protected int |
RTextAreaEditorKit.NextWordAction.getNextWord(RTextArea textArea,
int offs) |
String |
ToolTipSupplier.getToolTipText(RTextArea textArea,
MouseEvent e)
Returns the tool tip text to display for a given mouse event.
|
protected int |
RTextAreaEditorKit.EndWordAction.getWordEnd(RTextArea textArea,
int offs) |
protected int |
RTextAreaEditorKit.BeginWordAction.getWordStart(RTextArea textArea,
int offs) |
| Constructor and Description |
|---|
Gutter(RTextArea textArea)
Constructor.
|
RTextArea.RTextAreaMutableCaretEvent(RTextArea textArea) |
RTextScrollPane(RTextArea textArea)
Creates a scroll pane.
|
RTextScrollPane(RTextArea textArea,
boolean lineNumbers)
Creates a scroll pane.
|
RTextScrollPane(RTextArea area,
boolean lineNumbers,
Color lineNumberColor)
Creates a scroll pane with preferred size (width, height).
|
Copyright © 2009-2013 jtstand.com. All Rights Reserved.