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.ChangeFoldStateAction.actionPerformedImpl(ActionEvent e,
RTextArea textArea) |
void |
RSyntaxTextAreaEditorKit.CloseCurlyBraceAction.actionPerformedImpl(ActionEvent e,
RTextArea textArea) |
void |
RSyntaxTextAreaEditorKit.CloseMarkupTagAction.actionPerformedImpl(ActionEvent e,
RTextArea textArea) |
void |
RSyntaxTextAreaEditorKit.CollapseAllCommentFoldsAction.actionPerformedImpl(ActionEvent e,
RTextArea textArea) |
void |
RSyntaxTextAreaEditorKit.CollapseAllFoldsAction.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.ExpandAllFoldsAction.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) |
void |
RSyntaxTextAreaEditorKit.ToggleCurrentFoldAction.actionPerformedImpl(ActionEvent e,
RTextArea textArea) |
void |
AbstractJFlexCTokenMaker.CStyleInsertBreakAction.actionPerformedImpl(ActionEvent e,
RTextArea textArea) |
IconRowHeader |
RSyntaxTextAreaEditorKit.createIconRowHeader(RTextArea textArea)
Overridden to return a row header that is aware of folding.
|
static Gutter |
RSyntaxUtilities.getGutter(RTextArea textArea)
Returns the gutter component of the scroll pane containing a text
area, if any.
|
protected int |
RSyntaxTextAreaEditorKit.NextWordAction.getNextWord(RTextArea textArea,
int offs)
Overridden to do better with skipping "words" in code.
|
protected int |
RSyntaxTextAreaEditorKit.DumbCompleteWordAction.getPreviousWord(RTextArea textArea,
int offs) |
protected int |
RSyntaxTextAreaEditorKit.PreviousWordAction.getPreviousWord(RTextArea textArea,
int offs)
Overridden to do better with skipping "words" in code.
|
protected int |
RSyntaxTextAreaEditorKit.DeletePrevWordAction.getPreviousWordStart(RTextArea textArea,
int offs) |
protected int |
RSyntaxTextAreaEditorKit.GoToMatchingBracketAction.EndAction.getVisibleEnd(RTextArea textArea) |
protected int |
RSyntaxTextAreaEditorKit.DumbCompleteWordAction.getWordEnd(RTextArea textArea,
int offs) |
protected int |
RSyntaxTextAreaEditorKit.EndWordAction.getWordEnd(RTextArea textArea,
int offs) |
protected int |
RSyntaxTextAreaEditorKit.BeginWordAction.getWordStart(RTextArea textArea,
int offs) |
protected int |
RSyntaxTextAreaEditorKit.DumbCompleteWordAction.getWordStart(RTextArea textArea,
int offs) |
Modifier and Type | Field and Description |
---|---|
protected RTextArea |
RTextAreaUI.textArea |
protected RTextArea |
RTextAreaHighlighter.textArea
The text component we are the highlighter for.
|
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.ClipboardHistoryAction.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.DumbCompleteWordAction.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.NextOccurrenceAction.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.PreviousOccurrenceAction.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) |
IconRowHeader |
RTextAreaEditorKit.createIconRowHeader(RTextArea textArea)
Creates an icon row header to use in the gutter for a text area.
|
LineNumberList |
RTextAreaEditorKit.createLineNumberList(RTextArea textArea)
Creates a line number list to use in the gutter for a text area.
|
protected int |
RTextAreaEditorKit.NextWordAction.getNextWord(RTextArea textArea,
int offs) |
protected int |
RTextAreaEditorKit.DumbCompleteWordAction.getPreviousWord(RTextArea textArea,
int offs) |
protected int |
RTextAreaEditorKit.PreviousWordAction.getPreviousWord(RTextArea textArea,
int offs) |
protected int |
RTextAreaEditorKit.DeletePrevWordAction.getPreviousWordStart(RTextArea textArea,
int end)
Returns the starting offset to delete.
|
String |
ToolTipSupplier.getToolTipText(RTextArea textArea,
MouseEvent e)
Returns the tool tip text to display for a given mouse event.
|
protected int |
RTextAreaEditorKit.EndAction.getVisibleEnd(RTextArea textArea) |
protected int |
RTextAreaEditorKit.DumbCompleteWordAction.getWordEnd(RTextArea textArea,
int offs) |
protected int |
RTextAreaEditorKit.EndWordAction.getWordEnd(RTextArea textArea,
int offs) |
protected int |
RTextAreaEditorKit.BeginWordAction.getWordStart(RTextArea textArea,
int offs) |
protected int |
RTextAreaEditorKit.DumbCompleteWordAction.getWordStart(RTextArea textArea,
int offs) |
static SearchResult |
SearchEngine.markAll(RTextArea textArea,
SearchContext context)
Marks all instances of the specified text in this text area.
|
static SearchResult |
SearchEngine.replace(RTextArea textArea,
SearchContext context)
Finds the next instance of the text/regular expression specified from
the caret position.
|
static SearchResult |
SearchEngine.replaceAll(RTextArea textArea,
SearchContext context)
Replaces all instances of the text/regular expression specified in
the specified document with the specified replacement.
|
void |
LineNumberList.setTextArea(RTextArea textArea)
Sets the text area being displayed.
|
void |
FoldIndicator.setTextArea(RTextArea textArea)
Overridden so we can track when code folding is enabled/disabled.
|
void |
IconRowHeader.setTextArea(RTextArea textArea)
Sets the text area being displayed.
|
Constructor and Description |
---|
FoldIndicator(RTextArea textArea) |
Gutter(RTextArea textArea)
Constructor.
|
IconRowHeader(RTextArea textArea)
Constructor.
|
LineNumberList(RTextArea textArea)
Constructs a new
LineNumberList using default values for
line number color (gray) and highlighting the current line. |
LineNumberList(RTextArea textArea,
Color numberColor)
Constructs a new
LineNumberList . |
RTextAreaMutableCaretEvent(RTextArea textArea) |
RUndoManager(RTextArea textArea)
Constructor.
|
Copyright © 2003–2015. All rights reserved.