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

R

rangeComment() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Adds comment start and end strings to the beginning and end of the selection.
RBRACE - Static variable in interface bsh.ParserConstants
 
RBRACKET - Static variable in interface bsh.ParserConstants
 
RE - Class in gnu.regexp
RE provides the user interface for compiling and matching regular expressions.
RE(Object) - Constructor for class gnu.regexp.RE
Constructs a regular expression pattern buffer without any compilation flags set, and using the default syntax (RESyntax.RE_SYNTAX_PERL5).
RE(Object, int) - Constructor for class gnu.regexp.RE
Constructs a regular expression pattern buffer using the specified compilation flags and the default syntax (RESyntax.RE_SYNTAX_PERL5).
RE(Object, int, RESyntax) - Constructor for class gnu.regexp.RE
Constructs a regular expression pattern buffer using the specified compilation flags and regular expression syntax.
RE() - Constructor for class gnu.regexp.RE
 
RE_BACKSLASH_ESCAPE_IN_LISTS - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_BK_PLUS_QM - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_CHAR_CLASS_ESC_IN_LISTS - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_CHAR_CLASS_ESCAPES - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_CHAR_CLASSES - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_COMMENTS - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_CONTEXT_INDEP_ANCHORS - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_CONTEXT_INDEP_OPS - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_CONTEXT_INVALID_OPS - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_DOT_NEWLINE - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_DOT_NOT_NULL - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_HAT_LISTS_NOT_NEWLINE - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_INTERVALS - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_LIMITED_OPS - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_LOOKAHEAD - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_NEWLINE_ALT - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_NO_BK_BRACES - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_NO_BK_PARENS - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_NO_BK_REFS - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_NO_BK_VBAR - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_NO_EMPTY_RANGES - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_PURE_GROUPING - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_STINGY_OPS - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_STRING_ANCHORS - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_SYNTAX_AWK - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_ED - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_EGREP - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_EMACS - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_GREP - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_JAVA_1_4 - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_PERL4 - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_PERL4_S - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_PERL5 - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_PERL5_S - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_POSIX_AWK - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_POSIX_BASIC - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_POSIX_EGREP - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_POSIX_EXTENDED - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_POSIX_MINIMAL_BASIC - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_POSIX_MINIMAL_EXTENDED - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_SED - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_UNMATCHED_RIGHT_PAREN_ORD - Static variable in class gnu.regexp.RESyntax
Syntax bit.
read() - Method in class gnu.regexp.REFilterInputStream
Deprecated. Reads the next byte from the stream per the general contract of InputStream.read().
read(byte[], int, int) - Method in class gnu.regexp.REFilterInputStream
Deprecated. Reads from the stream into the provided array.
read(byte[]) - Method in class gnu.regexp.REFilterInputStream
Deprecated. Reads from the stream into the provided array.
read() - Method in class gnu.regexp.REFilterReader
Reads the next character from the stream per the general contract of Reader.read().
read(char[], int, int) - Method in class gnu.regexp.REFilterReader
Reads from the stream into the provided array.
read(char[]) - Method in class gnu.regexp.REFilterReader
Reads from the stream into the provided array.
read(Reader, long, boolean) - Method in class org.gjt.sp.jedit.buffer.BufferIORequest
 
read(DataInputStream) - Method in class org.gjt.sp.jedit.PluginJAR.PluginCacheEntry
 
READ_CAP - Static variable in class org.gjt.sp.jedit.io.VFS
Read capability.
READ_ONLY_BUFFER_ICON - Static variable in class org.gjt.sp.jedit.GUIUtilities
Deprecated. Use GUIUtilities.loadIcon("readonly.gif"); instead.
ReadByte() - Method in class bsh.JavaCharStream
 
readChar() - Method in class bsh.JavaCharStream
 
readLock() - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
The buffer is guaranteed not to change between calls to JEditBuffer.readLock() and JEditBuffer.readUnlock().
readLock() - Method in class org.gjt.sp.util.ReadWriteLock
 
