A B C D E F G H I J K L M N O P R S T U V W X Y

A

AbstractCodeTemplate - Class in org.fife.ui.rsyntaxtextarea.templates
A base class to build code templates on top of.
AbstractCodeTemplate() - Constructor for class org.fife.ui.rsyntaxtextarea.templates.AbstractCodeTemplate
This no-arg constructor is required for serialization purposes.
AbstractCodeTemplate(String) - Constructor for class org.fife.ui.rsyntaxtextarea.templates.AbstractCodeTemplate
Creates a new template.
AbstractJFlexCTokenMaker - Class in org.fife.ui.rsyntaxtextarea
Base class for JFlex-based token makers using C-style syntax.
AbstractJFlexCTokenMaker() - Constructor for class org.fife.ui.rsyntaxtextarea.AbstractJFlexCTokenMaker
 
AbstractJFlexTokenMaker - Class in org.fife.ui.rsyntaxtextarea
Base class for JFlex-generated token makers.
AbstractJFlexTokenMaker() - Constructor for class org.fife.ui.rsyntaxtextarea.AbstractJFlexTokenMaker
 
AbstractMarkupTokenMaker - Class in org.fife.ui.rsyntaxtextarea.modes
Base class for token makers for markup languages.
AbstractMarkupTokenMaker() - Constructor for class org.fife.ui.rsyntaxtextarea.modes.AbstractMarkupTokenMaker
 
AbstractParser - Class in org.fife.ui.rsyntaxtextarea.parser
A base class for Parser implementations.
AbstractParser() - Constructor for class org.fife.ui.rsyntaxtextarea.parser.AbstractParser
 
AbstractTokenMaker - Class in org.fife.ui.rsyntaxtextarea
An abstract implementation of the TokenMaker interface.
AbstractTokenMaker() - Constructor for class org.fife.ui.rsyntaxtextarea.AbstractTokenMaker
Constructor.
AbstractTokenMakerFactory - Class in org.fife.ui.rsyntaxtextarea
Base class for TokenMakerFactory implementations.
AbstractTokenMakerFactory() - Constructor for class org.fife.ui.rsyntaxtextarea.AbstractTokenMakerFactory
Constructor.
actionPerformed(ActionEvent) - Method in class org.fife.ui.rtextarea.RecordableTextAction
This method is final so that you cannot override it and mess up the macro-recording part of it.
actionPerformedImpl(ActionEvent, RTextArea) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.CloseCurlyBraceAction
 
actionPerformedImpl(ActionEvent, RTextArea) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.CloseMarkupTagAction
 
actionPerformedImpl(ActionEvent, RTextArea) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.CopyAsRtfAction
 
actionPerformedImpl(ActionEvent, RTextArea) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.DecreaseFontSizeAction
 
actionPerformedImpl(ActionEvent, RTextArea) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.DecreaseIndentAction
 
actionPerformedImpl(ActionEvent, RTextArea) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.GoToMatchingBracketAction
 
actionPerformedImpl(ActionEvent, RTextArea) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.IncreaseFontSizeAction
 
actionPerformedImpl(ActionEvent, RTextArea) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.InsertBreakAction
 
actionPerformedImpl(ActionEvent, RTextArea) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.InsertTabAction
 
actionPerformedImpl(ActionEvent, RTextArea) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.PossiblyInsertTemplateAction
 
actionPerformedImpl(ActionEvent, RTextArea) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.ToggleCommentAction
 
actionPerformedImpl(ActionEvent, RTextArea) - Method in class org.fife.ui.rtextarea.RecordableTextAction
The actual meat of the action.
actionPerformedImpl(ActionEvent, RTextArea) - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.BeepAction
 
actionPerformedImpl(ActionEvent, RTextArea) - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.BeginAction
 
actionPerformedImpl(ActionEvent, RTextArea) - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.BeginLineAction
 
actionPerformedImpl(ActionEvent, RTextArea) - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.BeginRecordingMacroAction
 
actionPerformedImpl(ActionEvent, RTextArea) - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.BeginWordAction
 
actionPerformedImpl(ActionEvent, RTextArea) - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.CopyAction
 
actionPerformedImpl(ActionEvent, RTextArea) - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.CutAction
 
actionPerformedImpl(ActionEvent, RTextArea) - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.DecreaseFontSizeAction
 
actionPerformedImpl(ActionEvent, RTextArea) - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.DefaultKeyTypedAction
 
actionPerformedImpl(ActionEvent, RTextArea) - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.DeleteLineAction
 
actionPerformedImpl(ActionEvent, RTextArea) - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.DeleteNextCharAction
 
actionPerformedImpl(ActionEvent, RTextArea) - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.DeletePrevCharAction
 
actionPerformedImpl(ActionEvent, RTextArea) - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.DeletePrevWordAction
 
actionPerformedImpl(ActionEvent, RTextArea) - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.DeleteRestOfLineAction
 
actionPerformedImpl(ActionEvent, RTextArea) - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.EndAction
 
actionPerformedImpl(ActionEvent, RTextArea) - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.EndLineAction
 
actionPerformedImpl(ActionEvent, RTextArea) - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.EndRecordingMacroAction
 
actionPerformedImpl(ActionEvent, RTextArea) - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.EndWordAction
 
actionPerformedImpl(ActionEvent, RTextArea) - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.IncreaseFontSizeAction
 
actionPerformedImpl(ActionEvent, RTextArea) - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.InsertBreakAction
 
actionPerformedImpl(ActionEvent, RTextArea) - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.InsertContentAction
 
actionPerformedImpl(ActionEvent, RTextArea) - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.InsertTabAction
 
actionPerformedImpl(ActionEvent, RTextArea) - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.InvertSelectionCaseAction
 
actionPerformedImpl(ActionEvent, RTextArea) - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.JoinLinesAction
 
actionPerformedImpl(ActionEvent, RTextArea) - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.LineMoveAction
 
actionPerformedImpl(ActionEvent, RTextArea) - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.LowerSelectionCaseAction
 
actionPerformedImpl(ActionEvent, RTextArea) - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.NextBookmarkAction
 
actionPerformedImpl(ActionEvent, RTextArea) - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.NextVisualPositionAction
 
actionPerformedImpl(ActionEvent, RTextArea) - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.NextWordAction
 
actionPerformedImpl(ActionEvent, RTextArea) - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.PasteAction
 
actionPerformedImpl(ActionEvent, RTextArea) - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.PlaybackLastMacroAction
 
actionPerformedImpl(ActionEvent, RTextArea) - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.PreviousWordAction
 
actionPerformedImpl(ActionEvent, RTextArea) - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.RedoAction
 
actionPerformedImpl(ActionEvent, RTextArea) - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.ScrollAction
 
actionPerformedImpl(ActionEvent, RTextArea) - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.SelectAllAction
 
actionPerformedImpl(ActionEvent, RTextArea) - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.SelectLineAction
 
actionPerformedImpl(ActionEvent, RTextArea) - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.SelectWordAction
 
actionPerformedImpl(ActionEvent, RTextArea) - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.SetReadOnlyAction
 
actionPerformedImpl(ActionEvent, RTextArea) - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.SetWritableAction
 
actionPerformedImpl(ActionEvent, RTextArea) - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.TimeDateAction
 
actionPerformedImpl(ActionEvent, RTextArea) - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.ToggleBookmarkAction
 
actionPerformedImpl(ActionEvent, RTextArea) - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.ToggleTextModeAction
 
actionPerformedImpl(ActionEvent, RTextArea) - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.UndoAction
 
actionPerformedImpl(ActionEvent, RTextArea) - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.UnselectAction
 
actionPerformedImpl(ActionEvent, RTextArea) - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.UpperSelectionCaseAction
 
actionPerformedImpl(ActionEvent, RTextArea) - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.VerticalPageAction
 
add(int) - Method in class org.fife.util.DynamicIntArray
Appends the specified int to the end of this array.
add(int, int[]) - Method in class org.fife.util.DynamicIntArray
Inserts all ints in the specified array into this array object at the specified location.
add(int, int) - Method in class org.fife.util.DynamicIntArray
Inserts the specified int at the specified position in this array.
addHyperlinkListener(HyperlinkListener) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Adds a hyperlink listener to this text area.
addLineHighlight(int, Color) - Method in class org.fife.ui.rtextarea.RTextArea
Adds a line highlight.
addLineTrackingIcon(int, Icon) - Method in class org.fife.ui.rtextarea.Gutter
Adds an icon that tracks an offset in the document, and is displayed adjacent to the line numbers.
addMacroRecord(Macro.MacroRecord) - Method in class org.fife.ui.rtextarea.Macro
Adds a macro record to this macro.
addNotice(ParserNotice) - Method in class org.fife.ui.rsyntaxtextarea.parser.DefaultParseResult
Adds a parser notice.
addNotify() - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Updates the font metrics the first time we're displayed.
addNullToken() - Method in interface org.fife.ui.rsyntaxtextarea.TokenMaker
Adds a null token to the end of the current linked list of tokens.
addOffsetTrackingIcon(int, Icon) - Method in class org.fife.ui.rtextarea.Gutter
Adds an icon that tracks an offset in the document, and is displayed adjacent to the line numbers.
addParser(Parser) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Adds the parser to "validate" the source code in this text area.
addTemplate(CodeTemplate) - Method in class org.fife.ui.rsyntaxtextarea.CodeTemplateManager
Registers the specified template with this template manager.
addToken(char[], int, int, int, int) - Method in class org.fife.ui.rsyntaxtextarea.modes.AssemblerX86TokenMaker
Adds the token specified to the current linked list of tokens.
addToken(char[], int, int, int, int) - Method in class org.fife.ui.rsyntaxtextarea.modes.BBCodeTokenMaker
Adds the token specified to the current linked list of tokens.
addToken(char[], int, int, int, int) - Method in class org.fife.ui.rsyntaxtextarea.modes.CPlusPlusTokenMaker
Adds the token specified to the current linked list of tokens.
addToken(char[], int, int, int, int) - Method in class org.fife.ui.rsyntaxtextarea.modes.CSharpTokenMaker
Adds the token specified to the current linked list of tokens.
addToken(char[], int, int, int, int) - Method in class org.fife.ui.rsyntaxtextarea.modes.CSSTokenMaker
Adds the token specified to the current linked list of tokens.
addToken(char[], int, int, int, int) - Method in class org.fife.ui.rsyntaxtextarea.modes.CTokenMaker
Adds the token specified to the current linked list of tokens.
addToken(char[], int, int, int, int, boolean) - Method in class org.fife.ui.rsyntaxtextarea.modes.DelphiTokenMaker
Adds the token specified to the current linked list of tokens.
addToken(char[], int, int, int, int) - Method in class org.fife.ui.rsyntaxtextarea.modes.FortranTokenMaker
Adds the token specified to the current linked list of tokens.
addToken(char[], int, int, int, int) - Method in class org.fife.ui.rsyntaxtextarea.modes.GroovyTokenMaker
Adds the token specified to the current linked list of tokens.
addToken(char[], int, int, int, int) - Method in class org.fife.ui.rsyntaxtextarea.modes.HTMLTokenMaker
Adds the token specified to the current linked list of tokens.
addToken(Segment, int, int, int, int) - Method in class org.fife.ui.rsyntaxtextarea.modes.JavaScriptTokenMaker
Checks the token to give it the exact ID it deserves before being passed up to the super method.
addToken(char[], int, int, int, int, boolean) - Method in class org.fife.ui.rsyntaxtextarea.modes.JavaTokenMaker
Adds the token specified to the current linked list of tokens.
addToken(char[], int, int, int, int) - Method in class org.fife.ui.rsyntaxtextarea.modes.JSPTokenMaker
Adds the token specified to the current linked list of tokens.
addToken(char[], int, int, int, int, boolean) - Method in class org.fife.ui.rsyntaxtextarea.modes.LispTokenMaker
Adds the token specified to the current linked list of tokens.
addToken(char[], int, int, int, int) - Method in class org.fife.ui.rsyntaxtextarea.modes.LuaTokenMaker
Adds the token specified to the current linked list of tokens.
addToken(char[], int, int, int, int) - Method in class org.fife.ui.rsyntaxtextarea.modes.MakefileTokenMaker
Adds the token specified to the current linked list of tokens.
addToken(char[], int, int, int, int) - Method in class org.fife.ui.rsyntaxtextarea.modes.PerlTokenMaker
Adds the token specified to the current linked list of tokens.
addToken(char[], int, int, int, int) - Method in class org.fife.ui.rsyntaxtextarea.modes.PHPTokenMaker
Adds the token specified to the current linked list of tokens.
addToken(char[], int, int, int, int) - Method in class org.fife.ui.rsyntaxtextarea.modes.PropertiesFileTokenMaker
Adds the token specified to the current linked list of tokens.
addToken(char[], int, int, int, int) - Method in class org.fife.ui.rsyntaxtextarea.modes.PythonTokenMaker
Adds the token specified to the current linked list of tokens.
addToken(char[], int, int, int, int) - Method in class org.fife.ui.rsyntaxtextarea.modes.RubyTokenMaker
Adds the token specified to the current linked list of tokens.
addToken(char[], int, int, int, int) - Method in class org.fife.ui.rsyntaxtextarea.modes.SASTokenMaker
Adds the token specified to the current linked list of tokens.
addToken(char[], int, int, int, int, boolean) - Method in class org.fife.ui.rsyntaxtextarea.modes.ScalaTokenMaker
Adds the token specified to the current linked list of tokens.
addToken(char[], int, int, int, int) - Method in class org.fife.ui.rsyntaxtextarea.modes.SQLTokenMaker
Adds the token specified to the current linked list of tokens.
addToken(char[], int, int, int, int) - Method in class org.fife.ui.rsyntaxtextarea.modes.TclTokenMaker
Adds the token specified to the current linked list of tokens.
addToken(Segment, int, int, int, int) - Method in class org.fife.ui.rsyntaxtextarea.modes.UnixShellTokenMaker
Checks the token to give it the exact ID it deserves before being passed up to the super method.
addToken(Segment, int, int, int, int) - Method in class org.fife.ui.rsyntaxtextarea.modes.WindowsBatchTokenMaker
Checks the token to give it the exact ID it deserves before being passed up to the super method.
addToken(char[], int, int, int, int) - Method in class org.fife.ui.rsyntaxtextarea.modes.XMLTokenMaker
Adds the token specified to the current linked list of tokens.
addToken(char[], int, int, int, int) - Method in interface org.fife.ui.rsyntaxtextarea.TokenMaker
Adds the token specified to the current linked list of tokens.
ANIMATE_BRACKET_MATCHING_PROPERTY - Static variable in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
 
ANTIALIAS_PROPERTY - Static variable in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
 
appendNewline() - Method in class org.fife.ui.rsyntaxtextarea.RtfGenerator
Adds a newline to the RTF document.
appendToDoc(String, Font, Color, Color) - Method in class org.fife.ui.rsyntaxtextarea.RtfGenerator
Appends styled text to the RTF document being generated.
appendToDoc(String, Font, Color, Color, boolean) - Method in class org.fife.ui.rsyntaxtextarea.RtfGenerator
Appends styled text to the RTF document being generated.
appendToDoc(String, Font, Color, Color, boolean, boolean) - Method in class org.fife.ui.rsyntaxtextarea.RtfGenerator
Appends styled text to the RTF document being generated.
appendToDocNoFG(String, Font, Color, boolean) - Method in class org.fife.ui.rsyntaxtextarea.RtfGenerator
Appends styled text to the RTF document being generated.
AssemblerX86TokenMaker - Class in org.fife.ui.rsyntaxtextarea.modes
This class takes plain text and returns tokens representing x86 assembler.
AssemblerX86TokenMaker() - Constructor for class org.fife.ui.rsyntaxtextarea.modes.AssemblerX86TokenMaker
Constructor.
AssemblerX86TokenMaker(Reader) - Constructor for class org.fife.ui.rsyntaxtextarea.modes.AssemblerX86TokenMaker
Creates a new scanner There is also a java.io.InputStream version of this constructor.
AssemblerX86TokenMaker(InputStream) - Constructor for class org.fife.ui.rsyntaxtextarea.modes.AssemblerX86TokenMaker
Creates a new scanner.
AUTO_INDENT_PROPERTY - Static variable in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
 

B

background - Variable in class org.fife.ui.rsyntaxtextarea.Style
 
BackgroundPainterStrategy - Interface in org.fife.ui.rtextarea
Interface for classes that paint the background of an RTextAreaBase.
BACKTICKS - Static variable in class org.fife.ui.rsyntaxtextarea.modes.PerlTokenMaker
 
BACKTICKS - Static variable in class org.fife.ui.rsyntaxtextarea.modes.RubyTokenMaker
 
BBCodeTokenMaker - Class in org.fife.ui.rsyntaxtextarea.modes
Scanner for BBCode.
BBCodeTokenMaker() - Constructor for class org.fife.ui.rsyntaxtextarea.modes.BBCodeTokenMaker
Constructor.
BBCodeTokenMaker(Reader) - Constructor for class org.fife.ui.rsyntaxtextarea.modes.BBCodeTokenMaker
Creates a new scanner There is also a java.io.InputStream version of this constructor.
BBCodeTokenMaker(InputStream) - Constructor for class org.fife.ui.rsyntaxtextarea.modes.BBCodeTokenMaker
Creates a new scanner.
beginAtomicEdit() - Method in class org.fife.ui.rtextarea.RTextArea
Begins an "atomic edit."
beginRecordingMacro() - Static method in class org.fife.ui.rtextarea.RTextArea
Begins recording a macro.
BLOCK_BORDER_STYLE - Static variable in class org.fife.ui.rtextarea.ConfigurableCaret
The block border style.
BLOCK_STYLE - Static variable in class org.fife.ui.rtextarea.ConfigurableCaret
The block style.
BRACKET_MATCHING_PROPERTY - Static variable in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
 
BufferedImageBackgroundPainterStrategy - Class in org.fife.ui.rtextarea
A strategy for painting the background of an RTextAreaBase as an image.
BufferedImageBackgroundPainterStrategy(RTextAreaBase) - Constructor for class org.fife.ui.rtextarea.BufferedImageBackgroundPainterStrategy
Constructor.

C

C_STYLE_COMMENT - Static variable in class org.fife.ui.rsyntaxtextarea.modes.CSSTokenMaker
 
calculateBreakPosition(int, Token, float) - Method in class org.fife.ui.rsyntaxtextarea.WrappedSyntaxView
This is called by the nested wrapped line views to determine the break location.
canImport(JComponent, DataFlavor[]) - Method in class org.fife.ui.rtextarea.RTATextTransferHandler
This method indicates if a component would accept an import of the given set of data flavors prior to actually attempting to import it.
CD_COMMENT - Static variable in class org.fife.ui.rsyntaxtextarea.modes.CSSTokenMaker
lexical states
CDATA - Static variable in class org.fife.ui.rsyntaxtextarea.modes.XMLTokenMaker
 
ChangeableHighlightPainter - Class in org.fife.ui.rtextarea
An extension of LayerPainter that allows the user to change several of its properties: Its color/fill style (can use a GradientPaint, for example).
ChangeableHighlightPainter() - Constructor for class org.fife.ui.rtextarea.ChangeableHighlightPainter
Creates a new ChangableHighlightPainter that paints highlights with the text area's selection color (i.e., behaves exactly like javax.swing.text.DefaultHighlighter.DefaultHighlightPainter ).
ChangeableHighlightPainter(Paint) - Constructor for class org.fife.ui.rtextarea.ChangeableHighlightPainter
Creates a new highlight painter using the specified Paint without rounded edges.
ChangeableHighlightPainter(Paint, boolean) - Constructor for class org.fife.ui.rtextarea.ChangeableHighlightPainter
Creates a new highlight painter.
ChangeableHighlightPainter(Paint, boolean, float) - Constructor for class org.fife.ui.rtextarea.ChangeableHighlightPainter
Creates a new highlight painter.
changedUpdate(DocumentEvent, Shape, ViewFactory) - Method in class org.fife.ui.rsyntaxtextarea.SyntaxView
Gives notification from the document that attributes were changed in a location that this view is responsible for.
changedUpdate(DocumentEvent) - Method in class org.fife.ui.rsyntaxtextarea.TextEditorPane
Callback for when styles in the current document change.
changedUpdate(DocumentEvent, Shape, ViewFactory) - Method in class org.fife.ui.rsyntaxtextarea.WrappedSyntaxView
Gives notification from the document that attributes were changed in a location that this view is responsible for.
CHAR - Static variable in class org.fife.ui.rsyntaxtextarea.modes.FortranTokenMaker
 
CHAR - Static variable in class org.fife.ui.rsyntaxtextarea.modes.SASTokenMaker
 
CHAR - Static variable in class org.fife.ui.rsyntaxtextarea.modes.SQLTokenMaker
 
CHAR_LITERAL - Static variable in class org.fife.ui.rsyntaxtextarea.modes.CSSTokenMaker
 
CHAR_LITERAL - Static variable in class org.fife.ui.rsyntaxtextarea.modes.PerlTokenMaker
 
CHAR_LITERAL - Static variable in class org.fife.ui.rsyntaxtextarea.modes.RubyTokenMaker
 
charAt(int) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxDocument
Returns the character in the document at the specified offset.
clear() - Method in class org.fife.util.DynamicIntArray
Removes all values from this array object.
CLEAR_WHITESPACE_LINES_PROPERTY - Static variable in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
 
clearActiveLineRange() - Method in class org.fife.ui.rtextarea.Gutter
Clears the active line range.
clearMarkAllHighlights() - Method in class org.fife.ui.rtextarea.RTextArea
Clears any "mark all" highlights, if any.
clearNotices() - Method in class org.fife.ui.rsyntaxtextarea.parser.DefaultParseResult
Clears any parser notices in this result.
clearParsers() - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Removes all parsers from this text area.
clone() - Method in class org.fife.ui.rsyntaxtextarea.Style
Returns a deep copy of this object.
clone() - Method in class org.fife.ui.rsyntaxtextarea.SyntaxScheme
Returns a deep copy of this color scheme.
clone() - Method in class org.fife.ui.rsyntaxtextarea.templates.AbstractCodeTemplate
Creates a deep copy of this template.
clone() - Method in interface org.fife.ui.rsyntaxtextarea.templates.CodeTemplate
Creates a deep copy of this template.
close() - Method in class org.fife.io.DocumentReader
This currently does nothing...
close() - Method in class org.fife.io.UnicodeReader
Closes this reader.
close() - Method in class org.fife.io.UnicodeWriter
Closes this writer.
CLOSE_CURLY_BRACES_PROPERTY - Static variable in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
 
CLOSE_MARKUP_TAGS_PROPERTY - Static variable in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
 
CodeTemplate - Interface in org.fife.ui.rsyntaxtextarea.templates
A "code template" is a kind of macro for commonly-typed code.
CodeTemplateManager - Class in org.fife.ui.rsyntaxtextarea
Manages "code templates."
CodeTemplateManager() - Constructor for class org.fife.ui.rsyntaxtextarea.CodeTemplateManager
Constructor.
ColorBackgroundPainterStrategy - Class in org.fife.ui.rtextarea
A strategy for painting the background of an RTextAreaBase as a solid color.
ColorBackgroundPainterStrategy(Color) - Constructor for class org.fife.ui.rtextarea.ColorBackgroundPainterStrategy
Constructor.
COMMENT - Static variable in class org.fife.ui.rsyntaxtextarea.modes.HTMLTokenMaker
 
COMMENT - Static variable in class org.fife.ui.rsyntaxtextarea.modes.JSPTokenMaker
 
COMMENT - Static variable in class org.fife.ui.rsyntaxtextarea.modes.PHPTokenMaker
 
COMMENT - Static variable in class org.fife.ui.rsyntaxtextarea.modes.XMLTokenMaker
 
COMMENT_DOCUMENTATION - Static variable in class org.fife.ui.rsyntaxtextarea.Token
 
COMMENT_EOL - Static variable in class org.fife.ui.rsyntaxtextarea.Token
 
COMMENT_MULTILINE - Static variable in class org.fife.ui.rsyntaxtextarea.Token
 
compareTo(Object) - Method in class org.fife.ui.rsyntaxtextarea.parser.DefaultParserNotice
Compares this parser notice to another.
compareTo(Object) - Method in class org.fife.ui.rsyntaxtextarea.templates.AbstractCodeTemplate
Compares the StaticCodeTemplate to another.
COMPILER_DIRECTIVE - Static variable in class org.fife.ui.rsyntaxtextarea.modes.DelphiTokenMaker
lexical states
COMPILER_DIRECTIVE2 - Static variable in class org.fife.ui.rsyntaxtextarea.modes.DelphiTokenMaker
 
ConfigurableCaret - Class in org.fife.ui.rtextarea
The caret used by RTextArea.
ConfigurableCaret() - Constructor for class org.fife.ui.rtextarea.ConfigurableCaret
Creates the caret using ConfigurableCaret.VERTICAL_LINE_STYLE.
ConfigurableCaret(int) - Constructor for class org.fife.ui.rtextarea.ConfigurableCaret
Constructs a new ConfigurableCaret.
configurePopupMenu(JPopupMenu) - Method in class org.fife.ui.rtextarea.RTextArea
Configures the popup menu for this text area.
contains(int) - Method in class org.fife.util.DynamicIntArray
Returns whether this array contains a given integer.
containsPosition(int) - Method in class org.fife.ui.rsyntaxtextarea.parser.DefaultParserNotice
Returns whether this parser notice contains the specified location in the document.
containsPosition(int) - Method in interface org.fife.ui.rsyntaxtextarea.parser.ParserNotice
Returns whether this parser notice contains the specified location in the document.
containsPosition(int) - Method in class org.fife.ui.rsyntaxtextarea.Token
Returns whether the token straddles the specified position in the document.
COPY_ACTION - Static variable in class org.fife.ui.rtextarea.RTextArea
 
copyAsRtf() - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Copies the currently selected text to the system clipboard, with any necessary style information (font, foreground color and background color).
copyFrom(Token) - Method in class org.fife.ui.rsyntaxtextarea.Token
Makes one token point to the same text segment, and have the same value as another token.
CPlusPlusTokenMaker - Class in org.fife.ui.rsyntaxtextarea.modes
A parser for the C++ programming language.
CPlusPlusTokenMaker() - Constructor for class org.fife.ui.rsyntaxtextarea.modes.CPlusPlusTokenMaker
Constructor.
CPlusPlusTokenMaker(Reader) - Constructor for class org.fife.ui.rsyntaxtextarea.modes.CPlusPlusTokenMaker
Creates a new scanner There is also a java.io.InputStream version of this constructor.
CPlusPlusTokenMaker(InputStream) - Constructor for class org.fife.ui.rsyntaxtextarea.modes.CPlusPlusTokenMaker
Creates a new scanner.
create(String) - Static method in class org.fife.ui.rsyntaxtextarea.FileLocation
Creates a FileLocation instance for the specified local file.
create(File) - Static method in class org.fife.ui.rsyntaxtextarea.FileLocation
Creates a FileLocation instance for the specified local file.
create(URL) - Static method in class org.fife.ui.rsyntaxtextarea.FileLocation
Creates a FileLocation instance for the specified file.
create(Element) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaUI
Creates the view for an element.
create(Element) - Method in class org.fife.ui.rtextarea.RTextAreaUI
Creates the view for an element.
createCaret() - Method in class org.fife.ui.rtextarea.RTextAreaUI
Returns the default caret for an RTextArea.
createDefaultDocument() - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit
Returns the default document used by RSyntaxTextAreas.
createDefaultModel() - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Returns the document to use for an RSyntaxTextArea
createHighlighter() - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaUI
Creates the highlighter to use for syntax text areas.
createKeymap() - Method in class org.fife.ui.rtextarea.RTextAreaUI
Creates the keymap for this text area.
createMouseListener() - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Returns the caret event/mouse listener for RTextAreas.
createMouseListener() - Method in class org.fife.ui.rtextarea.RTextArea
Returns the caret event/mouse listener for RTextAreas.
createPopupMenu() - Method in class org.fife.ui.rtextarea.RTextArea
Creates the right-click popup menu.
createRTextAreaActionMap() - Method in class org.fife.ui.rtextarea.RTextAreaUI
Creates a default action map.
createRTextAreaUI() - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Returns the a real UI to install on this text area.
createRTextAreaUI() - Method in class org.fife.ui.rtextarea.RTextArea
Returns the a real UI to install on this text area.
createTokenMakerKeyToClassNameMap() - Method in class org.fife.ui.rsyntaxtextarea.AbstractTokenMakerFactory
Creates and returns a mapping from keys to the names of TokenMaker implementation classes.
createTokenMakerKeyToClassNameMap() - Method in class org.fife.ui.rsyntaxtextarea.TokenMakerFactory
Creates and returns a mapping from keys to the names of TokenMaker implementation classes.
createTransferable(JComponent) - Method in class org.fife.ui.rtextarea.RTATextTransferHandler
Create a Transferable to use as the source for a data transfer.
createUI(JComponent) - Static method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaUI
 
createUI(JComponent) - Static method in class org.fife.ui.rtextarea.RTextAreaUI
Creates a UI for an RTextArea.
CSharpTokenMaker - Class in org.fife.ui.rsyntaxtextarea.modes
A lexer for the C# programming language.
CSharpTokenMaker() - Constructor for class org.fife.ui.rsyntaxtextarea.modes.CSharpTokenMaker
Constructor.
CSharpTokenMaker(Reader) - Constructor for class org.fife.ui.rsyntaxtextarea.modes.CSharpTokenMaker
Creates a new scanner There is also a java.io.InputStream version of this constructor.
CSharpTokenMaker(InputStream) - Constructor for class org.fife.ui.rsyntaxtextarea.modes.CSharpTokenMaker
Creates a new scanner.
CSSTokenMaker - Class in org.fife.ui.rsyntaxtextarea.modes
This class splits up text into tokens representing a CSS file.
CSSTokenMaker() - Constructor for class org.fife.ui.rsyntaxtextarea.modes.CSSTokenMaker
Constructor.
CSSTokenMaker(Reader) - Constructor for class org.fife.ui.rsyntaxtextarea.modes.CSSTokenMaker
Creates a new scanner There is also a java.io.InputStream version of this constructor.
CSSTokenMaker(InputStream) - Constructor for class org.fife.ui.rsyntaxtextarea.modes.CSSTokenMaker
Creates a new scanner.
CTokenMaker - Class in org.fife.ui.rsyntaxtextarea.modes
Scanner for the C programming language.
CTokenMaker() - Constructor for class org.fife.ui.rsyntaxtextarea.modes.CTokenMaker
Constructor.
CTokenMaker(Reader) - Constructor for class org.fife.ui.rsyntaxtextarea.modes.CTokenMaker
Creates a new scanner There is also a java.io.InputStream version of this constructor.
CTokenMaker(InputStream) - Constructor for class org.fife.ui.rsyntaxtextarea.modes.CTokenMaker
Creates a new scanner.
CUT_ACTION - Static variable in class org.fife.ui.rtextarea.RTextArea
 

D

damage(Rectangle) - Method in class org.fife.ui.rtextarea.ConfigurableCaret
Overridden to damage the correct width of the caret, since this caret can be different sizes.
damageLineRange(int, int, Shape, Component) - Method in class org.fife.ui.rsyntaxtextarea.SyntaxView
Repaint the given line range.
DATA_TYPE - Static variable in class org.fife.ui.rsyntaxtextarea.Token
 
decreaseAmount - Variable in class org.fife.ui.rtextarea.RTextAreaEditorKit.DecreaseFontSizeAction
 
DEFAULT_BACKGROUND - Static variable in class org.fife.ui.rsyntaxtextarea.Style
 
DEFAULT_FONT - Static variable in class org.fife.ui.rsyntaxtextarea.Style
 
DEFAULT_FOREGROUND - Static variable in class org.fife.ui.rsyntaxtextarea.Style
 
DefaultParseResult - Class in org.fife.ui.rsyntaxtextarea.parser
A basic implementation of ParseResult.
DefaultParseResult(Parser) - Constructor for class org.fife.ui.rsyntaxtextarea.parser.DefaultParseResult
 
