- 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
-
- 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.
- 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.
- 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.rtextarea.ColorBackgroundPainterStrategy
-
Returns the color used to paint the background.
- getColumn() - Method in class org.fife.ui.rsyntaxtextarea.ParserNotice
-
Returns the character offset into the line of the parser notice,
if any.
- 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.
- 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.
- 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.
- 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.
- 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.
- getLargeIcon(String) - Method in class org.fife.ui.rtextarea.IconGroup
-
Returns the large icon from this icon group with the specified name.
- 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.ParserNotice
-
Returns the length of the code the message is concerned with.
- 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.ParserNotice
-
Returns the line number the notice is about, if any.
- 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.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.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.HTMLTokenMaker
-
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.JSPTokenMaker
-
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.PHPTokenMaker
-
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.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.modes.XMLTokenMaker
-
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.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."
- 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.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.
The reason this method is here is to attempt to speed up
FindInFilesDialog; since it repeatedly calls
this method instead of getNextMatchPos, it gets better
performance as it no longer has to allocate a lower-cased string for
every call.
- 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
-
- getNoticeIterator() - Method in interface org.fife.ui.rsyntaxtextarea.Parser
-
- getNoticeIterator() - Method in class org.fife.ui.rsyntaxtextarea.XMLParser
-
- getOffset() - Method in class org.fife.ui.rsyntaxtextarea.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.
- 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.
- 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.
- 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.
- 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.
Note that this method does NOT check to see if tokenList
is null; callers should check for themselves.
- 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.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.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.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
-
- getTokenMakerImpl(String) - Method in class org.fife.ui.rsyntaxtextarea.AbstractTokenMakerFactory
-
- getTokenMakerImpl(String) - Method in class org.fife.ui.rsyntaxtextarea.TokenMakerFactory
-
- getToolTipSupplier() - Method in class org.fife.ui.rtextarea.RTextArea
-
Returns the tool tip supplier.
- getToolTipText(MouseEvent) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
-
Returns the tooltip 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.
- 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.
- IconGroup - Class in org.fife.ui.rtextarea
-
This class encapsulates the location, properties, etc.
- 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
-
- INATTR_SINGLE_SCRIPT - Static variable in class org.fife.ui.rsyntaxtextarea.modes.PHPTokenMaker
-
- increaseAmount - Variable in class org.fife.ui.rtextarea.RTextAreaEditorKit.IncreaseFontSizeAction
-
- 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.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_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_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.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_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!...! style double quoted string.
- 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<...> style double quoted string.
- 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.
- 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.
- 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.
- 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.
- 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
-
- 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.RSyntaxTextArea
-
Overridden so we stop this text area's parser, if any.
- 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
-
- 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
-
- 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.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
-
- 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 - 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.
- 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.
- 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.
- 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.
- 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.
- setColor(Color) - Method in class org.fife.ui.rtextarea.ColorBackgroundPainterStrategy
-
Sets the color used to paint the background.
- 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.
- 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.
- 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.
- setInsertTrigger(KeyStroke) - Method in class org.fife.ui.rsyntaxtextarea.CodeTemplateManager
-
Sets the "trigger" character for templates.
- 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
-
- 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.
- setParser(Parser) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
-
Sets the parser to "validate" the source code in this text area.
- 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.
- 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.
- 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.
- 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.
- 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_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_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_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.
- 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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.