readNextChar - Variable in class org.gjt.sp.jedit.gui.InputHandler
 
readNextChar(String, String) - Method in class org.gjt.sp.jedit.gui.InputHandler
Invokes the specified BeanShell code, replacing __char__ in the code with the next input character.
readNextChar(String) - Method in class org.gjt.sp.jedit.gui.InputHandler
Deprecated. Use the other form of this method instead
readUnlock() - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
The buffer is guaranteed not to change between calls to JEditBuffer.readLock() and JEditBuffer.readUnlock().
readUnlock() - Method in class org.gjt.sp.util.ReadWriteLock
 
ReadWriteLock - Class in org.gjt.sp.util
Implements consumer/producer locking scemantics.
ReadWriteLock() - Constructor for class org.gjt.sp.util.ReadWriteLock
 
recentBuffer() - Method in class org.gjt.sp.jedit.EditPane
Selects the most recently edited buffer.
RecentDirectoriesProvider - Class in org.gjt.sp.jedit.menu
 
RecentDirectoriesProvider() - Constructor for class org.gjt.sp.jedit.menu.RecentDirectoriesProvider
 
RecentFilesProvider - Class in org.gjt.sp.jedit.menu
 
RecentFilesProvider() - Constructor for class org.gjt.sp.jedit.menu.RecentFilesProvider
 
record(String) - Method in class org.gjt.sp.jedit.Macros.Recorder
 
record(int, String) - Method in class org.gjt.sp.jedit.Macros.Recorder
 
recordInput(int, char, boolean) - Method in class org.gjt.sp.jedit.Macros.Recorder
 
recordInput(String, boolean) - Method in class org.gjt.sp.jedit.Macros.Recorder
 
recordMacro(View) - Static method in class org.gjt.sp.jedit.Macros
Starts recording a macro.
recordTemporaryMacro(View) - Static method in class org.gjt.sp.jedit.Macros
Starts recording a temporary macro.
RECT_SELECT_CHANGED - Static variable in interface org.gjt.sp.jedit.textarea.StatusListener
 
redirectOutputToFile(String) - Static method in class bsh.Interpreter
 
redo(JEditTextArea) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
Redoes the most recently undone edit.
redo() - Method in class org.gjt.sp.jedit.buffer.UndoManager
 
REException - Exception in gnu.regexp
This is the regular expression exception class.
REFilterInputStream - Class in gnu.regexp
Deprecated. This class cannot properly handle all character encodings. For proper handling, use the REFilterReader class instead.
REFilterInputStream(InputStream, RE, String) - Constructor for class gnu.regexp.REFilterInputStream
Deprecated. Creates an REFilterInputStream.
REFilterReader - Class in gnu.regexp
Replaces instances of a given RE with replacement text.
REFilterReader(Reader, RE, String) - Constructor for class gnu.regexp.REFilterReader
Creates an REFilterReader.
ReflectManager - Class in bsh
ReflectManager is a dynamically loaded extension that supports extended reflection features supported by JDK1.2 and greater.
ReflectManager() - Constructor for class bsh.ReflectManager
 
ReflectManagerImpl - Class in bsh.reflect
This is the implementation of: ReflectManager - a dynamically loaded extension that supports extended reflection features supported by JDK1.2 and greater.
ReflectManagerImpl() - Constructor for class bsh.reflect.ReflectManagerImpl
 