DefaultParserNotice - Class in org.fife.ui.rsyntaxtextarea.parser
Base implementation of a parser notice.
DefaultParserNotice(Parser, String, int) - Constructor for class org.fife.ui.rsyntaxtextarea.parser.DefaultParserNotice
Constructor.
DefaultParserNotice(Parser, String, int, int, int) - Constructor for class org.fife.ui.rsyntaxtextarea.parser.DefaultParserNotice
Constructor.
DefaultToken - Class in org.fife.ui.rsyntaxtextarea
The default token used in the org.fife.ui.rsyntaxtextarea syntax package.
DefaultToken() - Constructor for class org.fife.ui.rsyntaxtextarea.DefaultToken
Creates a "null token."
DefaultToken(Segment, int, int, int, int) - Constructor for class org.fife.ui.rsyntaxtextarea.DefaultToken
Constructor.
DefaultToken(char[], int, int, int, int) - Constructor for class org.fife.ui.rsyntaxtextarea.DefaultToken
Constructor.
deinstall(JTextComponent) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaHighlighter
deinstall(JTextComponent) - Method in class org.fife.ui.rtextarea.ConfigurableCaret
Called when the UI is being removed from the interface of a JTextComponent.
DELETE_ACTION - Static variable in class org.fife.ui.rtextarea.RTextArea
 
DELIMITEDCOMMENT - Static variable in class org.fife.ui.rsyntaxtextarea.modes.CSharpTokenMaker
 
DelphiTokenMaker - Class in org.fife.ui.rsyntaxtextarea.modes
Scanner for the Delphi programming language.
DelphiTokenMaker() - Constructor for class org.fife.ui.rsyntaxtextarea.modes.DelphiTokenMaker
Constructor.
DelphiTokenMaker(Reader) - Constructor for class org.fife.ui.rsyntaxtextarea.modes.DelphiTokenMaker
Creates a new scanner There is also a java.io.InputStream version of this constructor.
DelphiTokenMaker(InputStream) - Constructor for class org.fife.ui.rsyntaxtextarea.modes.DelphiTokenMaker
Creates a new scanner.
DIRTY_PROPERTY - Static variable in class org.fife.ui.rsyntaxtextarea.TextEditorPane
 
discardAllEdits() - Method in class org.fife.ui.rtextarea.RTextArea
Removes all undoable edits from this document's undo manager.
doBracketMatching() - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
If the caret is on a bracket, this method finds the matching bracket, and if it exists, highlights it.
DOCCOMMENT - Static variable in class org.fife.ui.rsyntaxtextarea.modes.GroovyTokenMaker
 
DOCCOMMENT - Static variable in class org.fife.ui.rsyntaxtextarea.modes.JavaTokenMaker
 
DOCCOMMENT - Static variable in class org.fife.ui.rsyntaxtextarea.modes.RubyTokenMaker
 
DOCUMENTCOMMENT - Static variable in class org.fife.ui.rsyntaxtextarea.modes.CSharpTokenMaker
 
DocumentRange - Interface in org.fife.ui.rsyntaxtextarea
A range of text in a document.
DocumentReader - Class in org.fife.io
A Reader for javax.swing.text.Document objects.
DocumentReader(Document) - Constructor for class org.fife.io.DocumentReader
Constructor.
documentToToken(int) - Method in class org.fife.ui.rsyntaxtextarea.Token
Returns the position in the token's internal char array corresponding to the specified document position.
doLayout() - Method in class org.fife.ui.rsyntaxtextarea.ErrorStrip
Manually manages layout since this component uses no layout manager.
drawLine(Token, Graphics2D, float, float) - Method in class org.fife.ui.rsyntaxtextarea.SyntaxView
Draws the passed-in text using syntax highlighting for the current language.
drawView(Graphics2D, Rectangle, View, int, int) - Method in class org.fife.ui.rsyntaxtextarea.WrappedSyntaxView
Draws a single view (i.e., a line of text for a wrapped view), wrapping the text onto multiple lines if necessary.
DTD - Static variable in class org.fife.ui.rsyntaxtextarea.modes.HTMLTokenMaker
 
DTD - Static variable in class org.fife.ui.rsyntaxtextarea.modes.JSPTokenMaker
 
DTD - Static variable in class org.fife.ui.rsyntaxtextarea.modes.PHPTokenMaker
 
DTD - Static variable in class org.fife.ui.rsyntaxtextarea.modes.XMLTokenMaker
 
DynamicIntArray - Class in org.fife.util
Similar to a java.util.ArrayList, but specifically for ints.
DynamicIntArray() - Constructor for class org.fife.util.DynamicIntArray
Constructs a new array object with an initial capacity of 10.
DynamicIntArray(int) - Constructor for class org.fife.util.DynamicIntArray
Constructs a new array object with a given initial capacity.
DynamicIntArray(int[]) - Constructor for class org.fife.util.DynamicIntArray
Constructs a new array object from the given int array.

E

end - Variable in class org.fife.ui.rtextarea.RTextAreaEditorKit.SelectWordAction
 
endAtomicEdit() - Method in class org.fife.ui.rtextarea.RTextArea
Completes an "atomic" edit.
endRecordingMacro() - Static method in class org.fife.ui.rtextarea.RTextArea
Ends recording a macro.
EOL_COMMENT - Static variable in class org.fife.ui.rsyntaxtextarea.modes.CPlusPlusTokenMaker
lexical states
EOL_COMMENT - Static variable in class org.fife.ui.rsyntaxtextarea.modes.CTokenMaker
lexical states
EOL_COMMENT - Static variable in class org.fife.ui.rsyntaxtextarea.modes.DelphiTokenMaker
 
EOL_COMMENT - Static variable in class org.fife.ui.rsyntaxtextarea.modes.JavaTokenMaker
lexical states
EOL_COMMENT - Static variable in class org.fife.ui.rsyntaxtextarea.modes.LispTokenMaker
lexical states
EOL_COMMENT - Static variable in class org.fife.ui.rsyntaxtextarea.modes.ScalaTokenMaker
lexical states
equals(Object) - Method in class org.fife.ui.rsyntaxtextarea.parser.DefaultParserNotice
Returns whether this parser notice is equal to another one.
equals(Object) - Method in class org.fife.ui.rsyntaxtextarea.Style
Returns whether or not two syntax schemes are equal.
equals(Object) - Method in class org.fife.ui.rsyntaxtextarea.SyntaxScheme
Tests whether this color scheme is the same as another color scheme.
equals(Object) - Method in class org.fife.ui.rsyntaxtextarea.templates.AbstractCodeTemplate
Overridden to return "true" iff AbstractCodeTemplate.compareTo(Object) returns 0.
equals(Object) - Method in class org.fife.ui.rtextarea.ColorBackgroundPainterStrategy
Returns whether or not the specified object is equivalent to this one.
equals(Object) - Method in class org.fife.ui.rtextarea.IconGroup
Returns whether two icon groups are equal.
ERROR - Static variable in interface org.fife.ui.rsyntaxtextarea.parser.ParserNotice
Indicates an error notice.
ERROR_CHAR - Static variable in class org.fife.ui.rsyntaxtextarea.Token
 
ERROR_IDENTIFIER - Static variable in class org.fife.ui.rsyntaxtextarea.Token
 
ERROR_NUMBER_FORMAT - Static variable in class org.fife.ui.rsyntaxtextarea.Token
 
ERROR_STRING_DOUBLE - Static variable in class org.fife.ui.rsyntaxtextarea.Token
 
ErrorStrip - Class in org.fife.ui.rsyntaxtextarea
A component to sit alongside an RSyntaxTextArea that displays colored markers for locations of interest (parser errors, marked occurrences, etc.).
ErrorStrip(RSyntaxTextArea) - Constructor for class org.fife.ui.rsyntaxtextarea.ErrorStrip
Constructor.
exportDone(JComponent, Transferable, int) - Method in class org.fife.ui.rtextarea.RTATextTransferHandler
This method is called after data has been exported.
ExtendedHyperlinkListener - Interface in org.fife.ui.rsyntaxtextarea.parser
Listens for hyperlink events from FocusableTips.

F

FileLocation - Class in org.fife.ui.rsyntaxtextarea
Holds the location of a local or remote file.
FileLocation() - Constructor for class org.fife.ui.rsyntaxtextarea.FileLocation
 
find(JTextArea, String, boolean, boolean, boolean, boolean) - Static method in class org.fife.ui.rtextarea.SearchEngine
Finds the next instance of the string/regular expression specified from the caret position.
fireCaretUpdate(CaretEvent) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Notifies all listeners that a caret change has occurred.
fireCaretUpdate(CaretEvent) - Method in class org.fife.ui.rtextarea.RTextArea
Notifies all listeners that a caret change has occurred.
fireInsertUpdate(DocumentEvent) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxDocument
Alerts all listeners to this document of an insertion.
fireRemoveUpdate(DocumentEvent) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxDocument
This method is called AFTER the content has been inserted into the document and the element structure has been updated.
flush() - Method in class org.fife.io.UnicodeWriter
Flushes the stream.
FOCUSABLE_TIPS_PROPERTY - Static variable in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
 
FocusableTip - Class in org.fife.ui.rsyntaxtextarea.focusabletip
A focusable tool tip, similar to those found in Eclipse.
FocusableTip(JTextArea, HyperlinkListener) - Constructor for class org.fife.ui.rsyntaxtextarea.focusabletip.FocusableTip
 
focusGained(FocusEvent) - Method in class org.fife.ui.rtextarea.RTextArea.RTextAreaMutableCaretEvent
 
focusLost(FocusEvent) - Method in class org.fife.ui.rtextarea.RTextArea.RTextAreaMutableCaretEvent
 
font - Variable in class org.fife.ui.rsyntaxtextarea.Style
 
forceReparsing(int) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Forces the given Parser to re-parse the content of this text area.
foreground - Variable in class org.fife.ui.rsyntaxtextarea.Style
 
FortranTokenMaker - Class in org.fife.ui.rsyntaxtextarea.modes
Scanner for the Fortran programming language.
FortranTokenMaker() - Constructor for class org.fife.ui.rsyntaxtextarea.modes.FortranTokenMaker
Constructor.
FortranTokenMaker(Reader) - Constructor for class org.fife.ui.rsyntaxtextarea.modes.FortranTokenMaker
Creates a new scanner There is also a java.io.InputStream version of this constructor.
FortranTokenMaker(InputStream) - Constructor for class org.fife.ui.rsyntaxtextarea.modes.FortranTokenMaker
Creates a new scanner.
FRACTIONAL_FONTMETRICS_PROPERTY - Static variable in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
 
FULL_PATH_PROPERTY - Static variable in class org.fife.ui.rsyntaxtextarea.TextEditorPane
 
FUNCTION - Static variable in class org.fife.ui.rsyntaxtextarea.Token
 

G

