- RANGE - Static variable in class org.gjt.sp.jedit.print.PrintRangeType
-  
- Range - Class in org.gjt.sp.jedit.print
- 
Defines a range of integers from starttoend,
 inclusive.
 
- Range(int, int) - Constructor for class org.gjt.sp.jedit.print.Range
-  
- Range() - Constructor for class org.gjt.sp.jedit.textarea.Selection.Range
-  
- Range(Selection) - Constructor for class org.gjt.sp.jedit.textarea.Selection.Range
-  
- Range(int, int) - Constructor for class org.gjt.sp.jedit.textarea.Selection.Range
-  
- rangeComment() - Method in class org.gjt.sp.jedit.textarea.TextArea
- 
Adds comment start and end strings to the beginning and end of the
 selection. 
- RBRACE - Static variable in interface org.gjt.sp.jedit.bsh.ParserConstants
-  
- RBRACKET - Static variable in interface org.gjt.sp.jedit.bsh.ParserConstants
-  
- read(Reader, long, boolean) - Method in class org.gjt.sp.jedit.bufferio.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. 
- ReadByte() - Method in class org.gjt.sp.jedit.bsh.JavaCharStream
-  
- readBytesFromFile(File, String) - Static method in class org.gjt.sp.jedit.bsh.classpath.BshClassPath.DirClassSource
-  
- readChar() - Method in class org.gjt.sp.jedit.bsh.JavaCharStream
-  
- readLock() - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
- 
- 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 - Variable in class org.gjt.sp.jedit.input.AbstractInputHandler
-  
- readUnlock() - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
- 
- 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
-  
- Recorder(View, Buffer, boolean) - Constructor for 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() - Constructor for class org.gjt.sp.jedit.textarea.Selection.Rect
-  
- Rect(Selection) - Constructor for class org.gjt.sp.jedit.textarea.Selection.Rect
-  
- Rect(int, int) - Constructor for class org.gjt.sp.jedit.textarea.Selection.Rect
-  
- Rect(int, int, int, int) - Constructor for class org.gjt.sp.jedit.textarea.Selection.Rect
-  
- Rect(JEditBuffer, int, int, int, int) - Constructor for class org.gjt.sp.jedit.textarea.Selection.Rect
-  
- RECT_SELECT_CHANGED - Static variable in interface org.gjt.sp.jedit.textarea.StatusListener
-  
- RectSelectWidgetFactory - Class in org.gjt.sp.jedit.gui.statusbar
-  
- RectSelectWidgetFactory() - Constructor for class org.gjt.sp.jedit.gui.statusbar.RectSelectWidgetFactory
-  
- recursiveDelete(File) - Static method in class org.gjt.sp.jedit.io.FileVFS
- 
# 
- redirectOutputToFile(String) - Static method in class org.gjt.sp.jedit.bsh.Interpreter
-  
- redo(TextArea) - 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
-  
- ReflectManager - Class in org.gjt.sp.jedit.bsh
- 
ReflectManager is a dynamically loaded extension that supports extended
        reflection features supported by JDK1.2 and greater. 
- ReflectManager() - Constructor for class org.gjt.sp.jedit.bsh.ReflectManager
-  
- ReflectManagerImpl - Class in org.gjt.sp.jedit.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 org.gjt.sp.jedit.bsh.reflect.ReflectManagerImpl
-  
- RegexEncodingDetector - Class in org.gjt.sp.jedit.io
- 
An encoding detector which finds regex pattern. 
- RegexEncodingDetector(String, String) - Constructor for class org.gjt.sp.jedit.io.RegexEncodingDetector
-  
- 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 Segmentis equal to a
 character array.
 