REG_ANCHORINDEX - Static variable in class gnu.regexp.RE
Execution flag.
REG_BADBR - Static variable in exception gnu.regexp.REException
Error flag.
REG_BADPAT - Static variable in exception gnu.regexp.REException
Error flag.
REG_BADRPT - Static variable in exception gnu.regexp.REException
Error flag.
REG_DOT_NEWLINE - Static variable in class gnu.regexp.RE
Compilation flag.
REG_EBRACE - Static variable in exception gnu.regexp.REException
Error flag.
REG_EBRACK - Static variable in exception gnu.regexp.REException
Error flag.
REG_ECTYPE - Static variable in exception gnu.regexp.REException
Error flag.
REG_EEND - Static variable in exception gnu.regexp.REException
Error flag.
REG_EPAREN - Static variable in exception gnu.regexp.REException
Error flag.
REG_ERANGE - Static variable in exception gnu.regexp.REException
Error flag.
REG_ESCAPE - Static variable in exception gnu.regexp.REException
Error flag.
REG_ESIZE - Static variable in exception gnu.regexp.REException
Error flag.
REG_ESPACE - Static variable in exception gnu.regexp.REException
Error flag.
REG_ESUBREG - Static variable in exception gnu.regexp.REException
Error flag.
REG_ICASE - Static variable in class gnu.regexp.RE
Compilation flag.
REG_MULTILINE - Static variable in class gnu.regexp.RE
Compilation flag.
REG_NO_INTERPOLATE - Static variable in class gnu.regexp.RE
Execution flag.
REG_NOTBOL - Static variable in class gnu.regexp.RE
Execution flag.
REG_NOTEOL - Static variable in class gnu.regexp.RE
Execution flag.
REGEXP - Static variable in class org.gjt.sp.jedit.syntax.ParserRule
 
RegexpIndentRule - Class in org.gjt.sp.jedit.indent
 
RegexpIndentRule(String, IndentAction, IndentAction, IndentAction, boolean) - Constructor for class org.gjt.sp.jedit.indent.RegexpIndentRule
 
regionMatches(boolean, Segment, int, char[]) - Static method in class org.gjt.sp.jedit.syntax.SyntaxUtilities
Checks if a subregion of a Segment is equal to a character array.
register(DockableWindowManager.Entry) - Method in interface org.gjt.sp.jedit.gui.DockableWindowContainer
 
register(DockableWindowManager.Entry) - Method in class org.gjt.sp.jedit.gui.FloatingWindowContainer
 
register(DockableWindowManager.Entry) - Method in class org.gjt.sp.jedit.gui.PanelWindowContainer
 
RegisterChanged - Class in org.gjt.sp.jedit.msg
Message sent when a register is updated.
RegisterChanged(EBComponent, char) - Constructor for class org.gjt.sp.jedit.msg.RegisterChanged
Creates a new registers changed message.
registerDockableWindow(PluginJAR, String, String, boolean) - Method in class org.gjt.sp.jedit.gui.DockableWindowFactory
 
registerHandler(Macros.Handler) - Static method in class org.gjt.sp.jedit.Macros
Adds a macro handler to the handlers list
Registers - Class in org.gjt.sp.jedit
jEdit's registers are an extension of the clipboard metaphor.
Registers.ClipboardRegister - Class in org.gjt.sp.jedit
A clipboard register.
Registers.ClipboardRegister(Clipboard) - Constructor for class org.gjt.sp.jedit.Registers.ClipboardRegister
 
Registers.Register - Interface in org.gjt.sp.jedit
A register.
Registers.StringRegister - Class in org.gjt.sp.jedit
Register that stores a string.
Registers.StringRegister(String) - Constructor for class org.gjt.sp.jedit.Registers.StringRegister
Creates a new string register.
registerService(String, String, String, PluginJAR) - Static method in class org.gjt.sp.jedit.ServiceManager
Registers a service.
registerVFS(String, VFS) - Static method in class org.gjt.sp.jedit.io.VFSManager
Deprecated. Write a services.xml file instead; see ServiceManager.
RegisterViewer - Class in org.gjt.sp.jedit.gui
 
RegisterViewer(View, String) - Constructor for class org.gjt.sp.jedit.gui.RegisterViewer
 
ReInit(Reader, int, int, int) - Method in class bsh.JavaCharStream
 
ReInit(Reader, int, int) - Method in class bsh.JavaCharStream
 
ReInit(Reader) - Method in class bsh.JavaCharStream
 
ReInit(InputStream, int, int, int) - Method in class bsh.JavaCharStream
 
ReInit(InputStream, int, int) - Method in class bsh.JavaCharStream
 