get(Segment, int, int) - Method in class org.fife.ui.rsyntaxtextarea.TokenMap
Returns the token type associated with the given text, if the given text is in this token map.
get(char[], int, int) - Method in class org.fife.ui.rsyntaxtextarea.TokenMap
Returns the token type associated with the given text, if the given text is in this token map.
get(int) - Method in class org.fife.util.DynamicIntArray
Returns the int at the specified position in this array object.
getAccelerator() - Method in class org.fife.ui.rtextarea.RecordableTextAction
Returns the accelerator for this action.
getAction(int) - Static method in class org.fife.ui.rtextarea.RTextArea
Provides a way to gain access to the editor actions on the right-click popup menu.
getActionMapName() - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaUI
Returns the name to use to cache/fetch the shared action map.
getActionMapName() - Method in class org.fife.ui.rtextarea.RTextAreaUI
Returns the name to use to cache/fetch the shared action map.
getActions() - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit
Fetches the set of commands that can be used on a text component that is using a model and view produced by this kit.
getActions() - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit
Fetches the set of commands that can be used on a text component that is using a model and view produced by this kit.
getActualLastModified() - Method in class org.fife.ui.rsyntaxtextarea.FileLocation
Returns the last time this file was modified, or TextEditorPane.LAST_MODIFIED_UNKNOWN if this value cannot be computed (such as for a remote file).
getAfterCaretText() - Method in class org.fife.ui.rsyntaxtextarea.templates.StaticCodeTemplate
Returns the text that will be placed after the caret.
getAlpha() - Method in class org.fife.ui.rtextarea.ChangeableHighlightPainter
Returns the alpha value used in computing the translucency of these highlights.
getAnimateBracketMatching() - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Returns whether bracket matching should be animated.
getBackgroundForTokenType(int) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Returns the background color for tokens of the specified type.
getBeforeCaretText() - Method in class org.fife.ui.rsyntaxtextarea.templates.StaticCodeTemplate
Returns the text that will be placed before the caret.
getBookmarkIcon() - Method in class org.fife.ui.rtextarea.Gutter
Returns the icon to use for bookmarks.
getBookmarks() - Method in class org.fife.ui.rtextarea.Gutter
Returns the bookmarks known to this gutter.
getBorderColor() - Method in class org.fife.ui.rtextarea.Gutter
Returns the color of the "border" line.
getCaretMarkerColor() - Method in class org.fife.ui.rsyntaxtextarea.ErrorStrip
returns the color to use when painting the caret marker.
getCloseCurlyBraces() - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Returns whether curly braces should be automatically closed when a newline is entered after an opening curly brace.
getCloseMarkupTags() - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Returns whether closing markup tags should be automatically completed when "</" is typed.
getCodeTemplateManager() - Static method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Returns the code template manager for all instances of RSyntaxTextArea.
getColor() - Method in class org.fife.ui.rsyntaxtextarea.parser.DefaultParserNotice
Returns the color to use when painting this notice.
getColor() - Method in interface org.fife.ui.rsyntaxtextarea.parser.ParserNotice
Returns the color to use when painting this notice.
getColor() - Method in class org.fife.ui.rtextarea.ColorBackgroundPainterStrategy
Returns the color used to paint the background.
getCompleteCloseMarkupTags() - Static method in class org.fife.ui.rsyntaxtextarea.modes.XMLTokenMaker
Static version of XMLTokenMaker.getCompleteCloseTags().
getCompleteCloseTags() - Method in class org.fife.ui.rsyntaxtextarea.modes.AbstractMarkupTokenMaker
Returns whether markup close tags should be completed.
getCompleteCloseTags() - Method in class org.fife.ui.rsyntaxtextarea.modes.BBCodeTokenMaker
Sets whether markup close tags should be completed.
getCompleteCloseTags() - Method in class org.fife.ui.rsyntaxtextarea.modes.HTMLTokenMaker
Sets whether markup close tags should be completed.
getCompleteCloseTags() - Method in class org.fife.ui.rsyntaxtextarea.modes.JSPTokenMaker
Sets whether markup close tags should be completed.
getCompleteCloseTags() - Method in class org.fife.ui.rsyntaxtextarea.modes.PHPTokenMaker
Sets whether markup close tags should be completed.
getCompleteCloseTags() - Method in class org.fife.ui.rsyntaxtextarea.modes.XMLTokenMaker
Returns whether markup close tags should be completed.
getCompleteMarkupCloseTags() - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxDocument
Returns whether closing markup tags should be automatically completed.
getCurlyBracesDenoteCodeBlocks() - Method in class org.fife.ui.rsyntaxtextarea.AbstractJFlexCTokenMaker
Returns true always as C-style languages use curly braces to denote code blocks.
getCurlyBracesDenoteCodeBlocks() - Method in class org.fife.ui.rsyntaxtextarea.modes.JavaScriptTokenMaker
Returns true always as JavaScript uses curly braces to denote code blocks.
getCurlyBracesDenoteCodeBlocks() - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxDocument
Returns whether the current programming language uses curly braces ('{' and '}') to denote code blocks.
getCurlyBracesDenoteCodeBlocks() - Method in interface org.fife.ui.rsyntaxtextarea.TokenMaker
Returns whether this programming language uses curly braces ('{' and '}') to denote code blocks.
getCurrentMacro() - Static method in class org.fife.ui.rtextarea.RTextArea
Returns the macro currently stored in this RTextArea.
getDefaultBracketMatchBGColor() - Static method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Returns the default bracket-match background color.
getDefaultBracketMatchBorderColor() - Static method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Returns the default bracket-match border color.
getDefaultInstance() - Static method in class org.fife.ui.rsyntaxtextarea.TokenMakerFactory
Returns the default TokenMakerFactory instance.
getDefaultMarkAllHighlightColor() - Static method in class org.fife.ui.rtextarea.RTextArea
Returns the default color used for "mark all."
getDefaultModifier() - Static method in class org.fife.ui.rtextarea.RTADefaultInputMap
Returns the default modifier key for a system.
getDefaultSelectionColor() - Static method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Returns the default selection color for this text area.
getDefaultSyntaxScheme() - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Returns the "default" syntax highlighting color scheme.
getDescription() - Method in class org.fife.ui.rtextarea.RecordableTextAction
Returns the description for this action.
getEditorKit(JTextComponent) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaUI
Fetches the EditorKit for the UI.
getEditorKit(JTextComponent) - Method in class org.fife.ui.rtextarea.RTextAreaUI
Fetches the EditorKit for the UI.
getEncoding() - Method in class org.fife.io.UnicodeReader
Returns the encoding being used to read this input stream (i.e., the encoding of the file).
getEncoding() - Method in class org.fife.io.UnicodeWriter
Returns the encoding being used to write this output stream (i.e., the encoding of the file).
getEncoding() - Method in class org.fife.ui.rsyntaxtextarea.TextEditorPane
Returns the encoding to use when reading or writing this file.
getEndOffset() - Method in interface org.fife.ui.rsyntaxtextarea.DocumentRange
Gets the end offset of the range.
getFileFullPath() - Method in class org.fife.ui.rsyntaxtextarea.FileLocation
Returns the full path to the file.
getFileFullPath() - Method in class org.fife.ui.rsyntaxtextarea.TextEditorPane
Returns the full path to this document.
getFileName() - Method in class org.fife.ui.rsyntaxtextarea.FileLocation
Returns the name of the file.
getFileName() - Method in class org.fife.ui.rsyntaxtextarea.TextEditorPane
Returns the file name of this document.
getFindInText(JTextArea, int, boolean) - Static method in class org.fife.ui.rtextarea.SearchEngine
Returns the text in which to search, as a string.
getFirstLineParsed() - Method in class org.fife.ui.rsyntaxtextarea.parser.DefaultParseResult
Returns the first line parsed.
getFirstLineParsed() - Method in interface org.fife.ui.rsyntaxtextarea.parser.ParseResult
Returns the first line parsed.
getFollowCaret() - Method in class org.fife.ui.rsyntaxtextarea.ErrorStrip
Returns whether the caret's position should be drawn.
getFontForTokenType(int) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Returns the font for tokens of the specified type.
getFontMetricsForTokenType(int) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Returns the font metrics for tokens of the specified type.
getForegroundForToken(Token) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Returns the foreground color to use when painting a token.
getFractionalFontMetricsEnabled() - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Returns whether fractional font metrics are enabled for this text area.
getGutter() - Method in class org.fife.ui.rtextarea.RTextScrollPane
Returns the gutter.
getHTMLRepresentation(RSyntaxTextArea) - Method in class org.fife.ui.rsyntaxtextarea.Token
Returns a String containing HTML code for painting this token, using the given text area's color scheme.
getHyperlinkForeground() - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Returns the color to use when painting hyperlinks.
getHyperlinkListener() - Method in class org.fife.ui.rsyntaxtextarea.parser.AbstractParser
Returns the listener for hyperlink events from FocusableTips, or null if none.
getHyperlinkListener() - Method in interface org.fife.ui.rsyntaxtextarea.parser.Parser
Returns the listener for hyperlink events from FocusableTips, or null if none.
getHyperlinkListener() - Method in class org.fife.ui.rsyntaxtextarea.parser.ToolTipInfo
Returns the listener to call when hyperlinks are clicked in the tool tip.
getHyperlinksEnabled() - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Returns whether hyperlinks are enabled for this text area.
getIcon() - Method in interface org.fife.ui.rtextarea.GutterIconInfo
Returns the icon being rendered.
getIcon(String) - Method in class org.fife.ui.rtextarea.IconGroup
Returns the icon from this icon group with the specified name.
getIcon() - Method in class org.fife.ui.rtextarea.RecordableTextAction
Returns the icon for this action.
getIconGroup() - Static method in class org.fife.ui.rtextarea.RTextArea
Returns the icon group being used for the actions of this text area.
getID() - Method in class org.fife.ui.rsyntaxtextarea.templates.AbstractCodeTemplate
Returns the ID of this code template.
getID() - Method in interface org.fife.ui.rsyntaxtextarea.templates.CodeTemplate
Returns the ID of this code template.
getImageBase() - Method in class org.fife.ui.rsyntaxtextarea.focusabletip.FocusableTip
Returns the base URL to use when loading images in this focusable tip.
getImageBase() - Method in class org.fife.ui.rsyntaxtextarea.parser.AbstractParser
Returns null.
getImageBase() - Method in interface org.fife.ui.rsyntaxtextarea.parser.Parser
Returns the base URL for any images displayed in returned ParserNotice HTML text.
getImageBase() - Method in class org.fife.ui.rsyntaxtextarea.parser.ToolTipInfo
Returns the base URL that any images in the HTML tool tip live in.
getImportFlavor(DataFlavor[], JTextComponent) - Method in class org.fife.ui.rtextarea.RTATextTransferHandler
Try to find a flavor that can be used to import a Transferable to a specified text component.
getInputStream() - Method in class org.fife.ui.rsyntaxtextarea.FileLocation
Opens an input stream for reading from this file.
getInsertTrigger() - Method in class org.fife.ui.rsyntaxtextarea.CodeTemplateManager
Returns the keystroke that is the "insert trigger" for templates; that is, the character that, when inserted into an instance of RSyntaxTextArea, triggers the search for a template matching the token ending at the caret position.
getInsertTriggerString() - Method in class org.fife.ui.rsyntaxtextarea.CodeTemplateManager
Returns the "insert trigger" for templates; that is, the character that, when inserted into an instance of RSyntaxTextArea, triggers the search for a template matching the token ending at the caret position.
getLanguageIsMarkup() - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxDocument
Returns whether the current language is a markup language, such as HTML, XML or PHP.
getLargeIcon(String) - Method in class org.fife.ui.rtextarea.IconGroup
Returns the large icon from this icon group with the specified name.
getLastLineParsed() - Method in class org.fife.ui.rsyntaxtextarea.parser.DefaultParseResult
Returns the last line parsed.
getLastLineParsed() - Method in interface org.fife.ui.rsyntaxtextarea.parser.ParseResult
Returns the last line parsed.
getLastNonCommentNonWhitespaceToken() - Method in class org.fife.ui.rsyntaxtextarea.Token
Returns the last token in this list that is not whitespace or a comment.
getLastPaintableToken() - Method in class org.fife.ui.rsyntaxtextarea.Token
Returns the last paintable token in this token list, or null if there is no paintable token.
getLastSaveOrLoadTime() - Method in class org.fife.ui.rsyntaxtextarea.TextEditorPane
Returns the timestamp for when this file was last loaded or saved by this editor pane.
getLastTokenTypeOnLine(Segment, int) - Method in class org.fife.ui.rsyntaxtextarea.modes.PlainTextTokenMaker
Always returns Token.NULL, as there are no multiline tokens in properties files.
getLastTokenTypeOnLine(Segment, int) - Method in class org.fife.ui.rsyntaxtextarea.modes.PropertiesFileTokenMaker
Always returns Token.NULL, as there are no multiline tokens in properties files.
getLastTokenTypeOnLine(int) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxDocument
Returns the token type of the last token on the given line.
getLastTokenTypeOnLine(Segment, int) - Method in interface org.fife.ui.rsyntaxtextarea.TokenMaker
Returns the last token on this line's type if the token is "unfinished", or Token.NULL if it was finished.
getLeadingWhitespace(String) - Static method in class org.fife.ui.rsyntaxtextarea.RSyntaxUtilities
Returns the leading whitespace of a string.
getLength() - Method in class org.fife.ui.rsyntaxtextarea.parser.DefaultParserNotice
Returns the length of the code the message is concerned with.
getLength() - Method in interface org.fife.ui.rsyntaxtextarea.parser.ParserNotice
Returns the length of the code the message is concerned with.
getLevel() - Method in class org.fife.ui.rsyntaxtextarea.parser.DefaultParserNotice
Returns the level of this notice.
getLevel() - Method in interface org.fife.ui.rsyntaxtextarea.parser.ParserNotice
Returns the level of this notice.
getLevelThreshold() - Method in class org.fife.ui.rsyntaxtextarea.ErrorStrip
Returns the minimum severity a parser notice must be for it to be displayed in this error strip.
getLexeme() - Method in class org.fife.ui.rsyntaxtextarea.Token
Returns the text of this token, as a string.
getLine() - Method in class org.fife.ui.rsyntaxtextarea.parser.DefaultParserNotice
Returns the line number the notice is about.
getLine() - Method in interface org.fife.ui.rsyntaxtextarea.parser.ParserNotice
Returns the line number the notice is about.
getLineCommentStartAndEnd() - Method in class org.fife.ui.rsyntaxtextarea.modes.AbstractMarkupTokenMaker
Returns the text to place at the beginning and end of a line to "comment" it in a this programming language.
getLineCommentStartAndEnd() - Method in class org.fife.ui.rsyntaxtextarea.modes.AssemblerX86TokenMaker
Returns the text to place at the beginning and end of a line to "comment" it in a this programming language.
getLineCommentStartAndEnd() - Method in class org.fife.ui.rsyntaxtextarea.modes.BBCodeTokenMaker
Returns null since BBCode has no comments.
getLineCommentStartAndEnd() - Method in class org.fife.ui.rsyntaxtextarea.modes.CPlusPlusTokenMaker
Returns the text to place at the beginning and end of a line to "comment" it in a this programming language.
getLineCommentStartAndEnd() - Method in class org.fife.ui.rsyntaxtextarea.modes.CSharpTokenMaker
Returns the text to place at the beginning and end of a line to "comment" it in a this programming language.
getLineCommentStartAndEnd() - Method in class org.fife.ui.rsyntaxtextarea.modes.CTokenMaker
Returns the text to place at the beginning and end of a line to "comment" it in a this programming language.
getLineCommentStartAndEnd() - Method in class org.fife.ui.rsyntaxtextarea.modes.DelphiTokenMaker
Returns the text to place at the beginning and end of a line to "comment" it in a this programming language.
getLineCommentStartAndEnd() - Method in class org.fife.ui.rsyntaxtextarea.modes.FortranTokenMaker
Returns the text to place at the beginning and end of a line to "comment" it in a this programming language.
getLineCommentStartAndEnd() - Method in class org.fife.ui.rsyntaxtextarea.modes.GroovyTokenMaker
Returns the text to place at the beginning and end of a line to "comment" it in a this programming language.
getLineCommentStartAndEnd() - Method in class org.fife.ui.rsyntaxtextarea.modes.JavaScriptTokenMaker
Returns the text to place at the beginning and end of a line to "comment" it in a this programming language.
getLineCommentStartAndEnd() - Method in class org.fife.ui.rsyntaxtextarea.modes.JavaTokenMaker
Returns the text to place at the beginning and end of a line to "comment" it in a this programming language.
getLineCommentStartAndEnd() - Method in class org.fife.ui.rsyntaxtextarea.modes.LispTokenMaker
Returns the text to place at the beginning and end of a line to "comment" it in a this programming language.
getLineCommentStartAndEnd() - Method in class org.fife.ui.rsyntaxtextarea.modes.LuaTokenMaker
Returns the text to place at the beginning and end of a line to "comment" it in a this programming language.
getLineCommentStartAndEnd() - Method in class org.fife.ui.rsyntaxtextarea.modes.MakefileTokenMaker
Returns the text to place at the beginning and end of a line to "comment" it in a this programming language.
getLineCommentStartAndEnd() - Method in class org.fife.ui.rsyntaxtextarea.modes.PerlTokenMaker
Returns the text to place at the beginning and end of a line to "comment" it in a this programming language.
getLineCommentStartAndEnd() - Method in class org.fife.ui.rsyntaxtextarea.modes.PlainTextTokenMaker
Returns the text to place at the beginning and end of a line to "comment" it in a this programming language.
getLineCommentStartAndEnd() - Method in class org.fife.ui.rsyntaxtextarea.modes.PropertiesFileTokenMaker
Returns the text to place at the beginning and end of a line to "comment" it in a this programming language.
getLineCommentStartAndEnd() - Method in class org.fife.ui.rsyntaxtextarea.modes.PythonTokenMaker
Returns the text to place at the beginning and end of a line to "comment" it in a this programming language.
getLineCommentStartAndEnd() - Method in class org.fife.ui.rsyntaxtextarea.modes.RubyTokenMaker
Returns the text to place at the beginning and end of a line to "comment" it in a this programming language.
getLineCommentStartAndEnd() - Method in class org.fife.ui.rsyntaxtextarea.modes.SASTokenMaker
Returns the text to place at the beginning and end of a line to "comment" it in a this programming language.
getLineCommentStartAndEnd() - Method in class org.fife.ui.rsyntaxtextarea.modes.ScalaTokenMaker
Returns the text to place at the beginning and end of a line to "comment" it in a this programming language.
getLineCommentStartAndEnd() - Method in class org.fife.ui.rsyntaxtextarea.modes.SQLTokenMaker
Returns the text to place at the beginning and end of a line to "comment" it in a this programming language.
getLineCommentStartAndEnd() - Method in class org.fife.ui.rsyntaxtextarea.modes.TclTokenMaker
Returns the text to place at the beginning and end of a line to "comment" it in a this programming language.
getLineCommentStartAndEnd() - Method in class org.fife.ui.rsyntaxtextarea.modes.UnixShellTokenMaker
Returns the text to place at the beginning and end of a line to "comment" it in a this programming language.
getLineCommentStartAndEnd() - Method in class org.fife.ui.rsyntaxtextarea.modes.WindowsBatchTokenMaker
Returns the text to place at the beginning and end of a line to "comment" it in a this programming language.
getLineCommentStartAndEnd() - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxDocument
Returns the text to place at the beginning and end of a line to "comment" it in the current programming language.
getLineCommentStartAndEnd() - Method in interface org.fife.ui.rsyntaxtextarea.TokenMaker
Returns the text to place at the beginning and end of a line to "comment" it in a this programming language.
getLineHeight() - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Returns the height to use for a line of text in this text area.
getLineNumberColor() - Method in class org.fife.ui.rtextarea.Gutter
Returns the color to use to paint line numbers.
getLineNumberFont() - Method in class org.fife.ui.rtextarea.Gutter
Returns the font used for line numbers.
getLineNumberingStartIndex() - Method in class org.fife.ui.rtextarea.Gutter
Returns the starting line's line number.
getLineNumbersEnabled() - Method in class org.fife.ui.rtextarea.Gutter
Returns true if the line numbers are enabled and visible.
getLineNumbersEnabled() - Method in class org.fife.ui.rtextarea.RTextScrollPane
Returns true if the line numbers are enabled and visible.
getLineSeparator() - Method in class org.fife.ui.rsyntaxtextarea.TextEditorPane
Returns the line separator used when writing this file (e.g.
getLineWidthUpTo(RSyntaxTextArea, Segment, int, int, TabExpander, Rectangle, int) - Static method in class org.fife.ui.rsyntaxtextarea.RSyntaxUtilities
Returns the bounding box (in the current view) of a specified position in the model.
getListOffset(RSyntaxTextArea, TabExpander, float, float) - Method in class org.fife.ui.rsyntaxtextarea.DefaultToken
Determines the offset into this token list (i.e., into the document) that covers pixel location x if the token list starts at pixel location x0.
getListOffset(RSyntaxTextArea, TabExpander, float, float) - Method in class org.fife.ui.rsyntaxtextarea.Token
Determines the offset into this token list (i.e., into the document) that covers pixel location x if the token list starts at pixel location x0.
getListOffset(RSyntaxTextArea, TabExpander, float, float) - Method in class org.fife.ui.rsyntaxtextarea.VisibleWhitespaceToken
Determines the offset into this token list (i.e., into the document) that covers pixel location x if the token list starts at pixel location x0.
getMacroID() - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.CloseCurlyBraceAction
 
getMacroID() - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.CloseMarkupTagAction
 
getMacroID() - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.CopyAsRtfAction
 
getMacroID() - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.DecreaseIndentAction
 
getMacroID() - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.GoToMatchingBracketAction
 
getMacroID() - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.InsertTabAction
 
getMacroID() - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.PossiblyInsertTemplateAction
 
getMacroID() - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.ToggleCommentAction
 
getMacroID() - Method in class org.fife.ui.rtextarea.RecordableTextAction
Returns the identifier for this macro.
getMacroID() - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.BeepAction
 
getMacroID() - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.BeginAction
 
getMacroID() - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.BeginLineAction
 
getMacroID() - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.BeginRecordingMacroAction
 
getMacroID() - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.BeginWordAction
 
getMacroID() - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.CopyAction
 
getMacroID() - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.CutAction
 
getMacroID() - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.DecreaseFontSizeAction
 
getMacroID() - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.DefaultKeyTypedAction
 
getMacroID() - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.DeleteLineAction
 
getMacroID() - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.DeleteNextCharAction
 
getMacroID() - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.DeletePrevCharAction
 
getMacroID() - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.DeletePrevWordAction
 
getMacroID() - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.DeleteRestOfLineAction
 
getMacroID() - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.EndAction
 
getMacroID() - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.EndLineAction
 
getMacroID() - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.EndRecordingMacroAction
 
getMacroID() - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.EndWordAction
 
getMacroID() - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.IncreaseFontSizeAction
 
getMacroID() - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.InsertBreakAction
 
getMacroID() - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.InsertContentAction
 
getMacroID() - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.InsertTabAction
 
getMacroID() - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.InvertSelectionCaseAction
 
getMacroID() - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.JoinLinesAction
 
getMacroID() - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.LineMoveAction
 
getMacroID() - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.LowerSelectionCaseAction
 
getMacroID() - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.NextBookmarkAction
 
getMacroID() - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.NextVisualPositionAction
 
getMacroID() - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.NextWordAction
 
getMacroID() - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.PasteAction
 
getMacroID() - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.PlaybackLastMacroAction
 
getMacroID() - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.PreviousWordAction
 
getMacroID() - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.RedoAction
 
getMacroID() - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.ScrollAction
 
getMacroID() - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.SelectAllAction
 
getMacroID() - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.SelectLineAction
 
getMacroID() - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.SelectWordAction
 
getMacroID() - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.SetReadOnlyAction
 
getMacroID() - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.SetWritableAction
 
getMacroID() - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.TimeDateAction
 
getMacroID() - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.ToggleBookmarkAction
 
getMacroID() - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.ToggleTextModeAction
 
getMacroID() - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.UndoAction
 
getMacroID() - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.UnselectAction
 
getMacroID() - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.UpperSelectionCaseAction
 
getMacroID() - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.VerticalPageAction
 
getMacroRecords() - Method in class org.fife.ui.rtextarea.Macro
Returns the macro records that make up this macro.
getMarkAllHighlightColor() - Method in class org.fife.ui.rtextarea.RTextArea
Returns the color used in "mark all."
getMarkedOccurrences() - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Returns a list of "marked occurrences" in the text area.
getMarkedOccurrences() - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaHighlighter
Returns a list of "marked occurrences" in the text area.
getMarkedOffset() - Method in interface org.fife.ui.rtextarea.GutterIconInfo
Returns the offset that is being tracked.
getMarkOccurrences() - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Returns whether "Mark Occurrences" is enabled.
getMarkOccurrencesColor() - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Returns the color used to "mark occurrences."
getMarkOccurrencesOfTokenType(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.MakefileTokenMaker
Returns whether tokens of the specified type should have "mark occurrences" enabled for the current programming language.
getMarkOccurrencesOfTokenType(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.PerlTokenMaker
Returns whether tokens of the specified type should have "mark occurrences" enabled for the current programming language.
getMarkOccurrencesOfTokenType(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.PHPTokenMaker
Returns whether tokens of the specified type should have "mark occurrences" enabled for the current programming language.
getMarkOccurrencesOfTokenType(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.PlainTextTokenMaker
Always returns false, as you never want "mark occurrences" working in plain text files.
getMarkOccurrencesOfTokenType(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.RubyTokenMaker
Returns whether tokens of the specified type should have "mark occurrences" enabled for the current programming language.
getMarkOccurrencesOfTokenType(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.SASTokenMaker
Returns whether tokens of the specified type should have "mark occurrences" enabled for the current programming language.
getMarkOccurrencesOfTokenType(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.UnixShellTokenMaker
Returns whether tokens of the specified type should have "mark occurrences" enabled for the current programming language.
getMarkOccurrencesOfTokenType(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.WindowsBatchTokenMaker
Returns whether tokens of the specified type should have "mark occurrences" enabled for the current programming language.
getMarkOccurrencesOfTokenType(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.XMLTokenMaker
Always returns false, as you never want "mark occurrences" working in XML files.
getMarkOccurrencesOfTokenType(int) - Method in interface org.fife.ui.rsyntaxtextarea.TokenMaker
Returns whether tokens of the specified type should have "mark occurrences" enabled for the current programming language.
getMasterImage() - Method in class org.fife.ui.rtextarea.ImageBackgroundPainterStrategy
Returns the "master" image; that is, the original, unscaled image.
getMatchedBracketBGColor() - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Gets the color used as the background for a matched bracket.
getMatchedBracketBorderColor() - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Gets the color used as the border for a matched bracket.
getMatches(Matcher, String) - Static method in class org.fife.ui.rtextarea.SearchEngine
This method is called internally by getNextMatchPosRegExImpl and is used to get the locations of all regular-expression matches, and possibly their replacement strings.
getMatchingBracketPosition(RSyntaxTextArea) - Static method in class org.fife.ui.rsyntaxtextarea.RSyntaxUtilities
 
getMatchRectangle() - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Returns the matched bracket's rectangle, or null if there is currently no matched bracket.
getMaxAscent() - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
 
getMaxAscent() - Method in class org.fife.ui.rtextarea.RTextArea
Returns the maximum ascent of all fonts used in this text area.
getMaximumSpan(int) - Method in class org.fife.ui.rsyntaxtextarea.WrappedSyntaxView
Determines the maximum span for this view along an axis.
getMessage() - Method in class org.fife.ui.rsyntaxtextarea.parser.DefaultParserNotice
Returns the message from the parser.
getMessage() - Method in interface org.fife.ui.rsyntaxtextarea.parser.ParserNotice
Returns the message from the parser.
getMinimumSpan(int) - Method in class org.fife.ui.rsyntaxtextarea.WrappedSyntaxView
Determines the minimum span for this view along an axis.
getMnemonic() - Method in class org.fife.ui.rtextarea.RecordableTextAction
Returns the mnemonic for this action.
getName() - Method in class org.fife.ui.rtextarea.IconGroup
Returns the name of this icon group.
getName() - Method in class org.fife.ui.rtextarea.Macro
Returns the name of this macro.
getName() - Method in class org.fife.ui.rtextarea.RecordableTextAction
Returns the name of this action.
getNextMatchPos(String, String, boolean, boolean, boolean) - Static method in class org.fife.ui.rtextarea.SearchEngine
Searches searchIn for an occurrence of searchFor either forwards or backwards, matching case or not.
getNextMatchPosImpl(String, String, boolean, boolean, boolean) - Static method in class org.fife.ui.rtextarea.SearchEngine
Actually does the work of matching; assumes searchFor and searchIn are already upper/lower-cased appropriately.
getNextMatchPosRegEx(String, CharSequence, boolean, boolean, boolean) - Static method in class org.fife.ui.rtextarea.SearchEngine
Searches searchIn for an occurrence of regEx either forwards or backwards, matching case or not.
getNextMatchPosRegExImpl(String, CharSequence, boolean, boolean, boolean, String) - Static method in class org.fife.ui.rtextarea.SearchEngine
Searches searchIn for an occurrence of regEx either forwards or backwards, matching case or not.
getNextToken() - Method in class org.fife.ui.rsyntaxtextarea.Token
Returns the token after this one in the linked list.
getNextVisualPositionFrom(int, Position.Bias, Shape, int, Position.Bias[], View) - Static method in class org.fife.ui.rsyntaxtextarea.RSyntaxUtilities
Provides a way to determine the next visually represented model location at which one might place a caret.
getNextVisualPositionFrom(int, Position.Bias, Shape, int, Position.Bias[]) - Method in class org.fife.ui.rsyntaxtextarea.SyntaxView
Provides a way to determine the next visually represented model location that one might place a caret.
getNextWord(RTextArea, int) - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.NextWordAction
 
getNotices() - Method in class org.fife.ui.rsyntaxtextarea.parser.DefaultParseResult
Returns the notices for the parsed section.
getNotices() - Method in interface org.fife.ui.rsyntaxtextarea.parser.ParseResult
Returns the notices for the parsed section.
getOffset() - Method in class org.fife.ui.rsyntaxtextarea.parser.DefaultParserNotice
Returns the offset of the code the message is concerned with.
getOffset() - Method in interface org.fife.ui.rsyntaxtextarea.parser.ParserNotice
Returns the offset of the code the message is concerned with.
getOffsetBeforeX(RSyntaxTextArea, TabExpander, float, float) - Method in class org.fife.ui.rsyntaxtextarea.Token
Returns the position in the document that represents the last character in the token that will fit into endBeforeX-startX pixels.
getOutputStream() - Method in class org.fife.ui.rsyntaxtextarea.FileLocation
Opens an output stream for writing this file.
getPaint() - Method in class org.fife.ui.rtextarea.ChangeableHighlightPainter
Returns the Paint (usually a java.awt.Color) being used to paint highlights.
getParser() - Method in class org.fife.ui.rsyntaxtextarea.parser.DefaultParseResult
Returns the parser that generated these notices.
getParser() - Method in class org.fife.ui.rsyntaxtextarea.parser.DefaultParserNotice
Returns the parser that created this message.
getParser() - Method in interface org.fife.ui.rsyntaxtextarea.parser.ParseResult
Returns the parser that generated these notices.
getParser() - Method in interface org.fife.ui.rsyntaxtextarea.parser.ParserNotice
Returns the parser that created this message.
getParser(int) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Returns the specified parser.
getParserCount() - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Returns the number of parsers operating on this text area.
getParserNotices() - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Returns a list of the current parser notices for this text area.
getPopupMenu() - Method in class org.fife.ui.rtextarea.RTextArea
Returns the popup menu for this component, lazily creating it if necessary.
getPositionAbove(RSyntaxTextArea, int, float, TabExpander) - Static method in class org.fife.ui.rsyntaxtextarea.RSyntaxUtilities
Determines the position in the model that is closest to the given view location in the row above.
getPositionBelow(RSyntaxTextArea, int, float, TabExpander) - Static method in class org.fife.ui.rsyntaxtextarea.RSyntaxUtilities
Determines the position in the model that is closest to the given view location in the row below.
getPreferredSize() - Method in class org.fife.ui.rsyntaxtextarea.ErrorStrip
getPreferredSpan(int) - Method in class org.fife.ui.rsyntaxtextarea.SyntaxView
Determines the preferred span for this view along an axis.
getPreferredSpan(int) - Method in class org.fife.ui.rsyntaxtextarea.WrappedSyntaxView
Determines the preferred span for this view along an axis.
getRegExReplaceInfo(String, String, boolean, boolean, boolean, String) - Static method in class org.fife.ui.rtextarea.SearchEngine
Returns information on how to implement a regular expression "replace" action in the specified text with the specified replacement string.
getReplacementText(Matcher, CharSequence) - Static method in class org.fife.ui.rtextarea.SearchEngine
Called internally by getMatches().
getRoundedEdges() - Method in class org.fife.ui.rtextarea.ChangeableHighlightPainter
Returns whether rounded edges are used when painting selections with this highlight painter.
getRoundedSelectionEdges() - Method in class org.fife.ui.rtextarea.ConfigurableCaret
Returns whether this caret's selection uses rounded edges.
getRTextArea() - Method in class org.fife.ui.rtextarea.RTextAreaUI
Returns the text area for which we are the UI.
getRTextAreaBase() - Method in class org.fife.ui.rtextarea.ImageBackgroundPainterStrategy
Returns the text area using this strategy.
getRTextAreaInputMap() - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaUI
Get the InputMap to use for the UI.
getRTextAreaInputMap() - Method in class org.fife.ui.rtextarea.RTextAreaUI
Get the InputMap to use for the UI.
getRtf() - Method in class org.fife.ui.rsyntaxtextarea.RtfGenerator
Returns the RTF document created by this generator.
getScalingHint() - Method in class org.fife.ui.rtextarea.ImageBackgroundPainterStrategy
Returns the scaling hint being used.
getSelectionPainter() - Method in class org.fife.ui.rtextarea.ConfigurableCaret
Gets the painter for the Highlighter.
getShouldIndentNextLine(int) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxDocument
This method returns whether auto indentation should be done if Enter is pressed at the end of the specified line.
getShouldIndentNextLine(int) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
If auto-indent is enabled, this method returns whether a new line after this one should be indented (based on the standard indentation rules for the current programming language).
getShouldIndentNextLineAfter(Token) - Method in class org.fife.ui.rsyntaxtextarea.AbstractJFlexCTokenMaker
The default implementation returns false always.
getShouldIndentNextLineAfter(Token) - Method in class org.fife.ui.rsyntaxtextarea.modes.JavaScriptTokenMaker
Returns true if the specified token is a '{' or '(' separator.
getShouldIndentNextLineAfter(Token) - Method in interface org.fife.ui.rsyntaxtextarea.TokenMaker
If a line ends in the specified token, this method returns whether a new line inserted after that line should be indented.
getShowInEditor() - Method in class org.fife.ui.rsyntaxtextarea.parser.DefaultParserNotice
Whether a squiggle underline should be drawn in the editor for this notice.
getShowInEditor() - Method in interface org.fife.ui.rsyntaxtextarea.parser.ParserNotice
Whether a squiggle underline should be drawn in the editor for this notice.
getShowMarkedOccurrences() - Method in class org.fife.ui.rsyntaxtextarea.ErrorStrip
Returns whether marked occurrences are shown in this error strip.
getSize() - Method in class org.fife.util.DynamicIntArray
Returns the number of ints in this array object.
getSourceActions(JComponent) - Method in class org.fife.ui.rtextarea.RTATextTransferHandler
This is the type of transfer actions supported by the source.
getStartOffset() - Method in interface org.fife.ui.rsyntaxtextarea.DocumentRange
Gets the starting offset of the range.
getStyle() - Method in class org.fife.ui.rtextarea.ConfigurableCaret
Gets the current style of this caret.
getSyntaxEditingStyle() - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Returns what type of syntax highlighting this editor is doing.
getSyntaxScheme() - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Returns all of the colors currently being used in syntax highlighting by this text component.
getTabSize() - Method in class org.fife.ui.rsyntaxtextarea.SyntaxView
Returns the tab size set for the document, defaulting to 5.
getTabSize() - Method in class org.fife.ui.rsyntaxtextarea.WrappedSyntaxView
Returns the tab size set for the document, defaulting to 5.
getTemplate(RSyntaxTextArea) - Method in class org.fife.ui.rsyntaxtextarea.CodeTemplateManager
Returns the template that should be inserted at the current caret position, assuming the trigger character was pressed.
getTemplateCount() - Method in class org.fife.ui.rsyntaxtextarea.CodeTemplateManager
Returns the number of templates this manager knows about.
getTemplates() - Method in class org.fife.ui.rsyntaxtextarea.CodeTemplateManager
Returns the templates currently available.
getTemplatesEnabled() - Static method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Returns whether or not templates are enabled for all instances of RSyntaxTextArea.
getTextAntiAliasHint() - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Returns the rendering hint used when antialiasing text in this editor.
getTextArea() - Method in class org.fife.ui.rtextarea.ConfigurableCaret
Gets the text editor component that this caret is bound to.
getTextArea() - Method in class org.fife.ui.rtextarea.RTextScrollPane
Returns the text area being displayed.
getTextMode() - Method in class org.fife.ui.rtextarea.RTextArea
Returns the text mode this editor pane is currently in.
getTokenAtOffset(Token, int) - Static method in class org.fife.ui.rsyntaxtextarea.RSyntaxUtilities
Returns the token at the specified index, or null if the given offset isn't in this token list's range.
getTokenList(Segment, int, int) - Method in class org.fife.ui.rsyntaxtextarea.modes.AssemblerX86TokenMaker
Returns the first token in the linked list of tokens generated from text.
getTokenList(Segment, int, int) - Method in class org.fife.ui.rsyntaxtextarea.modes.BBCodeTokenMaker
Returns the first token in the linked list of tokens generated from text.
getTokenList(Segment, int, int) - Method in class org.fife.ui.rsyntaxtextarea.modes.CPlusPlusTokenMaker
Returns the first token in the linked list of tokens generated from text.
getTokenList(Segment, int, int) - Method in class org.fife.ui.rsyntaxtextarea.modes.CSharpTokenMaker
Returns the first token in the linked list of tokens generated from text.
getTokenList(Segment, int, int) - Method in class org.fife.ui.rsyntaxtextarea.modes.CSSTokenMaker
Returns the first token in the linked list of tokens generated from text.
getTokenList(Segment, int, int) - Method in class org.fife.ui.rsyntaxtextarea.modes.CTokenMaker
Returns the first token in the linked list of tokens generated from text.
getTokenList(Segment, int, int) - Method in class org.fife.ui.rsyntaxtextarea.modes.DelphiTokenMaker
Returns the first token in the linked list of tokens generated from text.
getTokenList(Segment, int, int) - Method in class org.fife.ui.rsyntaxtextarea.modes.FortranTokenMaker
Returns the first token in the linked list of tokens generated from text.
getTokenList(Segment, int, int) - Method in class org.fife.ui.rsyntaxtextarea.modes.GroovyTokenMaker
Returns the first token in the linked list of tokens generated from text.
getTokenList(Segment, int, int) - Method in class org.fife.ui.rsyntaxtextarea.modes.HTMLTokenMaker
Returns the first token in the linked list of tokens generated from text.
getTokenList(Segment, int, int) - Method in class org.fife.ui.rsyntaxtextarea.modes.JavaScriptTokenMaker
Returns the first token in the linked list of tokens generated from text.
getTokenList(Segment, int, int) - Method in class org.fife.ui.rsyntaxtextarea.modes.JavaTokenMaker
Returns the first token in the linked list of tokens generated from text.
getTokenList(Segment, int, int) - Method in class org.fife.ui.rsyntaxtextarea.modes.JSPTokenMaker
Returns the first token in the linked list of tokens generated from text.
getTokenList(Segment, int, int) - Method in class org.fife.ui.rsyntaxtextarea.modes.LispTokenMaker
Returns the first token in the linked list of tokens generated from text.
getTokenList(Segment, int, int) - Method in class org.fife.ui.rsyntaxtextarea.modes.LuaTokenMaker
Returns the first token in the linked list of tokens generated from text.
getTokenList(Segment, int, int) - Method in class org.fife.ui.rsyntaxtextarea.modes.MakefileTokenMaker
Returns the first token in the linked list of tokens generated from text.
getTokenList(Segment, int, int) - Method in class org.fife.ui.rsyntaxtextarea.modes.PerlTokenMaker
Returns the first token in the linked list of tokens generated from text.
getTokenList(Segment, int, int) - Method in class org.fife.ui.rsyntaxtextarea.modes.PHPTokenMaker
Returns the first token in the linked list of tokens generated from text.
getTokenList(Segment, int, int) - Method in class org.fife.ui.rsyntaxtextarea.modes.PlainTextTokenMaker
Returns the first token in the linked list of tokens generated from text.
getTokenList(Segment, int, int) - Method in class org.fife.ui.rsyntaxtextarea.modes.PropertiesFileTokenMaker
Returns the first token in the linked list of tokens generated from text.
getTokenList(Segment, int, int) - Method in class org.fife.ui.rsyntaxtextarea.modes.PythonTokenMaker
Returns the first token in the linked list of tokens generated from text.
getTokenList(Segment, int, int) - Method in class org.fife.ui.rsyntaxtextarea.modes.RubyTokenMaker
Returns the first token in the linked list of tokens generated from text.
getTokenList(Segment, int, int) - Method in class org.fife.ui.rsyntaxtextarea.modes.SASTokenMaker
Returns the first token in the linked list of tokens generated from text.
getTokenList(Segment, int, int) - Method in class org.fife.ui.rsyntaxtextarea.modes.ScalaTokenMaker
Returns the first token in the linked list of tokens generated from text.
getTokenList(Segment, int, int) - Method in class org.fife.ui.rsyntaxtextarea.modes.SQLTokenMaker
Returns the first token in the linked list of tokens generated from text.
getTokenList(Segment, int, int) - Method in class org.fife.ui.rsyntaxtextarea.modes.TclTokenMaker
Returns the first token in the linked list of tokens generated from text.
getTokenList(Segment, int, int) - Method in class org.fife.ui.rsyntaxtextarea.modes.UnixShellTokenMaker
Returns a list of tokens representing the given text.
getTokenList(Segment, int, int) - Method in class org.fife.ui.rsyntaxtextarea.modes.WindowsBatchTokenMaker
Returns a list of tokens representing the given text.
getTokenList(Segment, int, int) - Method in class org.fife.ui.rsyntaxtextarea.modes.XMLTokenMaker
Returns the first token in the linked list of tokens generated from text.
getTokenList(Segment, int, int) - Method in interface org.fife.ui.rsyntaxtextarea.TokenMaker
Returns the first token in the linked list of tokens generated from text.
getTokenListForLine(int) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxDocument
Returns a token list for the specified segment of text representing the specified line number.
getTokenListForLine(int) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Returns a list of tokens representing the given line.
getTokenListForPhysicalLineAbove(int) - Method in class org.fife.ui.rsyntaxtextarea.SyntaxView
Returns a token list for the physical line above the physical line containing the specified offset into the document.
getTokenListForPhysicalLineAbove(int) - Method in interface org.fife.ui.rsyntaxtextarea.TokenOrientedView
Returns a token list for the physical line above the physical line containing the specified offset into the document.
getTokenListForPhysicalLineBelow(int) - Method in class org.fife.ui.rsyntaxtextarea.SyntaxView
Returns a token list for the physical line below the physical line containing the specified offset into the document.
getTokenListForPhysicalLineBelow(int) - Method in interface org.fife.ui.rsyntaxtextarea.TokenOrientedView
Returns a token list for the physical line below the physical line containing the specified offset into the document.
getTokenListWidth(Token, RSyntaxTextArea, TabExpander) - Static method in class org.fife.ui.rsyntaxtextarea.RSyntaxUtilities
Determines the width of the given token list taking tabs into consideration.
getTokenListWidth(Token, RSyntaxTextArea, TabExpander, float) - Static method in class org.fife.ui.rsyntaxtextarea.RSyntaxUtilities
Determines the width of the given token list taking tabs into consideration.
getTokenListWidthUpTo(Token, RSyntaxTextArea, TabExpander, float, int) - Static method in class org.fife.ui.rsyntaxtextarea.RSyntaxUtilities
Determines the width of the given token list taking tabs into consideration and only up to the given index in the document (exclusive).
getTokenMaker(String) - Method in class org.fife.ui.rsyntaxtextarea.TokenMakerFactory
Returns a TokenMaker for the specified key.
getTokenMakerImpl(String) - Method in class org.fife.ui.rsyntaxtextarea.AbstractTokenMakerFactory
Returns a TokenMaker for the specified key.
getTokenMakerImpl(String) - Method in class org.fife.ui.rsyntaxtextarea.TokenMakerFactory
Returns a TokenMaker for the specified key.
getToolTipSupplier() - Method in class org.fife.ui.rtextarea.RTextArea
Returns the tool tip supplier.
getToolTipText(MouseEvent) - Method in class org.fife.ui.rsyntaxtextarea.ErrorStrip
getToolTipText() - Method in class org.fife.ui.rsyntaxtextarea.parser.DefaultParserNotice
Returns the tooltip text to display for this notice.
getToolTipText() - Method in interface org.fife.ui.rsyntaxtextarea.parser.ParserNotice
Returns the tooltip text to display for this notice.
getToolTipText() - Method in class org.fife.ui.rsyntaxtextarea.parser.ToolTipInfo
Returns the tool tip text to display.
getToolTipText(MouseEvent) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Returns the tool tip to display for a mouse event at the given location.
getToolTipText(MouseEvent) - Method in class org.fife.ui.rtextarea.RTextArea
Returns the tooltip to display for a mouse event at the given location.
getToolTipText(RTextArea, MouseEvent) - Method in interface org.fife.ui.rtextarea.ToolTipSupplier
Returns the tool tip text to display for a given mouse event.
getTrackingIcons(Point) - Method in class org.fife.ui.rtextarea.Gutter
Returns the tracking icons at the specified view position.
getUnderlineForToken(Token) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Returns whether the specified token should be underlined.
getUnsafe(int) - Method in class org.fife.util.DynamicIntArray
Returns the int at the specified position in this array object, without doing any bounds checking.
getUseFocusableTips() - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Returns whether "focusable" tool tips are used instead of standard ones.
getVisibleEditorRect() - Method in class org.fife.ui.rtextarea.RTextAreaUI
Gets the allocation to give the root View.
getWidth(RSyntaxTextArea, TabExpander, float) - Method in class org.fife.ui.rsyntaxtextarea.Token
Returns the width of this token given the specified parameters.
getWidthUpTo(int, RSyntaxTextArea, TabExpander, float) - Method in class org.fife.ui.rsyntaxtextarea.DefaultToken
Returns the width of a specified number of characters in this token.
getWidthUpTo(int, RSyntaxTextArea, TabExpander, float) - Method in class org.fife.ui.rsyntaxtextarea.Token
Returns the width of a specified number of characters in this token.
getWidthUpTo(int, RSyntaxTextArea, TabExpander, float) - Method in class org.fife.ui.rsyntaxtextarea.VisibleWhitespaceToken
Returns the width of a specified number of characters in this token.
getWordEnd(RSyntaxTextArea, int) - Static method in class org.fife.ui.rsyntaxtextarea.RSyntaxUtilities
Returns the end of the word at the given offset.
getWordEnd(RTextArea, int) - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.EndWordAction
 
getWordStart(RSyntaxTextArea, int) - Static method in class org.fife.ui.rsyntaxtextarea.RSyntaxUtilities
Returns the start of the word at the given offset.
getWordStart(RTextArea, int) - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.BeginWordAction
 
getWordsToHighlight() - Method in class org.fife.ui.rsyntaxtextarea.AbstractTokenMaker
Returns the words to highlight for this programming language.
getWordsToHighlight() - Method in class org.fife.ui.rsyntaxtextarea.modes.JavaScriptTokenMaker
Returns the words to highlight for the JavaScript programming language.
getWordsToHighlight() - Method in class org.fife.ui.rsyntaxtextarea.modes.UnixShellTokenMaker
Returns the words to highlight for UNIX shell scripts.
getWordsToHighlight() - Method in class org.fife.ui.rsyntaxtextarea.modes.WindowsBatchTokenMaker
Returns the words to highlight for Windows batch files.
getWriteUtf8BOM() - Static method in class org.fife.io.UnicodeWriter
Returns whether UTF-8 files should have a BOM in them when written.
GroovyTokenMaker - Class in org.fife.ui.rsyntaxtextarea.modes
Scanner for the Groovy programming language.
GroovyTokenMaker() - Constructor for class org.fife.ui.rsyntaxtextarea.modes.GroovyTokenMaker
Constructor.
GroovyTokenMaker(Reader) - Constructor for class org.fife.ui.rsyntaxtextarea.modes.GroovyTokenMaker
Creates a new scanner There is also a java.io.InputStream version of this constructor.
GroovyTokenMaker(InputStream) - Constructor for class org.fife.ui.rsyntaxtextarea.modes.GroovyTokenMaker
Creates a new scanner.
Gutter - Class in org.fife.ui.rtextarea
The gutter is the component on the left-hand side of the text area that displays optional information such as line numbers and icons (for bookmarks, debugging breakpoints, error markers, etc.).
Gutter(RTextArea) - Constructor for class org.fife.ui.rtextarea.Gutter
Constructor.
GutterIconInfo - Interface in org.fife.ui.rtextarea
Information about an icon displayed in a Gutter.

H

handleReaderImport(Reader, JTextComponent) - Method in class org.fife.ui.rtextarea.RTATextTransferHandler
Import the given stream data into the text component.
handleReplaceSelection(String) - Method in class org.fife.ui.rtextarea.RTextArea
Does the actual dirty-work of replacing the selected text in this text area (i.e., in its document).
hashCode() - Method in class org.fife.ui.rsyntaxtextarea.parser.DefaultParserNotice
Returns the hash code for this notice.
hashCode() - Method in class org.fife.ui.rsyntaxtextarea.Style
Computes the hash code to use when adding this syntax scheme to hash tables.
hashCode() - Method in class org.fife.ui.rsyntaxtextarea.SyntaxScheme
This is implemented to be consistent with SyntaxScheme.equals(Object).
hashCode() - Method in class org.fife.ui.rsyntaxtextarea.templates.AbstractCodeTemplate
Returns the hash code for this template.
hashCode() - Method in class org.fife.ui.rtextarea.ColorBackgroundPainterStrategy
Returns the hash code to use when placing an object of this type into hash maps.
hashCode() - Method in class org.fife.ui.rtextarea.IconGroup
Overridden since we also override IconGroup.equals(Object), to honor the invariant that equal objects must have equal hashcodes.
hasSeparateLargeIcons() - Method in class org.fife.ui.rtextarea.IconGroup
Returns whether a separate directory for the large icons exists.
HEREDOC_EOF_DOUBLE_QUOTED - Static variable in class org.fife.ui.rsyntaxtextarea.modes.RubyTokenMaker
 
HEREDOC_EOF_SINGLE_QUOTED - Static variable in class org.fife.ui.rsyntaxtextarea.modes.PerlTokenMaker
lexical states
HEREDOC_EOF_SINGLE_QUOTED - Static variable in class org.fife.ui.rsyntaxtextarea.modes.RubyTokenMaker
lexical states
HEREDOC_EOF_UNQUOTED - Static variable in class org.fife.ui.rsyntaxtextarea.modes.PerlTokenMaker
 
HEREDOC_EOF_UNQUOTED - Static variable in class org.fife.ui.rsyntaxtextarea.modes.RubyTokenMaker
 
HEREDOC_EOT_DOUBLE_QUOTED - Static variable in class org.fife.ui.rsyntaxtextarea.modes.RubyTokenMaker
 
HEREDOC_EOT_SINGLE_QUOTED - Static variable in class org.fife.ui.rsyntaxtextarea.modes.PerlTokenMaker
 
HEREDOC_EOT_SINGLE_QUOTED - Static variable in class org.fife.ui.rsyntaxtextarea.modes.RubyTokenMaker
 
HEREDOC_EOT_UNQUOTED - Static variable in class org.fife.ui.rsyntaxtextarea.modes.PerlTokenMaker
 
HEREDOC_EOT_UNQUOTED - Static variable in class org.fife.ui.rsyntaxtextarea.modes.RubyTokenMaker
 
hexCharacters - Variable in class org.fife.ui.rsyntaxtextarea.modes.JavaScriptTokenMaker
 
HIDDEN_COMMENT - Static variable in class org.fife.ui.rsyntaxtextarea.modes.JSPTokenMaker
 
HTMLTokenMaker - Class in org.fife.ui.rsyntaxtextarea.modes
Scanner for HTML 5 files.
HTMLTokenMaker() - Constructor for class org.fife.ui.rsyntaxtextarea.modes.HTMLTokenMaker
Constructor.
HTMLTokenMaker(Reader) - Constructor for class org.fife.ui.rsyntaxtextarea.modes.HTMLTokenMaker
Creates a new scanner There is also a java.io.InputStream version of this constructor.
HTMLTokenMaker(InputStream) - Constructor for class org.fife.ui.rsyntaxtextarea.modes.HTMLTokenMaker
Creates a new scanner.
HYPERLINKS_ENABLED_PROPERTY - Static variable in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
 

I

IconGroup - Class in org.fife.ui.rtextarea
This class encapsulates the location, properties, etc. of an icon set used for an instance of RTextArea.
IconGroup(String, String) - Constructor for class org.fife.ui.rtextarea.IconGroup
Creates an icon set without "large versions" of the icons.
IconGroup(String, String, String) - Constructor for class org.fife.ui.rtextarea.IconGroup
Constructor.
IconGroup(String, String, String, String) - Constructor for class org.fife.ui.rtextarea.IconGroup
Constructor.
IconGroup(String, String, String, String, String) - Constructor for class org.fife.ui.rtextarea.IconGroup
Constructor.
IDENTIFIER - Static variable in class org.fife.ui.rsyntaxtextarea.Token
 
ImageBackgroundPainterStrategy - Class in org.fife.ui.rtextarea
A strategy for painting the background of an RTextAreaBase as an image.
ImageBackgroundPainterStrategy(RTextAreaBase) - Constructor for class org.fife.ui.rtextarea.ImageBackgroundPainterStrategy
Constructor.
importData(JComponent, Transferable) - Method in class org.fife.ui.rtextarea.RTATextTransferHandler
This method causes a transfer to a component from a clipboard or a DND drop operation.
INATTR_DOUBLE - Static variable in class org.fife.ui.rsyntaxtextarea.modes.HTMLTokenMaker
 
INATTR_DOUBLE - Static variable in class org.fife.ui.rsyntaxtextarea.modes.JSPTokenMaker
 
INATTR_DOUBLE - Static variable in class org.fife.ui.rsyntaxtextarea.modes.PHPTokenMaker
 
INATTR_DOUBLE - Static variable in class org.fife.ui.rsyntaxtextarea.modes.XMLTokenMaker
 
INATTR_DOUBLE_SCRIPT - Static variable in class org.fife.ui.rsyntaxtextarea.modes.HTMLTokenMaker
 
INATTR_DOUBLE_SCRIPT - Static variable in class org.fife.ui.rsyntaxtextarea.modes.JSPTokenMaker
 
INATTR_DOUBLE_SCRIPT - Static variable in class org.fife.ui.rsyntaxtextarea.modes.PHPTokenMaker
 
INATTR_SINGLE - Static variable in class org.fife.ui.rsyntaxtextarea.modes.HTMLTokenMaker
 
INATTR_SINGLE - Static variable in class org.fife.ui.rsyntaxtextarea.modes.JSPTokenMaker
 
INATTR_SINGLE - Static variable in class org.fife.ui.rsyntaxtextarea.modes.PHPTokenMaker
 
INATTR_SINGLE - Static variable in class org.fife.ui.rsyntaxtextarea.modes.XMLTokenMaker
 
INATTR_SINGLE_SCRIPT - Static variable in class org.fife.ui.rsyntaxtextarea.modes.HTMLTokenMaker
 
INATTR_SINGLE_SCRIPT - Static variable in class org.fife.ui.rsyntaxtextarea.modes.JSPTokenMaker
lexical states
INATTR_SINGLE_SCRIPT - Static variable in class org.fife.ui.rsyntaxtextarea.modes.PHPTokenMaker
 
increaseAmount - Variable in class org.fife.ui.rtextarea.RTextAreaEditorKit.IncreaseFontSizeAction
 
INFO - Static variable in interface org.fife.ui.rsyntaxtextarea.parser.ParserNotice
Indicates an info notice.
init(InputStream, String) - Method in class org.fife.io.UnicodeReader
Read-ahead four bytes and check for BOM marks.
init() - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Called by constructors to initialize common properties of the text editor.
initialize() - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.DecreaseFontSizeAction
 
initialize() - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.IncreaseFontSizeAction
 
INSERT_MODE - Static variable in class org.fife.ui.rtextarea.RTextArea
Constant representing insert mode.
insertUpdate(DocumentEvent, Shape, ViewFactory) - Method in class org.fife.ui.rsyntaxtextarea.SyntaxView
Gives notification that something was inserted into the document in a location that this view is responsible for.
insertUpdate(DocumentEvent) - Method in class org.fife.ui.rsyntaxtextarea.TextEditorPane
Callback for when text is inserted into the document.
insertUpdate(DocumentEvent, Shape, ViewFactory) - Method in class org.fife.ui.rsyntaxtextarea.WrappedSyntaxView
Gives notification that something was inserted into the document in a location that this view is responsible for.
install(JTextComponent) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaHighlighter
install(JTextComponent) - Method in class org.fife.ui.rtextarea.ConfigurableCaret
Installs this caret on a text component.
installDefaults() - Method in class org.fife.ui.rtextarea.RTextAreaUI
 
installKeyboardActions() - Method in class org.fife.ui.rtextarea.RTextAreaUI
installUI(JComponent) - Method in class org.fife.ui.rtextarea.RTextAreaUI
Installs this UI to the given text component.
INTAG - Static variable in class org.fife.ui.rsyntaxtextarea.modes.BBCodeTokenMaker
lexical states
INTAG - Static variable in class org.fife.ui.rsyntaxtextarea.modes.HTMLTokenMaker
 
INTAG - Static variable in class org.fife.ui.rsyntaxtextarea.modes.JSPTokenMaker
 
INTAG - Static variable in class org.fife.ui.rsyntaxtextarea.modes.PHPTokenMaker
 
INTAG - Static variable in class org.fife.ui.rsyntaxtextarea.modes.XMLTokenMaker
lexical states
INTAG_CHECK_TAG_NAME - Static variable in class org.fife.ui.rsyntaxtextarea.modes.HTMLTokenMaker
lexical states
INTAG_CHECK_TAG_NAME - Static variable in class org.fife.ui.rsyntaxtextarea.modes.JSPTokenMaker
 
INTAG_CHECK_TAG_NAME - Static variable in class org.fife.ui.rsyntaxtextarea.modes.PHPTokenMaker
lexical states
INTAG_SCRIPT - Static variable in class org.fife.ui.rsyntaxtextarea.modes.HTMLTokenMaker
 
INTAG_SCRIPT - Static variable in class org.fife.ui.rsyntaxtextarea.modes.JSPTokenMaker
 
INTAG_SCRIPT - Static variable in class org.fife.ui.rsyntaxtextarea.modes.PHPTokenMaker
 
INTERNAL_ATTR_DOUBLE_QUOTE_SCRIPT - Static variable in class org.fife.ui.rsyntaxtextarea.modes.HTMLTokenMaker
Token type specifying we're in a double-qouted attribute in a script tag.
INTERNAL_ATTR_DOUBLE_QUOTE_SCRIPT - Static variable in class org.fife.ui.rsyntaxtextarea.modes.JSPTokenMaker
Token type specifying we're in a double-qouted attribute in a script tag.
INTERNAL_ATTR_DOUBLE_QUOTE_SCRIPT - Static variable in class org.fife.ui.rsyntaxtextarea.modes.PHPTokenMaker
Token type specifying we're in a double-qouted attribute in a script tag.
INTERNAL_ATTR_SINGLE_QUOTE_SCRIPT - Static variable in class org.fife.ui.rsyntaxtextarea.modes.HTMLTokenMaker
Token type specifying we're in a single-qouted attribute in a script tag.
INTERNAL_ATTR_SINGLE_QUOTE_SCRIPT - Static variable in class org.fife.ui.rsyntaxtextarea.modes.JSPTokenMaker
Token type specifying we're in a single-qouted attribute in a script tag.
INTERNAL_ATTR_SINGLE_QUOTE_SCRIPT - Static variable in class org.fife.ui.rsyntaxtextarea.modes.PHPTokenMaker
Token type specifying we're in a single-qouted attribute in a script tag.
INTERNAL_COMPILER_DIRECTIVE - Static variable in class org.fife.ui.rsyntaxtextarea.modes.DelphiTokenMaker
Token type specific to DelphiTokenMaker; denotes a line ending with an unterminated "{$" compiler directive.
INTERNAL_COMPILER_DIRECTIVE2 - Static variable in class org.fife.ui.rsyntaxtextarea.modes.DelphiTokenMaker
Token type specific to DelphiTokenMaker; denotes a line ending with an unterminated "(*$" compiler directive.
INTERNAL_HEREDOC_EOF_DOUBLE_QUOTED - Static variable in class org.fife.ui.rsyntaxtextarea.modes.RubyTokenMaker
Token type specific to RubyTokenMaker; this signals that we are inside an double quoted EOF heredoc.
INTERNAL_HEREDOC_EOF_SINGLE_QUOTED - Static variable in class org.fife.ui.rsyntaxtextarea.modes.PerlTokenMaker
Token type specific to PerlTokenMaker; this signals that we are inside an single quoted EOF heredoc.
INTERNAL_HEREDOC_EOF_SINGLE_QUOTED - Static variable in class org.fife.ui.rsyntaxtextarea.modes.RubyTokenMaker
Token type specific to RubyTokenMaker; this signals that we are inside an single quoted EOF heredoc.
INTERNAL_HEREDOC_EOF_UNQUOTED - Static variable in class org.fife.ui.rsyntaxtextarea.modes.PerlTokenMaker
Token type specific to PerlTokenMaker; this signals that we are inside an unquoted/double quoted/backtick EOF heredoc.
INTERNAL_HEREDOC_EOF_UNQUOTED - Static variable in class org.fife.ui.rsyntaxtextarea.modes.RubyTokenMaker
Token type specific to RubyTokenMaker; this signals that we are inside an unquoted/double quoted/backtick EOF heredoc.
INTERNAL_HEREDOC_EOT_DOUBLE_QUOTED - Static variable in class org.fife.ui.rsyntaxtextarea.modes.RubyTokenMaker
Token type specific to RubyTokenMaker; this signals that we are inside an double quoted EOT heredoc.
INTERNAL_HEREDOC_EOT_SINGLE_QUOTED - Static variable in class org.fife.ui.rsyntaxtextarea.modes.PerlTokenMaker
Token type specific to PerlTokenMaker; this signals that we are inside an single quoted EOT heredoc.
INTERNAL_HEREDOC_EOT_SINGLE_QUOTED - Static variable in class org.fife.ui.rsyntaxtextarea.modes.RubyTokenMaker
Token type specific to RubyTokenMaker; this signals that we are inside an single quoted EOT heredoc.
INTERNAL_HEREDOC_EOT_UNQUOTED - Static variable in class org.fife.ui.rsyntaxtextarea.modes.PerlTokenMaker
Token type specific to PerlTokenMaker; this signals that we are inside an unquoted/double quoted/backtick EOT heredoc.
INTERNAL_HEREDOC_EOT_UNQUOTED - Static variable in class org.fife.ui.rsyntaxtextarea.modes.RubyTokenMaker
Token type specific to RubyTokenMaker; this signals that we are inside an unquoted/double quoted/backtick EOT heredoc.
INTERNAL_IN_HIDDEN_COMMENT - Static variable in class org.fife.ui.rsyntaxtextarea.modes.JSPTokenMaker
Token type specifying we're in a JSP hidden comment ("<%-- ... --%>").
INTERNAL_IN_JAVA_DOCCOMMENT - Static variable in class org.fife.ui.rsyntaxtextarea.modes.JSPTokenMaker
Token type specifying we're in a Java documentation comment.
INTERNAL_IN_JAVA_EXPRESSION - Static variable in class org.fife.ui.rsyntaxtextarea.modes.JSPTokenMaker
Token type specifying we're in Java code.
INTERNAL_IN_JAVA_MLC - Static variable in class org.fife.ui.rsyntaxtextarea.modes.JSPTokenMaker
Token type specifying we're in Java multiline comment.
INTERNAL_IN_JS - Static variable in class org.fife.ui.rsyntaxtextarea.modes.HTMLTokenMaker
Token type specifying we're in JavaScript.
INTERNAL_IN_JS - Static variable in class org.fife.ui.rsyntaxtextarea.modes.JSPTokenMaker
Token type specifying we're in JavaScript.
INTERNAL_IN_JS - Static variable in class org.fife.ui.rsyntaxtextarea.modes.PHPTokenMaker
Token type specifying we're in JavaScript.
INTERNAL_IN_JS_MLC - Static variable in class org.fife.ui.rsyntaxtextarea.modes.HTMLTokenMaker
Token type specifying we're in a JavaScript multiline comment.
INTERNAL_IN_JS_MLC - Static variable in class org.fife.ui.rsyntaxtextarea.modes.JSPTokenMaker
Token type specifying we're in a JavaScript multiline comment.
INTERNAL_IN_JS_MLC - Static variable in class org.fife.ui.rsyntaxtextarea.modes.PHPTokenMaker
Token type specifying we're in a JavaScript multiline comment.
INTERNAL_IN_JSP_DIRECTIVE - Static variable in class org.fife.ui.rsyntaxtextarea.modes.JSPTokenMaker
Token type specifying we're in a JSP directive (either include, page or taglib).
INTERNAL_IN_PHP - Static variable in class org.fife.ui.rsyntaxtextarea.modes.PHPTokenMaker
Token type specifying we're in PHP.
INTERNAL_IN_PHP_MLC - Static variable in class org.fife.ui.rsyntaxtextarea.modes.PHPTokenMaker
Token type specifying we're in a PHP multiline comment.
INTERNAL_INTAG - Static variable in class org.fife.ui.rsyntaxtextarea.modes.BBCodeTokenMaker
Token type specific to BBCodeTokenMaker; this signals that the user has ended a line with an unclosed tag; thus a new line is beginning still inside of the tag.
INTERNAL_INTAG - Static variable in class org.fife.ui.rsyntaxtextarea.modes.HTMLTokenMaker
Token type specific to HTMLTokenMaker; this signals that the user has ended a line with an unclosed HTML tag; thus a new line is beginning still inside of the tag.
INTERNAL_INTAG - Static variable in class org.fife.ui.rsyntaxtextarea.modes.JSPTokenMaker
Token type specific to JSPTokenMaker; this signals that the user has ended a line with an unclosed HTML tag; thus a new line is beginning still inside of the tag.
INTERNAL_INTAG - Static variable in class org.fife.ui.rsyntaxtextarea.modes.PHPTokenMaker
Token type specific to HTMLTokenMaker; this signals that the user has ended a line with an unclosed HTML tag; thus a new line is beginning still inside of the tag.
INTERNAL_INTAG - Static variable in class org.fife.ui.rsyntaxtextarea.modes.XMLTokenMaker
Token type specific to XMLTokenMaker; this signals that the user has ended a line with an unclosed XML tag; thus a new line is beginning still inside of the tag.
INTERNAL_INTAG_SCRIPT - Static variable in class org.fife.ui.rsyntaxtextarea.modes.HTMLTokenMaker
Token type specific to HTMLTokenMaker; this signals that the user has ended a line with an unclosed <script> tag.
INTERNAL_INTAG_SCRIPT - Static variable in class org.fife.ui.rsyntaxtextarea.modes.JSPTokenMaker
Token type specific to JSPTokenMaker; this signals that the user has ended a line with an unclosed <script> tag.
INTERNAL_INTAG_SCRIPT - Static variable in class org.fife.ui.rsyntaxtextarea.modes.PHPTokenMaker
Token type specific to HTMLTokenMaker; this signals that the user has ended a line with an unclosed <script> tag.
INTERNAL_MLC2 - Static variable in class org.fife.ui.rsyntaxtextarea.modes.DelphiTokenMaker
Token type specific to DelphiTokenMaker; denotes a line ending with an unterminated "(*" comment.
INTERNAL_PHP_CHAR - Static variable in class org.fife.ui.rsyntaxtextarea.modes.PHPTokenMaker
Token type specifying we're in a PHP multiline char.
INTERNAL_PHP_STRING - Static variable in class org.fife.ui.rsyntaxtextarea.modes.PHPTokenMaker
Token type specifying we're in a PHP multiline string.
INTERNAL_POD - Static variable in class org.fife.ui.rsyntaxtextarea.modes.PerlTokenMaker
Token type specific to PerlTokenMaker; this signals we are in a POD block.
INTERNAL_STRING_Q_BANG - Static variable in class org.fife.ui.rsyntaxtextarea.modes.RubyTokenMaker
Token type specific to RubyTokenMaker; this signals that we are inside a %Q!...!
INTERNAL_STRING_Q_CURLY_BRACE - Static variable in class org.fife.ui.rsyntaxtextarea.modes.RubyTokenMaker
Token type specific to RubyTokenMaker; this signals that we are inside a %Q{...} style double quoted string.
INTERNAL_STRING_Q_LT - Static variable in class org.fife.ui.rsyntaxtextarea.modes.RubyTokenMaker
Token type specific to RubyTokenMaker; this signals that we are inside a %Q<...
INTERNAL_STRING_Q_PAREN - Static variable in class org.fife.ui.rsyntaxtextarea.modes.RubyTokenMaker
Token type specific to RubyTokenMaker; this signals that we are inside a %Q(...) style double quoted string.
INTERNAL_STRING_Q_SLASH - Static variable in class org.fife.ui.rsyntaxtextarea.modes.RubyTokenMaker
Token type specific to RubyTokenMaker; this signals that we are inside a %Q/.../ style double quoted string.
INTERNAL_STRING_Q_SQUARE_BRACKET - Static variable in class org.fife.ui.rsyntaxtextarea.modes.RubyTokenMaker
Token type specific to RubyTokenMaker; this signals that we are inside a %Q[...] style double quoted string.
invoke(RSyntaxTextArea) - Method in interface org.fife.ui.rsyntaxtextarea.templates.CodeTemplate
Invokes this code template.
invoke(RSyntaxTextArea) - Method in class org.fife.ui.rsyntaxtextarea.templates.StaticCodeTemplate
Invokes this code template.
isAutoIndentEnabled() - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Returns whether or not auto-indent is enabled.
isBookmarkingEnabled() - Method in class org.fife.ui.rtextarea.Gutter
Returns whether bookmarking is enabled.
isBracket(char) - Static method in class org.fife.ui.rsyntaxtextarea.RSyntaxUtilities
Returns whether or not this character is a "bracket" to be matched by such programming languages as C, C++, and Java.
isBracketMatchingEnabled() - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Returns whether or not bracket matching is enabled.
isClearWhitespaceLinesEnabled() - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Returns whether or not lines containing nothing but whitespace are made into blank lines when Enter is pressed in them.
isDigit(char) - Static method in class org.fife.ui.rsyntaxtextarea.RSyntaxUtilities
Returns whether or not a character is a digit (0-9).
isDirty() - Method in class org.fife.ui.rsyntaxtextarea.TextEditorPane
Returns whether or not the text in this editor has unsaved changes.
isEmpty() - Method in class org.fife.util.DynamicIntArray
Returns whether or not this array object is empty.
isEnabled() - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.InsertBreakAction
 
isHexCharacter(char) - Static method in class org.fife.ui.rsyntaxtextarea.RSyntaxUtilities
Returns whether or not this character is a hex character.
isHyperlink() - Method in class org.fife.ui.rsyntaxtextarea.Token
Returns whether this token is a hyperlink.
isIconRowHeaderEnabled() - Method in class org.fife.ui.rtextarea.Gutter
Returns whether the icon row header is enabled.
isIconRowHeaderEnabled() - Method in class org.fife.ui.rtextarea.RTextScrollPane
Returns whether the icon row header is enabled.
isIgnoringCase() - Method in class org.fife.ui.rsyntaxtextarea.TokenMap
Returns whether this token map ignores case when checking for tokens.
isJavaOperator(char) - Static method in class org.fife.ui.rsyntaxtextarea.RSyntaxUtilities
Returns whether a character is a Java operator.
isLeftCurly() - Method in class org.fife.ui.rsyntaxtextarea.Token
Returns whether this token is a Token.SEPARATOR representing a single left curly brace.
isLetter(char) - Static method in class org.fife.ui.rsyntaxtextarea.RSyntaxUtilities
Returns whether a character is a US-ASCII letter (A-Z or a-z).
isLetterOrDigit(char) - Static method in class org.fife.ui.rsyntaxtextarea.RSyntaxUtilities
Returns whether or not a character is a US-ASCII letter or a digit.
isLocal() - Method in class org.fife.ui.rsyntaxtextarea.FileLocation
Returns whether this file location is a local file.
isLocal() - Method in class org.fife.ui.rsyntaxtextarea.TextEditorPane
Returns whether this file is a local file.
isLocalAndExists() - Method in class org.fife.ui.rsyntaxtextarea.FileLocation
Returns whether this file location is a local file that already exists.
isLocalAndExists() - Method in class org.fife.ui.rsyntaxtextarea.TextEditorPane
Returns whether this is a local file that already exists.
isMarkupLanguage() - Method in class org.fife.ui.rsyntaxtextarea.modes.AbstractMarkupTokenMaker
Overridden to return true.
isMarkupLanguage() - Method in interface org.fife.ui.rsyntaxtextarea.TokenMaker
Returns whether this language is a markup language.
isModifiedOutsideEditor() - Method in class org.fife.ui.rsyntaxtextarea.TextEditorPane
Returns whether the text file has been modified outside of this editor since the last load or save operation.
isPaintable() - Method in class org.fife.ui.rsyntaxtextarea.Token
Returns whether or not this token is "paintable;" i.e., whether or not the type of this token is one such that it has an associated syntax style.
isReadOnly() - Method in class org.fife.ui.rsyntaxtextarea.TextEditorPane
Returns whether or not the text area should be treated as read-only.
isRecordable() - Method in class org.fife.ui.rtextarea.RecordableTextAction
Returns whether or not this action will be recorded and replayed in a macro.
isRecordable() - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.BeginRecordingMacroAction
 
isRecordable() - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.EndRecordingMacroAction
 
isRecordable() - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.PlaybackLastMacroAction
 
isRecordable() - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.SetReadOnlyAction
 
isRecordable() - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit.SetWritableAction
 
isRecordingMacro() - Static method in class org.fife.ui.rtextarea.RTextArea
Returns whether or not a macro is being recorded.
isRemote() - Method in class org.fife.ui.rsyntaxtextarea.FileLocation
Returns whether this file location is a remote location.
isRightCurly() - Method in class org.fife.ui.rsyntaxtextarea.Token
Returns whether this token is a Token.SEPARATOR representing a single right curly brace.
isSingleChar(char) - Method in class org.fife.ui.rsyntaxtextarea.Token
Returns whether this token is the specified single character.
isValidChar(char) - Static method in class org.fife.ui.rsyntaxtextarea.CodeTemplateManager
Returns whether the specified character is a valid character for a CodeTemplate id.
isWhitespace(char) - Static method in class org.fife.ui.rsyntaxtextarea.RSyntaxUtilities
Returns whether or not a character is a whitespace character (either a space ' ' or tab '\t').
isWhitespace() - Method in class org.fife.ui.rsyntaxtextarea.Token
Returns whether or not this token is whitespace.
isWhitespaceVisible() - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Returns whether whitespace (spaces and tabs) is visible.

J

JAVA_DOCCOMMENT - Static variable in class org.fife.ui.rsyntaxtextarea.modes.JSPTokenMaker
 
JAVA_EXPRESSION - Static variable in class org.fife.ui.rsyntaxtextarea.modes.JSPTokenMaker
 
JAVA_MLC - Static variable in class org.fife.ui.rsyntaxtextarea.modes.JSPTokenMaker
 
JAVASCRIPT - Static variable in class org.fife.ui.rsyntaxtextarea.modes.HTMLTokenMaker
 
JAVASCRIPT - Static variable in class org.fife.ui.rsyntaxtextarea.modes.JSPTokenMaker
 
JAVASCRIPT - Static variable in class org.fife.ui.rsyntaxtextarea.modes.PHPTokenMaker
 
JavaScriptTokenMaker - Class in org.fife.ui.rsyntaxtextarea.modes
A token maker that turns text into a linked list of Tokens for syntax highlighting in the JavaScript programming language.
JavaScriptTokenMaker() - Constructor for class org.fife.ui.rsyntaxtextarea.modes.JavaScriptTokenMaker
Constructor.
JavaTokenMaker - Class in org.fife.ui.rsyntaxtextarea.modes
Scanner for the Java programming language.
JavaTokenMaker() - Constructor for class org.fife.ui.rsyntaxtextarea.modes.JavaTokenMaker
Constructor.
JavaTokenMaker(Reader) - Constructor for class org.fife.ui.rsyntaxtextarea.modes.JavaTokenMaker
Creates a new scanner There is also a java.io.InputStream version of this constructor.
JavaTokenMaker(InputStream) - Constructor for class org.fife.ui.rsyntaxtextarea.modes.JavaTokenMaker
Creates a new scanner.
JS_MLC - Static variable in class org.fife.ui.rsyntaxtextarea.modes.HTMLTokenMaker
 
JS_MLC - Static variable in class org.fife.ui.rsyntaxtextarea.modes.JSPTokenMaker
 
JS_MLC - Static variable in class org.fife.ui.rsyntaxtextarea.modes.PHPTokenMaker
 
JSP_DIRECTIVE - Static variable in class org.fife.ui.rsyntaxtextarea.modes.JSPTokenMaker
 
JSPTokenMaker - Class in org.fife.ui.rsyntaxtextarea.modes
Scanner for JSP files (supporting HTML 5).
JSPTokenMaker() - Constructor for class org.fife.ui.rsyntaxtextarea.modes.JSPTokenMaker
Constructor.
JSPTokenMaker(Reader) - Constructor for class org.fife.ui.rsyntaxtextarea.modes.JSPTokenMaker
Creates a new scanner There is also a java.io.InputStream version of this constructor.
JSPTokenMaker(InputStream) - Constructor for class org.fife.ui.rsyntaxtextarea.modes.JSPTokenMaker
Creates a new scanner.

K

keySet() - Method in class org.fife.ui.rsyntaxtextarea.AbstractTokenMakerFactory
Returns the set of keys that this factory maps to token makers.
keySet() - Method in class org.fife.ui.rsyntaxtextarea.TokenMakerFactory
Returns the set of keys that this factory maps to token makers.

L

LAST_MODIFIED_UNKNOWN - Static variable in class org.fife.ui.rsyntaxtextarea.TextEditorPane
The value returned by TextEditorPane.getLastSaveOrLoadTime() for remote files.
lastTokensOnLines - Variable in class org.fife.ui.rsyntaxtextarea.RSyntaxDocument
Array of values representing the "last token type" on each line.
LINECOMMENT - Static variable in class org.fife.ui.rsyntaxtextarea.modes.LuaTokenMaker
 
lineToRect(Shape, int) - Method in class org.fife.ui.rsyntaxtextarea.SyntaxView
Determine the rectangle that represents the given line.
linkClicked(RSyntaxTextArea, HyperlinkEvent) - Method in interface org.fife.ui.rsyntaxtextarea.parser.ExtendedHyperlinkListener
Called when a link in a FocusableTip is clicked.
LispTokenMaker - Class in org.fife.ui.rsyntaxtextarea.modes
Scanner for the Lisp programming language.
LispTokenMaker() - Constructor for class org.fife.ui.rsyntaxtextarea.modes.LispTokenMaker
Constructor.
LispTokenMaker(Reader) - Constructor for class org.fife.ui.rsyntaxtextarea.modes.LispTokenMaker
Creates a new scanner There is also a java.io.InputStream version of this constructor.
LispTokenMaker(InputStream) - Constructor for class org.fife.ui.rsyntaxtextarea.modes.LispTokenMaker
Creates a new scanner.
listOffsetToView(RSyntaxTextArea, TabExpander, int, int, Rectangle) - Method in class org.fife.ui.rsyntaxtextarea.DefaultToken
Returns the bounding box for the specified document location.
listOffsetToView(RSyntaxTextArea, TabExpander, int, int, Rectangle) - Method in class org.fife.ui.rsyntaxtextarea.Token
Returns the bounding box for the specified document location.
listOffsetToView(RSyntaxTextArea, TabExpander, int, int, Rectangle) - Method in class org.fife.ui.rsyntaxtextarea.VisibleWhitespaceToken
Returns the bounding box for the specified document location.
LITERAL_BACKQUOTE - Static variable in class org.fife.ui.rsyntaxtextarea.Token
 
LITERAL_BOOLEAN - Static variable in class org.fife.ui.rsyntaxtextarea.Token
 
LITERAL_CHAR - Static variable in class org.fife.ui.rsyntaxtextarea.Token
 
LITERAL_NUMBER_DECIMAL_INT - Static variable in class org.fife.ui.rsyntaxtextarea.Token
 
LITERAL_NUMBER_FLOAT - Static variable in class org.fife.ui.rsyntaxtextarea.Token
 
LITERAL_NUMBER_HEXADECIMAL - Static variable in class org.fife.ui.rsyntaxtextarea.Token
 
LITERAL_STRING_DOUBLE_QUOTE - Static variable in class org.fife.ui.rsyntaxtextarea.Token
 
load(FileLocation, String) - Method in class org.fife.ui.rsyntaxtextarea.TextEditorPane
Loads the specified file in this editor.
loadChildren(ViewFactory) - Method in class org.fife.ui.rsyntaxtextarea.WrappedSyntaxView
Loads all of the children to initialize the view.
loadFromString(String) - Static method in class org.fife.ui.rsyntaxtextarea.SyntaxScheme
Loads a syntax highlighting color scheme from a string created from toCommaSeparatedString.
loadMacro(Macro) - Static method in class org.fife.ui.rtextarea.RTextArea
Loads a macro to be used by all RTextAreas in the current application.
LONG_STRING_1 - Static variable in class org.fife.ui.rsyntaxtextarea.modes.PythonTokenMaker
 
LONG_STRING_2 - Static variable in class org.fife.ui.rsyntaxtextarea.modes.PythonTokenMaker
 
LONGSTRING - Static variable in class org.fife.ui.rsyntaxtextarea.modes.LuaTokenMaker
 
LuaTokenMaker - Class in org.fife.ui.rsyntaxtextarea.modes
Scanner for the Lua programming language.
LuaTokenMaker() - Constructor for class org.fife.ui.rsyntaxtextarea.modes.LuaTokenMaker
Constructor.
LuaTokenMaker(Reader) - Constructor for class org.fife.ui.rsyntaxtextarea.modes.LuaTokenMaker
Creates a new scanner There is also a java.io.InputStream version of this constructor.
LuaTokenMaker(InputStream) - Constructor for class org.fife.ui.rsyntaxtextarea.modes.LuaTokenMaker
Creates a new scanner.

M

Macro - Class in org.fife.ui.rtextarea
A macro as recorded/played back by an RTextArea.
Macro() - Constructor for class org.fife.ui.rtextarea.Macro
Constructor.
Macro(File) - Constructor for class org.fife.ui.rtextarea.Macro
Loads a macro from a file on disk.
Macro(String) - Constructor for class org.fife.ui.rtextarea.Macro
Constructor.
Macro(String, List) - Constructor for class org.fife.ui.rtextarea.Macro
Constructor.
MakefileTokenMaker - Class in org.fife.ui.rsyntaxtextarea.modes
Scanner for makefiles.
MakefileTokenMaker() - Constructor for class org.fife.ui.rsyntaxtextarea.modes.MakefileTokenMaker
Constructor.
MakefileTokenMaker(Reader) - Constructor for class org.fife.ui.rsyntaxtextarea.modes.MakefileTokenMaker
Creates a new scanner There is also a java.io.InputStream version of this constructor.
MakefileTokenMaker(InputStream) - Constructor for class org.fife.ui.rsyntaxtextarea.modes.MakefileTokenMaker
Creates a new scanner.
makeMarkAndDotEqual(JTextArea, boolean) - Static method in class org.fife.ui.rtextarea.SearchEngine
Makes the caret's dot and mark the same location so that, for the next search in the specified direction, a match will be found even if it was within the original dot and mark's selection.
makeStartAt(int) - Method in class org.fife.ui.rsyntaxtextarea.Token
Makes this token start at the specified offset into the document.
makeTokenListStartAt(Token, int, TabExpander, RSyntaxTextArea, float) - Static method in class org.fife.ui.rsyntaxtextarea.RSyntaxUtilities
Modifies the passed-in token list to start at the specified offset.
mark(int) - Method in class org.fife.io.DocumentReader
Marks the present position in the stream.
MARK_ALL_COLOR_PROPERTY - Static variable in class org.fife.ui.rtextarea.RTextArea
The property fired when the "mark all" color changes.
MARK_OCCURRENCES_PROPERTY - Static variable in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
 
markAll(String, boolean, boolean, boolean) - Method in class org.fife.ui.rtextarea.RTextArea
Marks all instances of the specified text in this text area.
MARKED_OCCURRENCES_CHANGED_PROPERTY - Static variable in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
 
markSupported() - Method in class org.fife.io.DocumentReader
Tells whether this reader supports the mark operation.
MARKUP_TAG_ATTRIBUTE - Static variable in class org.fife.ui.rsyntaxtextarea.Token
 
MARKUP_TAG_DELIMITER - Static variable in class org.fife.ui.rsyntaxtextarea.Token
 
MARKUP_TAG_NAME - Static variable in class org.fife.ui.rsyntaxtextarea.Token
 
MAX_STYLE - Static variable in class org.fife.ui.rtextarea.ConfigurableCaret
The maximum value of a caret style.
MAXIMUM_SIZE - Static variable in class org.fife.ui.rtextarea.RTextAreaEditorKit.IncreaseFontSizeAction
 
metrics - Variable in class org.fife.ui.rsyntaxtextarea.SyntaxView
Font metrics for the current font.
MIN_STYLE - Static variable in class org.fife.ui.rtextarea.ConfigurableCaret
The minimum value of a caret style.
MINIMUM_SIZE - Static variable in class org.fife.ui.rtextarea.RTextAreaEditorKit.DecreaseFontSizeAction
 
MLC - Static variable in class org.fife.ui.rsyntaxtextarea.modes.CPlusPlusTokenMaker
 
MLC - Static variable in class org.fife.ui.rsyntaxtextarea.modes.CTokenMaker
 
MLC - Static variable in class org.fife.ui.rsyntaxtextarea.modes.DelphiTokenMaker
 
MLC - Static variable in class org.fife.ui.rsyntaxtextarea.modes.GroovyTokenMaker
 
MLC - Static variable in class org.fife.ui.rsyntaxtextarea.modes.JavaTokenMaker
 
MLC - Static variable in class org.fife.ui.rsyntaxtextarea.modes.LispTokenMaker
 
MLC - Static variable in class org.fife.ui.rsyntaxtextarea.modes.LuaTokenMaker
 
MLC - Static variable in class org.fife.ui.rsyntaxtextarea.modes.SASTokenMaker
 
MLC - Static variable in class org.fife.ui.rsyntaxtextarea.modes.ScalaTokenMaker
 
MLC - Static variable in class org.fife.ui.rsyntaxtextarea.modes.SQLTokenMaker
 
MLC2 - Static variable in class org.fife.ui.rsyntaxtextarea.modes.DelphiTokenMaker
 
modelToView(int, Shape, Position.Bias) - Method in class org.fife.ui.rsyntaxtextarea.SyntaxView
Provides a mapping from the document model coordinate space to the coordinate space of the view mapped to it.
modelToView(int, Position.Bias, int, Position.Bias, Shape) - Method in class org.fife.ui.rsyntaxtextarea.SyntaxView
Provides a mapping, for a given region, from the document model coordinate space to the view coordinate space.
modelToView(int, Position.Bias, int, Position.Bias, Shape) - Method in class org.fife.ui.rsyntaxtextarea.WrappedSyntaxView
Provides a mapping, for a given region, from the document model coordinate space to the view coordinate space.
mouseClicked(MouseEvent) - Method in class org.fife.ui.rtextarea.ConfigurableCaret
Called when the mouse is clicked.
mouseDragged(MouseEvent) - Method in class org.fife.ui.rtextarea.RTextArea.RTextAreaMutableCaretEvent
 
mousePressed(MouseEvent) - Method in class org.fife.ui.rtextarea.RTextArea.RTextAreaMutableCaretEvent
 
mouseReleased(MouseEvent) - Method in class org.fife.ui.rtextarea.RTextArea.RTextAreaMutableCaretEvent
 
moveOffset(int) - Method in class org.fife.ui.rsyntaxtextarea.Token
Moves the starting offset of this token.
MULTILINE_STRING_DOUBLE - Static variable in class org.fife.ui.rsyntaxtextarea.modes.GroovyTokenMaker
lexical states
MULTILINE_STRING_SINGLE - Static variable in class org.fife.ui.rsyntaxtextarea.modes.GroovyTokenMaker
 

N

nextTabStop(float, int) - Method in class org.fife.ui.rsyntaxtextarea.SyntaxView
Returns the next tab stop position after a given reference position.
nextTabStop(float, int) - Method in class org.fife.ui.rsyntaxtextarea.WrappedSyntaxView
Returns the next tab stop position after a given reference position.
NULL - Static variable in class org.fife.ui.rsyntaxtextarea.Token
 
NUM_TOKEN_TYPES - Static variable in class org.fife.ui.rsyntaxtextarea.Token
 
numberEndChars - Variable in class org.fife.ui.rsyntaxtextarea.modes.JavaScriptTokenMaker
 

O

offset - Variable in class org.fife.ui.rsyntaxtextarea.Token
The offset into the document at which this token resides.
offsetShift - Variable in class org.fife.ui.rsyntaxtextarea.AbstractJFlexTokenMaker
 
OPERATOR - Static variable in class org.fife.ui.rsyntaxtextarea.Token
 
operators - Variable in class org.fife.ui.rsyntaxtextarea.modes.JavaScriptTokenMaker
 
operators - Variable in class org.fife.ui.rsyntaxtextarea.modes.UnixShellTokenMaker
 
operators - Variable in class org.fife.ui.rsyntaxtextarea.modes.WindowsBatchTokenMaker
 
org.fife.io - package org.fife.io
Utility I/O classes.
org.fife.print - package org.fife.print
Utility methods for printing text in a JTextComponent.
org.fife.ui.rsyntaxtextarea - package org.fife.ui.rsyntaxtextarea
A syntax-highlighting text editor.
org.fife.ui.rsyntaxtextarea.focusabletip - package org.fife.ui.rsyntaxtextarea.focusabletip
An implementation of a focusable tooltip.
org.fife.ui.rsyntaxtextarea.modes - package org.fife.ui.rsyntaxtextarea.modes
Scanners that tokenize source in RSyntaxTextArea.
org.fife.ui.rsyntaxtextarea.parser - package org.fife.ui.rsyntaxtextarea.parser
Interfaces for parsing text in RSyntaxTextAreas and identifying errors, warnings, etc.
org.fife.ui.rsyntaxtextarea.templates - package org.fife.ui.rsyntaxtextarea.templates
Facilitates adding code templates to an RSyntaxTextArea.
org.fife.ui.rtextarea - package org.fife.ui.rtextarea
A single-font text editor with many custom features.
org.fife.util - package org.fife.util
General utility classes.
OVERWRITE_MODE - Static variable in class org.fife.ui.rtextarea.RTextArea
Constant representing overwrite mode.

P

paint(Graphics2D, float, float, RSyntaxTextArea, TabExpander, float) - Method in class org.fife.ui.rsyntaxtextarea.DefaultToken
Paints this token.
paint(Graphics) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaHighlighter
Renders the highlights.
paint(Graphics, Shape) - Method in class org.fife.ui.rsyntaxtextarea.SyntaxView
Actually paints the text area.
paint(Graphics2D, float, float, RSyntaxTextArea, TabExpander) - Method in class org.fife.ui.rsyntaxtextarea.Token
Paints this token.
paint(Graphics2D, float, float, RSyntaxTextArea, TabExpander, float) - Method in class org.fife.ui.rsyntaxtextarea.Token
Paints this token.
paint(Graphics2D, float, float, RSyntaxTextArea, TabExpander, float) - Method in class org.fife.ui.rsyntaxtextarea.VisibleWhitespaceToken
Paints this token, using special symbols for whitespace characters.
paint(Graphics, Shape) - Method in class org.fife.ui.rsyntaxtextarea.WrappedSyntaxView
Paints the word-wrapped text.
paint(Graphics, Rectangle) - Method in interface org.fife.ui.rtextarea.BackgroundPainterStrategy
Paints the background.
paint(Graphics, int, int, Shape, JTextComponent) - Method in class org.fife.ui.rtextarea.ChangeableHighlightPainter
Paints a highlight.
paint(Graphics, Rectangle) - Method in class org.fife.ui.rtextarea.ColorBackgroundPainterStrategy
Paints the background.
paint(Graphics) - Method in class org.fife.ui.rtextarea.ConfigurableCaret
Paints the cursor.
paint(Graphics, Rectangle) - Method in class org.fife.ui.rtextarea.ImageBackgroundPainterStrategy
Paints the image at the specified location and at the specified size.
paintBackground(Graphics) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaUI
Paints the text area's background.
paintBackground(float, float, float, float, Graphics2D, int, RSyntaxTextArea, Color) - Method in class org.fife.ui.rsyntaxtextarea.Token
Paints the background of a token.
paintBackground(Graphics) - Method in class org.fife.ui.rtextarea.RTextAreaUI
 
paintComponent(Graphics) - Method in class org.fife.ui.rsyntaxtextarea.ErrorStrip
Overridden to (possibly) draw the caret's position.
paintComponent(Graphics) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
The paintComponent method is overridden so we apply any necessary rendering hints to the Graphics object.
paintCurrentLineHighlight(Graphics, Rectangle) - Method in class org.fife.ui.rtextarea.RTextAreaUI
Paints the highlighted current line, if it is enabled.
paintImage(Graphics, int, int) - Method in class org.fife.ui.rtextarea.BufferedImageBackgroundPainterStrategy
Paints the image at the specified location.
paintImage(Graphics, int, int) - Method in class org.fife.ui.rtextarea.ImageBackgroundPainterStrategy
Paints the image at the specified location.
paintImage(Graphics, int, int) - Method in class org.fife.ui.rtextarea.VolatileImageBackgroundPainterStrategy
Paints the image at the specified location.
paintLayer(Graphics, int, int, Shape, JTextComponent, View) - Method in class org.fife.ui.rsyntaxtextarea.SquiggleUnderlineHighlightPainter
Paints a portion of a highlight.
paintLayer(Graphics, int, int, Shape, JTextComponent, View) - Method in class org.fife.ui.rtextarea.ChangeableHighlightPainter
Paints a portion of a highlight.
paintLayeredHighlights(Graphics, int, int, Shape, JTextComponent, View) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaHighlighter
When leaf Views (such as LabelView) are rendering they should call into this method.
paintLineHighlights(Graphics) - Method in class org.fife.ui.rtextarea.RTextAreaUI
Paints any line highlights.
paintMarginLine(Graphics, Rectangle) - Method in class org.fife.ui.rtextarea.RTextAreaUI
Draws the "margin line" if enabled.
paintMatchedBracket(Graphics) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaUI
Paints the "matched bracket", if any.
paintSquiggle(Graphics, Rectangle) - Method in class org.fife.ui.rsyntaxtextarea.SquiggleUnderlineHighlightPainter
Paints a squiggle underneath text in the specified rectangle.
parse(RSyntaxDocument, String) - Method in interface org.fife.ui.rsyntaxtextarea.parser.Parser
Parses input from the specified document.
parse(RSyntaxDocument, String) - Method in class org.fife.ui.rsyntaxtextarea.parser.TaskTagParser
 
parse(RSyntaxDocument, String) - Method in class org.fife.ui.rsyntaxtextarea.XMLParser
Parses input from the specified document.
Parser - Interface in org.fife.ui.rsyntaxtextarea.parser
An interface for a parser for content in an RSyntaxTextArea.
PARSER_NOTICES_PROPERTY - Static variable in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
 
ParseResult - Interface in org.fife.ui.rsyntaxtextarea.parser
The result from a Parser.
ParserNotice - Interface in org.fife.ui.rsyntaxtextarea.parser
A notice (e.g., a warning or error) from a parser.
paste() - Method in class org.fife.ui.rtextarea.RTextArea
PASTE_ACTION - Static variable in class org.fife.ui.rtextarea.RTextArea
 
PerlTokenMaker - Class in org.fife.ui.rsyntaxtextarea.modes
Scanner for Perl.
PerlTokenMaker() - Constructor for class org.fife.ui.rsyntaxtextarea.modes.PerlTokenMaker
Constructor.
PerlTokenMaker(Reader) - Constructor for class org.fife.ui.rsyntaxtextarea.modes.PerlTokenMaker
Creates a new scanner There is also a java.io.InputStream version of this constructor.
PerlTokenMaker(InputStream) - Constructor for class org.fife.ui.rsyntaxtextarea.modes.PerlTokenMaker
Creates a new scanner.
PHP - Static variable in class org.fife.ui.rsyntaxtextarea.modes.PHPTokenMaker
 
PHP_CHAR - Static variable in class org.fife.ui.rsyntaxtextarea.modes.PHPTokenMaker
 
PHP_MLC - Static variable in class org.fife.ui.rsyntaxtextarea.modes.PHPTokenMaker
 
PHP_STRING - Static variable in class org.fife.ui.rsyntaxtextarea.modes.PHPTokenMaker
 
PHPTokenMaker - Class in org.fife.ui.rsyntaxtextarea.modes
Scanner for PHP files.
PHPTokenMaker() - Constructor for class org.fife.ui.rsyntaxtextarea.modes.PHPTokenMaker
Constructor.
PHPTokenMaker(Reader) - Constructor for class org.fife.ui.rsyntaxtextarea.modes.PHPTokenMaker
Creates a new scanner There is also a java.io.InputStream version of this constructor.
PHPTokenMaker(InputStream) - Constructor for class org.fife.ui.rsyntaxtextarea.modes.PHPTokenMaker
Creates a new scanner.
PI - Static variable in class org.fife.ui.rsyntaxtextarea.modes.HTMLTokenMaker
 
PI - Static variable in class org.fife.ui.rsyntaxtextarea.modes.JSPTokenMaker
 
PI - Static variable in class org.fife.ui.rsyntaxtextarea.modes.XMLTokenMaker
 
PlainTextTokenMaker - Class in org.fife.ui.rsyntaxtextarea.modes
Scanner for plain text files.
PlainTextTokenMaker() - Constructor for class org.fife.ui.rsyntaxtextarea.modes.PlainTextTokenMaker
Constructor.
PlainTextTokenMaker(Reader) - Constructor for class org.fife.ui.rsyntaxtextarea.modes.PlainTextTokenMaker
Creates a new scanner There is also a java.io.InputStream version of this constructor.
PlainTextTokenMaker(InputStream) - Constructor for class org.fife.ui.rsyntaxtextarea.modes.PlainTextTokenMaker
Creates a new scanner.
playbackLastMacro() - Method in class org.fife.ui.rtextarea.RTextArea
"Plays back" the last recorded macro in this text area.
POD - Static variable in class org.fife.ui.rsyntaxtextarea.modes.PerlTokenMaker
 
possiblyDisposeOfTipWindow() - Method in class org.fife.ui.rsyntaxtextarea.focusabletip.FocusableTip
Disposes of the focusable tip currently displayed, if any.
possiblyUpdateLongLine(Element, int) - Method in class org.fife.ui.rsyntaxtextarea.SyntaxView
If the passed-in line is longer than the current longest line, then the longest line is updated.
PREPROCESSOR - Static variable in class org.fife.ui.rsyntaxtextarea.Token
 
print(Graphics, PageFormat, int) - Method in class org.fife.ui.rtextarea.RTextArea
Method called when it's time to print this badboy (the old-school, AWT way).
printDocumentMonospaced(Graphics, Document, int, int, PageFormat, int) - Static method in class org.fife.print.RPrintUtilities
Prints a Document using a monospaced font, and does no word wrapping (ie, words will wrap mid-word to the next line).
printDocumentMonospacedWordWrap(Graphics, Document, int, int, PageFormat, int) - Static method in class org.fife.print.RPrintUtilities
Prints a Document using a monospaced font, word wrapping on the characters ' ', '\t', '\n', ',', '
printDocumentWordWrap(Graphics, JTextComponent, Font, int, PageFormat, int) - Static method in class org.fife.print.RPrintUtilities
Prints a Document using the specified font, word wrapping on the characters ' ', '\t', '\n', ',', '
PropertiesFileTokenMaker - Class in org.fife.ui.rsyntaxtextarea.modes
This class splits up text into tokens representing a Java properties file.
PropertiesFileTokenMaker() - Constructor for class org.fife.ui.rsyntaxtextarea.modes.PropertiesFileTokenMaker
Constructor.
PropertiesFileTokenMaker(Reader) - Constructor for class org.fife.ui.rsyntaxtextarea.modes.PropertiesFileTokenMaker
Creates a new scanner There is also a java.io.InputStream version of this constructor.
PropertiesFileTokenMaker(InputStream) - Constructor for class org.fife.ui.rsyntaxtextarea.modes.PropertiesFileTokenMaker
Creates a new scanner.
PROPERTY_DEFAULT_TOKEN_MAKER_FACTORY - Static variable in class org.fife.ui.rsyntaxtextarea.TokenMakerFactory
If this system property is set, a custom TokenMakerFactory of the specified class will be used as the default token maker factory.
PROPERTY_WRITE_UTF8_BOM - Static variable in class org.fife.io.UnicodeWriter
If this system property evaluates to "false", ignoring case, files written out as UTF-8 will not have a BOM written for them.
propertyChange(PropertyChangeEvent) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaUI
Gets called whenever a bound property is changed on this UI's RSyntaxTextArea.
put(String, int) - Method in class org.fife.ui.rsyntaxtextarea.TokenMap
Adds a string to this token map.
putMapping(String, String) - Method in class org.fife.ui.rsyntaxtextarea.AbstractTokenMakerFactory
Adds a mapping from a key to a TokenMaker implementation class name.
PythonTokenMaker - Class in org.fife.ui.rsyntaxtextarea.modes
Scanner for the Python programming language.
PythonTokenMaker() - Constructor for class org.fife.ui.rsyntaxtextarea.modes.PythonTokenMaker
Constructor.
PythonTokenMaker(Reader) - Constructor for class org.fife.ui.rsyntaxtextarea.modes.PythonTokenMaker
Creates a new scanner There is also a java.io.InputStream version of this constructor.
PythonTokenMaker(InputStream) - Constructor for class org.fife.ui.rsyntaxtextarea.modes.PythonTokenMaker
Creates a new scanner.

R

read() - Method in class org.fife.io.DocumentReader
Reads the single character at the current position in the document.
read(char[]) - Method in class org.fife.io.DocumentReader
Read array.length characters from the beginning of the document into array.
read(char[], int, int) - Method in class org.fife.io.DocumentReader
Reads characters into a portion of an array.
read(char[], int, int) - Method in class org.fife.io.UnicodeReader
Read characters into a portion of an array.
read(Reader, Object) - Method in class org.fife.ui.rtextarea.RTextArea
We override this method because the super version gives us an entirely new Document, thus requiring us to re-attach our Undo manager.
read(Reader, Document, int) - Method in class org.fife.ui.rtextarea.RTextAreaEditorKit
Inserts content from the given stream, which will be treated as plain text.
READ_ONLY_PROPERTY - Static variable in class org.fife.ui.rsyntaxtextarea.TextEditorPane
 
ready() - Method in class org.fife.io.DocumentReader
Tells whether this reader is ready to be read without blocking for input.
RecordableTextAction - Class in org.fife.ui.rtextarea
The base action used by the actions defined in RTextAreaEditorKit.
RecordableTextAction(String) - Constructor for class org.fife.ui.rtextarea.RecordableTextAction
Constructor.
RecordableTextAction(String, Icon, String, Integer, KeyStroke) - Constructor for class org.fife.ui.rtextarea.RecordableTextAction
Constructor.
REDO_ACTION - Static variable in class org.fife.ui.rtextarea.RTextArea
 
redoLastAction() - Method in class org.fife.ui.rtextarea.RTextArea
Attempt to redo the last action.
refreshSyntaxHighlighting() - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaUI
Updates the view.
regexReplace(JTextArea, String, String, boolean, boolean, boolean) - Static method in class org.fife.ui.rtextarea.SearchEngine
Finds the next instance of the regular expression specified from the caret position.
reload() - Method in class org.fife.ui.rsyntaxtextarea.TextEditorPane
Reloads this file from disk.
remove(int) - Method in class org.fife.util.DynamicIntArray
Removes the int at the specified location from this array object.
removeAllLineHighlights() - Method in class org.fife.ui.rtextarea.RTextArea
Removes all line highlights.
removeAllTrackingIcons() - Method in class org.fife.ui.rtextarea.Gutter
Removes all tracking icons.
removeHyperlinkListener(HyperlinkListener) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Removes a hyperlink listener from this text area.
removeLastToken() - Method in class org.fife.ui.rsyntaxtextarea.AbstractTokenMaker
Removes the token last added from the linked list of tokens.
removeLineHighlight(Object) - Method in class org.fife.ui.rtextarea.RTextArea
Removes a line highlight.
removeNotify() - Method in class org.fife.ui.rsyntaxtextarea.ErrorStrip
removeNotify() - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Overridden so we stop this text area's parsers, if any.
removeParser(Parser) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Removes a parser from this text area.
removeRange(int, int) - Method in class org.fife.util.DynamicIntArray
Removes the ints in the specified range from this array object.
removeTemplate(CodeTemplate) - Method in class org.fife.ui.rsyntaxtextarea.CodeTemplateManager
Returns the specified code template.
removeTemplate(String) - Method in class org.fife.ui.rsyntaxtextarea.CodeTemplateManager
Returns the code template with the specified id.
removeTrackingIcon(GutterIconInfo) - Method in class org.fife.ui.rtextarea.Gutter
Removes the specified tracking icon.
removeUpdate(DocumentEvent, Shape, ViewFactory) - Method in class org.fife.ui.rsyntaxtextarea.SyntaxView
Gives notification that something was removed from the document in a location that this view is responsible for.
removeUpdate(DocumentEvent) - Method in class org.fife.ui.rsyntaxtextarea.TextEditorPane
Called whenever text is removed from this editor.
removeUpdate(DocumentEvent, Shape, ViewFactory) - Method in class org.fife.ui.rsyntaxtextarea.WrappedSyntaxView
Gives notification that something was removed from the document in a location that this view is responsible for.
renderImage(int, int, int) - Method in class org.fife.ui.rtextarea.VolatileImageBackgroundPainterStrategy
Renders the image at the proper size into bgImage.
replace(JTextArea, String, String, boolean, boolean, boolean, boolean) - Static method in class org.fife.ui.rtextarea.SearchEngine
Finds the next instance of the text/regular expression specified from the caret position.
replaceAll(JTextArea, String, String, boolean, boolean, boolean) - Static method in class org.fife.ui.rtextarea.SearchEngine
Replaces all instances of the text/regular expression specified in the specified document with the specified replacement.
replaceRange(String, int, int) - Method in class org.fife.ui.rtextarea.RTextArea
Replaces text from the indicated start to end position with the new text specified.
replaceSelection(String) - Method in class org.fife.ui.rtextarea.RTextArea
This method overrides JTextComponent's replaceSelection, so that if textMode is RTextArea.OVERWRITE_MODE, it actually overwrites.
replaceTemplates(CodeTemplate[]) - Method in class org.fife.ui.rsyntaxtextarea.CodeTemplateManager
Replaces the current set of available templates with the ones specified.
rescaleImage(int, int, int) - Method in class org.fife.ui.rtextarea.BufferedImageBackgroundPainterStrategy
Rescales the displayed image to be the specified size.
rescaleImage(int, int, int) - Method in class org.fife.ui.rtextarea.ImageBackgroundPainterStrategy
Rescales the displayed image to be the specified size.
rescaleImage(int, int, int) - Method in class org.fife.ui.rtextarea.VolatileImageBackgroundPainterStrategy
Rescales the displayed image to be the specified size.
RESERVED_WORD - Static variable in class org.fife.ui.rsyntaxtextarea.Token
 
reset() - Method in class org.fife.io.DocumentReader
Resets the stream.
reset() - Method in class org.fife.ui.rsyntaxtextarea.RtfGenerator
Resets this generator.
restoreDefaults() - Method in class org.fife.ui.rsyntaxtextarea.SyntaxScheme
Restores all colors and fonts to their default values.
restoreDefaultSyntaxScheme() - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Sets the colors used for syntax highlighting to their defaults.
RPrintUtilities - Class in org.fife.print
A collection of static methods useful for printing text from Swing text components.
RPrintUtilities() - Constructor for class org.fife.print.RPrintUtilities
 
rstaCloseCurlyBraceAction - Static variable in class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit
 
rstaCloseMarkupTagAction - Static variable in class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit
 
rstaCopyAsRtfAction - Static variable in class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit
 
rstaDecreaseIndentAction - Static variable in class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit
 
rstaGoToMatchingBracketAction - Static variable in class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit
 
rstaPossiblyInsertTemplateAction - Static variable in class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit
 
rstaToggleCommentAction - Static variable in class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit
 
RSyntaxDocument - Class in org.fife.ui.rsyntaxtextarea
The document used by RSyntaxTextArea.
RSyntaxDocument(String) - Constructor for class org.fife.ui.rsyntaxtextarea.RSyntaxDocument
Constructs a plain text document.
RSyntaxDocument(TokenMakerFactory, String) - Constructor for class org.fife.ui.rsyntaxtextarea.RSyntaxDocument
Constructs a plain text document.
RSyntaxTextArea - Class in org.fife.ui.rsyntaxtextarea
An extension of RTextArea that adds syntax highlighting of certain programming languages to its list of features.
RSyntaxTextArea() - Constructor for class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Constructor.
RSyntaxTextArea(RSyntaxDocument) - Constructor for class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Constructor.
RSyntaxTextArea(String) - Constructor for class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Constructor.
RSyntaxTextArea(int, int) - Constructor for class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Constructor.
RSyntaxTextArea(String, int, int) - Constructor for class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Constructor.
RSyntaxTextArea(RSyntaxDocument, String, int, int) - Constructor for class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Constructor.
RSyntaxTextArea(int) - Constructor for class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Creates a new RSyntaxTextArea.
RSyntaxTextAreaDefaultInputMap - Class in org.fife.ui.rsyntaxtextarea
The default input map for an RSyntaxTextArea.
RSyntaxTextAreaDefaultInputMap() - Constructor for class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaDefaultInputMap
Constructs the default input map for an RSyntaxTextArea.
RSyntaxTextAreaEditorKit - Class in org.fife.ui.rsyntaxtextarea
An extension of RTextAreaEditorKit that adds functionality for programming-specific stuff.
RSyntaxTextAreaEditorKit() - Constructor for class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit
Constructor.
RSyntaxTextAreaEditorKit.CloseCurlyBraceAction - Class in org.fife.ui.rsyntaxtextarea
Action that (optionally) aligns a closing curly brace with the line containing its matching opening curly brace.
RSyntaxTextAreaEditorKit.CloseCurlyBraceAction() - Constructor for class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.CloseCurlyBraceAction
 
RSyntaxTextAreaEditorKit.CloseMarkupTagAction - Class in org.fife.ui.rsyntaxtextarea
(Optionally) completes a closing markup tag.
RSyntaxTextAreaEditorKit.CloseMarkupTagAction() - Constructor for class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.CloseMarkupTagAction
 
RSyntaxTextAreaEditorKit.CopyAsRtfAction - Class in org.fife.ui.rsyntaxtextarea
Action for copying text as RTF.
RSyntaxTextAreaEditorKit.CopyAsRtfAction() - Constructor for class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.CopyAsRtfAction
 
RSyntaxTextAreaEditorKit.CopyAsRtfAction(String, Icon, String, Integer, KeyStroke) - Constructor for class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.CopyAsRtfAction
 
RSyntaxTextAreaEditorKit.DecreaseFontSizeAction - Class in org.fife.ui.rsyntaxtextarea
Action for decreasing the font size of all fonts in the text area.
RSyntaxTextAreaEditorKit.DecreaseFontSizeAction() - Constructor for class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.DecreaseFontSizeAction
 
RSyntaxTextAreaEditorKit.DecreaseFontSizeAction(String, Icon, String, Integer, KeyStroke) - Constructor for class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.DecreaseFontSizeAction
 
RSyntaxTextAreaEditorKit.DecreaseIndentAction - Class in org.fife.ui.rsyntaxtextarea
Action for when un-indenting lines (either the current line if there is selection, or all selected lines if there is one).
RSyntaxTextAreaEditorKit.DecreaseIndentAction() - Constructor for class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.DecreaseIndentAction
 
RSyntaxTextAreaEditorKit.DecreaseIndentAction(String) - Constructor for class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.DecreaseIndentAction
 
RSyntaxTextAreaEditorKit.GoToMatchingBracketAction - Class in org.fife.ui.rsyntaxtextarea
Action for moving the caret to the "matching bracket" of the bracket at the caret position (either before or after).
RSyntaxTextAreaEditorKit.GoToMatchingBracketAction() - Constructor for class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.GoToMatchingBracketAction
 
RSyntaxTextAreaEditorKit.GoToMatchingBracketAction(String, Icon, String, Integer, KeyStroke) - Constructor for class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.GoToMatchingBracketAction
 
RSyntaxTextAreaEditorKit.IncreaseFontSizeAction - Class in org.fife.ui.rsyntaxtextarea
Action for increasing the font size of all fonts in the text area.
RSyntaxTextAreaEditorKit.IncreaseFontSizeAction() - Constructor for class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.IncreaseFontSizeAction
 
RSyntaxTextAreaEditorKit.IncreaseFontSizeAction(String, Icon, String, Integer, KeyStroke) - Constructor for class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.IncreaseFontSizeAction
 
RSyntaxTextAreaEditorKit.InsertBreakAction - Class in org.fife.ui.rsyntaxtextarea
Action for when the user presses the Enter key.
RSyntaxTextAreaEditorKit.InsertBreakAction() - Constructor for class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.InsertBreakAction
 
RSyntaxTextAreaEditorKit.InsertTabAction - Class in org.fife.ui.rsyntaxtextarea
Action for inserting tabs.
RSyntaxTextAreaEditorKit.InsertTabAction() - Constructor for class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.InsertTabAction
 
RSyntaxTextAreaEditorKit.InsertTabAction(String) - Constructor for class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.InsertTabAction
 
RSyntaxTextAreaEditorKit.PossiblyInsertTemplateAction - Class in org.fife.ui.rsyntaxtextarea
Action for when the user tries to insert a template (that is, they've typed a template ID and pressed the trigger character (a space) in an attempt to do the substitution).
RSyntaxTextAreaEditorKit.PossiblyInsertTemplateAction() - Constructor for class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.PossiblyInsertTemplateAction
 
RSyntaxTextAreaEditorKit.ToggleCommentAction - Class in org.fife.ui.rsyntaxtextarea
Action that toggles whether the currently selected lines are commented.
RSyntaxTextAreaEditorKit.ToggleCommentAction() - Constructor for class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.ToggleCommentAction
 
RSyntaxTextAreaHighlighter - Class in org.fife.ui.rsyntaxtextarea
The highlighter implementation used by RSyntaxTextAreas.
RSyntaxTextAreaHighlighter() - Constructor for class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaHighlighter
Constructor.
RSyntaxTextAreaUI - Class in org.fife.ui.rsyntaxtextarea
UI used by RSyntaxTextArea.
RSyntaxTextAreaUI(JComponent) - Constructor for class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaUI
Constructor.
RSyntaxUtilities - Class in org.fife.ui.rsyntaxtextarea
Utility methods used by RSyntaxTextArea and its associated classes.
RSyntaxUtilities() - Constructor for class org.fife.ui.rsyntaxtextarea.RSyntaxUtilities
 
rtaBeginRecordingMacroAction - Static variable in class org.fife.ui.rtextarea.RTextAreaEditorKit
The name of the action that begins recording a macro.
rtaDecreaseFontSizeAction - Static variable in class org.fife.ui.rtextarea.RTextAreaEditorKit
The name of the action to decrease the font size.
RTADefaultInputMap - Class in org.fife.ui.rtextarea
The default input map for an RTextArea.
RTADefaultInputMap() - Constructor for class org.fife.ui.rtextarea.RTADefaultInputMap
Constructs the default input map for an RTextArea.
rtaDeleteLineAction - Static variable in class org.fife.ui.rtextarea.RTextAreaEditorKit
The name of the action that deletes the current line.
rtaDeletePrevWordAction - Static variable in class org.fife.ui.rtextarea.RTextAreaEditorKit
The name of the action to delete the word before the caret.
rtaDeleteRestOfLineAction - Static variable in class org.fife.ui.rtextarea.RTextAreaEditorKit
The name of the action taken to delete the remainder of the line (from the caret position to the end of the line).
rtaEndRecordingMacroAction - Static variable in class org.fife.ui.rtextarea.RTextAreaEditorKit
The name of the action that ends recording a macro.
rtaIncreaseFontSizeAction - Static variable in class org.fife.ui.rtextarea.RTextAreaEditorKit
The name of the action to increase the font size.
rtaInvertSelectionCaseAction - Static variable in class org.fife.ui.rtextarea.RTextAreaEditorKit
The name of the action that inverts the case of the current selection.
rtaJoinLinesAction - Static variable in class org.fife.ui.rtextarea.RTextAreaEditorKit
The name of the action to join two lines.
rtaLineDownAction - Static variable in class org.fife.ui.rtextarea.RTextAreaEditorKit
Action to move a line down.
rtaLineUpAction - Static variable in class org.fife.ui.rtextarea.RTextAreaEditorKit
Action to move a line up.
rtaLowerSelectionCaseAction - Static variable in class org.fife.ui.rtextarea.RTextAreaEditorKit
The name of the action to make the current selection lower-case.
rtaNextBookmarkAction - Static variable in class org.fife.ui.rtextarea.RTextAreaEditorKit
Action to jump to the next bookmark.
rtaPlaybackLastMacroAction - Static variable in class org.fife.ui.rtextarea.RTextAreaEditorKit
The name of the action that "plays back" the last macro.
rtaPrevBookmarkAction - Static variable in class org.fife.ui.rtextarea.RTextAreaEditorKit
Action to jump to the previous bookmark.
rtaRedoAction - Static variable in class org.fife.ui.rtextarea.RTextAreaEditorKit
The name of the action for "redoing" the last action undone.
rtaScrollDownAction - Static variable in class org.fife.ui.rtextarea.RTextAreaEditorKit
The name of the action to scroll the text area down one line without changing the caret's position.
rtaScrollUpAction - Static variable in class org.fife.ui.rtextarea.RTextAreaEditorKit
The name of the action to scroll the text area up one line without changing the caret's position.
rtaSelectionPageDownAction - Static variable in class org.fife.ui.rtextarea.RTextAreaEditorKit
The name of the action for "paging down" with the selection.
rtaSelectionPageLeftAction - Static variable in class org.fife.ui.rtextarea.RTextAreaEditorKit
The name of the action for "paging left" with the selection.
rtaSelectionPageRightAction - Static variable in class org.fife.ui.rtextarea.RTextAreaEditorKit
The name of the action for "paging right" with the selection.
rtaSelectionPageUpAction - Static variable in class org.fife.ui.rtextarea.RTextAreaEditorKit
The name of the action for "paging up" with the selection.
RTATextTransferHandler - Class in org.fife.ui.rtextarea
Handles the transfer of data to/from an RTextArea via drag-and-drop.
RTATextTransferHandler() - Constructor for class org.fife.ui.rtextarea.RTATextTransferHandler
 
rtaTimeDateAction - Static variable in class org.fife.ui.rtextarea.RTextAreaEditorKit
The name of the action for inserting a time/date stamp.
rtaToggleBookmarkAction - Static variable in class org.fife.ui.rtextarea.RTextAreaEditorKit
Toggles whether the current line has a bookmark, if this text area is in an RTextScrollPane.
rtaToggleTextModeAction - Static variable in class org.fife.ui.rtextarea.RTextAreaEditorKit
The name of the action taken when the user hits the Insert key (thus toggling between insert and overwrite modes).
rtaUndoAction - Static variable in class org.fife.ui.rtextarea.RTextAreaEditorKit
The name of the action for "undoing" the last action done.
rtaUnselectAction - Static variable in class org.fife.ui.rtextarea.RTextAreaEditorKit
The name of the action for unselecting any selected text in the text area.
rtaUpperSelectionCaseAction - Static variable in class org.fife.ui.rtextarea.RTextAreaEditorKit
The name of the action for making the current selection upper-case.
RTextArea - Class in org.fife.ui.rtextarea
An extension of JTextArea that adds the following features: Insert/Overwrite modes (can be toggled via the Insert key) A right-click popup menu with standard editing options Macro support "Mark all" functionality.
RTextArea() - Constructor for class org.fife.ui.rtextarea.RTextArea
Constructor.
RTextArea(AbstractDocument) - Constructor for class org.fife.ui.rtextarea.RTextArea
Constructor.
RTextArea(String) - Constructor for class org.fife.ui.rtextarea.RTextArea
Constructor.
RTextArea(int, int) - Constructor for class org.fife.ui.rtextarea.RTextArea
Constructor.
RTextArea(String, int, int) - Constructor for class org.fife.ui.rtextarea.RTextArea
Constructor.
RTextArea(AbstractDocument, String, int, int) - Constructor for class org.fife.ui.rtextarea.RTextArea
Constructor.
RTextArea(int) - Constructor for class org.fife.ui.rtextarea.RTextArea
Creates a new RTextArea.
RTextArea.RTextAreaMutableCaretEvent - Class in org.fife.ui.rtextarea
Modified from MutableCaretEvent in JTextComponent so that mouse events get fired when the user is selecting text with the mouse as well.
RTextArea.RTextAreaMutableCaretEvent(RTextArea) - Constructor for class org.fife.ui.rtextarea.RTextArea.RTextAreaMutableCaretEvent
 
RTextAreaEditorKit - Class in org.fife.ui.rtextarea
An extension of DefaultEditorKit that adds functionality found in RTextArea.
RTextAreaEditorKit() - Constructor for class org.fife.ui.rtextarea.RTextAreaEditorKit
Constructor.
RTextAreaEditorKit.BeepAction - Class in org.fife.ui.rtextarea
Creates a beep.
RTextAreaEditorKit.BeepAction() - Constructor for class org.fife.ui.rtextarea.RTextAreaEditorKit.BeepAction
 
RTextAreaEditorKit.BeginAction - Class in org.fife.ui.rtextarea
Moves the caret to the beginning of the document.
RTextAreaEditorKit.BeginAction(String, boolean) - Constructor for class org.fife.ui.rtextarea.RTextAreaEditorKit.BeginAction
 
RTextAreaEditorKit.BeginLineAction - Class in org.fife.ui.rtextarea
Toggles the position of the caret between the beginning of the line, and the first non-whitespace character on the line.
RTextAreaEditorKit.BeginLineAction(String, boolean) - Constructor for class org.fife.ui.rtextarea.RTextAreaEditorKit.BeginLineAction
 
RTextAreaEditorKit.BeginRecordingMacroAction - Class in org.fife.ui.rtextarea
Action that begins recording a macro.
RTextAreaEditorKit.BeginRecordingMacroAction() - Constructor for class org.fife.ui.rtextarea.RTextAreaEditorKit.BeginRecordingMacroAction
 
RTextAreaEditorKit.BeginRecordingMacroAction(String, Icon, String, Integer, KeyStroke) - Constructor for class org.fife.ui.rtextarea.RTextAreaEditorKit.BeginRecordingMacroAction
 
RTextAreaEditorKit.BeginWordAction - Class in org.fife.ui.rtextarea
Positions the caret at the beginning of the word.
RTextAreaEditorKit.BeginWordAction(String, boolean) - Constructor for class org.fife.ui.rtextarea.RTextAreaEditorKit.BeginWordAction
 
RTextAreaEditorKit.CopyAction - Class in org.fife.ui.rtextarea
Action for copying text.
RTextAreaEditorKit.CopyAction() - Constructor for class org.fife.ui.rtextarea.RTextAreaEditorKit.CopyAction
 
RTextAreaEditorKit.CopyAction(String, Icon, String, Integer, KeyStroke) - Constructor for class org.fife.ui.rtextarea.RTextAreaEditorKit.CopyAction
 
RTextAreaEditorKit.CutAction - Class in org.fife.ui.rtextarea
Action for cutting text.
RTextAreaEditorKit.CutAction() - Constructor for class org.fife.ui.rtextarea.RTextAreaEditorKit.CutAction
 
RTextAreaEditorKit.CutAction(String, Icon, String, Integer, KeyStroke) - Constructor for class org.fife.ui.rtextarea.RTextAreaEditorKit.CutAction
 
RTextAreaEditorKit.DecreaseFontSizeAction - Class in org.fife.ui.rtextarea
Action for decreasing the font size.
RTextAreaEditorKit.DecreaseFontSizeAction() - Constructor for class org.fife.ui.rtextarea.RTextAreaEditorKit.DecreaseFontSizeAction
 
RTextAreaEditorKit.DecreaseFontSizeAction(String, Icon, String, Integer, KeyStroke) - Constructor for class org.fife.ui.rtextarea.RTextAreaEditorKit.DecreaseFontSizeAction
 
RTextAreaEditorKit.DefaultKeyTypedAction - Class in org.fife.ui.rtextarea
The action to use when no actions in the input/action map meet the key pressed.
RTextAreaEditorKit.DefaultKeyTypedAction() - Constructor for class org.fife.ui.rtextarea.RTextAreaEditorKit.DefaultKeyTypedAction
 
RTextAreaEditorKit.DeleteLineAction - Class in org.fife.ui.rtextarea
Deletes the current line(s).
RTextAreaEditorKit.DeleteLineAction() - Constructor for class org.fife.ui.rtextarea.RTextAreaEditorKit.DeleteLineAction
 
RTextAreaEditorKit.DeleteNextCharAction - Class in org.fife.ui.rtextarea
Deletes the character of content that follows the current caret position.
RTextAreaEditorKit.DeleteNextCharAction() - Constructor for class org.fife.ui.rtextarea.RTextAreaEditorKit.DeleteNextCharAction
 
RTextAreaEditorKit.DeleteNextCharAction(String, Icon, String, Integer, KeyStroke) - Constructor for class org.fife.ui.rtextarea.RTextAreaEditorKit.DeleteNextCharAction
 
RTextAreaEditorKit.DeletePrevCharAction - Class in org.fife.ui.rtextarea
Deletes the character of content that precedes the current caret position.
RTextAreaEditorKit.DeletePrevCharAction() - Constructor for class org.fife.ui.rtextarea.RTextAreaEditorKit.DeletePrevCharAction
 
RTextAreaEditorKit.DeletePrevWordAction - Class in org.fife.ui.rtextarea
Action that deletes the previous word in the text area.
RTextAreaEditorKit.DeletePrevWordAction() - Constructor for class org.fife.ui.rtextarea.RTextAreaEditorKit.DeletePrevWordAction
 
RTextAreaEditorKit.DeleteRestOfLineAction - Class in org.fife.ui.rtextarea
Action that deletes all text from the caret position to the end of the caret's line.
RTextAreaEditorKit.DeleteRestOfLineAction() - Constructor for class org.fife.ui.rtextarea.RTextAreaEditorKit.DeleteRestOfLineAction
 
RTextAreaEditorKit.EndAction - Class in org.fife.ui.rtextarea
Moves the caret to the end of the document.
RTextAreaEditorKit.EndAction(String, boolean) - Constructor for class org.fife.ui.rtextarea.RTextAreaEditorKit.EndAction
 
RTextAreaEditorKit.EndLineAction - Class in org.fife.ui.rtextarea
Positions the caret at the end of the line.
RTextAreaEditorKit.EndLineAction(String, boolean) - Constructor for class org.fife.ui.rtextarea.RTextAreaEditorKit.EndLineAction
 
RTextAreaEditorKit.EndRecordingMacroAction - Class in org.fife.ui.rtextarea
Action that ends recording a macro.
RTextAreaEditorKit.EndRecordingMacroAction() - Constructor for class org.fife.ui.rtextarea.RTextAreaEditorKit.EndRecordingMacroAction
 
RTextAreaEditorKit.EndRecordingMacroAction(String, Icon, String, Integer, KeyStroke) - Constructor for class org.fife.ui.rtextarea.RTextAreaEditorKit.EndRecordingMacroAction
 
RTextAreaEditorKit.EndWordAction - Class in org.fife.ui.rtextarea
Positions the caret at the end of the word.
RTextAreaEditorKit.EndWordAction(String, boolean) - Constructor for class org.fife.ui.rtextarea.RTextAreaEditorKit.EndWordAction
 
RTextAreaEditorKit.IncreaseFontSizeAction - Class in org.fife.ui.rtextarea
Action for increasing the font size.
RTextAreaEditorKit.IncreaseFontSizeAction() - Constructor for class org.fife.ui.rtextarea.RTextAreaEditorKit.IncreaseFontSizeAction
 
RTextAreaEditorKit.IncreaseFontSizeAction(String, Icon, String, Integer, KeyStroke) - Constructor for class org.fife.ui.rtextarea.RTextAreaEditorKit.IncreaseFontSizeAction
 
RTextAreaEditorKit.InsertBreakAction - Class in org.fife.ui.rtextarea
Action for when the user presses the Enter key.
RTextAreaEditorKit.InsertBreakAction() - Constructor for class org.fife.ui.rtextarea.RTextAreaEditorKit.InsertBreakAction
 
RTextAreaEditorKit.InsertContentAction - Class in org.fife.ui.rtextarea
Action taken when content is to be inserted.
RTextAreaEditorKit.InsertContentAction() - Constructor for class org.fife.ui.rtextarea.RTextAreaEditorKit.InsertContentAction
 
RTextAreaEditorKit.InsertTabAction - Class in org.fife.ui.rtextarea
Places a tab character into the document.
RTextAreaEditorKit.InsertTabAction() - Constructor for class org.fife.ui.rtextarea.RTextAreaEditorKit.InsertTabAction
 
RTextAreaEditorKit.InvertSelectionCaseAction - Class in org.fife.ui.rtextarea
Action to invert the selection's case.
RTextAreaEditorKit.InvertSelectionCaseAction() - Constructor for class org.fife.ui.rtextarea.RTextAreaEditorKit.InvertSelectionCaseAction
 
RTextAreaEditorKit.JoinLinesAction - Class in org.fife.ui.rtextarea
Action to join the current line and the following line.
RTextAreaEditorKit.JoinLinesAction() - Constructor for class org.fife.ui.rtextarea.RTextAreaEditorKit.JoinLinesAction
 
RTextAreaEditorKit.LineMoveAction - Class in org.fife.ui.rtextarea
Action that moves a line up or down.
RTextAreaEditorKit.LineMoveAction(String, int) - Constructor for class org.fife.ui.rtextarea.RTextAreaEditorKit.LineMoveAction
 
RTextAreaEditorKit.LowerSelectionCaseAction - Class in org.fife.ui.rtextarea
Action to make the selection lower-case.
RTextAreaEditorKit.LowerSelectionCaseAction() - Constructor for class org.fife.ui.rtextarea.RTextAreaEditorKit.LowerSelectionCaseAction
 
RTextAreaEditorKit.NextBookmarkAction - Class in org.fife.ui.rtextarea
Action that moves the caret to the next (or previous) bookmark.
RTextAreaEditorKit.NextBookmarkAction(String, boolean) - Constructor for class org.fife.ui.rtextarea.RTextAreaEditorKit.NextBookmarkAction
 
RTextAreaEditorKit.NextVisualPositionAction - Class in org.fife.ui.rtextarea
Action to move the selection and/or caret.
RTextAreaEditorKit.NextVisualPositionAction(String, boolean, int) - Constructor for class org.fife.ui.rtextarea.RTextAreaEditorKit.NextVisualPositionAction
 
RTextAreaEditorKit.NextWordAction - Class in org.fife.ui.rtextarea
Positions the caret at the next word.
RTextAreaEditorKit.NextWordAction(String, boolean) - Constructor for class org.fife.ui.rtextarea.RTextAreaEditorKit.NextWordAction
 
RTextAreaEditorKit.PasteAction - Class in org.fife.ui.rtextarea
Action for pasting text.
RTextAreaEditorKit.PasteAction() - Constructor for class org.fife.ui.rtextarea.RTextAreaEditorKit.PasteAction
 
RTextAreaEditorKit.PasteAction(String, Icon, String, Integer, KeyStroke) - Constructor for class org.fife.ui.rtextarea.RTextAreaEditorKit.PasteAction
 
RTextAreaEditorKit.PlaybackLastMacroAction - Class in org.fife.ui.rtextarea
"Plays back" the last macro recorded.
RTextAreaEditorKit.PlaybackLastMacroAction() - Constructor for class org.fife.ui.rtextarea.RTextAreaEditorKit.PlaybackLastMacroAction
 
RTextAreaEditorKit.PlaybackLastMacroAction(String, Icon, String, Integer, KeyStroke) - Constructor for class org.fife.ui.rtextarea.RTextAreaEditorKit.PlaybackLastMacroAction
 
RTextAreaEditorKit.PreviousWordAction - Class in org.fife.ui.rtextarea
Positions the caret at the beginning of the previous word.
RTextAreaEditorKit.PreviousWordAction(String, boolean) - Constructor for class org.fife.ui.rtextarea.RTextAreaEditorKit.PreviousWordAction
 
RTextAreaEditorKit.RedoAction - Class in org.fife.ui.rtextarea
Re-does the last action undone.
RTextAreaEditorKit.RedoAction() - Constructor for class org.fife.ui.rtextarea.RTextAreaEditorKit.RedoAction
 
RTextAreaEditorKit.RedoAction(String, Icon, String, Integer, KeyStroke) - Constructor for class org.fife.ui.rtextarea.RTextAreaEditorKit.RedoAction
 
RTextAreaEditorKit.ScrollAction - Class in org.fife.ui.rtextarea
Scrolls the text area one line up or down, without changing the caret position.
RTextAreaEditorKit.ScrollAction(String, int) - Constructor for class org.fife.ui.rtextarea.RTextAreaEditorKit.ScrollAction
 
RTextAreaEditorKit.SelectAllAction - Class in org.fife.ui.rtextarea
Selects the entire document.
RTextAreaEditorKit.SelectAllAction() - Constructor for class org.fife.ui.rtextarea.RTextAreaEditorKit.SelectAllAction
 
RTextAreaEditorKit.SelectAllAction(String, Icon, String, Integer, KeyStroke) - Constructor for class org.fife.ui.rtextarea.RTextAreaEditorKit.SelectAllAction
 
RTextAreaEditorKit.SelectLineAction - Class in org.fife.ui.rtextarea
Selects the line around the caret.
RTextAreaEditorKit.SelectLineAction() - Constructor for class org.fife.ui.rtextarea.RTextAreaEditorKit.SelectLineAction
 
RTextAreaEditorKit.SelectWordAction - Class in org.fife.ui.rtextarea
Selects the word around the caret.
RTextAreaEditorKit.SelectWordAction() - Constructor for class org.fife.ui.rtextarea.RTextAreaEditorKit.SelectWordAction
 
RTextAreaEditorKit.SetReadOnlyAction - Class in org.fife.ui.rtextarea
Puts the text area into read-only mode.
RTextAreaEditorKit.SetReadOnlyAction() - Constructor for class org.fife.ui.rtextarea.RTextAreaEditorKit.SetReadOnlyAction
 
RTextAreaEditorKit.SetWritableAction - Class in org.fife.ui.rtextarea
Puts the text area into writable (from read-only) mode.
RTextAreaEditorKit.SetWritableAction() - Constructor for class org.fife.ui.rtextarea.RTextAreaEditorKit.SetWritableAction
 
RTextAreaEditorKit.TimeDateAction - Class in org.fife.ui.rtextarea
The action for inserting a time/date stamp.
RTextAreaEditorKit.TimeDateAction() - Constructor for class org.fife.ui.rtextarea.RTextAreaEditorKit.TimeDateAction
 
RTextAreaEditorKit.TimeDateAction(String, Icon, String, Integer, KeyStroke) - Constructor for class org.fife.ui.rtextarea.RTextAreaEditorKit.TimeDateAction
 
RTextAreaEditorKit.ToggleBookmarkAction - Class in org.fife.ui.rtextarea
Toggles whether the current line has a bookmark.
RTextAreaEditorKit.ToggleBookmarkAction() - Constructor for class org.fife.ui.rtextarea.RTextAreaEditorKit.ToggleBookmarkAction
 
RTextAreaEditorKit.ToggleTextModeAction - Class in org.fife.ui.rtextarea
The action for the insert key toggling insert/overwrite modes.
RTextAreaEditorKit.ToggleTextModeAction() - Constructor for class org.fife.ui.rtextarea.RTextAreaEditorKit.ToggleTextModeAction
 
RTextAreaEditorKit.UndoAction - Class in org.fife.ui.rtextarea
Undoes the last action done.
RTextAreaEditorKit.UndoAction() - Constructor for class org.fife.ui.rtextarea.RTextAreaEditorKit.UndoAction
 
RTextAreaEditorKit.UndoAction(String, Icon, String, Integer, KeyStroke) - Constructor for class org.fife.ui.rtextarea.RTextAreaEditorKit.UndoAction
 
RTextAreaEditorKit.UnselectAction - Class in org.fife.ui.rtextarea
Removes the selection, if any.
RTextAreaEditorKit.UnselectAction() - Constructor for class org.fife.ui.rtextarea.RTextAreaEditorKit.UnselectAction
 
RTextAreaEditorKit.UpperSelectionCaseAction - Class in org.fife.ui.rtextarea
Action to make the selection upper-case.
RTextAreaEditorKit.UpperSelectionCaseAction() - Constructor for class org.fife.ui.rtextarea.RTextAreaEditorKit.UpperSelectionCaseAction
 
RTextAreaEditorKit.VerticalPageAction - Class in org.fife.ui.rtextarea
Scrolls up/down vertically.
RTextAreaEditorKit.VerticalPageAction(String, int, boolean) - Constructor for class org.fife.ui.rtextarea.RTextAreaEditorKit.VerticalPageAction
 
RTextAreaUI - Class in org.fife.ui.rtextarea
The UI used by instances of RTextArea.
RTextAreaUI(JComponent) - Constructor for class org.fife.ui.rtextarea.RTextAreaUI
Constructor.
RTextScrollPane - Class in org.fife.ui.rtextarea
An extension of javax.swing.JScrollPane that will only take RTextAreas for its view.
RTextScrollPane() - Constructor for class org.fife.ui.rtextarea.RTextScrollPane
Constructor.
RTextScrollPane(RTextArea) - Constructor for class org.fife.ui.rtextarea.RTextScrollPane
Creates a scroll pane.
RTextScrollPane(RTextArea, boolean) - Constructor for class org.fife.ui.rtextarea.RTextScrollPane
Creates a scroll pane.
RTextScrollPane(RTextArea, boolean, Color) - Constructor for class org.fife.ui.rtextarea.RTextScrollPane
Creates a scroll pane with preferred size (width, height).
RtfGenerator - Class in org.fife.ui.rsyntaxtextarea
Generates RTF text via a simple Java API.
RtfGenerator() - Constructor for class org.fife.ui.rsyntaxtextarea.RtfGenerator
Constructor.
RubyTokenMaker - Class in org.fife.ui.rsyntaxtextarea.modes
Scanner for Ruby.
RubyTokenMaker() - Constructor for class org.fife.ui.rsyntaxtextarea.modes.RubyTokenMaker
Constructor.
RubyTokenMaker(Reader) - Constructor for class org.fife.ui.rsyntaxtextarea.modes.RubyTokenMaker
Creates a new scanner There is also a java.io.InputStream version of this constructor.
RubyTokenMaker(InputStream) - Constructor for class org.fife.ui.rsyntaxtextarea.modes.RubyTokenMaker
Creates a new scanner.

S

s - Variable in class org.fife.ui.rsyntaxtextarea.AbstractJFlexTokenMaker
 
SASTokenMaker - Class in org.fife.ui.rsyntaxtextarea.modes
This class generates tokens representing a text stream as SAS.
SASTokenMaker() - Constructor for class org.fife.ui.rsyntaxtextarea.modes.SASTokenMaker
Constructor.
SASTokenMaker(Reader) - Constructor for class org.fife.ui.rsyntaxtextarea.modes.SASTokenMaker
Creates a new scanner There is also a java.io.InputStream version of this constructor.
SASTokenMaker(InputStream) - Constructor for class org.fife.ui.rsyntaxtextarea.modes.SASTokenMaker
Creates a new scanner.
save() - Method in class org.fife.ui.rsyntaxtextarea.TextEditorPane
Saves the file in its current encoding.
saveAs(FileLocation) - Method in class org.fife.ui.rsyntaxtextarea.TextEditorPane
Saves this file in a new local location.
saveTemplates() - Method in class org.fife.ui.rsyntaxtextarea.CodeTemplateManager
Saves all templates as XML files in the current template directory.
saveTemplates() - Static method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Attempts to save all currently-known templates to the current template directory, as set by setTemplateDirectory.
saveToFile(String) - Method in class org.fife.ui.rtextarea.Macro
Saves this macro to a text file.
ScalaTokenMaker - Class in org.fife.ui.rsyntaxtextarea.modes
Scanner for the Scala programming language.
ScalaTokenMaker() - Constructor for class org.fife.ui.rsyntaxtextarea.modes.ScalaTokenMaker
Constructor.
ScalaTokenMaker(Reader) - Constructor for class org.fife.ui.rsyntaxtextarea.modes.ScalaTokenMaker
Creates a new scanner There is also a java.io.InputStream version of this constructor.
ScalaTokenMaker(InputStream) - Constructor for class org.fife.ui.rsyntaxtextarea.modes.ScalaTokenMaker
Creates a new scanner.
SearchEngine - Class in org.fife.ui.rtextarea
A singleton class that can perform advanced find/replace operations in an RTextArea.
seek(long) - Method in class org.fife.io.DocumentReader
Move to the specified position in the document.
SELECT_ALL_ACTION - Static variable in class org.fife.ui.rtextarea.RTextArea
 
SEPARATOR - Static variable in class org.fife.ui.rsyntaxtextarea.Token
 
separators - Variable in class org.fife.ui.rsyntaxtextarea.modes.JavaScriptTokenMaker
 
separators - Variable in class org.fife.ui.rsyntaxtextarea.modes.UnixShellTokenMaker
 
separators2 - Variable in class org.fife.ui.rsyntaxtextarea.modes.JavaScriptTokenMaker
 
separators2 - Variable in class org.fife.ui.rsyntaxtextarea.modes.UnixShellTokenMaker
 
set(char[], int, int, int, int) - Method in class org.fife.ui.rsyntaxtextarea.Token
Sets the value of this token to a particular segment of a document.
set(int, int) - Method in class org.fife.util.DynamicIntArray
Sets the int value at the specified position in this array object.
setActionProperties(int, String, char, KeyStroke) - Static method in class org.fife.ui.rtextarea.RTextArea
Sets the properties of one of the actions this text area owns.
setActionProperties(int, String, Integer, KeyStroke) - Static method in class org.fife.ui.rtextarea.RTextArea
Sets the properties of one of the actions this text area owns.
setActiveLineRange(int, int) - Method in class org.fife.ui.rtextarea.Gutter
Highlights a range of lines in the icon area.
setAfterCaretText(String) - Method in class org.fife.ui.rsyntaxtextarea.templates.StaticCodeTemplate
Sets the text to place after the caret.
setAlpha(float) - Method in class org.fife.ui.rtextarea.ChangeableHighlightPainter
Sets the alpha value used in rendering highlights.
setAnimateBracketMatching(boolean) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Sets whether bracket matching should be animated.
setAutoIndentEnabled(boolean) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Sets whether or not auto-indent is enabled.
setBeforeCaretText(String) - Method in class org.fife.ui.rsyntaxtextarea.templates.StaticCodeTemplate
Sets the text to place before the caret.
setBookmarkIcon(Icon) - Method in class org.fife.ui.rtextarea.Gutter
Sets the icon to use for bookmarks.
setBookmarkingEnabled(boolean) - Method in class org.fife.ui.rtextarea.Gutter
Sets whether bookmarking is enabled.
setBorderColor(Color) - Method in class org.fife.ui.rtextarea.Gutter
Sets the color for the "border" line.
setBracketMatchingEnabled(boolean) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Sets whether bracket matching is enabled.
setCaret(Caret) - Method in class org.fife.ui.rtextarea.RTextArea
This method is overridden to make sure that instances of RTextArea only use ConfigurableCarets.
setCaretMarkerColor(Color) - Method in class org.fife.ui.rsyntaxtextarea.ErrorStrip
Sets the color to use when painting the caret marker.
setCaretStyle(int, int) - Method in class org.fife.ui.rtextarea.RTextArea
Sets the style of caret used when in insert or overwrite mode.
setClearWhitespaceLinesEnabled(boolean) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Sets whether or not lines containing nothing but whitespace are made into blank lines when Enter is pressed in them.
setCloseCurlyBraces(boolean) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Toggles whether curly braces should be automatically closed when a newline is entered after an opening curly brace.
setCloseMarkupTags(boolean) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Sets whether closing markup tags should be automatically completed when "</" is typed.
setColor(Color) - Method in class org.fife.ui.rsyntaxtextarea.parser.DefaultParserNotice
Sets the color to use when painting this notice.
setColor(Color) - Method in class org.fife.ui.rtextarea.ColorBackgroundPainterStrategy
Sets the color used to paint the background.
setCompleteCloseTags(boolean) - Static method in class org.fife.ui.rsyntaxtextarea.modes.BBCodeTokenMaker
Sets whether markup close tags should be completed.
setCompleteCloseTags(boolean) - Static method in class org.fife.ui.rsyntaxtextarea.modes.HTMLTokenMaker
Sets whether markup close tags should be completed.
setCompleteCloseTags(boolean) - Static method in class org.fife.ui.rsyntaxtextarea.modes.JSPTokenMaker
Sets whether markup close tags should be completed.
setCompleteCloseTags(boolean) - Static method in class org.fife.ui.rsyntaxtextarea.modes.PHPTokenMaker
Sets whether markup close tags should be completed.
setCompleteCloseTags(boolean) - Static method in class org.fife.ui.rsyntaxtextarea.modes.XMLTokenMaker
Sets whether markup close tags should be completed.
setComponentOrientation(ComponentOrientation) - Method in class org.fife.ui.rtextarea.Gutter
setDefaultInstance(TokenMakerFactory) - Static method in class org.fife.ui.rsyntaxtextarea.TokenMakerFactory
Sets the default TokenMakerFactory instance.
setDocument(Document) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Sets the document used by this text area.
setDocument(Document) - Method in class org.fife.ui.rsyntaxtextarea.TextEditorPane
Sets the document for this editor.
setDocument(Document) - Method in class org.fife.ui.rtextarea.RTextArea
Sets the document used by this text area.
setEncoding(String) - Method in class org.fife.ui.rsyntaxtextarea.TextEditorPane
Sets the encoding to use when reading or writing this file.
setFollowCaret(boolean) - Method in class org.fife.ui.rsyntaxtextarea.ErrorStrip
Toggles whether the caret's current location should be drawn.
setFont(Font) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Sets the font used by this text area.
setFractionalFontMetricsEnabled(boolean) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Sets whether fractional font metrics are enabled.
setHighlighter(Highlighter) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Sets the highlighter used by this text area.
setHyperlink(boolean) - Method in class org.fife.ui.rsyntaxtextarea.Token
Sets whether this token is a hyperlink.
setHyperlinkForeground(Color) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Sets the color to use when painting hyperlinks.
setHyperlinkListener(ExtendedHyperlinkListener) - Method in class org.fife.ui.rsyntaxtextarea.parser.AbstractParser
Returns the listener for this parser.
setHyperlinksEnabled(boolean) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Sets whether hyperlinks are enabled for this text area.
setIconGroup(IconGroup) - Static method in class org.fife.ui.rtextarea.RTextArea
Sets the path in which to find images to associate with the editor's actions.
setIconRowHeaderEnabled(boolean) - Method in class org.fife.ui.rtextarea.RTextScrollPane
Toggles whether the icon row header (used for breakpoints, bookmarks, etc.) is enabled.
setID(String) - Method in class org.fife.ui.rsyntaxtextarea.templates.AbstractCodeTemplate
Sets the ID for this template.
setImage(URL) - Method in class org.fife.ui.rtextarea.ImageBackgroundPainterStrategy
Sets the image this background painter displays.
setImage(Image) - Method in class org.fife.ui.rtextarea.ImageBackgroundPainterStrategy
Sets the image this background painter displays.
setImageBase(URL) - Method in class org.fife.ui.rsyntaxtextarea.focusabletip.FocusableTip
Sets the base URL to use when loading images in this focusable tip.
setInsertTrigger(KeyStroke) - Method in class org.fife.ui.rsyntaxtextarea.CodeTemplateManager
Sets the "trigger" character for templates.
setLevel(int) - Method in class org.fife.ui.rsyntaxtextarea.parser.DefaultParserNotice
Sets the level of this notice.
setLevelThreshold(int) - Method in class org.fife.ui.rsyntaxtextarea.ErrorStrip
Sets the minimum severity a parser notice must be for it to be displayed in this error strip.
setLineNumberColor(Color) - Method in class org.fife.ui.rtextarea.Gutter
Sets the color to use to paint line numbers.
setLineNumberFont(Font) - Method in class org.fife.ui.rtextarea.Gutter
Sets the font used for line numbers.
setLineNumberingStartIndex(int) - Method in class org.fife.ui.rtextarea.Gutter
Sets the starting line's line number.
setLineNumbersEnabled(boolean) - Method in class org.fife.ui.rtextarea.RTextScrollPane
Toggles whether or not line numbers are visible.
setLineSeparator(String) - Method in class org.fife.ui.rsyntaxtextarea.TextEditorPane
Sets the line separator sequence to use when this file is saved (e.g.
setLineSeparator(String, boolean) - Method in class org.fife.ui.rsyntaxtextarea.TextEditorPane
Sets the line separator sequence to use when this file is saved (e.g.
setLinkScanningMask(int) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Sets the mask for the key used to toggle whether we are scanning for hyperlinks with mouse hovering.
setMarkAllHighlightColor(Color) - Method in class org.fife.ui.rtextarea.RTextArea
Sets the color used for "mark all."
setMarkOccurrences(boolean) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Toggles whether "mark occurrences" is enabled.
setMarkOccurrencesColor(Color) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Sets the "mark occurrences" color.
setMatchedBracketBGColor(Color) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Sets the color used as the background for a matched bracket.
setMatchedBracketBorderColor(Color) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Sets the color used as the border for a matched bracket.
setMnemonic(Integer) - Method in class org.fife.ui.rtextarea.RecordableTextAction
Sets the mnemonic for this action.
setName(String) - Method in class org.fife.ui.rtextarea.Macro
Sets the name of this macro.
setNextToken(Token) - Method in class org.fife.ui.rsyntaxtextarea.Token
Sets the "next token" pointer of this token to point to the specified token.
setPaint(Paint) - Method in class org.fife.ui.rtextarea.ChangeableHighlightPainter
Sets the Paint (usually a java.awt.Color) used to paint this highlight.
setParsedLines(int, int) - Method in class org.fife.ui.rsyntaxtextarea.parser.DefaultParseResult
Sets the line range parsed.
setPopupMenu(JPopupMenu) - Method in class org.fife.ui.rtextarea.RTextArea
Sets the popup menu used by this text area.
setReadOnly(boolean) - Method in class org.fife.ui.rsyntaxtextarea.TextEditorPane
Sets whether or not this text area should be treated as read-only.
setRecordable(boolean) - Method in class org.fife.ui.rtextarea.RecordableTextAction
Sets whether or not this action will be recorded and replayed in a macro.
setRoundedEdges(boolean) - Method in class org.fife.ui.rtextarea.ChangeableHighlightPainter
Sets whether rounded edges are used when painting this highlight.
setRoundedSelectionEdges(boolean) - Method in class org.fife.ui.rtextarea.ConfigurableCaret
Sets whether this caret's selection should have rounded edges.
setRoundedSelectionEdges(boolean) - Method in class org.fife.ui.rtextarea.RTextArea
Sets whether the edges of selections are rounded in this text area.
setScalingHint(int) - Method in class org.fife.ui.rtextarea.ImageBackgroundPainterStrategy
Sets the scaling hint to use when scaling the image.
setSelectionVisible(boolean) - Method in class org.fife.ui.rtextarea.ConfigurableCaret
Overridden to always render the selection, even when the text component loses focus.
setShowInEditor(boolean) - Method in class org.fife.ui.rsyntaxtextarea.parser.DefaultParserNotice
Sets whether a squiggle underline should be drawn in the editor for this notice.
setShowMarkedOccurrences(boolean) - Method in class org.fife.ui.rsyntaxtextarea.ErrorStrip
Sets whether marked occurrences are shown in this error strip.
setSize(float, float) - Method in class org.fife.ui.rsyntaxtextarea.SyntaxView
 
setSize(float, float) - Method in class org.fife.ui.rsyntaxtextarea.WrappedSyntaxView
Sets the size of the view.
setStyle(int, Style) - Method in class org.fife.ui.rsyntaxtextarea.SyntaxScheme
Sets a style to use when rendering a token type.
setStyle(int) - Method in class org.fife.ui.rtextarea.ConfigurableCaret
Sets the style used when painting the caret.
setSyntaxEditingStyle(String) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Sets what type of syntax highlighting this editor is doing.
setSyntaxScheme(SyntaxScheme) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Sets all of the colors used in syntax highlighting to the colors specified.
setSyntaxStyle(String) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxDocument
Sets the syntax style being used for syntax highlighting in this document.
setSyntaxStyle(TokenMaker) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxDocument
Sets the syntax style being used for syntax highlighting in this document.
setTaskPattern(String) - Method in class org.fife.ui.rsyntaxtextarea.parser.TaskTagParser
Sets the pattern of task identifiers, for example, "TODO|FIXME".
setTemplateDirectory(File) - Method in class org.fife.ui.rsyntaxtextarea.CodeTemplateManager
Sets the directory in which to look for templates.
setTemplateDirectory(String) - Static method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
If templates are enabled, all currently-known templates are forgotten and all templates are loaded from all files in the specified directory ending in "*.xml".
setTemplatesEnabled(boolean) - Static method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Enables or disables templates.
setTextAntiAliasHint(String) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Sets the rendering hint to use when anti-aliasing text in this editor.
setTextMode(int) - Method in class org.fife.ui.rtextarea.RTextArea
Sets the text mode for this editor pane.
setTokenMakerFactory(TokenMakerFactory) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxDocument
Sets the token maker factory used by this document.
setToolTipSupplier(ToolTipSupplier) - Method in class org.fife.ui.rtextarea.RTextArea
Sets the tool tip supplier.
setToolTipText(String) - Method in class org.fife.ui.rsyntaxtextarea.parser.DefaultParserNotice
Sets the tooltip text to display for this notice.
setUI(TextUI) - Method in class org.fife.ui.rtextarea.RTextArea
Sets the UI used by this text area.
setUnsafe(int, int) - Method in class org.fife.util.DynamicIntArray
Sets the int value at the specified position in this array object, without doing any bounds checking.
setUseFocusableTips(boolean) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Sets whether "focusable" tool tips are used instead of standard ones.
setViewportView(Component) - Method in class org.fife.ui.rtextarea.RTextScrollPane
Sets the view for this scroll pane.
setWhitespaceVisible(boolean, RSyntaxTextArea) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxDocument
Sets whether whitespace is visible.
setWhitespaceVisible(boolean) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
Sets whether whitespace is visible.
setWhitespaceVisible(boolean, RSyntaxTextArea) - Method in interface org.fife.ui.rsyntaxtextarea.TokenMaker
Sets whether tokens are generated that "show" whitespace.
shellVariables - Variable in class org.fife.ui.rsyntaxtextarea.modes.UnixShellTokenMaker
 
skip(long) - Method in class org.fife.io.DocumentReader
Skips characters.
SQLTokenMaker - Class in org.fife.ui.rsyntaxtextarea.modes
This class generates tokens representing a text stream as SQL.
SQLTokenMaker() - Constructor for class org.fife.ui.rsyntaxtextarea.modes.SQLTokenMaker
Constructor.
SQLTokenMaker(Reader) - Constructor for class org.fife.ui.rsyntaxtextarea.modes.SQLTokenMaker
Creates a new scanner There is also a java.io.InputStream version of this constructor.
SQLTokenMaker(InputStream) - Constructor for class org.fife.ui.rsyntaxtextarea.modes.SQLTokenMaker
Creates a new scanner.
SquiggleUnderlineHighlightPainter - Class in org.fife.ui.rsyntaxtextarea
Highlight painter that paints a squiggly underline underneath text, similar to what popular IDE's such as Visual Studio and Eclipse do to indicate errors, warnings, etc.
SquiggleUnderlineHighlightPainter(Color) - Constructor for class org.fife.ui.rsyntaxtextarea.SquiggleUnderlineHighlightPainter
Constructor.
start - Variable in class org.fife.ui.rsyntaxtextarea.AbstractJFlexTokenMaker
 
start - Variable in class org.fife.ui.rtextarea.RTextAreaEditorKit.SelectWordAction
 
StaticCodeTemplate - Class in org.fife.ui.rsyntaxtextarea.templates
A code template that inserts static text before and after the caret.
StaticCodeTemplate() - Constructor for class org.fife.ui.rsyntaxtextarea.templates.StaticCodeTemplate
Constructor.
StaticCodeTemplate(String, String, String) - Constructor for class org.fife.ui.rsyntaxtextarea.templates.StaticCodeTemplate
Constructor.
STRING - Static variable in class org.fife.ui.rsyntaxtextarea.modes.CSSTokenMaker
 
STRING - Static variable in class org.fife.ui.rsyntaxtextarea.modes.FortranTokenMaker
lexical states
STRING - Static variable in class org.fife.ui.rsyntaxtextarea.modes.LispTokenMaker
 
STRING - Static variable in class org.fife.ui.rsyntaxtextarea.modes.PerlTokenMaker
 
STRING - Static variable in class org.fife.ui.rsyntaxtextarea.modes.RubyTokenMaker
 
STRING - Static variable in class org.fife.ui.rsyntaxtextarea.modes.SASTokenMaker
lexical states
STRING - Static variable in class org.fife.ui.rsyntaxtextarea.modes.SQLTokenMaker
lexical states
STRING_Q_BANG - Static variable in class org.fife.ui.rsyntaxtextarea.modes.RubyTokenMaker
 
STRING_Q_CURLY_BRACE - Static variable in class org.fife.ui.rsyntaxtextarea.modes.RubyTokenMaker
 
STRING_Q_LT - Static variable in class org.fife.ui.rsyntaxtextarea.modes.RubyTokenMaker
 
STRING_Q_PAREN - Static variable in class org.fife.ui.rsyntaxtextarea.modes.RubyTokenMaker
 
STRING_Q_SLASH - Static variable in class org.fife.ui.rsyntaxtextarea.modes.RubyTokenMaker
 
STRING_Q_SQUARE_BRACKET - Static variable in class org.fife.ui.rsyntaxtextarea.modes.RubyTokenMaker
 
Style - Class in org.fife.ui.rsyntaxtextarea
The color and style information for a token type.
Style() - Constructor for class org.fife.ui.rsyntaxtextarea.Style
Creates a new syntax scheme defaulting to black foreground, no background, and no styling.
Style(Color, Color) - Constructor for class org.fife.ui.rsyntaxtextarea.Style
Creates a new syntax scheme with the specified colors and no styling.
Style(Color, Color, Font) - Constructor for class org.fife.ui.rsyntaxtextarea.Style
Creates a new syntax scheme.
Style(Color, Color, Font, boolean) - Constructor for class org.fife.ui.rsyntaxtextarea.Style
Creates a new syntax scheme.
styles - Variable in class org.fife.ui.rsyntaxtextarea.SyntaxScheme
 
syncLastSaveOrLoadTimeToActualFile() - Method in class org.fife.ui.rsyntaxtextarea.TextEditorPane
Syncs this text area's "last saved or loaded" time to that of the file being edited, if that file is local and exists.
SYNTAX_SCHEME_PROPERTY - Static variable in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
 
SYNTAX_STYLE_ASSEMBLER_X86 - Static variable in interface org.fife.ui.rsyntaxtextarea.SyntaxConstants
Style for highlighting x86 assembler.
SYNTAX_STYLE_BBCODE - Static variable in interface org.fife.ui.rsyntaxtextarea.SyntaxConstants
Style for highlighting BBCode.
SYNTAX_STYLE_C - Static variable in interface org.fife.ui.rsyntaxtextarea.SyntaxConstants
Style for highlighting C.
SYNTAX_STYLE_CPLUSPLUS - Static variable in interface org.fife.ui.rsyntaxtextarea.SyntaxConstants
Style for highlighting C++.
SYNTAX_STYLE_CSHARP - Static variable in interface org.fife.ui.rsyntaxtextarea.SyntaxConstants
Style for highlighting C#.
SYNTAX_STYLE_CSS - Static variable in interface org.fife.ui.rsyntaxtextarea.SyntaxConstants
Style for highlighting CSS.
SYNTAX_STYLE_DELPHI - Static variable in interface org.fife.ui.rsyntaxtextarea.SyntaxConstants
Style for highlighting Delphi/Pascal.
SYNTAX_STYLE_FORTRAN - Static variable in interface org.fife.ui.rsyntaxtextarea.SyntaxConstants
Style for highlighting Fortran.
SYNTAX_STYLE_GROOVY - Static variable in interface org.fife.ui.rsyntaxtextarea.SyntaxConstants
Style for highlighting Groovy.
SYNTAX_STYLE_HTML - Static variable in interface org.fife.ui.rsyntaxtextarea.SyntaxConstants
Style for highlighting HTML.
SYNTAX_STYLE_JAVA - Static variable in interface org.fife.ui.rsyntaxtextarea.SyntaxConstants
Style for highlighting Java.
SYNTAX_STYLE_JAVASCRIPT - Static variable in interface org.fife.ui.rsyntaxtextarea.SyntaxConstants
Style for highlighting JavaScript.
SYNTAX_STYLE_JSP - Static variable in interface org.fife.ui.rsyntaxtextarea.SyntaxConstants
Style for highlighting JSP.
SYNTAX_STYLE_LISP - Static variable in interface org.fife.ui.rsyntaxtextarea.SyntaxConstants
Style for highlighting Lisp.
SYNTAX_STYLE_LUA - Static variable in interface org.fife.ui.rsyntaxtextarea.SyntaxConstants
Style for highlighting Lua.
SYNTAX_STYLE_MAKEFILE - Static variable in interface org.fife.ui.rsyntaxtextarea.SyntaxConstants
Style for highlighting makefiles.
SYNTAX_STYLE_NONE - Static variable in interface org.fife.ui.rsyntaxtextarea.SyntaxConstants
Style meaning don't syntax highlight anything.
SYNTAX_STYLE_PERL - Static variable in interface org.fife.ui.rsyntaxtextarea.SyntaxConstants
Style for highlighting Perl.
SYNTAX_STYLE_PHP - Static variable in interface org.fife.ui.rsyntaxtextarea.SyntaxConstants
Style for highlighting PHP.
SYNTAX_STYLE_PROPERTIES_FILE - Static variable in interface org.fife.ui.rsyntaxtextarea.SyntaxConstants
Style for highlighting properties files.
SYNTAX_STYLE_PROPERTY - Static variable in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
 
SYNTAX_STYLE_PYTHON - Static variable in interface org.fife.ui.rsyntaxtextarea.SyntaxConstants
Style for highlighting Python.
SYNTAX_STYLE_RUBY - Static variable in interface org.fife.ui.rsyntaxtextarea.SyntaxConstants
Style for highlighting Ruby.
SYNTAX_STYLE_SAS - Static variable in interface org.fife.ui.rsyntaxtextarea.SyntaxConstants
Style for highlighting SAS keywords.
SYNTAX_STYLE_SCALA - Static variable in interface org.fife.ui.rsyntaxtextarea.SyntaxConstants
Style for highlighting Scala.
SYNTAX_STYLE_SQL - Static variable in interface org.fife.ui.rsyntaxtextarea.SyntaxConstants
Style for highlighting SQL.
SYNTAX_STYLE_TCL - Static variable in interface org.fife.ui.rsyntaxtextarea.SyntaxConstants
Style for highlighting Tcl.
SYNTAX_STYLE_UNIX_SHELL - Static variable in interface org.fife.ui.rsyntaxtextarea.SyntaxConstants
Style for highlighting UNIX shell keywords.
SYNTAX_STYLE_WINDOWS_BATCH - Static variable in interface org.fife.ui.rsyntaxtextarea.SyntaxConstants
Style for highlighting Windows batch files.
SYNTAX_STYLE_XML - Static variable in interface org.fife.ui.rsyntaxtextarea.SyntaxConstants
Style for highlighting XML.
SyntaxConstants - Interface in org.fife.ui.rsyntaxtextarea
Constants that define the different programming languages understood by RSyntaxTextArea.
SyntaxScheme - Class in org.fife.ui.rsyntaxtextarea
The set of colors and styles used by an RSyntaxTextArea to color tokens.
SyntaxScheme(boolean) - Constructor for class org.fife.ui.rsyntaxtextarea.SyntaxScheme
Creates a color scheme that either has all color values set to a default value or set to null.
SyntaxView - Class in org.fife.ui.rsyntaxtextarea
The javax.swing.text.View object used by RSyntaxTextArea when word wrap is disabled.
SyntaxView(Element) - Constructor for class org.fife.ui.rsyntaxtextarea.SyntaxView
Constructs a new SyntaxView wrapped around an element.

T

tabBase - Variable in class org.fife.ui.rsyntaxtextarea.SyntaxView
 
TaskTagParser - Class in org.fife.ui.rsyntaxtextarea.parser
Parser that identifies "task tags," such as "TODO", "FIXME", etc. in source code comments.
TaskTagParser() - Constructor for class org.fife.ui.rsyntaxtextarea.parser.TaskTagParser
 
TaskTagParser.TaskNotice - Class in org.fife.ui.rsyntaxtextarea.parser
A parser notice that signifies a task.
TaskTagParser.TaskNotice(Parser, String, int, int, int) - Constructor for class org.fife.ui.rsyntaxtextarea.parser.TaskTagParser.TaskNotice
 
TclTokenMaker - Class in org.fife.ui.rsyntaxtextarea.modes
Scanner for the Tcl programming language.
TclTokenMaker() - Constructor for class org.fife.ui.rsyntaxtextarea.modes.TclTokenMaker
Constructor.
TclTokenMaker(Reader) - Constructor for class org.fife.ui.rsyntaxtextarea.modes.TclTokenMaker
Creates a new scanner There is also a java.io.InputStream version of this constructor.
TclTokenMaker(InputStream) - Constructor for class org.fife.ui.rsyntaxtextarea.modes.TclTokenMaker
Creates a new scanner.
text - Variable in class org.fife.ui.rsyntaxtextarea.Token
The text this token represents.
textArea - Variable in class org.fife.ui.rtextarea.RTextAreaUI
 
textCount - Variable in class org.fife.ui.rsyntaxtextarea.Token
 
TextEditorPane - Class in org.fife.ui.rsyntaxtextarea
An extension of RSyntaxTextArea that adds information about the file being edited, such as: Its name and location.
TextEditorPane() - Constructor for class org.fife.ui.rsyntaxtextarea.TextEditorPane
Constructor.
TextEditorPane(int) - Constructor for class org.fife.ui.rsyntaxtextarea.TextEditorPane
Constructor.
TextEditorPane(int, boolean) - Constructor for class org.fife.ui.rsyntaxtextarea.TextEditorPane
Creates a new TextEditorPane.
TextEditorPane(int, boolean, FileLocation) - Constructor for class org.fife.ui.rsyntaxtextarea.TextEditorPane
Creates a new TextEditorPane.
TextEditorPane(int, boolean, FileLocation, String) - Constructor for class org.fife.ui.rsyntaxtextarea.TextEditorPane
Creates a new TextEditorPane.
textOffset - Variable in class org.fife.ui.rsyntaxtextarea.Token
 
THICK_VERTICAL_LINE_STYLE - Static variable in class org.fife.ui.rtextarea.ConfigurableCaret
A thicker vertical line (2 pixels instead of 1).
toCommaSeparatedString() - Method in class org.fife.ui.rsyntaxtextarea.SyntaxScheme
Returns this syntax highlighting scheme as a comma-separated list of values as follows: If a color is non-null, it is added as a 24-bit integer of the form ((r<<16) | (g<<8) | (b)); if it is null, it is added as "-,".
toggleBookmark(int) - Method in class org.fife.ui.rtextarea.Gutter
Programatically toggles whether there is a bookmark for the specified line.
Token - Class in org.fife.ui.rsyntaxtextarea
A generic token that functions as a node in a linked list of syntax highlighted tokens for some language.
Token() - Constructor for class org.fife.ui.rsyntaxtextarea.Token
Creates a "null token."
Token(char[], int, int, int, int) - Constructor for class org.fife.ui.rsyntaxtextarea.Token
Constructor.
Token(Token) - Constructor for class org.fife.ui.rsyntaxtextarea.Token
Creates this token as a deep copy of the passed-in token.
TokenMaker - Interface in org.fife.ui.rsyntaxtextarea
An implementation of TokenMaker is a class that turns text into a linked list of Tokens for syntax highlighting in a particular language.
TokenMakerFactory - Class in org.fife.ui.rsyntaxtextarea
A factory that maps syntax styles to TokenMakers capable of splitting text into tokens for those syntax styles.
TokenMakerFactory() - Constructor for class org.fife.ui.rsyntaxtextarea.TokenMakerFactory
 
TokenMap - Class in org.fife.ui.rsyntaxtextarea
A hash table for reserved words, etc. defined by a TokenMaker.
TokenMap() - Constructor for class org.fife.ui.rsyntaxtextarea.TokenMap
Constructs a new token map that is case-sensitive.
TokenMap(int) - Constructor for class org.fife.ui.rsyntaxtextarea.TokenMap
Constructs a new token map that is case-sensitive.
TokenMap(boolean) - Constructor for class org.fife.ui.rsyntaxtextarea.TokenMap
Constructs a new token map.
TokenMap(int, boolean) - Constructor for class org.fife.ui.rsyntaxtextarea.TokenMap
Constructs a new token map.
TokenOrientedView - Interface in org.fife.ui.rsyntaxtextarea
An interface for the syntax-highlighting token oriented views for token-oriented methods.
tokenToDocument(int) - Method in class org.fife.ui.rsyntaxtextarea.Token
Returns the position in the document corresponding to the specified position in this token's internal char array (textOffset - textOffset+textCount-1).
toLowerCase(char) - Static method in class org.fife.ui.rsyntaxtextarea.RSyntaxUtilities
If the character is an upper-case US-ASCII letter, it returns the lower-case version of that letter; otherwise, it just returns the character.
ToolTipInfo - Class in org.fife.ui.rsyntaxtextarea.parser
Wrapper for a tool tip and a listener for hyperlink events in the tool tip (assuming the tip is HTML).
ToolTipInfo(String, HyperlinkListener) - Constructor for class org.fife.ui.rsyntaxtextarea.parser.ToolTipInfo
Constructor.
ToolTipInfo(String, HyperlinkListener, URL) - Constructor for class org.fife.ui.rsyntaxtextarea.parser.ToolTipInfo
Constructor.
toolTipRequested(MouseEvent, String) - Method in class org.fife.ui.rsyntaxtextarea.focusabletip.FocusableTip
 
ToolTipSupplier - Interface in org.fife.ui.rtextarea
A ToolTipSupplier can create tool tip text for an RTextArea on its behalf.
toString() - Method in class org.fife.ui.rsyntaxtextarea.parser.DefaultParserNotice
Returns a string representation of this parser notice.
toString() - Method in class org.fife.ui.rsyntaxtextarea.Style
Returns a string representation of this style.
toString() - Method in class org.fife.ui.rsyntaxtextarea.templates.StaticCodeTemplate
Returns a string representation of this template for debugging purposes.
toString() - Method in class org.fife.ui.rsyntaxtextarea.Token
Returns this token as a String, which is useful for debugging.
tracker - Variable in class org.fife.ui.rtextarea.ImageBackgroundPainterStrategy
 
type - Variable in class org.fife.ui.rsyntaxtextarea.Token
The type of token this is; for example, Token.FUNCTION.

U

underline - Variable in class org.fife.ui.rsyntaxtextarea.Style
 
UNDERLINE_STYLE - Static variable in class org.fife.ui.rtextarea.ConfigurableCaret
The horizontal line style.
UNDO_ACTION - Static variable in class org.fife.ui.rtextarea.RTextArea
 
undoLastAction() - Method in class org.fife.ui.rtextarea.RTextArea
Attempt to undo an "action" done in this text area.
UnicodeReader - Class in org.fife.io
A reader capable of identifying Unicode streams by their BOMs.
UnicodeReader(String) - Constructor for class org.fife.io.UnicodeReader
This utility constructor is here because you will usually use a UnicodeReader on files.
UnicodeReader(File) - Constructor for class org.fife.io.UnicodeReader
This utility constructor is here because you will usually use a UnicodeReader on files.
UnicodeReader(File, String) - Constructor for class org.fife.io.UnicodeReader
This utility constructor is here because you will usually use a UnicodeReader on files.
UnicodeReader(InputStream) - Constructor for class org.fife.io.UnicodeReader
Creates a reader using the encoding specified by the BOM in the file; if there is no recognized BOM, then a system default encoding is used.
UnicodeReader(InputStream, String) - Constructor for class org.fife.io.UnicodeReader
Creates a reader using the encoding specified by the BOM in the file; if there is no recognized BOM, then defaultEncoding is used.
UnicodeWriter - Class in org.fife.io
Writes Unicode text to an output stream.
UnicodeWriter(String, String) - Constructor for class org.fife.io.UnicodeWriter
This is a utility constructor since the vast majority of the time, this class will be used to write Unicode files.
UnicodeWriter(File, String) - Constructor for class org.fife.io.UnicodeWriter
This is a utility constructor since the vast majority of the time, this class will be used to write Unicode files.
UnicodeWriter(OutputStream, String) - Constructor for class org.fife.io.UnicodeWriter
Creates a new writer.
UnixShellTokenMaker - Class in org.fife.ui.rsyntaxtextarea.modes
A token maker that turns text into a linked list of Tokens for syntax highlighting UNIX shell scripts.
UnixShellTokenMaker() - Constructor for class org.fife.ui.rsyntaxtextarea.modes.UnixShellTokenMaker
Constructor.
updateDamage(DocumentEvent, Shape, ViewFactory) - Method in class org.fife.ui.rsyntaxtextarea.SyntaxView
Repaint the region of change covered by the given document event.
updateMetrics() - Method in class org.fife.ui.rsyntaxtextarea.SyntaxView
Checks to see if the font metrics and longest line are up-to-date.
updateSyntaxHighlightingInformation() - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxDocument
Updates internal state information; e.g. the "last tokens on lines" data.

V

VALUE - Static variable in class org.fife.ui.rsyntaxtextarea.modes.PropertiesFileTokenMaker
 
VAR - Static variable in class org.fife.ui.rsyntaxtextarea.modes.MakefileTokenMaker
lexical states
VARIABLE - Static variable in class org.fife.ui.rsyntaxtextarea.Token
 
VERBATIMSTRING - Static variable in class org.fife.ui.rsyntaxtextarea.modes.CSharpTokenMaker
lexical states
VERTICAL_LINE_STYLE - Static variable in class org.fife.ui.rtextarea.ConfigurableCaret
The vertical line style.
viewToModel(float, float, Shape, Position.Bias[]) - Method in class org.fife.ui.rsyntaxtextarea.SyntaxView
Provides a mapping from the view coordinate space to the logical coordinate space of the model.
VISIBLE_WHITESPACE_PROPERTY - Static variable in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
 
VisibleWhitespaceToken - Class in org.fife.ui.rsyntaxtextarea
This token class paints spaces and tabs with special symbols so the user can see the whitespace in his document.
VisibleWhitespaceToken() - Constructor for class org.fife.ui.rsyntaxtextarea.VisibleWhitespaceToken
Creates a "null token."
VisibleWhitespaceToken(Segment, int, int, int, int) - Constructor for class org.fife.ui.rsyntaxtextarea.VisibleWhitespaceToken
Constructor.
VisibleWhitespaceToken(char[], int, int, int, int) - Constructor for class org.fife.ui.rsyntaxtextarea.VisibleWhitespaceToken
Constructor.
VolatileImageBackgroundPainterStrategy - Class in org.fife.ui.rtextarea
A strategy for painting the background of an RTextAreaBase as an image.
VolatileImageBackgroundPainterStrategy(RTextAreaBase) - Constructor for class org.fife.ui.rtextarea.VolatileImageBackgroundPainterStrategy
Constructor.

W

WARNING - Static variable in interface org.fife.ui.rsyntaxtextarea.parser.ParserNotice
Indicates a warning notice.
WHITESPACE - Static variable in class org.fife.ui.rsyntaxtextarea.Token
 
WindowsBatchTokenMaker - Class in org.fife.ui.rsyntaxtextarea.modes
A token maker that turns text into a linked list of Tokens for syntax highlighting Microsoft Windows batch files.
WindowsBatchTokenMaker() - Constructor for class org.fife.ui.rsyntaxtextarea.modes.WindowsBatchTokenMaker
Constructor.
wordsToHighlight - Variable in class org.fife.ui.rsyntaxtextarea.AbstractTokenMaker
Hash table of words to highlight and what token type they are.
WrappedSyntaxView - Class in org.fife.ui.rsyntaxtextarea
The view used by RSyntaxTextArea when word wrap is enabled.
WrappedSyntaxView(Element) - Constructor for class org.fife.ui.rsyntaxtextarea.WrappedSyntaxView
Creates a new WrappedSyntaxView.
write(char[], int, int) - Method in class org.fife.io.UnicodeWriter
Writes a portion of an array of characters.
write(int) - Method in class org.fife.io.UnicodeWriter
Writes a single character.
write(String, int, int) - Method in class org.fife.io.UnicodeWriter
Writes a portion of a string.

X

XMLParser - Class in org.fife.ui.rsyntaxtextarea
A parser for XML documents.
XMLParser(RSyntaxTextArea) - Constructor for class org.fife.ui.rsyntaxtextarea.XMLParser
 
XMLTokenMaker - Class in org.fife.ui.rsyntaxtextarea.modes
Scanner for XML.
XMLTokenMaker() - Constructor for class org.fife.ui.rsyntaxtextarea.modes.XMLTokenMaker
Constructor.
XMLTokenMaker(Reader) - Constructor for class org.fife.ui.rsyntaxtextarea.modes.XMLTokenMaker
Creates a new scanner There is also a java.io.InputStream version of this constructor.
XMLTokenMaker(InputStream) - Constructor for class org.fife.ui.rsyntaxtextarea.modes.XMLTokenMaker
Creates a new scanner.

Y

yForLineContaining(int) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaUI
Returns the y-coordinate of the line containing a specified offset.
yForLineContaining(Rectangle, int) - Method in class org.fife.ui.rsyntaxtextarea.SyntaxView
Returns the y-coordinate of the line containing a specified offset.
yForLineContaining(Rectangle, int) - Method in class org.fife.ui.rsyntaxtextarea.WrappedSyntaxView
Returns the y-coordinate of the line containing a specified offset.
yForLineContaining(int) - Method in class org.fife.ui.rtextarea.RTextAreaUI
Returns the y-coordinate of the line containing an offset.
yybegin(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.AssemblerX86TokenMaker
Enters a new lexical state
yybegin(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.BBCodeTokenMaker
Enters a new lexical state
yybegin(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.CPlusPlusTokenMaker
Enters a new lexical state
yybegin(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.CSharpTokenMaker
Enters a new lexical state
yybegin(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.CSSTokenMaker
Enters a new lexical state
yybegin(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.CTokenMaker
Enters a new lexical state
yybegin(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.DelphiTokenMaker
Enters a new lexical state
yybegin(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.FortranTokenMaker
Enters a new lexical state
yybegin(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.GroovyTokenMaker
Enters a new lexical state
yybegin(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.HTMLTokenMaker
Enters a new lexical state
yybegin(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.JavaTokenMaker
Enters a new lexical state
yybegin(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.JSPTokenMaker
Enters a new lexical state
yybegin(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.LispTokenMaker
Enters a new lexical state
yybegin(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.LuaTokenMaker
Enters a new lexical state
yybegin(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.MakefileTokenMaker
Enters a new lexical state
yybegin(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.PerlTokenMaker
Enters a new lexical state
yybegin(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.PHPTokenMaker
Enters a new lexical state
yybegin(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.PlainTextTokenMaker
Enters a new lexical state
yybegin(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.PropertiesFileTokenMaker
Enters a new lexical state
yybegin(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.PythonTokenMaker
Enters a new lexical state
yybegin(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.RubyTokenMaker
Enters a new lexical state
yybegin(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.SASTokenMaker
Enters a new lexical state
yybegin(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.ScalaTokenMaker
Enters a new lexical state
yybegin(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.SQLTokenMaker
Enters a new lexical state
yybegin(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.TclTokenMaker
Enters a new lexical state
yybegin(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.XMLTokenMaker
Enters a new lexical state
yycharat(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.AssemblerX86TokenMaker
Returns the character at position pos from the matched text.
yycharat(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.BBCodeTokenMaker
Returns the character at position pos from the matched text.
yycharat(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.CPlusPlusTokenMaker
Returns the character at position pos from the matched text.
yycharat(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.CSharpTokenMaker
Returns the character at position pos from the matched text.
yycharat(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.CSSTokenMaker
Returns the character at position pos from the matched text.
yycharat(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.CTokenMaker
Returns the character at position pos from the matched text.
yycharat(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.DelphiTokenMaker
Returns the character at position pos from the matched text.
yycharat(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.FortranTokenMaker
Returns the character at position pos from the matched text.
yycharat(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.GroovyTokenMaker
Returns the character at position pos from the matched text.
yycharat(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.HTMLTokenMaker
Returns the character at position pos from the matched text.
yycharat(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.JavaTokenMaker
Returns the character at position pos from the matched text.
yycharat(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.JSPTokenMaker
Returns the character at position pos from the matched text.
yycharat(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.LispTokenMaker
Returns the character at position pos from the matched text.
yycharat(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.LuaTokenMaker
Returns the character at position pos from the matched text.
yycharat(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.MakefileTokenMaker
Returns the character at position pos from the matched text.
yycharat(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.PerlTokenMaker
Returns the character at position pos from the matched text.
yycharat(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.PHPTokenMaker
Returns the character at position pos from the matched text.
yycharat(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.PlainTextTokenMaker
Returns the character at position pos from the matched text.
yycharat(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.PropertiesFileTokenMaker
Returns the character at position pos from the matched text.
yycharat(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.PythonTokenMaker
Returns the character at position pos from the matched text.
yycharat(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.RubyTokenMaker
Returns the character at position pos from the matched text.
yycharat(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.SASTokenMaker
Returns the character at position pos from the matched text.
yycharat(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.ScalaTokenMaker
Returns the character at position pos from the matched text.
yycharat(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.SQLTokenMaker
Returns the character at position pos from the matched text.
yycharat(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.TclTokenMaker
Returns the character at position pos from the matched text.
yycharat(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.XMLTokenMaker
Returns the character at position pos from the matched text.
yyclose() - Method in class org.fife.ui.rsyntaxtextarea.modes.AssemblerX86TokenMaker
Closes the input stream.
yyclose() - Method in class org.fife.ui.rsyntaxtextarea.modes.BBCodeTokenMaker
Closes the input stream.
yyclose() - Method in class org.fife.ui.rsyntaxtextarea.modes.CPlusPlusTokenMaker
Closes the input stream.
yyclose() - Method in class org.fife.ui.rsyntaxtextarea.modes.CSharpTokenMaker
Closes the input stream.
yyclose() - Method in class org.fife.ui.rsyntaxtextarea.modes.CSSTokenMaker
Closes the input stream.
yyclose() - Method in class org.fife.ui.rsyntaxtextarea.modes.CTokenMaker
Closes the input stream.
yyclose() - Method in class org.fife.ui.rsyntaxtextarea.modes.DelphiTokenMaker
Closes the input stream.
yyclose() - Method in class org.fife.ui.rsyntaxtextarea.modes.FortranTokenMaker
Closes the input stream.
yyclose() - Method in class org.fife.ui.rsyntaxtextarea.modes.GroovyTokenMaker
Closes the input stream.
yyclose() - Method in class org.fife.ui.rsyntaxtextarea.modes.HTMLTokenMaker
Closes the input stream.
yyclose() - Method in class org.fife.ui.rsyntaxtextarea.modes.JavaTokenMaker
Closes the input stream.
yyclose() - Method in class org.fife.ui.rsyntaxtextarea.modes.JSPTokenMaker
Closes the input stream.
yyclose() - Method in class org.fife.ui.rsyntaxtextarea.modes.LispTokenMaker
Closes the input stream.
yyclose() - Method in class org.fife.ui.rsyntaxtextarea.modes.LuaTokenMaker
Closes the input stream.
yyclose() - Method in class org.fife.ui.rsyntaxtextarea.modes.MakefileTokenMaker
Closes the input stream.
yyclose() - Method in class org.fife.ui.rsyntaxtextarea.modes.PerlTokenMaker
Closes the input stream.
yyclose() - Method in class org.fife.ui.rsyntaxtextarea.modes.PHPTokenMaker
Closes the input stream.
yyclose() - Method in class org.fife.ui.rsyntaxtextarea.modes.PlainTextTokenMaker
Closes the input stream.
yyclose() - Method in class org.fife.ui.rsyntaxtextarea.modes.PropertiesFileTokenMaker
Closes the input stream.
yyclose() - Method in class org.fife.ui.rsyntaxtextarea.modes.PythonTokenMaker
Closes the input stream.
yyclose() - Method in class org.fife.ui.rsyntaxtextarea.modes.SASTokenMaker
Closes the input stream.
yyclose() - Method in class org.fife.ui.rsyntaxtextarea.modes.ScalaTokenMaker
Closes the input stream.
yyclose() - Method in class org.fife.ui.rsyntaxtextarea.modes.SQLTokenMaker
Closes the input stream.
yyclose() - Method in class org.fife.ui.rsyntaxtextarea.modes.TclTokenMaker
Closes the input stream.
yyclose() - Method in class org.fife.ui.rsyntaxtextarea.modes.XMLTokenMaker
Closes the input stream.
YYEOF - Static variable in class org.fife.ui.rsyntaxtextarea.modes.AssemblerX86TokenMaker
This character denotes the end of file
YYEOF - Static variable in class org.fife.ui.rsyntaxtextarea.modes.BBCodeTokenMaker
This character denotes the end of file
YYEOF - Static variable in class org.fife.ui.rsyntaxtextarea.modes.CPlusPlusTokenMaker
This character denotes the end of file
YYEOF - Static variable in class org.fife.ui.rsyntaxtextarea.modes.CSharpTokenMaker
This character denotes the end of file
YYEOF - Static variable in class org.fife.ui.rsyntaxtextarea.modes.CSSTokenMaker
This character denotes the end of file
YYEOF - Static variable in class org.fife.ui.rsyntaxtextarea.modes.CTokenMaker
This character denotes the end of file
YYEOF - Static variable in class org.fife.ui.rsyntaxtextarea.modes.DelphiTokenMaker
This character denotes the end of file
YYEOF - Static variable in class org.fife.ui.rsyntaxtextarea.modes.FortranTokenMaker
This character denotes the end of file
YYEOF - Static variable in class org.fife.ui.rsyntaxtextarea.modes.GroovyTokenMaker
This character denotes the end of file
YYEOF - Static variable in class org.fife.ui.rsyntaxtextarea.modes.HTMLTokenMaker
This character denotes the end of file
YYEOF - Static variable in class org.fife.ui.rsyntaxtextarea.modes.JavaTokenMaker
This character denotes the end of file
YYEOF - Static variable in class org.fife.ui.rsyntaxtextarea.modes.JSPTokenMaker
This character denotes the end of file
YYEOF - Static variable in class org.fife.ui.rsyntaxtextarea.modes.LispTokenMaker
This character denotes the end of file
YYEOF - Static variable in class org.fife.ui.rsyntaxtextarea.modes.LuaTokenMaker
This character denotes the end of file
YYEOF - Static variable in class org.fife.ui.rsyntaxtextarea.modes.MakefileTokenMaker
This character denotes the end of file
YYEOF - Static variable in class org.fife.ui.rsyntaxtextarea.modes.PerlTokenMaker
This character denotes the end of file
YYEOF - Static variable in class org.fife.ui.rsyntaxtextarea.modes.PHPTokenMaker
This character denotes the end of file
YYEOF - Static variable in class org.fife.ui.rsyntaxtextarea.modes.PlainTextTokenMaker
This character denotes the end of file
YYEOF - Static variable in class org.fife.ui.rsyntaxtextarea.modes.PropertiesFileTokenMaker
This character denotes the end of file
YYEOF - Static variable in class org.fife.ui.rsyntaxtextarea.modes.PythonTokenMaker
This character denotes the end of file
YYEOF - Static variable in class org.fife.ui.rsyntaxtextarea.modes.RubyTokenMaker
This character denotes the end of file
YYEOF - Static variable in class org.fife.ui.rsyntaxtextarea.modes.SASTokenMaker
This character denotes the end of file
YYEOF - Static variable in class org.fife.ui.rsyntaxtextarea.modes.ScalaTokenMaker
This character denotes the end of file
YYEOF - Static variable in class org.fife.ui.rsyntaxtextarea.modes.SQLTokenMaker
This character denotes the end of file
YYEOF - Static variable in class org.fife.ui.rsyntaxtextarea.modes.TclTokenMaker
This character denotes the end of file
YYEOF - Static variable in class org.fife.ui.rsyntaxtextarea.modes.XMLTokenMaker
This character denotes the end of file
YYINITIAL - Static variable in class org.fife.ui.rsyntaxtextarea.modes.AssemblerX86TokenMaker
lexical states
YYINITIAL - Static variable in class org.fife.ui.rsyntaxtextarea.modes.BBCodeTokenMaker
 
YYINITIAL - Static variable in class org.fife.ui.rsyntaxtextarea.modes.CPlusPlusTokenMaker
 
YYINITIAL - Static variable in class org.fife.ui.rsyntaxtextarea.modes.CSharpTokenMaker
 
YYINITIAL - Static variable in class org.fife.ui.rsyntaxtextarea.modes.CSSTokenMaker
 
YYINITIAL - Static variable in class org.fife.ui.rsyntaxtextarea.modes.CTokenMaker
 
YYINITIAL - Static variable in class org.fife.ui.rsyntaxtextarea.modes.DelphiTokenMaker
 
YYINITIAL - Static variable in class org.fife.ui.rsyntaxtextarea.modes.FortranTokenMaker
 
YYINITIAL - Static variable in class org.fife.ui.rsyntaxtextarea.modes.GroovyTokenMaker
 
YYINITIAL - Static variable in class org.fife.ui.rsyntaxtextarea.modes.HTMLTokenMaker
 
YYINITIAL - Static variable in class org.fife.ui.rsyntaxtextarea.modes.JavaTokenMaker
 
YYINITIAL - Static variable in class org.fife.ui.rsyntaxtextarea.modes.JSPTokenMaker
 
YYINITIAL - Static variable in class org.fife.ui.rsyntaxtextarea.modes.LispTokenMaker
 
YYINITIAL - Static variable in class org.fife.ui.rsyntaxtextarea.modes.LuaTokenMaker
lexical states
YYINITIAL - Static variable in class org.fife.ui.rsyntaxtextarea.modes.MakefileTokenMaker
 
YYINITIAL - Static variable in class org.fife.ui.rsyntaxtextarea.modes.PerlTokenMaker
 
YYINITIAL - Static variable in class org.fife.ui.rsyntaxtextarea.modes.PHPTokenMaker
 
YYINITIAL - Static variable in class org.fife.ui.rsyntaxtextarea.modes.PlainTextTokenMaker
lexical states
YYINITIAL - Static variable in class org.fife.ui.rsyntaxtextarea.modes.PropertiesFileTokenMaker
lexical states
YYINITIAL - Static variable in class org.fife.ui.rsyntaxtextarea.modes.PythonTokenMaker
lexical states
YYINITIAL - Static variable in class org.fife.ui.rsyntaxtextarea.modes.RubyTokenMaker
 
YYINITIAL - Static variable in class org.fife.ui.rsyntaxtextarea.modes.SASTokenMaker
 
YYINITIAL - Static variable in class org.fife.ui.rsyntaxtextarea.modes.ScalaTokenMaker
 
YYINITIAL - Static variable in class org.fife.ui.rsyntaxtextarea.modes.SQLTokenMaker
 
YYINITIAL - Static variable in class org.fife.ui.rsyntaxtextarea.modes.TclTokenMaker
lexical states
YYINITIAL - Static variable in class org.fife.ui.rsyntaxtextarea.modes.XMLTokenMaker
 
yylength() - Method in class org.fife.ui.rsyntaxtextarea.modes.AssemblerX86TokenMaker
Returns the length of the matched text region.
yylength() - Method in class org.fife.ui.rsyntaxtextarea.modes.BBCodeTokenMaker
Returns the length of the matched text region.
yylength() - Method in class org.fife.ui.rsyntaxtextarea.modes.CPlusPlusTokenMaker
Returns the length of the matched text region.
yylength() - Method in class org.fife.ui.rsyntaxtextarea.modes.CSharpTokenMaker
Returns the length of the matched text region.
yylength() - Method in class org.fife.ui.rsyntaxtextarea.modes.CSSTokenMaker
Returns the length of the matched text region.
yylength() - Method in class org.fife.ui.rsyntaxtextarea.modes.CTokenMaker
Returns the length of the matched text region.
yylength() - Method in class org.fife.ui.rsyntaxtextarea.modes.DelphiTokenMaker
Returns the length of the matched text region.
yylength() - Method in class org.fife.ui.rsyntaxtextarea.modes.FortranTokenMaker
Returns the length of the matched text region.
yylength() - Method in class org.fife.ui.rsyntaxtextarea.modes.GroovyTokenMaker
Returns the length of the matched text region.
yylength() - Method in class org.fife.ui.rsyntaxtextarea.modes.HTMLTokenMaker
Returns the length of the matched text region.
yylength() - Method in class org.fife.ui.rsyntaxtextarea.modes.JavaTokenMaker
Returns the length of the matched text region.
yylength() - Method in class org.fife.ui.rsyntaxtextarea.modes.JSPTokenMaker
Returns the length of the matched text region.
yylength() - Method in class org.fife.ui.rsyntaxtextarea.modes.LispTokenMaker
Returns the length of the matched text region.
yylength() - Method in class org.fife.ui.rsyntaxtextarea.modes.LuaTokenMaker
Returns the length of the matched text region.
yylength() - Method in class org.fife.ui.rsyntaxtextarea.modes.MakefileTokenMaker
Returns the length of the matched text region.
yylength() - Method in class org.fife.ui.rsyntaxtextarea.modes.PerlTokenMaker
Returns the length of the matched text region.
yylength() - Method in class org.fife.ui.rsyntaxtextarea.modes.PHPTokenMaker
Returns the length of the matched text region.
yylength() - Method in class org.fife.ui.rsyntaxtextarea.modes.PlainTextTokenMaker
Returns the length of the matched text region.
yylength() - Method in class org.fife.ui.rsyntaxtextarea.modes.PropertiesFileTokenMaker
Returns the length of the matched text region.
yylength() - Method in class org.fife.ui.rsyntaxtextarea.modes.PythonTokenMaker
Returns the length of the matched text region.
yylength() - Method in class org.fife.ui.rsyntaxtextarea.modes.RubyTokenMaker
Returns the length of the matched text region.
yylength() - Method in class org.fife.ui.rsyntaxtextarea.modes.SASTokenMaker
Returns the length of the matched text region.
yylength() - Method in class org.fife.ui.rsyntaxtextarea.modes.ScalaTokenMaker
Returns the length of the matched text region.
yylength() - Method in class org.fife.ui.rsyntaxtextarea.modes.SQLTokenMaker
Returns the length of the matched text region.
yylength() - Method in class org.fife.ui.rsyntaxtextarea.modes.TclTokenMaker
Returns the length of the matched text region.
yylength() - Method in class org.fife.ui.rsyntaxtextarea.modes.XMLTokenMaker
Returns the length of the matched text region.
yylex() - Method in class org.fife.ui.rsyntaxtextarea.modes.AssemblerX86TokenMaker
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
yylex() - Method in class org.fife.ui.rsyntaxtextarea.modes.BBCodeTokenMaker
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
yylex() - Method in class org.fife.ui.rsyntaxtextarea.modes.CPlusPlusTokenMaker
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
yylex() - Method in class org.fife.ui.rsyntaxtextarea.modes.CSharpTokenMaker
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
yylex() - Method in class org.fife.ui.rsyntaxtextarea.modes.CSSTokenMaker
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
yylex() - Method in class org.fife.ui.rsyntaxtextarea.modes.CTokenMaker
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
yylex() - Method in class org.fife.ui.rsyntaxtextarea.modes.DelphiTokenMaker
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
yylex() - Method in class org.fife.ui.rsyntaxtextarea.modes.FortranTokenMaker
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
yylex() - Method in class org.fife.ui.rsyntaxtextarea.modes.GroovyTokenMaker
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
yylex() - Method in class org.fife.ui.rsyntaxtextarea.modes.HTMLTokenMaker
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
yylex() - Method in class org.fife.ui.rsyntaxtextarea.modes.JavaTokenMaker
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
yylex() - Method in class org.fife.ui.rsyntaxtextarea.modes.JSPTokenMaker
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
yylex() - Method in class org.fife.ui.rsyntaxtextarea.modes.LispTokenMaker
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
yylex() - Method in class org.fife.ui.rsyntaxtextarea.modes.LuaTokenMaker
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
yylex() - Method in class org.fife.ui.rsyntaxtextarea.modes.MakefileTokenMaker
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
yylex() - Method in class org.fife.ui.rsyntaxtextarea.modes.PerlTokenMaker
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
yylex() - Method in class org.fife.ui.rsyntaxtextarea.modes.PHPTokenMaker
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
yylex() - Method in class org.fife.ui.rsyntaxtextarea.modes.PlainTextTokenMaker
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
yylex() - Method in class org.fife.ui.rsyntaxtextarea.modes.PropertiesFileTokenMaker
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
yylex() - Method in class org.fife.ui.rsyntaxtextarea.modes.PythonTokenMaker
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
yylex() - Method in class org.fife.ui.rsyntaxtextarea.modes.RubyTokenMaker
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
yylex() - Method in class org.fife.ui.rsyntaxtextarea.modes.SASTokenMaker
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
yylex() - Method in class org.fife.ui.rsyntaxtextarea.modes.ScalaTokenMaker
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
yylex() - Method in class org.fife.ui.rsyntaxtextarea.modes.SQLTokenMaker
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
yylex() - Method in class org.fife.ui.rsyntaxtextarea.modes.TclTokenMaker
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
yylex() - Method in class org.fife.ui.rsyntaxtextarea.modes.XMLTokenMaker
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
yypushback(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.AssemblerX86TokenMaker
Pushes the specified amount of characters back into the input stream.
yypushback(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.BBCodeTokenMaker
Pushes the specified amount of characters back into the input stream.
yypushback(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.CPlusPlusTokenMaker
Pushes the specified amount of characters back into the input stream.
yypushback(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.CSharpTokenMaker
Pushes the specified amount of characters back into the input stream.
yypushback(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.CSSTokenMaker
Pushes the specified amount of characters back into the input stream.
yypushback(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.CTokenMaker
Pushes the specified amount of characters back into the input stream.
yypushback(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.DelphiTokenMaker
Pushes the specified amount of characters back into the input stream.
yypushback(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.FortranTokenMaker
Pushes the specified amount of characters back into the input stream.
yypushback(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.GroovyTokenMaker
Pushes the specified amount of characters back into the input stream.
yypushback(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.HTMLTokenMaker
Pushes the specified amount of characters back into the input stream.
yypushback(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.JavaTokenMaker
Pushes the specified amount of characters back into the input stream.
yypushback(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.JSPTokenMaker
Pushes the specified amount of characters back into the input stream.
yypushback(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.LispTokenMaker
Pushes the specified amount of characters back into the input stream.
yypushback(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.LuaTokenMaker
Pushes the specified amount of characters back into the input stream.
yypushback(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.MakefileTokenMaker
Pushes the specified amount of characters back into the input stream.
yypushback(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.PerlTokenMaker
Pushes the specified amount of characters back into the input stream.
yypushback(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.PHPTokenMaker
Pushes the specified amount of characters back into the input stream.
yypushback(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.PlainTextTokenMaker
Pushes the specified amount of characters back into the input stream.
yypushback(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.PropertiesFileTokenMaker
Pushes the specified amount of characters back into the input stream.
yypushback(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.PythonTokenMaker
Pushes the specified amount of characters back into the input stream.
yypushback(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.RubyTokenMaker
Pushes the specified amount of characters back into the input stream.
yypushback(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.SASTokenMaker
Pushes the specified amount of characters back into the input stream.
yypushback(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.ScalaTokenMaker
Pushes the specified amount of characters back into the input stream.
yypushback(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.SQLTokenMaker
Pushes the specified amount of characters back into the input stream.
yypushback(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.TclTokenMaker
Pushes the specified amount of characters back into the input stream.
yypushback(int) - Method in class org.fife.ui.rsyntaxtextarea.modes.XMLTokenMaker
Pushes the specified amount of characters back into the input stream.
yyreset(Reader) - Method in class org.fife.ui.rsyntaxtextarea.modes.AssemblerX86TokenMaker
Resets the scanner to read from a new input stream.
yyreset(Reader) - Method in class org.fife.ui.rsyntaxtextarea.modes.BBCodeTokenMaker
Resets the scanner to read from a new input stream.
yyreset(Reader) - Method in class org.fife.ui.rsyntaxtextarea.modes.CPlusPlusTokenMaker
Resets the scanner to read from a new input stream.
yyreset(Reader) - Method in class org.fife.ui.rsyntaxtextarea.modes.CSharpTokenMaker
Resets the scanner to read from a new input stream.
yyreset(Reader) - Method in class org.fife.ui.rsyntaxtextarea.modes.CSSTokenMaker
Resets the scanner to read from a new input stream.
yyreset(Reader) - Method in class org.fife.ui.rsyntaxtextarea.modes.CTokenMaker
Resets the scanner to read from a new input stream.
yyreset(Reader) - Method in class org.fife.ui.rsyntaxtextarea.modes.DelphiTokenMaker
Resets the scanner to read from a new input stream.
yyreset(Reader) - Method in class org.fife.ui.rsyntaxtextarea.modes.FortranTokenMaker
Resets the scanner to read from a new input stream.
yyreset(Reader) - Method in class org.fife.ui.rsyntaxtextarea.modes.GroovyTokenMaker
Resets the scanner to read from a new input stream.
yyreset(Reader) - Method in class org.fife.ui.rsyntaxtextarea.modes.HTMLTokenMaker
Resets the scanner to read from a new input stream.
yyreset(Reader) - Method in class org.fife.ui.rsyntaxtextarea.modes.JavaTokenMaker
Resets the scanner to read from a new input stream.
yyreset(Reader) - Method in class org.fife.ui.rsyntaxtextarea.modes.JSPTokenMaker
Resets the scanner to read from a new input stream.
yyreset(Reader) - Method in class org.fife.ui.rsyntaxtextarea.modes.LispTokenMaker
Resets the scanner to read from a new input stream.
yyreset(Reader) - Method in class org.fife.ui.rsyntaxtextarea.modes.LuaTokenMaker
Resets the scanner to read from a new input stream.
yyreset(Reader) - Method in class org.fife.ui.rsyntaxtextarea.modes.MakefileTokenMaker
Resets the scanner to read from a new input stream.
yyreset(Reader) - Method in class org.fife.ui.rsyntaxtextarea.modes.PerlTokenMaker
Resets the scanner to read from a new input stream.
yyreset(Reader) - Method in class org.fife.ui.rsyntaxtextarea.modes.PHPTokenMaker
Resets the scanner to read from a new input stream.
yyreset(Reader) - Method in class org.fife.ui.rsyntaxtextarea.modes.PlainTextTokenMaker
Resets the scanner to read from a new input stream.
yyreset(Reader) - Method in class org.fife.ui.rsyntaxtextarea.modes.PropertiesFileTokenMaker
Resets the scanner to read from a new input stream.
yyreset(Reader) - Method in class org.fife.ui.rsyntaxtextarea.modes.PythonTokenMaker
Resets the scanner to read from a new input stream.
yyreset(Reader) - Method in class org.fife.ui.rsyntaxtextarea.modes.RubyTokenMaker
Resets the scanner to read from a new input stream.
yyreset(Reader) - Method in class org.fife.ui.rsyntaxtextarea.modes.SASTokenMaker
Resets the scanner to read from a new input stream.
yyreset(Reader) - Method in class org.fife.ui.rsyntaxtextarea.modes.ScalaTokenMaker
Resets the scanner to read from a new input stream.
yyreset(Reader) - Method in class org.fife.ui.rsyntaxtextarea.modes.SQLTokenMaker
Resets the scanner to read from a new input stream.
yyreset(Reader) - Method in class org.fife.ui.rsyntaxtextarea.modes.TclTokenMaker
Resets the scanner to read from a new input stream.
yyreset(Reader) - Method in class org.fife.ui.rsyntaxtextarea.modes.XMLTokenMaker
Resets the scanner to read from a new input stream.
yystate() - Method in class org.fife.ui.rsyntaxtextarea.modes.AssemblerX86TokenMaker
Returns the current lexical state.
yystate() - Method in class org.fife.ui.rsyntaxtextarea.modes.BBCodeTokenMaker
Returns the current lexical state.
yystate() - Method in class org.fife.ui.rsyntaxtextarea.modes.CPlusPlusTokenMaker
Returns the current lexical state.
yystate() - Method in class org.fife.ui.rsyntaxtextarea.modes.CSharpTokenMaker
Returns the current lexical state.
yystate() - Method in class org.fife.ui.rsyntaxtextarea.modes.CSSTokenMaker
Returns the current lexical state.
yystate() - Method in class org.fife.ui.rsyntaxtextarea.modes.CTokenMaker
Returns the current lexical state.
yystate() - Method in class org.fife.ui.rsyntaxtextarea.modes.DelphiTokenMaker
Returns the current lexical state.
yystate() - Method in class org.fife.ui.rsyntaxtextarea.modes.FortranTokenMaker
Returns the current lexical state.
yystate() - Method in class org.fife.ui.rsyntaxtextarea.modes.GroovyTokenMaker
Returns the current lexical state.
yystate() - Method in class org.fife.ui.rsyntaxtextarea.modes.HTMLTokenMaker
Returns the current lexical state.
yystate() - Method in class org.fife.ui.rsyntaxtextarea.modes.JavaTokenMaker
Returns the current lexical state.
yystate() - Method in class org.fife.ui.rsyntaxtextarea.modes.JSPTokenMaker
Returns the current lexical state.
yystate() - Method in class org.fife.ui.rsyntaxtextarea.modes.LispTokenMaker
Returns the current lexical state.
yystate() - Method in class org.fife.ui.rsyntaxtextarea.modes.LuaTokenMaker
Returns the current lexical state.
yystate() - Method in class org.fife.ui.rsyntaxtextarea.modes.MakefileTokenMaker
Returns the current lexical state.
yystate() - Method in class org.fife.ui.rsyntaxtextarea.modes.PerlTokenMaker
Returns the current lexical state.
yystate() - Method in class org.fife.ui.rsyntaxtextarea.modes.PHPTokenMaker
Returns the current lexical state.
yystate() - Method in class org.fife.ui.rsyntaxtextarea.modes.PlainTextTokenMaker
Returns the current lexical state.
yystate() - Method in class org.fife.ui.rsyntaxtextarea.modes.PropertiesFileTokenMaker
Returns the current lexical state.
yystate() - Method in class org.fife.ui.rsyntaxtextarea.modes.PythonTokenMaker
Returns the current lexical state.
yystate() - Method in class org.fife.ui.rsyntaxtextarea.modes.RubyTokenMaker
Returns the current lexical state.
yystate() - Method in class org.fife.ui.rsyntaxtextarea.modes.SASTokenMaker
Returns the current lexical state.
yystate() - Method in class org.fife.ui.rsyntaxtextarea.modes.ScalaTokenMaker
Returns the current lexical state.
yystate() - Method in class org.fife.ui.rsyntaxtextarea.modes.SQLTokenMaker
Returns the current lexical state.
yystate() - Method in class org.fife.ui.rsyntaxtextarea.modes.TclTokenMaker
Returns the current lexical state.
yystate() - Method in class org.fife.ui.rsyntaxtextarea.modes.XMLTokenMaker
Returns the current lexical state.
yytext() - Method in class org.fife.ui.rsyntaxtextarea.modes.AssemblerX86TokenMaker
Returns the text matched by the current regular expression.
yytext() - Method in class org.fife.ui.rsyntaxtextarea.modes.BBCodeTokenMaker
Returns the text matched by the current regular expression.
yytext() - Method in class org.fife.ui.rsyntaxtextarea.modes.CPlusPlusTokenMaker
Returns the text matched by the current regular expression.
yytext() - Method in class org.fife.ui.rsyntaxtextarea.modes.CSharpTokenMaker
Returns the text matched by the current regular expression.
yytext() - Method in class org.fife.ui.rsyntaxtextarea.modes.CSSTokenMaker
Returns the text matched by the current regular expression.
yytext() - Method in class org.fife.ui.rsyntaxtextarea.modes.CTokenMaker
Returns the text matched by the current regular expression.
yytext() - Method in class org.fife.ui.rsyntaxtextarea.modes.DelphiTokenMaker
Returns the text matched by the current regular expression.
yytext() - Method in class org.fife.ui.rsyntaxtextarea.modes.FortranTokenMaker
Returns the text matched by the current regular expression.
yytext() - Method in class org.fife.ui.rsyntaxtextarea.modes.GroovyTokenMaker
Returns the text matched by the current regular expression.
yytext() - Method in class org.fife.ui.rsyntaxtextarea.modes.HTMLTokenMaker
Returns the text matched by the current regular expression.
yytext() - Method in class org.fife.ui.rsyntaxtextarea.modes.JavaTokenMaker
Returns the text matched by the current regular expression.
yytext() - Method in class org.fife.ui.rsyntaxtextarea.modes.JSPTokenMaker
Returns the text matched by the current regular expression.
yytext() - Method in class org.fife.ui.rsyntaxtextarea.modes.LispTokenMaker
Returns the text matched by the current regular expression.
yytext() - Method in class org.fife.ui.rsyntaxtextarea.modes.LuaTokenMaker
Returns the text matched by the current regular expression.
yytext() - Method in class org.fife.ui.rsyntaxtextarea.modes.MakefileTokenMaker
Returns the text matched by the current regular expression.
yytext() - Method in class org.fife.ui.rsyntaxtextarea.modes.PerlTokenMaker
Returns the text matched by the current regular expression.
yytext() - Method in class org.fife.ui.rsyntaxtextarea.modes.PHPTokenMaker
Returns the text matched by the current regular expression.
yytext() - Method in class org.fife.ui.rsyntaxtextarea.modes.PlainTextTokenMaker
Returns the text matched by the current regular expression.
yytext() - Method in class org.fife.ui.rsyntaxtextarea.modes.PropertiesFileTokenMaker
Returns the text matched by the current regular expression.
yytext() - Method in class org.fife.ui.rsyntaxtextarea.modes.PythonTokenMaker
Returns the text matched by the current regular expression.
yytext() - Method in class org.fife.ui.rsyntaxtextarea.modes.RubyTokenMaker
Returns the text matched by the current regular expression.
yytext() - Method in class org.fife.ui.rsyntaxtextarea.modes.SASTokenMaker
Returns the text matched by the current regular expression.
yytext() - Method in class org.fife.ui.rsyntaxtextarea.modes.ScalaTokenMaker
Returns the text matched by the current regular expression.
yytext() - Method in class org.fife.ui.rsyntaxtextarea.modes.SQLTokenMaker
Returns the text matched by the current regular expression.
yytext() - Method in class org.fife.ui.rsyntaxtextarea.modes.TclTokenMaker
Returns the text matched by the current regular expression.
yytext() - Method in class org.fife.ui.rsyntaxtextarea.modes.XMLTokenMaker
Returns the text matched by the current regular expression.

A B C D E F G H I J K L M N O P R S T U V W X Y