- regionMatches(CharSequence, int, CharSequence, int, int) - Static method in class org.gjt.sp.util.StandardUtilities
- 
Implementation of String.regionMatches() for CharSequence. 
- register(DockableWindowManagerImpl.Entry) - Method in interface org.gjt.sp.jedit.gui.DockableWindowContainer
-  
- register(DockableWindowManagerImpl.Entry) - Method in class org.gjt.sp.jedit.gui.FloatingWindowContainer
-  
- register(DockableWindowManagerImpl.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. 
- registerChanged(char) - Method in interface org.gjt.sp.jedit.RegistersListener
-  
- registerDockableWindow(PluginJAR, String, String, boolean, 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.Register - Interface in org.gjt.sp.jedit
- 
A register. 
- RegisterSaver - Interface in org.gjt.sp.jedit
- 
An interface to delegate save/load operations of registers. 
- registerService(String, String, String, PluginJAR) - Static method in class org.gjt.sp.jedit.ServiceManager
- 
Registers a service. 
- RegistersListener - Interface in org.gjt.sp.jedit
- 
An interface to listen some events about registers. 
- registerTransferableService(JEditTransferableService) - Method in class org.gjt.sp.jedit.datatransfer.TransferHandler
-  
- RegisterViewer - Class in org.gjt.sp.jedit.gui
- 
Dockable view of register contents 
- RegisterViewer(View, String) - Constructor for class org.gjt.sp.jedit.gui.RegisterViewer
-  
- ReInit(Reader, int, int, int) - Method in class org.gjt.sp.jedit.bsh.JavaCharStream
-  
- ReInit(Reader, int, int) - Method in class org.gjt.sp.jedit.bsh.JavaCharStream
-  
- ReInit(Reader) - Method in class org.gjt.sp.jedit.bsh.JavaCharStream
-  
- ReInit(InputStream, int, int, int) - Method in class org.gjt.sp.jedit.bsh.JavaCharStream
-  
- ReInit(InputStream, int, int) - Method in class org.gjt.sp.jedit.bsh.JavaCharStream
-  
- ReInit(InputStream) - Method in class org.gjt.sp.jedit.bsh.JavaCharStream
-  
- ReInit(InputStream) - Method in class org.gjt.sp.jedit.bsh.Parser
-  
- ReInit(Reader) - Method in class org.gjt.sp.jedit.bsh.Parser
-  
- ReInit(ParserTokenManager) - Method in class org.gjt.sp.jedit.bsh.Parser
-  
- ReInit(JavaCharStream) - Method in class org.gjt.sp.jedit.bsh.ParserTokenManager
-  
- ReInit(JavaCharStream, int) - Method in class org.gjt.sp.jedit.bsh.ParserTokenManager
-  
- RelationalExpression() - Method in class org.gjt.sp.jedit.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. 
- reload() - Method in interface org.jedit.keymap.KeymapManager
-  
- reload() - Method in class org.jedit.keymap.KeymapManagerImpl
-  
- reloadAllBuffers(View, boolean) - Static method in class org.gjt.sp.jedit.jEdit
- 
Reloads all open buffers. 
- reloadAllClasses() - Method in class org.gjt.sp.jedit.bsh.BshClassManager
- 
Overlay the entire path with a new class loader. 
- reloadAllClasses() - Method in class org.gjt.sp.jedit.bsh.classpath.ClassManagerImpl
- 
Overlay the entire path with a new class loader. 
- reloadClasses(String[]) - Method in class org.gjt.sp.jedit.bsh.BshClassManager
- 
Reloading classes means creating a new classloader and using it
        whenever we are asked for classes in the appropriate space. 
- reloadClasses(String[]) - Method in class org.gjt.sp.jedit.bsh.classpath.ClassManagerImpl
- 
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 org.gjt.sp.jedit.bsh.BshClassManager
- 
Reload all classes in the specified package: e.g. 
- reloadPackage(String) - Method in class org.gjt.sp.jedit.bsh.classpath.ClassManagerImpl
- 
Reload all classes in the specified package: e.g. 
- ReloadWithEncodingProvider - Class in org.gjt.sp.jedit.menu
- 
Menu provider for actions to reload the current buffer with a
 specific encoding. 
- ReloadWithEncodingProvider() - Constructor for class org.gjt.sp.jedit.menu.ReloadWithEncodingProvider
-  
- relocateSettings() - Static method in class org.gjt.sp.jedit.jEdit
-  
- REMAINDER - Static variable in class org.gjt.sp.jedit.gui.ExtendedGridLayoutConstraints
- 
Specifies that this component is the
 last component in its column or row
 and takes up the remaining space. 
- Remote - Class in org.gjt.sp.jedit.bsh
- 
Remote executor class. 
- Remote() - Constructor for class org.gjt.sp.jedit.bsh.Remote
-  
- remove(int, int) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
- 
Removes the specified rang efrom the buffer. 
- remove(DockableWindowManagerImpl.Entry) - Method in interface org.gjt.sp.jedit.gui.DockableWindowContainer
-  
- remove(DockableWindowManagerImpl.Entry) - Method in class org.gjt.sp.jedit.gui.FloatingWindowContainer
-  
- remove(DockableWindowManagerImpl.Entry) - Method in class org.gjt.sp.jedit.gui.PanelWindowContainer
-  
- removeAction(String) - Method in class org.gjt.sp.jedit.JEditActionSet
- 
Removes an action from the action set. 
- removeActions() - Static method in class org.gjt.sp.jedit.gui.DockingLayoutManager
-  
- removeActionSet(ActionSet) - Static method in class org.gjt.sp.jedit.jEdit
- 
Removes an action set from jEdit's list. 
- removeActionSet(E) - Method in class org.gjt.sp.jedit.JEditActionContext
-  
- removeAll() - Method in class org.gjt.sp.jedit.syntax.ModeProvider
-  
- removeAllActions() - Method in class org.gjt.sp.jedit.JEditActionSet
- 
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.input.AbstractInputHandler
- 
Removes all key bindings from this input handler. 
- removeAllMarkers() - Method in class org.gjt.sp.jedit.Buffer
- 
Removes all defined markers. 
- removeAutosaveFile() - Method in class org.gjt.sp.jedit.Buffer
- 
Remove the autosave file. 
- removeBrowserListener(BrowserListener) - Method in class org.gjt.sp.jedit.browser.VFSBrowser
-  
- removeBuffer(EditPane, Buffer) - Method in class org.gjt.sp.jedit.bufferset.BufferSetManager
- 
Remove a buffer from the EditPane's bufferSet. 
- removeBuffer(Buffer) - Method in class org.gjt.sp.jedit.bufferset.BufferSetManager
- 
remove a buffer from all bufferSets. 
- removeBufferListener(BufferListener) - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
- 
Removes a buffer change listener. 
- removeBufferSetListener(BufferSetListener) - Method in class org.gjt.sp.jedit.bufferset.BufferSet
- 
Remove a BufferSetListener. 
- removeBufferUndoListener(BufferUndoListener) - Method in class org.gjt.sp.jedit.Buffer
- 
Removes a buffer undo listener. 
- removeCaretListener(CaretListener) - Method in class org.gjt.sp.jedit.textarea.TextArea
- 
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 
- removeChangeListener(ChangeListener) - Method in class org.gjt.sp.jedit.print.PrintPreviewPane
-  
- removeCommandPath(String, Class) - Method in class org.gjt.sp.jedit.bsh.NameSpace
- 
Remove a URLfrom the command path. 
- REMOVED - Static variable in class org.gjt.sp.jedit.msg.PluginUpdate
- 
Plugin removed, as in deleted from disk. 
- 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. 
- removeFromBus(Object) - 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.TextArea
- 
Deactivates the specified selection. 
- removeFromSelection(int) - Method in class org.gjt.sp.jedit.textarea.TextArea
- 
Deactivates the selection at the specified offset. 
- removeHelpHistoryModelListener(HelpHistoryModelListener) - Method in class org.gjt.sp.jedit.help.HelpHistoryModel
-  
- removeInnerClassNames(Collection) - Static method in class org.gjt.sp.jedit.bsh.classpath.BshClassPath
- 
Return a new collection without any inner class names 
- removeKeyBinding(String) - Method in class org.gjt.sp.jedit.input.AbstractInputHandler
- 
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.ExtendedGridLayout
- 
Removes the specified component from the layout. 
- 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
- 
Removes the specified component from the layout. 
- removeLeftOfScrollBar(Component) - Method in class org.gjt.sp.jedit.textarea.TextArea
- 
Removes a component from the box left of the vertical scroll bar. 
- removeLeftTitle() - Method in class org.gjt.sp.jedit.gui.PingPongList
-  
- removeListDataListener(ListDataListener) - Method in class org.gjt.sp.jedit.buffer.KillRing
-  
- removeListener(BshClassManager.Listener) - Method in class org.gjt.sp.jedit.bsh.BshClassManager
-  
- removeListener(ClassPathListener) - Method in class org.gjt.sp.jedit.bsh.classpath.BshClassPath
-  
- removeListener(BshClassManager.Listener) - Method in class org.gjt.sp.jedit.bsh.classpath.ClassManagerImpl
-  
- removeMarker(int) - Method in class org.gjt.sp.jedit.Buffer
- 
Removes all markers at the specified line. 
- removeMode(String) - Method in class org.gjt.sp.jedit.syntax.ModeProvider
- 
Will only remove user modes. 
- removeNodeFromCache(MutableTreeNode) - Static method in class org.gjt.sp.jedit.search.HyperSearchOperationNode
-  
- removeNonCapturingGroups(Pattern, int) - Static method in class org.gjt.sp.jedit.search.PatternSearchMatcher
-  
- removeNotify() - Method in class org.gjt.sp.jedit.browser.VFSBrowser
-  
- 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.gui.TaskMonitor
-  
- removeNotify() - Method in class org.gjt.sp.jedit.search.HyperSearchResults
-  
- removeNotify() - Method in class org.gjt.sp.jedit.textarea.TextArea
- 
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. 
- removeRightTitle() - Method in class org.gjt.sp.jedit.gui.PingPongList
-  
- removeScrollListener(ScrollListener) - Method in class org.gjt.sp.jedit.textarea.TextArea
- 
Removes a scroll listener from this text area. 
- removeStatusListener(StatusListener) - Method in class org.gjt.sp.jedit.textarea.TextArea
- 
Removes a scroll listener from this text area. 
- removeStructureMatcher(StructureMatcher) - Method in class org.gjt.sp.jedit.textarea.TextArea
- 
Removes a structure matcher. 
- removeTaskListener(TaskListener) - Method in class org.gjt.sp.util.TaskManager
-  
- 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.TextArea
- 
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.TextArea
- 
Removes trailing whitespace from all lines in the selection. 
- removeTrayIcon() - Static method in class org.gjt.sp.jedit.gui.tray.JTrayIconManager
-  
- removeTreeModelListener(TreeModelListener) - Method in class org.jedit.options.OptionTreeModel
-  
- rename(VFSFile) - Method in class org.gjt.sp.jedit.browser.VFSBrowser
- 
Rename a file. 
- rename(VFSFile, String) - Method in class org.gjt.sp.jedit.browser.VFSBrowser
- 
Rename a file. 
- rename(String) - Method in class org.gjt.sp.jedit.browser.VFSBrowser
-  
- rename(String, String) - Method in class org.gjt.sp.jedit.browser.VFSBrowser
- 
Rename a file 
- RENAME_CAP - Static variable in class org.gjt.sp.jedit.io.VFS
- 
Rename file capability. 
- renderHint() - Method in class org.gjt.sp.jedit.textarea.AntiAlias
-  
- renderHints - Static variable in class org.gjt.sp.jedit.textarea.AntiAlias
-  
- repaint() - Method in class org.gjt.sp.jedit.gui.SplashScreen
-  
- REPEAT_COUNT_THRESHOLD - Static variable in class org.gjt.sp.jedit.input.AbstractInputHandler
-  
- repeatCount - Variable in class org.gjt.sp.jedit.input.AbstractInputHandler
-  
- repeatingSameMacro(String) - Method in class org.jedit.keymap.EmacsUtil
-  
- 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 occurrences of the search string with the replacement
 string. 
- replaceAll(View, boolean) - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
- 
Replaces all occurrences of the search string with the replacement
 string. 
- replaceSelection(String) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
-  
- replaceSelection(String) - Method in class org.gjt.sp.jedit.textarea.TextArea
- 
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
- 
- requestFocus(Window, Component) - Static method in class org.gjt.sp.util.GenericGUIUtilities
- 
Focuses on the specified component as soon as the window becomes
 active. 
- reset() - Method in class org.gjt.sp.jedit.bsh.BshClassManager
- 
Clear all loaders and start over. 
- reset() - Method in class org.gjt.sp.jedit.bsh.classpath.ClassManagerImpl
- 
Clear all classloading behavior and class caches and reset to 
                initial state. 
- reset(Collection<?>) - Method in class org.gjt.sp.jedit.buffer.KillRing
- 
This method is made to be used by implementation of load()
 method to initialize (or reset) the killring by a loaded
 sequence of objects. 
- reset(CompletionPopup.Candidates, boolean) - Method in class org.gjt.sp.jedit.gui.CompletionPopup
- 
Start completion. 
- Reset() - Constructor for class org.gjt.sp.jedit.indent.IndentAction.Reset
-  
- reset() - Method in class org.gjt.sp.jedit.print.PrintPreviewPane
-  
- resetCachedProperties() - Method in class org.gjt.sp.jedit.buffer.JEditBuffer
-  
- resetClearDirty() - Method in class org.gjt.sp.jedit.buffer.UndoManager
-  
- resetCursor() - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
- 
Reset the cursor to it's default value. 
- resetDefaultVariables(NameSpace) - Method in class org.gjt.sp.jedit.BeanShellFacade
-  
- resetKeymap(String) - Method in interface org.jedit.keymap.KeymapManager
- 
Reset the keymap to it's original state if it was a modified system keymap 
- resetKeymap(String) - Method in class org.jedit.keymap.KeymapManagerImpl
-  
- resetLastActionCount() - Method in class org.gjt.sp.jedit.input.AbstractInputHandler
- 
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.gjt.sp.jedit.bsh.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.TextArea
- 
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 org.gjt.sp.jedit.bsh.BshClassManager
- 
Caches for resolved object and static methods. 
- resolvedStaticMethods - Variable in class org.gjt.sp.jedit.bsh.BshClassManager
-  
- resolveEntity(String, String) - Method in class org.gjt.sp.jedit.syntax.XModeHandler
-  
- resolveImports() - Method in class org.gjt.sp.jedit.syntax.ParserRuleSet
- 
- resolveSymlinks(String) - Static method in class org.gjt.sp.jedit.MiscUtilities
- 
Resolves any symbolic links in the path name specified
 using File.getCanonicalPath().
 
- resources - Variable in class org.gjt.sp.jedit.PluginJAR.PluginCacheEntry
-  
- 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
-  
- restoreSelection(Set<Integer>) - Method in class org.gjt.sp.jedit.gui.FilteredListModel
-  
- Result(InputStream) - Constructor for class org.gjt.sp.jedit.io.AutoDetection.Result
- 
Do some auto detection for a stream and hold the
 result in this instance. 
- RET - Static variable in interface org.gjt.sp.jedit.bsh.org.objectweb.asm.Constants
-  
- reThrow(String) - Method in exception org.gjt.sp.jedit.bsh.EvalError
- 
Re-throw the error, prepending the specified message. 
- RETURN - Static variable in interface org.gjt.sp.jedit.bsh.org.objectweb.asm.Constants
-  
- RETURN - Static variable in interface org.gjt.sp.jedit.bsh.ParserConstants
-  
- ReturnStatement() - Method in class org.gjt.sp.jedit.bsh.Parser
-  
- ReturnType() - Method in class org.gjt.sp.jedit.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. 
- Reverse - Class in org.gjt.sp.jedit.print
- 
Custom print attribute indicating the pages should be printed in reverse
 order. 
- Reverse() - Constructor for class org.gjt.sp.jedit.print.Reverse
-  
- ReverseCharSequence - Class in org.gjt.sp.util
- 
Reversed view of a given CharSequence. 
- ReverseCharSequence(CharSequence) - Constructor for class org.gjt.sp.util.ReverseCharSequence
-  
- RichJEditTextTransferableService - Class in org.gjt.sp.jedit.datatransfer
-  
- RichJEditTextTransferableService() - Constructor for class org.gjt.sp.jedit.datatransfer.RichJEditTextTransferableService
-  
- RichTextTransferable - Class in org.gjt.sp.jedit.datatransfer
-  
- RichTextTransferable(String, String) - Constructor for class org.gjt.sp.jedit.datatransfer.RichTextTransferable
-  
- RIGHT - Static variable in class org.gjt.sp.jedit.gui.DockableWindowManager
- 
Right position. 
- right - Variable in class org.gjt.sp.jedit.gui.DockableWindowManagerImpl.DockableWindowConfig
-  
- RIGHT - Static variable in class org.gjt.sp.jedit.textarea.ScrollLayout
-  
- rightPos - Variable in class org.gjt.sp.jedit.gui.DockableWindowManagerImpl.DockableWindowConfig
-  
- RMSetAccessible(Object) - Static method in class org.gjt.sp.jedit.bsh.ReflectManager
- 
Reflect Manager Set Accessible. 
- RolloverButton - Class in org.gjt.sp.jedit.gui
- 
Class for buttons that implement rollovers
 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. 
- RotatedTextIcon(int, Font, String) - Constructor for class org.gjt.sp.jedit.gui.PanelWindowContainer.RotatedTextIcon
-  
- RPAREN - Static variable in interface org.gjt.sp.jedit.bsh.ParserConstants
-  
- RSIGNEDSHIFT - Static variable in interface org.gjt.sp.jedit.bsh.ParserConstants
-  
- RSIGNEDSHIFTASSIGN - Static variable in interface org.gjt.sp.jedit.bsh.ParserConstants
-  
- RSIGNEDSHIFTASSIGNX - Static variable in interface org.gjt.sp.jedit.bsh.ParserConstants
-  
- RSIGNEDSHIFTX - Static variable in interface org.gjt.sp.jedit.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 org.gjt.sp.jedit.bsh.Interpreter
- 
Run interactively. 
- run() - Method in class org.gjt.sp.jedit.bsh.This
-  
- run() - Method in class org.gjt.sp.jedit.EditServer
-  
- run() - Method in class org.gjt.sp.jedit.search.HyperSearchResult.GotoDelayed
-  
- run() - Method in class org.gjt.sp.util.Task
-  
- runAfterIoTasks(Runnable) - Method in enum org.gjt.sp.util.AwtRunnableQueue
- 
Adds a runnable to the AWT queue to run in the EDT 
 after all pending IO tasks are finished 
- runCachedBlock(BshMethod, View, NameSpace) - Static method in class org.gjt.sp.jedit.BeanShell
- 
Runs a cached block of code in the specified namespace. 
- runCachedBlock(BshMethod, T, NameSpace) - Method in class org.gjt.sp.jedit.BeanShellFacade
- 
Runs a cached block of code in the specified namespace. 
- runInAWTThread(Runnable) - Static method in class org.gjt.sp.jedit.io.VFSManager
- 
- runInBackground(Runnable) - Static method in class org.gjt.sp.util.ThreadUtilities
- 
Run the runnable in the threadpool. 
- runInBackground(Task) - Static method in class org.gjt.sp.util.ThreadUtilities
- 
Run the task in the threadpool. 
- runInDispatchThread(Runnable) - Static method in class org.gjt.sp.util.ThreadUtilities
- 
Run the runnable in EventDispatch Thread. 
- runInDispatchThreadAndWait(Runnable) - Static method in class org.gjt.sp.util.ThreadUtilities
- 
Runs the runnable in EDT through invokeLater,
  but returns only after the runnable is executed.
 
- runInDispatchThreadNow(Runnable) - Static method in class org.gjt.sp.util.ThreadUtilities
- 
Runs the runnable in EDT through invokeAndWait.
 
- runInWorkThread(Task) - Static method in class org.gjt.sp.jedit.io.VFSManager
- 
- 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. 
- running(Task) - Method in class org.gjt.sp.jedit.gui.TaskMonitor
-  
- running(Task) - Method in class org.gjt.sp.util.TaskAdapter
-  
- running(Task) - Method in interface org.gjt.sp.util.TaskListener
-  
- 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) - Static method in class org.gjt.sp.jedit.Macros
- 
Runs the specified script. 
- RUNSIGNEDSHIFT - Static variable in interface org.gjt.sp.jedit.bsh.ParserConstants
-  
- RUNSIGNEDSHIFTASSIGN - Static variable in interface org.gjt.sp.jedit.bsh.ParserConstants
-  
- RUNSIGNEDSHIFTASSIGNX - Static variable in interface org.gjt.sp.jedit.bsh.ParserConstants
-  
- RUNSIGNEDSHIFTX - Static variable in interface org.gjt.sp.jedit.bsh.ParserConstants
-  
- runTemporaryMacro(View) - Static method in class org.gjt.sp.jedit.Macros
- 
Runs the temporary macro.