ReInit(InputStream) - Method in class bsh.JavaCharStream
 
ReInit(InputStream) - Method in class bsh.Parser
 
ReInit(Reader) - Method in class bsh.Parser
 
ReInit(ParserTokenManager) - Method in class bsh.Parser
 
ReInit(JavaCharStream) - Method in class bsh.ParserTokenManager
 
ReInit(JavaCharStream, int) - Method in class bsh.ParserTokenManager
 
RelationalExpression() - Method in class bsh.Parser
 
reload(View) - Method in class org.gjt.sp.jedit.Buffer
Reloads the buffer from disk, asking for confirmation if the buffer has unsaved changes.
reloadAllBuffers(View, boolean) - Static method in class org.gjt.sp.jedit.jEdit
Reloads all open buffers.
reloadAllClasses() - Method in class bsh.BshClassManager
Overlay the entire path with a new class loader.
reloadClasses(String[]) - Method in class bsh.BshClassManager
Reloading classes means creating a new classloader and using it whenever we are asked for classes in the appropriate space.
reloadDirectory() - Method in class org.gjt.sp.jedit.browser.VFSBrowser
 
reloadDirectory(String) - Method in class org.gjt.sp.jedit.io.VFS
Called before a directory is reloaded by the file system browser.
reloadModes() - Static method in class org.gjt.sp.jedit.jEdit
Reloads all edit modes.
reloadPackage(String) - Method in class bsh.BshClassManager
Reload all classes in the specified package: e.g.
REMatch - Class in gnu.regexp
An instance of this class represents a match completed by a gnu.regexp matching function.
REMatchEnumeration - Class in gnu.regexp
An REMatchEnumeration enumerates regular expression matches over a given input text.
Remote - Class in bsh
Remote executor class.
Remote() - Constructor for class bsh.Remote
 
remove(int, int) - Method in class org.gjt.sp.jedit.buffer.ContentManager
 
remove(int, int) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
Removes the specified rang efrom the buffer.
remove(DockableWindowManager.Entry) - Method in interface org.gjt.sp.jedit.gui.DockableWindowContainer
 
remove(DockableWindowManager.Entry) - Method in class org.gjt.sp.jedit.gui.FloatingWindowContainer
 
remove(DockableWindowManager.Entry) - Method in class org.gjt.sp.jedit.gui.PanelWindowContainer
 
removeAction(String) - Method in class org.gjt.sp.jedit.ActionSet
Removes an action from the action set.
removeActionSet(ActionSet) - Method in class org.gjt.sp.jedit.ActionContext
Removes an action set from the context.
removeActionSet(ActionSet) - Static method in class org.gjt.sp.jedit.jEdit
Removes an action set from jEdit's list.
removeAllActions() - Method in class org.gjt.sp.jedit.ActionSet
Removes all actions from the action set.
removeAllElements() - Method in class org.gjt.sp.jedit.gui.HistoryModel
 
removeAllKeyBindings() - Method in class org.gjt.sp.jedit.gui.DefaultInputHandler
Removes all key bindings from this input handler.
removeAllKeyBindings() - Method in class org.gjt.sp.jedit.gui.InputHandler
Removes all key bindings from this input handler.
removeAllMarkers() - Method in class org.gjt.sp.jedit.Buffer
Removes all defined markers.
removeBrowserListener(BrowserListener) - Method in class org.gjt.sp.jedit.browser.VFSBrowser
 
removeBufferChangeListener(BufferChangeListener) - Method in class org.gjt.sp.jedit.Buffer
Deprecated. Call JEditBuffer.removeBufferListener(BufferListener).
removeBufferListener(BufferListener) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
Removes a buffer change listener.
removeCaretListener(CaretListener) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Removes a caret change listener from this text area.
removeChangeEventListener(ChangeListener) - Static method in class org.gjt.sp.jedit.gui.ShortcutPrefixActiveEvent
Description of the Method
removeCommandPath(String, Class) - Method in class bsh.NameSpace
Remove a URLfrom the command path.
removeDockableWindow(String) - Method in class org.gjt.sp.jedit.gui.DockableWindowManager
Hides the specified dockable window.
removeElement(Object) - Method in class org.gjt.sp.jedit.buffer.KillRing
 
