|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
SlaveRemote
that provides the quit functionality and that also periodically
checks if the master is still alive and automatically quits if not.IDocuemnt
to this navigator.
INavigatorItem
into this navigator in a position relative to a given path.
IDocument
to this navigator.
INavigatorItem
to this navigator in the specified position.
INavigationListener
to this navigator.
INavigationListener
to this navigator.
INavigatorItem
s from this IDocumentNavigator
.
IDocuments
from this IDocumentNavigator
.
get
method.
IOUtil.parsePath(java.lang.String)
, IOUtil.getAbsoluteFiles(java.lang.Iterable extends java.io.File>)
,
IOUtil.attemptAbsoluteFiles(java.lang.Iterable extends java.io.File>)
, and IOUtil.pathToString(java.lang.Iterable extends java.io.File>)
,
as needed, instead.
IOUtil.copyFile(java.io.File, java.io.File)
instead; it scales in a much more efficiently.
IOUtil.deleteRecursively(java.io.File)
instead
IOUtil.deleteOnExitRecursively(java.io.File)
instead
OutputStream
that writes its output to
an implementation of Document
.OutputStream
that writes its output to a Document
.
OutputStream
that writes its output to a Document
.
value.toString()
as it's message.
value.toString()
.
model
package is responsible for the majority of the logic
and state in DrJava.ui
package contains classes for the default user interface
for DrJava.ExecJVM
.toString
method outputs only the last element in the file
path.FileOps
.Finalizable
interface.Finalizable
interface.construct
method
has returned.
construct
method.
IOUtil.attemptCanonicalFile(java.io.File)
instead.
IOUtil.attemptCanonicalFile(java.io.File)
instead. (The result will be a
File
instead of a String
.)
INavigatorItem
s contained by this IDocumentNavigator
IDocuments
contained by this IDocumentNavigator
Not synchronized on the assumption that size field of a HashMap always has a legitimate
value (either the size of the current state or the size of its state before some concurrent
operation started.
IDocuments
in the collection in enumeration order.
IDocuments
contained in this navigator.
IDocuments
contained in the specified bin.
IDocuments
contained in the specified bin.
EditorKit
implementation for use in the definitions pane.
IOUtil.attemptListFilesAsIterable(java.io.File)
or
IOUtil.listFilesRecursively(File, FileFilter, FileFilter)
instead.
INavigatorItem
.
AsyncTask
.
read
operation.
DelegatingAction.KEYS_TO_DELEGATE
or from this if not.
GlobalModel
.IDocumentNavigator
provides a framework through which individual IDocuments
can be
navigated.INavigatorItem
models (very abstractly) some entity that is
eligible for insertion and removal inside an
IDocumentNavigator
.IOUtil.isMember(java.io.File, java.io.File)
instead. Note that the new method does not test for
null
values and does not convert to canonical paths -- if these things are necessary, they
should be done before invoking the method.
true
iff the classes to run javadoc are available
IDocumentNavigator
contains any INavigatorItem
s.
IDocumentNavigator
contains any IDocuments
.
IOUtil.extensionFilePredicate(java.lang.String)
instead. Example:
IOUtil.extensionFileFilter("java")
.
JPDADebugger
.Log
.IOUtil.attemptCanonicalFile(java.io.File)
instead.
(for example, IOUtil.attemptCanonicalFile(new File(path))
)
IOUtil.attemptCanonicalFile(java.io.File)
instead.
(for example, IOUtil.attemptCanonicalFile(new File(path))
)
"tools.jar"
or "classes.jar"
file.
OpenDefinitionsDocument
was asked for its DefinitionsDocument and when the OpenDefinitionsDocument
itself is not registered in the Document Cache.AbstractSlaveJVM.beforeQuit()
before it does.
len
bytes of data from one of input streams
into an array of bytes.
IOUtil.toString(File)
instead, which provides the same functionality.
IOUtil.toByteArray(java.io.File)
instead. Note that the IOUtil
method will
not close the InputStream
, while this method does.
INavigatorItem in the tree.
- refreshDocument(ItemT, String) -
Method in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
- Resets a given
INavigatorItem in the tree.
- Region - Interface in edu.rice.cs.drjava.model
- The minimal interface for all region classes.
- region() -
Method in class edu.rice.cs.drjava.ui.RegionsListPanel.RegionListUserObj
-
- region() -
Method in class edu.rice.cs.drjava.ui.RegionsTreePanel.RegionTreeUserObj
-
- regionAdded(Breakpoint) -
Method in class edu.rice.cs.drjava.model.debug.DebugEventNotifier
- Called when a breakpoint is set in a document.
- regionAdded(Breakpoint) -
Method in class edu.rice.cs.drjava.model.debug.DebugTestCase.BreakpointTestListener
-
- regionAdded(Breakpoint) -
Method in class edu.rice.cs.drjava.model.debug.DebugTestCase.DebugTestListener
-
- regionAdded(R) -
Method in interface edu.rice.cs.drjava.model.RegionManagerListener
- Called when a region is added in a document.
- regionAddedCount -
Variable in class edu.rice.cs.drjava.model.debug.DebugTestCase.DebugTestListener
-
- regionChanged(Breakpoint) -
Method in class edu.rice.cs.drjava.model.debug.DebugEventNotifier
- Called when a breakpoint is changed during execution.
- regionChanged(Breakpoint) -
Method in class edu.rice.cs.drjava.model.debug.DebugTestCase.DebugTestListener
-
- regionChanged(R) -
Method in interface edu.rice.cs.drjava.model.RegionManagerListener
- Called when a region is changed.
- regionChangedCount -
Variable in class edu.rice.cs.drjava.model.debug.DebugTestCase.DebugTestListener
-
- RegionManager<R extends IDocumentRegion> - Interface in edu.rice.cs.drjava.model
- Interface for a region manager.
- RegionManagerListener<R extends IDocumentRegion> - Interface in edu.rice.cs.drjava.model
- Any class which wants to listen to DocumentRegion events fired by a RegionManager should implement this interface
and use RegionManager's addListener() method.
- regionRemoved(Breakpoint) -
Method in class edu.rice.cs.drjava.model.debug.DebugEventNotifier
- Called when a breakpoint is removed from a document.
- regionRemoved(Breakpoint) -
Method in class edu.rice.cs.drjava.model.debug.DebugTestCase.BreakpointTestListener
-
- regionRemoved(Breakpoint) -
Method in class edu.rice.cs.drjava.model.debug.DebugTestCase.DebugTestListener
-
- regionRemoved(R) -
Method in interface edu.rice.cs.drjava.model.RegionManagerListener
- Called when a region is removed from a document.
- regionRemovedCount -
Variable in class edu.rice.cs.drjava.model.debug.DebugTestCase.DebugTestListener
-
- RegionsListPanel<R extends IDocumentRegion> - Class in edu.rice.cs.drjava.ui
- Panel for displaying regions in a list in the order specified by indices passes to addRegion.
- RegionsListPanel(MainFrame, String) -
Constructor for class edu.rice.cs.drjava.ui.RegionsListPanel
- Constructs a new panel to display regions in a list.
- RegionsListPanel.RegionListUserObj<R extends IDocumentRegion> - Class in edu.rice.cs.drjava.ui
- Class that gets put into the list.
- RegionsListPanel.RegionListUserObj(R) -
Constructor for class edu.rice.cs.drjava.ui.RegionsListPanel.RegionListUserObj
-
- RegionsListPanel.RegionMouseAdapter - Class in edu.rice.cs.drjava.ui
- Mouse adapter for the region tree.
- RegionsListPanel.RegionMouseAdapter() -
Constructor for class edu.rice.cs.drjava.ui.RegionsListPanel.RegionMouseAdapter
-
- RegionsTreePanel<R extends OrderedDocumentRegion> - Class in edu.rice.cs.drjava.ui
- Panel for displaying regions in a tree sorted by class name and line number.
- RegionsTreePanel(MainFrame, String, RegionManager<R>) -
Constructor for class edu.rice.cs.drjava.ui.RegionsTreePanel
- Constructs a new panel to display regions in a tree.
- RegionsTreePanel.DefaultState - Class in edu.rice.cs.drjava.ui
- Normal state, GUI changes not delayed.
- RegionsTreePanel.DefaultState() -
Constructor for class edu.rice.cs.drjava.ui.RegionsTreePanel.DefaultState
-
- RegionsTreePanel.IChangeState - Interface in edu.rice.cs.drjava.ui
- State pattern for improving performance during rapid updates.
- RegionsTreePanel.RegionMouseAdapter - Class in edu.rice.cs.drjava.ui
- Mouse adapter for the region tree.
- RegionsTreePanel.RegionMouseAdapter() -
Constructor for class edu.rice.cs.drjava.ui.RegionsTreePanel.RegionMouseAdapter
-
- RegionsTreePanel.RegionTree - Class in edu.rice.cs.drjava.ui
-
- RegionsTreePanel.RegionTree(DefaultTreeModel) -
Constructor for class edu.rice.cs.drjava.ui.RegionsTreePanel.RegionTree
-
- RegionsTreePanel.RegionTreeUserObj<R extends OrderedDocumentRegion> - Class in edu.rice.cs.drjava.ui
- Class that is embedded in each leaf node.
- RegionsTreePanel.RegionTreeUserObj(R) -
Constructor for class edu.rice.cs.drjava.ui.RegionsTreePanel.RegionTreeUserObj
-
- register(OpenDefinitionsDocument, DDReconstructor) -
Method in class edu.rice.cs.drjava.model.cache.DocumentCache
- Returns a cache adapter corresponding to the owner of the given reconstructor.
- registered(OpenDefinitionsDocument, DCacheAdapter) -
Method in interface edu.rice.cs.drjava.model.cache.DocumentCache.RegistrationListener
-
- registerSlave(SlaveRemote) -
Method in class edu.rice.cs.util.newjvm.AbstractMasterJVM
-
- registerSlave(SlaveRemote) -
Method in interface edu.rice.cs.util.newjvm.MasterRemote
- Registers a slave JVM.
- releaseReadLock() -
Method in class edu.rice.cs.drjava.plugins.eclipse.util.text.SWTDocumentAdapter
- Swing-style readUnlock().
- releaseReadLock() -
Method in class edu.rice.cs.drjava.plugins.eclipse.util.text.SWTDocumentAdapter
- Swing-style readUnlock().
- releaseReadLock() -
Method in interface edu.rice.cs.util.text.ReadersWritersLocking
- Swing-style releaseReadLock().
- releaseWriteLock() -
Method in class edu.rice.cs.drjava.plugins.eclipse.util.text.SWTDocumentAdapter
- Swing-style writeUnlock().
- releaseWriteLock() -
Method in class edu.rice.cs.drjava.plugins.eclipse.util.text.SWTDocumentAdapter
- Swing-style writeUnlock().
- releaseWriteLock() -
Method in interface edu.rice.cs.util.text.ReadersWritersLocking
- Swing-style writeUnlock().
- reload(R, R) -
Method in class edu.rice.cs.drjava.ui.RegionsTreePanel
-
- reloadProject(File, HashMap<OpenDefinitionsDocument, DocumentInfoGetter>) -
Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
-
- reloadProject(File, HashMap<OpenDefinitionsDocument, DocumentInfoGetter>) -
Method in class edu.rice.cs.drjava.model.DummyGlobalModel
-
- reloadProject(File, HashMap<OpenDefinitionsDocument, DocumentInfoGetter>) -
Method in interface edu.rice.cs.drjava.model.GlobalModel
- Reloads a project without writing to disk.
- remAuxFile(File) -
Method in interface edu.rice.cs.drjava.model.FileGroupingState
- Removes file to list of auxiliary files in project.
- REMOTE_CONTROL_ENABLED -
Static variable in interface edu.rice.cs.drjava.config.OptionConstants
- Whether remote control using sockets is enabled.
- REMOTE_CONTROL_PORT -
Static variable in interface edu.rice.cs.drjava.config.OptionConstants
- The port where DrJava will listen for remote control requests.
- REMOTE_CONTROL_TIMEOUT -
Static variable in class edu.rice.cs.drjava.RemoteControlClient
- Time in ms until the client decides the server is not running.
- RemoteControlClient - Class in edu.rice.cs.drjava
- Client class to remote control an already running instance of DrJava.
- RemoteControlClient() -
Constructor for class edu.rice.cs.drjava.RemoteControlClient
-
- RemoteControlServer - Class in edu.rice.cs.drjava
- This class contains a server that monitors incoming datagrams on port 4444
(default; can be changed in OptionConstants.REMOTE_CONTROL_PORT).
- RemoteControlServer(MainFrame) -
Constructor for class edu.rice.cs.drjava.RemoteControlServer
- Create a new remote control server, running in its own daemon thread.
- RemoteControlServer.RCServerThread - Class in edu.rice.cs.drjava
- Thread class for the server.
- RemoteControlServer.RCServerThread(MainFrame) -
Constructor for class edu.rice.cs.drjava.RemoteControlServer.RCServerThread
- Create a new server thread.
- RemoteControlServer.RCServerThread(String, MainFrame) -
Constructor for class edu.rice.cs.drjava.RemoteControlServer.RCServerThread
- Create a new server thread with a specified name.
- remove(BrowserDocumentRegion) -
Method in class edu.rice.cs.drjava.model.BrowserHistoryManager
- Remove the given DocumentRegion from the manager.
- remove(int, int) -
Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
- Removes a block of text from the specified location.
- remove(int, int) -
Method in interface edu.rice.cs.drjava.model.DJDocument
- Removes a block of text from the specified location.
- remove(int, int) -
Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
-
- remove() -
Method in class edu.rice.cs.util.swing.HighlightManager.HighlightInfo
-
- remove(int, int) -
Method in interface edu.rice.cs.util.text.AbstractDocumentInterface
-
- remove(int, int) -
Method in class edu.rice.cs.util.text.SwingDocument
- Overrides superclass's remove to impose the edit condition.
- removeAllHighlights() -
Method in class edu.rice.cs.drjava.ui.ReverseHighlighter
- Removes all highlights.
- removeAllInteractionListeners() -
Method in class edu.rice.cs.drjava.model.repl.InteractionsModel
- Removes all InteractionsListeners from this model.
- removeAllInteractionsListeners() -
Method in class edu.rice.cs.drjava.plugins.eclipse.repl.EclipseInteractionsModel
- Removes all listeners from this model.
- removeAllInteractionsListeners() -
Method in class edu.rice.cs.drjava.plugins.eclipse.repl.EclipseInteractionsModel
- Removes all listeners from this model.
- removeAllListeners() -
Method in interface edu.rice.cs.drjava.model.compiler.CompilerModel
- Removes all CompilerListeners from this model.
- removeAllListeners() -
Method in class edu.rice.cs.drjava.model.compiler.DefaultCompilerModel
- Removes all CompilerListeners from this model.
- removeAllListeners() -
Method in class edu.rice.cs.drjava.model.DefaultLightWeightParsingControl
- Remove all listeners from this controller.
- removeAllListeners() -
Method in class edu.rice.cs.drjava.model.EventNotifier
- Removes all listeners from this notifier.
- removeAllListeners() -
Method in class edu.rice.cs.drjava.model.javadoc.DefaultJavadocModel
- Removes all JavadocListeners from this model.
- removeAllListeners() -
Method in interface edu.rice.cs.drjava.model.javadoc.JavadocModel
- Removes all JavadocListeners from this model.
- removeAllListeners() -
Method in class edu.rice.cs.drjava.model.javadoc.NoJavadocAvailable
- Removes all JavadocListeners from this model.
- removeAllListeners() -
Method in class edu.rice.cs.drjava.model.junit.DefaultJUnitModel
- Removes all JUnitListeners from this model.
- removeAllListeners() -
Method in interface edu.rice.cs.drjava.model.junit.JUnitModel
- Removes all JUnitListeners from this model.
- removeAllListeners() -
Method in interface edu.rice.cs.drjava.model.LightWeightParsingControl
- Remove all listeners from this controller.
- removeAllListeners() -
Method in interface edu.rice.cs.drjava.model.RegionManager
- Removes all listeners from this notifier.
- removeAllWatches() -
Method in interface edu.rice.cs.drjava.model.debug.Debugger
- Removes all watches on existing fields and variables.
- removeAllWatches() -
Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
- Removes all watches on existing fields and variables.
- removeAllWatches() -
Method in class edu.rice.cs.drjava.model.debug.NoDebuggerAvailable
- Removes all watches on existing fields and variables.
- removeAuxiliaryFile(OpenDefinitionsDocument) -
Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
- Removes a document from the list of auxiliary files.
- removeAuxiliaryFile(OpenDefinitionsDocument) -
Method in class edu.rice.cs.drjava.model.DummyGlobalModel
-
- removeAuxiliaryFile(OpenDefinitionsDocument) -
Method in interface edu.rice.cs.drjava.model.GlobalModel
- Removes a document from the list of auxiliary files.
- removeBreakpoint(Breakpoint) -
Method in interface edu.rice.cs.drjava.model.debug.Debugger
- Removes a breakpoint.
- removeBreakpoint(Breakpoint) -
Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
- Removes a breakpoint.
- removeBreakpoint(Breakpoint) -
Method in class edu.rice.cs.drjava.model.debug.NoDebuggerAvailable
- Removes a breakpoint.
- removeBreakpointHighlight(Breakpoint) -
Method in class edu.rice.cs.drjava.ui.DefinitionsPane
-
- removeBrowserRegion(BrowserDocumentRegion) -
Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
-
- removeBrowserRegion(BrowserDocumentRegion) -
Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
- Removes region r from the browserRegions collection
- removeChangeListener(OptionComponent.ChangeListener) -
Method in class edu.rice.cs.drjava.ui.config.OptionComponent
- Removes a change listener to this component.
- removeChoosableFileFilter(FileFilter) -
Method in class edu.rice.cs.util.swing.DirectorySelectorComponent
- Removes the given filefilter from the chooser.
- removeChoosableFileFilter(FileFilter) -
Method in class edu.rice.cs.util.swing.FileSelectorStringComponent
- Removes the given filefilter from the chooser
- removeConsoleStateListener(InteractionsController.ConsoleStateListener) -
Method in class edu.rice.cs.drjava.ui.InteractionsController
-
- removeCurrentLocationHighlight() -
Method in class edu.rice.cs.drjava.ui.MainFrame
- Removes the current highlight.
- removeDocument(ItemT) -
Method in interface edu.rice.cs.util.docnavigation.IDocumentNavigator
- Removes a given
INavigatorItem from this navigator.
- removeDocument(ItemT) -
Method in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
- Removes a given
INavigatorItem from this navigator.
- removeDocumentClosedListener(DocumentClosedListener) -
Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
-
- removeDocumentListener(DocumentListener) -
Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
-
- removeErrorHighlight() -
Method in class edu.rice.cs.drjava.ui.DefinitionsPane
- Removes the previous compiler error highlight from the document after the cursor has moved.
- removeExcludedFile(File) -
Method in class edu.rice.cs.drjava.config.RecursiveFileListProperty.FileMaskFilter
-
- removeExcludedFile(File) -
Method in interface edu.rice.cs.drjava.model.FileGroupingState
- Remove the specified file from the files excluded from the current project
- removeFindResultsManager(RegionManager<MovingDocumentRegion>) -
Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
- Remove a manager from the model.
- removeFindResultsManager(RegionManager<MovingDocumentRegion>) -
Method in class edu.rice.cs.drjava.model.DummyGlobalModel
-
- removeFindResultsManager(RegionManager<MovingDocumentRegion>) -
Method in interface edu.rice.cs.drjava.model.GlobalModel
- Dispose a manager for find result regions.
- removeFocusListener(FocusListener) -
Method in interface edu.rice.cs.util.docnavigation.IDocumentNavigator
- Remove FocusListener from navigator.
- removeFromDebugger() -
Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
-
- removeFromDebugger() -
Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
- Called when this document is being closed, removing related state from the debug manager.
- removeHighlight() -
Method in class edu.rice.cs.drjava.ui.ErrorCaretListener
- Hides the error highlight in the document.
- removeHighlight(Object) -
Method in class edu.rice.cs.drjava.ui.ReverseHighlighter
- Removes a highlight from the view.
- removeHighlight(int, int, Highlighter.HighlightPainter) -
Method in class edu.rice.cs.util.swing.HighlightManager
- Removes a highlight with the specified start/end offsets and the given painter.
- removeHighlight(HighlightManager.HighlightInfo) -
Method in class edu.rice.cs.util.swing.HighlightManager
- Removes a given highlight (HighlightInfo) from the highlighter
- removeIfInList(File) -
Method in class edu.rice.cs.drjava.ui.RecentFileManager
- Removes the given file from the list if it is already there.
- removeIncludedFile(File) -
Method in class edu.rice.cs.drjava.config.RecursiveFileListProperty.FileMaskFilter
-
- removeInteractionsListener(InteractionsListener) -
Method in class edu.rice.cs.drjava.plugins.eclipse.repl.EclipseInteractionsModel
- Removes the given listener from this model.
- removeInteractionsListener(InteractionsListener) -
Method in class edu.rice.cs.drjava.plugins.eclipse.repl.EclipseInteractionsModel
- Removes the given listener from this model.
- removeInterpreter(String) -
Method in class edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM
- Removes the interpreter with the given name, if it exists.
- removeInterpreter(String) -
Method in interface edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVMRemoteI
- Removes the interpreter with the given name, if it exists.
- removeInterpreter(String) -
Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM
- Removes the interpreter with the given name, if it exists.
- removeInterpreter(String) -
Method in class edu.rice.cs.drjava.model.repl.RMIInteractionsModel
- Removes the interpreter with the given name, if it exists.
- removeLast() -
Method in class edu.rice.cs.drjava.model.repl.History
- Returns the last element and removes it, or returns null if the history is empty.
- removeLastFromHistory() -
Method in class edu.rice.cs.drjava.model.repl.InteractionsDocument
- Returns the last history item and then removes it, or returns null if the history is empty.
- removeLastFromHistory() -
Method in class edu.rice.cs.drjava.model.repl.InteractionsModel
- Returns the last history item and then removes it, or returns null if the history is empty.
- removeListener(GlobalModelListener) -
Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
- Remove a listener from this global model.
- removeListener(CompilerListener) -
Method in interface edu.rice.cs.drjava.model.compiler.CompilerModel
- Remove a CompilerListener from the model.
- removeListener(CompilerListener) -
Method in class edu.rice.cs.drjava.model.compiler.DefaultCompilerModel
- Removes a CompilerListener from the model.
- removeListener(DebugListener) -
Method in interface edu.rice.cs.drjava.model.debug.Debugger
- Removes a listener to this Debugger.
- removeListener(DebugListener) -
Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
- Removes a listener to this JPDADebugger.
- removeListener(DebugListener) -
Method in class edu.rice.cs.drjava.model.debug.NoDebuggerAvailable
- Removes a listener to this JPDADebugger.
- removeListener(LightWeightParsingListener) -
Method in class edu.rice.cs.drjava.model.DefaultLightWeightParsingControl
- Remove the listener from this controller.
- removeListener(GlobalModelListener) -
Method in class edu.rice.cs.drjava.model.DummyGlobalModel
-
- removeListener(T) -
Method in class edu.rice.cs.drjava.model.EventNotifier
- Removes a listener from the notifier.
- removeListener(GlobalModelListener) -
Method in interface edu.rice.cs.drjava.model.GlobalModel
- Remove a listener from this global model.
- removeListener(JavadocListener) -
Method in class edu.rice.cs.drjava.model.javadoc.DefaultJavadocModel
- Remove a JavadocListener from the model.
- removeListener(JavadocListener) -
Method in interface edu.rice.cs.drjava.model.javadoc.JavadocModel
- Remove a JavadocListener from the model.
- removeListener(JavadocListener) -
Method in class edu.rice.cs.drjava.model.javadoc.NoJavadocAvailable
- Remove a JavadocListener from the model.
- removeListener(JUnitListener) -
Method in class edu.rice.cs.drjava.model.junit.DefaultJUnitModel
- Remove a JUnitListener from the model.
- removeListener(JUnitListener) -
Method in interface edu.rice.cs.drjava.model.junit.JUnitModel
- Removes a JUnitListener from the model.
- removeListener(LightWeightParsingListener) -
Method in interface edu.rice.cs.drjava.model.LightWeightParsingControl
- Remove the listener from this controller.
- removeListener(RegionManagerListener<R>) -
Method in interface edu.rice.cs.drjava.model.RegionManager
- Removes a listener from the notifier.
- removeListener(InteractionsListener) -
Method in class edu.rice.cs.drjava.model.repl.InteractionsModel
- Removea an InteractionsListener from the model.
- removeModalWindowAdapter(Window) -
Static method in class edu.rice.cs.drjava.DrJavaRoot
- Removes the modal window adapter.
- removeModalWindowAdapter(Window) -
Method in class edu.rice.cs.drjava.ui.MainFrame
- Removes the modal window adapter.
- removeModifyListener(ModifyListener) -
Method in class edu.rice.cs.drjava.plugins.eclipse.util.text.SWTDocumentAdapter
- Removes a ModifyListener from the internal SWTStyledText.
- removeModifyListener(ModifyListener) -
Method in class edu.rice.cs.drjava.plugins.eclipse.util.text.SWTDocumentAdapter
- Removes a ModifyListener from the internal SWTStyledText.
- removeNavigationListener(INavigationListener<? super ItemT>) -
Method in interface edu.rice.cs.util.docnavigation.IDocumentNavigator
- Removes the given listener from observing this navigator.
- removeNavigationListener(INavigationListener<? super ItemT>) -
Method in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
- Removes the given listener from observing this navigator.
- removeOption(OptionParser<T>) -
Method in class edu.rice.cs.drjava.config.DefaultOptionMap
-
- removeOption(OptionParser<T>) -
Method in interface edu.rice.cs.drjava.config.OptionMap
-
- removeOptionListener(Option<T>, OptionListener<T>) -
Method in class edu.rice.cs.drjava.config.Configuration
- Removes an OptionListener from an Option to which it was listening.
- removePainter(IHighlighted.PainterTag) -
Method in interface edu.rice.cs.drjava.model.IHighlighted
- Remove the painter with the specified tag.
- removePendingRequest(DocumentDebugAction<?>) -
Method in class edu.rice.cs.drjava.model.debug.jpda.PendingRequestManager
- Called if a breakpoint is set and removed before its class is prepared
- removeProperty(DrJavaProperty) -
Method in class edu.rice.cs.drjava.config.PropertyMaps
- Remove the specified property.
- removePropertyChangeListener(PropertyChangeListener) -
Method in class edu.rice.cs.util.swing.DelegatingAction
-
- removeRegion(R) -
Method in class edu.rice.cs.drjava.model.ConcreteRegionManager
- Remove the given IDocumentRegion from the manager.
- removeRegion(R) -
Method in interface edu.rice.cs.drjava.model.RegionManager
- Remove the given DocumentRegion from the manager.
- removeRegion(R) -
Method in class edu.rice.cs.drjava.ui.RegionsListPanel
- Remove a region from the tree.
- removeRegion(R) -
Method in class edu.rice.cs.drjava.ui.RegionsTreePanel
- Remove a region from this panel.
- removeRegions(Iterable<? extends R>) -
Method in class edu.rice.cs.drjava.model.ConcreteRegionManager
- Invoke
ConcreteRegionManager.removeRegion(R)
on all of the given regions.
- removeRegions(OpenDefinitionsDocument) -
Method in class edu.rice.cs.drjava.model.ConcreteRegionManager
- Remove the specified document from _documents and _regions (removing all of its contained regions).
- removeRegions(Iterable<? extends R>) -
Method in interface edu.rice.cs.drjava.model.RegionManager
- Remove the given DocumentRegions from the manager.
- removeRegions(OpenDefinitionsDocument) -
Method in interface edu.rice.cs.drjava.model.RegionManager
- Remove the given OpenDefinitionsDocument and all of its regions from the manager.
- removeRegistrationListener(DocumentCache.RegistrationListener) -
Method in class edu.rice.cs.drjava.model.cache.DocumentCache
-
- removeStyle(String) -
Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
-
- removeTab(Component) -
Method in class edu.rice.cs.drjava.ui.MainFrame
-
- removeText(int, int) -
Method in class edu.rice.cs.drjava.plugins.eclipse.util.text.SWTDocumentAdapter
- Removes a portion of the document, if the edit condition allows it.
- removeText(int, int) -
Method in class edu.rice.cs.drjava.plugins.eclipse.util.text.SWTDocumentAdapter
- Removes a portion of the document, if the edit condition allows it.
- removeText(int, int) -
Method in class edu.rice.cs.util.text.ConsoleDocument
- Removes a portion of the document, if the edit condition (including promptPos) allows it.
- removeText(int, int) -
Method in interface edu.rice.cs.util.text.EditDocumentInterface
- Removes a portion of the document, if the edit condition allows it.
- removeText(int, int) -
Method in class edu.rice.cs.util.text.SwingDocument
- Removes a portion of the document, if the edit condition allows it.
- removeUndoableEditListener(UndoableEditListener) -
Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
-
- removeUpdate(AbstractDocument.DefaultDocumentEvent) -
Method in class edu.rice.cs.drjava.model.AbstractDJDocument
- Updates document structure as a result of text removal.
- removeVariable(String) -
Method in class edu.rice.cs.drjava.config.PropertyMaps
- Remove the variable with the specified name, unshadowing previous definitions of the variable.
- removeVerifyListener(VerifyListener) -
Method in class edu.rice.cs.drjava.plugins.eclipse.util.text.SWTDocumentAdapter
- Removes a VerifyListener from the internal SWTStyledText.
- removeVerifyListener(VerifyListener) -
Method in class edu.rice.cs.drjava.plugins.eclipse.util.text.SWTDocumentAdapter
- Removes a VerifyListener from the internal SWTStyledText.
- removeWatch(String) -
Method in interface edu.rice.cs.drjava.model.debug.Debugger
- Removes any watches on the given field or variable.
- removeWatch(int) -
Method in interface edu.rice.cs.drjava.model.debug.Debugger
- Removes the watch at the given index.
- removeWatch(String) -
Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
- Removes any watches on the given field or variable.
- removeWatch(int) -
Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
- Removes the watch at the given index.
- removeWatch(String) -
Method in class edu.rice.cs.drjava.model.debug.NoDebuggerAvailable
- Removes any watches on the given field or variable.
- removeWatch(int) -
Method in class edu.rice.cs.drjava.model.debug.NoDebuggerAvailable
- Removes the watch at the given index.
- renameFile(File, File) -
Static method in class edu.rice.cs.util.FileOps
- Deprecated. Use
IOUtil.attemptMove(java.io.File, java.io.File)
, which is equally Windows-friendly, instead.
- renameTo(File) -
Method in class edu.rice.cs.util.FileOps.NullFile
-
- render(Runnable) -
Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
-
- repaint() -
Method in interface edu.rice.cs.util.docnavigation.IDocumentNavigator
- The standard swing repaint() method.
- replace(String, String, String) -
Static method in class edu.rice.cs.util.StringOps
- Takes theString fullString and replaces all instances of toReplace with replacement.
- replaceAll() -
Method in class edu.rice.cs.drjava.model.FindReplaceMachine
- Replaces all occurences of the find word with the replace word in the current document of in all documents
depending the value of the machine register _searchAllDocuments.
- replaceCurrent() -
Method in class edu.rice.cs.drjava.model.FindReplaceMachine
- If we're on a match for the find word, replace it with the replace word.
- replaceVariables(String, PropertyMaps, Lambda2<DrJavaProperty, PropertyMaps, String>) -
Static method in class edu.rice.cs.util.StringOps
- Replace variables of the form "${variable}" with the value associated with the string "variable" in the
provided hash table.
- replCalledSystemExit(int) -
Method in class edu.rice.cs.drjava.model.repl.InteractionsModel
- Signifies that the most recent interpretation contained a call to System.exit.
- replCalledSystemExit(int) -
Method in interface edu.rice.cs.drjava.model.repl.InteractionsModelCallback
- Signifies that the most recent interpretation contained a call to System.exit.
- replCalledSystemExit(int) -
Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.DummyInteractionsModel
-
- replReturnedResult(String, String) -
Method in class edu.rice.cs.drjava.model.repl.InteractionsModel
- Appends the returned result to the interactions document, inserts a prompt in the interactions document, and
advances the caret in the interactions pane.
- replReturnedResult(String, String) -
Method in interface edu.rice.cs.drjava.model.repl.InteractionsModelCallback
- Signifies that the most recent interpretation completed successfully, returning a value.
- replReturnedResult(String, String) -
Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.DummyInteractionsModel
-
- replReturnedSyntaxError(String, String, int, int, int, int) -
Method in class edu.rice.cs.drjava.model.repl.InteractionsModel
- Signifies that the most recent interpretation was preempted by a syntax error.
- replReturnedSyntaxError(String, String, int, int, int, int) -
Method in interface edu.rice.cs.drjava.model.repl.InteractionsModelCallback
- Signifies that the most recent interpretation was preempted by a syntax error.
- replReturnedSyntaxError(String, String, int, int, int, int) -
Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.DummyInteractionsModel
-
- replReturnedVoid() -
Method in class edu.rice.cs.drjava.model.repl.InteractionsModel
- Signifies that the most recent interpretation completed successfully, returning no value.
- replReturnedVoid() -
Method in interface edu.rice.cs.drjava.model.repl.InteractionsModelCallback
- Signifies that the most recent interpretation completed successfully,
returning no value.
- replReturnedVoid() -
Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.DummyInteractionsModel
-
- replSystemErrPrint(String) -
Method in class edu.rice.cs.drjava.model.repl.DefaultInteractionsModel
- Called when the repl prints to System.err.
- replSystemErrPrint(String) -
Method in class edu.rice.cs.drjava.model.repl.InteractionsModel
- Called when the repl prints to System.err.
- replSystemErrPrint(String) -
Method in interface edu.rice.cs.drjava.model.repl.InteractionsModelCallback
- Called when the repl prints to System.err.
- replSystemErrPrint(String) -
Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.DummyInteractionsModel
-
- replSystemOutPrint(String) -
Method in class edu.rice.cs.drjava.model.repl.DefaultInteractionsModel
- Called when the repl prints to System.out.
- replSystemOutPrint(String) -
Method in class edu.rice.cs.drjava.model.repl.InteractionsModel
- Called when the repl prints to System.out.
- replSystemOutPrint(String) -
Method in interface edu.rice.cs.drjava.model.repl.InteractionsModelCallback
- Called when the repl prints to System.out.
- replSystemOutPrint(String) -
Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.DummyInteractionsModel
-
- replThrewException(String) -
Method in class edu.rice.cs.drjava.model.repl.InteractionsModel
- Signifies that the most recent interpretation was ended due to an exception being thrown.
- replThrewException(String) -
Method in interface edu.rice.cs.drjava.model.repl.InteractionsModelCallback
- Signifies that the most recent interpretation was ended due to an exception being thrown.
- replThrewException(String) -
Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.DummyInteractionsModel
-
- requestFocusInWindow() -
Method in class edu.rice.cs.drjava.ui.RegionsTreePanel
- Update the JTree.
- requestFocusInWindow() -
Method in class edu.rice.cs.drjava.ui.TabbedPanel
- This is overridden so that when switch previous pane focus is called
on the currentDefPane, the caret will move here on the first call.
- requestSelectionUpdate(ItemT) -
Method in interface edu.rice.cs.util.docnavigation.IDocumentNavigator
- Switches the selection to the given INavigatorItem if the current selection is not already on an
INavigatorItem.
- requestSelectionUpdate(ItemT) -
Method in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
- If the currently selected item is not an INavigatorItem, select the one given.
- REQUIRED_UTIL_VERSION -
Static variable in class edu.rice.cs.drjava.DependenciesTest
-
- reset() -
Method in class edu.rice.cs.drjava.model.DefaultLightWeightParsingControl
- Reset light-weight parsing.
- reset() -
Method in interface edu.rice.cs.drjava.model.LightWeightParsingControl
- Reset light-weight parsing.
- reset(String) -
Method in class edu.rice.cs.drjava.model.repl.InteractionsDocument
- Resets the document to a clean state.
- reset(File[]) -
Method in class edu.rice.cs.drjava.ui.CompilerErrorPanel
- Reset the errors to the current error information immediately following compilation.
- reset() -
Method in class edu.rice.cs.drjava.ui.CompilerErrorPanel
- Reset the errors to the current error information.
- reset() -
Method in class edu.rice.cs.drjava.ui.JavadocErrorPanel
- Reset the errors to the current error information.
- reset() -
Method in class edu.rice.cs.drjava.ui.JUnitPanel
- Reset the errors to the current error information.
- reset() -
Method in class edu.rice.cs.drjava.ui.ProjectPropertiesFrame
-
- reset() -
Method in class edu.rice.cs.drjava.ui.RecentDocFrame
- Moves the selected document to the front of the list.
- reset(String) -
Method in class edu.rice.cs.util.text.ConsoleDocument
- Resets the document to a clean state.
- RESET_CLEAR_CONSOLE -
Static variable in interface edu.rice.cs.drjava.config.OptionConstants
- Whether to clear the console when manually resetting the interactions pane.
- resetAttributes() -
Method in class edu.rice.cs.drjava.config.BinaryOpProperty
-
- resetAttributes() -
Method in class edu.rice.cs.drjava.config.ConfigProperty
- Reset attributes to their defaults.
- resetAttributes() -
Method in class edu.rice.cs.drjava.config.DrJavaProperty
- Reset attributes to their defaults.
- resetAttributes() -
Method in class edu.rice.cs.drjava.config.FileListProperty
- Reset the attributes.
- resetAttributes() -
Method in class edu.rice.cs.drjava.config.FileProperty
-
- resetAttributes() -
Method in class edu.rice.cs.drjava.config.QuaternaryOpProperty
-
- resetAttributes() -
Method in class edu.rice.cs.drjava.config.RecursiveFileListProperty
- Reset the attributes.
- resetAttributes() -
Method in class edu.rice.cs.drjava.config.TernaryOpProperty
-
- resetAttributes() -
Method in class edu.rice.cs.drjava.config.UnaryOpProperty
-
- resetAutoImportDialogPosition() -
Method in class edu.rice.cs.drjava.ui.MainFrame
- Reset the position of the "Open Javadoc" dialog.
- resetClipboardHistoryDialogPosition() -
Method in class edu.rice.cs.drjava.ui.MainFrame
- Reset the position of the "Clipboard History" dialog.
- resetCompileCounts() -
Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.JUnitTestListener
-
- resetCompilerErrors() -
Method in interface edu.rice.cs.drjava.model.compiler.CompilerModel
- Resets the compiler error state to have no errors.
- resetCompilerErrors() -
Method in class edu.rice.cs.drjava.model.compiler.DefaultCompilerModel
- Resets the compiler error state to have no errors.
- resetCompleteWordDialogPosition() -
Method in class edu.rice.cs.drjava.ui.MainFrame
- Reset the position of the "Complete Word" dialog.
- resetConsole() -
Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
- Resets the console.
- resetConsole() -
Method in class edu.rice.cs.drjava.model.DummyGlobalModel
-
- resetConsole() -
Method in interface edu.rice.cs.drjava.model.GlobalModel
- Resets the console.
- resetConsoleResetCount() -
Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.InteractionListener
-
- resetCounts() -
Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
-
- resetCounts() -
Method in class edu.rice.cs.drjava.model.SingleDisplayModelTest.SDTestListener
-
- resetDebugFrame() -
Method in class edu.rice.cs.drjava.ui.MainFrame
- Reset the position of the "Debugger" dialog.
- resetEditExternalProcessPosition() -
Method in class edu.rice.cs.drjava.ui.MainFrame
- Reset the position of the "Edit External Process" dialog.
- resetExecuteExternalProcessPosition() -
Method in class edu.rice.cs.drjava.ui.MainFrame
- Reset the position of the "Execute External Process" dialog.
- resetFileField() -
Method in class edu.rice.cs.util.swing.DirectorySelectorComponent
-
- resetFileField() -
Method in class edu.rice.cs.util.swing.FileSelectorComponent
-
- resetFileField() -
Method in class edu.rice.cs.util.swing.FileSelectorStringComponent
-
- resetFocus() -
Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputFrame
- Focus back in the text field.
- resetGotoFileDialogPosition() -
Method in class edu.rice.cs.drjava.ui.MainFrame
- Reset the position of the "Go to File" dialog.
- resetInteractions(File) -
Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
- A degenerate operation since this has no slave JVM and no interactions model.
- resetInteractions(File, boolean) -
Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
- A degenerate operation since this has no slave JVM and no interactions model.
- resetInteractions(File) -
Method in class edu.rice.cs.drjava.model.DefaultGlobalModel
-
- resetInteractions(File, boolean) -
Method in class edu.rice.cs.drjava.model.DefaultGlobalModel
- Clears and resets the slave JVM with working directory wd.
- resetInteractions(File) -
Method in class edu.rice.cs.drjava.model.DummyGlobalModel
-
- resetInteractions(File, boolean) -
Method in class edu.rice.cs.drjava.model.DummyGlobalModel
-
- resetInteractions(File) -
Method in interface edu.rice.cs.drjava.model.GlobalModel
- Clears and resets the interactions pane in the specified working directory, provided that the operation has some effect.
- resetInteractions(File, boolean) -
Method in interface edu.rice.cs.drjava.model.GlobalModel
- Clears and resets the interactions pane in the specified working directory.
- resetInteractionsClassPath() -
Method in class edu.rice.cs.drjava.model.DefaultGlobalModel
- Adds the project root (if a project is open), the source roots for other open documents, the paths in the
"extra classpath" config option, as well as any project-specific classpaths to the interpreter's classpath.
- resetInterpreter(File) -
Method in class edu.rice.cs.drjava.model.repl.InteractionsModel
- Resets the Java interpreter with working directry wd.
- resetJarOptionsDialogPosition() -
Method in class edu.rice.cs.drjava.ui.MainFrame
- Reset the position of the "Create Jar from Project" dialog.
- resetJavadocErrors() -
Method in class edu.rice.cs.drjava.model.javadoc.DefaultJavadocModel
- Clears all current Javadoc errors.
- resetJavadocErrors() -
Method in interface edu.rice.cs.drjava.model.javadoc.JavadocModel
- Clears all current Javadoc errors.
- resetJavadocErrors() -
Method in class edu.rice.cs.drjava.model.javadoc.NoJavadocAvailable
- Clears all current Javadoc errors.
- resetJUnitCounts() -
Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.JUnitTestListener
-
- resetJUnitErrors() -
Method in class edu.rice.cs.drjava.model.junit.DefaultJUnitModel
- Resets the junit error state to have no errors.
- resetJUnitErrors() -
Method in interface edu.rice.cs.drjava.model.junit.JUnitModel
- Resets the junit error state to have no errors.
- resetLastErrors() -
Method in class edu.rice.cs.drjava.model.repl.InteractionsModel
- Reset the information about the last and second to last error.
- resetLocation() -
Method in interface edu.rice.cs.drjava.model.definitions.reducedmodel.BraceReduction
- Resets the location of the walker in the comment list to where the current cursor is.
- resetLocation() -
Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelControl
- This function resets the location of the walker in the comment list to where the current cursor is.
- resetModification() -
Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
- Resets the modification state of this document.
- resetModification() -
Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
-
- resetModification() -
Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
- Resets the document to be unmodified.
- resetOpenJavadocDialogPosition() -
Method in class edu.rice.cs.drjava.ui.MainFrame
- Reset the position of the "Open Javadoc" dialog.
- resetReducedModelLocation() -
Method in class edu.rice.cs.drjava.model.AbstractDJDocument
- Assumes that read lock and reduced lock are already held.
- resetTabbedPanesFrame() -
Method in class edu.rice.cs.drjava.ui.MainFrame
- Reset the position of the "Tabbed Panes" dialog.
- resetToCurrent() -
Method in class edu.rice.cs.drjava.ui.config.ConfigFrame
- Resets the field of each option in the Preferences window to its actual stored value.
- resetToCurrent() -
Method in class edu.rice.cs.drjava.ui.config.ConfigPanel
- Tells each component to reset its display field to the current value.
- resetToCurrent(String) -
Method in class edu.rice.cs.drjava.ui.config.ForcedChoiceOptionComponent
- Selects the radio button corresponding to the current config options.
- resetToCurrent() -
Method in class edu.rice.cs.drjava.ui.config.OptionComponent
- Resets the entry field to reflect the actual stored value for the option.
- resetToCurrent() -
Method in class edu.rice.cs.drjava.ui.config.ToolbarOptionComponent
- Selects the radio button corresponding to the current config options.
- resetToDefault() -
Method in class edu.rice.cs.drjava.ui.config.ConfigPanel
- Tells each component to reset its value to its default.
- resetToDefault() -
Method in class edu.rice.cs.drjava.ui.config.OptionComponent
- Resets the actual value of the component to the original default.
- resetToDefault() -
Method in class edu.rice.cs.drjava.ui.config.ToolbarOptionComponent
- Selects the radio button corresponding to the default values.
- resetToDefaults() -
Method in class edu.rice.cs.drjava.config.Configuration
- Resets to the default values, overwriting any existing values.
- resetUndo() -
Method in class edu.rice.cs.drjava.ui.DefinitionsPane
- Reset the document Undo list.
- resetUndo() -
Method in class edu.rice.cs.drjava.ui.MainFrame
- Resets the undo/redo menu items
- resetUndoManager() -
Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
- Resets the undo manager.
- resetUndoManager() -
Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
-
- resetUndoManager() -
Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
-
- resetView() -
Method in class edu.rice.cs.drjava.ui.AbstractConsoleController
- Clears and resets the view (other than features derived from the model.
- resetWalkerLocationToCursor() -
Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.AbstractReducedModel
- Resets the walker to the current position in document.
- resetWalkerLocationToCursor() -
Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelBrace
-
- resetWalkerLocationToCursor() -
Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelComment
- Resets the walker to the current position in document
- resize(int) -
Method in class edu.rice.cs.drjava.model.ClipboardHistoryModel
- Sets the maximum size.
- RESPONSE_PREFIX -
Static variable in class edu.rice.cs.drjava.RemoteControlServer
- Prefix of a legitimate response by this server.
- RESPONSE_PREFIX_WITH_USER -
Static variable in class edu.rice.cs.drjava.RemoteControlServer
- Prefix of a legitimate response by this server, including the user name.
- restartFollowing() -
Method in class edu.rice.cs.drjava.ui.LessPanel
- Restart following this file.
- resume() -
Method in interface edu.rice.cs.drjava.model.debug.Debugger
- Resumes execution of the currently loaded document.
- resume(DebugThreadData) -
Method in interface edu.rice.cs.drjava.model.debug.Debugger
- Resumes execution of the given thread.
- resume() -
Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
- Resumes the thread currently being debugged, copying back all variables from the current debug interpreter.
- resume(DebugThreadData) -
Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
- Resumes the given thread, copying back any variables from its associated debug interpreter.
- resume() -
Method in class edu.rice.cs.drjava.model.debug.NoDebuggerAvailable
- Resumes execution of the currently loaded document.
- resume(DebugThreadData) -
Method in class edu.rice.cs.drjava.model.debug.NoDebuggerAvailable
- Resumes execution of the given thread.
- ReverseHighlighter - Class in edu.rice.cs.drjava.ui
- Implements the Highlighter interfaces.
- ReverseHighlighter() -
Constructor for class edu.rice.cs.drjava.ui.ReverseHighlighter
- Creates a new ReverseHighlighter object.
- ReverseHighlighter.DefaultFrameHighlightPainter - Class in edu.rice.cs.drjava.ui
- Simple highlight painter that draws a rectangular box around text.
- ReverseHighlighter.DefaultFrameHighlightPainter(Color, int) -
Constructor for class edu.rice.cs.drjava.ui.ReverseHighlighter.DefaultFrameHighlightPainter
- Constructs a new highlight painter.
- ReverseHighlighter.DefaultUnderlineHighlightPainter - Class in edu.rice.cs.drjava.ui
- Simple highlight painter that underlines text.
- ReverseHighlighter.DefaultUnderlineHighlightPainter(Color, int) -
Constructor for class edu.rice.cs.drjava.ui.ReverseHighlighter.DefaultUnderlineHighlightPainter
- Constructs a new highlight painter.
- ReverseHighlighter.DrJavaHighlightPainter - Class in edu.rice.cs.drjava.ui
- This class is a wrapper for the DefaultHighlightPainter that allows us to tell whether a highlight was
requested by DrJava or by Swing (as in selected text).
- ReverseHighlighter.DrJavaHighlightPainter(Color) -
Constructor for class edu.rice.cs.drjava.ui.ReverseHighlighter.DrJavaHighlightPainter
-
- reverseHistorySearch(String) -
Method in class edu.rice.cs.drjava.model.repl.InteractionsDocument
- Reverse searches the history for the given string.
- reverseSearch(String) -
Method in class edu.rice.cs.drjava.model.repl.History
- Reverse-searches the history for the previous matching string.
- reverseSearchInteractionsInHistory() -
Method in class edu.rice.cs.drjava.model.repl.InteractionsDocument
- Reverse searches the history for interactions that started with the current interaction.
- revertFile() -
Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
-
- revertFile() -
Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
- Revert the document to the version saved on disk.
- revertIfModifiedOnDisk() -
Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
-
- revertIfModifiedOnDisk() -
Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
- Asks the GlobalModel if it can revert current definitions to version on disk.
- RightClickMouseAdapter - Class in edu.rice.cs.util.swing
- Abstract mouse listener that supports showing a popup menu.
- RightClickMouseAdapter() -
Constructor for class edu.rice.cs.util.swing.RightClickMouseAdapter
-
- RMIInteractionsModel - Class in edu.rice.cs.drjava.model.repl
- A Swing specific InteractionsModel which can serve as the glue between a local InteractionsDocument and a remote
JavaInterpreter in another JVM.
- RMIInteractionsModel(MainJVM, ConsoleDocumentInterface, File, int, int) -
Constructor for class edu.rice.cs.drjava.model.repl.RMIInteractionsModel
- Constructs an InteractionsModel which can communicate with another JVM.
- root -
Variable in class edu.rice.cs.util.docnavigation.JTreeSortNavigatorTest
-
- rparen -
Variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.BraceTest
-
- run() -
Method in class edu.rice.cs.drjava.model.AbstractDJDocument.CharInsertCommand
- Inserts chars in reduced model and moves location to end of insert; cache has already been cleared.
- run() -
Method in class edu.rice.cs.drjava.model.AbstractDJDocument.InsertCommand
- Inserts chars in reduced model and moves location to end of insert; cache has already been cleared.
- run() -
Method in class edu.rice.cs.drjava.model.AbstractDJDocument.RemoveCommand
- Removes chars from reduced model; cache has already been selectively cleared.
- run() -
Method in class edu.rice.cs.drjava.model.AbstractDJDocument.UninsertCommand
-
- run() -
Method in class edu.rice.cs.drjava.model.AbstractDJDocument.UnremoveCommand
-
- run() -
Method in class edu.rice.cs.drjava.model.debug.jpda.EventHandlerThread
- Continually consumes events from the VM's event queue until it is disconnected.
- run() -
Method in class edu.rice.cs.drjava.model.repl.InteractionsDocumentTest.TestBeep
-
- run() -
Method in class edu.rice.cs.drjava.RemoteControlServer.RCServerThread
- Main method of the thread.
- run() -
Method in class edu.rice.cs.util.ReaderWriterLockTest.ReaderThread
-
- run() -
Method in class edu.rice.cs.util.ReaderWriterLockTest.WriterThread
-
- run() -
Method in class edu.rice.cs.util.StreamRedirectThread
- Copy.
- RUN_WITH_ASSERT -
Static variable in interface edu.rice.cs.drjava.config.OptionConstants
- Whether to run assert statements in the interactions pane.
- runAgainActionPerformed(ActionEvent) -
Method in class edu.rice.cs.drjava.ui.ExternalProcessPanel
- Run Again action was performed
- runAsync(ParamType, IAsyncProgress) -
Method in class edu.rice.cs.util.swing.AsyncTask
- This is the method of the task that is run on the separate thread.
- runCommand(String, String, String, String, PropertyMaps) -
Method in class edu.rice.cs.drjava.ui.ExecuteExternalDialog
- Run a command and return an external process panel.
- runFailed(String) -
Method in class edu.rice.cs.drjava.model.junit.JUnitTestRunner
-
- runJUnit(OpenDefinitionsDocument) -
Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.JUnitTestListener
- Runs JUnit on doc to completion.
- runJUnit(JUnitModel) -
Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.JUnitTestListener
-
- runJVM(String, String[], String[], String[], File) -
Static method in class edu.rice.cs.util.newjvm.ExecJVM
- Runs a new JVM.
- runJVM(String, String[], String, String[], File) -
Static method in class edu.rice.cs.util.newjvm.ExecJVM
- Runs a new JVM.
- runJVMPropagateClassPath(String, String[], String[], File) -
Static method in class edu.rice.cs.util.newjvm.ExecJVM
- Runs a new JVM, propagating the present classpath.
- runJVMPropagateClassPath(String, String[], File) -
Static method in class edu.rice.cs.util.newjvm.ExecJVM
- Runs a new JVM, propagating the present classpath.
- runMain() -
Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
-
- runMain() -
Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
- Runs the main method in this document in the interactions pane.
- runStartCount -
Variable in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
-
- runSuite(TestSuite) -
Method in class edu.rice.cs.drjava.model.junit.JUnitTestRunner
-
- runTestSuite() -
Method in class edu.rice.cs.drjava.model.junit.JUnitTestManager
- Runs the pending test suite set up by the preceding call to findTestClasses.
- runTestSuite() -
Method in class edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM
- Runs JUnit test suite already cached in the Interpreter JVM.
- runTestSuite() -
Method in interface edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVMRemoteI
-
- runTestSuite() -
Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM
- Runs the JUnit test suite already cached in the Interpreter JVM.
- RUNTIME_CLASS_PATH -
Static variable in interface edu.rice.cs.drjava.model.GlobalModel
-
ScrollableListDialog
.ScrollableListSelectionDialog
.setParentContainerEnabled
both to disable and to re-enable
the parent.
IOUtil.fullPath(java.io.File)
instead. It returns a list of File
objects rather than strings, but they appear in the same order.
construct
method and then exit.
createManualToolbarButton
:
1.
getName()
)
value.toString()
as it's message.
value.toString()
.
IOUtil.attemptWriteStringToFile(File, String, boolean)
instead.
IOUtil.writeStringToFile(File, String)
instead
IOUtil.writeStringToFile(File, String, boolean)
instead
IOUtil.createAndMarkTempFile(String, String)
,
then write to it with IOUtil.writeStringToFile(File, String)
.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |