|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Package org.fife.ui.rsyntaxtextarea |
|---|
| Class org.fife.ui.rsyntaxtextarea.ActiveLineRangeEvent extends EventObject implements Serializable |
|---|
| Serialized Fields |
|---|
int min
int max
| Class org.fife.ui.rsyntaxtextarea.ErrorStrip extends JComponent implements Serializable |
|---|
| Serialized Fields |
|---|
RSyntaxTextArea textArea
org.fife.ui.rsyntaxtextarea.ErrorStrip.Listener listener
boolean showMarkedOccurrences
Map<K,V> brighterColors
int levelThreshold
boolean followCaret
Color caretMarkerColor
int caretLineY
int lastLineY
| Class org.fife.ui.rsyntaxtextarea.FoldingAwareIconRowHeader extends IconRowHeader implements Serializable |
|---|
| Class org.fife.ui.rsyntaxtextarea.RSyntaxDocument extends PlainDocument implements Serializable |
|---|
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws ClassNotFoundException,
IOException
ClassNotFoundException
IOException| Serialized Fields |
|---|
TokenMaker tokenMaker
DynamicIntArray lastTokensOnLines
| Class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea extends RTextArea implements Serializable |
|---|
| Serialized Fields |
|---|
JMenu foldingMenu
String syntaxStyleKey
SyntaxScheme syntaxScheme
Rectangle match
Color matchedBracketBGColor
Color matchedBracketBorderColor
int lastBracketMatchPos
boolean bracketMatchingEnabled
boolean animateBracketMatching
org.fife.ui.rsyntaxtextarea.RSyntaxTextArea.BracketMatchingTimer bracketRepaintTimer
boolean autoIndentEnabled
boolean closeCurlyBraces
boolean closeMarkupTags
</" is typed (if the current language is a markup
language).
boolean clearWhitespaceLines
boolean whitespaceVisible
boolean eolMarkersVisible
boolean paintTabLines
Color tabLineColor
boolean hyperlinksEnabled
Color hyperlinkFG
int linkScanningMask
RtfGenerator rtfGenerator
org.fife.ui.rsyntaxtextarea.MarkOccurrencesSupport markOccurrencesSupport
Color markOccurrencesColor
boolean paintMarkOccurrencesBorder
FontMetrics defaultFontMetrics
org.fife.ui.rsyntaxtextarea.ParserManager parserManager
boolean isScanningForLinks
int hoveredOverLinkOffset
FoldManager foldManager
boolean useFocusableTips
FocusableTip focusableTip
Map<K,V> aaHints
int lineHeight
int maxAscent
boolean fractionalFontMetricsEnabled
| Class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaDefaultInputMap extends RTADefaultInputMap implements Serializable |
|---|
| Class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit extends RTextAreaEditorKit implements Serializable |
|---|
serialVersionUID: 1L
| Class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.BeginWordAction extends RTextAreaEditorKit.BeginWordAction implements Serializable |
|---|
| Serialized Fields |
|---|
Segment seg
| Class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.ChangeFoldStateAction extends org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.FoldRelatedAction implements Serializable |
|---|
| Serialized Fields |
|---|
boolean collapse
| Class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.CloseCurlyBraceAction extends RecordableTextAction implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
Segment seg
| Class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.CloseMarkupTagAction extends RecordableTextAction implements Serializable |
|---|
serialVersionUID: 1L
| Class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.CollapseAllCommentFoldsAction extends org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.FoldRelatedAction implements Serializable |
|---|
serialVersionUID: 1L
| Class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.CollapseAllFoldsAction extends org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.FoldRelatedAction implements Serializable |
|---|
serialVersionUID: 1L
| Class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.CopyAsRtfAction extends RecordableTextAction implements Serializable |
|---|
serialVersionUID: 1L
| Class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.DecreaseFontSizeAction extends RTextAreaEditorKit.DecreaseFontSizeAction implements Serializable |
|---|
serialVersionUID: 1L
| Class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.DecreaseIndentAction extends RecordableTextAction implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
Segment s
| Class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.DeletePrevWordAction extends RTextAreaEditorKit.DeletePrevWordAction implements Serializable |
|---|
| Serialized Fields |
|---|
Segment seg
| Class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.EndAction extends RTextAreaEditorKit.EndAction implements Serializable |
|---|
| Class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.EndWordAction extends RTextAreaEditorKit.EndWordAction implements Serializable |
|---|
| Serialized Fields |
|---|
Segment seg
| Class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.ExpandAllFoldsAction extends org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.FoldRelatedAction implements Serializable |
|---|
serialVersionUID: 1L
| Class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.GoToMatchingBracketAction extends RecordableTextAction implements Serializable |
|---|
serialVersionUID: 1L
| Class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.IncreaseFontSizeAction extends RTextAreaEditorKit.IncreaseFontSizeAction implements Serializable |
|---|
serialVersionUID: 1L
| Class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.InsertBreakAction extends RTextAreaEditorKit.InsertBreakAction implements Serializable |
|---|
serialVersionUID: 1L
| Class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.InsertTabAction extends RecordableTextAction implements Serializable |
|---|
serialVersionUID: 1L
| Class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.NextWordAction extends RTextAreaEditorKit.NextWordAction implements Serializable |
|---|
| Serialized Fields |
|---|
Segment seg
| Class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.PossiblyInsertTemplateAction extends RecordableTextAction implements Serializable |
|---|
serialVersionUID: 1L
| Class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.PreviousWordAction extends RTextAreaEditorKit.PreviousWordAction implements Serializable |
|---|
| Serialized Fields |
|---|
Segment seg
| Class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.SelectWordAction extends RTextAreaEditorKit.SelectWordAction implements Serializable |
|---|
| Class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.ToggleCommentAction extends RecordableTextAction implements Serializable |
|---|
| Class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.ToggleCurrentFoldAction extends org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.FoldRelatedAction implements Serializable |
|---|
serialVersionUID: 1L
| Class org.fife.ui.rsyntaxtextarea.RTfToText extends Object implements Serializable |
|---|
| Class org.fife.ui.rsyntaxtextarea.TextEditorPane extends RSyntaxTextArea implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
FileLocation loc
String charSet
boolean readOnly
boolean dirty
long lastSaveOrLoadTime
TextEditorPane.LAST_MODIFIED_UNKNOWN.
| Package org.fife.ui.rsyntaxtextarea.templates |
|---|
| Class org.fife.ui.rsyntaxtextarea.templates.AbstractCodeTemplate extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
String id
| Class org.fife.ui.rsyntaxtextarea.templates.StaticCodeTemplate extends AbstractCodeTemplate implements Serializable |
|---|
serialVersionUID: 1L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream in)
throws ClassNotFoundException,
IOException
ClassNotFoundException - Never.
IOException - If an IO error occurs.| Serialized Fields |
|---|
String beforeCaret
String afterCaret
| Package org.fife.ui.rtextarea |
|---|
| Class org.fife.ui.rtextarea.ChangeableHighlightPainter extends LayeredHighlighter.LayerPainter implements Serializable |
|---|
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws ClassNotFoundException,
IOException
ClassNotFoundException
IOException
private void writeObject(ObjectOutputStream s)
throws IOException
IOException - If an IO error occurs.| Serialized Fields |
|---|
Paint paint
Paint/Color of this highlight.
boolean roundedEdges
float alpha
0.0f (completely invisible) to 1.0f
(completely opaque).
| Class org.fife.ui.rtextarea.ConfigurableCaret extends DefaultCaret implements Serializable |
|---|
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws ClassNotFoundException,
IOException
ClassNotFoundException
IOException
private void writeObject(ObjectOutputStream s)
throws IOException
IOException - If an IO error occurs.| Serialized Fields |
|---|
int style
ChangeableHighlightPainter selectionPainter
| Class org.fife.ui.rtextarea.FoldIndicator extends org.fife.ui.rtextarea.AbstractGutterComponent implements Serializable |
|---|
| Serialized Fields |
|---|
Insets textAreaInsets
FoldIndicator.paintComponent(Graphics) to prevent reallocation on
each paint.
Rectangle visibleRect
FoldIndicator.paintComponent(Graphics) to prevent reallocation on
each paint.
Fold foldWithOutlineShowing
Color foldIconBackground
Icon collapsedFoldIcon
Icon expandedFoldIcon
boolean showFoldRegionTips
org.fife.ui.rtextarea.FoldIndicator.Listener listener
| Class org.fife.ui.rtextarea.Gutter extends JPanel implements Serializable |
|---|
| Serialized Fields |
|---|
RTextArea textArea
LineNumberList lineNumberList
IconRowHeader iconArea
FoldIndicator foldIndicator
org.fife.ui.rtextarea.Gutter.TextAreaListener listener
| Class org.fife.ui.rtextarea.IconRowHeader extends org.fife.ui.rtextarea.AbstractGutterComponent implements Serializable |
|---|
| Serialized Fields |
|---|
List<E> trackingIcons
int width
boolean bookmarkingEnabled
Icon bookmarkIcon
Rectangle visibleRect
IconRowHeader.paintComponent(Graphics) to prevent reallocation on
each paint.
Insets textAreaInsets
IconRowHeader.paintComponent(Graphics) to prevent reallocation on
each paint.
int activeLineRangeStart
int activeLineRangeEnd
Color activeLineRangeColor
| Class org.fife.ui.rtextarea.LineNumberList extends org.fife.ui.rtextarea.AbstractGutterComponent implements Serializable |
|---|
| Serialized Fields |
|---|
int currentLine
int lastY
int cellHeight
int cellWidth
int ascent
Map<K,V> aaHints
int mouseDragStartOffset
org.fife.ui.rtextarea.LineNumberList.Listener l
Insets textAreaInsets
LineNumberList.paintComponent(Graphics) to prevent reallocation on
each paint.
Rectangle visibleRect
LineNumberList.paintComponent(Graphics) to prevent reallocation on
each paint.
int lineNumberingStartIndex
1, but applications can change this if, for example, they
are displaying a subset of lines in a file.
| Class org.fife.ui.rtextarea.RecordableTextAction extends TextAction implements Serializable |
|---|
| Serialized Fields |
|---|
boolean isRecordable
| Class org.fife.ui.rtextarea.RTADefaultInputMap extends InputMap implements Serializable |
|---|
| Class org.fife.ui.rtextarea.RTATextTransferHandler extends TransferHandler implements Serializable |
|---|
| Serialized Fields |
|---|
JTextComponent exportComp
boolean shouldRemove
int p0
int p1
boolean withinSameComponent
| Class org.fife.ui.rtextarea.RTextArea extends org.fife.ui.rtextarea.RTextAreaBase implements Serializable |
|---|
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws ClassNotFoundException,
IOException
ClassNotFoundException
IOException
private void writeObject(ObjectOutputStream s)
throws IOException
IOException - If an IO error occurs.| Serialized Fields |
|---|
int textMode
RTextArea.INSERT_MODE or RTextArea.OVERWRITE_MODE).
JPopupMenu popupMenu
boolean popupMenuCreated
ToolTipSupplier toolTipSupplier
JComponent.getToolTipText() checks this supplier
before calling the super class's version.
ArrayList<E> markAllHighlights
String markedWord
ChangeableHighlightPainter markAllHighlightPainter
int[] carets
StringBuffer repTabsSB
| Class org.fife.ui.rtextarea.RTextArea.RTextAreaMutableCaretEvent extends org.fife.ui.rtextarea.RTextAreaBase.RTAMouseListener implements Serializable |
|---|
| Class org.fife.ui.rtextarea.RTextAreaBase.RTAMouseListener extends CaretEvent implements Serializable |
|---|
| Serialized Fields |
|---|
int dot
int mark
| Class org.fife.ui.rtextarea.RTextAreaEditorKit extends DefaultEditorKit implements Serializable |
|---|
| Class org.fife.ui.rtextarea.RTextAreaEditorKit.BeepAction extends RecordableTextAction implements Serializable |
|---|
| Class org.fife.ui.rtextarea.RTextAreaEditorKit.BeginAction extends RecordableTextAction implements Serializable |
|---|
| Serialized Fields |
|---|
boolean select
| Class org.fife.ui.rtextarea.RTextAreaEditorKit.BeginLineAction extends RecordableTextAction implements Serializable |
|---|
| Serialized Fields |
|---|
Segment currentLine
boolean select
| Class org.fife.ui.rtextarea.RTextAreaEditorKit.BeginRecordingMacroAction extends RecordableTextAction implements Serializable |
|---|
| Class org.fife.ui.rtextarea.RTextAreaEditorKit.BeginWordAction extends RecordableTextAction implements Serializable |
|---|
| Serialized Fields |
|---|
boolean select
| Class org.fife.ui.rtextarea.RTextAreaEditorKit.CopyAction extends RecordableTextAction implements Serializable |
|---|
| Class org.fife.ui.rtextarea.RTextAreaEditorKit.CutAction extends RecordableTextAction implements Serializable |
|---|
| Class org.fife.ui.rtextarea.RTextAreaEditorKit.DecreaseFontSizeAction extends RecordableTextAction implements Serializable |
|---|
| Serialized Fields |
|---|
float decreaseAmount
| Class org.fife.ui.rtextarea.RTextAreaEditorKit.DefaultKeyTypedAction extends RecordableTextAction implements Serializable |
|---|
| Serialized Fields |
|---|
Action delegate
| Class org.fife.ui.rtextarea.RTextAreaEditorKit.DeleteLineAction extends RecordableTextAction implements Serializable |
|---|
| Class org.fife.ui.rtextarea.RTextAreaEditorKit.DeleteNextCharAction extends RecordableTextAction implements Serializable |
|---|
| Class org.fife.ui.rtextarea.RTextAreaEditorKit.DeletePrevCharAction extends RecordableTextAction implements Serializable |
|---|
| Class org.fife.ui.rtextarea.RTextAreaEditorKit.DeletePrevWordAction extends RecordableTextAction implements Serializable |
|---|
| Class org.fife.ui.rtextarea.RTextAreaEditorKit.DeleteRestOfLineAction extends RecordableTextAction implements Serializable |
|---|
| Class org.fife.ui.rtextarea.RTextAreaEditorKit.DumbCompleteWordAction extends RecordableTextAction implements Serializable |
|---|
| Serialized Fields |
|---|
int lastWordStart
int lastDot
int searchOffs
String lastPrefix
| Class org.fife.ui.rtextarea.RTextAreaEditorKit.EndAction extends RecordableTextAction implements Serializable |
|---|
| Serialized Fields |
|---|
boolean select
| Class org.fife.ui.rtextarea.RTextAreaEditorKit.EndLineAction extends RecordableTextAction implements Serializable |
|---|
| Serialized Fields |
|---|
boolean select
| Class org.fife.ui.rtextarea.RTextAreaEditorKit.EndRecordingMacroAction extends RecordableTextAction implements Serializable |
|---|
| Class org.fife.ui.rtextarea.RTextAreaEditorKit.EndWordAction extends RecordableTextAction implements Serializable |
|---|
| Serialized Fields |
|---|
boolean select
| Class org.fife.ui.rtextarea.RTextAreaEditorKit.IncreaseFontSizeAction extends RecordableTextAction implements Serializable |
|---|
| Serialized Fields |
|---|
float increaseAmount
| Class org.fife.ui.rtextarea.RTextAreaEditorKit.InsertBreakAction extends RecordableTextAction implements Serializable |
|---|
| Class org.fife.ui.rtextarea.RTextAreaEditorKit.InsertContentAction extends RecordableTextAction implements Serializable |
|---|
| Class org.fife.ui.rtextarea.RTextAreaEditorKit.InsertTabAction extends RecordableTextAction implements Serializable |
|---|
| Class org.fife.ui.rtextarea.RTextAreaEditorKit.InvertSelectionCaseAction extends RecordableTextAction implements Serializable |
|---|
| Class org.fife.ui.rtextarea.RTextAreaEditorKit.JoinLinesAction extends RecordableTextAction implements Serializable |
|---|
| Class org.fife.ui.rtextarea.RTextAreaEditorKit.LineMoveAction extends RecordableTextAction implements Serializable |
|---|
| Serialized Fields |
|---|
int moveAmt
| Class org.fife.ui.rtextarea.RTextAreaEditorKit.LowerSelectionCaseAction extends RecordableTextAction implements Serializable |
|---|
| Class org.fife.ui.rtextarea.RTextAreaEditorKit.NextBookmarkAction extends RecordableTextAction implements Serializable |
|---|
| Serialized Fields |
|---|
boolean forward
| Class org.fife.ui.rtextarea.RTextAreaEditorKit.NextOccurrenceAction extends RecordableTextAction implements Serializable |
|---|
| Class org.fife.ui.rtextarea.RTextAreaEditorKit.NextVisualPositionAction extends RecordableTextAction implements Serializable |
|---|
| Serialized Fields |
|---|
boolean select
int direction
| Class org.fife.ui.rtextarea.RTextAreaEditorKit.NextWordAction extends RecordableTextAction implements Serializable |
|---|
| Serialized Fields |
|---|
boolean select
| Class org.fife.ui.rtextarea.RTextAreaEditorKit.PasteAction extends RecordableTextAction implements Serializable |
|---|
| Class org.fife.ui.rtextarea.RTextAreaEditorKit.PlaybackLastMacroAction extends RecordableTextAction implements Serializable |
|---|
| Class org.fife.ui.rtextarea.RTextAreaEditorKit.PreviousOccurrenceAction extends RecordableTextAction implements Serializable |
|---|
| Class org.fife.ui.rtextarea.RTextAreaEditorKit.PreviousWordAction extends RecordableTextAction implements Serializable |
|---|
| Serialized Fields |
|---|
boolean select
| Class org.fife.ui.rtextarea.RTextAreaEditorKit.RedoAction extends RecordableTextAction implements Serializable |
|---|
| Class org.fife.ui.rtextarea.RTextAreaEditorKit.ScrollAction extends RecordableTextAction implements Serializable |
|---|
| Serialized Fields |
|---|
int delta
| Class org.fife.ui.rtextarea.RTextAreaEditorKit.SelectAllAction extends RecordableTextAction implements Serializable |
|---|
| Class org.fife.ui.rtextarea.RTextAreaEditorKit.SelectLineAction extends RecordableTextAction implements Serializable |
|---|
| Serialized Fields |
|---|
Action start
Action end
| Class org.fife.ui.rtextarea.RTextAreaEditorKit.SelectWordAction extends RecordableTextAction implements Serializable |
|---|
| Serialized Fields |
|---|
Action start
Action end
| Class org.fife.ui.rtextarea.RTextAreaEditorKit.SetReadOnlyAction extends RecordableTextAction implements Serializable |
|---|
| Class org.fife.ui.rtextarea.RTextAreaEditorKit.SetWritableAction extends RecordableTextAction implements Serializable |
|---|
| Class org.fife.ui.rtextarea.RTextAreaEditorKit.TimeDateAction extends RecordableTextAction implements Serializable |
|---|
| Class org.fife.ui.rtextarea.RTextAreaEditorKit.ToggleBookmarkAction extends RecordableTextAction implements Serializable |
|---|
| Class org.fife.ui.rtextarea.RTextAreaEditorKit.ToggleTextModeAction extends RecordableTextAction implements Serializable |
|---|
| Class org.fife.ui.rtextarea.RTextAreaEditorKit.UndoAction extends RecordableTextAction implements Serializable |
|---|
| Class org.fife.ui.rtextarea.RTextAreaEditorKit.UnselectAction extends RecordableTextAction implements Serializable |
|---|
| Class org.fife.ui.rtextarea.RTextAreaEditorKit.UpperSelectionCaseAction extends RecordableTextAction implements Serializable |
|---|
| Class org.fife.ui.rtextarea.RTextAreaEditorKit.VerticalPageAction extends RecordableTextAction implements Serializable |
|---|
| Serialized Fields |
|---|
boolean select
int direction
| Class org.fife.ui.rtextarea.RTextScrollPane extends JScrollPane implements Serializable |
|---|
| Serialized Fields |
|---|
RTextArea textArea
Gutter gutter
| Class org.fife.ui.rtextarea.RUndoManager extends UndoManager implements Serializable |
|---|
| Serialized Fields |
|---|
org.fife.ui.rtextarea.RUndoManager.RCompoundEdit compoundEdit
RTextArea textArea
int lastOffset
String cantUndoText
String cantRedoText
int internalAtomicEditDepth
| Package org.fife.util |
|---|
| Class org.fife.util.DynamicIntArray extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
int[] data
int size
size <= capacity.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||