程序包 | 说明 |
---|---|
com.fr.design.data.datapane.sqlpane | |
com.fr.design.gui.autocomplete | |
com.fr.design.gui.syntax.ui.rsyntaxtextarea |
A syntax-highlighting text editor.
|
com.fr.design.gui.syntax.ui.rtextarea |
A single-font text editor with many custom features.
|
限定符和类型 | 类和说明 |
---|---|
class |
SQLEditPane
Created by IntelliJ IDEA.
|
限定符和类型 | 方法和说明 |
---|---|
java.lang.String |
LanguageAwareCompletionProvider.getToolTipText(RTextArea textArea,
java.awt.event.MouseEvent e)
Returns the tool tip to display for a mouse event.
|
限定符和类型 | 类和说明 |
---|---|
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. |
限定符和类型 | 方法和说明 |
---|---|
void |
RSyntaxTextAreaEditorKit.ChangeFoldStateAction.actionPerformedImpl(java.awt.event.ActionEvent e,
RTextArea textArea) |
void |
RSyntaxTextAreaEditorKit.CloseCurlyBraceAction.actionPerformedImpl(java.awt.event.ActionEvent e,
RTextArea textArea) |
void |
RSyntaxTextAreaEditorKit.CloseMarkupTagAction.actionPerformedImpl(java.awt.event.ActionEvent e,
RTextArea textArea) |
void |
RSyntaxTextAreaEditorKit.CollapseAllCommentFoldsAction.actionPerformedImpl(java.awt.event.ActionEvent e,
RTextArea textArea) |
void |
RSyntaxTextAreaEditorKit.CollapseAllFoldsAction.actionPerformedImpl(java.awt.event.ActionEvent e,
RTextArea textArea) |
void |
RSyntaxTextAreaEditorKit.CopyAsRtfAction.actionPerformedImpl(java.awt.event.ActionEvent e,
RTextArea textArea) |
void |
RSyntaxTextAreaEditorKit.DecreaseFontSizeAction.actionPerformedImpl(java.awt.event.ActionEvent e,
RTextArea textArea) |
void |
RSyntaxTextAreaEditorKit.DecreaseIndentAction.actionPerformedImpl(java.awt.event.ActionEvent e,
RTextArea textArea) |
void |
RSyntaxTextAreaEditorKit.ExpandAllFoldsAction.actionPerformedImpl(java.awt.event.ActionEvent e,
RTextArea textArea) |
void |
RSyntaxTextAreaEditorKit.GoToMatchingBracketAction.actionPerformedImpl(java.awt.event.ActionEvent e,
RTextArea textArea) |
void |
RSyntaxTextAreaEditorKit.IncreaseFontSizeAction.actionPerformedImpl(java.awt.event.ActionEvent e,
RTextArea textArea) |
void |
RSyntaxTextAreaEditorKit.InsertBreakAction.actionPerformedImpl(java.awt.event.ActionEvent e,
RTextArea textArea) |
void |
RSyntaxTextAreaEditorKit.InsertTabAction.actionPerformedImpl(java.awt.event.ActionEvent e,
RTextArea textArea) |
void |
RSyntaxTextAreaEditorKit.PossiblyInsertTemplateAction.actionPerformedImpl(java.awt.event.ActionEvent e,
RTextArea textArea) |
void |
RSyntaxTextAreaEditorKit.ToggleCommentAction.actionPerformedImpl(java.awt.event.ActionEvent e,
RTextArea textArea) |
void |
RSyntaxTextAreaEditorKit.ToggleCurrentFoldAction.actionPerformedImpl(java.awt.event.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.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.EndAction.getVisibleEnd(RTextArea textArea) |
protected int |
RSyntaxTextAreaEditorKit.EndWordAction.getWordEnd(RTextArea textArea,
int offs) |
protected int |
RSyntaxTextAreaEditorKit.BeginWordAction.getWordStart(RTextArea textArea,
int offs) |
限定符和类型 | 字段和说明 |
---|---|
protected RTextArea |
RTextAreaUI.textArea |
protected RTextArea |
RTextAreaHighlighter.textArea
The text component we are the highlighter for.
|
限定符和类型 | 方法和说明 |
---|---|
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.
|
限定符和类型 | 方法和说明 |
---|---|
void |
RTextAreaEditorKit.BeepAction.actionPerformedImpl(java.awt.event.ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.BeginAction.actionPerformedImpl(java.awt.event.ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.BeginLineAction.actionPerformedImpl(java.awt.event.ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.BeginRecordingMacroAction.actionPerformedImpl(java.awt.event.ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.BeginWordAction.actionPerformedImpl(java.awt.event.ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.CopyAction.actionPerformedImpl(java.awt.event.ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.CutAction.actionPerformedImpl(java.awt.event.ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.DecreaseFontSizeAction.actionPerformedImpl(java.awt.event.ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.DefaultKeyTypedAction.actionPerformedImpl(java.awt.event.ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.DeleteLineAction.actionPerformedImpl(java.awt.event.ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.DeleteNextCharAction.actionPerformedImpl(java.awt.event.ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.DeletePrevCharAction.actionPerformedImpl(java.awt.event.ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.DeletePrevWordAction.actionPerformedImpl(java.awt.event.ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.DeleteRestOfLineAction.actionPerformedImpl(java.awt.event.ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.DumbCompleteWordAction.actionPerformedImpl(java.awt.event.ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.EndAction.actionPerformedImpl(java.awt.event.ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.EndLineAction.actionPerformedImpl(java.awt.event.ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.EndRecordingMacroAction.actionPerformedImpl(java.awt.event.ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.EndWordAction.actionPerformedImpl(java.awt.event.ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.IncreaseFontSizeAction.actionPerformedImpl(java.awt.event.ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.InsertBreakAction.actionPerformedImpl(java.awt.event.ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.InsertContentAction.actionPerformedImpl(java.awt.event.ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.InsertTabAction.actionPerformedImpl(java.awt.event.ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.InvertSelectionCaseAction.actionPerformedImpl(java.awt.event.ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.JoinLinesAction.actionPerformedImpl(java.awt.event.ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.LineMoveAction.actionPerformedImpl(java.awt.event.ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.LowerSelectionCaseAction.actionPerformedImpl(java.awt.event.ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.NextBookmarkAction.actionPerformedImpl(java.awt.event.ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.NextOccurrenceAction.actionPerformedImpl(java.awt.event.ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.NextVisualPositionAction.actionPerformedImpl(java.awt.event.ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.NextWordAction.actionPerformedImpl(java.awt.event.ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.PasteAction.actionPerformedImpl(java.awt.event.ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.PlaybackLastMacroAction.actionPerformedImpl(java.awt.event.ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.PreviousOccurrenceAction.actionPerformedImpl(java.awt.event.ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.PreviousWordAction.actionPerformedImpl(java.awt.event.ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.RedoAction.actionPerformedImpl(java.awt.event.ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.ScrollAction.actionPerformedImpl(java.awt.event.ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.SelectAllAction.actionPerformedImpl(java.awt.event.ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.SelectLineAction.actionPerformedImpl(java.awt.event.ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.SelectWordAction.actionPerformedImpl(java.awt.event.ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.SetReadOnlyAction.actionPerformedImpl(java.awt.event.ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.SetWritableAction.actionPerformedImpl(java.awt.event.ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.TimeDateAction.actionPerformedImpl(java.awt.event.ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.ToggleBookmarkAction.actionPerformedImpl(java.awt.event.ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.ToggleTextModeAction.actionPerformedImpl(java.awt.event.ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.UndoAction.actionPerformedImpl(java.awt.event.ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.UnselectAction.actionPerformedImpl(java.awt.event.ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.UpperSelectionCaseAction.actionPerformedImpl(java.awt.event.ActionEvent e,
RTextArea textArea) |
void |
RTextAreaEditorKit.VerticalPageAction.actionPerformedImpl(java.awt.event.ActionEvent e,
RTextArea textArea) |
abstract void |
RecordableTextAction.actionPerformedImpl(java.awt.event.ActionEvent e,
RTextArea textArea)
The actual meat of the action.
|
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.PreviousWordAction.getPreviousWord(RTextArea textArea,
int offs) |
protected int |
RTextAreaEditorKit.DeletePrevWordAction.getPreviousWordStart(RTextArea textArea,
int end)
Returns the starting offset to delete.
|
java.lang.String |
ToolTipSupplier.getToolTipText(RTextArea textArea,
java.awt.event.MouseEvent e)
Returns the tool tip text to display for a given mouse event.
|
protected int |
RTextAreaEditorKit.EndAction.getVisibleEnd(RTextArea textArea) |
protected int |
RTextAreaEditorKit.EndWordAction.getWordEnd(RTextArea textArea,
int offs) |
protected int |
RTextAreaEditorKit.BeginWordAction.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 |
IconRowHeader.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.
|
构造器和说明 |
---|
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,
java.awt.Color numberColor)
Constructs a new
LineNumberList . |
RTextArea.RTextAreaMutableCaretEvent(RTextArea textArea) |
RUndoManager(RTextArea textArea)
Constructor.
|