Serialized Form
-
Package org.fife.ui.rsyntaxtextarea
-
Class org.fife.ui.rsyntaxtextarea.AbstractJFlexCTokenMaker.CStyleInsertBreakAction
class CStyleInsertBreakAction extends RSyntaxTextAreaEditorKit.InsertBreakAction implements Serializable -
Class org.fife.ui.rsyntaxtextarea.ActiveLineRangeEvent
class ActiveLineRangeEvent extends EventObject implements Serializable-
Serialized Fields
-
max
int max
-
min
int min
-
-
-
Class org.fife.ui.rsyntaxtextarea.ErrorStrip
class ErrorStrip extends JPanel implements Serializable-
Serialized Fields
-
brighterColors
Map<Color,
Color> brighterColors Mapping of colors to brighter colors. This is kept to prevent unnecessary creation of the same Colors over and over. -
caretLineY
int caretLineY
Where we paint the caret marker. -
caretMarkerColor
Color caretMarkerColor
The color to use for the caret marker. -
followCaret
boolean followCaret
Whether the caret marker's location should be rendered. -
lastLineY
int lastLineY
The last location of the caret marker. -
levelThreshold
ParserNotice.Level levelThreshold
Only notices of this severity (or worse) will be displayed in this error strip. -
showMarkAll
boolean showMarkAll
Whether markers for "mark all" highlights should be shown in this error strip. -
showMarkedOccurrences
boolean showMarkedOccurrences
Whether "marked occurrences" in the text area should be shown in this error strip. -
textArea
RSyntaxTextArea textArea
The text area.
-
-
-
Class org.fife.ui.rsyntaxtextarea.FoldingAwareIconRowHeader
class FoldingAwareIconRowHeader extends IconRowHeader implements Serializable -
Class org.fife.ui.rsyntaxtextarea.MatchedBracketPopup
class MatchedBracketPopup extends JWindow implements Serializable-
Serialized Fields
-
textArea
RSyntaxTextArea textArea
-
-
-
Class org.fife.ui.rsyntaxtextarea.RSyntaxDocument
class RSyntaxDocument extends RDocument implements Serializable-
Serialization Methods
-
readObject
Deserializes a document.- Parameters:
in
- The stream to read from.- Throws:
ClassNotFoundException
- If an unexpected error occurs.IOException
- If an IO error occurs.
-
-
Serialized Fields
-
syntaxStyle
String syntaxStyle
The current syntax style. Only cached to keep this class serializable.
-
-
-
Class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
class RSyntaxTextArea extends RTextArea implements Serializable-
Serialized Fields
-
aaHints
Map<?,
?> aaHints Cached desktop anti-aliasing hints, if anti-aliasing is enabled. -
animateBracketMatching
boolean animateBracketMatching
Whether bracket matching is animated. -
autoIndentEnabled
boolean autoIndentEnabled
Whether auto-indent is on. -
bracketInfo
Point bracketInfo
Used to store the location of the bracket at the caret position (either just before or just after it) and the location of its match. -
bracketMatchingEnabled
boolean bracketMatchingEnabled
Whether bracket matching is enabled. -
bracketRepaintTimer
RSyntaxTextArea.BracketMatchingTimer bracketRepaintTimer
-
cachedTip
String cachedTip
-
cachedTipLoc
Point cachedTipLoc
Used to work around an issue with Apple JVMs. -
clearWhitespaceLines
boolean clearWhitespaceLines
Whether lines with nothing but whitespace are "made empty". -
closeCurlyBraces
boolean closeCurlyBraces
Whether curly braces should be closed on Enter key presses, (if the current language supports it). -
closeMarkupTags
boolean closeMarkupTags
Whether closing markup tags should be automatically completed when "</
" is typed (if the current language is a markup language). -
defaultFontMetrics
FontMetrics defaultFontMetrics
Metrics of the text area's font. -
dotRect
Rectangle dotRect
The rectangle surrounding the current offset if both bracket matching and "match both brackets" are enabled. -
eolMarkersVisible
boolean eolMarkersVisible
Whether EOL markers should be visible at the end of each line. -
focusableTip
FocusableTip focusableTip
The last focusable tip displayed. -
foldingMenu
JMenu foldingMenu
-
foldManager
FoldManager foldManager
-
fractionalFontMetricsEnabled
boolean fractionalFontMetricsEnabled
-
highlightSecondaryLanguages
boolean highlightSecondaryLanguages
Whether secondary languages have their backgrounds colored. -
hoveredOverLinkOffset
int hoveredOverLinkOffset
-
hyperlinkFG
Color hyperlinkFG
The color to use when painting hyperlinks. -
hyperlinksEnabled
boolean hyperlinksEnabled
Whether hyperlinks are enabled (must be supported by the syntax scheme being used). -
insertPairedCharacters
boolean insertPairedCharacters
-
isScanningForLinks
boolean isScanningForLinks
Whether the editor is currently scanning for hyperlinks on mouse movement. -
lastBracketMatchPos
int lastBracketMatchPos
The location of the last matched bracket. -
lineHeight
int lineHeight
-
linkGenerator
LinkGenerator linkGenerator
-
linkGeneratorResult
LinkGeneratorResult linkGeneratorResult
-
linkScanningMask
int linkScanningMask
Mask used to determine if the correct key is being held down to scan for hyperlinks (ctrl, meta, etc.). -
markOccurrencesColor
Color markOccurrencesColor
The color used to render "marked occurrences". -
markOccurrencesDelay
int markOccurrencesDelay
The delay before occurrences are marked in the editor. -
markOccurrencesSupport
MarkOccurrencesSupport markOccurrencesSupport
Handles "mark occurrences" support. -
match
Rectangle match
The rectangle surrounding the "matched bracket" if bracket matching is enabled. -
matchedBracketBGColor
Color matchedBracketBGColor
Colors used for the "matched bracket" if bracket matching is enabled. -
matchedBracketBorderColor
Color matchedBracketBorderColor
-
matchedBracketPopupTimer
RSyntaxTextArea.MatchedBracketPopupTimer matchedBracketPopupTimer
-
maxAscent
int maxAscent
-
metricsNeverRefreshed
boolean metricsNeverRefreshed
-
paintMarkOccurrencesBorder
boolean paintMarkOccurrencesBorder
Whether a border should be painted around marked occurrences. -
paintMatchedBracketPair
boolean paintMatchedBracketPair
Whether both brackets are highlighted when bracket matching. -
paintTabLines
boolean paintTabLines
Whether tab lines are enabled. -
parserManager
ParserManager parserManager
Manages running the parser. -
rhsCorrection
int rhsCorrection
-
secondaryLanguageBackgrounds
Color[] secondaryLanguageBackgrounds
-
showMatchedBracketPopup
boolean showMatchedBracketPopup
Whether a popup showing matched bracket lines when they're off-screen. -
syntaxScheme
SyntaxScheme syntaxScheme
The colors used for syntax highlighting. -
syntaxStyleKey
String syntaxStyleKey
The key for the syntax style to be highlighting. -
tabLineColor
Color tabLineColor
The color to use when painting tab lines. -
tokenPainter
TokenPainter tokenPainter
Renders tokens. -
useFocusableTips
boolean useFocusableTips
Whether "focusable" tool tips are used instead of standard ones. -
useSelectedTextColor
boolean useSelectedTextColor
Whether the "selected text" color should be used with selected text. -
whitespaceVisible
boolean whitespaceVisible
Whether we are displaying visible whitespace (spaces and tabs).
-
-
-
Class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaDefaultInputMap
class RSyntaxTextAreaDefaultInputMap extends RTADefaultInputMap implements Serializable -
Class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit
class RSyntaxTextAreaEditorKit extends RTextAreaEditorKit implements Serializable- serialVersionUID:
- 1L
-
Class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.BeginWordAction
class BeginWordAction extends RTextAreaEditorKit.BeginWordAction implements Serializable-
Serialized Fields
-
seg
Segment seg
-
-
-
Class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.ChangeFoldStateAction
class ChangeFoldStateAction extends RSyntaxTextAreaEditorKit.FoldRelatedAction implements Serializable-
Serialized Fields
-
collapse
boolean collapse
-
-
-
Class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.CloseCurlyBraceAction
class CloseCurlyBraceAction extends RecordableTextAction implements Serializable- serialVersionUID:
- 1L
-
Class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.CloseMarkupTagAction
class CloseMarkupTagAction extends RecordableTextAction implements Serializable- serialVersionUID:
- 1L
-
Class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.CollapseAllCommentFoldsAction
class CollapseAllCommentFoldsAction extends RSyntaxTextAreaEditorKit.FoldRelatedAction implements Serializable- serialVersionUID:
- 1L
-
Class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.CollapseAllFoldsAction
class CollapseAllFoldsAction extends RSyntaxTextAreaEditorKit.FoldRelatedAction implements Serializable- serialVersionUID:
- 1L
-
Class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.CopyCutAsStyledTextAction
class CopyCutAsStyledTextAction extends RecordableTextAction implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
cutAction
boolean cutAction
-
theme
Theme theme
-
-
Class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.DecreaseFontSizeAction
class DecreaseFontSizeAction extends RTextAreaEditorKit.DecreaseFontSizeAction implements Serializable- serialVersionUID:
- 1L
-
Class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.DecreaseIndentAction
class DecreaseIndentAction extends RecordableTextAction implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
s
Segment s
-
-
Class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.DeletePrevWordAction
class DeletePrevWordAction extends RTextAreaEditorKit.DeletePrevWordAction implements Serializable-
Serialized Fields
-
seg
Segment seg
-
-
-
Class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.DumbCompleteWordAction
class DumbCompleteWordAction extends RTextAreaEditorKit.DumbCompleteWordAction implements Serializable -
Class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.EndWordAction
class EndWordAction extends RTextAreaEditorKit.EndWordAction implements Serializable-
Serialized Fields
-
seg
Segment seg
-
-
-
Class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.ExpandAllFoldsAction
class ExpandAllFoldsAction extends RSyntaxTextAreaEditorKit.FoldRelatedAction implements Serializable- serialVersionUID:
- 1L
-
Class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.GoToMatchingBracketAction
class GoToMatchingBracketAction extends RecordableTextAction implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
bracketInfo
Point bracketInfo
-
-
Class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.GoToMatchingBracketAction.EndAction
class EndAction extends RTextAreaEditorKit.EndAction implements Serializable -
Class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.IncreaseFontSizeAction
class IncreaseFontSizeAction extends RTextAreaEditorKit.IncreaseFontSizeAction implements Serializable- serialVersionUID:
- 1L
-
Class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.InsertBreakAction
class InsertBreakAction extends RTextAreaEditorKit.InsertBreakAction implements Serializable- serialVersionUID:
- 1L
-
Class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.InsertPairedCharacterAction
class InsertPairedCharacterAction extends RTextAreaEditorKit.DefaultKeyTypedAction implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
ch
char ch
-
pairedCh
char pairedCh
-
-
Class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.InsertQuoteAction
class InsertQuoteAction extends RSyntaxTextAreaEditorKit.InsertPairedCharacterAction implements Serializable-
Serialized Fields
-
quoteType
RSyntaxTextAreaEditorKit.InsertQuoteAction.QuoteType quoteType
-
stringifiedQuoteTypeCh
String stringifiedQuoteTypeCh
-
-
-
Class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.InsertTabAction
class InsertTabAction extends RecordableTextAction implements Serializable- serialVersionUID:
- 1L
-
Class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.NextWordAction
class NextWordAction extends RTextAreaEditorKit.NextWordAction implements Serializable-
Serialized Fields
-
seg
Segment seg
-
-
-
Class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.PossiblyInsertTemplateAction
class PossiblyInsertTemplateAction extends RecordableTextAction implements Serializable- serialVersionUID:
- 1L
-
Class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.PreviousWordAction
class PreviousWordAction extends RTextAreaEditorKit.PreviousWordAction implements Serializable-
Serialized Fields
-
seg
Segment seg
-
-
-
Class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.SelectWordAction
class SelectWordAction extends RTextAreaEditorKit.SelectWordAction implements Serializable -
Class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.ToggleCommentAction
class ToggleCommentAction extends RecordableTextAction implements Serializable -
Class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.ToggleCurrentFoldAction
class ToggleCurrentFoldAction extends RSyntaxTextAreaEditorKit.FoldRelatedAction implements Serializable- serialVersionUID:
- 1L
-
Class org.fife.ui.rsyntaxtextarea.SquiggleUnderlineHighlightPainter
class SquiggleUnderlineHighlightPainter extends ChangeableHighlightPainter implements Serializable -
Class org.fife.ui.rsyntaxtextarea.TextEditorPane
class TextEditorPane extends RSyntaxTextArea implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
charSet
String charSet
The charset to use when reading or writing this file. -
dirty
boolean dirty
Whether the file is dirty. -
lastSaveOrLoadTime
long lastSaveOrLoadTime
The last time this file was modified on disk, for local files. For remote files, this value should always beTextEditorPane.LAST_MODIFIED_UNKNOWN
. -
loc
FileLocation loc
The location of the file being edited. -
readOnly
boolean readOnly
Whether the file should be treated as read-only.
-
-
-
Package org.fife.ui.rsyntaxtextarea.templates
-
Class org.fife.ui.rsyntaxtextarea.templates.AbstractCodeTemplate
class AbstractCodeTemplate extends Object implements Serializable-
Serialized Fields
-
id
String id
The ID of this template.
-
-
-
Class org.fife.ui.rsyntaxtextarea.templates.StaticCodeTemplate
class StaticCodeTemplate extends AbstractCodeTemplate implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
Called when reading a serialized version of this document. This is overridden to initialize the transient members of this class.- Parameters:
in
- The input stream to read from.- Throws:
ClassNotFoundException
- Never.IOException
- If an IO error occurs.
-
-
Serialized Fields
-
-
Package org.fife.ui.rtextarea
-
Class org.fife.ui.rtextarea.ChangeableHighlightPainter
class ChangeableHighlightPainter extends LayeredHighlighter.LayerPainter implements Serializable-
Serialization Methods
-
readObject
Deserializes a painter.- Parameters:
s
- The stream to read from.- Throws:
ClassNotFoundException
- If something bad happens.IOException
- If an IO error occurs.
-
writeObject
Serializes this painter.- Parameters:
s
- The stream to write to.- Throws:
IOException
- If an IO error occurs.
-
-
Serialized Fields
-
alpha
float alpha
The alpha value used in computing translucency. This should stay in the range0.0f
(completely invisible) to1.0f
(completely opaque). -
paint
Paint paint
ThePaint
/Color
of this highlight. -
roundedEdges
boolean roundedEdges
Whether selections have rounded edges.
-
-
-
Class org.fife.ui.rtextarea.ConfigurableCaret
class ConfigurableCaret extends DefaultCaret implements Serializable-
Serialized Fields
-
alwaysVisible
boolean alwaysVisible
-
pasteOnMiddleMouseClick
boolean pasteOnMiddleMouseClick
Whether this caret will try to paste into the editor (assuming it is editable) on middle-mouse clicks. -
selectionEnd
int selectionEnd
The offset into the document where selection ended. -
selectionPainter
ChangeableHighlightPainter selectionPainter
The selection painter. By default, this paints selections with the text area's selection color. -
selectionStart
int selectionStart
The offset into the document where selection started. -
selectionType
ConfigurableCaret.SelectionType selectionType
Defines the current selection behavior. -
style
CaretStyle style
Whether the caret is a vertical line, a horizontal line, or a block.
-
-
-
Class org.fife.ui.rtextarea.FoldIndicator
class FoldIndicator extends AbstractGutterComponent implements Serializable-
Serialized Fields
-
additionalLeftMargin
int additionalLeftMargin
Optional additional left margin. -
alphaRunnable
FoldIndicator.AlphaRunnable alphaRunnable
Used to update the collapsed fold icons' alpha value on a timer. -
armedForeground
Color armedForeground
The color used for the foreground of armed folds. -
collapsedFoldIcon
FoldIndicatorIcon collapsedFoldIcon
The icon used for collapsed folds. -
collapsedFoldIconAlpha
float collapsedFoldIconAlpha
The alpha used for "collapsed" fold icons. -
expandedFoldIcon
FoldIndicatorIcon expandedFoldIcon
The icon used for expanded folds. -
expandedFoldRenderStrategy
ExpandedFoldRenderStrategy expandedFoldRenderStrategy
The strategy to use when rendering expanded folds. -
foldIconArmedBackground
Color foldIconArmedBackground
The color to use for armed fold icon backgrounds, if the default icons are used. This may benull
. -
foldIconBackground
Color foldIconBackground
The color to use for fold icon backgrounds, if the default icons are used. -
foldWithOutlineShowing
Fold foldWithOutlineShowing
The fold to show the outline line for. -
listener
FoldIndicator.Listener listener
Listens for events in this component. -
mouseOverFoldIcon
boolean mouseOverFoldIcon
Used while painting; global flag to denote whether the mouse is over a fold indicator. -
paintFoldArmed
boolean paintFoldArmed
Used while painting; global flag to denote whether the currently-being-painted fold should be rendered as armed. -
showArmedFoldRange
boolean showArmedFoldRange
Whether the range of lines covered by an expanded, armed fold icon should be visually shown. -
showFoldRegionTips
boolean showFoldRegionTips
Whether tool tips are displayed showing the contents of collapsed fold regions. -
textAreaInsets
Insets textAreaInsets
Used inFoldIndicator.paintComponent(Graphics)
to prevent reallocation on each paint. -
timer
Timer timer
The timer used to update collapsed fold icons' alpha. -
visibleRect
Rectangle visibleRect
Used inFoldIndicator.paintComponent(Graphics)
to prevent reallocation on each paint.
-
-
-
Class org.fife.ui.rtextarea.Gutter
class Gutter extends JPanel implements Serializable-
Serialized Fields
-
armed
boolean armed
Whether this gutter, or any child components, are armed. Used internally for e.g. the fold indicator's appearance. -
currentLineNumberColor
Color currentLineNumberColor
The color used to render the currently active line's line number. If this isnull
,Gutter.lineNumberColor
is used. -
foldIndicator
FoldIndicator foldIndicator
Shows lines that are code-foldable. -
iconArea
IconRowHeader iconArea
Renders bookmark icons, breakpoints, error icons, etc. -
iconRowHeaderInheritsGutterBackground
boolean iconRowHeaderInheritsGutterBackground
Whether the icon area inherits the gutter background (as opposed to painting with its own, default "panel" color). -
lineNumberColor
Color lineNumberColor
The color used to render line numbers. -
lineNumberFont
Font lineNumberFont
The font used to render line numbers. -
lineNumberFormatter
LineNumberFormatter lineNumberFormatter
Formats line numbers into a string to be displayed. -
lineNumberingStartIndex
int lineNumberingStartIndex
The starting index for line numbers in the gutter. -
lineNumberList
LineNumberList lineNumberList
Renders line numbers. -
spacingBetweenLineNumbersAndFoldIndicator
int spacingBetweenLineNumbersAndFoldIndicator
Optional additional spacing between the line number component and the fold indicator component. -
textArea
RTextArea textArea
The text area.
-
-
-
Class org.fife.ui.rtextarea.Gutter.GutterBorder
class GutterBorder extends EmptyBorder implements Serializable -
Class org.fife.ui.rtextarea.IconRowHeader
class IconRowHeader extends AbstractGutterComponent implements Serializable-
Serialized Fields
-
activeLineRangeColor
Color activeLineRangeColor
The color used to highlight the active code block. -
activeLineRangeEnd
int activeLineRangeEnd
The end line in the active line range. -
activeLineRangeStart
int activeLineRangeStart
The first line in the active line range. -
bookmarkIcon
Icon bookmarkIcon
The icon to use for bookmarks. -
bookmarkingEnabled
boolean bookmarkingEnabled
Whether this component listens for mouse clicks and toggles "bookmark" icons on them. -
inheritsGutterBackground
boolean inheritsGutterBackground
Whether this component should use the gutter's background color (as opposed to using a LookAndFeel-dependent color, which is the default behavior). -
textAreaInsets
Insets textAreaInsets
Used inIconRowHeader.paintComponent(Graphics)
to prevent reallocation on each paint. -
trackingIcons
List<IconRowHeader.GutterIconImpl> trackingIcons
The icons to render. -
visibleRect
Rectangle visibleRect
Used inIconRowHeader.paintComponent(Graphics)
to prevent reallocation on each paint. -
width
int width
The width of this component.
-
-
-
Class org.fife.ui.rtextarea.LineNumberList
class LineNumberList extends AbstractGutterComponent implements Serializable-
Serialized Fields
-
aaHints
Map<?,
?> aaHints -
ascent
int ascent
-
cellHeight
int cellHeight
-
cellWidth
int cellWidth
-
currentLine
int currentLine
-
currentLineNumberColor
Color currentLineNumberColor
The color of current line number. -
l
LineNumberList.Listener l
Listens for events from the current text area. -
lastVisibleLine
int lastVisibleLine
-
lastY
int lastY
-
lineNumberFormatter
LineNumberFormatter lineNumberFormatter
Formats line numbers into a string to be displayed. -
lineNumberingStartIndex
int lineNumberingStartIndex
The index at which line numbering should start. The default value is1
, but applications can change this if, for example, they are displaying a subset of lines in a file. -
mouseDragStartOffset
int mouseDragStartOffset
-
textAreaInsets
Insets textAreaInsets
Used inLineNumberList.paintComponent(Graphics)
to prevent reallocation on each paint. -
visibleRect
Rectangle visibleRect
Used inLineNumberList.paintComponent(Graphics)
to prevent reallocation on each paint.
-
-
-
Class org.fife.ui.rtextarea.RDocument
class RDocument extends PlainDocument implements Serializable -
Class org.fife.ui.rtextarea.RecordableTextAction
class RecordableTextAction extends TextAction implements Serializable-
Serialized Fields
-
isRecordable
boolean isRecordable
Whether this text action should be recorded in a macro.
-
-
-
Class org.fife.ui.rtextarea.RTADefaultInputMap
class RTADefaultInputMap extends InputMap implements Serializable -
Class org.fife.ui.rtextarea.RTATextTransferHandler
class RTATextTransferHandler extends TransferHandler implements Serializable-
Serialized Fields
-
exportComp
JTextComponent exportComp
-
p0
int p0
-
p1
int p1
-
shouldRemove
boolean shouldRemove
-
withinSameComponent
boolean withinSameComponent
-
-
-
Class org.fife.ui.rtextarea.RTextArea
class RTextArea extends RTextAreaBase implements Serializable-
Serialization Methods
-
readObject
De-serializes a text area.- Parameters:
s
- The stream to read from.- Throws:
ClassNotFoundException
- If something bad happens.IOException
- If an IO error occurs.
-
writeObject
Serializes this text area.- Parameters:
s
- The stream to write to.- Throws:
IOException
- If an IO error occurs.
-
-
Serialized Fields
-
carets
CaretStyle[] carets
-
cutMenuItem
JMenuItem cutMenuItem
-
deleteMenuItem
JMenuItem deleteMenuItem
-
markAllHighlightPainter
SmartHighlightPainter markAllHighlightPainter
-
markAllOnOccurrenceSearches
boolean markAllOnOccurrenceSearches
-
pasteMenuItem
JMenuItem pasteMenuItem
-
popupMenu
JPopupMenu popupMenu
This text area's popup menu. -
popupMenuCreated
boolean popupMenuCreated
Whether the popup menu has been created. -
redoMenuItem
JMenuItem redoMenuItem
-
textMode
int textMode
The current text mode (RTextArea.INSERT_MODE
orRTextArea.OVERWRITE_MODE
). -
toolTipSupplier
ToolTipSupplier toolTipSupplier
Can return tool tips for this text area. Subclasses can install a supplier as a means of adding custom tool tips without subclassing RTextArea.JComponent.getToolTipText()
checks this supplier before calling the super class's version. -
undoMenuItem
JMenuItem undoMenuItem
-
-
-
Class org.fife.ui.rtextarea.RTextArea.RTextAreaMutableCaretEvent
class RTextAreaMutableCaretEvent extends RTextAreaBase.RTAMouseListener implements Serializable -
Class org.fife.ui.rtextarea.RTextAreaBase
class RTextAreaBase extends JTextArea implements Serializable-
Serialized Fields
-
backgroundPainter
BackgroundPainterStrategy backgroundPainter
-
currentCaretY
int currentCaretY
-
currentLineColor
Color currentLineColor
-
fadeCurrentLineHighlight
boolean fadeCurrentLineHighlight
-
highlightCurrentLine
boolean highlightCurrentLine
-
marginLineColor
Color marginLineColor
-
marginLineEnabled
boolean marginLineEnabled
-
marginLineX
int marginLineX
-
marginSizeInChars
int marginSizeInChars
-
mouseListener
RTextAreaBase.RTAMouseListener mouseListener
-
previousCaretY
int previousCaretY
-
roundedSelectionEdges
boolean roundedSelectionEdges
-
tabsEmulatedWithSpaces
boolean tabsEmulatedWithSpaces
-
-
-
Class org.fife.ui.rtextarea.RTextAreaBase.RTAMouseListener
class RTAMouseListener extends CaretEvent implements Serializable-
Serialized Fields
-
dot
int dot
-
mark
int mark
-
-
-
Class org.fife.ui.rtextarea.RTextAreaEditorKit
class RTextAreaEditorKit extends DefaultEditorKit implements Serializable -
Class org.fife.ui.rtextarea.RTextAreaEditorKit.BeepAction
class BeepAction extends RecordableTextAction implements Serializable -
Class org.fife.ui.rtextarea.RTextAreaEditorKit.BeginAction
class BeginAction extends RecordableTextAction implements Serializable-
Serialized Fields
-
select
boolean select
-
-
-
Class org.fife.ui.rtextarea.RTextAreaEditorKit.BeginLineAction
class BeginLineAction extends RecordableTextAction implements Serializable-
Serialized Fields
-
currentLine
Segment currentLine
-
select
boolean select
-
-
-
Class org.fife.ui.rtextarea.RTextAreaEditorKit.BeginRecordingMacroAction
class BeginRecordingMacroAction extends RecordableTextAction implements Serializable -
Class org.fife.ui.rtextarea.RTextAreaEditorKit.BeginWordAction
class BeginWordAction extends RecordableTextAction implements Serializable-
Serialized Fields
-
select
boolean select
-
-
-
Class org.fife.ui.rtextarea.RTextAreaEditorKit.ClipboardHistoryAction
class ClipboardHistoryAction extends RecordableTextAction implements Serializable-
Serialized Fields
-
clipboardHistory
ClipboardHistory clipboardHistory
-
-
-
Class org.fife.ui.rtextarea.RTextAreaEditorKit.CopyAction
class CopyAction extends RecordableTextAction implements Serializable -
Class org.fife.ui.rtextarea.RTextAreaEditorKit.CutAction
class CutAction extends RecordableTextAction implements Serializable -
Class org.fife.ui.rtextarea.RTextAreaEditorKit.DecreaseFontSizeAction
class DecreaseFontSizeAction extends RecordableTextAction implements Serializable-
Serialized Fields
-
decreaseAmount
float decreaseAmount
-
-
-
Class org.fife.ui.rtextarea.RTextAreaEditorKit.DefaultKeyTypedAction
class DefaultKeyTypedAction extends RecordableTextAction implements Serializable-
Serialized Fields
-
delegate
Action delegate
-
-
-
Class org.fife.ui.rtextarea.RTextAreaEditorKit.DeleteLineAction
class DeleteLineAction extends RecordableTextAction implements Serializable -
Class org.fife.ui.rtextarea.RTextAreaEditorKit.DeleteNextCharAction
class DeleteNextCharAction extends RecordableTextAction implements Serializable -
Class org.fife.ui.rtextarea.RTextAreaEditorKit.DeletePrevCharAction
class DeletePrevCharAction extends RecordableTextAction implements Serializable -
Class org.fife.ui.rtextarea.RTextAreaEditorKit.DeletePrevWordAction
class DeletePrevWordAction extends RecordableTextAction implements Serializable -
Class org.fife.ui.rtextarea.RTextAreaEditorKit.DeleteRestOfLineAction
class DeleteRestOfLineAction extends RecordableTextAction implements Serializable -
Class org.fife.ui.rtextarea.RTextAreaEditorKit.DumbCompleteWordAction
class DumbCompleteWordAction extends RecordableTextAction implements Serializable-
Serialized Fields
-
lastDot
int lastDot
-
lastPrefix
String lastPrefix
-
lastWordStart
int lastWordStart
-
searchOffs
int searchOffs
-
-
-
Class org.fife.ui.rtextarea.RTextAreaEditorKit.EndAction
class EndAction extends RecordableTextAction implements Serializable-
Serialized Fields
-
select
boolean select
-
-
-
Class org.fife.ui.rtextarea.RTextAreaEditorKit.EndLineAction
class EndLineAction extends RecordableTextAction implements Serializable-
Serialized Fields
-
select
boolean select
-
-
-
Class org.fife.ui.rtextarea.RTextAreaEditorKit.EndRecordingMacroAction
class EndRecordingMacroAction extends RecordableTextAction implements Serializable -
Class org.fife.ui.rtextarea.RTextAreaEditorKit.EndWordAction
class EndWordAction extends RecordableTextAction implements Serializable-
Serialized Fields
-
select
boolean select
-
-
-
Class org.fife.ui.rtextarea.RTextAreaEditorKit.IncreaseFontSizeAction
class IncreaseFontSizeAction extends RecordableTextAction implements Serializable-
Serialized Fields
-
increaseAmount
float increaseAmount
-
-
-
Class org.fife.ui.rtextarea.RTextAreaEditorKit.InsertBreakAction
class InsertBreakAction extends RecordableTextAction implements Serializable -
Class org.fife.ui.rtextarea.RTextAreaEditorKit.InsertContentAction
class InsertContentAction extends RecordableTextAction implements Serializable -
Class org.fife.ui.rtextarea.RTextAreaEditorKit.InsertTabAction
class InsertTabAction extends RecordableTextAction implements Serializable -
Class org.fife.ui.rtextarea.RTextAreaEditorKit.InvertSelectionCaseAction
class InvertSelectionCaseAction extends RecordableTextAction implements Serializable -
Class org.fife.ui.rtextarea.RTextAreaEditorKit.JoinLinesAction
class JoinLinesAction extends RecordableTextAction implements Serializable -
Class org.fife.ui.rtextarea.RTextAreaEditorKit.LineMoveAction
class LineMoveAction extends RecordableTextAction implements Serializable-
Serialized Fields
-
moveAmt
int moveAmt
-
-
-
Class org.fife.ui.rtextarea.RTextAreaEditorKit.LowerSelectionCaseAction
class LowerSelectionCaseAction extends RecordableTextAction implements Serializable -
Class org.fife.ui.rtextarea.RTextAreaEditorKit.NextBookmarkAction
class NextBookmarkAction extends RecordableTextAction implements Serializable-
Serialized Fields
-
forward
boolean forward
-
-
-
Class org.fife.ui.rtextarea.RTextAreaEditorKit.NextOccurrenceAction
class NextOccurrenceAction extends RecordableTextAction implements Serializable -
Class org.fife.ui.rtextarea.RTextAreaEditorKit.NextVisualPositionAction
class NextVisualPositionAction extends RecordableTextAction implements Serializable-
Serialized Fields
-
direction
int direction
-
select
boolean select
-
-
-
Class org.fife.ui.rtextarea.RTextAreaEditorKit.NextWordAction
class NextWordAction extends RecordableTextAction implements Serializable-
Serialized Fields
-
select
boolean select
-
-
-
Class org.fife.ui.rtextarea.RTextAreaEditorKit.PasteAction
class PasteAction extends RecordableTextAction implements Serializable -
Class org.fife.ui.rtextarea.RTextAreaEditorKit.PlaybackLastMacroAction
class PlaybackLastMacroAction extends RecordableTextAction implements Serializable -
Class org.fife.ui.rtextarea.RTextAreaEditorKit.PreviousOccurrenceAction
class PreviousOccurrenceAction extends RecordableTextAction implements Serializable -
Class org.fife.ui.rtextarea.RTextAreaEditorKit.PreviousWordAction
class PreviousWordAction extends RecordableTextAction implements Serializable-
Serialized Fields
-
select
boolean select
-
-
-
Class org.fife.ui.rtextarea.RTextAreaEditorKit.RedoAction
class RedoAction extends RecordableTextAction implements Serializable -
Class org.fife.ui.rtextarea.RTextAreaEditorKit.ScrollAction
class ScrollAction extends RecordableTextAction implements Serializable-
Serialized Fields
-
delta
int delta
-
-
-
Class org.fife.ui.rtextarea.RTextAreaEditorKit.SelectAllAction
class SelectAllAction extends RecordableTextAction implements Serializable -
Class org.fife.ui.rtextarea.RTextAreaEditorKit.SelectLineAction
class SelectLineAction extends RecordableTextAction implements Serializable-
Serialized Fields
-
end
Action end
-
-
-
Class org.fife.ui.rtextarea.RTextAreaEditorKit.SelectWordAction
class SelectWordAction extends RecordableTextAction implements Serializable -
Class org.fife.ui.rtextarea.RTextAreaEditorKit.SetReadOnlyAction
class SetReadOnlyAction extends RecordableTextAction implements Serializable -
Class org.fife.ui.rtextarea.RTextAreaEditorKit.SetWritableAction
class SetWritableAction extends RecordableTextAction implements Serializable -
Class org.fife.ui.rtextarea.RTextAreaEditorKit.TimeDateAction
class TimeDateAction extends RecordableTextAction implements Serializable -
Class org.fife.ui.rtextarea.RTextAreaEditorKit.ToggleBookmarkAction
class ToggleBookmarkAction extends RecordableTextAction implements Serializable -
Class org.fife.ui.rtextarea.RTextAreaEditorKit.ToggleTextModeAction
class ToggleTextModeAction extends RecordableTextAction implements Serializable -
Class org.fife.ui.rtextarea.RTextAreaEditorKit.UndoAction
class UndoAction extends RecordableTextAction implements Serializable -
Class org.fife.ui.rtextarea.RTextAreaEditorKit.UnselectAction
class UnselectAction extends RecordableTextAction implements Serializable -
Class org.fife.ui.rtextarea.RTextAreaEditorKit.UpperSelectionCaseAction
class UpperSelectionCaseAction extends RecordableTextAction implements Serializable -
Class org.fife.ui.rtextarea.RTextAreaEditorKit.VerticalPageAction
class VerticalPageAction extends RecordableTextAction implements Serializable-
Serialized Fields
-
direction
int direction
-
select
boolean select
-
-
-
Class org.fife.ui.rtextarea.RTextScrollPane
class RTextScrollPane extends JScrollPane implements Serializable-
Serialized Fields
-
gutter
Gutter gutter
-
-
-
Class org.fife.ui.rtextarea.RUndoManager
class RUndoManager extends UndoManager implements Serializable-
Serialized Fields
-
cantRedoText
String cantRedoText
-
cantUndoText
String cantUndoText
-
compoundEdit
RUndoManager.RCompoundEdit compoundEdit
-
internalAtomicEditDepth
int internalAtomicEditDepth
-
lastOffset
int lastOffset
-
textArea
RTextArea textArea
-
-
-
Class org.fife.ui.rtextarea.SearchContext
class SearchContext extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.fife.ui.rtextarea.SmartHighlightPainter
class SmartHighlightPainter extends ChangeableHighlightPainter implements Serializable-
Serialized Fields
-
borderColor
Color borderColor
-
paintBorder
boolean paintBorder
-
-
-
-
Package org.fife.util
-
Class org.fife.util.DynamicIntArray
class DynamicIntArray extends Object implements Serializable-
Serialized Fields
-
data
int[] data
The actual data. -
size
int size
The number of values in the array. Note that this is NOT the capacity of the array; rather,size <= capacity
.
-
-
-