removeElement(Object) - Method in class org.gjt.sp.jedit.gui.HistoryModel
 
removeElement(Object) - Method in interface org.gjt.sp.jedit.gui.MutableListModel
 
removeExtension(TextAreaExtension) - Method in class org.gjt.sp.jedit.textarea.Gutter
Removes a text area extension.
removeExtension(TextAreaExtension) - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Removes a text area extension.
removeFromBus(EBComponent) - Static method in class org.gjt.sp.jedit.EditBus
Removes a component from the bus.
removeFromSelection(Selection) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Deactivates the specified selection.
removeFromSelection(int) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Deactivates the selection at the specified offset.
removeHelpHistoryModelListener(HelpHistoryModelListener) - Method in class org.gjt.sp.jedit.help.HelpHistoryModel
 
removeKeyBinding(String) - Method in class org.gjt.sp.jedit.gui.DefaultInputHandler
Removes a key binding from this input handler.
removeKeyBinding(String) - Method in class org.gjt.sp.jedit.gui.InputHandler
Removes a key binding from this input handler.
removeLayoutComponent(Component) - Method in class org.gjt.sp.jedit.gui.DockableLayout
 
removeLayoutComponent(Component) - Method in class org.gjt.sp.jedit.gui.VariableGridLayout
Not used in this class.
removeLayoutComponent(Component) - Method in class org.gjt.sp.jedit.textarea.ScrollLayout
 
removeLeftOfScrollBar(Component) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Removes a component from the box left of the vertical scroll bar.
removeListDataListener(ListDataListener) - Method in class org.gjt.sp.jedit.buffer.KillRing
 
removeListener(BshClassManager.Listener) - Method in class bsh.BshClassManager
 
removeMarker(int) - Method in class org.gjt.sp.jedit.Buffer
Removes all markers at the specified line.
removeNodeFromCache(MutableTreeNode) - Static method in class org.gjt.sp.jedit.search.HyperSearchOperationNode
 
removeNotify() - Method in class org.gjt.sp.jedit.browser.VFSBrowser
 
removeNotify() - Method in class org.gjt.sp.jedit.gui.IOProgressMonitor
 
removeNotify() - Method in class org.gjt.sp.jedit.gui.LogViewer
 
removeNotify() - Method in class org.gjt.sp.jedit.gui.MarkerViewer
 
removeNotify() - Method in class org.gjt.sp.jedit.gui.RegisterViewer
 
removeNotify() - Method in class org.gjt.sp.jedit.gui.StatusBar
 
removeNotify() - Method in class org.gjt.sp.jedit.search.HyperSearchResults
 
removeNotify() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Called by the AWT when this component is removed from it's parent.
removePluginJAR(PluginJAR, boolean) - Static method in class org.gjt.sp.jedit.jEdit
Unloads the given plugin JAR with the specified path.
removeProgressListener(WorkThreadProgressListener) - Method in class org.gjt.sp.util.WorkThreadPool
Removes a progress listener from this thread pool.
removeScrollListener(ScrollListener) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Removes a scroll listener from this text area.
removeStatusListener(StatusListener) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Removes a scroll listener from this text area.
removeStructureMatcher(StructureMatcher) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Removes a structure matcher.
removeToolBar(Component) - Method in class org.gjt.sp.jedit.gui.ToolBarManager
 
removeToolBar(Component) - Method in class org.gjt.sp.jedit.View
Removes a tool bar from this view.
removeTopComponent(Component) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Removes a component from above the gutter, text area, and vertical scroll bar.
removeTrailingWhiteSpace(int[]) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
Removes trailing whitespace from all lines in the specified list.
removeTrailingWhiteSpace() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Removes trailing whitespace from all lines in the selection.
removeTreeModelListener(TreeModelListener) - Method in class org.gjt.sp.jedit.gui.OptionsDialog.OptionTreeModel
 
rename(String) - Method in class org.gjt.sp.jedit.browser.VFSBrowser
 
RENAME_CAP - Static variable in class org.gjt.sp.jedit.io.VFS
Rename file capability.
repeatCount - Variable in class org.gjt.sp.jedit.gui.InputHandler
 
replace(View) - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Replaces the current selection with the replacement string.
replace(View, Buffer, int, int) - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Replaces text in the specified range with the replacement string.
replaceAll(View) - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Replaces all occurances of the search string with the replacement string.
replaceSelection(String) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Set the selection, but does not deactivate it, and does not move the caret.
requestDefaultFocus() - Method in class org.gjt.sp.jedit.gui.MarkerViewer
 
requestFocus(Window, Component) - Static method in class org.gjt.sp.jedit.GUIUtilities
Focuses on the specified component as soon as the window becomes active.
reset() - Method in class bsh.BshClassManager
Clear all loaders and start over.
reset() - Method in class org.gjt.sp.util.CharIndexedSegment
Deprecated.  
resetCachedProperties() - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
 
resetLastActionCount() - Method in class org.gjt.sp.jedit.gui.InputHandler
Resets the last action count.
resetProperty(String) - Static method in class org.gjt.sp.jedit.jEdit
Resets a property to its default value.
resizeInstructions(int[], int[], int) - Method in class org.objectweb.asm.CodeWriter
Resizes the designated instructions, while keeping jump offsets and instruction addresses consistent.
resizeSelection(int, int, int, boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Resizes the selection at the specified offset, or creates a new one if there is no selection at the specified offset.
resolvedObjectMethods - Variable in class bsh.BshClassManager
Caches for resolved object and static methods.
resolvedStaticMethods - Variable in class bsh.BshClassManager
 
resolveEntity(String, String) - Method in class com.microstar.xml.HandlerBase
Resolve an external entity.
resolveEntity(String, String) - Method in interface com.microstar.xml.XmlHandler
Resolve an External Entity.
resolveEntity(String, String) - Method in class org.gjt.sp.jedit.syntax.XModeHandler
 
resolveImports() - Method in class org.gjt.sp.jedit.syntax.ParserRuleSet
Resolves all rulesets added with ParserRuleSet.addRuleSet(ParserRuleSet).
resolveSymlinks(String) - Static method in class org.gjt.sp.jedit.MiscUtilities
Resolves any symbolic links in the path name specified using File.getCanonicalPath().
resplit() - Method in class org.gjt.sp.jedit.View
Restore the split configuration as it was before unsplitting.
restoreFlatNodes(JTree, DefaultMutableTreeNode) - Method in class org.gjt.sp.jedit.search.HyperSearchOperationNode
 
RESyntax - Class in gnu.regexp
An RESyntax specifies the way a regular expression will be compiled.
RESyntax() - Constructor for class gnu.regexp.RESyntax
Construct a new syntax object with all bits turned off.
RESyntax(RESyntax) - Constructor for class gnu.regexp.RESyntax
Construct a new syntax object with all bits set the same as the other syntax.
RET - Static variable in interface org.objectweb.asm.Constants
 
reThrow(String) - Method in exception bsh.EvalError
Re-throw the error, prepending the specified message.
RETURN - Static variable in interface bsh.ParserConstants
 
RETURN - Static variable in interface org.objectweb.asm.Constants
 
ReturnStatement() - Method in class bsh.Parser
 
ReturnType() - Method in class bsh.Parser
 
returnValue - Variable in class org.gjt.sp.jedit.search.SearchMatcher
 
revalidate() - Method in class org.gjt.sp.jedit.gui.RolloverButton
We block calls to revalidate() from a setBorderPainted(), for performance reasons.
RIGHT - Static variable in class org.gjt.sp.jedit.gui.DockableWindowManager
Right position.
RIGHT - Static variable in class org.gjt.sp.jedit.textarea.ScrollLayout
 
right - Variable in class org.gjt.sp.jedit.View.ViewConfig
 
rightPos - Variable in class org.gjt.sp.jedit.View.ViewConfig
 
RMSetAccessible(Object) - Static method in class bsh.ReflectManager
Reflect Manager Set Accessible.
RolloverButton - Class in org.gjt.sp.jedit.gui
If you wish to have rollovers on your buttons, use this class.
RolloverButton() - Constructor for class org.gjt.sp.jedit.gui.RolloverButton
Setup the border (invisible initially)
RolloverButton(Icon) - Constructor for class org.gjt.sp.jedit.gui.RolloverButton
Setup the border (invisible initially)
rootDirectory() - Method in class org.gjt.sp.jedit.browser.VFSBrowser
Goes to the local drives directory.
RPAREN - Static variable in interface bsh.ParserConstants
 
RSIGNEDSHIFT - Static variable in interface bsh.ParserConstants
 
RSIGNEDSHIFTASSIGN - Static variable in interface bsh.ParserConstants
 
RSIGNEDSHIFTASSIGNX - Static variable in interface bsh.ParserConstants
 
RSIGNEDSHIFTX - Static variable in interface bsh.ParserConstants
 
rules - Variable in class org.gjt.sp.jedit.syntax.Token
The rule set of this token.
rules - Variable in class org.gjt.sp.jedit.syntax.TokenMarker.LineContext
 
run() - Method in class bsh.Interpreter
Run interactively.
run() - Method in class bsh.This
 
run() - Method in class org.gjt.sp.jedit.buffer.BufferAutosaveRequest
 
run() - Method in class org.gjt.sp.jedit.buffer.BufferInsertRequest
 
run() - Method in class org.gjt.sp.jedit.buffer.BufferLoadRequest
 
run() - Method in class org.gjt.sp.jedit.buffer.BufferSaveRequest
 
run() - Method in class org.gjt.sp.jedit.EditServer
 
run() - Method in class org.gjt.sp.util.WorkThread
 
runCachedBlock(BshMethod, View, NameSpace) - Static method in class org.gjt.sp.jedit.BeanShell
Runs a cached block of code in the specified namespace.
runInAWTThread(Runnable) - Static method in class org.gjt.sp.jedit.io.VFSManager
Executes the specified runnable in the AWT thread once all pending I/O requests are complete.
runInWorkThread(Runnable) - Static method in class org.gjt.sp.jedit.io.VFSManager
Executes the specified runnable in one of the I/O threads.
runMacro(View, Macros.Macro) - Method in class org.gjt.sp.jedit.Macros.Handler
Runs the specified macro.
runMacro(View, Macros.Macro, boolean) - Method in class org.gjt.sp.jedit.Macros.Handler
Runs the specified macro.
runScript(View, String, Reader, boolean) - Static method in class org.gjt.sp.jedit.BeanShell
Runs a BeanShell script.
runScript(View, String, Reader, NameSpace) - Static method in class org.gjt.sp.jedit.BeanShell
Runs a BeanShell script.
runScript(View, String, boolean, boolean) - Static method in class org.gjt.sp.jedit.BeanShell
Deprecated. The rethrowBshErrors parameter is now obsolete; call _runScript() or runScript() instead.
runScript(View, String, Reader, boolean, boolean) - Static method in class org.gjt.sp.jedit.BeanShell
Deprecated. The rethrowBshErrors parameter is now obsolete; call _runScript() or runScript() instead.
runScript(View, String, boolean) - Static method in class org.gjt.sp.jedit.Macros
Runs the specified script.
RUNSIGNEDSHIFT - Static variable in interface bsh.ParserConstants
 
RUNSIGNEDSHIFTASSIGN - Static variable in interface bsh.ParserConstants
 
RUNSIGNEDSHIFTASSIGNX - Static variable in interface bsh.ParserConstants
 
RUNSIGNEDSHIFTX - Static variable in interface bsh.ParserConstants
 
runTemporaryMacro(View) - Static method in class org.gjt.sp.jedit.Macros
Runs the temporary macro.

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