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 _

A

ABC_CLASS_ONE - Static variable in class edu.rice.cs.drjava.model.junit.JUnitErrorModelTest
 
ABC_CLASS_TWO - Static variable in class edu.rice.cs.drjava.model.junit.JUnitErrorModelTest
 
ABC_TEST - Static variable in class edu.rice.cs.drjava.model.junit.JUnitErrorModelTest
 
AbortablePanel - Class in edu.rice.cs.drjava.ui
Panel for displaying some component with buttons, one of which is an "Abort" button.
AbortablePanel(MainFrame, String) - Constructor for class edu.rice.cs.drjava.ui.AbortablePanel
Constructs a new abortable panel.
abortActionPerformed(ActionEvent) - Method in class edu.rice.cs.drjava.ui.AbortablePanel
Abort action was performed.
abortActionPerformed(ActionEvent) - Method in class edu.rice.cs.drjava.ui.ExternalProcessPanel
Abort action was performed.
abortActionPerformed(ActionEvent) - Method in class edu.rice.cs.drjava.ui.LessPanel
Abort action was performed.
abortUpdate() - Method in class edu.rice.cs.drjava.ui.NewVersionPopup
 
abortUpdate(String) - Method in class edu.rice.cs.drjava.ui.NewVersionPopup
 
abortUpdate(boolean) - Method in class edu.rice.cs.drjava.ui.NewVersionPopup
 
abortUpdate(String, boolean) - Method in class edu.rice.cs.drjava.ui.NewVersionPopup
 
AboutDialog - Class in edu.rice.cs.drjava.ui
About dialog.
AboutDialog(JFrame) - Constructor for class edu.rice.cs.drjava.ui.AboutDialog
 
AboutDialog.ImageInfo - Class in edu.rice.cs.drjava.ui
 
AboutDialog.ImageInfo(String, Color) - Constructor for class edu.rice.cs.drjava.ui.AboutDialog.ImageInfo
 
AboutDialog.LogoList - Class in edu.rice.cs.drjava.ui
 
AboutDialog.LogoList() - Constructor for class edu.rice.cs.drjava.ui.AboutDialog.LogoList
 
aboutToSaveFromSaveAll(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
If the document is untitled, brings it to the top so that the user will know which is being saved.
aboutToSaveFromSaveAll(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.cache.DocumentCacheTest.TestGlobalModel
 
absOffset() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.AbstractReducedModel
Absolute offset for testing purposes.
absOffset(TokenList.Iterator) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.AbstractReducedModel
Absolute offset of the specified iterator.
absOffset() - Method in interface edu.rice.cs.drjava.model.definitions.reducedmodel.BraceReduction
Get the absolute character offset of the document represented by BraceReduction.
absOffset() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelControl
Gets the absolute character offset into the document represented by the reduced model.
absp - Variable in class edu.rice.cs.drjava.project.ProjectTest
 
AbsRelFile - Class in edu.rice.cs.util
A subclass of File that stores if it should be saved as absolute or relative.
AbsRelFile(File, String, boolean) - Constructor for class edu.rice.cs.util.AbsRelFile
 
AbsRelFile(File, String) - Constructor for class edu.rice.cs.util.AbsRelFile
 
AbsRelFile(String, boolean) - Constructor for class edu.rice.cs.util.AbsRelFile
 
AbsRelFile(String) - Constructor for class edu.rice.cs.util.AbsRelFile
 
AbsRelFile(String, String, boolean) - Constructor for class edu.rice.cs.util.AbsRelFile
 
AbsRelFile(String, String) - Constructor for class edu.rice.cs.util.AbsRelFile
 
AbsRelFile(URI, boolean) - Constructor for class edu.rice.cs.util.AbsRelFile
 
AbsRelFile(URI) - Constructor for class edu.rice.cs.util.AbsRelFile
 
AbsRelFile(File, boolean) - Constructor for class edu.rice.cs.util.AbsRelFile
 
AbsRelFile(File) - Constructor for class edu.rice.cs.util.AbsRelFile
 
AbstractConsoleController - Class in edu.rice.cs.drjava.ui
Abstract class that hooks a Swing console/interactions document with its Swing pane.
AbstractConsoleController(InteractionsDJDocument, InteractionsPane) - Constructor for class edu.rice.cs.drjava.ui.AbstractConsoleController
Initializes the Swing console document and Swing interactions pane.
AbstractDJDocument - Class in edu.rice.cs.drjava.model
This class contains code supporting the concept of a "DJDocument"; it is shared between DefinitionsDocument and InteractionsDJDocument.
AbstractDJDocument() - Constructor for class edu.rice.cs.drjava.model.AbstractDJDocument
Constructor used in super calls from DefinitionsDocument and InteractionsDJDocument.
AbstractDJDocument(int) - Constructor for class edu.rice.cs.drjava.model.AbstractDJDocument
Constructor used from anonymous test classes.
AbstractDJDocument(Indenter) - Constructor for class edu.rice.cs.drjava.model.AbstractDJDocument
Constructor used to build a new document with an existing indenter.
AbstractDJDocument.CharInsertCommand - Class in edu.rice.cs.drjava.model
 
AbstractDJDocument.CharInsertCommand(int, char) - Constructor for class edu.rice.cs.drjava.model.AbstractDJDocument.CharInsertCommand
 
AbstractDJDocument.InsertCommand - Class in edu.rice.cs.drjava.model
 
AbstractDJDocument.InsertCommand(int, String) - Constructor for class edu.rice.cs.drjava.model.AbstractDJDocument.InsertCommand
 
AbstractDJDocument.RemoveCommand - Class in edu.rice.cs.drjava.model
 
AbstractDJDocument.RemoveCommand(int, int, String) - Constructor for class edu.rice.cs.drjava.model.AbstractDJDocument.RemoveCommand
 
AbstractDJDocument.UninsertCommand - Class in edu.rice.cs.drjava.model
 
AbstractDJDocument.UninsertCommand(int, int, String) - Constructor for class edu.rice.cs.drjava.model.AbstractDJDocument.UninsertCommand
 
AbstractDJDocument.UnremoveCommand - Class in edu.rice.cs.drjava.model
 
AbstractDJDocument.UnremoveCommand(int, String) - Constructor for class edu.rice.cs.drjava.model.AbstractDJDocument.UnremoveCommand
 
AbstractDJDocumentTest - Class in edu.rice.cs.drjava.model
This class contains tests for AbstractDJDocument.
AbstractDJDocumentTest() - Constructor for class edu.rice.cs.drjava.model.AbstractDJDocumentTest
 
AbstractDJPane - Class in edu.rice.cs.drjava.ui
This pane class for a SwingDocument.
AbstractDJPane(SwingDocument) - Constructor for class edu.rice.cs.drjava.ui.AbstractDJPane
 
AbstractDocumentInterface - Interface in edu.rice.cs.util.text
An interface designed to augment the Swing Document interface with useful operations including operations like append that cannot be safely implemented in terms of the methods provided by the Document interface.
AbstractGlobalModel - Class in edu.rice.cs.drjava.model
In simple terms, a DefaultGlobalModel without an interpreter, compiler, junit testing, debugger or javadoc.
AbstractGlobalModel() - Constructor for class edu.rice.cs.drjava.model.AbstractGlobalModel
Constructs a new GlobalModel.
AbstractGlobalModel.ConcreteOpenDefDoc - Class in edu.rice.cs.drjava.model
A wrapper around a DefinitionsDocument or potential DefinitionsDocument (if it has been kicked out of the cache) The GlobalModel interacts with DefinitionsDocuments through this wrapper.
This call was formerly called the DefinitionsDocumentHandler but was renamed (2004-Jun-8) to be more descriptive/intuitive.
AbstractGlobalModel.ConcreteOpenDefDoc(File) - Constructor for class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
Standard constructor for a document read from a file.
AbstractGlobalModel.ConcreteOpenDefDoc(NullFile) - Constructor for class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
AbstractGlobalModel.ConcreteOpenDefDoc(File, File, long) - Constructor for class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
AbstractGlobalModel.FlatFileGroupingState - Class in edu.rice.cs.drjava.model
 
AbstractGlobalModel.FlatFileGroupingState() - Constructor for class edu.rice.cs.drjava.model.AbstractGlobalModel.FlatFileGroupingState
 
AbstractGlobalModel.ProjectFileGroupingState - Class in edu.rice.cs.drjava.model
 
AbstractGlobalModel.ProjectFileGroupingState(File) - Constructor for class edu.rice.cs.drjava.model.AbstractGlobalModel.ProjectFileGroupingState
Degenerate constructor for a new project; only the file project name is known.
AbstractGlobalModel.ProjectFileGroupingState(File, String, File, File, File, File[], File[], File[], Iterable<AbsRelFile>, File, int, boolean, String, Map<OptionParser<?>, String>) - Constructor for class edu.rice.cs.drjava.model.AbstractGlobalModel.ProjectFileGroupingState
 
AbstractGlobalModel.TrivialFSS - Class in edu.rice.cs.drjava.model
 
AbstractGlobalModel.TrivialFSS(File) - Constructor for class edu.rice.cs.drjava.model.AbstractGlobalModel.TrivialFSS
 
AbstractMasterJVM - Class in edu.rice.cs.util.newjvm
An abstract class implementing the logic to invoke and control, via RMI, a second Java virtual machine.
AbstractMasterJVM(String) - Constructor for class edu.rice.cs.util.newjvm.AbstractMasterJVM
Set up the master JVM object.
AbstractMasterJVM.SlaveFactory - Class in edu.rice.cs.util.newjvm
Loads an instance of the given AbstractSlaveJVM class.
AbstractMasterJVM.SlaveFactory(String) - Constructor for class edu.rice.cs.util.newjvm.AbstractMasterJVM.SlaveFactory
 
AbstractMasterJVM.State - Enum in edu.rice.cs.util.newjvm
Synchronization strategy: compare-and-swap guarantees that only one thread enters a STARTING, or QUITTING, or DISPOSED state.
AbstractMasterJVM.State() - Constructor for enum edu.rice.cs.util.newjvm.AbstractMasterJVM.State
 
AbstractReducedModel - Class in edu.rice.cs.drjava.model.definitions.reducedmodel
A refactoring of the common code between ReducedModelComment and ReducedModelBrace.
AbstractReducedModel() - Constructor for class edu.rice.cs.drjava.model.definitions.reducedmodel.AbstractReducedModel
Constructor.
AbstractSlaveJVM - Class in edu.rice.cs.util.newjvm
A partial implementation of a SlaveRemote that provides the quit functionality and that also periodically checks if the master is still alive and automatically quits if not.
AbstractSlaveJVM() - Constructor for class edu.rice.cs.util.newjvm.AbstractSlaveJVM
 
AbstractSlaveJVM(String, String) - Constructor for class edu.rice.cs.util.newjvm.AbstractSlaveJVM
 
accept(File) - Method in class edu.rice.cs.drjava.config.RecursiveFileListProperty.FileMaskFilter
 
accept(File) - Method in class edu.rice.cs.drjava.config.RecursiveFileListProperty.RegexFilter
 
accept(File) - Method in class edu.rice.cs.drjava.ui.ClassPathFilter
Returns true if the file's extension matches JAR or ZIP.
accept(File) - Method in class edu.rice.cs.drjava.ui.DirectoryFilter
Returns true if the file is a directory.
accept(File) - Method in class edu.rice.cs.drjava.ui.InteractionsHistoryFilter
Returns true if the file matches the Interactions History filter.
accept(File) - Method in class edu.rice.cs.drjava.ui.JavaSourceFilter
Returns true if the file's extension matches Java or GJ.
accept(File) - Method in class edu.rice.cs.drjava.ui.SmartSourceFilter
Returns true if the file's extension matches ".java" or ".dj?".
accept(ItemT) - Method in class edu.rice.cs.util.docnavigation.INavigatorItemFilter
 
accept(SExpVisitor<Ret>) - Method in interface edu.rice.cs.util.sexp.Atom
Visitor hook for the different kinds of Atom
accept(SExpVisitor<Ret>) - Method in class edu.rice.cs.util.sexp.BoolAtom
Visitor hook for the BoolAtom
accept(SExpVisitor<Ret>) - Method in class edu.rice.cs.util.sexp.Cons
 
accept(SEListVisitor<Ret>) - Method in class edu.rice.cs.util.sexp.Cons
 
accept(SExpVisitor<Ret>) - Method in class edu.rice.cs.util.sexp.Empty
 
accept(SEListVisitor<Ret>) - Method in class edu.rice.cs.util.sexp.Empty
 
accept(SExpVisitor<Ret>) - Method in class edu.rice.cs.util.sexp.NumberAtom
Visitor hook for the NumberAtom
accept(SEListVisitor<Ret>) - Method in class edu.rice.cs.util.sexp.SEList
 
accept(SExpVisitor<Ret>) - Method in interface edu.rice.cs.util.sexp.SExp
 
accept(SExpVisitor<Ret>) - Method in class edu.rice.cs.util.sexp.TextAtom
Visitor hook for the TextAtom
accessLevelChoices - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Possible options for Javadoc access levels.
ACM_PROGRAM_CLASSES - Static variable in class edu.rice.cs.drjava.model.compiler.JavacCompiler
The set of class names that are run as ACM Java Task Force library programs.
acquireReadLock() - Method in interface edu.rice.cs.util.text.ReadersWritersLocking
Swing-style acquireReadLock().
acquireWriteLock() - Method in interface edu.rice.cs.util.text.ReadersWritersLocking
Swing-style writeLock().
ActionBracePlus - Class in edu.rice.cs.drjava.model.definitions.indent
Aligns indentation of the current line to the character that opened the enclosing block or expression list.
ActionBracePlus(int) - Constructor for class edu.rice.cs.drjava.model.definitions.indent.ActionBracePlus
 
ActionBracePlusTest - Class in edu.rice.cs.drjava.model.definitions.indent
Test class according to the JUnit protocol.
ActionBracePlusTest() - Constructor for class edu.rice.cs.drjava.model.definitions.indent.ActionBracePlusTest
 
ActionDoNothing - Class in edu.rice.cs.drjava.model.definitions.indent
Indents the current line in the document to the indent level of the start of the contract or statement of the brace enclosing the current position, plus the given suffix.
ActionDoNothing() - Constructor for class edu.rice.cs.drjava.model.definitions.indent.ActionDoNothing
 
ActionDoNothingTest - Class in edu.rice.cs.drjava.model.definitions.indent
Tests the action rule which does nothing to the given text.
ActionDoNothingTest() - Constructor for class edu.rice.cs.drjava.model.definitions.indent.ActionDoNothingTest
 
actionPerformed(ActionEvent) - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsEditorKit.BeginWordAction
 
actionPerformed(ActionEvent) - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsEditorKit.EndWordAction
 
actionPerformed(ActionEvent) - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsEditorKit.NextWordAction
 
actionPerformed(ActionEvent) - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsEditorKit.PreviousWordAction
 
actionPerformed(ActionEvent) - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsEditorKit.SelectWordAction
 
actionPerformed(ActionEvent) - Method in class edu.rice.cs.drjava.ui.AboutDialog
 
actionPerformed(ActionEvent) - Method in class edu.rice.cs.drjava.ui.DefinitionsPane.IndentKeyAction
Handle the "key typed" event from the text field.
actionPerformed(ActionEvent) - Method in class edu.rice.cs.drjava.ui.DefinitionsPane.IndentKeyActionTab
Handle the key typed event from the text field.
actionPerformed(ActionEvent) - Method in class edu.rice.cs.drjava.ui.DefinitionsPane.RedoAction
In the event that the user chooses to redo something, this is what's called.
actionPerformed(ActionEvent) - Method in class edu.rice.cs.drjava.ui.DefinitionsPane.UndoAction
What to do when user chooses to undo.
actionPerformed(ActionEvent) - Method in class edu.rice.cs.drjava.ui.InteractionsPane.RedoAction
In the event that the user chooses to redo something, this is what's called.
actionPerformed(ActionEvent) - Method in class edu.rice.cs.drjava.ui.InteractionsPane.UndoAction
What to do when user chooses to undo.
actionPerformed(FileOpenSelector) - Method in interface edu.rice.cs.drjava.ui.RecentFileManager.RecentFileAction
 
actionPerformed(ActionEvent) - Method in class edu.rice.cs.util.swing.DelegatingAction
 
actionPerformed(ActionEvent) - Method in class edu.rice.cs.util.swing.ScrollableListSelectionDialog.SelectAllNoneActionListener
The code that runs in response to the button's action.
ActionStartCurrStmtPlus - Class in edu.rice.cs.drjava.model.definitions.indent
Indents the current line in the document to the indent level of the start of the statement that the cursor is currently on, plus the given suffix string.
ActionStartCurrStmtPlus(int) - Constructor for class edu.rice.cs.drjava.model.definitions.indent.ActionStartCurrStmtPlus
Constructs a new rule with the given suffix string.
ActionStartPrevLinePlus - Class in edu.rice.cs.drjava.model.definitions.indent
Indents current line to the indent level of the previous line augmented by a suffix.
ActionStartPrevLinePlus(String) - Constructor for class edu.rice.cs.drjava.model.definitions.indent.ActionStartPrevLinePlus
Repeats the indentation from the previous line augmented by a suffix
ActionStartPrevLinePlusMultiline - Class in edu.rice.cs.drjava.model.definitions.indent
Indents the current line in the document to the indent level of the start of the previous line, adds several lines of text at that indent level, and moves the cursor to a particular line and position.
ActionStartPrevLinePlusMultiline(String[], int, int) - Constructor for class edu.rice.cs.drjava.model.definitions.indent.ActionStartPrevLinePlusMultiline
Creates a multiline insert rule.
ActionStartPrevLinePlusMultilinePreserve - Class in edu.rice.cs.drjava.model.definitions.indent
Indents the current line in the document to the indent level of the start of the previous line, preserving any text on the current line, and adds several lines of text at that indent level, and moves the cursor to a particular line and position.
ActionStartPrevLinePlusMultilinePreserve(String[], int, int, int, int) - Constructor for class edu.rice.cs.drjava.model.definitions.indent.ActionStartPrevLinePlusMultilinePreserve
Creates a multiline insert rule, properly preserving any text on current line.
ActionStartPrevLinePlusMultilinePreserveTest - Class in edu.rice.cs.drjava.model.definitions.indent
Tests ActionStartPrevLinePlusMultilinePreserve(String,int,int,int,int).
ActionStartPrevLinePlusMultilinePreserveTest() - Constructor for class edu.rice.cs.drjava.model.definitions.indent.ActionStartPrevLinePlusMultilinePreserveTest
 
ActionStartPrevLinePlusTest - Class in edu.rice.cs.drjava.model.definitions.indent
Tests ActionStartPrevLinePlus(String)
ActionStartPrevLinePlusTest() - Constructor for class edu.rice.cs.drjava.model.definitions.indent.ActionStartPrevLinePlusTest
 
ActionStartPrevStmtPlus - Class in edu.rice.cs.drjava.model.definitions.indent
Indents the current line in the document to the indent level of the start of the statement previous to the one the cursor is currently on, plus the given suffix string.
ActionStartPrevStmtPlus(int, boolean) - Constructor for class edu.rice.cs.drjava.model.definitions.indent.ActionStartPrevStmtPlus
Constructs a new rule with the given suffix string.
ActionStartPrevStmtPlusTest - Class in edu.rice.cs.drjava.model.definitions.indent
Test the action rules for code in the indentation decision tree.
ActionStartPrevStmtPlusTest() - Constructor for class edu.rice.cs.drjava.model.definitions.indent.ActionStartPrevStmtPlusTest
 
ActionStartStmtOfBracePlus - Class in edu.rice.cs.drjava.model.definitions.indent
Indents the current line in the document to the indent level of the start of the brace enclosing the start of the current line, plus the given suffix.
ActionStartStmtOfBracePlus(int) - Constructor for class edu.rice.cs.drjava.model.definitions.indent.ActionStartStmtOfBracePlus
Constructs a new rule with the given suffix string.
ActionStartStmtOfBracePlusTest - Class in edu.rice.cs.drjava.model.definitions.indent
Test the action rules for code in the indentation decision tree.
ActionStartStmtOfBracePlusTest() - Constructor for class edu.rice.cs.drjava.model.definitions.indent.ActionStartStmtOfBracePlusTest
 
active - Variable in class edu.rice.cs.drjava.project.ProjectFileParser.DocFilePropertyVisitor
 
activeCompilerChanged() - Method in class edu.rice.cs.drjava.model.compiler.CompilerEventNotifier
Called after the active compiler has been changed.
activeCompilerChanged() - Method in interface edu.rice.cs.drjava.model.compiler.CompilerListener
Called after the active compiler has been changed.
activeCompilerChanged() - Method in class edu.rice.cs.drjava.model.compiler.DummyCompilerListener
 
activeCompilerChanged() - Method in class edu.rice.cs.drjava.model.DummyGlobalModelListener
Called after the active compiler has been changed.
activeCompilerChanged() - Method in class edu.rice.cs.drjava.model.GlobalEventNotifier
Called after the active compiler has been changed.
activeCompilerChanged() - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.CompileShouldSucceedListener
 
activeCompilerChanged() - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
activeCompilerChanged() - Method in class edu.rice.cs.drjava.ui.MainFrame.ModelListener
Called after the active compiler has been changed.
activeCompilerChangedCount - Variable in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
activeDocumentChanged(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.DummyGlobalModelListener
 
activeDocumentChanged(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.GlobalEventNotifier
Called when the selection in the navigator changes the active document.
activeDocumentChanged(OpenDefinitionsDocument) - Method in interface edu.rice.cs.drjava.model.GlobalModelListener
Called when a new active document is selected
activeDocumentChanged(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
activeDocumentChanged(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.SingleDisplayModelTest.SDTestListener
 
activeDocumentChanged(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.ui.DefinitionsPaneMemoryLeakTest.DocChangeListener
 
activeDocumentChanged(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.ui.MainFrame.ModelListener
 
activeDocumentChanged(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.ui.MainFrameTest.SingleDisplayModelCompileListener
 
activeDocumentChanged(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.ui.MainFrameTest.SingleDisplayModelFileClosedListener
 
activeDocumentChanged(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.ui.MainFrameTest.SingleDisplayModelFileOpenedListener
 
activeDocumentRefreshed(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.DummyGlobalModelListener
 
activeDocumentRefreshed(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.GlobalEventNotifier
Called when the active document is refreshed.
activeDocumentRefreshed(OpenDefinitionsDocument) - Method in interface edu.rice.cs.drjava.model.GlobalModelListener
Called when the active document is refreshed
activeDocumentRefreshed(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
activeDocumentRefreshed(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.SingleDisplayModelTest.SDTestListener
 
activeDocumentRefreshed(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.ui.MainFrame.ModelListener
 
adapterForCompiler(JavaVersion.FullVersion) - Static method in class edu.rice.cs.drjava.model.JDKToolsLibrary
 
adapterForDebugger(JavaVersion.FullVersion) - Static method in class edu.rice.cs.drjava.model.JDKToolsLibrary
 
add() - Method in class edu.rice.cs.drjava.model.cache.DocumentCache.DocManager
Adds this DocManager to the queue and sets status to IN_QUEUE.
add(TextLayout, TextLayout) - Method in class edu.rice.cs.drjava.model.print.PagePrinter
Method which adds a TextLayout (and lineNumber) to this page.
add(String) - Method in class edu.rice.cs.drjava.model.repl.History
Adds an item to the history and moves the cursor to point to the place after it.
add(Option<?>, String, String) - Static method in class edu.rice.cs.drjava.ui.config.ConfigDescriptions
 
ADD_INTERPRETER_SIG - Static variable in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Signature of the InterpreterJVM.addInterpreter method.
addActionForKeyStroke(Vector<KeyStroke>, Action) - Method in class edu.rice.cs.drjava.ui.ErrorPanel.ErrorListPane
Assigns the given keystroke to the given action in this pane.
addActionForKeyStroke(KeyStroke, Action) - Method in class edu.rice.cs.drjava.ui.InteractionsPane
Assigns the given keystroke to the given action in this pane.
addActionForKeyStroke(Vector<KeyStroke>, Action) - Method in class edu.rice.cs.drjava.ui.InteractionsPane
Assigns the given keystroke to the given action in this pane.
addAdditionalComponent(JComponent) - Method in class edu.rice.cs.util.swing.ScrollableListDialog.Builder
 
addAuxFile(File) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.FlatFileGroupingState
 
addAuxFile(File) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ProjectFileGroupingState
Adds File f to end of _auxFiles vector.
addAuxFile(File) - Method in interface edu.rice.cs.drjava.model.FileGroupingState
Adds file to list of auxiliary files in project
addAuxiliaryFile(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Adds a document to the list of auxiliary files within _state.
addAuxiliaryFile(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
addAuxiliaryFile(OpenDefinitionsDocument) - Method in interface edu.rice.cs.drjava.model.GlobalModel
Adds a document to the list of auxiliary files.
addAuxiliaryFile(DocFile) - Method in class edu.rice.cs.drjava.project.ProjectProfile
 
addAuxiliaryFile(DocumentInfoGetter) - Method in class edu.rice.cs.drjava.project.ProjectProfile
 
addBreakpointHighlight(Breakpoint) - Method in class edu.rice.cs.drjava.ui.DefinitionsPane
 
addBrowserRegion(BrowserDocumentRegion) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
addBrowserRegion(BrowserDocumentRegion, GlobalEventNotifier) - Method in class edu.rice.cs.drjava.model.BrowserHistoryManager
Add the supplied DocumentRegion r to the manager as current region.
addBrowserRegion(BrowserDocumentRegion) - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
addBrowserRegion(BrowserDocumentRegion) - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
Adds region r to the browserRegions collection for this
addBrowserRegionBefore(BrowserDocumentRegion, GlobalEventNotifier) - Method in class edu.rice.cs.drjava.model.BrowserHistoryManager
Add the supplied DocumentRegion r to the manager before the current region.
addBuildDirectoryClassPath(File) - Method in class edu.rice.cs.drjava.model.repl.InteractionsModel
These add the given path to the build directory classpaths used in the interpreter.
addBuildDirectoryClassPath(File) - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelTest.TestInteractionsModel
 
addBuildDirectoryClassPath(File) - Method in class edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM
 
addBuildDirectoryClassPath(File) - Method in interface edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVMRemoteI
Adds the given path to the class path shared by ALL Java interpreters.
addBuildDirectoryClassPath(File) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM
Blocks until the interpreter is connected.
addBuildDirectoryClassPath(File) - Method in class edu.rice.cs.drjava.model.repl.RMIInteractionsModel
These add the given path to the build directory class paths used in the interpreter.
addBuildDirectoryClassPath(File) - Method in class edu.rice.cs.drjava.model.repl.SimpleInteractionsModel
Adds the given path to the interpreter's classpath.
addBuildDirectoryCP(File) - Method in class edu.rice.cs.drjava.model.repl.newjvm.ClassPathManager
Adds the entry to the front of the build classpath.
addBusyInterpreter(Interpreter) - Method in class edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM
 
addButton(Action) - Method in class edu.rice.cs.drjava.ui.InteractionsScriptPane
Adds the given action to this pane as a button.
addButton(JButton) - Method in class edu.rice.cs.util.swing.ScrollableListDialog.Builder
 
addChangeListener(OptionComponent.ChangeListener) - Method in class edu.rice.cs.drjava.ui.config.OptionComponent
Adds a change listener to this component.
addChoosableFileFilter(FileFilter) - Method in class edu.rice.cs.drjava.ui.config.DirectoryOptionComponent
Adds a filter to decide if a directory can be chosen.
addChoosableFileFilter(FileFilter) - Method in class edu.rice.cs.util.swing.DirectorySelectorComponent
Adds a filter to decide if a directory can be chosen.
addChoosableFileFilter(FileFilter) - Method in class edu.rice.cs.util.swing.FileSelectorStringComponent
Adds a filter to decide if a directory can be chosen.
addClassPath(String) - Method in class edu.rice.cs.util.jar.ManifestWriter
Add a class path to the Manifest
addClassPathFile(AbsRelFile) - Method in class edu.rice.cs.drjava.project.ProjectProfile
 
addCloseListener(ActionListener) - Method in class edu.rice.cs.drjava.ui.TabbedPanel
 
addCollapsedPath(String) - Method in class edu.rice.cs.drjava.project.ProjectProfile
 
addColoring(int, int, String) - Method in class edu.rice.cs.drjava.model.repl.InteractionsDJDocument
Adds the given coloring style to the styles list.
addColoring(int, int, String) - Method in class edu.rice.cs.util.text.SwingDocument
Adds the given coloring style to the styles list.
addComponent(OptionComponent<?, ?>) - Method in class edu.rice.cs.drjava.ui.config.ConfigPanel
The method for adding new OptionComponents to this ConfigPanel
addComponentListenerToOpenDocumentsList(ComponentListener) - Method in class edu.rice.cs.drjava.ui.MainFrame
 
addConsoleStateListener(InteractionsController.ConsoleStateListener) - Method in class edu.rice.cs.drjava.ui.InteractionsController
 
addDirectory(File, MD5ChecksumProperties, StringBuilder, ZipOutputStream, Predicate<String>) - Method in class edu.rice.cs.drjava.ui.GenerateCustomDrJavaJarFrame
Recursively add all files in the specified directory.
addDirectoryRecursive(File, String) - Method in class edu.rice.cs.util.jar.JarBuilder
Add the directory into the directory specified by parent
addDirectoryRecursive(File, String, FileFilter) - Method in class edu.rice.cs.util.jar.JarBuilder
Add the directory into the directory specified by parent
addDirectoryRecursiveHelper(File, String, byte[], FileFilter) - Method in class edu.rice.cs.util.jar.JarBuilder
Add the contents of a directory that match a filter to the archive
addDocToClassPath(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Add a document to the classpath for the slave JVM.
addDocToClassPath(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.DefaultGlobalModel
Adds the source root for doc to the interactions classpath; this function is a helper to _openFiles.
addDocToNavigator(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Creates an iNavigatorItem for a document, and adds it to the navigator.
addDocument(ItemT) - Method in interface edu.rice.cs.util.docnavigation.IDocumentNavigator
Adds an IDocuemnt to this navigator.
addDocument(ItemT, String) - Method in interface edu.rice.cs.util.docnavigation.IDocumentNavigator
Adds an INavigatorItem into this navigator in a position relative to a given path.
addDocument(ItemT) - Method in class edu.rice.cs.util.docnavigation.JListNavigator
Adds the document doc to this navigator.
addDocument(ItemT, String) - Method in class edu.rice.cs.util.docnavigation.JListNavigator
Adds the document to this navigator and ignores the specified path.
addDocument(ItemT) - Method in class edu.rice.cs.util.docnavigation.JListSortNavigator
Adds the document to the list.
addDocument(ItemT) - Method in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
Adds an IDocument to this navigator.
addDocument(ItemT, String) - Method in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
Adds an INavigatorItem to this navigator in the specified position.
addDocumentClosedListener(DocumentClosedListener) - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
 
addDocumentListener(DocumentListener) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
Implementation of the javax.swing.text.Document interface.
addDocumentListener(DocumentListener) - Method in interface edu.rice.cs.drjava.model.cache.DCacheAdapter
Adds a DocumentListener to the reconstructor.
addDocumentListener(DocumentListener) - Method in interface edu.rice.cs.drjava.model.cache.DDReconstructor
Sets a document listener to be added to the definitions document when it is created
addDocumentListener(DocumentListener) - Method in class edu.rice.cs.drjava.model.cache.DocumentCache.DocManager
Adds DocumentListener to the reconstructor.
addDocumentListener(DocumentListener) - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
addedClass - Variable in class edu.rice.cs.drjava.model.repl.InteractionsModelTest.TestInteractionsModel
 
addEdit(UndoableEdit) - Method in class edu.rice.cs.drjava.model.definitions.CompoundUndoManager
Adds an edit.
addErrorCaretListener(ErrorCaretListener) - Method in class edu.rice.cs.drjava.ui.DefinitionsPane
Add a ErrorCaretListener to this pane, keeping it accessible so its error model can be updated later.
addErrorHighlight(int, int) - Method in class edu.rice.cs.drjava.ui.DefinitionsPane
Switches the location of the error highlight in the document if there was one.
addExcludedFile(File) - Method in class edu.rice.cs.drjava.config.RecursiveFileListProperty.FileMaskFilter
 
addExcludedFile(File) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.FlatFileGroupingState
 
addExcludedFile(File) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ProjectFileGroupingState
 
addExcludedFile(File) - Method in interface edu.rice.cs.drjava.model.FileGroupingState
Excludes file from the project.
addExcludedFile(DocFile) - Method in class edu.rice.cs.drjava.project.ProjectProfile
 
addExcludedFile(File) - Method in class edu.rice.cs.drjava.project.ProjectProfile
 
addExcludedFile(DocumentInfoGetter) - Method in class edu.rice.cs.drjava.project.ProjectProfile
 
addExternalFilesClassPath(File) - Method in class edu.rice.cs.drjava.model.repl.InteractionsModel
These add the given path to the external files classpaths used in the interpreter.
addExternalFilesClassPath(File) - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelTest.TestInteractionsModel
 
addExternalFilesClassPath(File) - Method in class edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM
 
addExternalFilesClassPath(File) - Method in interface edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVMRemoteI
Adds the given path to the class path shared by ALL Java interpreters.
addExternalFilesClassPath(File) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM
Blocks until the interpreter is connected.
addExternalFilesClassPath(File) - Method in class edu.rice.cs.drjava.model.repl.RMIInteractionsModel
These add the given path to the external files class paths used in the interpreter.
addExternalFilesClassPath(File) - Method in class edu.rice.cs.drjava.model.repl.SimpleInteractionsModel
Adds the given path to the interpreter's classpath.
addExternalFilesCP(File) - Method in class edu.rice.cs.drjava.model.repl.newjvm.ClassPathManager
Adds new entry containing f to the front of the external classpath.
addExtraClassPath(File) - Method in class edu.rice.cs.drjava.model.repl.InteractionsModel
These add the given path to the extra classpaths used in the interpreter.
addExtraClassPath(File) - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelTest.TestInteractionsModel
 
addExtraClassPath(File) - Method in class edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM
 
addExtraClassPath(File) - Method in interface edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVMRemoteI
Adds the given path to the class path shared by ALL Java interpreters.
addExtraClassPath(File) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM
Blocks until the interpreter is connected.
addExtraClassPath(File) - Method in class edu.rice.cs.drjava.model.repl.RMIInteractionsModel
These add the given path to the extra class paths used in the interpreter.
addExtraClassPath(File) - Method in class edu.rice.cs.drjava.model.repl.SimpleInteractionsModel
Adds the given path to the interpreter's classpath.
addExtraCP(File) - Method in class edu.rice.cs.drjava.model.repl.newjvm.ClassPathManager
Adds the entry to the front of the extra classpath.
addFile(File, String, String) - Method in class edu.rice.cs.util.jar.JarBuilder
Adds the file to the given path and name
addFileToOpen(String) - Static method in class edu.rice.cs.drjava.DrJava
Add a file to the list of files to open.
addFinalizationListener(FinalizationListener<DefinitionsDocument>) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
This method is put here because the ODD is the only way to get to the defdoc.
addFinalizationListener(FinalizationListener<DefinitionsDocument>) - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
Registers a finalization listener with the specific instance of the ddoc
addFinalizationListener(FinalizationListener<DefinitionsDocument>) - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
addFinalizationListener(FinalizationListener<T>) - Method in interface edu.rice.cs.drjava.model.Finalizable
 
addFinalizationListener(FinalizationListener<DefinitionsPane>) - Method in class edu.rice.cs.drjava.ui.DefinitionsPane
Registers a finalization listener with the specific instance of the ddoc.
addFocusListener(FocusListener) - Method in class edu.rice.cs.drjava.ui.InteractionsController
Add a focus listener to the Interactions Pane and the Input Box.
addFocusListener(FocusListener) - Method in interface edu.rice.cs.util.docnavigation.IDocumentNavigator
Add FocusListener to navigator.
addHighlight(int, int, Highlighter.HighlightPainter) - Method in class edu.rice.cs.drjava.ui.ReverseHighlighter
Adds a highlight to the view.
addHighlight(int, int, Highlighter.HighlightPainter) - Method in class edu.rice.cs.util.swing.HighlightManager
Adds a highlight using the supplied painter to the vector element(Stack) that exactly corresponds to the specified bounds.
addHyperlinkListener(HyperlinkListener) - Method in class edu.rice.cs.drjava.ui.HTMLFrame
 
addIfDir(File, Map<? super File, Set<JDKDescriptor>>) - Static method in class edu.rice.cs.drjava.model.JarJDKToolsLibrary
Add a canonicalized f to the given set if it is an existing directory or link
addIfDir(File, JDKDescriptor, Map<? super File, Set<JDKDescriptor>>) - Static method in class edu.rice.cs.drjava.model.JarJDKToolsLibrary
Add a canonicalized f to the given set if it is an existing directory or link
addIfFile(File, Map<? super File, Set<JDKDescriptor>>) - Static method in class edu.rice.cs.drjava.model.JarJDKToolsLibrary
Add a canonicalized f to the given set if it is an existing file
addIfFile(File, JDKDescriptor, Map<? super File, Set<JDKDescriptor>>) - Static method in class edu.rice.cs.drjava.model.JarJDKToolsLibrary
Add a canonicalized f to the given set if it is an existing file
addIfFile(File, Set<JDKDescriptor>, Map<? super File, Set<JDKDescriptor>>) - Static method in class edu.rice.cs.drjava.model.JarJDKToolsLibrary
Add a canonicalized f to the given set if it is an existing file
addIncludedFile(File) - Method in class edu.rice.cs.drjava.config.RecursiveFileListProperty.FileMaskFilter
 
addInterpreter(String) - Method in class edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM
Adds a named Interpreter to the list.
addInterpreter(String, Object, Class<?>, Object[], String[], Class<?>[]) - Method in class edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM
Adds a named Interpreter in the given environment to the list.
addInterpreter(String) - Method in interface edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVMRemoteI
Adds a named Interpreter to the list.
addInterpreter(String) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM
Adds a named interpreter to the list.
addInterpreter(String) - Method in class edu.rice.cs.drjava.model.repl.RMIInteractionsModel
Adds a named interpreter to the list.
additionalBootClassPathForInteractions() - Method in interface edu.rice.cs.drjava.model.compiler.CompilerInterface
A compiler can instruct DrJava to include additional elements for the boot class path of the Interactions JVM.
additionalBootClassPathForInteractions() - Method in class edu.rice.cs.drjava.model.compiler.JavacCompiler
A compiler can instruct DrJava to include additional elements for the boot class path of the Interactions JVM.
additionalBootClassPathForInteractions() - Method in class edu.rice.cs.drjava.model.compiler.NoCompilerAvailable
 
addJavaAPI() - Method in class edu.rice.cs.drjava.ui.AutoCompletePopup
 
addKeyword(String) - Method in class edu.rice.cs.util.BalancingStreamTokenizer
Specify a new keyword.
addListener(Configuration, OptionListener<T>) - Method in class edu.rice.cs.drjava.config.Option
Magic listener-bag adder
addListener(GlobalModelListener) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Add a listener to this global model.
addListener(CompilerListener) - Method in interface edu.rice.cs.drjava.model.compiler.CompilerModel
Add a CompilerListener to the model.
addListener(CompilerListener) - Method in class edu.rice.cs.drjava.model.compiler.DefaultCompilerModel
Adds a CompilerListener to the model.
addListener(DebugListener) - Method in interface edu.rice.cs.drjava.model.debug.Debugger
Adds a listener to this Debugger.
addListener(DebugListener) - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Adds a listener to this JPDADebugger.
addListener(DebugListener) - Method in class edu.rice.cs.drjava.model.debug.NoDebuggerAvailable
Adds a listener to this Debugger.
addListener(LightWeightParsingListener) - Method in class edu.rice.cs.drjava.model.DefaultLightWeightParsingControl
Add the listener to this controller.
addListener(ModelList<T>.ModelIterator) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ModelList
 
addListener(GlobalModelListener) - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
Since this is not supposed to be used, we need to throw an exception OTHER than the ones it officially supports.
addListener(T) - Method in class edu.rice.cs.drjava.model.EventNotifier
Adds a listener to the notifier.
addListener(GlobalModelListener) - Method in interface edu.rice.cs.drjava.model.GlobalModel
Add a listener to this global model.
addListener(JavadocListener) - Method in class edu.rice.cs.drjava.model.javadoc.DefaultJavadocModel
Add a JavadocListener to the model.
addListener(JavadocListener) - Method in interface edu.rice.cs.drjava.model.javadoc.JavadocModel
Add a JavadocListener to the model.
addListener(JavadocListener) - Method in class edu.rice.cs.drjava.model.javadoc.NoJavadocAvailable
Add a JavadocListener to the model.
addListener(JUnitListener) - Method in class edu.rice.cs.drjava.model.junit.DefaultJUnitModel
Add a JUnitListener to the model.
addListener(JUnitListener) - Method in class edu.rice.cs.drjava.model.junit.JUnitEventNotifier
 
addListener(JUnitListener) - Method in interface edu.rice.cs.drjava.model.junit.JUnitModel
Add a JUnitListener to the model.
addListener(LightWeightParsingListener) - Method in interface edu.rice.cs.drjava.model.LightWeightParsingControl
Add the listener to this controller.
addListener(RegionManagerListener<R>) - Method in interface edu.rice.cs.drjava.model.RegionManager
Adds a listener to the notifier.
addListener(InteractionsListener) - Method in class edu.rice.cs.drjava.model.repl.InteractionsModel
Adds an InteractionsListener to the model.
addListener() - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputFrame
Add the listener.
addLogo(JPanel, String) - Method in class edu.rice.cs.drjava.ui.AboutDialog.LogoList
 
addMD5(String, InputStream, OutputStream) - Method in class edu.rice.cs.util.MD5ChecksumProperties
Add the MD5 checksum for the data in the input stream to the properties, using the specified key.
addMD5(String, InputStream) - Method in class edu.rice.cs.util.MD5ChecksumProperties
Add the MD5 checksum for the data in the input stream to the properties, using the specified key.
addMD5(String, File, OutputStream) - Method in class edu.rice.cs.util.MD5ChecksumProperties
Add the MD5 checksum for the data in the file to the properties, using the specified key.
addMD5(String, File) - Method in class edu.rice.cs.util.MD5ChecksumProperties
Add the MD5 checksum for the data in the file to the properties, using the specified key.
addMD5(String, byte[], OutputStream) - Method in class edu.rice.cs.util.MD5ChecksumProperties
Add the MD5 checksum for the data in the byte array to the properties, using the specified key.
addMD5(String, byte[]) - Method in class edu.rice.cs.util.MD5ChecksumProperties
Add the MD5 checksum for the data in the byte array to the properties, using the specified key.
addMD5(File, OutputStream) - Method in class edu.rice.cs.util.MD5ChecksumProperties
Add the MD5 checksum for the data in the input stream to the properties, using the name of the file as key.
addMD5(File) - Method in class edu.rice.cs.util.MD5ChecksumProperties
Add the MD5 checksum for the data in the input stream to the properties, using the name of the file as key.
addMenuBarInOtherFrame(JMenuBar) - Method in class edu.rice.cs.drjava.ui.MainFrame
 
addMirroredMenu(JMenu) - Method in class edu.rice.cs.drjava.ui.RecentFileManager
Add another menu that should be kept identical to the main File menu.
addNavigationListener(INavigationListener<? super ItemT>) - Method in interface edu.rice.cs.util.docnavigation.IDocumentNavigator
Adds an INavigationListener to this navigator.
addNavigationListener(INavigationListener<? super ItemT>) - Method in class edu.rice.cs.util.docnavigation.JListNavigator
Adds listener to the collection of listeners.
addNavigationListener(INavigationListener<? super ItemT>) - Method in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
Adds an INavigationListener to this navigator.
addNewListeners(Map<OptionParser<?>, String>) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
 
addOkButton() - Method in class edu.rice.cs.util.swing.ScrollableListDialog.Builder
 
addOptionComponent(ConfigPanel, OptionComponent<X, C>) - Method in class edu.rice.cs.drjava.ui.config.ConfigFrame
 
addOptionListener(Option<T>, OptionListener<T>) - Method in class edu.rice.cs.drjava.config.Configuration
Adds an OptionListener to the given Option, to be notified each time the option changes.
addOptionListener(Option<T>, OptionListener<T>) - Method in class edu.rice.cs.drjava.config.ResourceBundleConfiguration
Adds an OptionListener to the given Option, to be notified each time the option changes.
addOptionsPropertiesFile(ZipOutputStream) - Method in class edu.rice.cs.drjava.ui.GenerateCustomDrJavaJarFrame
Add an updated options.properties file to the ZIP file.
addPainter(Highlighter.HighlightPainter) - Method in interface edu.rice.cs.drjava.model.IHighlighted
Add a painter.
addPendingRequest(DocumentDebugAction<?>) - Method in class edu.rice.cs.drjava.model.debug.jpda.PendingRequestManager
Called if a breakpoint is set before its class is prepared
addPopupMenu(Action...) - Method in class edu.rice.cs.drjava.ui.ErrorPanel
 
addProjectClassPath(File) - Method in class edu.rice.cs.drjava.model.repl.InteractionsModel
These add the given path to the classpaths used in the interpreter.
addProjectClassPath(File) - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelTest.TestInteractionsModel
 
addProjectClassPath(File) - Method in class edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM
 
addProjectClassPath(File) - Method in interface edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVMRemoteI
Adds the given path to the class path shared by ALL Java interpreters.
addProjectClassPath(File) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM
Blocks until the interpreter is connected.
addProjectClassPath(File) - Method in class edu.rice.cs.drjava.model.repl.RMIInteractionsModel
Adds the given path to the interpreter's class path.
addProjectClassPath(File) - Method in class edu.rice.cs.drjava.model.repl.SimpleInteractionsModel
Adds the given path to the interpreter's classpath.
addProjectCP(File) - Method in class edu.rice.cs.drjava.model.repl.newjvm.ClassPathManager
Adds the entry to the front of the project classpath (this is the classpath specified in project properties)
addProjectFilesClassPath(File) - Method in class edu.rice.cs.drjava.model.repl.InteractionsModel
These add the given path to the project files classpaths used in the interpreter.
addProjectFilesClassPath(File) - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelTest.TestInteractionsModel
 
addProjectFilesClassPath(File) - Method in class edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM
 
addProjectFilesClassPath(File) - Method in interface edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVMRemoteI
Adds the given path to the class path shared by ALL Java interpreters.
addProjectFilesClassPath(File) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM
Blocks until the interpreter is connected.
addProjectFilesClassPath(File) - Method in class edu.rice.cs.drjava.model.repl.RMIInteractionsModel
These add the given path to the project files class paths used in the interpreter.
addProjectFilesClassPath(File) - Method in class edu.rice.cs.drjava.model.repl.SimpleInteractionsModel
Adds the given path to the interpreter's classpath.
addProjectFilesCP(File) - Method in class edu.rice.cs.drjava.model.repl.newjvm.ClassPathManager
Adds the entry to the front of the project files classpath (this is the classpath for all open project files).
addPropertyChangeListener(PropertyChangeListener) - Method in class edu.rice.cs.util.swing.DelegatingAction
 
addQuotes(String, String) - Method in class edu.rice.cs.util.BalancingStreamTokenizer
Specify a pair of quotes.
addRegion(R) - Method in class edu.rice.cs.drjava.model.ConcreteRegionManager
Add the supplied DocumentRegion to the manager.
addRegion(R) - Method in interface edu.rice.cs.drjava.model.RegionManager
Add the supplied DocumentRegion to the manager.
addRegion(R, int) - Method in class edu.rice.cs.drjava.ui.RegionsListPanel
Add a region to the list.
addRegion(R) - Method in class edu.rice.cs.drjava.ui.RegionsTreePanel
Add a region to the tree.
addRegistrationListener(DocumentCache.RegistrationListener) - Method in class edu.rice.cs.drjava.model.cache.DocumentCache
 
addSourceFile(DocFile) - Method in class edu.rice.cs.drjava.project.ProjectProfile
Public setters, modifiers
addSourceFile(DocumentInfoGetter) - Method in class edu.rice.cs.drjava.project.ProjectProfile
 
addStyle(String, Style) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
addStyle(String, Style) - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
addTab(JTabbedPane, String, JComponent) - Static method in class edu.rice.cs.drjava.ui.AboutDialog
 
addTab(JTabbedPane, String, JComponent, int) - Static method in class edu.rice.cs.drjava.ui.AboutDialog
 
addToBrowserHistory() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Add the current location to the browser history.
addToBrowserHistory(boolean) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Add the current location to the browser history.
addToBrowserHistory() - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
addToBrowserHistory() - Method in interface edu.rice.cs.drjava.model.GlobalModel
Add the current location to the browser history.
addToBrowserHistory() - Method in class edu.rice.cs.drjava.ui.MainFrame
Add the current location to the browser history.
addToBrowserHistoryBefore() - Method in class edu.rice.cs.drjava.ui.MainFrame
Add the current location to the browser history before the current region.
addToHistory(String) - Method in class edu.rice.cs.drjava.model.repl.InteractionsDocument
Adds the given text to the history of commands.
addToMenu(String, String, String, String) - Static method in class edu.rice.cs.drjava.ui.ExecuteExternalDialog
Add new process to menu.
addTopLevelGroup(String, INavigatorItemFilter<? super ItemT>) - Method in interface edu.rice.cs.util.docnavigation.IDocumentNavigator
Adds the top level group with the specified name and filter.
addTopLevelGroup(String, INavigatorItemFilter<? super ItemT>) - Method in class edu.rice.cs.util.docnavigation.JListNavigator
 
addTopLevelGroup(String, INavigatorItemFilter<? super ItemT>) - Method in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
Adds a top level group to the navigator.
addTopLevelGroupToRoot(InnerNode<?, ItemT>) - Method in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
 
addUndoableEditListener(UndoableEditListener) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
addUndoableEditListener(UndoableEditListener) - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
addUndoRedo(AbstractDocument.DefaultDocumentEvent, Runnable, Runnable) - Method in class edu.rice.cs.drjava.model.AbstractDJDocument
 
addUndoRedo(AbstractDocument.DefaultDocumentEvent, Runnable, Runnable) - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
 
addUndoRedo(AbstractDocument.DefaultDocumentEvent, Runnable, Runnable) - Method in class edu.rice.cs.drjava.model.repl.InteractionsDJDocument
 
addVariable(String, String) - Method in class edu.rice.cs.drjava.config.PropertyMaps
Add a variable with the specified name and value, shadowing previous definitions of the variable.
addWatch(String) - Method in interface edu.rice.cs.drjava.model.debug.Debugger
Adds a watch on the given field or variable.
addWatch(String) - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Adds a watch on the given field or variable.
addWatch(String) - Method in class edu.rice.cs.drjava.model.debug.NoDebuggerAvailable
Adds a watch on the given field or variable.
addZipFile(File, MD5ChecksumProperties, StringBuilder, ZipOutputStream, Predicate<String>) - Method in class edu.rice.cs.drjava.ui.GenerateCustomDrJavaJarFrame
Recursively add all files in the specified zip file (or jar file, or EXE containing a zip file).
ADVANCED_LEVEL - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
 
advancedSettings() - Method in class edu.rice.cs.drjava.ui.ProjectPropertiesFrame
 
afterUISetup(Action, Action, Action) - Method in class edu.rice.cs.drjava.platform.DefaultPlatform
Hook for performing general UI setup.
afterUISetup(Action, Action, Action) - Method in interface edu.rice.cs.drjava.platform.PlatformSupport
Hook for performing general UI setup.
aGModel - Variable in class edu.rice.cs.drjava.model.compiler.LanguageLevelStackTraceMapper
model used to get the OpenDefinitionsDocuments from files
ALL - Static variable in class edu.rice.cs.drjava.config.OptionConstants.ConcJUnitCheckChoices
 
ALL_RELEASES - Static variable in class edu.rice.cs.drjava.config.OptionConstants.VersionNotificationChoices
 
allFilesClosed() - Method in class edu.rice.cs.drjava.model.DummyGlobalModelListener
Called when all open files are being closed.
allFilesClosed() - Method in class edu.rice.cs.drjava.model.GlobalEventNotifier
 
allFilesClosed() - Method in interface edu.rice.cs.drjava.model.GlobalModelListener
Called when all open files are closed.
allFilesClosed() - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
allFilesClosed() - Method in class edu.rice.cs.drjava.ui.MainFrame.ModelListener
 
ALLOW_PRIVATE_ACCESS - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Deprecated. 
AlreadyOpenException - Exception in edu.rice.cs.drjava.model
Indicates that the file attempting to be opened is already open.
AlreadyOpenException(OpenDefinitionsDocument[]) - Constructor for exception edu.rice.cs.drjava.model.AlreadyOpenException
 
AlreadyOpenException(OpenDefinitionsDocument) - Constructor for exception edu.rice.cs.drjava.model.AlreadyOpenException
Exception indicating that the requested file is already open.
ALT - Static variable in class edu.rice.cs.drjava.ui.DefinitionsPaneTest
 
ALT_CTRL_META_MASK - Static variable in class edu.rice.cs.drjava.ui.AbstractDJPane
 
ALWAYS - Static variable in class edu.rice.cs.drjava.config.OptionConstants.DeleteLLClassFileChoices
 
ALWAYS - Static variable in class edu.rice.cs.drjava.config.OptionConstants.FileExtRegistrationChoices
 
ALWAYS_COMPILE_BEFORE_JAVADOC - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Whether to prompt to compile before compiling.
ALWAYS_COMPILE_BEFORE_JUNIT - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Whether to prompt to save before testing.
ALWAYS_SAVE_BEFORE_COMPILE - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Whether to prompt to save before compiling.
ALWAYS_SAVE_BEFORE_DEBUG - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Whether to prompt to save before compiling.
ALWAYS_SAVE_BEFORE_JAVADOC - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Whether to prompt to save before compiling.
ALWAYS_SAVE_BEFORE_RUN - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Whether to prompt to save before running.
AndGUIAvailabilityActionAdapter - Class in edu.rice.cs.drjava.ui.avail
Adapter from Action to ComplexGUIAvailabilityListener.
AndGUIAvailabilityActionAdapter(Action, GUIAvailabilityNotifier, GUIAvailabilityListener.ComponentType...) - Constructor for class edu.rice.cs.drjava.ui.avail.AndGUIAvailabilityActionAdapter
Create a listener that responds to changes in availability of several GUI components.
AndGUIAvailabilityComponentAdapter - Class in edu.rice.cs.drjava.ui.avail
Adapter from Component to ComplexGUIAvailabilityListener.
AndGUIAvailabilityComponentAdapter(Component, GUIAvailabilityNotifier, GUIAvailabilityListener.ComponentType...) - Constructor for class edu.rice.cs.drjava.ui.avail.AndGUIAvailabilityComponentAdapter
Create a listener that responds to changes in availability of several GUI components.
AndGUIAvailabilityListener - Class in edu.rice.cs.drjava.ui.avail
Listener responding to the availability of several GUI components.
AndGUIAvailabilityListener(GUIAvailabilityNotifier, GUIAvailabilityListener.ComponentType...) - Constructor for class edu.rice.cs.drjava.ui.avail.AndGUIAvailabilityListener
Create a listener that responds to changes in availability of several GUI components.
anonClass() - Static method in class edu.rice.cs.util.StringOpsTest.TestGetSimpleNameInner
 
anonClass() - Method in class edu.rice.cs.util.StringOpsTest.TestGetSimpleNameInner.Inner
 
anonClass() - Static method in class edu.rice.cs.util.StringOpsTest.TestGetSimpleNameInner.Nested
 
ANY_LINE - Static variable in class edu.rice.cs.drjava.model.debug.jpda.DebugAction
 
anyLineNumbersSpecified - Static variable in class edu.rice.cs.drjava.DrJavaRoot
 
apiJavadocChoices - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
 
apiJavadocDeprecated - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
 
apiJavadocVersionChoices - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
 
apiJavadocVersionDeprecated - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
 
append(String, AttributeSet) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
append(String, Style) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
append(String) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
append(String, AttributeSet) - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
append(String, Style) - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
append(String) - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
append(String, String) - Method in class edu.rice.cs.drjava.model.repl.InteractionsModel
Appends a string to the given document using a named style.
append(String, AttributeSet) - Method in interface edu.rice.cs.util.text.AbstractDocumentInterface
Appends given string with specified attributes to end of this document.
append(String, String) - Method in class edu.rice.cs.util.text.ConsoleDocument
Appends a string to this in the given named style, if the edit condition allows it.
append(String, String) - Method in interface edu.rice.cs.util.text.EditDocumentInterface
Appends a string to this in the given named style, if the edit condition allows it.
append(String, AttributeSet) - Method in class edu.rice.cs.util.text.SwingDocument
Appends given string with specified attributes to end of this document.
append(String, String) - Method in class edu.rice.cs.util.text.SwingDocument
Appends given string with specified named style to end of this document.
append(String) - Method in class edu.rice.cs.util.text.SwingDocument
Appends given string with default style to end of this document.
appendExceptionResult(String, String) - Method in class edu.rice.cs.drjava.model.repl.InteractionsDJDocument
Inserts the given exception data into the document with the given style.
appendExceptionResult(String, String) - Method in class edu.rice.cs.drjava.model.repl.InteractionsDocument
Inserts the given exception data into the document with the given style.
appendSyntaxErrorResult(String, String, int, int, int, int, String) - Method in class edu.rice.cs.drjava.model.repl.InteractionsDocument
 
apply(InterpretResult.Visitor<T>) - Method in class edu.rice.cs.drjava.model.repl.newjvm.InterpretResult
 
apply(InterpretResult.Visitor<T>) - Method in class edu.rice.cs.drjava.model.repl.newjvm.InterpretResult.BooleanValueResult
 
apply(InterpretResult.Visitor<T>) - Method in class edu.rice.cs.drjava.model.repl.newjvm.InterpretResult.BusyResult
 
apply(InterpretResult.Visitor<T>) - Method in class edu.rice.cs.drjava.model.repl.newjvm.InterpretResult.CharValueResult
 
apply(InterpretResult.Visitor<T>) - Method in class edu.rice.cs.drjava.model.repl.newjvm.InterpretResult.ExceptionResult
 
apply(InterpretResult.Visitor<T>) - Method in class edu.rice.cs.drjava.model.repl.newjvm.InterpretResult.NoValueResult
 
apply(InterpretResult.Visitor<T>) - Method in class edu.rice.cs.drjava.model.repl.newjvm.InterpretResult.NumberValueResult
 
apply(InterpretResult.Visitor<T>) - Method in class edu.rice.cs.drjava.model.repl.newjvm.InterpretResult.ObjectValueResult
 
apply(InterpretResult.Visitor<T>) - Method in class edu.rice.cs.drjava.model.repl.newjvm.InterpretResult.StringValueResult
 
apply(InterpretResult.Visitor<T>) - Method in class edu.rice.cs.drjava.model.repl.newjvm.InterpretResult.UnexpectedExceptionResult
 
apply() - Method in class edu.rice.cs.drjava.ui.config.ConfigFrame
Call the update method to propagate down the tree, parsing input values into their config options.
applyRule(AbstractDJDocument, Indenter.IndentReason) - Method in class edu.rice.cs.drjava.model.definitions.indent.IndentRuleQuestion
Determines if the given rule holds in this context.
applyRule(AbstractDJDocument, int, Indenter.IndentReason) - Method in class edu.rice.cs.drjava.model.definitions.indent.IndentRuleQuestion
Determines if the given rule holds in this context.
applyRule(AbstractDJDocument, Indenter.IndentReason) - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionBraceIsCurly
 
applyRule(AbstractDJDocument, Indenter.IndentReason) - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionBraceIsParenOrBracket
 
applyRule(AbstractDJDocument, Indenter.IndentReason) - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionCurrLineEmpty
Determines if the current line in the document is empty.
applyRule(AbstractDJDocument, Indenter.IndentReason) - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionCurrLineEmptyOrEnterPress
Determines if the current line in the document is empty.
applyRule(AbstractDJDocument, Indenter.IndentReason) - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionCurrLineIsWingComment
Determines whether or not the current line in the document starts with the wing comment prefix "//".
applyRule(AbstractDJDocument, Indenter.IndentReason) - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionCurrLineStartsWith
Determines if the current line in the document starts with the specified prefix, ignoring whitespace.
applyRule(AbstractDJDocument, Indenter.IndentReason) - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionCurrLineStartsWithSkipComments
Determines whether or not the current line in the document starts with the character sequence specified by the String field _prefix, skipping over any comments and leading whitespace on that line.
applyRule(AbstractDJDocument, Indenter.IndentReason) - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionExistsCharInPrevStmt
Searches through the previous statement to determine if it contains char _lookFor (unshadowed).
applyRule(AbstractDJDocument, Indenter.IndentReason) - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionExistsCharInStmt
Searches backwards from endChar to the start of the statement looking for findChar.
applyRule(AbstractDJDocument, Indenter.IndentReason) - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionFollowedByStar
Determines if the next non WS character is '*'.
applyRule(AbstractDJDocument, Indenter.IndentReason) - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionHasCharPrecedingOpenBrace
Applies the rule described in class documentation.
applyRule(AbstractDJDocument, Indenter.IndentReason) - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionInsideComment
Determines if the (start of the) current line in the document is in a block comment.
applyRule(AbstractDJDocument, Indenter.IndentReason) - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionLineContains
Determines if the given character exists on the current line.
applyRule(AbstractDJDocument, Indenter.IndentReason) - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionNewParenPhrase
Determines if the previous line ends in a comma, semicolon, open paren, open bracket, operator, or comparator.
applyRule(AbstractDJDocument, Indenter.IndentReason) - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionPrevLineStartsComment
Determines if the previous line in the document starts a block comment.
applyRule(AbstractDJDocument, Indenter.IndentReason) - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionPrevLineStartsJavaDocWithText
Determines if the previous line starts with "/**", ignoring whitespace, followed by more non-whitespace text
applyRule(AbstractDJDocument, Indenter.IndentReason) - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionPrevLineStartsWith
Determines if the previous line in the document starts with the specified characters, ignoring whitespace.
applyRule(AbstractDJDocument, Indenter.IndentReason) - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionStartAfterOpenBrace
Assumes read lock is already held.
applyRule(AbstractDJDocument, Indenter.IndentReason) - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionStartingNewStmt
Determines if the previous non-whitespace character not on this line was one of the following: ';', '{', '}' or nothing.
areDrJavaFileExtensionsRegistered() - Method in class edu.rice.cs.drjava.platform.DefaultPlatform
 
areDrJavaFileExtensionsRegistered() - Method in interface edu.rice.cs.drjava.platform.PlatformSupport
 
args - Variable in class edu.rice.cs.drjava.ui.PreviewFrame.JSpinnerChanger
 
ArgumentTokenizer - Class in edu.rice.cs.util
Utility class which can tokenize a String into a list of String arguments, with behavior similar to parsing command line arguments to a program.
ArgumentTokenizer() - Constructor for class edu.rice.cs.util.ArgumentTokenizer
 
ArgumentTokenizerTest - Class in edu.rice.cs.util
Tests that an ArgumentTokenizer can correctly divide up a string into command line-style arguments.
ArgumentTokenizerTest(String) - Constructor for class edu.rice.cs.util.ArgumentTokenizerTest
Creates a new ArgumentTokenizer to be used in every test.
asContainer() - Method in interface edu.rice.cs.util.docnavigation.IAWTContainerNavigatorActor
 
asContainer() - Method in interface edu.rice.cs.util.docnavigation.IDocumentNavigator
 
asContainer() - Method in class edu.rice.cs.util.docnavigation.JListNavigator
Returns a Container representation of this navigator
asContainer() - Method in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
 
ASK_ME - Static variable in class edu.rice.cs.drjava.config.OptionConstants.DeleteLLClassFileChoices
 
ASK_ME - Static variable in class edu.rice.cs.drjava.config.OptionConstants.FileExtRegistrationChoices
 
askGenerateAnyway(String) - Method in class edu.rice.cs.drjava.ui.GenerateCustomDrJavaJarFrame
Ask if the user wants to generate the file anyway.
askToIncreaseMasterMaxHeap() - Method in class edu.rice.cs.drjava.ui.MainFrame
Ask the user to increase the master's max heap setting.
askToIncreaseSlaveMaxHeap() - Method in class edu.rice.cs.drjava.ui.MainFrame
Ask the user to increase the slave's max heap setting.
askUser(String, String) - Method in class edu.rice.cs.drjava.ui.JavadocDialog
Asks the user a yes/no question.
askUser(String, String) - Method in interface edu.rice.cs.util.DirectorySelector
Asks the user a yes/no question.
assertAbandonCount(int) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
assertActiveCompilerChangedCount(int) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
assertActiveDocument(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.SingleDisplayModelTest
 
assertBreakpointReachedCount(int) - Method in class edu.rice.cs.drjava.model.debug.DebugTestCase.DebugTestListener
 
assertClassFileErrorCount(int) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
assertCloseCount(int) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
assertCompileBeforeJavadocCount(int) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
assertCompileBeforeJUnitCount(int) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
assertCompileEndCount(int) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
assertCompileErrorsPresent(boolean) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase
 
assertCompileErrorsPresent(String, boolean) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase
 
assertCompileStartCount(int) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
assertConsoleResetCount(int) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
assertContents(String, OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase
 
assertCurrThreadDiedCount(int) - Method in class edu.rice.cs.drjava.model.debug.DebugTestCase.DebugTestListener
 
assertCurrThreadResumedCount(int) - Method in class edu.rice.cs.drjava.model.debug.DebugTestCase.DebugTestListener
 
assertCurrThreadSetCount(int) - Method in class edu.rice.cs.drjava.model.debug.DebugTestCase.DebugTestListener
 
assertCurrThreadSuspendedCount(int) - Method in class edu.rice.cs.drjava.model.debug.DebugTestCase.DebugTestListener
 
assertDebuggerShutdownCount(int) - Method in class edu.rice.cs.drjava.model.debug.DebugTestCase.DebugTestListener
 
assertDebuggerStartedCount(int) - Method in class edu.rice.cs.drjava.model.debug.DebugTestCase.DebugTestListener
 
assertFileNotFoundCount(int) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
assertFileRevertedCount(int) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
assertInteractionEndCount(int) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
assertInteractionErrorCount(int) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
assertInteractionIncompleteCount(int) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
assertInteractionsContains(String) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase
Asserts that the given string exists in the Interactions Document.
assertInteractionsDoesNotContain(String) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase
Asserts that the given string does not exist in the Interactions Document.
assertInteractionsDoesNotMatch(String) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase
Asserts that the text in the Interactions Document does NOT match the given regex.
assertInteractionsErrorCount(int) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
assertInteractionsMatches(String) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase
Asserts that the text in the Interactions Document matches the given regex.
assertInteractionStartCount(int) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
assertInterpreterChangedCount(int) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
assertInterpreterExitedCount(int) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
assertInterpreterReadyCount(int) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
assertInterpreterResetFailedCount(int) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
assertInterpreterResettingCount(int) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
assertJUnitEndCount(int) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
assertJUnitStartCount(int) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
assertJUnitSuiteStartedCount(int) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
assertJUnitTestEndedCount(int) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
assertJUnitTestStartedCount(int) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
assertLength(int, OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase
 
assertModified(boolean, OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase
 
assertNewCount(int) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
assertNonCurrThreadDiedCount(int) - Method in class edu.rice.cs.drjava.model.debug.DebugTestCase.DebugTestListener
 
assertNonTestCaseCount(int) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
assertNotEmpty() - Method in class edu.rice.cs.drjava.model.SingleDisplayModelTest
 
assertNotEOF(Tokens.SExpToken) - Method in class edu.rice.cs.util.sexp.SExpParser.ParseHelper
Throws the EOF exception if the given token is the end of file
assertNumOpenDocs(int) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase
 
assertOpenCount(int) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
assertQuitFileCount(int) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
assertRegionAddedCount(int) - Method in class edu.rice.cs.drjava.model.debug.DebugTestCase.DebugTestListener
 
assertRegionChangedCount(int) - Method in class edu.rice.cs.drjava.model.debug.DebugTestCase.DebugTestListener
 
assertRegionRemovedCount(int) - Method in class edu.rice.cs.drjava.model.debug.DebugTestCase.DebugTestListener
 
assertReplThrewContinuationException(String) - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelTest
Not a test method, Assumes that _model is an IncompleteInputInteractionsModel.
assertReplThrewSyntaxException(String) - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelTest
Not a test method, Assumes that _model is an IncompleteInputInteractionsModel.
assertRunStartCount(int) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
assertSaveBeforeCompileCount(int) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
assertSaveBeforeJavadocCount(int) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
assertSaveCount(int) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
assertShouldRevertFileCount(int) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
assertStepFinishedCount(int) - Method in class edu.rice.cs.drjava.model.debug.DebugTestCase.DebugTestListener
 
assertStepRequestedCount(int) - Method in class edu.rice.cs.drjava.model.debug.DebugTestCase.DebugTestListener
 
assertSwitchCount(int) - Method in class edu.rice.cs.drjava.model.SingleDisplayModelTest.SDTestListener
 
assertThreadLocationUpdatedCount(int) - Method in class edu.rice.cs.drjava.model.debug.DebugTestCase.DebugTestListener
 
assertThreadStartedCount(int) - Method in class edu.rice.cs.drjava.model.debug.DebugTestCase.DebugTestListener
 
assertUndoableEditCount(int) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
assertWatchRemovedCount(int) - Method in class edu.rice.cs.drjava.model.debug.DebugTestCase.DebugTestListener
 
assertWatchSetCount(int) - Method in class edu.rice.cs.drjava.model.debug.DebugTestCase.DebugTestListener
 
AsyncCompletionArgs<R> - Class in edu.rice.cs.util.swing
 
AsyncCompletionArgs(R, boolean) - Constructor for class edu.rice.cs.util.swing.AsyncCompletionArgs
 
AsyncCompletionArgs(R, Exception, boolean) - Constructor for class edu.rice.cs.util.swing.AsyncCompletionArgs
 
AsyncTask<ParamType,ResType> - Class in edu.rice.cs.util.swing
The AsyncTask base class is a framework that facilitates execution of operations asynchronously in order to free up the event-handling thread.
AsyncTask() - Constructor for class edu.rice.cs.util.swing.AsyncTask
Default Constructor
AsyncTask(String) - Constructor for class edu.rice.cs.util.swing.AsyncTask
Creates a task that has the given name
AsyncTaskLauncher - Class in edu.rice.cs.util.swing
The base class of the component that launches an AsyncTask.
AsyncTaskLauncher() - Constructor for class edu.rice.cs.util.swing.AsyncTaskLauncher
 
atEnd() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ModelList.ModelIterator
Return true if we're pointing at the tail.
atEnd() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelControl
Determines if the cursor is at the end of the reduced model.
atFirstItem() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ModelList.ModelIterator
Return true if we're pointing at the node after the head.
atLastItem() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ModelList.ModelIterator
Return true if we're pointing at the node before the tail.
Atom - Interface in edu.rice.cs.util.sexp
There are different kinds of atoms: text, boolean, number.
atStart() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ModelList.ModelIterator
Return true if we're pointing at the head.
atStart() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelControl
Determines if the cursor is at the start of the reduced model.
attachOptionListeners(AbstractDJDocument) - Method in class edu.rice.cs.drjava.model.definitions.ColoringGlyphPainter
 
attemptQuit(SlaveRemote) - Static method in class edu.rice.cs.util.newjvm.AbstractMasterJVM
Make a best attempt to invoke slave.quit().
ATTEMPTS - Static variable in class edu.rice.cs.drjava.DrJavaRestart
Number of attempts to delete or rename files.
attemptToLoadDescriptor(Iterable<JDKDescriptor>, String) - Static method in class edu.rice.cs.drjava.model.JarJDKToolsLibrary
Attempt to load a JDK descriptor, append it to the list if succesful.
AUTO_CLOSE_COMMENTS - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Whether to automatically close comments.
AUTO_STEP_RATE - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
 
AutoCompletePopup - Class in edu.rice.cs.drjava.ui
Autocomplete support.
AutoCompletePopup(MainFrame) - Constructor for class edu.rice.cs.drjava.ui.AutoCompletePopup
Constructor for an auto-complete popup that uses the MainFrame for information.
AutoCompletePopup(MainFrame, String) - Constructor for class edu.rice.cs.drjava.ui.AutoCompletePopup
Constructor for an auto-complete popup that uses the MainFrame for information.
autoImport() - Method in class edu.rice.cs.drjava.model.repl.InteractionsModel
Executes import statements for the classes and packages in the auto-import set.
autoRefreshProject() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Perform an auto-refresh of the project, adding new source files to the project.
aux - Variable in class edu.rice.cs.util.docnavigation.JTreeSortNavigatorTest
 
auxFolder1 - Variable in class edu.rice.cs.util.docnavigation.JTreeSortNavigatorTest
 
auxFolder2 - Variable in class edu.rice.cs.util.docnavigation.JTreeSortNavigatorTest
 
auxi1 - Variable in class edu.rice.cs.util.docnavigation.JTreeSortNavigatorTest
 
auxi2 - Variable in class edu.rice.cs.util.docnavigation.JTreeSortNavigatorTest
 
auxi3 - Variable in class edu.rice.cs.util.docnavigation.JTreeSortNavigatorTest
 
auxi4 - Variable in class edu.rice.cs.util.docnavigation.JTreeSortNavigatorTest
 
auxi5 - Variable in class edu.rice.cs.util.docnavigation.JTreeSortNavigatorTest
 
availabilityChanged(boolean) - Method in class edu.rice.cs.drjava.ui.avail.AndGUIAvailabilityActionAdapter
Called when the combined availability of all components changes.
availabilityChanged(boolean) - Method in class edu.rice.cs.drjava.ui.avail.AndGUIAvailabilityComponentAdapter
Called when the combined availability of all components changes.
availabilityChanged(GUIAvailabilityListener.ComponentType, boolean) - Method in class edu.rice.cs.drjava.ui.avail.AndGUIAvailabilityListener
Called when a component's availability changes.
availabilityChanged(boolean) - Method in class edu.rice.cs.drjava.ui.avail.AndGUIAvailabilityListener
Called when the combined availability of all components changes.
availabilityChanged(GUIAvailabilityListener.ComponentType, boolean) - Method in interface edu.rice.cs.drjava.ui.avail.GUIAvailabilityListener
Called when a component's availability changes.
availabilityChanged(GUIAvailabilityListener.ComponentType, boolean) - Method in class edu.rice.cs.drjava.ui.avail.GUIAvailabilityNotifier
Called to change a components availability.
availabilityChanged(boolean) - Method in class edu.rice.cs.drjava.ui.avail.OrGUIAvailabilityActionAdapter
Called when the combined availability of all components changes.
availabilityChanged(boolean) - Method in class edu.rice.cs.drjava.ui.avail.OrGUIAvailabilityComponentAdapter
Called when the combined availability of all components changes.
availabilityChanged(GUIAvailabilityListener.ComponentType, boolean) - Method in class edu.rice.cs.drjava.ui.avail.OrGUIAvailabilityListener
Called when a component's availability changes.
availabilityChanged(boolean) - Method in class edu.rice.cs.drjava.ui.avail.OrGUIAvailabilityListener
Called when the combined availability of all components changes.
available(GUIAvailabilityListener.ComponentType) - Method in class edu.rice.cs.drjava.ui.avail.GUIAvailabilityNotifier
Make a component (more) available.
available() - Method in class edu.rice.cs.util.InputStreamRedirector
 
available - Variable in class edu.rice.cs.util.ReaderThread
 
AWTContainerNavigatorFactory<ItemT extends INavigatorItem> - Class in edu.rice.cs.util.docnavigation
 
AWTContainerNavigatorFactory() - Constructor for class edu.rice.cs.util.docnavigation.AWTContainerNavigatorFactory
 

B

BackgroundColorListener - Class in edu.rice.cs.drjava.ui
Creates and installs an OptionListener for DEFINITIONS_BACKGROUND_COLOR on a specified JTextComponent.
BackgroundColorListener(Component) - Constructor for class edu.rice.cs.drjava.ui.BackgroundColorListener
 
BackSlashTest - Class in edu.rice.cs.drjava.model.definitions.reducedmodel
Test the interactions between double quotes and backslashes.
BackSlashTest() - Constructor for class edu.rice.cs.drjava.model.definitions.reducedmodel.BackSlashTest
 
BACKUP_FILES - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Whether to make emacs-style backup files.
backupDone() - Method in class edu.rice.cs.util.FileOps.DefaultFileSaver
 
backupDone() - Method in interface edu.rice.cs.util.FileOps.FileSaver
This method is called to tell the file saver that a backup was successfully made.
backupsEnabled - Variable in class edu.rice.cs.util.FileOps.DefaultFileSaver
 
balanceBackward() - Method in class edu.rice.cs.drjava.model.AbstractDJDocument
Finds the match for the closing brace immediately to the left, assuming there is such a brace.
balanceBackward() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
Finds the match for the closing brace immediately to the left, assuming there is such a brace.
balanceBackward() - Method in interface edu.rice.cs.drjava.model.definitions.reducedmodel.BraceReduction
Finds the open brace that matches the previous significant brace iff that brace is an closing brace.
balanceBackward() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelBrace
 
balanceBackward() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelControl
Finds the open brace that matches the previous significant brace iff that brace is an closing brace.
balanceBackward() - Method in interface edu.rice.cs.drjava.model.DJDocument
Finds the match for the closing brace immediately to the left, assuming there is such a brace.
balanceBackward() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
balanceForward() - Method in class edu.rice.cs.drjava.model.AbstractDJDocument
FindS the match for the open brace immediately to the right, assuming there is such a brace.
balanceForward() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
Forwarding method to find the match for the open brace immediately to the right, assuming there is such a brace.
balanceForward() - Method in interface edu.rice.cs.drjava.model.definitions.reducedmodel.BraceReduction
Finds the closing brace that matches the next significant brace iff that brace is an open brace.
balanceForward() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelBrace
If the current ReducedToken is an open significant brace and the offset is 0 (i.e., if we're immediately left of said brace), push the current Brace onto a Stack and iterate forwards, keeping track of the distance covered.
balanceForward() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelControl
Finds the closing brace that matches the next significant brace iff that brace is an open brace.
balanceForward() - Method in interface edu.rice.cs.drjava.model.DJDocument
Finds the match for the open brace immediately to the right, assuming there is such a brace.
balanceForward() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
BalancingStreamTokenizer - Class in edu.rice.cs.util
A tokenizer that splits a stream into string tokens while balancing quoting characters.
BalancingStreamTokenizer(Reader) - Constructor for class edu.rice.cs.util.BalancingStreamTokenizer
Create a new balancing stream tokenizer.
BalancingStreamTokenizer(Reader, Character) - Constructor for class edu.rice.cs.util.BalancingStreamTokenizer
Create a new balancing stream tokenizer.
BalancingStreamTokenizer.KeywordStartsWithQuoteException - Exception in edu.rice.cs.util
Keyword starts with quote exception.
BalancingStreamTokenizer.KeywordStartsWithQuoteException(String) - Constructor for exception edu.rice.cs.util.BalancingStreamTokenizer.KeywordStartsWithQuoteException
 
BalancingStreamTokenizer.KeywordStartsWithWhitespaceException - Exception in edu.rice.cs.util
Keyword starts with whitespace exception.
BalancingStreamTokenizer.KeywordStartsWithWhitespaceException(String) - Constructor for exception edu.rice.cs.util.BalancingStreamTokenizer.KeywordStartsWithWhitespaceException
 
BalancingStreamTokenizer.QuoteStartsWithWhitespaceException - Exception in edu.rice.cs.util
Quote starts with whitespace exception.
BalancingStreamTokenizer.QuoteStartsWithWhitespaceException(String) - Constructor for exception edu.rice.cs.util.BalancingStreamTokenizer.QuoteStartsWithWhitespaceException
 
BalancingStreamTokenizer.SetupException - Exception in edu.rice.cs.util
Setup exception.
BalancingStreamTokenizer.SetupException(String) - Constructor for exception edu.rice.cs.util.BalancingStreamTokenizer.SetupException
 
BalancingStreamTokenizer.StartsWithWhitespaceException - Exception in edu.rice.cs.util
Quote or keyword starts with whitespace exception.
BalancingStreamTokenizer.StartsWithWhitespaceException(String) - Constructor for exception edu.rice.cs.util.BalancingStreamTokenizer.StartsWithWhitespaceException
 
BalancingStreamTokenizer.State - Class in edu.rice.cs.util
State of the tokenizer.
BalancingStreamTokenizer.State() - Constructor for class edu.rice.cs.util.BalancingStreamTokenizer.State
Default constructor.
BalancingStreamTokenizer.State(BalancingStreamTokenizer.State) - Constructor for class edu.rice.cs.util.BalancingStreamTokenizer.State
Copy constructor.
BalancingStreamTokenizer.Token - Enum in edu.rice.cs.util
Kind of tokens to be returned.
BalancingStreamTokenizer.Token() - Constructor for enum edu.rice.cs.util.BalancingStreamTokenizer.Token
 
BalancingStreamTokenizerTest - Class in edu.rice.cs.util
Tests for a class to tokenize a stream while balancing quoting characters.
BalancingStreamTokenizerTest() - Constructor for class edu.rice.cs.util.BalancingStreamTokenizerTest
 
BANG - Static variable in class edu.rice.cs.drjava.ui.DefinitionsPaneTest
 
BANNER_PREFIX - Static variable in class edu.rice.cs.drjava.model.repl.InteractionsModel
Banner prefix.
BAR_CALL_1 - Static variable in class edu.rice.cs.drjava.model.GlobalIndentTest
 
BAR_CALL_2 - Static variable in class edu.rice.cs.drjava.model.GlobalIndentTest
 
BAR_MISSING_SEMI_TEXT - Static variable in class edu.rice.cs.drjava.model.GlobalModelCompileErrorsTest
 
BAR_MISSING_SEMI_TEXT_MULTIPLE_LINES - Static variable in class edu.rice.cs.drjava.model.GlobalModelCompileErrorsTest
 
BAR_TEXT - Static variable in class edu.rice.cs.drjava.model.GlobalModelTestCase
 
BAR_TEXT - Static variable in class edu.rice.cs.drjava.ui.RecentFileManagerTest
 
base - Variable in class edu.rice.cs.drjava.project.ProjectTest
 
BAZ_TEXT - Static variable in class edu.rice.cs.drjava.model.GlobalModelTestCase
 
beforeQuit() - Method in class edu.rice.cs.util.newjvm.AbstractSlaveJVM
This method is called just before the JVM is quit.
beforeUISetup() - Method in class edu.rice.cs.drjava.platform.DefaultPlatform
Hook for performing general UI setup.
beforeUISetup() - Method in interface edu.rice.cs.drjava.platform.PlatformSupport
Hook for performing general UI setup.
beginListeningTo(DefinitionsPane) - Method in class edu.rice.cs.drjava.ui.FindReplacePanel
Called from MainFrame in response to opening this or changes in the active document.
BETA - Static variable in class edu.rice.cs.drjava.config.OptionConstants.VersionNotificationChoices
 
BinaryOpProperty<P,Q,R> - Class in edu.rice.cs.drjava.config
Class representing binary operations that can be inserted as variables in external processes.
BinaryOpProperty(String, String, Lambda2<P, Q, R>, String, String, Lambda<String, P>, String, String, Lambda<String, Q>, Lambda<R, String>) - Constructor for class edu.rice.cs.drjava.config.BinaryOpProperty
Create an eager property.
BinaryOpProperty(String, String, Lambda2<P, Q, R>, Lambda<String, P>, Lambda<String, Q>, Lambda<R, String>) - Constructor for class edu.rice.cs.drjava.config.BinaryOpProperty
Create an eager property.
blank0 - Static variable in class edu.rice.cs.util.StringOps
Defines blank[k] (k = 0,..,16) as a string consisting of k blanks
blank1 - Static variable in class edu.rice.cs.util.StringOps
 
blank10 - Static variable in class edu.rice.cs.util.StringOps
 
blank11 - Static variable in class edu.rice.cs.util.StringOps
 
blank12 - Static variable in class edu.rice.cs.util.StringOps
 
blank13 - Static variable in class edu.rice.cs.util.StringOps
 
blank14 - Static variable in class edu.rice.cs.util.StringOps
 
blank15 - Static variable in class edu.rice.cs.util.StringOps
 
blank16 - Static variable in class edu.rice.cs.util.StringOps
 
blank2 - Static variable in class edu.rice.cs.util.StringOps
 
blank3 - Static variable in class edu.rice.cs.util.StringOps
 
blank4 - Static variable in class edu.rice.cs.util.StringOps
 
blank5 - Static variable in class edu.rice.cs.util.StringOps
 
blank6 - Static variable in class edu.rice.cs.util.StringOps
 
blank7 - Static variable in class edu.rice.cs.util.StringOps
 
blank8 - Static variable in class edu.rice.cs.util.StringOps
 
blank9 - Static variable in class edu.rice.cs.util.StringOps
 
BLK_CMT_BEG_TYPE - Static variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.Brace
 
BLK_CMT_END_TYPE - Static variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.Brace
 
BOLD_ATTRIBUTES - Static variable in class edu.rice.cs.drjava.ui.ErrorPanel
 
book - Variable in class edu.rice.cs.drjava.model.print.DrJavaBookTest
The DrJavaBook instance we will be testing.
BOOKMARK_COLOR - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Color for highlighting bookmarks.
BOOKMARK_PAINTER - Static variable in class edu.rice.cs.drjava.ui.DefinitionsPane
Highlight painter for bookmarks.
bookmarkListVisitor - Variable in class edu.rice.cs.drjava.project.ProjectFileParser
 
BookmarksPanel - Class in edu.rice.cs.drjava.ui
Panel for displaying bookmarks.
BookmarksPanel(MainFrame, RegionManager<MovingDocumentRegion>) - Constructor for class edu.rice.cs.drjava.ui.BookmarksPanel
Constructs a new bookmarks panel.
BoolAtom - Class in edu.rice.cs.util.sexp
 
BoolAtom(boolean) - Constructor for class edu.rice.cs.util.sexp.BoolAtom
 
BooleanOption - Class in edu.rice.cs.drjava.config
Class defining all configuration options with values of type Boolean.
BooleanOption(String, Boolean) - Constructor for class edu.rice.cs.drjava.config.BooleanOption
 
BooleanOptionComponent - Class in edu.rice.cs.drjava.ui.config
Graphical form of a BooleanOption.
BooleanOptionComponent(BooleanOption, String, SwingFrame, boolean) - Constructor for class edu.rice.cs.drjava.ui.config.BooleanOptionComponent
Constructs a new BooleanOptionComponent.
BooleanOptionComponent(BooleanOption, String, SwingFrame, String, boolean) - Constructor for class edu.rice.cs.drjava.ui.config.BooleanOptionComponent
Constructs a new BooleanOptionComponent with a tooltip description.
BooleanOptionComponent(BooleanOption, String, SwingFrame) - Constructor for class edu.rice.cs.drjava.ui.config.BooleanOptionComponent
Constructs a new BooleanOptionComponent.
BooleanOptionComponent(BooleanOption, String, SwingFrame, String) - Constructor for class edu.rice.cs.drjava.ui.config.BooleanOptionComponent
Constructs a new BooleanOptionComponent with a tooltip description.
BooleanOptionComponentTest - Class in edu.rice.cs.drjava.ui.config
Tests functionality of this OptionComponent
BooleanOptionComponentTest(String) - Constructor for class edu.rice.cs.drjava.ui.config.BooleanOptionComponentTest
 
BooleanOptionTest - Class in edu.rice.cs.drjava.config
Class according to the JUnit protocol.
BooleanOptionTest(String) - Constructor for class edu.rice.cs.drjava.config.BooleanOptionTest
 
booleanValue(Boolean) - Static method in class edu.rice.cs.drjava.model.repl.newjvm.InterpretResult
 
bootClassPath() - Method in class edu.rice.cs.drjava.model.JarJDKToolsLibrary
 
BORDER_PADDING - Static variable in class edu.rice.cs.drjava.ui.LineEnumRule
The magic number for Swing's JTextPane border padding.
BORDER_WIDTH - Static variable in class edu.rice.cs.drjava.ui.InteractionsController.InputBox
 
BorderlessScrollPane - Class in edu.rice.cs.util.swing
A JScrollPane without a traditional Swing border.
BorderlessScrollPane() - Constructor for class edu.rice.cs.util.swing.BorderlessScrollPane
 
BorderlessScrollPane(Component) - Constructor for class edu.rice.cs.util.swing.BorderlessScrollPane
 
BorderlessScrollPane(Component, int, int) - Constructor for class edu.rice.cs.util.swing.BorderlessScrollPane
 
BorderlessScrollPane(int, int) - Constructor for class edu.rice.cs.util.swing.BorderlessScrollPane
 
BorderlessSplitPane - Class in edu.rice.cs.util.swing
A JSplitPane without a traditional Swing border.
BorderlessSplitPane() - Constructor for class edu.rice.cs.util.swing.BorderlessSplitPane
 
BorderlessSplitPane(int) - Constructor for class edu.rice.cs.util.swing.BorderlessSplitPane
 
BorderlessSplitPane(int, boolean) - Constructor for class edu.rice.cs.util.swing.BorderlessSplitPane
 
BorderlessSplitPane(int, boolean, Component, Component) - Constructor for class edu.rice.cs.util.swing.BorderlessSplitPane
 
BorderlessSplitPane(int, Component, Component) - Constructor for class edu.rice.cs.util.swing.BorderlessSplitPane
 
Brace - Class in edu.rice.cs.drjava.model.definitions.reducedmodel
This class acts as the representation of a brace in the reduced view.
Brace(int, ReducedModelState) - Constructor for class edu.rice.cs.drjava.model.definitions.reducedmodel.Brace
Constructor.
braceCursorOffset() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelControl
 
BraceException - Exception in edu.rice.cs.drjava.model.definitions.reducedmodel
 
BraceException(String) - Constructor for exception edu.rice.cs.drjava.model.definitions.reducedmodel.BraceException
Creates a new BraceException
BraceInfo - Class in edu.rice.cs.drjava.model.definitions.reducedmodel
Indent information block.
BraceInfo(String, int) - Constructor for class edu.rice.cs.drjava.model.definitions.reducedmodel.BraceInfo
Creates an IndentInfo with default values.
BraceInfoTest - Class in edu.rice.cs.drjava.model.definitions.reducedmodel
Test class for the IndentInfo class.
BraceInfoTest() - Constructor for class edu.rice.cs.drjava.model.definitions.reducedmodel.BraceInfoTest
 
BraceReduction - Interface in edu.rice.cs.drjava.model.definitions.reducedmodel
The interface BraceReduction serves as the template for our reduced view of a java document, which stores only the information necessary for parenthesis matching.
BraceReductionTestCase - Class in edu.rice.cs.drjava.model.definitions.reducedmodel
Test cases which test the implementation of BraceReduction may extend this abstract class to acquire a convenience function for determining the state of the current token.
BraceReductionTestCase() - Constructor for class edu.rice.cs.drjava.model.definitions.reducedmodel.BraceReductionTestCase
 
braces - Static variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.Brace
An array of the special characters that signify areas of text other than gaps.
BRACES_LENGTH - Static variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.Brace
 
BraceTest - Class in edu.rice.cs.drjava.model.definitions.reducedmodel
Tests the Brace class.
BraceTest() - Constructor for class edu.rice.cs.drjava.model.definitions.reducedmodel.BraceTest
 
braceType() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.BraceInfo
Gets the _braceType.
Breakpoint - Interface in edu.rice.cs.drjava.model.debug
 
BREAKPOINT_PAINTER - Static variable in class edu.rice.cs.drjava.ui.DefinitionsPane
Highlight painter for breakpoints.
breakpointListVisitor - Variable in class edu.rice.cs.drjava.project.ProjectFileParser
 
breakpointReached(Breakpoint) - Method in class edu.rice.cs.drjava.model.debug.DebugEventNotifier
Called when a breakpoint is reached during execution.
breakpointReached(Breakpoint) - Method in interface edu.rice.cs.drjava.model.debug.DebugListener
Called when a breakpoint is reached during execution.
breakpointReached(Breakpoint) - Method in class edu.rice.cs.drjava.model.debug.DebugTestCase.BreakpointTestListener
 
breakpointReached(Breakpoint) - Method in class edu.rice.cs.drjava.model.debug.DebugTestCase.DebugTestListener
 
breakpointReached(Breakpoint) - Method in class edu.rice.cs.drjava.ui.DebugPanel.DebugPanelListener
 
breakpointReached(Breakpoint) - Method in class edu.rice.cs.drjava.ui.MainFrame.UIDebugListener
 
breakpointReachedCount - Variable in class edu.rice.cs.drjava.model.debug.DebugTestCase.DebugTestListener
 
BreakpointsPanel - Class in edu.rice.cs.drjava.ui
Panel for displaying the breakpoints.
BreakpointsPanel(MainFrame, RegionManager<Breakpoint>) - Constructor for class edu.rice.cs.drjava.ui.BreakpointsPanel
Constructs a new breakpoints panel.
BreakpointsPanel.BreakpointRegionTreeUserObj - Class in edu.rice.cs.drjava.ui
Class that gets put into the tree.
BreakpointsPanel.BreakpointRegionTreeUserObj(Breakpoint) - Constructor for class edu.rice.cs.drjava.ui.BreakpointsPanel.BreakpointRegionTreeUserObj
 
BROWSER_FILE - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
A file path to a user's preferred browser.
BROWSER_HISTORY_MAX_SIZE - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Number of entries in the browser history (0 for unlimited).
BROWSER_STRING - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
A String used to launch a user's preferred browser.
browserChanged() - Method in class edu.rice.cs.drjava.model.DummyGlobalModelListener
Called when the a region is added to the browswing history.
browserChanged() - Method in class edu.rice.cs.drjava.model.GlobalEventNotifier
 
browserChanged() - Method in interface edu.rice.cs.drjava.model.GlobalModelListener
Called when the a region is added to the browswing history.
browserChanged() - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
browserChanged() - Method in class edu.rice.cs.drjava.ui.MainFrame.ModelListener
 
BrowserDocumentRegion - Class in edu.rice.cs.drjava.model
Class for document regions that totally ordered by allocation chronology.
BrowserDocumentRegion(OpenDefinitionsDocument, Position, Position) - Constructor for class edu.rice.cs.drjava.model.BrowserDocumentRegion
Create a new simple document region with a bona fide document.
BrowserHistoryManager - Class in edu.rice.cs.drjava.model
Browser history manager for the entire model.
BrowserHistoryManager(int) - Constructor for class edu.rice.cs.drjava.model.BrowserHistoryManager
Create a new ConcreteRegionManager with the specified maximum size.
BrowserHistoryManager() - Constructor for class edu.rice.cs.drjava.model.BrowserHistoryManager
Create a new ConcreteRegionManager without maximum size.
buffer - Variable in class edu.rice.cs.util.ReaderThread
 
buffer - Variable in class edu.rice.cs.util.sexp.Lexer
 
BUFFER_READS_PER_TIMER - Variable in class edu.rice.cs.drjava.ui.ExternalProcessPanel
Number of buffer reads before the event thread is allowed to do something else.
BUFFER_READS_PER_TIMER - Variable in class edu.rice.cs.drjava.ui.LessPanel
Number of buffer reads before the event thread is allowed to do something else.
BUFFER_SIZE - Variable in class edu.rice.cs.drjava.ui.ExternalProcessPanel
Size of the buffer read at once.
BUFFER_SIZE - Variable in class edu.rice.cs.drjava.ui.LessPanel
Size of the buffer read at once.
BUFFER_SIZE - Static variable in class edu.rice.cs.util.MD5ChecksumProperties
 
BUFFER_SIZE - Static variable in class edu.rice.cs.util.StreamRedirectThread
 
build() - Method in class edu.rice.cs.util.swing.ScrollableListDialog.Builder
 
BUILD_TIME - Static variable in class edu.rice.cs.drjava.ui.NewVersionPopup
the build time of this version
BUILD_TIME - Static variable in class edu.rice.cs.drjava.Version
A Date version of the build time.
BUILD_TIME_STRING - Static variable in class edu.rice.cs.drjava.Version
This string will be automatically expanded upon "ant commit".
buildDir - Variable in class edu.rice.cs.drjava.project.ProjectTest
 
buildGUI(Container) - Method in class edu.rice.cs.drjava.ui.AboutDialog
 
buildTree(int) - Method in class edu.rice.cs.drjava.model.definitions.indent.Indenter
Builds the decision tree for indentation.
busy() - Static method in class edu.rice.cs.drjava.model.repl.newjvm.InterpretResult
 
ButtonComponent - Class in edu.rice.cs.drjava.ui.config
Button component to perform some action.
ButtonComponent(ActionListener, String, SwingFrame) - Constructor for class edu.rice.cs.drjava.ui.config.ButtonComponent
Constructs a new ButtonComponent.
ButtonComponent(ActionListener, String, SwingFrame, String) - Constructor for class edu.rice.cs.drjava.ui.config.ButtonComponent
Constructs a new ButtonComponent with a tooltip description.
buttonPressed(PredictiveInputFrame.CloseAction<T>) - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputFrame
Handle button pressed.

C

C_PUBLIC_EI_TEXT - Variable in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
 
C_PUBLIC_IE_TEXT - Variable in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
 
cache - Variable in class edu.rice.cs.drjava.model.compiler.LanguageLevelStackTraceMapper
cache to store the tree maps
CACHE_SIZE - Variable in class edu.rice.cs.drjava.model.cache.DocumentCache
invariant _residentQueue.size() <= CACHE_SIZE
callback() - Method in interface edu.rice.cs.drjava.model.debug.Debugger
 
callback() - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
 
callback() - Method in class edu.rice.cs.drjava.model.debug.NoDebuggerAvailable
 
callMethod(Object, Class<?>, String, Class<?>[], Object[]) - Static method in class edu.rice.cs.drjava.ui.PreviewFrame
 
canAbandonCount - Variable in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
canAbandonFile() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
Asks the listeners if the GlobalModel can abandon the current document.
canAbandonFile(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.DummyGlobalModelListener
Called to ask the listener if it is OK to abandon the current document.
canAbandonFile() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
canAbandonFile(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.GlobalEventNotifier
Called to ask the listeners if it is OK to abandon the current document.
canAbandonFile(OpenDefinitionsDocument) - Method in interface edu.rice.cs.drjava.model.GlobalModelListener
Called to ask the listener if it is OK to abandon the current document.
canAbandonFile(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
canAbandonFile() - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
Returns whether the GlobalModel can abandon this document, asking listeners if isModifiedSinceSave() is true.
canAbandonFile(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.ui.MainFrame.ModelListener
Check if the specified document has been modified.
CANCEL - Variable in class edu.rice.cs.drjava.ui.config.ConfigFrame
Thunk that calls _cancel.
cancel() - Method in class edu.rice.cs.drjava.ui.config.ConfigFrame
Resets the frame and hides it.
CANCEL - Variable in class edu.rice.cs.drjava.ui.DrJavaErrorWindow
Lambda that calls _cancel.
CANCEL - Variable in class edu.rice.cs.drjava.ui.ExecuteExternalDialog
Runnable that calls _cancel.
CANCEL - Variable in class edu.rice.cs.drjava.ui.InsertVariableDialog
Runnable1 that calls _cancel.
CANCEL - Variable in class edu.rice.cs.drjava.ui.JarOptionsDialog
Runnable that calls _cancel.
CANCEL - Variable in class edu.rice.cs.drjava.ui.NewJavaClassDialog
Runnable that calls _cancel.
cancel() - Method in class edu.rice.cs.drjava.ui.NewJavaClassDialog
Resets the frame and hides it.
CANCEL - Variable in class edu.rice.cs.drjava.ui.NewVersionPopup
Runnable that calls _cancel.
CANCEL - Variable in class edu.rice.cs.drjava.ui.predictive.PredictiveInputFrame
Runnable that calls _cancel.
cancel() - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputFrame
Cancel the dialog.
CANCEL - Variable in class edu.rice.cs.drjava.ui.ProjectAdvancedPropertiesFrame
Runnable that calls _cancel.
cancel() - Method in class edu.rice.cs.drjava.ui.ProjectAdvancedPropertiesFrame
Resets the frame and hides it.
CANCEL - Variable in class edu.rice.cs.drjava.ui.ProjectPropertiesFrame
Runnable that calls _cancel.
cancel() - Method in class edu.rice.cs.drjava.ui.ProjectPropertiesFrame
Resets the frame and hides it.
cancelButtonPressed() - Method in class edu.rice.cs.drjava.ui.ClipboardHistoryFrame
Handle cancel button.
cancelRequested() - Method in class edu.rice.cs.util.swing.AsyncCompletionArgs
Returns whether the user requested cancellation of the operation before completion.
canInsertText(int) - Method in class edu.rice.cs.util.text.ConsoleDocument.ConsoleEditCondition
 
canInsertText(int) - Method in class edu.rice.cs.util.text.DocumentEditCondition
Returns whether to actually insert, given these inputs.
canRead() - Method in class edu.rice.cs.util.FileOps.NullFile
 
canRegisterFileExtensions() - Method in class edu.rice.cs.drjava.platform.DefaultPlatform
 
canRegisterFileExtensions() - Method in interface edu.rice.cs.drjava.platform.PlatformSupport
 
canRemoveText(int) - Method in class edu.rice.cs.util.text.ConsoleDocument.ConsoleEditCondition
 
canRemoveText(int) - Method in class edu.rice.cs.util.text.DocumentEditCondition
Returns whether to actually remove, given these inputs.
canUndo() - Method in class edu.rice.cs.drjava.model.definitions.CompoundUndoManager
Returns true when a compound edit is in progress, or when there are valid stored undoable edits
canWrite() - Method in class edu.rice.cs.util.FileOps.NullFile
 
caretUpdate(CaretEvent) - Method in class edu.rice.cs.drjava.ui.ErrorCaretListener
After each update to the caret, determine if changes in highlighting need to be made.
caretUpdate(CaretEvent) - Method in class edu.rice.cs.drjava.ui.MainFrame.PositionListener
 
caretUpdate(CaretEvent) - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputFrame.PredictiveInputListener
 
causes - Variable in exception edu.rice.cs.drjava.config.OptionParseException
 
CEI_TEXT - Variable in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
 
CenteredIcon - Class in edu.rice.cs.util.swing
This icon takes the given icon and centers it into a canvas of the given width and height.
CenteredIcon(Icon, int, int) - Constructor for class edu.rice.cs.util.swing.CenteredIcon
 
centerH() - Method in class edu.rice.cs.drjava.ui.RecentDocFrame
Centers the frame in the screen.
centerV() - Method in class edu.rice.cs.drjava.ui.RecentDocFrame
Centers the frame in the screen.
centerViewOnLine(int) - Method in class edu.rice.cs.drjava.ui.DefinitionsPane
 
centerViewOnOffset(int) - Method in class edu.rice.cs.drjava.ui.DefinitionsPane
Centers the view (pane) on the specified offset.
changeDocumentText(String, OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase
Clear all old text and insert the given text.
changedUpdate(DocumentEvent, Shape, ViewFactory) - Method in class edu.rice.cs.drjava.model.definitions.ColoringView
Called when a change occurs.
changedUpdate(DocumentEvent) - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputFrame.PredictiveInputListener
 
changeHighlight(Object, int, int) - Method in class edu.rice.cs.drjava.ui.ReverseHighlighter
Changes a highlight.
changeInputListener(InputListener, InputListener) - Method in class edu.rice.cs.drjava.model.repl.InteractionsModel
Changes the input listener.
changeInputListener(InputListener, InputListener) - Method in interface edu.rice.cs.drjava.model.repl.InteractionsModelCallback
Changes the input listener.
changeInputListener(InputListener, InputListener) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.DummyInteractionsModel
 
changeRegion(BrowserDocumentRegion, Lambda<BrowserDocumentRegion, Object>) - Method in class edu.rice.cs.drjava.model.BrowserHistoryManager
Apply the given command to the specified region to change it.
changeRegion(R, Lambda<R, Object>) - Method in class edu.rice.cs.drjava.model.ConcreteRegionManager
Apply the given command to the specified region to change it.
changeRegion(R, Lambda<R, Object>) - Method in interface edu.rice.cs.drjava.model.RegionManager
Apply the given command to the specified region to change it.
CHARACTER_RETURN_STYLE - Static variable in class edu.rice.cs.drjava.model.repl.InteractionsDocument
 
charValue(Character) - Static method in class edu.rice.cs.drjava.model.repl.newjvm.InterpretResult
 
CHECK_MAIN_VM_ALIVE_SECONDS - Static variable in class edu.rice.cs.util.newjvm.AbstractSlaveJVM
 
checkAltKey() - Method in class edu.rice.cs.drjava.ui.DefinitionsPane
 
checkbox - Variable in class edu.rice.cs.util.swing.CheckBoxJList.CheckBoxListCellRenderer
 
CHECKBOXES_COLUMN_INDEX - Static variable in class edu.rice.cs.util.swing.ScrollableListSelectionDialog
The column index of the checkboxes column.
CheckBoxJList - Class in edu.rice.cs.util.swing
A JList with checkboxes for each item.
CheckBoxJList(Vector<String>) - Constructor for class edu.rice.cs.util.swing.CheckBoxJList
 
CheckBoxJList(Vector<String>, Vector<String>) - Constructor for class edu.rice.cs.util.swing.CheckBoxJList
 
CheckBoxJList(<any>) - Constructor for class edu.rice.cs.util.swing.CheckBoxJList
 
CheckBoxJList.CheckBoxListCellRenderer - Class in edu.rice.cs.util.swing
 
CheckBoxJList.CheckBoxListCellRenderer() - Constructor for class edu.rice.cs.util.swing.CheckBoxJList.CheckBoxListCellRenderer
 
checkClassName(String) - Static method in class edu.rice.cs.drjava.ui.NewJavaClassDialog
 
checkCompileOccurred() - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.CompileShouldFailListener
 
checkCompileOccurred() - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.CompileShouldSucceedListener
 
checkConflictFree(StringBuilder, ZipOutputStream, String, Runnable, Runnable) - Method in class edu.rice.cs.drjava.ui.GenerateCustomDrJavaJarFrame
Verify that the jar files don't conflict.
checkConflicts() - Method in class edu.rice.cs.drjava.ui.GenerateCustomDrJavaJarFrame
Verify that the jar files don't conflict.
checkFile(File, String) - Method in class edu.rice.cs.drjava.CommandLineTest
Helper for testRelativeFile and testDotPaths.
checkHeapSize(long) - Static method in class edu.rice.cs.drjava.config.ConfigOptionListeners
 
checkIfClassFileInSync() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
Determines if document has a class file consistent with its current state.
checkIfClassFileInSync() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
checkIfClassFileInSync() - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
Checks if the document is modified.
checkIfClassFileInSync() - Method in class edu.rice.cs.util.docnavigation.DummyINavigatorItem
 
checkIfClassFileInSync() - Method in interface edu.rice.cs.util.docnavigation.INavigatorItem
 
checkInterfaceNames(String) - Static method in class edu.rice.cs.drjava.ui.NewJavaClassDialog
 
checkNewBetaVersion(Box<String>, Box<Date>) - Static method in class edu.rice.cs.drjava.ui.NewVersionPopup
Return true if there is a beta release available that's newer than this version.
checkNewDevVersion(Box<String>, Box<Date>) - Static method in class edu.rice.cs.drjava.ui.NewVersionPopup
Return true if there is a development release available that's newer than this version.
checkNewStableVersion(Box<String>, Box<Date>) - Static method in class edu.rice.cs.drjava.ui.NewVersionPopup
Return true if there is a stable release available that's newer than this version.
checkNewVersion() - Method in class edu.rice.cs.drjava.ui.NewVersionPopup
Returns true if there is a new version available that matches the users criterion.
checkNewWeeklyVersion(Box<String>, Box<Date>) - Static method in class edu.rice.cs.drjava.ui.NewVersionPopup
Return true if there is a weekly build available that's newer than this version.
checkSet(String, Integer, File, int) - Method in class edu.rice.cs.drjava.config.OptionMapLoaderTest
 
checkStillAlive() - Method in class edu.rice.cs.util.newjvm.AbstractMasterJVM
No-op to prove that the master is still alive.
checkStillAlive() - Method in interface edu.rice.cs.util.newjvm.MasterRemote
No-op to prove that the master is still alive.
checkSuperClassName(String) - Static method in class edu.rice.cs.drjava.ui.NewJavaClassDialog
 
chooseColor() - Method in class edu.rice.cs.drjava.ui.config.ColorOptionComponent
Shows a color chooser dialog for picking a new color.
chooseDir(JTextPane) - Method in class edu.rice.cs.drjava.ui.ExecuteExternalDialog
Opens the file chooser to select a directory, putting the result in the file field.
chooseFile() - Method in class edu.rice.cs.drjava.ui.config.VectorAbsRelFileOptionComponent
Shows a file chooser for adding a file to the element.
chooseFile() - Method in class edu.rice.cs.drjava.ui.config.VectorFileOptionComponent
Shows a file chooser for adding a file to the element.
chooseFile(JTextPane) - Method in class edu.rice.cs.drjava.ui.ExecuteExternalDialog
Opens the file chooser to select a file, putting the result in the file field.
chooseFont() - Method in class edu.rice.cs.drjava.ui.config.FontOptionComponent
Shows a custom font chooser dialog to pick a new font.
chooseKeyStroke() - Method in class edu.rice.cs.drjava.ui.config.VectorKeyStrokeOptionComponent
Shows a dialog for adding a keystroke to the element.
chooseString() - Method in class edu.rice.cs.drjava.ui.config.VectorStringOptionComponent
Shows a JOptionPane for adding a string to the element.
CIE_TEXT - Variable in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
 
CLASS_IN_PACKAGE_CLASS_TEXT - Static variable in class edu.rice.cs.drjava.model.repl.InteractionsModelErrorTest
 
CLASS_WITH_STATIC_FIELD - Static variable in class edu.rice.cs.drjava.model.debug.DebugTestCase
 
ClassAndInterfaceFinder - Class in edu.rice.cs.drjava.model
Class with getClassName method for finding the name of the first class or interface defined in a file
ClassAndInterfaceFinder(Reader) - Constructor for class edu.rice.cs.drjava.model.ClassAndInterfaceFinder
 
ClassAndInterfaceFinder(File) - Constructor for class edu.rice.cs.drjava.model.ClassAndInterfaceFinder
 
ClassAndInterfaceFinderTest - Class in edu.rice.cs.drjava.model
ClassAndInterfaceFinderTest for unit testing ClassAndInterfaceFinder.
ClassAndInterfaceFinderTest() - Constructor for class edu.rice.cs.drjava.model.ClassAndInterfaceFinderTest
 
classFileError(ClassFileError) - Method in class edu.rice.cs.drjava.model.DummyGlobalModelListener
Called when trying to test an illegal class file.
classFileError(ClassFileError) - Method in class edu.rice.cs.drjava.model.GlobalEventNotifier
Called when trying to test an illegal class file.
classFileError(ClassFileError) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.JUnitTestListener
 
classFileError(ClassFileError) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
classFileError(ClassFileError) - Method in class edu.rice.cs.drjava.model.junit.DefaultJUnitModel
Called to indicate that an illegal class file was encountered
classFileError(ClassFileError) - Method in class edu.rice.cs.drjava.model.junit.JUnitEventNotifier
 
classFileError(ClassFileError) - Method in interface edu.rice.cs.drjava.model.junit.JUnitListener
Called when JUnit encounters an illegal class file.
classFileError(ClassFileError) - Method in interface edu.rice.cs.drjava.model.junit.JUnitModelCallback
Called from the JUnitTestManager if it encounters an illegal class file.
classFileError(ClassFileError) - Method in class edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM
Notifies the main JVM that JUnitTestManager has encountered an illegal class file.
classFileError(ClassFileError) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM
Called if the slave JVM encounters an illegal class file in testing.
classFileError(ClassFileError) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.DummyJUnitModel
 
classFileError(ClassFileError) - Method in interface edu.rice.cs.drjava.model.repl.newjvm.MainJVMRemoteI
Called if the slave JVM encounters an illegal class file during testing.
classFileError(ClassFileError) - Method in class edu.rice.cs.drjava.ui.MainFrame.ModelListener
Event that is fired when testing encounters an illegal class file.
ClassFileError - Error in edu.rice.cs.util.classloader
 
ClassFileError(String, String, LinkageError) - Constructor for error edu.rice.cs.util.classloader.ClassFileError
 
classFileErrorCount - Variable in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
classForJava(File, String) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase
Given a .java file and a class file name, returns the corresponding .class file.
className() - Method in class edu.rice.cs.drjava.model.junit.JUnitError
Gets the class name
ClassNameNotFoundException - Exception in edu.rice.cs.drjava.model.definitions
Exception indicating that a class name could not be found in the DefinitionsDocument from which it was thrown.
ClassNameNotFoundException(String) - Constructor for exception edu.rice.cs.drjava.model.definitions.ClassNameNotFoundException
 
CLASSPATH_OUT_OF_SYNC_MSG - Static variable in class edu.rice.cs.drjava.model.AbstractGlobalModel
 
classPathChanged - Variable in class edu.rice.cs.drjava.model.AbstractGlobalModel
A state varible indicating whether the class path has changed.
ClassPathFilter - Class in edu.rice.cs.drjava.ui
A file filter for files with extensions ".jar"/".zip".
ClassPathFilter() - Constructor for class edu.rice.cs.drjava.ui.ClassPathFilter
 
ClassPathManager - Class in edu.rice.cs.drjava.model.repl.newjvm
Maintains a dynamic class path, allowing entries to be incrementally added in the appropriate place in the list.
ClassPathManager(Iterable<File>) - Constructor for class edu.rice.cs.drjava.model.repl.newjvm.ClassPathManager
 
ClassPathOption - Class in edu.rice.cs.drjava.config
Generate vector options separately to appease javadoc.
ClassPathOption() - Constructor for class edu.rice.cs.drjava.config.ClassPathOption
 
classPrepared(ClassPrepareEvent) - Method in class edu.rice.cs.drjava.model.debug.jpda.PendingRequestManager
Called by the EventHandler whenever a ClassPrepareEvent occurs.
cleanBuildDirectory() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
 
cleanBuildDirectory() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.FlatFileGroupingState
 
cleanBuildDirectory() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ProjectFileGroupingState
 
cleanBuildDirectory() - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
cleanBuildDirectory() - Method in interface edu.rice.cs.drjava.model.FileGroupingState
Cleans the build directory.
cleanBuildDirectory() - Method in interface edu.rice.cs.drjava.model.GlobalModel
Cleans the build directory.
cleanFolderNode(DefaultMutableTreeNode) - Method in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
If the given node is an InnerNode with no children, it removes it from the tree.
cleanUp() - Static method in class edu.rice.cs.drjava.DrJava
 
cleanUp() - Method in class edu.rice.cs.drjava.model.FindReplaceMachine
 
cleanUpPrintJob() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
Clears the pageable object used to hold the print job.
cleanUpPrintJob() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
cleanUpPrintJob() - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
 
cleanUpPrintJob() - Method in class edu.rice.cs.drjava.ui.ErrorPanel.ErrorDocument
 
cleanUpPrintJob() - Method in class edu.rice.cs.util.text.ConsoleDocument
Clears the pageable object used to hold the print job.
clear() - Method in class edu.rice.cs.drjava.model.AbstractDJDocument
 
clear() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
clear() - Method in interface edu.rice.cs.drjava.model.DJDocument
Clears the entire text of the document.
clear() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
clear() - Method in class edu.rice.cs.drjava.model.repl.History
Clears the vector
clear() - Method in interface edu.rice.cs.util.docnavigation.IDocumentNavigator
Removes all INavigatorItems from this IDocumentNavigator.
clear() - Method in class edu.rice.cs.util.docnavigation.JListNavigator
Clears the navigator and removes all documents.
clear() - Method in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
Removes all IDocuments from this IDocumentNavigator.
clear() - Method in class edu.rice.cs.util.swing.SwingWorker.ThreadVar
 
clear() - Method in class edu.rice.cs.util.text.SwingDocument
 
clearBrowserRegions() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
Clear the browser history regions for this document.
clearBrowserRegions() - Method in class edu.rice.cs.drjava.model.BrowserHistoryManager
Tells the manager to remove all regions.
clearBrowserRegions() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
clearBrowserRegions() - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
Remove the browser regions for this document from the browser history manager.
clearButtons() - Method in class edu.rice.cs.util.swing.ScrollableListDialog.Builder
 
clearCache() - Method in class edu.rice.cs.drjava.model.compiler.LanguageLevelStackTraceMapper
Clears the TreeMap cache
clearCategory(String) - Method in class edu.rice.cs.drjava.config.PropertyMaps
Clear the specified category.
clearChoosableFileFilters() - Method in class edu.rice.cs.util.swing.DirectorySelectorComponent
 
clearChoosableFileFilters() - Method in class edu.rice.cs.util.swing.FileSelectorStringComponent
 
clearColoring() - Method in class edu.rice.cs.drjava.model.repl.InteractionsDJDocument
Called when the Interactions pane is reset.
clearCompleteClassSet() - Method in class edu.rice.cs.drjava.ui.MainFrame
Clear the set of all classes.
clearCurrentAction - Variable in class edu.rice.cs.drjava.ui.AbstractConsoleController
Removes all text after the prompt.
clearCurrentInput() - Method in class edu.rice.cs.util.text.ConsoleDocument
Clears the current input text.
clearCurrentInteraction() - Method in class edu.rice.cs.drjava.model.repl.InteractionsDocument
Clears the current input text and then moves to the end of the command history.
clearCurrentStepRequest() - Method in class edu.rice.cs.drjava.model.debug.NoDebuggerAvailable
Called from interactionsEnded in MainFrame in order to clear any current StepRequests that remain.
clearErrors() - Static method in class edu.rice.cs.drjava.ui.DrJavaErrorHandler
Clears the list of errors.
clearEventQueue() - Static method in class edu.rice.cs.util.swing.Utilities
Clears the event queue by waiting until all events currently in the queue have been processed.
clearEventQueue(boolean) - Static method in class edu.rice.cs.util.swing.Utilities
Clears the event queue by waiting until all events currently in the queue have been processed.
clearExcludedFile() - Method in class edu.rice.cs.drjava.config.RecursiveFileListProperty.FileMaskFilter
 
clearFilesToOpen() - Static method in class edu.rice.cs.drjava.DrJava
Clear the list of files to open.
clearHistory() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
throws UnsupportedOperationException
clearHistory() - Method in class edu.rice.cs.drjava.model.DefaultGlobalModel
Clears the interactions history
clearHistory() - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
clearHistory() - Method in interface edu.rice.cs.drjava.model.GlobalModel
Clears the interactions history.
clearHistory() - Method in class edu.rice.cs.drjava.model.repl.InteractionsDocument
Clears the history
clearIncludedFile() - Method in class edu.rice.cs.drjava.config.RecursiveFileListProperty.FileMaskFilter
 
clearJavaAPISet() - Method in class edu.rice.cs.drjava.ui.MainFrame
Clears the Java API class set.
clearPainters() - Method in interface edu.rice.cs.drjava.model.IHighlighted
Clear all painters.
clearRegions() - Method in class edu.rice.cs.drjava.model.ConcreteRegionManager
Tells the manager to remove all regions.
clearRegions() - Method in interface edu.rice.cs.drjava.model.RegionManager
Tells the manager to remove all regions.
clearRegistrationListeners() - Method in class edu.rice.cs.drjava.model.cache.DocumentCache
 
clearStatusMessage() - Method in class edu.rice.cs.drjava.ui.MainFrame
Sets the message text in the status bar to the null string.
clearVariables() - Method in class edu.rice.cs.drjava.config.PropertyMaps
Clear all user-defined variables.
clickedOK() - Method in class edu.rice.cs.util.swing.FontChooser
Returns whether the user clicked OK when the dialog was closed.
CLIPBOARD_HISTORY_SIZE - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
How many entries are kept in the clipboard history.
ClipboardHistoryFrame - Class in edu.rice.cs.drjava.ui
Frame with history of clipboard.
ClipboardHistoryFrame(MainFrame, String, ClipboardHistoryModel, ClipboardHistoryFrame.CloseAction, ClipboardHistoryFrame.CloseAction) - Constructor for class edu.rice.cs.drjava.ui.ClipboardHistoryFrame
Create a new clipboard history frame.
ClipboardHistoryFrame.CloseAction - Interface in edu.rice.cs.drjava.ui
Interface for an action to be performed when the user closes the frame, either by using "OK" or "Cancel".
ClipboardHistoryFrame.FrameState - Class in edu.rice.cs.drjava.ui
Class to save the frame state, i.e.
ClipboardHistoryFrame.FrameState(Dimension, Point) - Constructor for class edu.rice.cs.drjava.ui.ClipboardHistoryFrame.FrameState
 
ClipboardHistoryFrame.FrameState(String) - Constructor for class edu.rice.cs.drjava.ui.ClipboardHistoryFrame.FrameState
 
ClipboardHistoryFrame.FrameState(ClipboardHistoryFrame) - Constructor for class edu.rice.cs.drjava.ui.ClipboardHistoryFrame.FrameState
 
ClipboardHistoryFrame.HistoryString - Class in edu.rice.cs.drjava.ui
Keeps a full string, but toString is only the first line.
ClipboardHistoryFrame.HistoryString(String) - Constructor for class edu.rice.cs.drjava.ui.ClipboardHistoryFrame.HistoryString
 
ClipboardHistoryModel - Class in edu.rice.cs.drjava.model
Model class for clipboard history.
ClipboardHistoryModel(int) - Constructor for class edu.rice.cs.drjava.model.ClipboardHistoryModel
Create a new clipboard history model.
ClipboardHistoryModelTest - Class in edu.rice.cs.drjava.model
 
ClipboardHistoryModelTest() - Constructor for class edu.rice.cs.drjava.model.ClipboardHistoryModelTest
 
clipLeft() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.TokenList.Iterator
Gets rid of extra text.
clipRight() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.TokenList.Iterator
Gets rid of extra text.
clone() - Method in class edu.rice.cs.drjava.config.PropertyMaps
Clone this PropertyMaps object.
close() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
Degenerate version of close; does not remove breakpoints in this document
close() - Method in interface edu.rice.cs.drjava.model.cache.DCacheAdapter
Closes the corresponding document for this adapter.
close() - Method in class edu.rice.cs.drjava.model.cache.DocumentCache.DocManager
Closes the corresponding document for this adapter.
close() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
Closes this DefinitionsDocument (but not the enclosing OpenDefinitionsDocument).
close() - Method in interface edu.rice.cs.drjava.model.definitions.DocumentClosedListener
Called when the DefinitionsDocument is closing.
close() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
close() - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
Should be called when closing an ODD to let the ODD clean up after itself.
close() - Method in class edu.rice.cs.drjava.ui.DefinitionsPane
Called when the definitions pane is released from duty.
CLOSE - Variable in class edu.rice.cs.drjava.ui.GenerateCustomDrJavaJarFrame
Runnable that calls _close.
close() - Method in class edu.rice.cs.drjava.ui.GenerateCustomDrJavaJarFrame
Resets the frame and hides it.
close() - Method in class edu.rice.cs.drjava.ui.SimpleInteractionsWindow
Terminates this process.
close() - Method in class edu.rice.cs.util.jar.JarBuilder
Close writing on the jar file
close() - Method in class edu.rice.cs.util.JoinInputStream
Close all attached input streams and stop their listener threads.
close() - Method in class edu.rice.cs.util.Log
Closes a log file.
close() - Method in class edu.rice.cs.util.ReaderThread
 
close - Variable in class edu.rice.cs.util.StreamRedirectThread
 
close() - Method in interface edu.rice.cs.util.swing.IAsyncProgress
 
closeAction() - Method in class edu.rice.cs.drjava.ui.NewVersionPopup
 
closeAll() - Method in class edu.rice.cs.drjava.ui.MainFrame
 
closeAllFiles() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Attempts to close all open documents.
closeAllFiles() - Method in class edu.rice.cs.drjava.model.cache.DocumentCacheTest.TestGlobalModel
 
closeAllFiles() - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
closeAllFiles() - Method in interface edu.rice.cs.drjava.model.GlobalModel
Attempts to close all open documents.
closeAllFilesOnQuit() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Closes all open documents.
closeAllFilesOnQuit() - Method in interface edu.rice.cs.drjava.model.SingleDisplayModel
 
closeCount - Variable in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
closedBraceImmediatelyLeft() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelBrace
 
closedCt - Variable in class edu.rice.cs.drjava.ui.DefinitionsPaneMemoryLeakTest.DocChangeListener
 
closeDialog() - Method in class edu.rice.cs.util.swing.ScrollableListDialog
Should be called when the dialog should be closed.
closeDialog() - Method in class edu.rice.cs.util.swing.ScrollableListSelectionDialog
Should be called when the dialog should be closed.
closeDocument(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.ui.RecentDocFrame
Removes the document from the list.
closeFile(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Closes an open definitions document, prompting to save if the document has been changed.
closeFile(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.cache.DocumentCacheTest.TestGlobalModel
 
closeFile(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
closeFile(OpenDefinitionsDocument) - Method in interface edu.rice.cs.drjava.model.GlobalModel
Closes an open definitions document, prompting to save if the document has been changed.
closeFileHelper(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Helper for closeFile.
closeFiles(List<OpenDefinitionsDocument>) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
This function closes a group of files assuming that the files are contiguous in the enumeration provided by the document navigator.
closeFiles(List<OpenDefinitionsDocument>) - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
closeFiles(List<OpenDefinitionsDocument>) - Method in interface edu.rice.cs.drjava.model.GlobalModel
This function closes a group of files assuming that the files are contiguous in the enumeration provided by the document navigator.
closeFiles(List<OpenDefinitionsDocument>) - Method in interface edu.rice.cs.drjava.model.SingleDisplayModel
Shared code between close project and close All files which only sets the new active document after all documents to be closed have been closed.
closeFileWithoutPrompt(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Closes an open definitions document, without prompting to save if the document has been changed.
closeFileWithoutPrompt(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
closeFileWithoutPrompt(OpenDefinitionsDocument) - Method in interface edu.rice.cs.drjava.model.GlobalModel
Closes an open definitions document, without prompting to save if the document has been changed.
closeIfEmpty() - Method in class edu.rice.cs.drjava.ui.BreakpointsPanel
Overloaded for BreakpointsPanel, do not close the panel if the tree becomes empty.
closeIfEmpty() - Method in class edu.rice.cs.drjava.ui.RegionsTreePanel
Close the panel if the tree becomes empty.
closeProject(boolean) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Performs any needed operations on the model after project files have been closed.
closeProject(boolean) - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
closeProject(boolean) - Method in interface edu.rice.cs.drjava.model.GlobalModel
Performs any needed operations on the model before closing the project and its files.
closeProject() - Method in class edu.rice.cs.drjava.ui.MainFrame
Closes project when DrJava is not in the process of quitting.
CLOSING_BRACES - Static variable in class edu.rice.cs.drjava.model.AbstractDJDocument
The set of closing braces recognized in most indenting operations.
closingKickOut() - Method in class edu.rice.cs.drjava.model.cache.DocumentCache.DocManager
Called by the cache when the document is being closed.
cm - Variable in class edu.rice.cs.util.StreamRedirectThread
This completion monitor is used when a new input stream is set.
cmdline() - Method in class edu.rice.cs.util.GeneralProcessCreator
Get the command line.
cmdline() - Method in class edu.rice.cs.util.ProcessCreator
Get the command line.
coarsenVersion(JavaVersion.FullVersion) - Static method in class edu.rice.cs.drjava.model.DefaultGlobalModel
 
codeIndex() - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger.DelegatingLocation
 
CodeStatus - Class in edu.rice.cs.drjava
Contains the constant that specifies whether any new features should be used in any compilation or test.
CodeStatus() - Constructor for class edu.rice.cs.drjava.CodeStatus
 
collapse(ModelList<T>.ModelIterator) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ModelList.ModelIterator
Delete all nodes between the current position of this and the current position of the given iterator.
collapseAll() - Method in class edu.rice.cs.drjava.ui.RegionsTreePanel
Collapse all tree nodes.
collapsePaths(String[]) - Method in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
Collapses all the paths in the tree that match one of the path strings included in the given hash set.
collapsePaths(HashSet<String>) - Method in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
Set variation of collapsePaths(String ...).
collectValidResults(GlobalModel, LinkedHashMap<File, Set<JDKDescriptor>>, Map<JavaVersion.FullVersion, Iterable<JarJDKToolsLibrary>>, Map<JavaVersion.FullVersion, Iterable<JarJDKToolsLibrary>>) - Static method in class edu.rice.cs.drjava.model.JarJDKToolsLibrary
Check which jars are valid JDKs, and determine if they are compound or full (non-compound) JDKs.
color - Variable in class edu.rice.cs.drjava.ui.AboutDialog.ImageInfo
 
color - Variable in class edu.rice.cs.drjava.ui.ReverseHighlighter.DefaultFrameHighlightPainter
 
color - Variable in class edu.rice.cs.drjava.ui.ReverseHighlighter.DefaultUnderlineHighlightPainter
 
ColoringGlyphPainter - Class in edu.rice.cs.drjava.model.definitions
 
ColoringGlyphPainter(Runnable) - Constructor for class edu.rice.cs.drjava.model.definitions.ColoringGlyphPainter
 
ColoringGlyphPainter.ColorOptionListener - Class in edu.rice.cs.drjava.model.definitions
The OptionListeners for DEFINITIONS COLORs
ColoringGlyphPainter.ColorOptionListener() - Constructor for class edu.rice.cs.drjava.model.definitions.ColoringGlyphPainter.ColorOptionListener
 
ColoringGlyphPainter.FontOptionListener - Class in edu.rice.cs.drjava.model.definitions
 
ColoringGlyphPainter.FontOptionListener() - Constructor for class edu.rice.cs.drjava.model.definitions.ColoringGlyphPainter.FontOptionListener
 
ColoringView - Class in edu.rice.cs.drjava.model.definitions
This view class renders text on the screen using the reduced model info.
ColoringView(Element) - Constructor for class edu.rice.cs.drjava.model.definitions.ColoringView
Constructs a new coloring view.
ColoringView.ColorOptionListener - Class in edu.rice.cs.drjava.model.definitions
The OptionListeners for DEFINITIONS COLORs
ColoringView.ColorOptionListener() - Constructor for class edu.rice.cs.drjava.model.definitions.ColoringView.ColorOptionListener
 
ColoringView.FontOptionListener - Class in edu.rice.cs.drjava.model.definitions
 
ColoringView.FontOptionListener() - Constructor for class edu.rice.cs.drjava.model.definitions.ColoringView.FontOptionListener
 
ColorOption - Class in edu.rice.cs.drjava.config
Class defining all configuration options with values of type Color.
ColorOption(String, Color) - Constructor for class edu.rice.cs.drjava.config.ColorOption
 
ColorOptionComponent - Class in edu.rice.cs.drjava.ui.config
Graphical form of a ColorOption.
ColorOptionComponent(ColorOption, String, SwingFrame) - Constructor for class edu.rice.cs.drjava.ui.config.ColorOptionComponent
Main constructor for ColorOptionComponent.
ColorOptionComponent(ColorOption, String, SwingFrame, boolean) - Constructor for class edu.rice.cs.drjava.ui.config.ColorOptionComponent
An alternate constructor, allowing the caller to specify whether this color is a background color.
ColorOptionComponent(ColorOption, String, SwingFrame, boolean, boolean) - Constructor for class edu.rice.cs.drjava.ui.config.ColorOptionComponent
 
ColorOptionComponent(ColorOption, String, SwingFrame, String) - Constructor for class edu.rice.cs.drjava.ui.config.ColorOptionComponent
Constructor that allows for a tooltip description.
ColorOptionComponent(ColorOption, String, SwingFrame, String, boolean) - Constructor for class edu.rice.cs.drjava.ui.config.ColorOptionComponent
Constructor that allows for a tooltip description as well as whether or not this is a background color.
ColorOptionComponent(ColorOption, String, SwingFrame, String, boolean, boolean) - Constructor for class edu.rice.cs.drjava.ui.config.ColorOptionComponent
Constructor that allows for a tooltip description as well as whether or not this is a background color.
ColorOptionComponentTest - Class in edu.rice.cs.drjava.ui.config
Tests functionality of this OptionComponent
ColorOptionComponentTest(String) - Constructor for class edu.rice.cs.drjava.ui.config.ColorOptionComponentTest
 
ColorOptionTest - Class in edu.rice.cs.drjava.config
Class according to the JUnit protocol.
ColorOptionTest(String) - Constructor for class edu.rice.cs.drjava.config.ColorOptionTest
 
colorVariables(JTextPane, PropertyMaps, DocumentListener, SimpleAttributeSet, SimpleAttributeSet, SimpleAttributeSet) - Method in class edu.rice.cs.drjava.ui.ExecuteExternalDialog
Color properties as variables.
CommandLineTest - Class in edu.rice.cs.drjava
Tests opening/creating files specified as command line arguments.
CommandLineTest(String) - Constructor for class edu.rice.cs.drjava.CommandLineTest
Constructor.
commandLineToLists(String) - Static method in class edu.rice.cs.util.StringOps
Convert a command line into a list of list of lists of individual arguments.
commentBlock(int, int) - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
Comments out the lines between start and end inclusive, using wing comments -- "// ".
commentCursorOffset() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelControl
 
COMMENTED - Static variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.HighlightStatus
 
COMMENTED_COLOR - Static variable in class edu.rice.cs.drjava.model.definitions.ColoringGlyphPainter
 
COMMENTED_COLOR - Static variable in class edu.rice.cs.drjava.model.definitions.ColoringView
 
commentLines(int, int) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
commentLines(int, int) - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
Comments out all lines between selStart and selEnd, inclusive.
commentLines(int, int) - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
commentLines(int, int) - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
The following methods are forwarding methods required by the rest of the program in order for the OpenDefinitionsDocument to handle DefinitionsDocuments
commentLines() - Method in class edu.rice.cs.drjava.ui.MainFrame
Comment current selection using wing commenting.
CommentTest - Class in edu.rice.cs.drjava.model.definitions
Test the comment lines / uncomment lines functionality.
CommentTest() - Constructor for class edu.rice.cs.drjava.model.definitions.CommentTest
 
CommonCloseButton - Class in edu.rice.cs.drjava.ui
Common button that can be instantiated to create close buttons with any ActionListener to notify, or not, if you so choose.
CommonCloseButton() - Constructor for class edu.rice.cs.drjava.ui.CommonCloseButton
 
CommonCloseButton(ActionListener) - Constructor for class edu.rice.cs.drjava.ui.CommonCloseButton
 
compare(X, X, PredictiveInputModel<X>) - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel.FragmentLineNumStrategy
 
compare(X, X, PredictiveInputModel<X>) - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel.FragmentStrategy
 
compare(X, X, PredictiveInputModel<X>) - Method in interface edu.rice.cs.drjava.ui.predictive.PredictiveInputModel.MatchingStrategy
Compare the two items and return -1, 0, or 1 if item1 is less than, equal to, or greater than item2.
compare(X, X, PredictiveInputModel<X>) - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel.PrefixLineNumStrategy
 
compare(X, X, PredictiveInputModel<X>) - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel.PrefixStrategy
 
compare(X, X, PredictiveInputModel<X>) - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel.RegExLineNumStrategy
 
compare(X, X, PredictiveInputModel<X>) - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel.RegExStrategy
 
compareByPosition(DJError) - Method in class edu.rice.cs.drjava.model.DJError
Compares this error's postion with other error's, based first on line number, then by column.
compareErrorWarning(DJError) - Method in class edu.rice.cs.drjava.model.DJError
Compare otherwise equal errors.
compareTo(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
Orders ODDs by their lexical names.
compareTo(BrowserDocumentRegion) - Method in class edu.rice.cs.drjava.model.BrowserDocumentRegion
This relation is coarset than equals.
compareTo(OrderedDocumentRegion) - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDABreakpoint
Totally orders regions lexicographically based on (_doc, endOffset, startOffset).
compareTo(Location) - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger.DelegatingLocation
 
compareTo(DefaultGlobalModel.LibraryKey) - Method in class edu.rice.cs.drjava.model.DefaultGlobalModel.LibraryKey
 
compareTo(DJError) - Method in class edu.rice.cs.drjava.model.DJError
Compares by file, then by line, then by column.
compareTo(OrderedDocumentRegion) - Method in class edu.rice.cs.drjava.model.DocumentRegion
Totally orders regions lexicographically based on (_doc, endOffset, startOffset).
compareTo(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
compareTo(KeyStrokeOptionComponent) - Method in class edu.rice.cs.drjava.ui.config.KeyStrokeOptionComponent
Compares two KeyStrokeOptionComponents based on the text of their labels.
compareTo(VectorKeyStrokeOptionComponent) - Method in class edu.rice.cs.drjava.ui.config.VectorKeyStrokeOptionComponent
Compare two components to have them sorted alphabetically.
compareTo(MainFrameStatics.AutoCompletePopupEntry) - Method in class edu.rice.cs.drjava.ui.MainFrameStatics.AutoCompletePopupEntry
 
compareTo(ProjectAdvancedPropertiesFrame.PreferencesRecord) - Method in class edu.rice.cs.drjava.ui.ProjectAdvancedPropertiesFrame.PreferencesRecord
 
compareTo(File) - Method in class edu.rice.cs.util.FileOps.NullFile
 
compile(List<? extends File>, List<? extends File>, List<? extends File>, File, List<? extends File>, String, boolean) - Method in interface edu.rice.cs.drjava.model.compiler.CompilerInterface
Compile the given files.
compile(List<OpenDefinitionsDocument>) - Method in interface edu.rice.cs.drjava.model.compiler.CompilerModel
Compiles the specified documents which must be saved first.
compile(OpenDefinitionsDocument) - Method in interface edu.rice.cs.drjava.model.compiler.CompilerModel
Compiles a single document which must be saved first.
compile(List<OpenDefinitionsDocument>) - Method in class edu.rice.cs.drjava.model.compiler.DefaultCompilerModel
Compiles all of the given files.
compile(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.compiler.DefaultCompilerModel
Compiles the given file.
compile(List<? extends File>, List<? extends File>, List<? extends File>, File, List<? extends File>, String, boolean) - Method in class edu.rice.cs.drjava.model.compiler.JavacCompiler
 
compile(List<? extends File>, List<? extends File>, List<? extends File>, File, List<? extends File>, String, boolean) - Method in class edu.rice.cs.drjava.model.compiler.NoCompilerAvailable
 
compile(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.CompileShouldFailListener
 
compile(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.CompileShouldSucceedListener
 
compileAborted(Exception) - Method in class edu.rice.cs.drjava.model.compiler.CompilerEventNotifier
Called if the compile cannot be performed.
compileAborted(Exception) - Method in interface edu.rice.cs.drjava.model.compiler.CompilerListener
Called if a compilation is aborted.
compileAborted(Exception) - Method in class edu.rice.cs.drjava.model.compiler.DummyCompilerListener
 
compileAborted(Exception) - Method in class edu.rice.cs.drjava.model.DummyGlobalModelListener
Called if a compile is aborted.
compileAborted(Exception) - Method in class edu.rice.cs.drjava.model.GlobalEventNotifier
Called if a compile is aborted.
compileAborted(Exception) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.CompileShouldFailListener
 
compileAborted(Exception) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.CompileShouldSucceedListener
 
compileAborted(Exception) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
compileAborted(Exception) - Method in class edu.rice.cs.drjava.ui.MainFrame.ModelListener
Called if a compilation is aborted.
compileAll() - Method in interface edu.rice.cs.drjava.model.compiler.CompilerModel
Compiles all documents, which requires that the documents be saved first.
compileAll() - Method in class edu.rice.cs.drjava.model.compiler.DefaultCompilerModel
Compile all open documents.
compileBeforeJavadoc(CompilerListener) - Method in class edu.rice.cs.drjava.model.DummyGlobalModelListener
Called to demand that all files be compiled before generating Javadoc.
compileBeforeJavadoc(CompilerListener) - Method in class edu.rice.cs.drjava.model.GlobalEventNotifier
Called before attempting Javadoc, to give the user a chance to compile.
compileBeforeJavadoc(CompilerListener) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
compileBeforeJavadoc(CompilerListener) - Method in class edu.rice.cs.drjava.model.javadoc.JavadocEventNotifier
Asks the user if all files should be compiled before running javadoc (assuming the proper listener has been installed).
compileBeforeJavadoc(CompilerListener) - Method in interface edu.rice.cs.drjava.model.javadoc.JavadocListener
Called before attempting Javadoc, to give the user a chance to compile.
compileBeforeJavadoc(CompilerListener) - Method in class edu.rice.cs.drjava.ui.MainFrame.ModelListener
 
compileBeforeJavadocCount - Variable in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
compileBeforeJUnit(CompilerListener, List<OpenDefinitionsDocument>) - Method in class edu.rice.cs.drjava.model.DummyGlobalModelListener
Called to demand that all class file must be in sync before running unit tests.
compileBeforeJUnit(CompilerListener, List<OpenDefinitionsDocument>) - Method in class edu.rice.cs.drjava.model.GlobalEventNotifier
Called before attempting unit testing if tested class files are out of sync, to give the user a chance to save.
compileBeforeJUnit(CompilerListener, List<OpenDefinitionsDocument>) - Method in class edu.rice.cs.drjava.model.GlobalModelJUnitTest.JUnitCompileBeforeTestListener
 
compileBeforeJUnit(CompilerListener, List<OpenDefinitionsDocument>) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
compileBeforeJUnit(CompilerListener, List<OpenDefinitionsDocument>) - Method in class edu.rice.cs.drjava.model.junit.JUnitEventNotifier
Called before JUnit is started by the DefaultJUnitModel.
compileBeforeJUnit(CompilerListener, List<OpenDefinitionsDocument>) - Method in interface edu.rice.cs.drjava.model.junit.JUnitListener
Demands that all source files be in sync before running JUnit tests.
compileBeforeJUnit(CompilerListener, List<OpenDefinitionsDocument>) - Method in class edu.rice.cs.drjava.ui.MainFrame.ModelListener
Compile all open source files if this option is configured or running as a unit test.
compileBeforeJUnitCount - Variable in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
compileEndCount - Variable in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
compileEnded(File, List<? extends File>) - Method in class edu.rice.cs.drjava.model.compiler.CompilerEventNotifier
Called when a compile has finished running.
compileEnded(File, List<? extends File>) - Method in interface edu.rice.cs.drjava.model.compiler.CompilerListener
Called when a compile has finished running.
compileEnded(File, List<? extends File>) - Method in class edu.rice.cs.drjava.model.compiler.DummyCompilerListener
 
compileEnded(File, List<? extends File>) - Method in class edu.rice.cs.drjava.model.DummyGlobalModelListener
Called when a compile has finished running.
compileEnded(File, List<? extends File>) - Method in class edu.rice.cs.drjava.model.GlobalEventNotifier
Called when a compile has finished running.
compileEnded(File, List<? extends File>) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.CompileShouldFailListener
 
compileEnded(File, List<? extends File>) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.CompileShouldSucceedListener
 
compileEnded(File, List<? extends File>) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
compileEnded(File, List<? extends File>) - Method in class edu.rice.cs.drjava.ui.MainFrame.ModelListener
 
compileEnded(File, List<? extends File>) - Method in class edu.rice.cs.drjava.ui.MainFrameTest.SingleDisplayModelCompileListener
Just notify when the compile has ended
compileProject() - Method in interface edu.rice.cs.drjava.model.compiler.CompilerModel
Compiles all documents in the project source tree, which requires that the documents be saved first.
compileProject() - Method in class edu.rice.cs.drjava.model.compiler.DefaultCompilerModel
Compiles all documents in the project source tree.
compiler() - Method in class edu.rice.cs.drjava.model.JDKToolsLibrary
 
COMPILER_ERROR_COLOR - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Color for highlighting errors and test failures.
COMPILER_ERRORS_2872797_TEXT - Static variable in class edu.rice.cs.drjava.model.GlobalModelCompileErrorsTest
 
CompilerError - Class in edu.rice.cs.drjava.model.compiler
A class to represent source errors and warnings generated by the compiler.
CompilerError(File, int, int, String, boolean) - Constructor for class edu.rice.cs.drjava.model.compiler.CompilerError
Constructor.
CompilerError(File, String, boolean) - Constructor for class edu.rice.cs.drjava.model.compiler.CompilerError
Constructor for an DJError with an associated file but no location in the source
CompilerError(String, boolean) - Constructor for class edu.rice.cs.drjava.model.compiler.CompilerError
Constructor for CompilerErrors without files.
CompilerErrorModel - Class in edu.rice.cs.drjava.model.compiler
Contains the CompilerErrors for a set of compiled file after a compile has ended.
CompilerErrorModel() - Constructor for class edu.rice.cs.drjava.model.compiler.CompilerErrorModel
Constructs an empty CompilerErrorModel with no errors and a dummy global model.
CompilerErrorModel(DJError[], GlobalModel) - Constructor for class edu.rice.cs.drjava.model.compiler.CompilerErrorModel
Constructs a new CompilerErrorModel with specified global model.
CompilerErrorModel.StartAndEndIndex - Class in edu.rice.cs.drjava.model.compiler
This class is used only to track where the errors with positions for a file begin and end.
CompilerErrorModel.StartAndEndIndex(int, int) - Constructor for class edu.rice.cs.drjava.model.compiler.CompilerErrorModel.StartAndEndIndex
 
CompilerErrorModelTest - Class in edu.rice.cs.drjava.model.compiler
Tests the CompilerErrorModel.
CompilerErrorModelTest() - Constructor for class edu.rice.cs.drjava.model.compiler.CompilerErrorModelTest
 
CompilerErrorPanel - Class in edu.rice.cs.drjava.ui
The panel which houses the list of errors after an unsuccessful compilation.
CompilerErrorPanel(SingleDisplayModel, MainFrame) - Constructor for class edu.rice.cs.drjava.ui.CompilerErrorPanel
Constructor.
CompilerErrorPanel.CompilerErrorListPane - Class in edu.rice.cs.drjava.ui
 
CompilerErrorPanel.CompilerErrorListPane() - Constructor for class edu.rice.cs.drjava.ui.CompilerErrorPanel.CompilerErrorListPane
 
CompilerErrorPanel.CompilerLocationOptionListener<T> - Class in edu.rice.cs.drjava.ui
The OptionListener for compiler LOCATIONs
CompilerErrorPanel.CompilerLocationOptionListener() - Constructor for class edu.rice.cs.drjava.ui.CompilerErrorPanel.CompilerLocationOptionListener
 
CompilerEventNotifier - Class in edu.rice.cs.drjava.model.compiler
Keeps track of all listeners to a CompilerModel, and has the ability to notify them of some event.
CompilerEventNotifier() - Constructor for class edu.rice.cs.drjava.model.compiler.CompilerEventNotifier
 
CompilerInterface - Interface in edu.rice.cs.drjava.model.compiler
The minimum interface that a compiler must meet to be used by DrJava.
CompilerListener - Interface in edu.rice.cs.drjava.model.compiler
An interface for responding to events generated by the CompilerModel.
CompilerModel - Interface in edu.rice.cs.drjava.model.compiler
Interface for all compiler functionality in the model.
CompilerOptions - Class in edu.rice.cs.drjava.model.compiler
Represents the compiler warnings
CompilerOptions() - Constructor for class edu.rice.cs.drjava.model.compiler.CompilerOptions
 
CompilerOptions.WarningOptionListener - Class in edu.rice.cs.drjava.model.compiler
The OptionListener for the Warning Options
CompilerOptions.WarningOptionListener() - Constructor for class edu.rice.cs.drjava.model.compiler.CompilerOptions.WarningOptionListener
 
compileStartCount - Variable in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
compileStarted() - Method in class edu.rice.cs.drjava.model.compiler.CompilerEventNotifier
Called after a compile is started by the GlobalModel.
compileStarted() - Method in interface edu.rice.cs.drjava.model.compiler.CompilerListener
Called after a compile is started by the GlobalModel.
compileStarted() - Method in class edu.rice.cs.drjava.model.compiler.DummyCompilerListener
 
compileStarted() - Method in class edu.rice.cs.drjava.model.DummyGlobalModelListener
Called after a compile is started by the GlobalModel.
compileStarted() - Method in class edu.rice.cs.drjava.model.GlobalEventNotifier
Called after a compile is started by the GlobalModel.
compileStarted() - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.CompileShouldFailListener
 
compileStarted() - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.CompileShouldSucceedListener
 
compileStarted() - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
compileStarted() - Method in class edu.rice.cs.drjava.ui.MainFrame.ModelListener
 
compileStarted() - Method in class edu.rice.cs.drjava.ui.MainFrameTest.SingleDisplayModelCompileListener
 
complete(AsyncCompletionArgs<ResType>) - Method in class edu.rice.cs.util.swing.AsyncTask
Performs te completion step where modifications to swing components are made.
completeWordUnderCursorAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Auto-completes word the cursor is on.
component - Variable in class edu.rice.cs.drjava.ui.ReverseHighlighter
 
CompoundUndoManager - Class in edu.rice.cs.drjava.model.definitions
Extended UndoManager with increased functionality.
CompoundUndoManager(GlobalEventNotifier) - Constructor for class edu.rice.cs.drjava.model.definitions.CompoundUndoManager
Standard constructor.
compress(String) - Static method in class edu.rice.cs.util.StringOps
 
CONCJUNIT_CHECKS_ENABLED - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The concurrent test checks that ConcJUnit should perform.
concJUnitCheckChoices - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Possible options for Javadoc access levels.
ConcJUnitUtils - Class in edu.rice.cs.drjava.model.junit
Helpers for ConcJUnit.
ConcJUnitUtils() - Constructor for class edu.rice.cs.drjava.model.junit.ConcJUnitUtils
 
ConcreteRegionManager<R extends OrderedDocumentRegion> - Class in edu.rice.cs.drjava.model
Simple region manager for the entire model.
ConcreteRegionManager() - Constructor for class edu.rice.cs.drjava.model.ConcreteRegionManager
 
CONFIG_DESCRIPTIONS - Static variable in class edu.rice.cs.drjava.ui.config.ConfigDescriptions
 
CONFIG_LONG_DESCRIPTIONS - Static variable in class edu.rice.cs.drjava.ui.config.ConfigDescriptions
 
ConfigDescriptions - Class in edu.rice.cs.drjava.ui.config
Descriptions for configuration items.
ConfigDescriptions() - Constructor for class edu.rice.cs.drjava.ui.config.ConfigDescriptions
 
ConfigFileTest - Class in edu.rice.cs.drjava
Tests that a custom config file can be specified.
ConfigFileTest(String) - Constructor for class edu.rice.cs.drjava.ConfigFileTest
Constructor.
ConfigFrame - Class in edu.rice.cs.drjava.ui.config
The frame for setting Configuration options on the fly
ConfigFrame(MainFrame) - Constructor for class edu.rice.cs.drjava.ui.config.ConfigFrame
Sets up the frame and displays it.
ConfigFrame.PanelTreeNode - Class in edu.rice.cs.drjava.ui.config
Private class to handle rendering of tree nodes, each of which corresponds to a ConfigPanel.
ConfigFrame.PanelTreeNode(String) - Constructor for class edu.rice.cs.drjava.ui.config.ConfigFrame.PanelTreeNode
 
ConfigFrame.PanelTreeNode(ConfigPanel) - Constructor for class edu.rice.cs.drjava.ui.config.ConfigFrame.PanelTreeNode
 
ConfigFrame.PanelTreeSelectionListener - Class in edu.rice.cs.drjava.ui.config
 
ConfigFrame.PanelTreeSelectionListener() - Constructor for class edu.rice.cs.drjava.ui.config.ConfigFrame.PanelTreeSelectionListener
 
configNewProject() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Configures a new project (created by createNewProject) and writes it to disk; only runs in event thread.
configNewProject() - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
configNewProject() - Method in interface edu.rice.cs.drjava.model.GlobalModel
Configures a new project (created by createNewProject) and saves it to disk.
ConfigOptionListeners - Class in edu.rice.cs.drjava.config
 
ConfigOptionListeners() - Constructor for class edu.rice.cs.drjava.config.ConfigOptionListeners
 
ConfigOptionListeners.DefaultCompilerListener - Class in edu.rice.cs.drjava.config
 
ConfigOptionListeners.DefaultCompilerListener(JFrame) - Constructor for class edu.rice.cs.drjava.config.ConfigOptionListeners.DefaultCompilerListener
 
ConfigOptionListeners.DisplayAllCompilerVersionsListener - Class in edu.rice.cs.drjava.config
 
ConfigOptionListeners.DisplayAllCompilerVersionsListener(JFrame) - Constructor for class edu.rice.cs.drjava.config.ConfigOptionListeners.DisplayAllCompilerVersionsListener
 
ConfigOptionListeners.JavadocCustomParamsListener - Class in edu.rice.cs.drjava.config
 
ConfigOptionListeners.JavadocCustomParamsListener(JFrame) - Constructor for class edu.rice.cs.drjava.config.ConfigOptionListeners.JavadocCustomParamsListener
 
ConfigOptionListeners.LookAndFeelListener - Class in edu.rice.cs.drjava.config
 
ConfigOptionListeners.LookAndFeelListener(JFrame) - Constructor for class edu.rice.cs.drjava.config.ConfigOptionListeners.LookAndFeelListener
 
ConfigOptionListeners.MasterJVMArgsListener - Class in edu.rice.cs.drjava.config
 
ConfigOptionListeners.MasterJVMArgsListener(JFrame) - Constructor for class edu.rice.cs.drjava.config.ConfigOptionListeners.MasterJVMArgsListener
 
ConfigOptionListeners.MasterJVMXMXListener - Class in edu.rice.cs.drjava.config
 
ConfigOptionListeners.MasterJVMXMXListener(JFrame) - Constructor for class edu.rice.cs.drjava.config.ConfigOptionListeners.MasterJVMXMXListener
 
ConfigOptionListeners.MemoryCheckDummy - Class in edu.rice.cs.drjava.config
Class that gets executed to check if the selected heap size is possible.
ConfigOptionListeners.MemoryCheckDummy() - Constructor for class edu.rice.cs.drjava.config.ConfigOptionListeners.MemoryCheckDummy
 
ConfigOptionListeners.PlasticThemeListener - Class in edu.rice.cs.drjava.config
 
ConfigOptionListeners.PlasticThemeListener(JFrame) - Constructor for class edu.rice.cs.drjava.config.ConfigOptionListeners.PlasticThemeListener
 
ConfigOptionListeners.RequiresDrJavaRestartListener<T> - Class in edu.rice.cs.drjava.config
 
ConfigOptionListeners.RequiresDrJavaRestartListener(JFrame, String) - Constructor for class edu.rice.cs.drjava.config.ConfigOptionListeners.RequiresDrJavaRestartListener
 
ConfigOptionListeners.RequiresInteractionsRestartListener<T> - Class in edu.rice.cs.drjava.config
 
ConfigOptionListeners.RequiresInteractionsRestartListener(JFrame, String) - Constructor for class edu.rice.cs.drjava.config.ConfigOptionListeners.RequiresInteractionsRestartListener
 
ConfigOptionListeners.SlaveJVMArgsListener - Class in edu.rice.cs.drjava.config
 
ConfigOptionListeners.SlaveJVMArgsListener(JFrame) - Constructor for class edu.rice.cs.drjava.config.ConfigOptionListeners.SlaveJVMArgsListener
 
ConfigOptionListeners.SlaveJVMXMXListener - Class in edu.rice.cs.drjava.config
 
ConfigOptionListeners.SlaveJVMXMXListener(JFrame) - Constructor for class edu.rice.cs.drjava.config.ConfigOptionListeners.SlaveJVMXMXListener
 
ConfigPanel - Class in edu.rice.cs.drjava.ui.config
The panel that set of configuration options (e.g.
ConfigPanel(String) - Constructor for class edu.rice.cs.drjava.ui.config.ConfigPanel
Constructor for this ConfigPanel
ConfigProperty - Class in edu.rice.cs.drjava.config
Class representing values from the DrJava configuration file that can be inserted as variables in external processes.
ConfigProperty(String) - Constructor for class edu.rice.cs.drjava.config.ConfigProperty
Create a configuration property.
Configuration - Class in edu.rice.cs.drjava.config
Class to store and retrieve all configurable options.
Configuration(OptionMap) - Constructor for class edu.rice.cs.drjava.config.Configuration
Initializes this Configuration object with the given OptionMap.
configureAndLoadDrJavaRoot(String[]) - Static method in class edu.rice.cs.drjava.DrJava
 
ConfirmCheckBoxDialog - Class in edu.rice.cs.util.swing
Simple class wrapping JOptionPane to have a checkbox underneath the message.
ConfirmCheckBoxDialog(JFrame, String, Object) - Constructor for class edu.rice.cs.util.swing.ConfirmCheckBoxDialog
Instantiates a new confirm dialog with default checkbox text.
ConfirmCheckBoxDialog(JFrame, String, Object, String) - Constructor for class edu.rice.cs.util.swing.ConfirmCheckBoxDialog
Instantiates a new confirm dialog with Yes/No as the options.
ConfirmCheckBoxDialog(JFrame, String, Object, String, int, int) - Constructor for class edu.rice.cs.util.swing.ConfirmCheckBoxDialog
Instantiates a new confirm dialog with Yes/No as the options.
connectProcess(Process) - Method in class edu.rice.cs.util.ProcessSequence
Connect the streams of the specified process.
Cons - Class in edu.rice.cs.util.sexp
 
Cons(SExp, SEList) - Constructor for class edu.rice.cs.util.sexp.Cons
 
CONSOLE_TAB - Static variable in class edu.rice.cs.drjava.ui.MainFrame
 
ConsoleController - Class in edu.rice.cs.drjava.ui
A Swing specific console controller class that includes both a Swing InteractionsDJDocument and a GUI agnostic ConsoleDocument (wrapping the former).
ConsoleController(ConsoleDocument, InteractionsDJDocument) - Constructor for class edu.rice.cs.drjava.ui.ConsoleController
 
ConsoleDocument - Class in edu.rice.cs.util.text
A GUI-toolkit agnostic interface to a console document.
ConsoleDocument(ConsoleDocumentInterface) - Constructor for class edu.rice.cs.util.text.ConsoleDocument
Creates a new ConsoleDocument with the given embedded ConsoleDocumentInterface (a SwingDocument in native DrJava).
ConsoleDocument.ConsoleEditCondition - Class in edu.rice.cs.util.text
Class ensuring that attempts to edit document lines above the prompt are rejected.
ConsoleDocument.ConsoleEditCondition() - Constructor for class edu.rice.cs.util.text.ConsoleDocument.ConsoleEditCondition
 
ConsoleDocumentInterface - Interface in edu.rice.cs.util.text
A GUI-toolkit agnostic extension of EditDocumentInterface that adds a console input state property.
ConsoleDocumentTest - Class in edu.rice.cs.util.text
Tests ConsoleDocument.
ConsoleDocumentTest() - Constructor for class edu.rice.cs.util.text.ConsoleDocumentTest
 
consoleErr() - Static method in class edu.rice.cs.drjava.DrJavaRoot
Get the actual System.err stream.
consoleInputCompleted(String, InteractionsController) - Method in interface edu.rice.cs.drjava.ui.InteractionsController.ConsoleStateListener
Called when the console input is complete.
consoleInputStarted(InteractionsController) - Method in interface edu.rice.cs.drjava.ui.InteractionsController.ConsoleStateListener
Called when the input console is started in the interactions pane.
consoleOut() - Static method in class edu.rice.cs.drjava.DrJavaRoot
Get the actual System.out stream.
consoleReset() - Method in class edu.rice.cs.drjava.model.DummyGlobalModelListener
Called when the console window is reset.
consoleReset() - Method in class edu.rice.cs.drjava.model.GlobalEventNotifier
Called when the console window is reset.
consoleReset() - Method in interface edu.rice.cs.drjava.model.GlobalModelListener
Called when the console window is reset.
consoleReset() - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.InteractionListener
 
consoleReset() - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
consoleReset() - Method in class edu.rice.cs.drjava.ui.MainFrame.ModelListener
 
consoleResetCount - Variable in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
ConstantProperty - Class in edu.rice.cs.drjava.config
Class representing values that are constant and that can be inserted as variables in external processes.
ConstantProperty(String, String, String) - Constructor for class edu.rice.cs.drjava.config.ConstantProperty
Create a constant property.
construct() - Method in class edu.rice.cs.util.swing.SwingWorker
Compute the value to be returned by the get method.
contains(R) - Method in class edu.rice.cs.drjava.model.ConcreteRegionManager
 
contains(long) - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger.RandomAccessStack
 
contains(R) - Method in interface edu.rice.cs.drjava.model.RegionManager
Tests if specified region r is contained in this manager.
contains(ItemT) - Method in interface edu.rice.cs.util.docnavigation.IDocumentNavigator
Tests to see if a given document is contained in this navigator.
contains(ItemT) - Method in class edu.rice.cs.util.docnavigation.JListNavigator
Returns whether or not the navigator contains the document
contains(ItemT) - Method in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
Tests to see if a given document is contained in this navigator.
containsClassOrInterfaceOrEnum() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
Returns true if one of the words 'class', 'interface' or 'enum' is found in non-comment text.
containsClassOrInterfaceOrEnum() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
Returns true if one of the words 'class', 'interface' or 'enum' is found in non-comment text.
containsClassOrInterfaceOrEnum() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
containsClassOrInterfaceOrEnum() - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
Returns true if one of the words 'class', 'interface' or 'enum' is found in non-comment text.
containsCompiler(File) - Method in class edu.rice.cs.drjava.model.JDKDescriptor
Return true if the file (jar file or directory) contains the compiler.
containsCompiler(File) - Method in class edu.rice.cs.drjava.model.JDKDescriptor.None
 
contents - Variable in class edu.rice.cs.drjava.ui.HTMLFrame.HistoryList
 
CONTENTS_PAGE - Static variable in class edu.rice.cs.drjava.ui.HelpFrame
 
continuationException - Variable in class edu.rice.cs.drjava.model.repl.InteractionsModelTest.IncompleteInputInteractionsModel
 
continueWhenTempFileCreationFails() - Method in class edu.rice.cs.util.FileOps.DefaultFileSaver
 
continueWhenTempFileCreationFails() - Method in interface edu.rice.cs.util.FileOps.FileSaver
This method specifies if the saving process should continue trying to save the file if the temp file that is written initially cannot be created.
convertFileToString(File) - Method in class edu.rice.cs.util.swing.FileSelectorStringComponent
Converts a file to the string representation of the text field.
convertStringToFile(String) - Method in class edu.rice.cs.util.swing.FileSelectorStringComponent
Converts a string representation from the text field into a File.
convertToAbsolutePathEntries(String) - Static method in class edu.rice.cs.util.FileOps
Deprecated. Use IOUtil.parsePath(java.lang.String), IOUtil.getAbsoluteFiles(java.lang.Iterable), IOUtil.attemptAbsoluteFiles(java.lang.Iterable), and IOUtil.pathToString(java.lang.Iterable), as needed, instead.
convertToLiteral(String) - Static method in class edu.rice.cs.util.StringOps
Converts the given string to a valid Java string literal.
copy() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ModelList.ModelIterator
 
copy() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.TokenList.Iterator
Makes a fresh copy of this TokenList.Iterator.
copyAccelerators(JMenuBar, JMenuBar) - Method in class edu.rice.cs.drjava.ui.DetachedFrame
Recursively copy the first menu bar's accelerators into the second menu bar.
copyAccelerators(MenuElement, MenuElement) - Method in class edu.rice.cs.drjava.ui.DetachedFrame
Recursively copy the first menu's accelerators into the second menu.
copyAction - Variable in class edu.rice.cs.drjava.ui.AbstractConsoleController
Default copy action.
copyAction - Variable in class edu.rice.cs.drjava.ui.ErrorPanel.ErrorListPane
Default copy action.
copyAction - Variable in class edu.rice.cs.drjava.ui.FindReplacePanel
Default copy action.
copyAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Default copy action.
copyFile(File, File) - Static method in class edu.rice.cs.util.FileOps
Deprecated. Use IOUtil.copyFile(java.io.File, java.io.File) instead; it scales in a much more efficiently.
COPYRIGHT - Static variable in class edu.rice.cs.drjava.ui.AboutDialog
 
cornerCase - Static variable in class edu.rice.cs.drjava.model.definitions.indent.QuestionCurrLineIsWingCommentTest
 
counter - Static variable in class edu.rice.cs.drjava.model.definitions.CompoundUndoManager
 
createBorderedLabel(AboutDialog.ImageInfo, EmptyBorder) - Static method in class edu.rice.cs.drjava.ui.AboutDialog
 
createBottomBar() - Method in class edu.rice.cs.drjava.ui.AboutDialog
 
createCompleteWordDialog(String, int, int, SizedIterable<String>, SizedIterable<KeyStroke>, Runnable, SizedIterable<Runnable3<MainFrameStatics.AutoCompletePopupEntry, Integer, Integer>>) - Method in class edu.rice.cs.drjava.ui.AutoCompletePopup
 
createCopyrightTab() - Static method in class edu.rice.cs.drjava.ui.AboutDialog
 
createDefaultDocument() - Method in class edu.rice.cs.drjava.model.repl.InteractionsEditorKit
 
createDefaultEditorKit() - Method in class edu.rice.cs.drjava.ui.DefinitionsPane
Overriding this method ensures that all new documents created in this editor pane use our editor kit (and thus our model).
createDefaultEditorKit() - Method in class edu.rice.cs.drjava.ui.InteractionsPane
Overriding this method ensures that all new documents created in this editor pane use our editor kit (and thus our model).
createDelegateAction(String, Action) - Static method in class edu.rice.cs.util.swing.Utilities
 
createFile(String) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase
 
createFindResultsManager() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
 
createFindResultsManager() - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
createFindResultsManager() - Method in interface edu.rice.cs.drjava.model.GlobalModel
 
createFindResultsPanel(RegionManager<MovingDocumentRegion>, MovingDocumentRegion, String, String, boolean, boolean, boolean, boolean, boolean, boolean, WeakReference<OpenDefinitionsDocument>, FindReplacePanel) - Method in class edu.rice.cs.drjava.ui.MainFrame
Create a new find results tab.
createImageLabel(AboutDialog.ImageInfo, int) - Static method in class edu.rice.cs.drjava.ui.AboutDialog
 
createModel() - Method in class edu.rice.cs.drjava.model.cache.DocumentCacheTest
Instantiates the GlobalModel to be used in the test cases.
createMouseInputListener() - Method in class edu.rice.cs.drjava.ui.config.VectorOptionComponent.DragDropRowTableUI
 
createNewDocument() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsEditorKit
Creates a new DefinitionsDocument.
createNewFile() - Method in class edu.rice.cs.util.FileOps.NullFile
 
createNewProject(File) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Creates a new FileGroupingState for specificed project file and default values for other properties.
createNewProject(File) - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
createNewProject(File) - Method in interface edu.rice.cs.drjava.model.GlobalModel
Creates a new project with specified project file and default values for other properties.
createNode(String) - Method in class edu.rice.cs.util.XMLConfig
Create the node specified by the DOM path.
createNode(String, Node) - Method in class edu.rice.cs.util.XMLConfig
Create the node specified by the DOM path.
createNode(String, Node, boolean) - Method in class edu.rice.cs.util.XMLConfig
Create the node specified by the DOM path.
createOneToOneMap(BufferedReader) - Method in class edu.rice.cs.drjava.model.compiler.LanguageLevelStackTraceMapper
 
createPageChanger() - Method in class edu.rice.cs.drjava.ui.PreviewFrame
 
createPane(String, Map<String, DrJavaProperty>) - Method in class edu.rice.cs.drjava.ui.InsertVariableDialog
Create a scroll pane for the specified category with the properties provided in the map.
createPopupMenu() - Method in class edu.rice.cs.drjava.ui.DefinitionsPane
Creates the popup menu for the DefinitionsPane.
createPosition(int) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
createPosition(int) - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
Factory method for created WrappedPositions.
createPosition(OpenDefinitionsDocument, int) - Static method in class edu.rice.cs.drjava.model.DocumentRegionTest
 
createPosition(int) - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
createPosition(int) - Method in interface edu.rice.cs.util.text.AbstractDocumentInterface
Creates a "sticky" position within a document
createProgressMonitor(String, int, int) - Method in class edu.rice.cs.drjava.ui.MainFrame.DJAsyncTaskLauncher
 
createProgressMonitor(String, int, int) - Method in class edu.rice.cs.util.swing.AsyncTaskLauncher
Creates a progress monitor that can be used to provide feedback to the user during the asynchronous task.
createRequests() - Method in class edu.rice.cs.drjava.model.debug.jpda.DebugAction
Creates an EventRequest corresponding to this DebugAction, using the given ReferenceType.
createRequests(Vector<ReferenceType>) - Method in class edu.rice.cs.drjava.model.debug.jpda.DocumentDebugAction
Creates EventRequests corresponding to this DebugAction, using the given ReferenceTypes.
createSysPropTab() - Method in class edu.rice.cs.drjava.ui.AboutDialog
 
createTempDirectory(String) - Static method in class edu.rice.cs.util.FileOps
Create a new temporary directory.
createTempDirectory(String, File) - Static method in class edu.rice.cs.util.FileOps
Create a new temporary directory.
createTextArea(String) - Static method in class edu.rice.cs.drjava.ui.AboutDialog
 
createTextScroller(String) - Static method in class edu.rice.cs.drjava.ui.AboutDialog
 
createUnwrappedPosition(int) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
createUnwrappedPosition(int) - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
createUnwrappedPosition(int) - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
Creates a WrappedPosition in the document.
createUnwrappedPosition(int) - Method in class edu.rice.cs.util.text.SwingDocument
Performs the default behavior for createPosition in DefaultStyledDocument.
CSLOGO - Static variable in class edu.rice.cs.drjava.ui.AboutDialog
 
ct - Static variable in class edu.rice.cs.util.NullFile
 
current() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.AbstractReducedModel
Get the ReducedToken currently pointed at by the cursor.
current() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ModelList.ModelIterator
Return the item associated with the current node.
currentDirectoryChanged(File) - Method in class edu.rice.cs.drjava.model.DummyGlobalModelListener
Called when the navigator selection changes the current directory without changing the active document.
currentDirectoryChanged(File) - Method in class edu.rice.cs.drjava.model.GlobalEventNotifier
Called when the selection in the navigator changes the current directory without changing the active document.
currentDirectoryChanged(File) - Method in interface edu.rice.cs.drjava.model.GlobalModelListener
Called when the selection in the navigator changes the current directory without changing the active document.
currentDirectoryChanged(File) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
currentDirectoryChanged(File) - Method in class edu.rice.cs.drjava.ui.MainFrame.ModelListener
Only callable from within the event-handling thread
currentReader - Variable in class edu.rice.cs.util.JoinInputStream
 
currentToken() - Method in interface edu.rice.cs.drjava.model.definitions.reducedmodel.BraceReduction
Get the current token in the BraceReduction.
currentToken() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelControl
Gets the token currently pointed at by the cursor.
currThreadDied() - Method in class edu.rice.cs.drjava.model.debug.DebugEventNotifier
Called when the current thread dies.
currThreadDied() - Method in interface edu.rice.cs.drjava.model.debug.DebugListener
Called when the current thread dies.
currThreadDied() - Method in class edu.rice.cs.drjava.model.debug.DebugTestCase.BreakpointTestListener
 
currThreadDied() - Method in class edu.rice.cs.drjava.model.debug.DebugTestCase.DebugTestListener
 
currThreadDied() - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Notifies all listeners that the current thread has died.
currThreadDied() - Method in class edu.rice.cs.drjava.ui.DebugPanel.DebugPanelListener
Called when the current thread dies.
currThreadDied() - Method in class edu.rice.cs.drjava.ui.MainFrame.UIDebugListener
 
currThreadDiedCount - Variable in class edu.rice.cs.drjava.model.debug.DebugTestCase.DebugTestListener
 
currThreadResumed() - Method in class edu.rice.cs.drjava.model.debug.DebugEventNotifier
Called when the current thread is resumed.
currThreadResumed() - Method in interface edu.rice.cs.drjava.model.debug.DebugListener
Called when the current thread is resumed.
currThreadResumed() - Method in class edu.rice.cs.drjava.model.debug.DebugTestCase.BreakpointTestListener
 
currThreadResumed() - Method in class edu.rice.cs.drjava.model.debug.DebugTestCase.DebugTestListener
 
currThreadResumed() - Method in class edu.rice.cs.drjava.ui.DebugPanel.DebugPanelListener
Called when the current thread is resumed
currThreadResumed() - Method in class edu.rice.cs.drjava.ui.MainFrame.UIDebugListener
 
currThreadResumedCount - Variable in class edu.rice.cs.drjava.model.debug.DebugTestCase.DebugTestListener
 
currThreadSet(DebugThreadData) - Method in class edu.rice.cs.drjava.model.debug.DebugEventNotifier
Called when the current (selected) thread is set in the debugger.
currThreadSet(DebugThreadData) - Method in interface edu.rice.cs.drjava.model.debug.DebugListener
Called when the current (selected) thread is set in the debugger.
currThreadSet(DebugThreadData) - Method in class edu.rice.cs.drjava.model.debug.DebugTestCase.BreakpointTestListener
 
currThreadSet(DebugThreadData) - Method in class edu.rice.cs.drjava.model.debug.DebugTestCase.DebugTestListener
 
currThreadSet(DebugThreadData) - Method in class edu.rice.cs.drjava.ui.DebugPanel.DebugPanelListener
Called when the current (selected) thread is set in the debugger.
currThreadSet(DebugThreadData) - Method in class edu.rice.cs.drjava.ui.MainFrame.UIDebugListener
 
currThreadSetCount - Variable in class edu.rice.cs.drjava.model.debug.DebugTestCase.DebugTestListener
 
currThreadSuspended() - Method in class edu.rice.cs.drjava.model.debug.DebugEventNotifier
Called when the current thread is suspended.
currThreadSuspended() - Method in interface edu.rice.cs.drjava.model.debug.DebugListener
Called when the current thread is suspended.
currThreadSuspended() - Method in class edu.rice.cs.drjava.model.debug.DebugTestCase.BreakpointTestListener
 
currThreadSuspended() - Method in class edu.rice.cs.drjava.model.debug.DebugTestCase.DebugTestListener
 
currThreadSuspended() - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Notifies all listeners that the current thread has been suspended.
currThreadSuspended(BreakpointRequest) - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Notifies all listeners that the current thread has been suspended.
currThreadSuspended() - Method in class edu.rice.cs.drjava.ui.DebugPanel.DebugPanelListener
Called when the current thread is suspended.
currThreadSuspended() - Method in class edu.rice.cs.drjava.ui.MainFrame.UIDebugListener
 
currThreadSuspendedCount - Variable in class edu.rice.cs.drjava.model.debug.DebugTestCase.DebugTestListener
 
CUSTOM_DRJAVA_JAR_VERSION_SUFFIX - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
A version suffix that describes custom additions to DrJava.
CUSTOM_MANIFEST - Static variable in class edu.rice.cs.drjava.ui.JarOptionsDialog
 
CUSTOM_PROPS - Static variable in class edu.rice.cs.drjava.ConfigFileTest
 
customPanel - Variable in class edu.rice.cs.drjava.ui.ErrorPanel
This JPanel contains each child panel's specific UI components.
cutAction - Variable in class edu.rice.cs.drjava.ui.AbstractConsoleController
Default cut action.
cutAction - Variable in class edu.rice.cs.drjava.ui.ErrorPanel.ErrorListPane
Default cut action.
cutAction - Variable in class edu.rice.cs.drjava.ui.FindReplacePanel
Default cut action.
cutAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Default cut action.

D

damageRange(Position, Position) - Method in class edu.rice.cs.drjava.ui.ReverseHighlighter.SafeDamager
Adds range to be damaged to the range queue.
DATA - Static variable in class edu.rice.cs.util.swing.ScrollableListDialogTest
 
DATA - Static variable in class edu.rice.cs.util.swing.ScrollableListSelectionDialogTest
 
dataAsStrings - Variable in class edu.rice.cs.util.swing.ScrollableListSelectionDialog
The items in the table.
DATE_FORMAT - Variable in class edu.rice.cs.util.Log
 
dateFormat - Variable in class edu.rice.cs.drjava.config.SavableConfigurationTest
This is the date format the Date.toString() uses.
DCacheAdapter - Interface in edu.rice.cs.drjava.model.cache
A lightweight wrapper type for DefinitionsDocuments that may or may not be resident in memory.
DDReconstructor - Interface in edu.rice.cs.drjava.model.cache
The Reconstructor is a closure that builds a document.
DEACTIVATED_DUE_TO_ERROR - Variable in class edu.rice.cs.drjava.config.DrJavaProperty
Whether the invalidation listening mechanism has been deactivated due to an error.
DeadClassLoader - Class in edu.rice.cs.drjava.model
 
DeadClassLoader() - Constructor for class edu.rice.cs.drjava.model.DeadClassLoader
 
DEBUG_AUTO_IMPORT - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Whether we want to automatically import packages after breakpoints or steps.
DEBUG_BREAKPOINT_COLOR - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Color for highlighting breakpoints.
DEBUG_BREAKPOINT_DISABLED_COLOR - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Color for highlighting disabled breakpoints.
DEBUG_CLASS - Static variable in class edu.rice.cs.drjava.model.debug.DebugTestCase
 
DEBUG_CLASS_WITH_PACKAGE - Static variable in class edu.rice.cs.drjava.model.debug.DebugTestCase
 
DEBUG_EXPRESSIONS_AND_METHODS_IN_WATCHES - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Whether we want to allow expressions and method calls in watches.
DEBUG_MESSAGE_COLOR - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
 
DEBUG_PANEL_HEIGHT - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Height of debugger panel at startUp.
DEBUG_SOURCEPATH - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
A classpath-structured vector of all paths to look for source files on while stepping in the debugger.
DEBUG_STEP_DRJAVA - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Whether stepping should step through DrJava's source files.
DEBUG_STEP_EXCLUDE - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Which packages to exclude when stepping.
DEBUG_STEP_INTERPRETER - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Whether stepping should step through Dynamic Java's source files.
DEBUG_STEP_JAVA - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Whether stepping should step through Java's source files.
DEBUG_STEP_TIMER_VALUE - Static variable in class edu.rice.cs.drjava.ui.MainFrame
Number of milliseconds to wait before displaying "Stepping..." message after a step is requested in the debugger.
DEBUG_THREAD_COLOR - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Color for highlighting thread locations.
DebugAction<T extends com.sun.jdi.request.EventRequest> - Class in edu.rice.cs.drjava.model.debug.jpda
Keeps track of information about any request to the debugger, such as Breakpoints.
DebugAction(JPDADebugger) - Constructor for class edu.rice.cs.drjava.model.debug.jpda.DebugAction
Creates a new DebugAction.
DebugBreakpointData - Interface in edu.rice.cs.drjava.model.debug
Interface for breakpoint data.
DebugContextTest - Class in edu.rice.cs.drjava.model.debug.jpda
More tests over the JPDA debugger.
DebugContextTest() - Constructor for class edu.rice.cs.drjava.model.debug.jpda.DebugContextTest
 
DebugEventNotifier - Class in edu.rice.cs.drjava.model.debug
Keeps track of all listeners to a Debugger, and has the ability to notify them of some event.
DebugEventNotifier() - Constructor for class edu.rice.cs.drjava.model.debug.DebugEventNotifier
 
DebugException - Exception in edu.rice.cs.drjava.model.debug
Thrown when something goes wrong in the integrated debugger.
DebugException() - Constructor for exception edu.rice.cs.drjava.model.debug.DebugException
 
DebugException(String) - Constructor for exception edu.rice.cs.drjava.model.debug.DebugException
 
DebugException(Throwable) - Constructor for exception edu.rice.cs.drjava.model.debug.DebugException
 
DebugException(String, Throwable) - Constructor for exception edu.rice.cs.drjava.model.debug.DebugException
 
Debugger - Interface in edu.rice.cs.drjava.model.debug
Interface for any debugger implementation to be used by DrJava.
debugger() - Method in class edu.rice.cs.drjava.model.JDKToolsLibrary
 
Debugger.StepType - Enum in edu.rice.cs.drjava.model.debug
 
Debugger.StepType() - Constructor for enum edu.rice.cs.drjava.model.debug.Debugger.StepType
 
DEBUGGER_COLOR - Static variable in class edu.rice.cs.drjava.model.definitions.ColoringGlyphPainter
 
DEBUGGER_COLOR - Static variable in class edu.rice.cs.drjava.model.definitions.ColoringView
 
DEBUGGER_OUT_OF_SYNC - Static variable in class edu.rice.cs.drjava.ui.MainFrame
 
DEBUGGER_STYLE - Static variable in class edu.rice.cs.drjava.model.repl.InteractionsDocument
Style for debugger messages
debuggerAutomaticTrace() - Method in class edu.rice.cs.drjava.ui.MainFrame
Automatically traces through the entire program with a defined rate for stepping into each line of code
debuggerClearAllBreakpoints() - Method in class edu.rice.cs.drjava.ui.MainFrame
Clears all breakpoints from the debugger.
debuggerResume() - Method in class edu.rice.cs.drjava.ui.MainFrame
Resumes the debugger's current execution.
debuggerShutdown() - Method in class edu.rice.cs.drjava.model.debug.DebugEventNotifier
Called when debugger mode has been disabled.
debuggerShutdown() - Method in interface edu.rice.cs.drjava.model.debug.DebugListener
Called when debugger mode has been disabled.
debuggerShutdown() - Method in class edu.rice.cs.drjava.model.debug.DebugTestCase.DebugStartAndStopListener
 
debuggerShutdown() - Method in class edu.rice.cs.drjava.model.debug.DebugTestCase.DebugTestListener
 
debuggerShutdown() - Method in class edu.rice.cs.drjava.ui.DebugPanel.DebugPanelListener
 
debuggerShutdown() - Method in class edu.rice.cs.drjava.ui.MainFrame.UIDebugListener
 
debuggerShutdownCount - Variable in class edu.rice.cs.drjava.model.debug.DebugTestCase.DebugTestListener
 
debuggerStarted() - Method in class edu.rice.cs.drjava.model.debug.DebugEventNotifier
Called when debugger mode has been enabled.
debuggerStarted() - Method in interface edu.rice.cs.drjava.model.debug.DebugListener
Called when debugger mode has been enabled.
debuggerStarted() - Method in class edu.rice.cs.drjava.model.debug.DebugTestCase.DebugStartAndStopListener
 
debuggerStarted() - Method in class edu.rice.cs.drjava.model.debug.DebugTestCase.DebugTestListener
 
debuggerStarted() - Method in class edu.rice.cs.drjava.ui.DebugPanel.DebugPanelListener
 
debuggerStarted() - Method in class edu.rice.cs.drjava.ui.MainFrame.UIDebugListener
 
debuggerStartedCount - Variable in class edu.rice.cs.drjava.model.debug.DebugTestCase.DebugTestListener
 
debuggerStep(Debugger.StepType) - Method in class edu.rice.cs.drjava.ui.MainFrame
Steps in the debugger.
debuggerToggle() - Method in class edu.rice.cs.drjava.ui.MainFrame
Toggles whether the debugger is enabled or disabled, and updates the display accordingly.
debuggerToggleBreakpoint() - Method in class edu.rice.cs.drjava.ui.MainFrame
Toggles a breakpoint on the current line.
DebugListener - Interface in edu.rice.cs.drjava.model.debug
Any class which wants to listen to events fired by the Debugger should implement this interface and use Debugger's addDebugListener() method.
DebugModelCallback - Interface in edu.rice.cs.drjava.model.debug
Callback interface which allows a Debugger to respond to events fired in a remote jvm.
DebugPanel - Class in edu.rice.cs.drjava.ui
Panel for displaying the debugger input and output in MainFrame.
DebugPanel(MainFrame) - Constructor for class edu.rice.cs.drjava.ui.DebugPanel
Constructs a new panel to display debugging information when the Debugger is active.
DebugPanel.DebugPanelListener - Class in edu.rice.cs.drjava.ui
Listens to events from the debug manager to keep the panel updated.
DebugPanel.DebugPanelListener() - Constructor for class edu.rice.cs.drjava.ui.DebugPanel.DebugPanelListener
 
DebugPanel.DebugTableMouseAdapter - Class in edu.rice.cs.drjava.ui
A mouse adapter that allows for double-clicking and bringing up a right-click menu.
DebugPanel.DebugTableMouseAdapter(JTable) - Constructor for class edu.rice.cs.drjava.ui.DebugPanel.DebugTableMouseAdapter
 
DebugPanel.StackMouseAdapter - Class in edu.rice.cs.drjava.ui
Concrete DebugTableMouseAdapter for the stack table.
DebugPanel.StackMouseAdapter() - Constructor for class edu.rice.cs.drjava.ui.DebugPanel.StackMouseAdapter
 
DebugPanel.StackTableModel - Class in edu.rice.cs.drjava.ui
A table for displaying the current stack trace.
DebugPanel.StackTableModel() - Constructor for class edu.rice.cs.drjava.ui.DebugPanel.StackTableModel
 
DebugPanel.ThreadMouseAdapter - Class in edu.rice.cs.drjava.ui
Concrete DebugTableMouseAdapter for the thread table.
DebugPanel.ThreadMouseAdapter() - Constructor for class edu.rice.cs.drjava.ui.DebugPanel.ThreadMouseAdapter
 
DebugPanel.ThreadTableModel - Class in edu.rice.cs.drjava.ui
A table for displaying all current threads.
DebugPanel.ThreadTableModel() - Constructor for class edu.rice.cs.drjava.ui.DebugPanel.ThreadTableModel
 
DebugPanel.WatchEditor - Class in edu.rice.cs.drjava.ui
Adds config color support to DefaultCellEditor.
DebugPanel.WatchEditor() - Constructor for class edu.rice.cs.drjava.ui.DebugPanel.WatchEditor
 
DebugPanel.WatchRenderer - Class in edu.rice.cs.drjava.ui
Adds config color support to DefaultTableCellRenderer.
DebugPanel.WatchRenderer() - Constructor for class edu.rice.cs.drjava.ui.DebugPanel.WatchRenderer
 
DebugPanel.WatchTableModel - Class in edu.rice.cs.drjava.ui
A table for displaying the watched variables and fields.
DebugPanel.WatchTableModel() - Constructor for class edu.rice.cs.drjava.ui.DebugPanel.WatchTableModel
 
DebugStackData - Class in edu.rice.cs.drjava.model.debug
Class for keeping track of a stack frame in the debugger.
DebugStackData(String, int) - Constructor for class edu.rice.cs.drjava.model.debug.DebugStackData
Object for keeping track of a stack frame.
DebugTest - Class in edu.rice.cs.drjava.model.debug.jpda
Tests the JPDA-based debugger.
DebugTest() - Constructor for class edu.rice.cs.drjava.model.debug.jpda.DebugTest
 
DebugTestCase - Class in edu.rice.cs.drjava.model.debug
This class contains the basic fields and methods that are necessary for any test file that needs to use the JPDADebugger.
DebugTestCase() - Constructor for class edu.rice.cs.drjava.model.debug.DebugTestCase
 
DebugTestCase.BreakpointTestListener - Class in edu.rice.cs.drjava.model.debug
DebugTestListener for all tests setting breakpoints.
DebugTestCase.BreakpointTestListener() - Constructor for class edu.rice.cs.drjava.model.debug.DebugTestCase.BreakpointTestListener
 
DebugTestCase.DebugStartAndStopListener - Class in edu.rice.cs.drjava.model.debug
DebugTestListener for all tests starting the debugger.
DebugTestCase.DebugStartAndStopListener() - Constructor for class edu.rice.cs.drjava.model.debug.DebugTestCase.DebugStartAndStopListener
 
DebugTestCase.DebugTestListener - Class in edu.rice.cs.drjava.model.debug
Listens to events from the debugger to ensure that they happen at the correct times.
DebugTestCase.DebugTestListener() - Constructor for class edu.rice.cs.drjava.model.debug.DebugTestCase.DebugTestListener
 
DebugTestCase.InterpretListener - Class in edu.rice.cs.drjava.model.debug
TestListener that listens for an interpretation to end, and then notifies anyone waiting on it.
DebugTestCase.InterpretListener() - Constructor for class edu.rice.cs.drjava.model.debug.DebugTestCase.InterpretListener
 
DebugTestCase.StepTestListener - Class in edu.rice.cs.drjava.model.debug
DebugTestListener for all tests using the stepper.
DebugTestCase.StepTestListener() - Constructor for class edu.rice.cs.drjava.model.debug.DebugTestCase.StepTestListener
 
DebugThreadData - Class in edu.rice.cs.drjava.model.debug
Class for keeping track of the currently running threads.
DebugThreadData(String, String, long) - Constructor for class edu.rice.cs.drjava.model.debug.DebugThreadData
 
DebugWatchData - Class in edu.rice.cs.drjava.model.debug
Class for keeping track of watched fields and variables.
DebugWatchData(String) - Constructor for class edu.rice.cs.drjava.model.debug.DebugWatchData
Object to keep track of a watched field or variable.
DebugWatchDataTest - Class in edu.rice.cs.drjava.model.debug
Tests that the DebugWatchData class can display state correctly.
DebugWatchDataTest() - Constructor for class edu.rice.cs.drjava.model.debug.DebugWatchDataTest
 
declaringType() - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger.DelegatingLocation
 
DEFAULT - Static variable in class edu.rice.cs.drjava.config.OptionMapLoader
Default OptionMapLoader.
DEFAULT - Static variable in exception edu.rice.cs.drjava.model.definitions.ClassNameNotFoundException
Creats a new ClassNameNotFoundException with the given label.
DEFAULT - Static variable in class edu.rice.cs.util.jar.ManifestWriter
 
DEFAULT - Static variable in class edu.rice.cs.util.swing.BorderlessScrollPane
The default border for a "borderless" scroll pane.
DEFAULT_COMPILER_PREFERENCE - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Default compiler to use Stores the name of the compiler to use, set by changing the selection in the ForcedChoiceOption created by COMPILER_PREFERENCE_CONTROL.evaluate()
DEFAULT_CONSOLE_PROMPT - Static variable in class edu.rice.cs.util.text.ConsoleDocument
The default prompt to use in the console.
DEFAULT_FONT_SIZE - Static variable in class edu.rice.cs.util.swing.DirectorySelectorComponent
The default font size for the text box.
DEFAULT_FONT_SIZE - Static variable in class edu.rice.cs.util.swing.FileSelectorComponent
The default font size for the text box.
DEFAULT_FONT_SIZE - Static variable in class edu.rice.cs.util.swing.FileSelectorStringComponent
The default font size for the text box.
DEFAULT_FRC - Static variable in class edu.rice.cs.drjava.model.print.DrJavaBook
 
DEFAULT_HEIGHT - Static variable in class edu.rice.cs.util.swing.ScrollableDialog
Default height for all ScrollableDialogs.
DEFAULT_HEIGHT - Static variable in class edu.rice.cs.util.swing.ScrollableListDialog
The default height for this dialog.
DEFAULT_HEIGHT - Static variable in class edu.rice.cs.util.swing.ScrollableListSelectionDialog
The default height for this dialog.
DEFAULT_MAX_HEAP_SIZE_ARG - Static variable in class edu.rice.cs.drjava.DrJava
 
DEFAULT_NUM_COLS - Static variable in class edu.rice.cs.util.swing.DirectorySelectorComponent
The default number of columns for the text box.
DEFAULT_NUM_COLS - Static variable in class edu.rice.cs.util.swing.FileSelectorComponent
The default number of columns for the text box.
DEFAULT_NUM_COLS - Static variable in class edu.rice.cs.util.swing.FileSelectorStringComponent
The default number of columns for the text box.
DEFAULT_PROMPT - Static variable in class edu.rice.cs.drjava.model.repl.InteractionsDocument
Default prompt.
DEFAULT_PROPERTIES_FILE - Static variable in class edu.rice.cs.drjava.DrJava
Default properties file used by the configuration object, i.e.
DEFAULT_STATE - Variable in class edu.rice.cs.drjava.ui.RegionsTreePanel
State pattern to improve performance when rapid changes are made.
DEFAULT_STRINGS - Static variable in class edu.rice.cs.drjava.config.OptionMapLoader
 
DEFAULT_STYLE - Static variable in class edu.rice.cs.util.text.ConsoleDocument
Default text style.
DEFAULT_WIDTH - Static variable in class edu.rice.cs.util.swing.ScrollableDialog
Default width for all ScrollableDialogs.
DEFAULT_WIDTH - Static variable in class edu.rice.cs.util.swing.ScrollableListDialog
The default width for this dialog.
DEFAULT_WIDTH - Static variable in class edu.rice.cs.util.swing.ScrollableListSelectionDialog
The default width for this dialog.
defaultBufferSize - Static variable in class edu.rice.cs.util.JoinInputStream
Default size of read buffer.
defaultComp - Variable in class edu.rice.cs.util.swing.CheckBoxJList.CheckBoxListCellRenderer
 
DefaultCompilerModel - Class in edu.rice.cs.drjava.model.compiler
Default implementation of the CompilerModel interface.
DefaultCompilerModel(GlobalModel, Iterable<? extends CompilerInterface>) - Constructor for class edu.rice.cs.drjava.model.compiler.DefaultCompilerModel
Main constructor.
defaultDownAction - Variable in class edu.rice.cs.drjava.ui.InteractionsController
 
DefaultFileDisplayManager - Class in edu.rice.cs.util.swing
This FileDisplayManager uses the same icons and naming schemes as the JFileChooser offered by swing.
DefaultFileDisplayManager() - Constructor for class edu.rice.cs.util.swing.DefaultFileDisplayManager
 
DefaultGlobalModel - Class in edu.rice.cs.drjava.model
Handles the bulk of DrJava's program logic.
DefaultGlobalModel() - Constructor for class edu.rice.cs.drjava.model.DefaultGlobalModel
Constructs a new GlobalModel.
DefaultGlobalModel.ConcreteOpenDefDoc - Class in edu.rice.cs.drjava.model
Inner class to handle operations on each of the open DefinitionsDocuments by the GlobalModel.
DefaultGlobalModel.ConcreteOpenDefDoc(File) - Constructor for class edu.rice.cs.drjava.model.DefaultGlobalModel.ConcreteOpenDefDoc
Standard constructor for a document read from a file.
DefaultGlobalModel.ConcreteOpenDefDoc(NullFile) - Constructor for class edu.rice.cs.drjava.model.DefaultGlobalModel.ConcreteOpenDefDoc
 
DefaultGlobalModel.LibraryKey - Class in edu.rice.cs.drjava.model
 
DefaultGlobalModel.LibraryKey(int, JavaVersion.FullVersion, JDKDescriptor) - Constructor for class edu.rice.cs.drjava.model.DefaultGlobalModel.LibraryKey
 
DefaultGUIAvailabilityNotifier - Class in edu.rice.cs.drjava.ui.avail
Convenience methods for starting and finishing tasks that use multiple components.
DefaultGUIAvailabilityNotifier() - Constructor for class edu.rice.cs.drjava.ui.avail.DefaultGUIAvailabilityNotifier
 
DefaultInteractionsModel - Class in edu.rice.cs.drjava.model.repl
Interactions model which can notify GlobalModelListeners on events.
DefaultInteractionsModel(DefaultGlobalModel, MainJVM, ConsoleDocumentInterface, File) - Constructor for class edu.rice.cs.drjava.model.repl.DefaultInteractionsModel
Creates a new InteractionsModel.
DefaultJavadocModel - Class in edu.rice.cs.drjava.model.javadoc
Default implementation of JavadocModel interface; generates Javadoc HTML files for a set of documents.
DefaultJavadocModel(GlobalModel, File, Iterable<File>) - Constructor for class edu.rice.cs.drjava.model.javadoc.DefaultJavadocModel
Main constructor.
DefaultJUnitModel - Class in edu.rice.cs.drjava.model.junit
Manages unit testing via JUnit.
DefaultJUnitModel(MainJVM, CompilerModel, GlobalModel) - Constructor for class edu.rice.cs.drjava.model.junit.DefaultJUnitModel
Main constructor.
DefaultLightWeightParsingControl - Class in edu.rice.cs.drjava.model
Default light-weight parsing control.
DefaultLightWeightParsingControl(AbstractGlobalModel) - Constructor for class edu.rice.cs.drjava.model.DefaultLightWeightParsingControl
Create the default light-weight parsing control.
defaultMouseListener - Variable in class edu.rice.cs.drjava.ui.ErrorPanel.ErrorListPane
 
DefaultOptionMap - Class in edu.rice.cs.drjava.config
 
DefaultOptionMap() - Constructor for class edu.rice.cs.drjava.config.DefaultOptionMap
 
DefaultPlatform - Class in edu.rice.cs.drjava.platform
Default platform-neutral implementation of PlatformSupport.
DefaultPlatform() - Constructor for class edu.rice.cs.drjava.platform.DefaultPlatform
Private constructor for singleton pattern.
DEFAULTS - Static variable in class edu.rice.cs.drjava.config.OptionMapLoader
bag of default options (programmatically defined, instead of in an options file)
DefaultSwingFrame - Class in edu.rice.cs.util.swing
A default implementation of SwingFrame (to use in place of default JFrame and Frame implementations).
DefaultSwingFrame() - Constructor for class edu.rice.cs.util.swing.DefaultSwingFrame
 
DefaultSwingFrame(GraphicsConfiguration) - Constructor for class edu.rice.cs.util.swing.DefaultSwingFrame
 
DefaultSwingFrame(String) - Constructor for class edu.rice.cs.util.swing.DefaultSwingFrame
 
DefaultSwingFrame(String, GraphicsConfiguration) - Constructor for class edu.rice.cs.util.swing.DefaultSwingFrame
 
defaultThreeQuoteCurlySetup() - Method in class edu.rice.cs.util.BalancingStreamTokenizer
Setup a tokenizer that recognizes ", ' and ` quotes and { } braces.
defaultThreeQuoteDollarCurlySetup() - Method in class edu.rice.cs.util.BalancingStreamTokenizer
Setup a tokenizer that recognizes ", ' and ` quotes and ${ } braces.
defaultThreeQuoteSetup() - Method in class edu.rice.cs.util.BalancingStreamTokenizer
Setup a tokenizer that recognizes ", ' and ` quotes.
defaultTwoQuoteCurlySetup() - Method in class edu.rice.cs.util.BalancingStreamTokenizer
Setup a tokenizer that recognizes " and ' quotes and { } braces.
defaultTwoQuoteSetup() - Method in class edu.rice.cs.util.BalancingStreamTokenizer
Setup a tokenizer that recognizes " and ' quotes.
defaultUpAction - Variable in class edu.rice.cs.drjava.ui.InteractionsController
 
defaultValue - Variable in class edu.rice.cs.drjava.config.OptionParser
 
defaultWhitespaceSetup() - Method in class edu.rice.cs.util.BalancingStreamTokenizer
Setup a tokenizer with just whitespace.
DEFINITIONS_BACKGROUND_COLOR - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Color for background of definitions pane.
DEFINITIONS_COMMENT_COLOR - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
 
DEFINITIONS_DOUBLE_QUOTED_COLOR - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
 
DEFINITIONS_KEYWORD_COLOR - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
 
DEFINITIONS_LINE_NUMBER_BACKGROUND_COLOR - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Color for background of line numbers in definitions pane.
DEFINITIONS_LINE_NUMBER_COLOR - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Color for background of line numbers in definitions pane.
DEFINITIONS_MATCH_COLOR - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Color for highlighting brace-matching.
DEFINITIONS_NORMAL_COLOR - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
 
DEFINITIONS_NUMBER_COLOR - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
 
DEFINITIONS_SINGLE_QUOTED_COLOR - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
 
DEFINITIONS_TYPE_COLOR - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
 
DefinitionsDocument - Class in edu.rice.cs.drjava.model.definitions
The document model for the definitions pane; it contains a reduced model since it extends AbstractDJDocument.
DefinitionsDocument(Indenter, GlobalEventNotifier, CompoundUndoManager) - Constructor for class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
Root constructor that other constructors call; not used directly
DefinitionsDocument(Indenter, GlobalEventNotifier) - Constructor for class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
Convenience constructor used ??
DefinitionsDocument(GlobalEventNotifier) - Constructor for class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
Convenience constructor.
DefinitionsDocument(GlobalEventNotifier, CompoundUndoManager) - Constructor for class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
Main constructor.
DefinitionsDocument.CommandUndoableEdit - Class in edu.rice.cs.drjava.model.definitions
Appending any information for the reduced model from each undo command
DefinitionsDocument.CommandUndoableEdit(Runnable, Runnable) - Constructor for class edu.rice.cs.drjava.model.definitions.DefinitionsDocument.CommandUndoableEdit
 
DefinitionsDocument.WrappedPosition - Class in edu.rice.cs.drjava.model.definitions
Wrapper for Position objects to allow relinking to a new Document.
DefinitionsDocument.WrappedPosition(Position) - Constructor for class edu.rice.cs.drjava.model.definitions.DefinitionsDocument.WrappedPosition
Constructor is only called from createPosition below.
DefinitionsDocumentTest - Class in edu.rice.cs.drjava.model.definitions
Tests the functionality of the definitions document.
DefinitionsDocumentTest(String) - Constructor for class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
Standard constructor.
DefinitionsEditorKit - Class in edu.rice.cs.drjava.model.definitions
The editor kit class for editing Java source files.
DefinitionsEditorKit(GlobalEventNotifier) - Constructor for class edu.rice.cs.drjava.model.definitions.DefinitionsEditorKit
Creates a new editor kit with the given listeners.
DefinitionsEditorKit.BeginWordAction - Class in edu.rice.cs.drjava.model.definitions
Brings the cursor to the beginning of the current word separated by whitespace or a delimiting character.
DefinitionsEditorKit.BeginWordAction(String, boolean) - Constructor for class edu.rice.cs.drjava.model.definitions.DefinitionsEditorKit.BeginWordAction
 
DefinitionsEditorKit.EndWordAction - Class in edu.rice.cs.drjava.model.definitions
Sets the cursor at the end of the current word separated by whitespace or a delimiting character.
DefinitionsEditorKit.EndWordAction(String, boolean) - Constructor for class edu.rice.cs.drjava.model.definitions.DefinitionsEditorKit.EndWordAction
 
DefinitionsEditorKit.NextWordAction - Class in edu.rice.cs.drjava.model.definitions
Moves the cursor from the current word to the beginning of the next word, stopping at delimiting characters and at the end of a line
DefinitionsEditorKit.NextWordAction(String, boolean) - Constructor for class edu.rice.cs.drjava.model.definitions.DefinitionsEditorKit.NextWordAction
 
DefinitionsEditorKit.PreviousWordAction - Class in edu.rice.cs.drjava.model.definitions
Moves the cursor to the beginning of the previous word.
DefinitionsEditorKit.PreviousWordAction(String, boolean) - Constructor for class edu.rice.cs.drjava.model.definitions.DefinitionsEditorKit.PreviousWordAction
 
DefinitionsEditorKit.SelectWordAction - Class in edu.rice.cs.drjava.model.definitions
Defines the action for word selection as in when double-clicking a word.
DefinitionsEditorKit.SelectWordAction() - Constructor for class edu.rice.cs.drjava.model.definitions.DefinitionsEditorKit.SelectWordAction
 
DefinitionsPane - Class in edu.rice.cs.drjava.ui
The pane in which work on a given OpenDefinitionsDocument occurs.
DefinitionsPane(MainFrame, OpenDefinitionsDocument) - Constructor for class edu.rice.cs.drjava.ui.DefinitionsPane
Standard Constructor.
DefinitionsPane.AntiAliasOptionListener - Class in edu.rice.cs.drjava.ui
The OptionListener for TEXT_ANTIALIAS.
DefinitionsPane.AntiAliasOptionListener() - Constructor for class edu.rice.cs.drjava.ui.DefinitionsPane.AntiAliasOptionListener
 
DefinitionsPane.BookmarkColorOptionListener - Class in edu.rice.cs.drjava.ui
The OptionListener for BOOKMARK_COLOR.
DefinitionsPane.BookmarkColorOptionListener() - Constructor for class edu.rice.cs.drjava.ui.DefinitionsPane.BookmarkColorOptionListener
 
DefinitionsPane.BreakpointColorOptionListener - Class in edu.rice.cs.drjava.ui
The OptionListener for DEBUG_BREAKPOINT_COLOR.
DefinitionsPane.BreakpointColorOptionListener() - Constructor for class edu.rice.cs.drjava.ui.DefinitionsPane.BreakpointColorOptionListener
 
DefinitionsPane.DisabledBreakpointColorOptionListener - Class in edu.rice.cs.drjava.ui
The OptionListener for DEBUG_BREAKPOINT_DISABLED_COLOR.
DefinitionsPane.DisabledBreakpointColorOptionListener() - Constructor for class edu.rice.cs.drjava.ui.DefinitionsPane.DisabledBreakpointColorOptionListener
 
DefinitionsPane.ErrorColorOptionListener - Class in edu.rice.cs.drjava.ui
The OptionListener for COMPILER_ERROR_COLOR.
DefinitionsPane.ErrorColorOptionListener() - Constructor for class edu.rice.cs.drjava.ui.DefinitionsPane.ErrorColorOptionListener
 
DefinitionsPane.FindResultsColorOptionListener - Class in edu.rice.cs.drjava.ui
The OptionListener for FIND_RESULTS_COLOR.
DefinitionsPane.FindResultsColorOptionListener(int) - Constructor for class edu.rice.cs.drjava.ui.DefinitionsPane.FindResultsColorOptionListener
 
DefinitionsPane.IndentKeyAction - Class in edu.rice.cs.drjava.ui
Used for indent action spawned by pressing the enter key, '{', or '}'.
DefinitionsPane.IndentKeyAction(String, Action) - Constructor for class edu.rice.cs.drjava.ui.DefinitionsPane.IndentKeyAction
Creates an IndentKeyAction which only invokes indent if the caret is in code, and not Strings or comments.
DefinitionsPane.IndentKeyAction(String, Action, boolean) - Constructor for class edu.rice.cs.drjava.ui.DefinitionsPane.IndentKeyAction
Creates a new IndentKeyAction with the specified parameters.
DefinitionsPane.IndentKeyActionTab - Class in edu.rice.cs.drjava.ui
An action to handle indentation spawned by pressing the tab key.
DefinitionsPane.IndentKeyActionTab() - Constructor for class edu.rice.cs.drjava.ui.DefinitionsPane.IndentKeyActionTab
 
DefinitionsPane.MatchColorOptionListener - Class in edu.rice.cs.drjava.ui
The OptionListener for DEFINITIONS_MATCH_COLOR.
DefinitionsPane.MatchColorOptionListener() - Constructor for class edu.rice.cs.drjava.ui.DefinitionsPane.MatchColorOptionListener
 
DefinitionsPane.PopupMenuMouseAdapter - Class in edu.rice.cs.drjava.ui
 
DefinitionsPane.PopupMenuMouseAdapter() - Constructor for class edu.rice.cs.drjava.ui.DefinitionsPane.PopupMenuMouseAdapter
 
DefinitionsPane.RedoAction - Class in edu.rice.cs.drjava.ui
Redo action.
DefinitionsPane.RedoAction() - Constructor for class edu.rice.cs.drjava.ui.DefinitionsPane.RedoAction
Constructor.
DefinitionsPane.ThreadColorOptionListener - Class in edu.rice.cs.drjava.ui
The OptionListener for DEBUG_THREAD_COLOR.
DefinitionsPane.ThreadColorOptionListener() - Constructor for class edu.rice.cs.drjava.ui.DefinitionsPane.ThreadColorOptionListener
 
DefinitionsPane.UndoAction - Class in edu.rice.cs.drjava.ui
The undo action.
DefinitionsPane.UndoAction() - Constructor for class edu.rice.cs.drjava.ui.DefinitionsPane.UndoAction
Constructor.
DefinitionsPaneMemoryLeakTest - Class in edu.rice.cs.drjava.ui
Tests the Definitions Pane
DefinitionsPaneMemoryLeakTest() - Constructor for class edu.rice.cs.drjava.ui.DefinitionsPaneMemoryLeakTest
 
DefinitionsPaneMemoryLeakTest.DocChangeListener - Class in edu.rice.cs.drjava.ui
 
DefinitionsPaneMemoryLeakTest.DocChangeListener() - Constructor for class edu.rice.cs.drjava.ui.DefinitionsPaneMemoryLeakTest.DocChangeListener
 
DefinitionsPaneTest - Class in edu.rice.cs.drjava.ui
Tests the Definitions Pane
DefinitionsPaneTest() - Constructor for class edu.rice.cs.drjava.ui.DefinitionsPaneTest
 
DefinitionsPaneTest.KeyTestListener - Class in edu.rice.cs.drjava.ui
 
DefinitionsPaneTest.KeyTestListener() - Constructor for class edu.rice.cs.drjava.ui.DefinitionsPaneTest.KeyTestListener
 
deinstall(JTextComponent) - Method in class edu.rice.cs.drjava.ui.ReverseHighlighter
Called when the UI is being removed from the interface of a JTextComponent.
DEL_NEXT - Static variable in class edu.rice.cs.drjava.ui.DefinitionsPaneTest
 
DEL_PREV - Static variable in class edu.rice.cs.drjava.ui.DefinitionsPaneTest
 
delay() - Method in class edu.rice.cs.drjava.model.DefaultLightWeightParsingControl
Delay the next update.
delay() - Method in interface edu.rice.cs.drjava.model.LightWeightParsingControl
Delay the next update.
DELAY - Static variable in class edu.rice.cs.util.LogTest
 
DELAY_INTERVAL - Static variable in class edu.rice.cs.drjava.model.repl.InteractionsModel
 
delayCount - Variable in class edu.rice.cs.drjava.model.repl.InteractionsModel
 
DelegatingAction - Class in edu.rice.cs.util.swing
 
DelegatingAction() - Constructor for class edu.rice.cs.util.swing.DelegatingAction
 
delete(File) - Static method in class edu.rice.cs.drjava.DrJavaRestart
 
delete(int) - Method in interface edu.rice.cs.drjava.model.definitions.reducedmodel.BraceReduction
Update the BraceReduction to reflect text deletion.
delete(int) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelBrace
Updates ReducedModelBrace to reflect text deletion.
delete(int) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelComment
Update the BraceReduction to reflect text deletion.
delete(int) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelControl
Updates the BraceReduction to reflect text deletion.
delete(int) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.TokenList.Iterator
Update the BraceReduction to reflect text deletion.
delete() - Method in class edu.rice.cs.util.FileOps.NullFile
 
DELETE_LL_CLASS_FILES - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Whether to delete language level class files.
DELETE_LL_CLASS_FILES_CHOICES - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Delete class files for language-level classes.
deleteCEBool - Variable in class edu.rice.cs.drjava.ui.InteractionsPane
 
deleteDirectory(File) - Static method in class edu.rice.cs.util.FileOps
Deprecated. Use IOUtil.deleteRecursively(java.io.File) instead
deleteDirectoryOnExit(File) - Static method in class edu.rice.cs.util.FileOps
Deprecated. Use IOUtil.deleteOnExitRecursively(java.io.File) instead
deleteLineCommentSlashOpensBlockComment() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelDeleteTest
 
deleteOnExit() - Method in class edu.rice.cs.util.FileOps.NullFile
 
deleteRecursively(File) - Static method in class edu.rice.cs.drjava.DrJavaRestart
 
deleteRight(TokenList.Iterator) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.TokenList.Iterator
Deletes from offset in this to endOffset in delTo.
delim - Variable in class edu.rice.cs.drjava.config.VectorOption
 
delimiters - Static variable in class edu.rice.cs.drjava.model.AbstractDJDocument
 
DELIMITERS - Static variable in class edu.rice.cs.drjava.model.definitions.DefinitionsEditorKit
 
DependenciesTest - Class in edu.rice.cs.drjava
Test that ensures all external dependencies are met!
DependenciesTest(String) - Constructor for class edu.rice.cs.drjava.DependenciesTest
Constructor.
DESC - Static variable in class edu.rice.cs.util.swing.ScrollableListSelectionDialogTest
 
destroy() - Method in class edu.rice.cs.util.ProcessChain
Kills all subprocesses.
destroy() - Method in class edu.rice.cs.util.ProcessSequence
Kills all subprocesses.
DETACH_DEBUGGER - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Whether the debugger is detached from the MainFrame.
DETACH_TABBEDPANES - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Whether the tabbed pane is detached from the MainFrame.
DetachedFrame - Class in edu.rice.cs.drjava.ui
 
DetachedFrame(String, MainFrame, Runnable1<DetachedFrame>, Runnable1<DetachedFrame>) - Constructor for class edu.rice.cs.drjava.ui.DetachedFrame
Create a tabbed pane frame.
DetachedFrame.FrameState - Class in edu.rice.cs.drjava.ui
Class to save the frame state, i.e.
DetachedFrame.FrameState(Point, Dimension) - Constructor for class edu.rice.cs.drjava.ui.DetachedFrame.FrameState
 
DetachedFrame.FrameState(String) - Constructor for class edu.rice.cs.drjava.ui.DetachedFrame.FrameState
 
DetachedFrame.FrameState(DetachedFrame) - Constructor for class edu.rice.cs.drjava.ui.DetachedFrame.FrameState
 
DEVELOPMENT - Static variable in class edu.rice.cs.drjava.CodeStatus
 
DIALOG_AUTOIMPORT_ENABLED - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Whether to display the "Auto Import" dialog when an undefined class is encountered in the Interactions Pane.
DIALOG_AUTOIMPORT_STATE - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The last state of the "Auto Import" dialog.
DIALOG_AUTOIMPORT_STORE_POSITION - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Whether to save and restore window size and position at startUp/shutdown.
DIALOG_CLIPBOARD_HISTORY_STATE - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The last state of the "Clipboard History" dialog.
DIALOG_CLIPBOARD_HISTORY_STORE_POSITION - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Whether to save and restore window size and position at startUp/shutdown.
DIALOG_COMPLETE_JAVAAPI - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Whether to include Java API classes in auto-completion.
DIALOG_COMPLETE_SCAN_CLASS_FILES - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Whether to scan class files for auto-completion class names.
DIALOG_COMPLETE_WORD_STATE - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The last state of the "Complete File" dialog.
DIALOG_COMPLETE_WORD_STORE_POSITION - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Whether to save and restore window size and position at startUp/shutdown.
DIALOG_DEBUGFRAME_STATE - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The last state of the "Debugger" frame.
DIALOG_DEBUGFRAME_STORE_POSITION - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Whether to save and restore window size and position at startUp/shutdown.
DIALOG_DRJAVA_ERROR_POPUP_ENABLED - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Whether to show a notification popup when the first DrJava error occurs.
DIALOG_DRJAVA_SURVEY_ENABLED - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Whether to ask the user if DrJava may send system information to the DrJava developers.
DIALOG_EDITEXTERNALPROCESS_STATE - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The last state of the "Edit External Process" dialog.
DIALOG_EDITEXTERNALPROCESS_STORE_POSITION - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Whether to save and restore window size and position at startUp/shutdown.
DIALOG_EXTERNALPROCESS_STATE - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The last state of the "Execute External Process" dialog.
DIALOG_EXTERNALPROCESS_STORE_POSITION - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Whether to save and restore window size and position at startUp/shutdown.
DIALOG_GOTOFILE_FULLY_QUALIFIED - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Whether to also list files with fully qualified paths.
DIALOG_GOTOFILE_STATE - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The last state of the "Go to File" dialog.
DIALOG_GOTOFILE_STORE_POSITION - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Whether to save and restore window size and position at startUp/shutdown.
DIALOG_HEIGHT - Static variable in class edu.rice.cs.drjava.ui.config.KeyStrokeOptionComponent
 
DIALOG_HEIGHT - Static variable in class edu.rice.cs.drjava.ui.config.VectorKeyStrokeOptionComponent
 
DIALOG_JAROPTIONS_STATE - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The last state of the "Create Jar from Project" dialog.
DIALOG_JAROPTIONS_STORE_POSITION - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Whether to save and restore window size and position at startUp/shutdown.
DIALOG_LIGHTWEIGHT_PARSING_DELAY - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Delay for light-weight parsing.
DIALOG_OPENJAVADOC_STATE - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The last state of the "Open Javadoc" dialog.
DIALOG_OPENJAVADOC_STORE_POSITION - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Whether to save and restore window size and position at startUp/shutdown.
DIALOG_TABBEDPANES_STATE - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The last state of the "Tabbed Panes" frame.
DIALOG_TABBEDPANES_STORE_POSITION - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Whether to save and restore window size and position at startUp/shutdown.
DIFF_THRESHOLD - Static variable in class edu.rice.cs.drjava.model.BrowserHistoryManager
Two regions are similar if they are in the same document and not more than DIFF_THRESHOLD lines apart.
DirectoryChooser - Class in edu.rice.cs.util.swing
 
DirectoryChooser() - Constructor for class edu.rice.cs.util.swing.DirectoryChooser
Creates a DirectoryChooser rooted at file system root, allowing only a single selection.
DirectoryChooser(Component) - Constructor for class edu.rice.cs.util.swing.DirectoryChooser
Creates a DirectoryChooser rooted at the file system root, allowing only single selection.
DirectoryChooser(Component, boolean) - Constructor for class edu.rice.cs.util.swing.DirectoryChooser
Creates a DirectoryChooser rooted at the file system root, allowing multiple selection as specified.
DirectoryChooser(Component, File) - Constructor for class edu.rice.cs.util.swing.DirectoryChooser
Creates a DirectoryChooser with the given root, allowing only a single selection.
DirectoryChooser(Component, File, boolean, boolean) - Constructor for class edu.rice.cs.util.swing.DirectoryChooser
Creates a DirectoryChooser with the given root, allowing multiple selections as specified.
DirectoryFilter - Class in edu.rice.cs.drjava.ui
A file filter for selecting directories.
DirectoryFilter() - Constructor for class edu.rice.cs.drjava.ui.DirectoryFilter
Creates a new directory filter named "Directories".
DirectoryFilter(String) - Constructor for class edu.rice.cs.drjava.ui.DirectoryFilter
Creates a new directory filter with the given description.
DirectoryOptionComponent - Class in edu.rice.cs.drjava.ui.config
Graphical form of a FileOption.
DirectoryOptionComponent(FileOption, String, SwingFrame, DirectoryChooser) - Constructor for class edu.rice.cs.drjava.ui.config.DirectoryOptionComponent
 
DirectoryOptionComponent(FileOption, String, SwingFrame, String, DirectoryChooser) - Constructor for class edu.rice.cs.drjava.ui.config.DirectoryOptionComponent
Constructor that allows for a tooltip description.
DirectorySelector - Interface in edu.rice.cs.util
An interface to give GlobalModel a directory for various operations.
DirectorySelectorComponent - Class in edu.rice.cs.util.swing
A JPanel with a text box and a "..." button to select a file or directory.
DirectorySelectorComponent(Component, DirectoryChooser) - Constructor for class edu.rice.cs.util.swing.DirectorySelectorComponent
Creates a new DirectorySelectorComponent with default dimensions whose file must exist.
DirectorySelectorComponent(Component, DirectoryChooser, int, float) - Constructor for class edu.rice.cs.util.swing.DirectorySelectorComponent
Creates a new DirectorySelectorComponent whose file must exist.
DirectorySelectorComponent(Component, DirectoryChooser, int, float, boolean) - Constructor for class edu.rice.cs.util.swing.DirectorySelectorComponent
Creates a new DirectorySelectorComponent.
disableAltCntlMetaChars(JTextComponent) - Static method in class edu.rice.cs.drjava.ui.AbstractDJPane
Create a null default action for Cntl/Alt/Meta chars in the keymap for p.
disableAutomaticTrace() - Method in class edu.rice.cs.drjava.ui.MainFrame
Disable the automatic trace.
disableChangeListeners() - Method in class edu.rice.cs.drjava.ui.config.ConfigFrame
 
DISABLED - Static variable in class edu.rice.cs.drjava.config.OptionConstants.DynamicJavaAccessControlChoices
 
DISABLED - Static variable in class edu.rice.cs.drjava.config.OptionConstants.VersionNotificationChoices
 
DISABLED_BREAKPOINT_PAINTER - Static variable in class edu.rice.cs.drjava.ui.DefinitionsPane
Highlight painter for disabled breakpoints.
disableFindAgain() - Method in class edu.rice.cs.drjava.ui.FindResultsPanel
Disables "Find Again", e.g.
disableFindAgainOnClose(List<OpenDefinitionsDocument>) - Method in class edu.rice.cs.drjava.ui.MainFrame
Disable "Find Again" on "Find All" tabs that use a document that was closed.
disableInputs() - Method in class edu.rice.cs.drjava.ui.InteractionsController.InputBox
Behaves somewhat like setEnable(false) in that it disables all input to the text box, but it does not change the appearance of the text.
disablePrompt() - Method in class edu.rice.cs.util.text.ConsoleDocument
Disables the prompt in this document.
disableSyntaxError() - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelTest.BadSyntaxInteractionsModel
 
discardUndoEdits() - Method in class edu.rice.cs.drjava.ui.InteractionsPane
discards edits and resets undoManager
display - Variable in class edu.rice.cs.drjava.ui.ClipboardHistoryFrame.HistoryString
 
DISPLAY_ALL_COMPILER_VERSIONS - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Whether to display all versions of the compilers (even if they have the same major version).
DISPLAY_RIGHT_MARGIN - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Whether to draw the right margin.
displayComponents() - Method in class edu.rice.cs.drjava.ui.config.ConfigPanel
 
DisplayManager<T> - Interface in edu.rice.cs.util.swing
FileIconManagers choose the icons to use when displaying files using their icons in lists or trees.
displayUsage() - Static method in class edu.rice.cs.drjava.DrJava
Displays a usage message about the available options.
dispose() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Prepares this model to be thrown away.
dispose() - Method in class edu.rice.cs.drjava.model.DefaultGlobalModel
Prepares this model to be thrown away.
dispose() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ModelList.ModelIterator
Disposes of an iterator by removing it from the listeners.
dispose() - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelTest.IncompleteInputInteractionsModel
 
dispose() - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM
Stop the interpreter JVM, do not restart it, and terminate the RMI server associated with this object.
dispose() - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.DisposedState
 
dispose() - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.FreshState
 
dispose() - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.RestartingState
 
dispose() - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.RunningState
 
dispose() - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.StartingState
 
dispose() - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.State
 
dispose() - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.StoppingState
 
dispose() - Method in interface edu.rice.cs.drjava.model.SingleDisplayModel
 
dispose() - Method in class edu.rice.cs.drjava.ui.DetachedFrame
 
dispose() - Method in class edu.rice.cs.drjava.ui.MainFrame
Clean up model and Swing resources.
dispose() - Method in class edu.rice.cs.util.newjvm.AbstractMasterJVM
Free the resources required for this object to respond to RMI invocations (useful for applications -- such as testing -- that produce a large number of MasterJVMs as a program runs).
disposeExternalResources() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Disposes of external resources.
disposeExternalResources() - Method in class edu.rice.cs.drjava.model.DefaultGlobalModel
Disposes of external resources.
disposeExternalResources() - Method in interface edu.rice.cs.drjava.model.SingleDisplayModel
Disposes of external resources, e.g.
distance() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.BraceInfo
Gets the _distance.
distToEnclosingBrace() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.IndentInfo
 
distToEnclosingBraceStart() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.IndentInfo
 
distToLineEnclosingBrace() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.IndentInfo
 
distToLineEnclosingBraceStart() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.IndentInfo
 
distToStart() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.IndentInfo
 
DJ_FILE_EXTENSION - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The extension for a language level source file
DJDocument - Interface in edu.rice.cs.drjava.model
Interface shared by the Definitions Document, Open Definitions Document, and Interactions Document.
DJError - Class in edu.rice.cs.drjava.model
A class to represent source errors and warnings generated by the compiler, JUnit, etc.
DJError(File, int, int, String, boolean) - Constructor for class edu.rice.cs.drjava.model.DJError
Constructor.
DJError(File, String, boolean) - Constructor for class edu.rice.cs.drjava.model.DJError
Constructor for an DJError with an associated file but no location in the source
DJError(String, boolean) - Constructor for class edu.rice.cs.drjava.model.DJError
Constructor for CompilerErrors without files.
doc - Variable in class edu.rice.cs.drjava.model.definitions.CommentTest
 
doc - Variable in class edu.rice.cs.drjava.ui.MainFrameStatics.GoToFileListEntry
 
DOC_LIST_WIDTH - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Width of DocList at startUp.
docChanged - Variable in class edu.rice.cs.drjava.ui.DefinitionsPaneMemoryLeakTest.DocChangeListener
 
DocFile - Class in edu.rice.cs.drjava.project
 
DocFile(File) - Constructor for class edu.rice.cs.drjava.project.DocFile
Creates a docfile that has the same path as the given file, with default values for everything else.
DocFile(String) - Constructor for class edu.rice.cs.drjava.project.DocFile
Creates a docfile from the given pathname with default values for everything else.
DocFile(String, String) - Constructor for class edu.rice.cs.drjava.project.DocFile
Creates a docfile from the given parent and child with default values for everything else.
DocFile(String, Pair<Integer, Integer>, Pair<Integer, Integer>, boolean, String) - Constructor for class edu.rice.cs.drjava.project.DocFile
 
DocFile(File, Pair<Integer, Integer>, Pair<Integer, Integer>, boolean, String) - Constructor for class edu.rice.cs.drjava.project.DocFile
 
DocFile(String, String, Pair<Integer, Integer>, Pair<Integer, Integer>, boolean, String) - Constructor for class edu.rice.cs.drjava.project.DocFile
 
docFileFromGetter(DocumentInfoGetter) - Method in class edu.rice.cs.drjava.project.ProjectProfile
 
doCompile(String, File) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase
Compiles a new file with the given text.
doCompile(OpenDefinitionsDocument, File) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase
Saves to the given file, and then compiles the given document.
docs - Variable in class edu.rice.cs.drjava.model.TestDocGetter
Storage for documents and File keys.
DOCUMENT_OUT_OF_SYNC_MSG - Static variable in class edu.rice.cs.drjava.model.AbstractGlobalModel
 
DOCUMENT_TEXT - Static variable in class edu.rice.cs.drjava.model.DocumentRegionTest
 
DocumentCache - Class in edu.rice.cs.drjava.model.cache
The document cache is a structure that maps OpenDefinitionsDocuments to DefinitionsDocuments (which contain the actual document text).
DocumentCache(int) - Constructor for class edu.rice.cs.drjava.model.cache.DocumentCache
 
DocumentCache() - Constructor for class edu.rice.cs.drjava.model.cache.DocumentCache
 
DocumentCache.DocManager - Class in edu.rice.cs.drjava.model.cache
Manages the retrieval of a document for a corresponding open definitions document.
DocumentCache.DocManager(DDReconstructor, boolean) - Constructor for class edu.rice.cs.drjava.model.cache.DocumentCache.DocManager
Instantiates a manager for the documents that are produced by the given document reconstructor.
DocumentCache.RegistrationListener - Interface in edu.rice.cs.drjava.model.cache
This interface allows the unit tests to get a handle on what's going on since the work is spread between the ODD, the cache, and the Adapters.
DocumentCacheTest - Class in edu.rice.cs.drjava.model.cache
This used to extend GlobalModelTestCase, but now it extends just TestCase.
DocumentCacheTest() - Constructor for class edu.rice.cs.drjava.model.cache.DocumentCacheTest
 
DocumentCacheTest.TestGlobalModel - Class in edu.rice.cs.drjava.model.cache
This is just so that we can have an instance of a DefaultGlobalModel rather than a single display model.
DocumentCacheTest.TestGlobalModel() - Constructor for class edu.rice.cs.drjava.model.cache.DocumentCacheTest.TestGlobalModel
 
DocumentClosedException - Exception in edu.rice.cs.drjava.model
Special DocumentClosedException to signify when a document's file no longer exists on disk where it once was, and as a result of the prompt given to the user, the document is closed
DocumentClosedException(OpenDefinitionsDocument, String) - Constructor for exception edu.rice.cs.drjava.model.DocumentClosedException
Creates a DocumentClosedException for the given file
DocumentClosedListener - Interface in edu.rice.cs.drjava.model.definitions
This listener can be added to DefinitionsDocuments, and will be fired when the document is closing.
DocumentDebugAction<T extends com.sun.jdi.request.EventRequest> - Class in edu.rice.cs.drjava.model.debug.jpda
Superclasses all DebugActions that are associated with specific OpenDefinitionsDocuments.
DocumentDebugAction(JPDADebugger, OpenDefinitionsDocument, int) - Constructor for class edu.rice.cs.drjava.model.debug.jpda.DocumentDebugAction
Creates a new DocumentDebugAction.
DocumentEditCondition - Class in edu.rice.cs.util.text
Class to decide whether a given edit can be applied to the document.
DocumentEditCondition() - Constructor for class edu.rice.cs.util.text.DocumentEditCondition
 
DocumentInfoGetter - Interface in edu.rice.cs.drjava.project
Classes that implement this interface are expected to give information specific to a single document that is to be saved by the project file builder.
DocumentIterator - Interface in edu.rice.cs.util.swing
Used to get the next or previous open document given the current one.
documentModified() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
documentModified() - Method in interface edu.rice.cs.drjava.model.cache.DCacheAdapter
 
documentModified() - Method in class edu.rice.cs.drjava.model.cache.DocumentCache.DocManager
 
documentModified() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
documentModified() - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
Called when this document is modified so it can notify the cache.
documentNotFound(OpenDefinitionsDocument, File) - Method in class edu.rice.cs.drjava.model.DummyGlobalModelListener
 
documentNotFound(OpenDefinitionsDocument, File) - Method in class edu.rice.cs.drjava.model.GlobalEventNotifier
 
documentNotFound(OpenDefinitionsDocument, File) - Method in interface edu.rice.cs.drjava.model.GlobalModelListener
Called when the a document, already opened, is brought back into the cache, and it no longer exists on disk or cannot be accessed.
documentNotFound(OpenDefinitionsDocument, File) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
documentNotFound(OpenDefinitionsDocument, File) - Method in class edu.rice.cs.drjava.ui.MainFrame.ModelListener
 
DocumentOutputStream - Class in edu.rice.cs.util.swing
An extension of OutputStream that writes its output to an implementation of Document.
DocumentOutputStream(Document) - Constructor for class edu.rice.cs.util.swing.DocumentOutputStream
Constructs an OutputStream that writes its output to a Document.
DocumentOutputStream(Document, AttributeSet) - Constructor for class edu.rice.cs.util.swing.DocumentOutputStream
Constructs an OutputStream that writes its output to a Document.
DocumentRegion - Class in edu.rice.cs.drjava.model
Class for a simple document region that only records region offsets, not positions.
DocumentRegion(OpenDefinitionsDocument, int, int) - Constructor for class edu.rice.cs.drjava.model.DocumentRegion
Create a new simple document region with a bona fide document
DocumentRegionTest - Class in edu.rice.cs.drjava.model
Trivial JUnit test case class for DocumentRegion.
DocumentRegionTest() - Constructor for class edu.rice.cs.drjava.model.DocumentRegionTest
 
documentReset() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
documentReset() - Method in interface edu.rice.cs.drjava.model.cache.DCacheAdapter
 
documentReset() - Method in class edu.rice.cs.drjava.model.cache.DocumentCache.DocManager
 
documentReset() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
documentReset() - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
Called when this document is reset so it can notify the cache.
documentSaved() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
documentSaved() - Method in interface edu.rice.cs.drjava.model.cache.DCacheAdapter
 
documentSaved() - Method in class edu.rice.cs.drjava.model.cache.DocumentCache.DocManager
Updates status of this document in the cache.
documentSaved() - Method in class edu.rice.cs.drjava.model.definitions.CompoundUndoManager
Informs this undo manager that the document has been saved.
documentSaved() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
Informs this document's undo manager that the document has been saved.
documentSaved() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
documentSaved() - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
Called when this document is saved so it can notify the cache.
documentSaved() - Method in class edu.rice.cs.drjava.model.repl.InteractionsDJDocument
Informs this document's undo manager that the document has been saved.
DocumentUIListener - Interface in edu.rice.cs.drjava.model.definitions
The purpose for this interface's existence is to make the document listener added by our MainFrame distinguishable by the model (specifically the DDReconstructor) from the other registered DocumentListeners when saving the necessary info from the DefinitionsDocument before the document cache boots it out.
doLayout() - Method in class edu.rice.cs.drjava.ui.PreviewFrame.PagePreviewContainer
Places the PagePreview component into the center of this object
done() - Method in class edu.rice.cs.drjava.ui.DefinitionsPaneTest.KeyTestListener
 
DOUBLE_ESCAPE_TYPE - Static variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.Brace
 
DOUBLE_QUOTE_STATE - Static variable in class edu.rice.cs.util.ArgumentTokenizer
 
DOUBLE_QUOTE_TYPE - Static variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.Brace
 
DOUBLE_QUOTED - Static variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.HighlightStatus
 
DOUBLE_QUOTED_COLOR - Static variable in class edu.rice.cs.drjava.model.definitions.ColoringGlyphPainter
 
DOUBLE_QUOTED_COLOR - Static variable in class edu.rice.cs.drjava.model.definitions.ColoringView
 
doubleClicked(MouseEvent) - Method in class edu.rice.cs.drjava.ui.ExternalProcessPanel
Gets called when the user double-clicks on the text pane.
doubleValue() - Method in class edu.rice.cs.util.sexp.NumberAtom
 
downloadAction() - Method in class edu.rice.cs.drjava.ui.NewVersionPopup
 
dragEnter(DropTargetDragEvent) - Static method in class edu.rice.cs.drjava.DrJavaRoot
User dragged something into the component.
dragEnter(DropTargetDragEvent) - Method in class edu.rice.cs.drjava.ui.AbstractDJPane
User dragged something into the component.
dragEnter(DropTargetDragEvent) - Method in class edu.rice.cs.drjava.ui.MainFrame
User dragged something into the component.
dragEnter(DropTargetDragEvent) - Method in class edu.rice.cs.drjava.ui.TabbedPanel
User dragged something into the component.
dragEnter(DropTargetDragEvent) - Method in class edu.rice.cs.util.docnavigation.JListSortNavigator
User dragged something into the component.
dragEnter(DropTargetDragEvent) - Method in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
User dragged something into the component.
dragExit(DropTargetEvent) - Method in class edu.rice.cs.drjava.ui.AbstractDJPane
 
dragExit(DropTargetEvent) - Method in class edu.rice.cs.drjava.ui.MainFrame
 
dragExit(DropTargetEvent) - Method in class edu.rice.cs.drjava.ui.TabbedPanel
 
dragExit(DropTargetEvent) - Method in class edu.rice.cs.util.docnavigation.JListSortNavigator
 
dragExit(DropTargetEvent) - Method in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
 
draggingRow - Variable in class edu.rice.cs.drjava.ui.config.VectorOptionComponent.DragDropRowTableUI
 
dragOver(DropTargetDragEvent) - Method in class edu.rice.cs.drjava.ui.AbstractDJPane
 
dragOver(DropTargetDragEvent) - Method in class edu.rice.cs.drjava.ui.MainFrame
 
dragOver(DropTargetDragEvent) - Method in class edu.rice.cs.drjava.ui.TabbedPanel
 
dragOver(DropTargetDragEvent) - Method in class edu.rice.cs.util.docnavigation.JListSortNavigator
 
dragOver(DropTargetDragEvent) - Method in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
 
drawRectThick(Graphics, int, int, int, int, int) - Method in class edu.rice.cs.drjava.ui.ReverseHighlighter.DefaultFrameHighlightPainter
 
drawSelectedText(Graphics, int, int, int, int) - Method in class edu.rice.cs.drjava.model.definitions.ColoringView
Draws the selected text image at the specified location.
drawsLayeredHighlights - Variable in class edu.rice.cs.drjava.ui.ReverseHighlighter
 
drawUnderline(Graphics, int, int, int, int, int) - Method in class edu.rice.cs.drjava.ui.ReverseHighlighter.DefaultUnderlineHighlightPainter
 
drawUnselectedText(Graphics, int, int, int, int) - Method in class edu.rice.cs.drjava.model.definitions.ColoringView
Renders the given range in the model as normal unselected text.
DrJava - Class in edu.rice.cs.drjava
Startup class for DrJava consisting entirely of static members.
DrJava() - Constructor for class edu.rice.cs.drjava.DrJava
 
DRJAVA - Static variable in class edu.rice.cs.drjava.ui.AboutDialog
 
DRJAVA_ERRORS_BUTTON_COLOR - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Color for the background of the "DrJava Errors" button.
DRJAVA_SURVEY_DAYS - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The number of days that have to pass before we ask and allow the user to participate in the DrJava survey again.
DRJAVA_SURVEY_KEYS - Static variable in class edu.rice.cs.drjava.ui.DrJavaSurveyPopup
the keys of the system properties that we want to send
DRJAVA_USE_FORCE_QUIT - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Whether to use Runtime.halt to quit DrJava (see bugs 1550220 and 1478796).
DrJavaActionProperty - Class in edu.rice.cs.drjava.config
Class representing actions that are executed as side effect of command line evaluation for variables in external processes.
DrJavaActionProperty(String, String) - Constructor for class edu.rice.cs.drjava.config.DrJavaActionProperty
Create a property.
DrJavaActionProperty(String, String, String) - Constructor for class edu.rice.cs.drjava.config.DrJavaActionProperty
Create a property.
DrJavaBook - Class in edu.rice.cs.drjava.model.print
The DrJavaBook class is DrJava's implementation of a Pageable object.
DrJavaBook(String, String, PageFormat) - Constructor for class edu.rice.cs.drjava.model.print.DrJavaBook
Constructs a DrJavaBook which a given content text, filename, and pageformat.
DrJavaBookTest - Class in edu.rice.cs.drjava.model.print
Test functions of DrJavaBook
DrJavaBookTest(String) - Constructor for class edu.rice.cs.drjava.model.print.DrJavaBookTest
Standard constructor.
DrJavaErrorHandler - Class in edu.rice.cs.drjava.ui
The handle() method in this class is called every time an uncaught exception propagates to an AWT action.
DrJavaErrorHandler() - Constructor for class edu.rice.cs.drjava.ui.DrJavaErrorHandler
 
DrJavaErrorHandler.LoggedCondition - Class in edu.rice.cs.drjava.ui
The throwable used for logging unexpected situations.
DrJavaErrorHandler.LoggedCondition(String) - Constructor for class edu.rice.cs.drjava.ui.DrJavaErrorHandler.LoggedCondition
 
DrJavaErrorPopup - Class in edu.rice.cs.drjava.ui
Displays a popup window for the first uncaught exception or logged conditions.
DrJavaErrorPopup(JFrame, Throwable) - Constructor for class edu.rice.cs.drjava.ui.DrJavaErrorPopup
Creates a window to graphically display the current error that has occurred in the code of DrJava.
DrJavaErrorWindow - Class in edu.rice.cs.drjava.ui
Displays uncaught exceptions and logged conditions.
DrJavaErrorWindow() - Constructor for class edu.rice.cs.drjava.ui.DrJavaErrorWindow
Creates a window to graphically display the errors that have occurred in the code of DrJava.
DrJavaFileUtils - Class in edu.rice.cs.drjava.model
Some common methods for determining Java source files, language level files, etc.
DrJavaFileUtils() - Constructor for class edu.rice.cs.drjava.model.DrJavaFileUtils
 
DrJavaProperty - Class in edu.rice.cs.drjava.config
Class representing values that can be inserted as variables in external processes.
DrJavaProperty(String, String) - Constructor for class edu.rice.cs.drjava.config.DrJavaProperty
Create a property.
DrJavaProperty(String, String, String) - Constructor for class edu.rice.cs.drjava.config.DrJavaProperty
Create a property.
DrJavaProperty.InfiniteLoopException - Exception in edu.rice.cs.drjava.config
Exception thrown if an infinite loop of invalidation listening is detected.
DrJavaProperty.InfiniteLoopException(String) - Constructor for exception edu.rice.cs.drjava.config.DrJavaProperty.InfiniteLoopException
 
DrJavaPropertySetup - Class in edu.rice.cs.drjava.config
Class setting up the variables for external processes.
DrJavaPropertySetup() - Constructor for class edu.rice.cs.drjava.config.DrJavaPropertySetup
 
DrJavaPropertySetupTest - Class in edu.rice.cs.drjava.config
Tests for the variables and language constructs that can be used in external processes.
DrJavaPropertySetupTest() - Constructor for class edu.rice.cs.drjava.config.DrJavaPropertySetupTest
 
DrJavaRestart - Class in edu.rice.cs.drjava
Helper class for DrJava that copies a file and then starts it.
DrJavaRestart() - Constructor for class edu.rice.cs.drjava.DrJavaRestart
 
DrJavaRoot - Class in edu.rice.cs.drjava
Main class for DrJava.
DrJavaRoot() - Constructor for class edu.rice.cs.drjava.DrJavaRoot
 
DrJavaScrollableDialog - Class in edu.rice.cs.drjava.ui
A JDialog with a scrollable text area and a button panel.
DrJavaScrollableDialog(JFrame, String, String, String) - Constructor for class edu.rice.cs.drjava.ui.DrJavaScrollableDialog
Creates a new DrJavaScrollableDialog with the default width and height.
DrJavaScrollableDialog(JFrame, String, String, String, int, int) - Constructor for class edu.rice.cs.drjava.ui.DrJavaScrollableDialog
Creates a new DrJavaScrollableDialog.
DrJavaScrollableDialog(JFrame, String, String, String, boolean) - Constructor for class edu.rice.cs.drjava.ui.DrJavaScrollableDialog
Creates a new DrJavaScrollableDialog with the default width and height.
DrJavaScrollableDialog(JFrame, String, String, String, int, int, boolean) - Constructor for class edu.rice.cs.drjava.ui.DrJavaScrollableDialog
Creates a new DrJavaScrollableDialog.
DrJavaSurveyPopup - Class in edu.rice.cs.drjava.ui
Asks whether DrJava may contact the DrJava developers and send information about the operating system and the Java version used.
DrJavaSurveyPopup(MainFrame) - Constructor for class edu.rice.cs.drjava.ui.DrJavaSurveyPopup
Creates a window to display whether a new version of DrJava is available.
DrJavaTestCase - Class in edu.rice.cs.drjava
Test case class for all DrJava test cases.
DrJavaTestCase() - Constructor for class edu.rice.cs.drjava.DrJavaTestCase
Create a new DrJava test case.
DrJavaTestCase(String) - Constructor for class edu.rice.cs.drjava.DrJavaTestCase
Create a new DrJava test case.
drop(DropTargetDropEvent) - Static method in class edu.rice.cs.drjava.DrJavaRoot
User dropped something on the component.
drop(DropTargetDropEvent) - Method in class edu.rice.cs.drjava.ui.AbstractDJPane
User dropped something on the component.
drop(DropTargetDropEvent) - Method in class edu.rice.cs.drjava.ui.MainFrame
User dropped something on the component.
drop(DropTargetDropEvent) - Method in class edu.rice.cs.drjava.ui.TabbedPanel
User dropped something on the component.
drop(DropTargetDropEvent) - Method in class edu.rice.cs.util.docnavigation.JListSortNavigator
User dropped something on the component.
drop(DropTargetDropEvent) - Method in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
User dropped something on the component.
dropActionChanged(DropTargetDragEvent) - Method in class edu.rice.cs.drjava.ui.AbstractDJPane
 
dropActionChanged(DropTargetDragEvent) - Method in class edu.rice.cs.drjava.ui.MainFrame
 
dropActionChanged(DropTargetDragEvent) - Method in class edu.rice.cs.drjava.ui.TabbedPanel
 
dropActionChanged(DropTargetDragEvent) - Method in class edu.rice.cs.util.docnavigation.JListSortNavigator
 
dropActionChanged(DropTargetDragEvent) - Method in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
 
DropDownButton - Class in edu.rice.cs.util.swing
 
DropDownButton() - Constructor for class edu.rice.cs.util.swing.DropDownButton
Constructor.
dropTarget - Variable in class edu.rice.cs.drjava.ui.AbstractDJPane
Drag and drop target.
dropTarget - Variable in class edu.rice.cs.drjava.ui.MainFrame
Drag and drop target.
dropTarget - Variable in class edu.rice.cs.drjava.ui.TabbedPanel
Drag and drop target.
dropTarget - Variable in class edu.rice.cs.util.docnavigation.JListSortNavigator
Drag and drop target.
dropTarget - Variable in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
Drag and drop target.
dtcr - Variable in class edu.rice.cs.drjava.ui.RegionsTreePanel
 
DUMMY_PROCESS - Static variable in class edu.rice.cs.util.ProcessSequence
A process that does nothing.
DummyCompilerListener - Class in edu.rice.cs.drjava.model.compiler
An interface for responding to events generated by the CompilerModel.
DummyCompilerListener() - Constructor for class edu.rice.cs.drjava.model.compiler.DummyCompilerListener
 
DummyDocumentRegion - Class in edu.rice.cs.drjava.model
The concrete class for "dummy document" regions produced by ProjectFileParser.
DummyDocumentRegion(File, int, int) - Constructor for class edu.rice.cs.drjava.model.DummyDocumentRegion
Create a new dummy document region (dummy because no document yet exists)
DummyGlobalModel - Class in edu.rice.cs.drjava.model
Concrete implementation of GlobalModel that always throws UnsupportedOperationExceptions.
DummyGlobalModel() - Constructor for class edu.rice.cs.drjava.model.DummyGlobalModel
 
DummyGlobalModelListener - Class in edu.rice.cs.drjava.model
A dummy GlobalModelListener that does nothing.
DummyGlobalModelListener() - Constructor for class edu.rice.cs.drjava.model.DummyGlobalModelListener
 
DummyGlobalModelTest - Class in edu.rice.cs.drjava.model
DummyGetDocumentsTest for unit testing DummyGetDocuments.
DummyGlobalModelTest() - Constructor for class edu.rice.cs.drjava.model.DummyGlobalModelTest
 
DummyINavigatorItem - Class in edu.rice.cs.util.docnavigation
 
DummyINavigatorItem(String) - Constructor for class edu.rice.cs.util.docnavigation.DummyINavigatorItem
 
DummyInteractionsListener - Class in edu.rice.cs.drjava.model.repl
A dummy InteractionsListener that does nothing.
DummyInteractionsListener() - Constructor for class edu.rice.cs.drjava.model.repl.DummyInteractionsListener
 
DummyOpenDefDoc - Class in edu.rice.cs.drjava.model
 
DummyOpenDefDoc() - Constructor for class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
DummyOpenDefDocTest - Class in edu.rice.cs.drjava.model
DummyOpenDefDocTest for unit testing DummyOpenDefDoc.
DummyOpenDefDocTest() - Constructor for class edu.rice.cs.drjava.model.DummyOpenDefDocTest
 
DUMP_STACK - Static variable in class edu.rice.cs.drjava.ui.DefinitionsPaneMemoryLeakTest
 
dumpHeap() - Static method in class edu.rice.cs.drjava.ui.DefinitionsPaneMemoryLeakTest
Dumps the current heap to a file.
duplicate(TypeContext) - Method in class edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM.DebugMethodContext
 
duringInit() - Method in class edu.rice.cs.util.swing.SwingFrame
 
DYADE_LICENSE - Static variable in class edu.rice.cs.drjava.ui.AboutDialog
 
DYNAMICJAVA_ACCESS_CONTROL - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
File extension registration.
DYNAMICJAVA_ACCESS_CONTROL_CHOICES - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Dynamic Java access control.
DYNAMICJAVA_REQUIRE_SEMICOLON - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Whether to require a semicolon at the end of statements in the Interactions Pane.
DYNAMICJAVA_REQUIRE_VARIABLE_TYPE - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Whether to require a variable type for variable declarations in the Interactions Pane.
dyOffset - Variable in class edu.rice.cs.drjava.ui.config.VectorOptionComponent.DragDropRowTableUI
 

E

E_PUBLIC_CI_TEXT - Variable in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
 
E_PUBLIC_IC_TEXT - Variable in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
 
EagerProperty - Class in edu.rice.cs.drjava.config
Class representing values that are eagerly computed, so they are never stale.
EagerProperty(String, String) - Constructor for class edu.rice.cs.drjava.config.EagerProperty
Create a property.
EagerProperty(String, String, String) - Constructor for class edu.rice.cs.drjava.config.EagerProperty
Create a property.
ECI_TEXT - Variable in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
 
ECLIPSE_LICENSE - Static variable in class edu.rice.cs.drjava.ui.AboutDialog
 
EditDocumentException - Exception in edu.rice.cs.util.text
Exception thrown indicating an illegal state or operation on an EditDocument.
EditDocumentException(Throwable) - Constructor for exception edu.rice.cs.util.text.EditDocumentException
Constructs an exception with value.toString() as it's message.
EditDocumentException(Throwable, String) - Constructor for exception edu.rice.cs.util.text.EditDocumentException
Constructs an exception with a custom message string in addition to value.toString().
EditDocumentInterface - Interface in edu.rice.cs.util.text
A GUI toolkit agnostic interface for a console document.
EditExternalDialog - Class in edu.rice.cs.drjava.ui
 
EditExternalDialog(MainFrame) - Constructor for class edu.rice.cs.drjava.ui.EditExternalDialog
Create a dialog.
EditExternalDialog.FrameState - Class in edu.rice.cs.drjava.ui
Class to save the frame state, i.e.
EditExternalDialog.FrameState(Point) - Constructor for class edu.rice.cs.drjava.ui.EditExternalDialog.FrameState
 
EditExternalDialog.FrameState(String) - Constructor for class edu.rice.cs.drjava.ui.EditExternalDialog.FrameState
 
EditExternalDialog.FrameState(EditExternalDialog) - Constructor for class edu.rice.cs.drjava.ui.EditExternalDialog.FrameState
 
editHistory(String) - Method in class edu.rice.cs.drjava.ui.HistorySaveDialog
Shows the dialog for editing the given history.
editInMenu(int, String, String, String, String) - Static method in class edu.rice.cs.drjava.ui.ExecuteExternalDialog
Edit existing process in menu.
EDITOR_KIT - Static variable in class edu.rice.cs.drjava.ui.DefinitionsPane
This field NEEDS to be set by setEditorKit() BEFORE any DefinitonsPanes are created.
EDITOR_KIT - Static variable in class edu.rice.cs.drjava.ui.InteractionsPane
 
editPreferences() - Method in class edu.rice.cs.drjava.ui.MainFrame
 
edu.rice.cs.drjava - package edu.rice.cs.drjava
This is the top-level package for DrJava.
edu.rice.cs.drjava.config - package edu.rice.cs.drjava.config
This package contains the code that allows for dynamically modifying the configuration options in DrJava.
edu.rice.cs.drjava.model - package edu.rice.cs.drjava.model
The model package is responsible for the majority of the logic and state in DrJava.
edu.rice.cs.drjava.model.cache - package edu.rice.cs.drjava.model.cache
The idea behind this new interface is that the rest of the model should not talk directly to the document cache but rather to an adapter to the cache.
edu.rice.cs.drjava.model.compiler - package edu.rice.cs.drjava.model.compiler
Contains adaptor code for invoking various Java compilers.
edu.rice.cs.drjava.model.debug - package edu.rice.cs.drjava.model.debug
Contains the code for DrJava's JPDA-based debugger.
edu.rice.cs.drjava.model.debug.jpda - package edu.rice.cs.drjava.model.debug.jpda
 
edu.rice.cs.drjava.model.definitions - package edu.rice.cs.drjava.model.definitions
Provides the data model for storing Java source code.
edu.rice.cs.drjava.model.definitions.indent - package edu.rice.cs.drjava.model.definitions.indent
Provides a decision tree used to correctly indent the current line.
edu.rice.cs.drjava.model.definitions.reducedmodel - package edu.rice.cs.drjava.model.definitions.reducedmodel
This package contains the code for the "reduced model": a model of the text in the definitions pane designed for quickly locating matching parentheses, quotation marks, and comment delimiters.
edu.rice.cs.drjava.model.javadoc - package edu.rice.cs.drjava.model.javadoc
 
edu.rice.cs.drjava.model.junit - package edu.rice.cs.drjava.model.junit
Contains the code for integration of the JUnit testing facility.
edu.rice.cs.drjava.model.print - package edu.rice.cs.drjava.model.print
Provides the ability to print source code listed in the definitions pane.
edu.rice.cs.drjava.model.repl - package edu.rice.cs.drjava.model.repl
Contains the adapter code for the interpreter, as well as the code for managing the history of interactions, the handling of exceptions thrown by the interpreter, etc.
edu.rice.cs.drjava.model.repl.newjvm - package edu.rice.cs.drjava.model.repl.newjvm
Manages the creation and invocation of the separate JVM used by the interactions pane.
edu.rice.cs.drjava.platform - package edu.rice.cs.drjava.platform
This package provides a framework for abstracting platform-specific calls away from the platform-independent DrJava codebase.
edu.rice.cs.drjava.project - package edu.rice.cs.drjava.project
 
edu.rice.cs.drjava.ui - package edu.rice.cs.drjava.ui
The ui package contains classes for the default user interface for DrJava.
edu.rice.cs.drjava.ui.avail - package edu.rice.cs.drjava.ui.avail
 
edu.rice.cs.drjava.ui.config - package edu.rice.cs.drjava.ui.config
Contains the GUI code for displaying and modifying configuration options.
edu.rice.cs.drjava.ui.predictive - package edu.rice.cs.drjava.ui.predictive
 
edu.rice.cs.util - package edu.rice.cs.util
A collection of utility classes and packages.
edu.rice.cs.util.classloader - package edu.rice.cs.util.classloader
 
edu.rice.cs.util.docnavigation - package edu.rice.cs.util.docnavigation
 
edu.rice.cs.util.jar - package edu.rice.cs.util.jar
 
edu.rice.cs.util.newjvm - package edu.rice.cs.util.newjvm
This package is a system to allow the invocation and control of a new Java virtual machine.
edu.rice.cs.util.sexp - package edu.rice.cs.util.sexp
 
edu.rice.cs.util.swing - package edu.rice.cs.util.swing
Some utility classes for working in Swing.
edu.rice.cs.util.text - package edu.rice.cs.util.text
 
EIC_TEXT - Variable in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
 
ELEMENTARY_LEVEL - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
 
ELSPETH_ERROR_TEXT - Static variable in class edu.rice.cs.drjava.model.GlobalModelJUnitTest
 
Empty - Class in edu.rice.cs.util.sexp
 
Empty() - Constructor for class edu.rice.cs.util.sexp.Empty
 
EMPTY_SET - Static variable in class edu.rice.cs.drjava.model.ConcreteRegionManager
 
emptySet() - Method in class edu.rice.cs.drjava.model.ConcreteRegionManager
 
EMTPY_HIGHLIGHTS - Static variable in class edu.rice.cs.drjava.ui.ReverseHighlighter
 
ENABLE_ALL - Static variable in class edu.rice.cs.util.Log
 
enableAutomaticTrace() - Method in class edu.rice.cs.drjava.ui.MainFrame
Enable automatic trace.
enableChangeListeners() - Method in class edu.rice.cs.drjava.ui.config.ConfigFrame
 
enableDisableBreakpoint() - Method in class edu.rice.cs.drjava.ui.BreakpointsPanel
Toggle breakpoint's enable/disable flag.
enableDisableWith(Action, Action) - Static method in class edu.rice.cs.util.swing.Utilities
Enables/disables the second action whenever the first action is enabled/disabled.
enclosingBraceType() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.IndentInfo
 
enclosingClassNameUpdated(OpenDefinitionsDocument, String, String) - Method in interface edu.rice.cs.drjava.model.LightWeightParsingListener
Gets called when the enclosing class name of a document was updated.
encodeBookmarkRelative(FileRegion, String) - Method in class edu.rice.cs.drjava.project.ProjectProfile
This encodes a bookmark relative to _projectRoot.
encodeBreakpointRelative(DebugBreakpointData, String) - Method in class edu.rice.cs.drjava.project.ProjectProfile
This encodes a breakpoint relative to _projectRoot.
encodeDocFile(DocFile, String, boolean) - Method in class edu.rice.cs.drjava.project.ProjectProfile
This encodes a docfile, adding all the special tags that store document-specific information.
encodeDocFileAbsolute(DocFile, String) - Method in class edu.rice.cs.drjava.project.ProjectProfile
 
encodeDocFileRelative(DocFile, String) - Method in class edu.rice.cs.drjava.project.ProjectProfile
Encodes a doc file relative to _projectRoot.
encodeFileAbsolute(File, String) - Method in class edu.rice.cs.drjava.project.ProjectProfile
This encodes a normal file with its canonical path.
encodeFileRelative(File, String, File) - Method in class edu.rice.cs.drjava.project.ProjectProfile
This encodes a normal file relative to File base.
encodeHTML(String) - Static method in class edu.rice.cs.util.StringOps
Encode &, <, > and newlines as HTML entities.
encodeWatch(DebugWatchData, String) - Method in class edu.rice.cs.drjava.project.ProjectProfile
This encodes a watch.
end - Variable in class edu.rice.cs.drjava.model.definitions.DefinitionsEditorKit.SelectWordAction
 
endColumn - Variable in exception edu.rice.cs.drjava.model.repl.InterpreterInterruptedException
 
endCompoundEdit(int) - Method in class edu.rice.cs.drjava.model.AbstractDJDocument
 
endCompoundEdit(int) - Method in class edu.rice.cs.drjava.model.definitions.CompoundUndoManager
Ends a compound edit.
endCompoundEdit() - Method in class edu.rice.cs.drjava.model.definitions.CompoundUndoManager
Ends the compoundEdit in progress if any.
endCompoundEdit(int) - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
 
endCompoundEdit(int) - Method in class edu.rice.cs.drjava.model.repl.InteractionsDJDocument
 
endCompoundEdit() - Method in class edu.rice.cs.drjava.ui.DefinitionsPane
Ends a compound edit.
endCompoundEdit() - Method in class edu.rice.cs.drjava.ui.InteractionsPane
Ends a compound edit.
endLastCompoundEdit() - Method in class edu.rice.cs.drjava.model.AbstractDJDocument
 
endLastCompoundEdit() - Method in class edu.rice.cs.drjava.model.definitions.CompoundUndoManager
Ends the last compound edit that was created.
endLastCompoundEdit() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
 
endLastCompoundEdit() - Method in class edu.rice.cs.drjava.model.repl.InteractionsDJDocument
 
endLine - Variable in exception edu.rice.cs.drjava.model.repl.InterpreterInterruptedException
 
endOffset - Variable in class edu.rice.cs.drjava.project.ProjectFileParser.BookmarkPropertyVisitor
 
endPos - Variable in class edu.rice.cs.drjava.model.compiler.CompilerErrorModel.StartAndEndIndex
 
endRead() - Method in class edu.rice.cs.util.ReaderWriterLock
Must be called by each reader thread after it is finished reading.
endWrite() - Method in class edu.rice.cs.util.ReaderWriterLock
Must be called by each writer thread after it is finished writing.
enforceAllAccess() - Method in class edu.rice.cs.drjava.model.repl.InteractionsPaneOptions
 
enforcePrivateAccess() - Method in class edu.rice.cs.drjava.model.repl.InteractionsPaneOptions
 
ensureAvailabilityIs(GUIAvailabilityListener.ComponentType, boolean) - Method in class edu.rice.cs.drjava.ui.avail.GUIAvailabilityNotifier
Make sure the availability of the component is as specified.
ensureAvailable(GUIAvailabilityListener.ComponentType) - Method in class edu.rice.cs.drjava.ui.avail.GUIAvailabilityNotifier
Make sure a component is available, i.e.
ensureJVMStarterFinished() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Ensures that the _jvmStarter thread has executed.
ensureJVMStarterFinished() - Method in class edu.rice.cs.drjava.model.DefaultGlobalModel
Ensures that the _jvmStarter thread has executed.
ensureJVMStarterFinished() - Method in interface edu.rice.cs.drjava.model.SingleDisplayModel
Ensures that the _jvmStarter thread has executed.
ensureUnavailable(GUIAvailabilityListener.ComponentType) - Method in class edu.rice.cs.drjava.ui.avail.GUIAvailabilityNotifier
Make sure a component is unavailable, i.e.
environment() - Method in class edu.rice.cs.util.GeneralProcessCreator
Returns a map of this process creator's environment.
environment() - Method in class edu.rice.cs.util.ProcessCreator
Returns a map of this process creator's environment.
EOL - Static variable in class edu.rice.cs.util.StringOps
 
EOLN_TYPE - Static variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.Brace
 
eq(ModelList<T>.ModelIterator) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ModelList.ModelIterator
Tests "that" for equality with "this".
equals(Object) - Method in class edu.rice.cs.drjava.config.DrJavaProperty
 
equals(Object) - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDABreakpoint
Defines the equality relation on DocumentRegions.
equals(Object) - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger.DelegatingLocation
 
equals(Object) - Method in class edu.rice.cs.drjava.model.DefaultGlobalModel.LibraryKey
 
equals(Object) - Method in class edu.rice.cs.drjava.model.DocumentRegion
Defines the equality relation on DocumentRegions.
equals(Object, Object) - Static method in class edu.rice.cs.drjava.model.MovingDocumentRegion
 
equals(Object) - Method in class edu.rice.cs.drjava.model.Query.AbstractEnclosingBrace
 
equals(Object) - Method in class edu.rice.cs.drjava.model.Query.AnonymousInnerClass
 
equals(Object) - Method in class edu.rice.cs.drjava.model.Query.CharArrayAndFlag
 
equals(Object) - Method in class edu.rice.cs.drjava.model.Query.CharOnLine
 
equals(Object) - Method in class edu.rice.cs.drjava.model.Query.EnclosingClassName
 
equals(Object) - Method in class edu.rice.cs.drjava.model.Query.IndentOfCurrStmt
 
equals(Object) - Method in class edu.rice.cs.drjava.model.Query.Pos
 
equals(Object) - Method in class edu.rice.cs.drjava.model.Query.PrevCharPos
 
equals(Object) - Method in class edu.rice.cs.drjava.ui.MainFrameStatics.AutoCompletePopupEntry
 
equals(Object) - Method in class edu.rice.cs.drjava.ui.ProjectAdvancedPropertiesFrame.PreferencesRecord
 
equals(Object) - Method in class edu.rice.cs.util.FileOps.NullFile
 
equals(Object) - Method in class edu.rice.cs.util.NullFile
All distinct objects of type NullFile are unequal.
equals(Object) - Method in class edu.rice.cs.util.sexp.Tokens.SExpToken
 
equals(Object) - Method in class edu.rice.cs.util.swing.HighlightManager.HighlightInfo
Tests equivalency of one HighlightInfo object with this HighlightInfo object.
equivalent(X, X, PredictiveInputModel<X>) - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel.FragmentLineNumStrategy
 
equivalent(X, X, PredictiveInputModel<X>) - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel.FragmentStrategy
 
equivalent(X, X, PredictiveInputModel<X>) - Method in interface edu.rice.cs.drjava.ui.predictive.PredictiveInputModel.MatchingStrategy
Returns true if the two items are equivalent under this matching strategy.
equivalent(X, X, PredictiveInputModel<X>) - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel.PrefixLineNumStrategy
 
equivalent(X, X, PredictiveInputModel<X>) - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel.PrefixStrategy
 
equivalent(X, X, PredictiveInputModel<X>) - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel.RegExLineNumStrategy
 
equivalent(X, X, PredictiveInputModel<X>) - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel.RegExStrategy
 
errBuf() - Method in class edu.rice.cs.drjava.model.repl.newjvm.NewJVMTest.TestJVMExtension
 
ERROR_COLOR - Static variable in class edu.rice.cs.drjava.model.definitions.ColoringGlyphPainter
 
ERROR_COLOR - Static variable in class edu.rice.cs.drjava.model.definitions.ColoringView
 
ERROR_PAINTER - Static variable in class edu.rice.cs.drjava.ui.AbstractDJPane
Highlight painter for selected errors in the defs doc.
ERROR_STYLE - Static variable in class edu.rice.cs.drjava.model.repl.InteractionsDocument
Style for error messages
ErrorCaretListener - Class in edu.rice.cs.drjava.ui
Listens to the caret in the associated DefinitionsPane and highlights the text containing CompilerErrors.
ErrorCaretListener(OpenDefinitionsDocument, DefinitionsPane, MainFrame) - Constructor for class edu.rice.cs.drjava.ui.ErrorCaretListener
Constructs a new caret listener to highlight errors.
ErrorPanel - Class in edu.rice.cs.drjava.ui
This class contains common code and interfaces from CompilerErrorPanel, JUnitPanel, and JavadocErrorPanel.
ErrorPanel(SingleDisplayModel, MainFrame, String, String) - Constructor for class edu.rice.cs.drjava.ui.ErrorPanel
 
ErrorPanel.ErrorDocument - Class in edu.rice.cs.drjava.ui
 
ErrorPanel.ErrorDocument(String) - Constructor for class edu.rice.cs.drjava.ui.ErrorPanel.ErrorDocument
 
ErrorPanel.ErrorListPane - Class in edu.rice.cs.drjava.ui
Pane to show compiler errors.
ErrorPanel.ErrorListPane() - Constructor for class edu.rice.cs.drjava.ui.ErrorPanel.ErrorListPane
Constructs the CompilerErrorListPane.
ErrorPanel.ErrorListPane.BackgroundColorListener - Class in edu.rice.cs.drjava.ui
The OptionListener for compiler DEFINITIONS_BACKGROUND_COLOR.
ErrorPanel.ErrorListPane.BackgroundColorListener() - Constructor for class edu.rice.cs.drjava.ui.ErrorPanel.ErrorListPane.BackgroundColorListener
 
ErrorPanel.ErrorListPane.CompilerErrorColorOptionListener - Class in edu.rice.cs.drjava.ui
The OptionListener for compiler COMPILER_ERROR_COLOR
ErrorPanel.ErrorListPane.CompilerErrorColorOptionListener() - Constructor for class edu.rice.cs.drjava.ui.ErrorPanel.ErrorListPane.CompilerErrorColorOptionListener
 
ErrorPanel.ErrorListPane.ForegroundColorListener - Class in edu.rice.cs.drjava.ui
The OptionListener for compiler DEFINITIONS_NORMAL_COLOR
ErrorPanel.ErrorListPane.ForegroundColorListener() - Constructor for class edu.rice.cs.drjava.ui.ErrorPanel.ErrorListPane.ForegroundColorListener
 
ErrorPanel.PreviewErrorFrame - Class in edu.rice.cs.drjava.ui
 
ErrorPanel.PreviewErrorFrame() - Constructor for class edu.rice.cs.drjava.ui.ErrorPanel.PreviewErrorFrame
 
errorPresent - Variable in class edu.rice.cs.drjava.model.repl.InteractionsModelTest.BadSyntaxInteractionsModel
 
errors - Variable in class edu.rice.cs.drjava.model.compiler.CompilerErrorModelTest
 
ERRORS_FOOTER_HTML - Static variable in class edu.rice.cs.drjava.ui.DrJavaErrorWindow
 
errorString1 - Variable in class edu.rice.cs.drjava.model.repl.InteractionsModelTest.BadSyntaxInteractionsModel
 
errorString2 - Variable in class edu.rice.cs.drjava.model.repl.InteractionsModelTest.BadSyntaxInteractionsModel
 
escape(String) - Method in class edu.rice.cs.util.BalancingStreamTokenizer
 
ESCAPED_DOUBLE_QUOTE_TYPE - Static variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.Brace
 
ESCAPED_SINGLE_QUOTE_TYPE - Static variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.Brace
 
escapeFileName(String) - Static method in class edu.rice.cs.util.StringOps
Escapes spaces ' ' with the sequence " ", and a single '' with a double.
evalAction - Variable in class edu.rice.cs.drjava.ui.InteractionsController
Evaluates the interaction on the current line.
evaluate(String) - Method in class edu.rice.cs.drjava.config.ClassPathOption
 
evaluate() - Static method in class edu.rice.cs.drjava.config.OptionConstants.AccessLevelChoices
 
evaluate() - Static method in class edu.rice.cs.drjava.config.OptionConstants.COMPILER_PREFERENCE_CONTROL
 
evaluate() - Static method in class edu.rice.cs.drjava.config.OptionConstants.ConcJUnitCheckChoices
 
evaluate() - Static method in class edu.rice.cs.drjava.config.OptionConstants.DeleteLLClassFileChoices
 
evaluate() - Static method in class edu.rice.cs.drjava.config.OptionConstants.DynamicJavaAccessControlChoices
 
evaluate() - Static method in class edu.rice.cs.drjava.config.OptionConstants.FileExtRegistrationChoices
 
evaluate() - Static method in class edu.rice.cs.drjava.config.OptionConstants.HeapSizeChoices
 
evaluate() - Static method in class edu.rice.cs.drjava.config.OptionConstants.VersionNotificationChoices
 
evaluatedCommandLine() - Method in class edu.rice.cs.util.ProcessCreator
Return the command line after evaluation, or null if it hasn't been replaced yet.
evaluatedWorkDir() - Method in class edu.rice.cs.util.ProcessCreator
Return the work directory after evaluation, or null if it hasn't been replaced yet.
evaluateExpression(SEList, ProjectFileIR, ProjectFileParser.DocFileListVisitor) - Method in class edu.rice.cs.drjava.project.ProjectFileParser
Given a top-level s-expression, this method checks the name of the node and configures the given pfir appropriately.
eventHandlerError(Throwable) - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Records that an error occurred in the EventHandlerThread.
EventHandlerThread - Class in edu.rice.cs.drjava.model.debug.jpda
A thread that listens and responds to events from JPDA when the debugger has attached to another JVM.
EventHandlerThread(JPDADebugger, VirtualMachine) - Constructor for class edu.rice.cs.drjava.model.debug.jpda.EventHandlerThread
Creates a new EventHandlerThread to listen to events from the given debugger and virtual machine.
EventNotifier<T> - Class in edu.rice.cs.drjava.model
Base class for all component-specific EventNotifiers.
EventNotifier() - Constructor for class edu.rice.cs.drjava.model.EventNotifier
 
EventNotifierTest - Class in edu.rice.cs.drjava.model
Tests the functionality of the class that notifies listeners of a global model.
EventNotifierTest() - Constructor for class edu.rice.cs.drjava.model.EventNotifierTest
 
EVIL_TEXT - Static variable in class edu.rice.cs.drjava.model.FindReplaceMachineTest
 
EVIL_TEXT_NEXT - Static variable in class edu.rice.cs.drjava.model.FindReplaceMachineTest
 
EVIL_TEXT_PREV - Static variable in class edu.rice.cs.drjava.model.FindReplaceMachineTest
 
example1 - Static variable in class edu.rice.cs.drjava.model.definitions.indent.QuestionPrevLineStartsCommentTest
 
example2 - Static variable in class edu.rice.cs.drjava.model.definitions.indent.QuestionPrevLineStartsCommentTest
 
example3 - Static variable in class edu.rice.cs.drjava.model.definitions.indent.QuestionPrevLineStartsCommentTest
 
exception() - Method in class edu.rice.cs.drjava.model.junit.JUnitError
All JUnit errors are Throwables that have been thrown, so all have a stack trace
exception(InterpreterException) - Static method in class edu.rice.cs.drjava.model.repl.newjvm.InterpretResult
 
exception - Variable in class edu.rice.cs.util.ReaderThread
 
exceptionMsgBuf() - Method in class edu.rice.cs.drjava.model.repl.newjvm.NewJVMTest.TestJVMExtension
 
exceptionOccurred() - Method in class edu.rice.cs.drjava.model.MultiThreadedTestCase.ExceptionHandler
Returns true if an exception has occurred.
execute(NodeDataVisitor<? super ItemT, Ret>, Object...) - Method in class edu.rice.cs.util.docnavigation.FileNode
 
execute(IDocumentNavigatorAlgo<ItemT, InType, ReturnType>, InType) - Method in interface edu.rice.cs.util.docnavigation.IDocumentNavigator
Visitor pattern hook method.
execute(IDocumentNavigatorAlgo<ItemT, InType, ReturnType>, InType) - Method in class edu.rice.cs.util.docnavigation.JListNavigator
Executes the list case of the visitor.
execute(IDocumentNavigatorAlgo<ItemT, InType, ReturnType>, InType) - Method in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
Standard visitor pattern.
execute(NodeDataVisitor<? super ItemT, Ret>, Object...) - Method in class edu.rice.cs.util.docnavigation.LeafNode
 
execute(NodeDataVisitor<? super ItemT, Ret>, Object...) - Method in interface edu.rice.cs.util.docnavigation.NodeData
Execute the specified visitor, passing a variable number of parameters.
execute(NodeDataVisitor<? super ItemT, Ret>, Object...) - Method in class edu.rice.cs.util.docnavigation.RootNode
Execute the specified visitor, passing a variable number of parameters.
execute(NodeDataVisitor<? super ItemT, Ret>, Object...) - Method in class edu.rice.cs.util.docnavigation.StringNode
 
executeAsyncTask(AsyncTask<P, R>, P, boolean, boolean) - Method in class edu.rice.cs.drjava.model.DummyGlobalModelListener
Called when an asynchronous task must be run in the model
executeAsyncTask(AsyncTask<P, R>, P, boolean, boolean) - Method in class edu.rice.cs.drjava.model.GlobalEventNotifier
 
executeAsyncTask(AsyncTask<P, R>, P, boolean, boolean) - Method in interface edu.rice.cs.drjava.model.GlobalModelListener
Called when an asynchronous task must be run in the model
executeAsyncTask(AsyncTask<P, R>, P, boolean, boolean) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
executeAsyncTask(AsyncTask<P, R>, P, boolean, boolean) - Method in class edu.rice.cs.drjava.ui.MainFrame.ModelListener
 
ExecuteExternalDialog - Class in edu.rice.cs.drjava.ui
 
ExecuteExternalDialog(MainFrame, boolean, int, CompletionMonitor) - Constructor for class edu.rice.cs.drjava.ui.ExecuteExternalDialog
Create a dialog.
ExecuteExternalDialog(MainFrame) - Constructor for class edu.rice.cs.drjava.ui.ExecuteExternalDialog
Create a dialog with the "Run" button.
ExecuteExternalDialog.FrameState - Class in edu.rice.cs.drjava.ui
Class to save the frame state, i.e.
ExecuteExternalDialog.FrameState(Point) - Constructor for class edu.rice.cs.drjava.ui.ExecuteExternalDialog.FrameState
 
ExecuteExternalDialog.FrameState(String) - Constructor for class edu.rice.cs.drjava.ui.ExecuteExternalDialog.FrameState
 
ExecuteExternalDialog.FrameState(ExecuteExternalDialog) - Constructor for class edu.rice.cs.drjava.ui.ExecuteExternalDialog.FrameState
 
executeInteraction() - Method in class edu.rice.cs.drjava.model.repl.InteractionsScriptModel
Executes the current interaction.
executeTask(AsyncTask<P, R>, P, boolean, boolean) - Method in class edu.rice.cs.util.swing.AsyncTaskLauncher
Executes the AsyncTask in its own thread after performing any needed steps to prepare the UI for its execution.
exists(File, String...) - Static method in class edu.rice.cs.drjava.model.JDKDescriptor.Util
Return true if the file names exist in the specified file, which can either be a directory or jar file.
exists() - Method in class edu.rice.cs.util.FileOps.NullFile
 
exitValue() - Method in class edu.rice.cs.util.ProcessChain
Returns the exit value for the subprocess.
exitValue() - Method in class edu.rice.cs.util.ProcessSequence
Returns the exit value for the subprocess.
expandAll() - Method in class edu.rice.cs.drjava.ui.RegionsTreePanel
Expand all tree nodes.
expandRecursive(JTree, TreePath, boolean) - Method in class edu.rice.cs.drjava.ui.RegionsTreePanel
 
expandTree() - Method in class edu.rice.cs.drjava.ui.RegionsTreePanel
Expands all nodes in a two-level tree.
EXPERIMENTAL - Static variable in class edu.rice.cs.drjava.config.OptionConstants.VersionNotificationChoices
 
exportOldProject(File, HashMap<OpenDefinitionsDocument, DocumentInfoGetter>) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Writes the project profile in the old project format.
extendMask(String) - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel
Extends the mask.
extendSharedMask() - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel
Extends the mask by the shared string.
EXTERNAL_BIN_NAME - Variable in class edu.rice.cs.util.docnavigation.JTreeSortNavigatorTest
 
EXTERNAL_SAVED_CMDLINES - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The command lines of saved external processes.
EXTERNAL_SAVED_COUNT - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The number of saved external processes.
EXTERNAL_SAVED_ENCLOSING_DJAPP_FILES - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The script file (or "" if none) of saved external processes.
EXTERNAL_SAVED_NAMES - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The names of saved external processes.
EXTERNAL_SAVED_PREFIX - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Prefix for the "external saved" settings.
EXTERNAL_SAVED_WORKDIRS - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The work directories of saved external processes.
ExternalProcessPanel - Class in edu.rice.cs.drjava.ui
Panel for displaying some component with buttons, one of which is an "Abort" button.
ExternalProcessPanel(MainFrame, String, ProcessCreator) - Constructor for class edu.rice.cs.drjava.ui.ExternalProcessPanel
Constructs a new "process" panel to watch process output.
EXTPROCESS_FILE_EXTENSION - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The extension for stand-alone DrJava external process file.
EXTPROCESS_FILE_NAME_INSIDE_JAR - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The configuration XML file that DrJava looks for inside a .djapp file
EXTRA_CLASSPATH - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Extra class path.
EXTRA_COMPILERS - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
 

F

f1 - Variable in class edu.rice.cs.drjava.CommandLineTest
Files that exist, and the filenames that represent them.
f1_contents - Variable in class edu.rice.cs.drjava.CommandLineTest
 
f1_name - Variable in class edu.rice.cs.drjava.CommandLineTest
 
f2 - Variable in class edu.rice.cs.drjava.CommandLineTest
 
f2_contents - Variable in class edu.rice.cs.drjava.CommandLineTest
 
f2_name - Variable in class edu.rice.cs.drjava.CommandLineTest
 
f3 - Variable in class edu.rice.cs.drjava.CommandLineTest
 
f3_contents - Variable in class edu.rice.cs.drjava.CommandLineTest
 
f3_name - Variable in class edu.rice.cs.drjava.CommandLineTest
 
f4 - Variable in class edu.rice.cs.drjava.CommandLineTest
 
f4_contents - Variable in class edu.rice.cs.drjava.CommandLineTest
 
f4_name - Variable in class edu.rice.cs.drjava.CommandLineTest
 
f5 - Variable in class edu.rice.cs.drjava.CommandLineTest
 
f5_contents - Variable in class edu.rice.cs.drjava.CommandLineTest
 
f5_name - Variable in class edu.rice.cs.drjava.CommandLineTest
 
f6 - Variable in class edu.rice.cs.drjava.CommandLineTest
 
f6_contents - Variable in class edu.rice.cs.drjava.CommandLineTest
 
f6_name - Variable in class edu.rice.cs.drjava.CommandLineTest
 
f7 - Variable in class edu.rice.cs.drjava.CommandLineTest
 
f7_contents - Variable in class edu.rice.cs.drjava.CommandLineTest
 
f7_name - Variable in class edu.rice.cs.drjava.CommandLineTest
 
f8 - Variable in class edu.rice.cs.drjava.CommandLineTest
 
f8_contents - Variable in class edu.rice.cs.drjava.CommandLineTest
 
f8_name - Variable in class edu.rice.cs.drjava.CommandLineTest
 
FALSE - Static variable in class edu.rice.cs.util.sexp.BoolAtom
 
FALSE - Static variable in class edu.rice.cs.util.sexp.Tokens.BooleanToken
 
fEmpty - Variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.ModelListTest
 
fFull - Variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.ModelListTest
 
fields - Static variable in class edu.rice.cs.drjava.config.OptionMapLoader
 
file - Variable in class edu.rice.cs.drjava.config.FileConfiguration
 
file() - Method in class edu.rice.cs.drjava.model.DJError
Gets the file.
FILE_EXT_REGISTRATION - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
File extension registration.
FILE_EXT_REGISTRATION_CHOICES - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
File extension registration choices.
fileCase(File, Object...) - Method in interface edu.rice.cs.util.docnavigation.NodeDataVisitor
 
FileChooser - Class in edu.rice.cs.util.swing
 
FileChooser(File) - Constructor for class edu.rice.cs.util.swing.FileChooser
Creates a FileChooser with the given root, allowing only a single selection WITHIN the specified file system
fileClosed(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.DummyGlobalModelListener
Called after a document is closed.
fileClosed(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.GlobalEventNotifier
Called after a document is closed.
fileClosed(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.GlobalModelIOTest.TestIOListener
 
fileClosed(OpenDefinitionsDocument) - Method in interface edu.rice.cs.drjava.model.GlobalModelListener
Called after a document is closed.
fileClosed(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
fileClosed(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.ui.DefinitionsPaneMemoryLeakTest.DocChangeListener
 
fileClosed(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.ui.MainFrame.ModelListener
 
fileClosed(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.ui.MainFrameTest.SingleDisplayModelFileClosedListener
 
fileClosed(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.ui.MainFrameTest.SingleDisplayModelFileOpenedListener
 
FileConfiguration - Class in edu.rice.cs.drjava.config
A Configuration object that is backed by a file.
FileConfiguration(File) - Constructor for class edu.rice.cs.drjava.config.FileConfiguration
Creates a new Configuration object using the values stored in file f.
FileDisplay - Class in edu.rice.cs.util.swing
This class is a wrapper for a file whose toString method outputs only the last element in the file path.
FileDisplay(File, FileDisplayManager) - Constructor for class edu.rice.cs.util.swing.FileDisplay
 
FileDisplay(File, String, FileDisplayManager) - Constructor for class edu.rice.cs.util.swing.FileDisplay
 
FileDisplay(FileDisplayManager) - Constructor for class edu.rice.cs.util.swing.FileDisplay
 
FileDisplayManager - Interface in edu.rice.cs.util.swing
FileIconManagers choose the icons to use when displaying file using their icons in lists or trees.
fileExists() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
Returns true if the file exists on disk.
fileExists() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
fileExists() - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
Returns true if the file exists on disk, or if the user has located it on disk.
fileExists() - Method in class edu.rice.cs.util.docnavigation.DummyINavigatorItem
 
fileExists() - Method in interface edu.rice.cs.util.docnavigation.INavigatorItem
 
FileGroupingState - Interface in edu.rice.cs.drjava.model
This state pattern is used by the global model to store any information pertaining to the currently open project.
FileListProperty - Class in edu.rice.cs.drjava.config
Class representing file lists that are not evaluated until necessary.
FileListProperty(String, String, String, String) - Constructor for class edu.rice.cs.drjava.config.FileListProperty
Create an lazy file list property.
FileMovedException - Exception in edu.rice.cs.drjava.model
Special FileMovedException to signify when a document's file no longer exists on disk where it once was.
FileMovedException(File, String) - Constructor for exception edu.rice.cs.drjava.model.FileMovedException
Creates a FileMovedException for the given file, with the given message.
fileName() - Method in class edu.rice.cs.drjava.model.DJError
Gets the full name of the file.
FileNode<ItemT extends INavigatorItem> - Class in edu.rice.cs.util.docnavigation
 
FileNode(File) - Constructor for class edu.rice.cs.util.docnavigation.FileNode
 
fileNotFoundCount - Variable in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
fileOpened(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.DummyGlobalModelListener
Called after a file is opened and read into the current document.
fileOpened(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.GlobalEventNotifier
Called after a file is opened and read into the current document.
fileOpened(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.GlobalModelIOTest.TestFileIOListener
 
fileOpened(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.GlobalModelIOTest.TestIOListener
 
fileOpened(OpenDefinitionsDocument) - Method in interface edu.rice.cs.drjava.model.GlobalModelListener
Called after a file is opened and read into the current document.
fileOpened(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
fileOpened(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.ui.MainFrame.ModelListener
 
fileOpened(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.ui.MainFrameTest.SingleDisplayModelCompileListener
 
fileOpened(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.ui.MainFrameTest.SingleDisplayModelFileClosedListener
 
fileOpened(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.ui.MainFrameTest.SingleDisplayModelFileOpenedListener
 
FileOpenSelector - Interface in edu.rice.cs.util
An interface for a GUI frame that opens files.
FileOps - Class in edu.rice.cs.util
A class to provide some convenient file operations as static methods.
FileOps() - Constructor for class edu.rice.cs.util.FileOps
 
FileOps.DefaultFileSaver - Class in edu.rice.cs.util
This class is a default implementation of FileSaver that makes only one backup of each file per instantiation of the program (following the Emacs convention).
FileOps.DefaultFileSaver(File) - Constructor for class edu.rice.cs.util.FileOps.DefaultFileSaver
 
FileOps.FileSaver - Interface in edu.rice.cs.util
 
FileOps.NullFile - Class in edu.rice.cs.util
A singleton null file class.
FileOps.NullFile() - Constructor for class edu.rice.cs.util.FileOps.NullFile
 
FileOpsTest - Class in edu.rice.cs.util
Test cases for FileOps.
FileOpsTest() - Constructor for class edu.rice.cs.util.FileOpsTest
 
FileOption - Class in edu.rice.cs.drjava.config
Class representing all configuration options with values of type File.
FileOption(String, File) - Constructor for class edu.rice.cs.drjava.config.FileOption
 
FileOptionComponent - Class in edu.rice.cs.drjava.ui.config
Graphical form of a FileOption.
FileOptionComponent(FileOption, String, SwingFrame, JFileChooser) - Constructor for class edu.rice.cs.drjava.ui.config.FileOptionComponent
 
FileOptionComponent(FileOption, String, SwingFrame, String, JFileChooser) - Constructor for class edu.rice.cs.drjava.ui.config.FileOptionComponent
Constructor that allows for a tooltip description.
FileOptionComponent(FileOption, String, SwingFrame, FileSelectorComponent) - Constructor for class edu.rice.cs.drjava.ui.config.FileOptionComponent
Constructor that allows for a user-supplied FileSelectorComponent.
FileOptionComponent(FileOption, String, SwingFrame, String, FileSelectorComponent) - Constructor for class edu.rice.cs.drjava.ui.config.FileOptionComponent
Constructor that allows for a user-supplied FileSelectorComponent and a tooltip.
FileOptionComponentTest - Class in edu.rice.cs.drjava.ui.config
Tests functionality of this OptionComponent.
FileOptionComponentTest(String) - Constructor for class edu.rice.cs.drjava.ui.config.FileOptionComponentTest
 
filePathContainsPound() - Method in class edu.rice.cs.drjava.model.DummyGlobalModelListener
Called when saving a file whose path contains a '#' symbol.
filePathContainsPound() - Method in class edu.rice.cs.drjava.model.GlobalEventNotifier
Notifies the view that the current file path contains a #.
filePathContainsPound() - Method in interface edu.rice.cs.drjava.model.GlobalModelListener
Called when saving a file whose path contains a '#' symbol.
filePathContainsPound() - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
filePathContainsPound() - Method in class edu.rice.cs.drjava.ui.MainFrame.ModelListener
 
filePathContainsPoundCount - Variable in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
FileProperty - Class in edu.rice.cs.drjava.config
Property that evaluates to a file and that can be inserted as variables in external processes.
FileProperty(String, Thunk<File>, String) - Constructor for class edu.rice.cs.drjava.config.FileProperty
Create an eager file property.
FileRegion - Interface in edu.rice.cs.drjava.model
The minimal interface for all region classes.
fileReverted(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.DummyGlobalModelListener
Called after a document is reverted.
fileReverted(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.GlobalEventNotifier
Called after a document is reverted.
fileReverted(OpenDefinitionsDocument) - Method in interface edu.rice.cs.drjava.model.GlobalModelListener
Called after a document is reverted.
fileReverted(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
fileReverted(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.ui.MainFrame.ModelListener
 
fileRevertedCount - Variable in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
files - Variable in class edu.rice.cs.drjava.model.compiler.CompilerErrorModelTest
 
fileSaved(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.DummyGlobalModelListener
Called after the current document is saved.
fileSaved(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.GlobalEventNotifier
Called after the current document is saved.
fileSaved(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.GlobalModelJUnitTest.JUnitCompileBeforeTestListener
 
fileSaved(OpenDefinitionsDocument) - Method in interface edu.rice.cs.drjava.model.GlobalModelListener
Called after the current document is saved.
fileSaved(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
fileSaved(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.ui.MainFrame.ModelListener
 
FileSaveSelector - Interface in edu.rice.cs.drjava.model
An interface to give GlobalModel a file to save a document to.
FileSelectionEvent - Class in edu.rice.cs.util.swing
 
FileSelectionEvent(Object, File, boolean, File, File) - Constructor for class edu.rice.cs.util.swing.FileSelectionEvent
 
FileSelectionEvent(Object, File[], boolean[], File, File) - Constructor for class edu.rice.cs.util.swing.FileSelectionEvent
 
FileSelectionListener - Interface in edu.rice.cs.util.swing
 
FileSelectorComponent - Class in edu.rice.cs.util.swing
A JPanel with a text box and a "..." button used to select a file or directory.
FileSelectorComponent(SwingFrame, JFileChooser) - Constructor for class edu.rice.cs.util.swing.FileSelectorComponent
Creates a new FileSelectorComponent with default dimensions.
FileSelectorComponent(SwingFrame, JFileChooser, int, float) - Constructor for class edu.rice.cs.util.swing.FileSelectorComponent
Creates a new FileSelectorComponent.
FileSelectorComponent(SwingFrame, JFileChooser, int, float, boolean) - Constructor for class edu.rice.cs.util.swing.FileSelectorComponent
Creates a new FileSelectorComponent.
FileSelectorStringComponent - Class in edu.rice.cs.util.swing
Just like FileSelectorComponent, but it converts the file to a different string that gets displayed.
FileSelectorStringComponent(Component, FileChooser) - Constructor for class edu.rice.cs.util.swing.FileSelectorStringComponent
Creates a new DirectorySelectorStringComponent with default dimensions.
FileSelectorStringComponent(Component, FileChooser, int, float) - Constructor for class edu.rice.cs.util.swing.FileSelectorStringComponent
Creates a new DirectorySelectorStringComponent.
filesNotFound(File...) - Method in class edu.rice.cs.drjava.model.DummyGlobalModelListener
Called when trying to open one or more files that do not exist.
filesNotFound(File...) - Method in class edu.rice.cs.drjava.model.GlobalEventNotifier
 
filesNotFound(File...) - Method in interface edu.rice.cs.drjava.model.GlobalModelListener
Called when trying to open one or more files that do not exist.
filesNotFound(File...) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
filesNotFound(File...) - Method in class edu.rice.cs.drjava.ui.MainFrame.ModelListener
 
filesNotNeedingBackup - Static variable in class edu.rice.cs.util.FileOps.DefaultFileSaver
 
filesReadOnly(File...) - Method in class edu.rice.cs.drjava.model.DummyGlobalModelListener
Called when trying to write one or more files that are read-only.
filesReadOnly(File...) - Method in class edu.rice.cs.drjava.model.GlobalEventNotifier
 
filesReadOnly(File...) - Method in interface edu.rice.cs.drjava.model.GlobalModelListener
Called when trying to write one or more files that are read-only.
filesReadOnly(File...) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
filesReadOnly(File...) - Method in class edu.rice.cs.drjava.ui.MainFrame.ModelListener
 
Finalizable<T> - Interface in edu.rice.cs.drjava.model
A listener that may be added to classes that implement the Finalizable interface.
FinalizationEvent<T> - Class in edu.rice.cs.drjava.model
Objects of this type are given to those listening for finalization.
FinalizationEvent(T) - Constructor for class edu.rice.cs.drjava.model.FinalizationEvent
 
FinalizationListener<T> - Interface in edu.rice.cs.drjava.model
A listener that may be added to classes that implement the Finalizable interface.
finalize() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
This is called when this method is GC'd.
finalize() - Method in class edu.rice.cs.drjava.RemoteControlServer.RCServerThread
 
finalize() - Method in class edu.rice.cs.drjava.ui.DefinitionsPane
This method is called when this object becomes unreachable.
finalized(FinalizationEvent<T>) - Method in interface edu.rice.cs.drjava.model.FinalizationListener
Called when the object we registered the listener to is garbage collected
FIND_ALL_DOCUMENTS - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
 
FIND_ICON - Static variable in class edu.rice.cs.drjava.ui.MainFrame
 
FIND_MATCH_CASE - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
 
FIND_MULTI_LINE_SEARCH_STR - Static variable in class edu.rice.cs.drjava.model.FindReplaceMachineTest
 
FIND_NO_COMMENTS_STRINGS - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
 
FIND_NO_TEST_CASES - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
 
FIND_ONLY_SELECTION - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
 
FIND_REPLACE_FOCUS_IN_DEFPANE - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Whether to put the focus in the definitions pane after find/replace.
FIND_RESULTS_COLOR1 - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Color for highlighting find results.
FIND_RESULTS_COLOR2 - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
 
FIND_RESULTS_COLOR3 - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
 
FIND_RESULTS_COLOR4 - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
 
FIND_RESULTS_COLOR5 - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
 
FIND_RESULTS_COLOR6 - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
 
FIND_RESULTS_COLOR7 - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
 
FIND_RESULTS_COLOR8 - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
 
FIND_RESULTS_COLORS - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
 
FIND_RESULTS_PAINTERS - Static variable in class edu.rice.cs.drjava.ui.DefinitionsPane
Highlight painter for find results.
FIND_RESULTS_PAINTERS_USAGE - Static variable in class edu.rice.cs.drjava.ui.DefinitionsPane
How many find result panels are using the highlight painters.
FIND_SEARCH_BACKWARDS - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
 
FIND_WHOLE_WORD - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
 
FIND_WHOLE_WORD_TEST_1 - Static variable in class edu.rice.cs.drjava.model.FindReplaceMachineTest
 
findAll(String, boolean, boolean, boolean, boolean, boolean, boolean, OpenDefinitionsDocument, RegionManager<MovingDocumentRegion>, MovingDocumentRegion, FindResultsPanel) - Method in class edu.rice.cs.drjava.ui.FindReplacePanel
Performs "find all" with the specified options.
findBrace(String) - Static method in class edu.rice.cs.drjava.model.definitions.reducedmodel.Brace
Determine the brace _type of the given String.
findCharInStmtBeforePos(char, int) - Method in class edu.rice.cs.drjava.model.AbstractDJDocument
This function finds the given character in the same statement as the given position, and before the given position.
findCharOnLine(int, char) - Method in class edu.rice.cs.drjava.model.AbstractDJDocument
Determines if the given character exists on the line where the given cursor position is.
findCharOnLine(int, char) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
Assumes read lock is already held.
findCharOnLine(int, char) - Method in interface edu.rice.cs.drjava.model.DJDocument
Determines if the given character exists on the line where the given cursor position is.
findCharOnLine(int, char) - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
findClass(String) - Method in class edu.rice.cs.drjava.model.DeadClassLoader
 
findFileInPaths(String, Iterable<File>) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Searches for a file with the given name on the provided paths.
findFileInPaths(String, Iterable<File>) - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
findFileInPaths(String, Iterable<File>) - Method in interface edu.rice.cs.drjava.model.GlobalModel
Searches for a file with the given name on the provided paths.
findLibraries() - Method in class edu.rice.cs.drjava.model.DefaultGlobalModel
 
findMatch(int, TreeSet<String>, Lambda<String, String>) - Method in class edu.rice.cs.util.BalancingStreamTokenizer
 
findNext() - Method in class edu.rice.cs.drjava.model.FindReplaceMachine
 
findNext(boolean) - Method in class edu.rice.cs.drjava.model.FindReplaceMachine
Finds the next occurrence of the find word and returns an offset at the end of that occurrence or -1 if the word was not found.
findNext() - Method in class edu.rice.cs.drjava.ui.FindReplacePanel
Performs the "find next" command.
findNextEnclosingBrace(int, char, char) - Method in class edu.rice.cs.drjava.model.AbstractDJDocument
Searching forward, finds the position of the enclosing brace, which may be a pointy bracket.
findNextEnclosingBrace(int, char, char) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
Finds the next brace of specified form enclosing pos.
findNextEnclosingBrace(int, char, char) - Method in interface edu.rice.cs.drjava.model.DJDocument
Searching forwards, finds the position of the enclosing brace.
findNextEnclosingBrace(int, char, char) - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
findPrevDelimiter(int, char[]) - Method in class edu.rice.cs.drjava.model.AbstractDJDocument
Searching backwards, finds the position of the first character that is one of the given delimiters.
findPrevDelimiter(int, char[], boolean) - Method in class edu.rice.cs.drjava.model.AbstractDJDocument
Searching backwards, finds position of first character that is a given delimiter, skipping over balanced braces if so instructed.
findPrevDelimiter(int, char[]) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
findPrevDelimiter(int, char[], boolean) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
findPrevDelimiter(int, char[]) - Method in class edu.rice.cs.drjava.model.definitions.IndentHelperTest
Convenience method that wraps _doc.findPrevDelimiter calls in a read lock.
findPrevDelimiter(int, char[]) - Method in interface edu.rice.cs.drjava.model.DJDocument
Searching backwards, finds the position of the first character that is one of the given delimiters.
findPrevDelimiter(int, char[], boolean) - Method in interface edu.rice.cs.drjava.model.DJDocument
Searching backwards, finds the position of the first character that is one of the given delimiters.
findPrevDelimiter(int, char[]) - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
findPrevDelimiter(int, char[], boolean) - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
findPrevEnclosingBrace(int, char, char) - Method in class edu.rice.cs.drjava.model.AbstractDJDocument
Searching backwards, finds the position of the enclosing brace of specified type.
findPrevEnclosingBrace(int, char, char) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
Finds the previous brace of specified form enclosing pos.
findPrevEnclosingBrace(int, char, char) - Method in interface edu.rice.cs.drjava.model.DJDocument
Searching backwards, finds the position of the enclosing brace.
findPrevEnclosingBrace(int, char, char) - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
findPrevious() - Method in class edu.rice.cs.drjava.ui.FindReplacePanel
Called when user the activates "find previous" command.
FindReplaceMachine - Class in edu.rice.cs.drjava.model
Implementation of logic of find/replace over a document.
FindReplaceMachine(SingleDisplayModel, DocumentIterator, Component) - Constructor for class edu.rice.cs.drjava.model.FindReplaceMachine
Standard Constructor.
FindReplaceMachineTest - Class in edu.rice.cs.drjava.model
Tests the FindReplaceMachine.
FindReplaceMachineTest() - Constructor for class edu.rice.cs.drjava.model.FindReplaceMachineTest
 
FindReplacePanel - Class in edu.rice.cs.drjava.ui
The tabbed panel that handles requests for finding and replacing text.
FindReplacePanel(MainFrame, SingleDisplayModel) - Constructor for class edu.rice.cs.drjava.ui.FindReplacePanel
Standard Constructor.
findResource(String) - Method in class edu.rice.cs.drjava.model.DeadClassLoader
 
FindResult - Class in edu.rice.cs.drjava.model
Returned to FindMachineDialog with the location of the found string (or -1 if the string was not found) as well as a flag indicating whether the machine wrapped around the end of the document.
FindResult(OpenDefinitionsDocument, int, boolean, boolean) - Constructor for class edu.rice.cs.drjava.model.FindResult
Constructor for a FindResult.
FindResultsPanel - Class in edu.rice.cs.drjava.ui
Panel for displaying find results.
FindResultsPanel(MainFrame, RegionManager<MovingDocumentRegion>, MovingDocumentRegion, String, String, boolean, boolean, boolean, boolean, boolean, boolean, WeakReference<OpenDefinitionsDocument>, FindReplacePanel) - Constructor for class edu.rice.cs.drjava.ui.FindResultsPanel
Constructs a new find results panel.
FindResultsPanel.ColorComboRenderer - Class in edu.rice.cs.drjava.ui
 
FindResultsPanel.ColorComboRenderer() - Constructor for class edu.rice.cs.drjava.ui.FindResultsPanel.ColorComboRenderer
 
FindResultsPanel.FindResultsColorOptionListener - Class in edu.rice.cs.drjava.ui
The OptionListener for FIND_RESULTS_COLOR.
FindResultsPanel.FindResultsColorOptionListener(int) - Constructor for class edu.rice.cs.drjava.ui.FindResultsPanel.FindResultsColorOptionListener
 
findTestClasses(List<String>, List<File>) - Method in class edu.rice.cs.drjava.model.junit.JUnitTestManager
Find the test classes among the given classNames and accumulate them in TestSuite for junit.
findTestClasses(List<String>, List<File>) - Method in class edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM
Sets up a JUnit test suite in the Interpreter JVM and finds which classes are really TestCases classes (by loading them).
findTestClasses(List<String>, List<File>) - Method in interface edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVMRemoteI
 
findTestClasses(List<String>, List<File>) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM
Sets up a JUnit test suite in the Interpreter JVM and finds which classes are really TestCase classes (by loading them).
finished() - Method in class edu.rice.cs.util.swing.SwingWorker
Called from the event dispatching thread (not on the worker thread) after the construct method has returned.
fireConsoleInputCompleted(String) - Method in class edu.rice.cs.drjava.ui.InteractionsController
 
fireConsoleInputStarted() - Method in class edu.rice.cs.drjava.ui.InteractionsController
 
fireEditingStopped() - Method in class edu.rice.cs.drjava.ui.config.VectorOptionComponent.ButtonEditor
 
first() - Method in class edu.rice.cs.drjava.ui.RecentDocFrame
Resets the frame to point to the first document in the list.
FIXED_INTERACTIONS_DIRECTORY - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The directory for the Interactions pane to use (as long as there is no project working directory).
fixPathFormat(String) - Method in class edu.rice.cs.util.FileOpsTest
 
fixPathForNavigator(String) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
 
fixPathForNavigator(String) - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
fixPathForNavigator(String) - Method in interface edu.rice.cs.drjava.model.GlobalModel
Formats a string pathname for use in the document navigator.
fixup(ProjectFileIR) - Method in class edu.rice.cs.drjava.project.ProjectFileParserFacade
Here we check versions, and see if we need to apply a fixup to account for specify main-class as a classname instead of as a file.
flash() - Method in class edu.rice.cs.drjava.ui.SplashScreen
Display the splash screen, and schedule it to be removed after a delay.
flatten(String) - Static method in class edu.rice.cs.util.StringOps
Converts newline chars to SEPARATOR char (a solid black upright rectangle).
flip() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.Brace
Flips the orientation of the brace.
flip() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.Gap
Blows up.
flip() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedToken
Return the opposite of this ReducedToken in the same state.
flush() - Method in class edu.rice.cs.util.sexp.Lexer
Skips through the input stream until an EOL is encountered
fname - Variable in class edu.rice.cs.drjava.project.ProjectFileParser.BookmarkPropertyVisitor
 
fname - Variable in class edu.rice.cs.drjava.project.ProjectFileParser.BreakpointPropertyVisitor
 
fname - Variable in class edu.rice.cs.drjava.project.ProjectFileParser.DocFilePropertyVisitor
 
focusGained(FocusEvent) - Method in class edu.rice.cs.drjava.ui.MainFrame.LastFocusListener
 
focusOnDefinitionsPane() - Method in class edu.rice.cs.drjava.model.DummyGlobalModelListener
 
focusOnDefinitionsPane() - Method in class edu.rice.cs.drjava.model.GlobalEventNotifier
Called to shift the focus to the Definitions Pane.
focusOnDefinitionsPane() - Method in interface edu.rice.cs.drjava.model.GlobalModelListener
Called when the focus must be changed to the active document in the definitions pane
focusOnDefinitionsPane() - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
focusOnDefinitionsPane() - Method in class edu.rice.cs.drjava.ui.MainFrame.ModelListener
Moves focus in MainFrame to the definitions pane.
focusOnLastFocusOwner() - Method in class edu.rice.cs.drjava.model.DummyGlobalModelListener
 
focusOnLastFocusOwner() - Method in class edu.rice.cs.drjava.model.GlobalEventNotifier
Called to shift the focus to the last focus owner among the main frame panes.
focusOnLastFocusOwner() - Method in interface edu.rice.cs.drjava.model.GlobalModelListener
Restores the focus in the main frame to the last focus owner.
focusOnLastFocusOwner() - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
focusOnLastFocusOwner() - Method in class edu.rice.cs.drjava.ui.MainFrame.ModelListener
 
folder1 - Variable in class edu.rice.cs.util.docnavigation.JTreeSortNavigatorTest
 
folder2 - Variable in class edu.rice.cs.util.docnavigation.JTreeSortNavigatorTest
 
FOLLOW_FILE_DELAY - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Delay for following files.
FOLLOW_FILE_LINES - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Maximum lines to keep when following files, or 0 for unlimited.
FONT_DOCLIST - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
List of open documents
FONT_LINE_NUMBERS - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Line numbers
FONT_MAIN - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Main (definitions document, tab contents)
FONT_TOOLBAR - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Toolbar buttons
FontChooser - Class in edu.rice.cs.util.swing
FontChooser, adapted from NwFontChooserS by Noah Wairauch.
FontChooser(Frame, Font) - Constructor for class edu.rice.cs.util.swing.FontChooser
Constructs a new modal FontChooser for the given frame, using the specified font.
FontChooser.NwList - Class in edu.rice.cs.util.swing
Private inner class for a list which displays a list of options in addition to a label indicating the currently selected item.
FontChooser.NwList(String[]) - Constructor for class edu.rice.cs.util.swing.FontChooser.NwList
 
FontOption - Class in edu.rice.cs.drjava.config
Class defining all configuration entries of type Font
FontOption(String, Font) - Constructor for class edu.rice.cs.drjava.config.FontOption
 
FontOptionComponent - Class in edu.rice.cs.drjava.ui.config
The Graphical form of a FontOption.
FontOptionComponent(FontOption, String, SwingFrame) - Constructor for class edu.rice.cs.drjava.ui.config.FontOptionComponent
 
FontOptionComponent(FontOption, String, SwingFrame, String) - Constructor for class edu.rice.cs.drjava.ui.config.FontOptionComponent
Constructor that allows for a tooltip description.
FontOptionComponentTest - Class in edu.rice.cs.drjava.ui.config
Tests functionality of this OptionComponent
FontOptionComponentTest() - Constructor for class edu.rice.cs.drjava.ui.config.FontOptionComponentTest
 
FontOptionTest - Class in edu.rice.cs.drjava.config
Class according to the JUnit protocol.
FontOptionTest() - Constructor for class edu.rice.cs.drjava.config.FontOptionTest
 
FOO2_EXTENDS_FOO_TEXT - Static variable in class edu.rice.cs.drjava.model.GlobalModelCompileSuccessTestCase
 
FOO2_REFERENCES_NON_PUBLIC_CLASS_TEXT - Static variable in class edu.rice.cs.drjava.model.GlobalModelCompileSuccessTestCase
 
FOO_CLASS - Static variable in class edu.rice.cs.drjava.model.GlobalModelOtherTest
 
FOO_EX_1 - Static variable in class edu.rice.cs.drjava.model.GlobalIndentTest
 
FOO_EX_2 - Static variable in class edu.rice.cs.drjava.model.GlobalIndentTest
 
FOO_MISSING_CLOSE_TEXT - Static variable in class edu.rice.cs.drjava.model.GlobalModelCompileErrorsTest
 
FOO_MISSING_CLOSE_TEXT - Static variable in class edu.rice.cs.drjava.model.GlobalModelTestCase
 
FOO_NON_PUBLIC_CLASS_TEXT - Static variable in class edu.rice.cs.drjava.model.GlobalModelCompileSuccessTestCase
 
FOO_PACKAGE_AFTER_IMPORT - Static variable in class edu.rice.cs.drjava.model.GlobalModelCompileErrorsTest
 
FOO_PACKAGE_AFTER_IMPORT - Static variable in class edu.rice.cs.drjava.model.GlobalModelTestCase
 
FOO_PACKAGE_AS_FIELD - Static variable in class edu.rice.cs.drjava.model.GlobalModelCompileErrorsTest
 
FOO_PACKAGE_AS_FIELD - Static variable in class edu.rice.cs.drjava.model.GlobalModelTestCase
 
FOO_PACKAGE_AS_FIELD_2 - Static variable in class edu.rice.cs.drjava.model.GlobalModelCompileErrorsTest
 
FOO_PACKAGE_AS_FIELD_2 - Static variable in class edu.rice.cs.drjava.model.GlobalModelTestCase
 
FOO_PACKAGE_AS_PART_OF_FIELD - Static variable in class edu.rice.cs.drjava.model.GlobalModelCompileSuccessTestCase
 
FOO_PACKAGE_AS_PART_OF_FIELD - Static variable in class edu.rice.cs.drjava.model.GlobalModelTestCase
 
FOO_PACKAGE_INSIDE_CLASS - Static variable in class edu.rice.cs.drjava.model.GlobalModelCompileErrorsTest
 
FOO_PACKAGE_INSIDE_CLASS - Static variable in class edu.rice.cs.drjava.model.GlobalModelTestCase
 
FOO_TEXT - Static variable in class edu.rice.cs.drjava.model.GlobalModelTestCase
 
FOO_TEXT - Static variable in class edu.rice.cs.drjava.ui.RecentFileManagerTest
 
FOO_WITH_ASSERT - Static variable in class edu.rice.cs.drjava.model.GlobalModelCompileSuccessTestCase
 
FOO_WITH_GENERICS - Static variable in class edu.rice.cs.drjava.model.GlobalModelCompileSuccessTestCase
 
footer - Variable in class edu.rice.cs.drjava.config.VectorOption
 
FOOTER_FONT - Static variable in class edu.rice.cs.drjava.model.print.DrJavaBook
 
forBoolAtom(BoolAtom) - Method in class edu.rice.cs.drjava.project.ProjectFileParser.NameVisitor
 
forBoolAtom(BoolAtom) - Method in class edu.rice.cs.drjava.project.ProjectFileParser.NumberVisitor
 
forBoolAtom(BoolAtom) - Method in interface edu.rice.cs.util.sexp.SExpVisitor
 
forBooleanValue(Boolean) - Method in interface edu.rice.cs.drjava.model.repl.newjvm.InterpretResult.Visitor
 
forBooleanValue(Boolean) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.ResultHandler
Calls replReturnedResult()
forBooleanValue(Boolean) - Method in class edu.rice.cs.drjava.model.repl.newjvm.NewJVMTest.TestJVMExtension.TestResultHandler
 
forBusy() - Method in interface edu.rice.cs.drjava.model.repl.newjvm.InterpretResult.Visitor
 
forBusy() - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.ResultHandler
 
forBusy() - Method in class edu.rice.cs.drjava.model.repl.newjvm.NewJVMTest.TestJVMExtension.TestResultHandler
 
force(X, String) - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel.FragmentLineNumStrategy
 
force(X, String) - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel.FragmentStrategy
 
force(X, String) - Method in interface edu.rice.cs.drjava.ui.predictive.PredictiveInputModel.MatchingStrategy
Force the mask to fit this entry.
force(X, String) - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel.PrefixLineNumStrategy
 
force(X, String) - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel.PrefixStrategy
 
force(X, String) - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel.RegExLineNumStrategy
 
force(X, String) - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel.RegExStrategy
 
FORCE_TEST_SUFFIX - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Whether to force test classes in projects to end in "Test".
ForcedChoiceOption - Class in edu.rice.cs.drjava.config
Class defining a configuration option that requires a choice between mutually-exclusive possible values.
ForcedChoiceOption(String, String, Collection<String>) - Constructor for class edu.rice.cs.drjava.config.ForcedChoiceOption
 
ForcedChoiceOption(String, String, Collection<String>, Collection<String>) - Constructor for class edu.rice.cs.drjava.config.ForcedChoiceOption
 
ForcedChoiceOptionComponent - Class in edu.rice.cs.drjava.ui.config
This component displays all legal choices for a ForcedChoiceOption as a list of radio buttons.
ForcedChoiceOptionComponent(ForcedChoiceOption, String, SwingFrame) - Constructor for class edu.rice.cs.drjava.ui.config.ForcedChoiceOptionComponent
Main constructor builds a panel containing a set of radio buttons for the legal values of the ForcedChoiceOption.
ForcedChoiceOptionComponent(ForcedChoiceOption, String, SwingFrame, String) - Constructor for class edu.rice.cs.drjava.ui.config.ForcedChoiceOptionComponent
Constructor that allows for a tooltip description.
ForcedChoiceOptionComponentTest - Class in edu.rice.cs.drjava.ui.config
Tests functionality of this OptionComponent.
ForcedChoiceOptionComponentTest() - Constructor for class edu.rice.cs.drjava.ui.config.ForcedChoiceOptionComponentTest
 
ForcedChoiceOptionTest - Class in edu.rice.cs.drjava.config
Class according to the JUnit protocol.
ForcedChoiceOptionTest(String) - Constructor for class edu.rice.cs.drjava.config.ForcedChoiceOptionTest
 
forceInsertText(int, String, String) - Method in class edu.rice.cs.util.text.ConsoleDocument
Inserts a string into the document at the given offset and style, regardless of the edit condition.
forceInsertText(int, String, String) - Method in interface edu.rice.cs.util.text.EditDocumentInterface
Inserts a string into the document at the given offset and style, regardless of the edit condition.
forceInsertText(int, String, String) - Method in class edu.rice.cs.util.text.SwingDocument
Inserts a string into the document at the given offset and style, regardless of the edit condition.
forceQuit() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Halts the program immediately.
forceQuit() - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
forceQuit() - Method in interface edu.rice.cs.drjava.model.GlobalModel
Halts the program immediately.
forceRemoveText(int, int) - Method in class edu.rice.cs.util.text.ConsoleDocument
Removes a portion of the document, regardless of the edit condition.
forceRemoveText(int, int) - Method in interface edu.rice.cs.util.text.EditDocumentInterface
Removes a portion of the document, regardless of the edit condition.
forceRemoveText(int, int) - Method in class edu.rice.cs.util.text.SwingDocument
Removes a portion of the document, regardless of the edit condition.
forCharValue(Character) - Method in interface edu.rice.cs.drjava.model.repl.newjvm.InterpretResult.Visitor
 
forCharValue(Character) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.ResultHandler
Calls replReturnedResult()
forCharValue(Character) - Method in class edu.rice.cs.drjava.model.repl.newjvm.NewJVMTest.TestJVMExtension.TestResultHandler
 
forCons(Cons) - Method in class edu.rice.cs.drjava.project.ProjectFileParser.BookmarkListVisitor
 
forCons(Cons) - Method in class edu.rice.cs.drjava.project.ProjectFileParser.BookmarkPropertyVisitor
 
forCons(Cons) - Method in class edu.rice.cs.drjava.project.ProjectFileParser.BreakpointListVisitor
 
forCons(Cons) - Method in class edu.rice.cs.drjava.project.ProjectFileParser.BreakpointPropertyVisitor
 
forCons(Cons) - Method in class edu.rice.cs.drjava.project.ProjectFileParser.DocFileListVisitor
 
forCons(Cons) - Method in class edu.rice.cs.drjava.project.ProjectFileParser.DocFilePropertyVisitor
 
forCons(Cons) - Method in class edu.rice.cs.drjava.project.ProjectFileParser.NameVisitor
 
forCons(Cons) - Method in class edu.rice.cs.drjava.project.ProjectFileParser.NumberVisitor
 
forCons(Cons) - Method in class edu.rice.cs.drjava.project.ProjectFileParser.PathListVisitor
 
forCons(Cons) - Method in class edu.rice.cs.drjava.project.ProjectFileParser.WatchListVisitor
 
forCons(Cons) - Method in interface edu.rice.cs.util.sexp.SEListVisitor
 
forCons(Cons) - Method in interface edu.rice.cs.util.sexp.SExpVisitor
 
ForegroundColorListener - Class in edu.rice.cs.drjava.ui
Creates and installs an OptionListener for DEFINITIONS_NORMAL_COLOR on a specified JTextComponent.
ForegroundColorListener(Component) - Constructor for class edu.rice.cs.drjava.ui.ForegroundColorListener
 
forEmpty(Empty) - Method in class edu.rice.cs.drjava.project.ProjectFileParser.BookmarkListVisitor
 
forEmpty(Empty) - Method in class edu.rice.cs.drjava.project.ProjectFileParser.BookmarkPropertyVisitor
 
forEmpty(Empty) - Method in class edu.rice.cs.drjava.project.ProjectFileParser.BreakpointListVisitor
 
forEmpty(Empty) - Method in class edu.rice.cs.drjava.project.ProjectFileParser.BreakpointPropertyVisitor
 
forEmpty(Empty) - Method in class edu.rice.cs.drjava.project.ProjectFileParser.DocFileListVisitor
 
forEmpty(Empty) - Method in class edu.rice.cs.drjava.project.ProjectFileParser.DocFilePropertyVisitor
 
forEmpty(Empty) - Method in class edu.rice.cs.drjava.project.ProjectFileParser.NameVisitor
 
forEmpty(Empty) - Method in class edu.rice.cs.drjava.project.ProjectFileParser.NumberVisitor
 
forEmpty(Empty) - Method in class edu.rice.cs.drjava.project.ProjectFileParser.PathListVisitor
 
forEmpty(Empty) - Method in class edu.rice.cs.drjava.project.ProjectFileParser.WatchListVisitor
 
forEmpty(Empty) - Method in interface edu.rice.cs.util.sexp.SEListVisitor
 
forEmpty(Empty) - Method in interface edu.rice.cs.util.sexp.SExpVisitor
 
forEvalException(String, StackTraceElement[]) - Method in interface edu.rice.cs.drjava.model.repl.newjvm.InterpretResult.Visitor
 
forEvalException(String, StackTraceElement[]) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.ResultHandler
Calls replThrewException()
forEvalException(String, StackTraceElement[]) - Method in class edu.rice.cs.drjava.model.repl.newjvm.NewJVMTest.TestJVMExtension.TestResultHandler
 
forException(String) - Method in interface edu.rice.cs.drjava.model.repl.newjvm.InterpretResult.Visitor
 
forException(String) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.ResultHandler
Calls replThrewException()
forException(String) - Method in class edu.rice.cs.drjava.model.repl.newjvm.NewJVMTest.TestJVMExtension.TestResultHandler
 
forList(IDocumentNavigator<ItemT>, InType) - Method in interface edu.rice.cs.util.docnavigation.IDocumentNavigatorAlgo
the List case for the visitor
format(Color) - Method in class edu.rice.cs.drjava.config.ColorOption
 
format(File) - Method in class edu.rice.cs.drjava.config.FileOption
 
format(Font) - Method in class edu.rice.cs.drjava.config.FontOption
Create a String representation of the Font object, in the format: fontname-fontstyle-fontsize.
format(String) - Method in class edu.rice.cs.drjava.config.ForcedChoiceOption
 
format(T) - Method in interface edu.rice.cs.drjava.config.FormatStrategy
 
format(KeyStroke) - Method in class edu.rice.cs.drjava.config.KeyStrokeOption
 
format(T) - Method in class edu.rice.cs.drjava.config.Option
Formats a statically typed T value as a String.
format(String) - Method in class edu.rice.cs.drjava.config.StringOption
 
format(Vector<T>) - Method in class edu.rice.cs.drjava.config.VectorOption
Formats the Vector v.
FORMAT_BOOL - Static variable in class edu.rice.cs.drjava.config.UnaryOpProperty
Formatter for Booleans.
FORMAT_DOUBLE - Static variable in class edu.rice.cs.drjava.config.UnaryOpProperty
Formatter for Numbers.
FORMAT_STRING - Static variable in class edu.rice.cs.drjava.config.UnaryOpProperty
Formatter for Strings.
formatKeyStroke(KeyStroke) - Static method in class edu.rice.cs.drjava.config.KeyStrokeOption
 
formatRep(File) - Method in class edu.rice.cs.util.swing.FileDisplay
 
FormatStrategy<T> - Interface in edu.rice.cs.drjava.config
The sheer ability to format something of type T to a String.
formatter - Variable in class edu.rice.cs.drjava.config.VectorOption
 
forNoValue() - Method in interface edu.rice.cs.drjava.model.repl.newjvm.InterpretResult.Visitor
 
forNoValue() - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.ResultHandler
Lets the model know that void was returned.
forNoValue() - Method in class edu.rice.cs.drjava.model.repl.newjvm.NewJVMTest.TestJVMExtension.TestResultHandler
 
forNumberAtom(NumberAtom) - Method in class edu.rice.cs.drjava.project.ProjectFileParser.NameVisitor
 
forNumberAtom(NumberAtom) - Method in class edu.rice.cs.drjava.project.ProjectFileParser.NumberVisitor
 
forNumberAtom(NumberAtom) - Method in interface edu.rice.cs.util.sexp.SExpVisitor
 
forNumberValue(Number) - Method in interface edu.rice.cs.drjava.model.repl.newjvm.InterpretResult.Visitor
 
forNumberValue(Number) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.ResultHandler
Calls replReturnedResult()
forNumberValue(Number) - Method in class edu.rice.cs.drjava.model.repl.newjvm.NewJVMTest.TestJVMExtension.TestResultHandler
 
forObjectValue(String, String) - Method in interface edu.rice.cs.drjava.model.repl.newjvm.InterpretResult.Visitor
 
forObjectValue(String, String) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.ResultHandler
Calls replReturnedResult()
forObjectValue(String, String) - Method in class edu.rice.cs.drjava.model.repl.newjvm.NewJVMTest.TestJVMExtension.TestResultHandler
 
forStringValue(String) - Method in interface edu.rice.cs.drjava.model.repl.newjvm.InterpretResult.Visitor
 
forStringValue(String) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.ResultHandler
Calls replReturnedResult()
forStringValue(String) - Method in class edu.rice.cs.drjava.model.repl.newjvm.NewJVMTest.TestJVMExtension.TestResultHandler
 
forTextAtom(TextAtom) - Method in class edu.rice.cs.drjava.project.ProjectFileParser.NameVisitor
 
forTextAtom(TextAtom) - Method in class edu.rice.cs.drjava.project.ProjectFileParser.NumberVisitor
 
forTextAtom(TextAtom) - Method in interface edu.rice.cs.util.sexp.SExpVisitor
 
forTree(IDocumentNavigator<ItemT>, InType) - Method in interface edu.rice.cs.util.docnavigation.IDocumentNavigatorAlgo
the Tree case for the visitor
forUnexpectedException(Throwable) - Method in interface edu.rice.cs.drjava.model.repl.newjvm.InterpretResult.Visitor
 
forUnexpectedException(Throwable) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.ResultHandler
 
forUnexpectedException(Throwable) - Method in class edu.rice.cs.drjava.model.repl.newjvm.NewJVMTest.TestJVMExtension.TestResultHandler
 
forwardHistorySearch(String) - Method in class edu.rice.cs.drjava.model.repl.InteractionsDocument
Forward searches the history for the given string.
forwardSearch(String) - Method in class edu.rice.cs.drjava.model.repl.History
Forward-searches the history for the next matching string.
forwardSearchInteractionsInHistory() - Method in class edu.rice.cs.drjava.model.repl.InteractionsDocument
Forward searches the history for interactions that started with the current interaction.
FRAME_HEIGHT - Static variable in class edu.rice.cs.drjava.ui.config.ConfigFrame
 
FRAME_HEIGHT - Static variable in class edu.rice.cs.drjava.ui.EditExternalDialog
 
FRAME_HEIGHT - Static variable in class edu.rice.cs.drjava.ui.ExecuteExternalDialog
 
FRAME_HEIGHT - Static variable in class edu.rice.cs.drjava.ui.GenerateCustomDrJavaJarFrame
 
FRAME_HEIGHT - Static variable in class edu.rice.cs.drjava.ui.HTMLFrame
 
FRAME_HEIGHT - Static variable in class edu.rice.cs.drjava.ui.ProjectAdvancedPropertiesFrame
 
FRAME_HEIGHT - Static variable in class edu.rice.cs.drjava.ui.ProjectPropertiesFrame
 
FRAME_WIDTH - Static variable in class edu.rice.cs.drjava.ui.config.ConfigFrame
 
FRAME_WIDTH - Static variable in class edu.rice.cs.drjava.ui.EditExternalDialog
 
FRAME_WIDTH - Static variable in class edu.rice.cs.drjava.ui.ExecuteExternalDialog
 
FRAME_WIDTH - Static variable in class edu.rice.cs.drjava.ui.GenerateCustomDrJavaJarFrame
 
FRAME_WIDTH - Static variable in class edu.rice.cs.drjava.ui.HTMLFrame
 
FRAME_WIDTH - Static variable in class edu.rice.cs.drjava.ui.ProjectAdvancedPropertiesFrame
 
FRAME_WIDTH - Static variable in class edu.rice.cs.drjava.ui.ProjectPropertiesFrame
 
Free - Class in edu.rice.cs.drjava.model.definitions.reducedmodel
Shadowing state that indicates normal, unshadowed text.
Free() - Constructor for class edu.rice.cs.drjava.model.definitions.reducedmodel.Free
 
FREE - Static variable in interface edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelStates
 
freeResources() - Method in class edu.rice.cs.drjava.ui.FindResultsPanel
Called from FindReplacePanel.findAll if search finds no matches.
FS - Static variable in class edu.rice.cs.drjava.CommandLineTest
File separator, i.e.
FS - Variable in class edu.rice.cs.drjava.config.DrJavaPropertySetupTest
 
full - Variable in class edu.rice.cs.drjava.ui.ClipboardHistoryFrame.HistoryString
 
FULL_JAVA - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
 
fullPackage - Variable in class edu.rice.cs.drjava.ui.MainFrameStatics.GoToFileListEntry
 
fullSetup() - Method in class edu.rice.cs.drjava.model.compiler.CompilerErrorModelTest
Extra setup for test cases with several documents.
fullStr - Variable in class edu.rice.cs.drjava.ui.MainFrameStatics.JavaAPIListEntry
 
FUNCTIONAL_JAVA_LEVEL - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
 

G

gainedSelection(NodeData<? extends ItemT>, boolean) - Method in interface edu.rice.cs.util.docnavigation.INavigationListener
Runs when an item in a navigator is selected
Gap - Class in edu.rice.cs.drjava.model.definitions.reducedmodel
A subclass of ReducedToken that represents sequences of non-special characters.
Gap(int, ReducedModelState) - Constructor for class edu.rice.cs.drjava.model.definitions.reducedmodel.Gap
Creates a new Gap.
GapTest - Class in edu.rice.cs.drjava.model.definitions.reducedmodel
Tests the functionality of the Gap class.
GapTest() - Constructor for class edu.rice.cs.drjava.model.definitions.reducedmodel.GapTest
 
gatherProjectDocInfo() - Method in class edu.rice.cs.drjava.ui.MainFrame
 
GeneralProcessCreator - Class in edu.rice.cs.util
This class abstracts out process creation, similar to ProcessCreator, which is only available in Java 1.5.
GeneralProcessCreator(String, String, PropertyMaps) - Constructor for class edu.rice.cs.util.GeneralProcessCreator
Constructor for a process creator with the given command line and the work directory.
GeneralProcessCreator(List<List<List<String>>>, String, PropertyMaps) - Constructor for class edu.rice.cs.util.GeneralProcessCreator
Constructor for a process creator with the given command line already split up, and the work directory.
generate() - Method in class edu.rice.cs.drjava.ui.GenerateCustomDrJavaJarFrame
Generate the custom drjava.jar file, reset the frame and hide it.
generateBanner(File) - Method in class edu.rice.cs.drjava.model.repl.InteractionsModel
 
GenerateCustomDrJavaJarFrame - Class in edu.rice.cs.drjava.ui
A frame for generating a custom drjava.jar.
GenerateCustomDrJavaJarFrame(MainFrame) - Constructor for class edu.rice.cs.drjava.ui.GenerateCustomDrJavaJarFrame
Constructs a frame to generate a custom drjava.jar.
generateJavaAPISet() - Method in class edu.rice.cs.drjava.ui.MainFrame
Generate Java API class list.
generateJavadoc(FileSaveSelector) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
throws UnsupportedOperationException
generateJavadoc(FileSaveSelector) - Method in class edu.rice.cs.drjava.model.DefaultGlobalModel.ConcreteOpenDefDoc
Generates Javadoc for this document, saving the output to a temporary directory.
generateJavadoc(FileSaveSelector) - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
generateJavadoc(FileSaveSelector) - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
Generates Javadoc for this document, saving the output to a temporary directory.
generateNewFileName(File) - Static method in class edu.rice.cs.util.FileOps
Generate a new file name that does not yet exist.
generateNewFileName(File, String) - Static method in class edu.rice.cs.util.FileOps
Generate a new file name that does not yet exist.
generateNewFileName(File, String, String) - Static method in class edu.rice.cs.util.FileOps
Generate a new file name that does not yet exist.
generateNewFileName(File, String, String, int) - Static method in class edu.rice.cs.util.FileOps
Generate a new file name that does not yet exist.
generatePathString(TreePath) - Method in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
Generates a path string for the given tree node.
generateRTConcJUnitJarFile(File, File, File) - Static method in class edu.rice.cs.drjava.model.junit.ConcJUnitUtils
Generate the rt.concjunit.jar file using the specified concutest-junit-XXX-withrt.jar file.
get(KeyStroke) - Method in class edu.rice.cs.drjava.ui.KeyBindingManager
Takes a KeyStroke and gets its Action from the keyToActionMap
get() - Method in class edu.rice.cs.util.swing.SwingWorker
Return the value created by the construct method.
get() - Method in class edu.rice.cs.util.swing.SwingWorker.ThreadVar
 
get(String) - Method in class edu.rice.cs.util.XMLConfig
Returns the value as specified by the DOM path.
get(String, Node) - Method in class edu.rice.cs.util.XMLConfig
Returns the value as specified by the DOM path.
get(String, String) - Method in class edu.rice.cs.util.XMLConfig
Returns the value as specified by the DOM path, or the default value if the value could not be found.
get(String, Node, String) - Method in class edu.rice.cs.util.XMLConfig
Returns the value as specified by the DOM path, or the default value if the value could not be found.
GET_CURRENT - Static variable in class edu.rice.cs.drjava.config.PropertyMaps
A lambda to use the getCurrent() method, which forces an update.
GET_LAZY - Static variable in class edu.rice.cs.drjava.config.PropertyMaps
A lambda to use the getLazy() method, which does not force an update and might be stale.
GET_VARIABLE_VALUE_SIG - Static variable in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Signature of the InterpreterJVM.getVariableValue method.
getAbsoluteFile() - Method in class edu.rice.cs.drjava.project.DocFile
 
getAbsoluteFile() - Method in class edu.rice.cs.util.FileOps.NullFile
 
getAbsolutePath() - Method in class edu.rice.cs.util.FileOps.NullFile
 
getAction() - Method in class edu.rice.cs.drjava.ui.KeyBindingManager.KeyStrokeData
 
getActions() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsEditorKit
 
getActiveCompiler() - Method in interface edu.rice.cs.drjava.model.compiler.CompilerModel
Gets the compiler that is the "active" compiler.
getActiveCompiler() - Method in class edu.rice.cs.drjava.model.compiler.DefaultCompilerModel
Gets the compiler that is the "active" compiler.
getActiveDocument() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Returns the currently active document.
getActiveDocument() - Method in interface edu.rice.cs.drjava.model.SingleDisplayModel
 
getAdapterForCompiler() - Method in class edu.rice.cs.drjava.model.JDKDescriptor
Return the class name of the compiler adapter.
getAdapterForCompiler(JavaVersion.FullVersion) - Method in class edu.rice.cs.drjava.model.JDKDescriptor
Return the class name of the compiler adapter.
getAdapterForCompiler() - Method in class edu.rice.cs.drjava.model.JDKDescriptor.None
 
getAdapterForCompiler(JavaVersion.FullVersion) - Method in class edu.rice.cs.drjava.model.JDKDescriptor.None
 
getAdapterForDebugger() - Method in class edu.rice.cs.drjava.model.JDKDescriptor
Return the class name of the debugger adapter.
getAdapterForDebugger(JavaVersion.FullVersion) - Method in class edu.rice.cs.drjava.model.JDKDescriptor
Return the class name of the debugger adapter.
getAdapterForDebugger() - Method in class edu.rice.cs.drjava.model.JDKDescriptor.None
 
getAdapterForDebugger(JavaVersion.FullVersion) - Method in class edu.rice.cs.drjava.model.JDKDescriptor.None
 
getAdditionalCompilerFiles(File) - Method in class edu.rice.cs.drjava.model.JDKDescriptor
Return the list of additional files required to use the compiler.
getAdditionalCompilerFiles(File) - Method in class edu.rice.cs.drjava.model.JDKDescriptor.None
 
getAllowKeyEvents() - Method in class edu.rice.cs.drjava.ui.MainFrame
 
getAllWrapped() - Method in class edu.rice.cs.drjava.model.FindResult
Returns true if the search wrapped to the start document.
getAndResetNumLinesChangedAfter() - Method in class edu.rice.cs.drjava.model.AbstractDJDocument
Gets the value of _numLinesChangedAfter field and reset it -1.
getAscent(GlyphView) - Method in class edu.rice.cs.drjava.model.definitions.ColoringGlyphPainter
Fetches the ascent above the baseline for the glyphs corresponding to the given range in the model.
getAttribute(String) - Method in class edu.rice.cs.drjava.config.DrJavaProperty
Return an attribute's value.
getAutomaticDownloadURL() - Method in class edu.rice.cs.drjava.ui.NewVersionPopup
Return the automatic download URL.
getAutoRefreshStatus() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.FlatFileGroupingState
 
getAutoRefreshStatus() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Gets autorfresh status of the project
getAutoRefreshStatus() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ProjectFileGroupingState
 
getAutoRefreshStatus() - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
getAutoRefreshStatus() - Method in interface edu.rice.cs.drjava.model.FileGroupingState
 
getAutoRefreshStatus() - Method in interface edu.rice.cs.drjava.model.GlobalModel
Gets autorefresh status of the project
getAutoRefreshStatus() - Method in interface edu.rice.cs.drjava.project.ProjectFileIR
 
getAutoRefreshStatus() - Method in class edu.rice.cs.drjava.project.ProjectProfile
 
getAuxiliaryBinTitle() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Gives the title of the aux files bin for the navigator.
getAuxiliaryBinTitle() - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
getAuxiliaryBinTitle() - Method in interface edu.rice.cs.drjava.model.GlobalModel
Gives the title of the aux files bin for the navigator
getAuxiliaryDocuments() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Returns the OpenDefinitionsDocuments that are identified as auxiliary project source files.
getAuxiliaryDocuments() - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
getAuxiliaryDocuments() - Method in interface edu.rice.cs.drjava.model.GlobalModel
 
getAuxiliaryFiles() - Method in interface edu.rice.cs.drjava.project.ProjectFileIR
These files are the files outside of the project tree that are saved in the project file so that they are opened as well as the project files.
getAuxiliaryFiles() - Method in class edu.rice.cs.drjava.project.ProjectProfile
 
getAvailableCompilers() - Method in interface edu.rice.cs.drjava.model.compiler.CompilerModel
Returns all registered compilers that are actually available.
getAvailableCompilers() - Method in class edu.rice.cs.drjava.model.compiler.DefaultCompilerModel
Returns all registered compilers that are actually available.
getBackground(AttributeSet) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
getBackground(AttributeSet) - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
getBackupFile() - Method in class edu.rice.cs.util.FileOps.DefaultFileSaver
 
getBackupFile() - Method in interface edu.rice.cs.util.FileOps.FileSaver
This method tells what to name the backup file, if a backup is made.
getBanner() - Method in class edu.rice.cs.drjava.model.repl.InteractionsModel
 
getBanner(File) - Static method in class edu.rice.cs.drjava.model.repl.InteractionsModel
 
getBaseIcon() - Method in class edu.rice.cs.util.swing.CenteredIcon
 
getBeep() - Method in class edu.rice.cs.drjava.ui.InteractionsPane
Returns a runnable object that beeps to the user.
getBlankString(int) - Static method in class edu.rice.cs.util.StringOps
Gets a string consisting of n blanks.
getBlockOffset() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.AbstractReducedModel
Get the offset into the current ReducedToken.
getBlockOffset() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelControl
Gets the offset within the current token.
getBlockOffset() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.TokenList.Iterator
 
getBookmarkManager() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
getBookmarkManager() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
 
getBookmarkManager() - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
getBookmarkManager() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
getBookmarkManager() - Method in interface edu.rice.cs.drjava.model.GlobalModel
 
getBookmarkManager() - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
 
getBookmarks() - Method in interface edu.rice.cs.drjava.project.ProjectFileIR
 
getBookmarks() - Method in class edu.rice.cs.drjava.project.ProjectProfile
 
getBool(String) - Method in class edu.rice.cs.util.XMLConfig
Returns the value as specified by the DOM path.
getBool(String, Node) - Method in class edu.rice.cs.util.XMLConfig
Returns the value as specified by the DOM path.
getBool(String, boolean) - Method in class edu.rice.cs.util.XMLConfig
Returns the value as specified by the DOM path, or the default value if the value could not be found.
getBool(String, Node, boolean) - Method in class edu.rice.cs.util.XMLConfig
Returns the value as specified by the DOM path, or the default value if the value could not be found.
getBoundedPosition(GlyphView, int, float, float) - Method in class edu.rice.cs.drjava.model.definitions.ColoringGlyphPainter
Determines the best location (in the model) to break the given view.
getBreakpoint(int, String) - Method in interface edu.rice.cs.drjava.model.debug.Debugger
Gets the Breakpoint object at the specified line in the given class.
getBreakpoint(int, String) - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Gets the Breakpoint object at the specified line in the given class.
getBreakpoint(int, String) - Method in class edu.rice.cs.drjava.model.debug.NoDebuggerAvailable
Gets the Breakpoint object at the specified line in the given class.
getBreakpointManager() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
getBreakpointManager() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
 
getBreakpointManager() - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
getBreakpointManager() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
getBreakpointManager() - Method in interface edu.rice.cs.drjava.model.GlobalModel
 
getBreakpointManager() - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
 
getBreakpoints() - Method in interface edu.rice.cs.drjava.project.ProjectFileIR
 
getBreakpoints() - Method in class edu.rice.cs.drjava.project.ProjectProfile
 
getBrowserHistoryManager() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
 
getBrowserHistoryManager() - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
getBrowserHistoryManager() - Method in interface edu.rice.cs.drjava.model.GlobalModel
 
getBuildDirectory() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.FlatFileGroupingState
 
getBuildDirectory() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
 
getBuildDirectory() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ProjectFileGroupingState
 
getBuildDirectory() - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
getBuildDirectory() - Method in interface edu.rice.cs.drjava.model.FileGroupingState
Returns the directory in which to put the class files after compilation
getBuildDirectory() - Method in interface edu.rice.cs.drjava.model.GlobalModel
 
getBuildDirectory() - Method in interface edu.rice.cs.drjava.project.ProjectFileIR
 
getBuildDirectory() - Method in class edu.rice.cs.drjava.project.ProjectProfile
 
getBuildDirectoryCP() - Method in class edu.rice.cs.drjava.model.repl.newjvm.ClassPathManager
 
getBuildTime(URL) - Static method in class edu.rice.cs.drjava.ui.NewVersionPopup
Returns the build time for the URL, or null if it could not be read.
getBuildTime(URL, Box<String>) - Static method in class edu.rice.cs.drjava.ui.NewVersionPopup
Returns the build time for the URL, or null if it could not be read.
getBuildTime() - Static method in class edu.rice.cs.drjava.Version
 
getBuildTimeString() - Static method in class edu.rice.cs.drjava.Version
 
getButton() - Static method in class edu.rice.cs.drjava.ui.DrJavaErrorHandler
Gets the button to show.
getButtonPressed() - Method in class edu.rice.cs.drjava.ui.ClipboardHistoryFrame
Return the code for the last button that was pressed.
getButtonPressed() - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputFrame
Return the name for the last button that was pressed.
getButtonPressed() - Method in class edu.rice.cs.util.swing.ScrollableListDialog
Return the number of the button that was pressed to close the dialog.
getButtons() - Method in class edu.rice.cs.drjava.ui.config.VectorOptionComponent
Return the buttons that should be added to the table underneath.
getBytes() - Method in class edu.rice.cs.drjava.model.AbstractDJDocument
Returns the byte image (as written to a file) of this document.
getCachedClassFile() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
getCachedClassFile() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
getCachedClassFile() - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
 
getCacheSize() - Method in class edu.rice.cs.drjava.model.cache.DocumentCache
 
getCanonicalFile() - Method in class edu.rice.cs.drjava.project.DocFile
 
getCanonicalFile(File) - Static method in class edu.rice.cs.util.FileOps
Deprecated. Use IOUtil.attemptCanonicalFile(java.io.File) instead.
getCanonicalFile() - Method in class edu.rice.cs.util.FileOps.NullFile
 
getCanonicalPath() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
Returns the canonical path for this document, "(Untitled)" if unsaved), "" if the file path is ill-formed.
getCanonicalPath() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
getCanonicalPath(File) - Method in class edu.rice.cs.drjava.model.junit.DefaultJUnitModel
 
getCanonicalPath() - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
Returns canonical path for well-formed file, "(Untitled)" if no file exists, and absolute path if ill-formed.
getCanonicalPath() - Method in error edu.rice.cs.util.classloader.ClassFileError
 
getCanonicalPath(File) - Static method in class edu.rice.cs.util.FileOps
Deprecated. Use IOUtil.attemptCanonicalFile(java.io.File) instead. (The result will be a File instead of a String.)
getCanonicalPath() - Method in class edu.rice.cs.util.FileOps.NullFile
 
getCapitalizedClassName(String) - Static method in class edu.rice.cs.drjava.ui.NewJavaClassDialog
 
getCapitalizedInterfacesNames(String) - Static method in class edu.rice.cs.drjava.ui.NewJavaClassDialog
 
getCapitalizedSuperClassName(String) - Static method in class edu.rice.cs.drjava.ui.NewJavaClassDialog
 
getCaretPosition() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
getCaretPosition() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
getCaretPosition() - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
 
getCategories() - Method in class edu.rice.cs.drjava.config.PropertyMaps
Return the set of categories.
getCaughtException() - Method in class edu.rice.cs.util.swing.AsyncCompletionArgs
Returns the exception thrown from within the asynchronous task if an exception was thrown.
getCause() - Method in exception edu.rice.cs.util.RunnableEST.Exception
 
getCause() - Method in exception edu.rice.cs.util.UnexpectedException
Returns the contained exception.
getCellEditorValue() - Method in class edu.rice.cs.drjava.ui.config.VectorOptionComponent.ButtonEditor
 
getCharacterElement(int) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
getCharacterElement(int) - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
getCheckBoxValue() - Method in class edu.rice.cs.util.swing.ConfirmCheckBoxDialog
Gets the selected value of the check box.
getChosenFile(JFileChooser, int, File, boolean) - Method in class edu.rice.cs.drjava.ui.MainFrame
Returns the File selected by the JFileChooser.
getChosenFiles(JFileChooser, int) - Method in class edu.rice.cs.drjava.ui.MainFrame
Returns the Files selected by the JFileChooser.
getClassContent(String, String, String, boolean, boolean, String, String, boolean) - Static method in class edu.rice.cs.drjava.ui.NewJavaClassDialog
 
getClassDeclaration(String, String, String, String, String, boolean) - Static method in class edu.rice.cs.drjava.ui.NewJavaClassDialog
 
getClassFileInSync() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
getClassFileInSync() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
getClassFileInSync() - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
 
getClassFiles() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.FlatFileGroupingState
 
getClassFiles() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
 
getClassFiles() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ProjectFileGroupingState
 
getClassFiles() - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
getClassFiles() - Method in interface edu.rice.cs.drjava.model.FileGroupingState
 
getClassFiles() - Method in interface edu.rice.cs.drjava.model.GlobalModel
 
getClassFilesHelper(File, LinkedList<File>) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ProjectFileGroupingState
 
getClassName() - Method in class edu.rice.cs.drjava.model.ClassAndInterfaceFinder
Finds the the name of the first class (excluding interfaces) defined in this file.
getClassName() - Method in interface edu.rice.cs.drjava.model.debug.Breakpoint
 
getClassName() - Method in class edu.rice.cs.drjava.model.debug.jpda.DocumentDebugAction
Returns the class name this DebugAction occurs in.
getClassName(Class<?>) - Static method in class edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM
 
getClassName() - Method in class edu.rice.cs.drjava.ui.MainFrameStatics.AutoCompletePopupEntry
Return the simple class name, e.g.
getClassName() - Method in class edu.rice.cs.drjava.ui.MainFrameStatics.GoToFileListEntry
 
getClassName() - Method in class edu.rice.cs.drjava.ui.MainFrameStatics.JavaAPIListEntry
 
getClassName() - Method in error edu.rice.cs.util.classloader.ClassFileError
 
getClassOrInterfaceName() - Method in class edu.rice.cs.drjava.model.ClassAndInterfaceFinder
Finds the the name of the first class or interface defined in this file.
getClassPath() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
throws an UnsupportedOperationException
getClassPath() - Method in class edu.rice.cs.drjava.model.DefaultGlobalModel
Get the class path to be used in all class-related operations.
getClassPath() - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
getClassPath() - Method in interface edu.rice.cs.drjava.model.GlobalModel
Get the class path to be used in all class-related operations.
getClassPath() - Method in class edu.rice.cs.drjava.model.junit.DefaultJUnitModel
Returns the current classpath in use by the JUnit JVM.
getClassPath() - Method in interface edu.rice.cs.drjava.model.junit.JUnitModelCallback
Returns the accumulated classpath in use by all Java interpreters
getClassPath() - Method in class edu.rice.cs.drjava.model.repl.newjvm.ClassPathManager
Get a dynamic view of the full class path.
getClassPath() - Method in class edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM
 
getClassPath() - Method in interface edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVMRemoteI
Returns the current class path.
getClassPath() - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.DummyJUnitModel
 
getClassPath() - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM
Returns the current class path of the interpreter as a list of unique entries.
getClassPath() - Method in class edu.rice.cs.drjava.model.repl.RMIInteractionsModel
Gets the interpreter class path from the interpreter jvm.
getClassPaths() - Method in interface edu.rice.cs.drjava.project.ProjectFileIR
 
getClassPaths() - Method in class edu.rice.cs.drjava.project.ProjectProfile
 
getClipboardSelection(Component) - Static method in class edu.rice.cs.util.swing.Utilities
 
getCloseButton() - Method in class edu.rice.cs.drjava.ui.MainFrame
 
getClosedCt() - Method in class edu.rice.cs.drjava.ui.DefinitionsPaneMemoryLeakTest.DocChangeListener
 
getCollapsedPaths() - Method in interface edu.rice.cs.drjava.project.ProjectFileIR
 
getCollapsedPaths() - Method in class edu.rice.cs.drjava.project.ProjectProfile
 
getCollapsedPaths() - Method in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
 
getColor() - Method in class edu.rice.cs.drjava.ui.ReverseHighlighter.DefaultFrameHighlightPainter
 
getColor() - Method in class edu.rice.cs.drjava.ui.ReverseHighlighter.DefaultUnderlineHighlightPainter
 
getColumnCount() - Method in class edu.rice.cs.drjava.ui.DebugPanel.StackTableModel
 
getColumnCount() - Method in class edu.rice.cs.drjava.ui.DebugPanel.ThreadTableModel
 
getColumnCount() - Method in class edu.rice.cs.drjava.ui.DebugPanel.WatchTableModel
 
getColumnName(int) - Method in class edu.rice.cs.drjava.ui.DebugPanel.StackTableModel
 
getColumnName(int) - Method in class edu.rice.cs.drjava.ui.DebugPanel.ThreadTableModel
 
getColumnName(int) - Method in class edu.rice.cs.drjava.ui.DebugPanel.WatchTableModel
 
getCompileAllButton() - Method in class edu.rice.cs.drjava.ui.MainFrame
For testing purposes.
getCompilerBootClassPath() - Method in class edu.rice.cs.drjava.model.repl.DefaultInteractionsModel
A compiler can instruct DrJava to include additional elements for the boot class path of the Interactions JVM.
getCompilerBootClassPath() - Method in interface edu.rice.cs.drjava.model.repl.InteractionsModelCallback
A compiler can instruct DrJava to include additional elements for the boot class path of the Interactions JVM.
getCompilerBootClassPath() - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelTest.IncompleteInputInteractionsModel
 
getCompilerBootClassPath() - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelTest.TestInteractionsModel
 
getCompilerBootClassPath() - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.DummyInteractionsModel
 
getCompilerBootClassPath() - Method in class edu.rice.cs.drjava.model.repl.SimpleInteractionsModel
A compiler can instruct DrJava to include additional elements for the boot class path of the Interactions JVM.
getCompilerErrorModel() - Method in interface edu.rice.cs.drjava.model.compiler.CompilerModel
Gets the CompilerErrorModel representing the last compile.
getCompilerErrorModel() - Method in class edu.rice.cs.drjava.model.compiler.DefaultCompilerModel
Gets the CompilerErrorModel representing the last compile.
getCompilerErrorPanel() - Method in class edu.rice.cs.drjava.ui.MainFrame
Returns the compiler error panel.
getCompilerErrorString() - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase
Returns a string with all compiler errors.
getCompilerInterface(String, JavaVersion.FullVersion) - Static method in class edu.rice.cs.drjava.model.JDKToolsLibrary
 
getCompilerLock() - Method in interface edu.rice.cs.drjava.model.compiler.CompilerModel
Returns the lock used to prevent simultaneous compilation and JUnit testing
getCompilerLock() - Method in class edu.rice.cs.drjava.model.compiler.DefaultCompilerModel
Returns the lock used to prevent simultaneous compilation and JUnit testing
getCompilerModel() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
 
getCompilerModel() - Method in class edu.rice.cs.drjava.model.DefaultGlobalModel
Gets the CompilerModel, which provides all methods relating to compilers.
getCompilerModel() - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
getCompilerModel() - Method in interface edu.rice.cs.drjava.model.GlobalModel
Gets the CompilerModel, which provides all methods relating to compilers.
getCompleteClassSet() - Method in class edu.rice.cs.drjava.ui.MainFrame
 
getCompletedCompoundResults(GlobalModel, Iterable<JarJDKToolsLibrary>, Iterable<JarJDKToolsLibrary>) - Static method in class edu.rice.cs.drjava.model.JarJDKToolsLibrary
Get completed compound JDKs by going through the list of compound JDKs and finding full JDKs that complete them.
getCompletePath() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
Returns the canonical path augmented by " *" if the document has been modified.
getCompletePath(int) - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
getCompletePath() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
getCompletePath() - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
Returns canonical path (as defined above) followed by " *" if modified.
getComponent() - Method in class edu.rice.cs.drjava.ui.config.LabelComponent
Return's this OptionComponent's configurable component.
getComponent() - Method in class edu.rice.cs.drjava.ui.config.OptionComponent
Returns the JComponent to display for this OptionComponent.
getComponent() - Method in class edu.rice.cs.drjava.ui.PreviewFrame.JSpinnerChanger
 
getComponent() - Method in class edu.rice.cs.drjava.ui.PreviewFrame.JTextFieldChanger
 
getComponent() - Method in class edu.rice.cs.drjava.ui.PreviewFrame.PageChangerUpdater
 
getComponentIndex(Component) - Static method in class edu.rice.cs.util.swing.Utilities
Return the index of the component in the parent container, or -1 if no parent or not found.
getConfig() - Static method in class edu.rice.cs.drjava.DrJava
Returns the configuration object with all customized and default values.
getConfigKeyStroke() - Method in class edu.rice.cs.drjava.ui.config.KeyStrokeOptionComponent
Returns the KeyStroke current set in the Config settings.
getConsoleDoc() - Method in class edu.rice.cs.drjava.ui.AbstractConsoleController
Gets the console document for this console.
getConsoleDoc() - Method in class edu.rice.cs.drjava.ui.ConsoleController
Gets the ConsoleDocument.
getConsoleDoc() - Method in class edu.rice.cs.drjava.ui.InteractionsController
Allows the abstract superclass to use the document.
getConsoleDocument() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
 
getConsoleDocument() - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
getConsoleDocument() - Method in interface edu.rice.cs.drjava.model.GlobalModel
Gets the console document.
getConsoleDocument() - Method in class edu.rice.cs.drjava.model.repl.DefaultInteractionsModel
 
getConsoleDocument() - Method in class edu.rice.cs.drjava.model.repl.InteractionsModel
Gets the console tab document for this interactions model
getConsoleDocument() - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelTest.IncompleteInputInteractionsModel
 
getConsoleDocument() - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelTest.TestInteractionsModel
 
getConsoleDocument() - Method in class edu.rice.cs.drjava.model.repl.SimpleInteractionsModel
Returns null because console tab document is not supported in this model
getConsoleInput() - Method in class edu.rice.cs.drjava.model.repl.DefaultInteractionsModel
Returns a line of text entered by the user at the equivalent of System.in.
getConsoleInput() - Method in interface edu.rice.cs.drjava.model.repl.InputListener
 
getConsoleInput() - Method in class edu.rice.cs.drjava.model.repl.InteractionsModel
Returns a line of text entered by the user at the equivalent of System.in.
getConsoleInput() - Method in class edu.rice.cs.drjava.model.repl.InteractionsModel.NoInputListener
 
getConsoleInput() - Method in interface edu.rice.cs.drjava.model.repl.InteractionsModelCallback
Called when input is request from System.in.
getConsoleInput() - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.DummyInteractionsModel
 
getConsoleInput() - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM
Asks the main jvm for input from the console.
getConsoleInput() - Method in interface edu.rice.cs.drjava.model.repl.newjvm.MainJVMRemoteI
Asks the main jvm for input from the console.
getContainedThrowable() - Method in exception edu.rice.cs.util.text.EditDocumentException
Returns the contained exception.
getContentType() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsEditorKit
Get the MIME content type of the document
getContentType() - Method in class edu.rice.cs.drjava.model.repl.InteractionsEditorKit
Get the MIME content type of the document.
getController() - Method in class edu.rice.cs.drjava.ui.SimpleInteractionsWindow
Accessor for the controller.
getCount(GUIAvailabilityListener.ComponentType) - Method in class edu.rice.cs.drjava.ui.avail.GUIAvailabilityNotifier
Returns the count for the specified component, where 0 means available, and 1 or greater means unavailable (perhaps nested).
getCreateJarFile() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.FlatFileGroupingState
 
getCreateJarFile() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Return the create jar file for the project.
getCreateJarFile() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ProjectFileGroupingState
 
getCreateJarFile() - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
getCreateJarFile() - Method in interface edu.rice.cs.drjava.model.FileGroupingState
Return the create jar file for the project.
getCreateJarFile() - Method in interface edu.rice.cs.drjava.model.GlobalModel
Return the create jar file for the project.
getCreateJarFile() - Method in interface edu.rice.cs.drjava.project.ProjectFileIR
 
getCreateJarFile() - Method in class edu.rice.cs.drjava.project.ProjectProfile
 
getCreateJarFlags() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.FlatFileGroupingState
 
getCreateJarFlags() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Return the create jar flags for the project.
getCreateJarFlags() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ProjectFileGroupingState
 
getCreateJarFlags() - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
getCreateJarFlags() - Method in interface edu.rice.cs.drjava.model.FileGroupingState
Return the create jar flags for the project.
getCreateJarFlags() - Method in interface edu.rice.cs.drjava.model.GlobalModel
Return the create jar file for the project.
getCreateJarFlags() - Method in interface edu.rice.cs.drjava.project.ProjectFileIR
 
getCreateJarFlags() - Method in class edu.rice.cs.drjava.project.ProjectProfile
 
getCurrent(PropertyMaps) - Method in class edu.rice.cs.drjava.config.ConstantProperty
Return the value of the property.
getCurrent(PropertyMaps) - Method in class edu.rice.cs.drjava.config.DrJavaActionProperty
Return the value of the property.
getCurrent(PropertyMaps) - Method in class edu.rice.cs.drjava.config.DrJavaProperty
Return the value of the property.
getCurrent(PropertyMaps) - Method in class edu.rice.cs.drjava.config.FileProperty
Return the value of the property.
getCurrent() - Method in class edu.rice.cs.drjava.model.repl.History
Returns item in history at current position; returns "" if no current item exists.
getCurrent() - Method in interface edu.rice.cs.util.docnavigation.IDocumentNavigator
Returns the currently selected navigator item, or null if no navigator item is selected.
getCurrent() - Method in class edu.rice.cs.util.docnavigation.JListNavigator
Returns the currently selected item, or null if none.
getCurrent() - Method in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
Returns the currently selected leaf node, or null if the selected node is not a leaf.
getCurrentCol() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
getCurrentCol() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
Return the current column of the cursor position.
getCurrentCol() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
getCurrentCol() - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
 
getCurrentCol() - Method in class edu.rice.cs.drjava.ui.DefinitionsPane
 
getCurrentComboBoxValue() - Method in class edu.rice.cs.drjava.ui.config.ForcedChoiceOptionComponent
 
getCurrentDefPane() - Method in class edu.rice.cs.drjava.ui.MainFrame
Returns the current DefinitionsPane.
getCurrentInput() - Method in class edu.rice.cs.util.text.ConsoleDocument
Returns the string that the user has entered at the current prompt.
getCurrentInteraction() - Method in class edu.rice.cs.drjava.model.repl.InteractionsDocument
Returns the string that the user has entered at the current prompt.
getCurrentItem() - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel
Get currently selected item.
getCurrentLine() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
getCurrentLine() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
Return the current line of the cursor position.
getCurrentLine() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
getCurrentLine() - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
 
getCurrentLine() - Method in class edu.rice.cs.drjava.ui.DefinitionsPane
Returns the current line of the definitions pane.
getCurrentLinefromDoc() - Method in class edu.rice.cs.drjava.ui.DefinitionsPane
Determines current line using logic in DefinitionsDocument.
getCurrentLocation() - Method in class edu.rice.cs.drjava.model.AbstractDJDocument
Get the current location of the cursor in the document.
getCurrentLocation() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
Get the location of the cursor in the definitions according to the definitions document.
getCurrentLocation() - Method in interface edu.rice.cs.drjava.model.DJDocument
Gets the current location of the cursor the document.
getCurrentLocation() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
getCurrentOffset() - Method in class edu.rice.cs.drjava.model.FindReplaceMachine
Gets the character offset to which this machine is currently pointing.
getCurrentProject() - Method in class edu.rice.cs.drjava.ui.MainFrame
 
getCurrentRegion() - Method in class edu.rice.cs.drjava.model.BrowserHistoryManager
 
getCurrentRunningThread() - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Returns the running thread currently tracked by the debugger.
getCurrentStackFrameData() - Method in interface edu.rice.cs.drjava.model.debug.Debugger
Returns a Vector of StackData for the current thread.
getCurrentStackFrameData() - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Returns a Vector of DebugStackData for the current suspended thread.
getCurrentStackFrameData() - Method in class edu.rice.cs.drjava.model.debug.NoDebuggerAvailable
Returns a Vector of StackData for the current thread or null if the current thread is null.
getCurrentStrategyIndex() - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputFrame.FrameState
 
getCurrentThread() - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Returns the currently selected thread for the debugger.
getCurrentThreadData() - Method in interface edu.rice.cs.drjava.model.debug.Debugger
Returns a Vector of ThreadData.
getCurrentThreadData() - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Returns a list of all threads being tracked by the debugger.
getCurrentThreadData() - Method in class edu.rice.cs.drjava.model.debug.NoDebuggerAvailable
Returns a Vector of ThreadData or null if the vm is null.
getCustomManifest() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.FlatFileGroupingState
 
getCustomManifest() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
 
getCustomManifest() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ProjectFileGroupingState
 
getCustomManifest() - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
getCustomManifest() - Method in interface edu.rice.cs.drjava.model.FileGroupingState
Gets the custom manifest on the project
getCustomManifest() - Method in interface edu.rice.cs.drjava.model.GlobalModel
 
getCustomManifest() - Method in interface edu.rice.cs.drjava.project.ProjectFileIR
Accessor for custom manifest in project.
getCustomManifest() - Method in class edu.rice.cs.drjava.project.ProjectProfile
Accessor for manifest attribute/
getData() - Method in class edu.rice.cs.util.docnavigation.FileNode
 
getData() - Method in class edu.rice.cs.util.docnavigation.InnerNode
 
getData() - Method in class edu.rice.cs.util.docnavigation.LeafNode
 
getData() - Method in class edu.rice.cs.util.docnavigation.RootNode
 
getData() - Method in class edu.rice.cs.util.docnavigation.StringNode
 
getDebugger() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
throws UnsupportedOperationException
getDebugger() - Method in class edu.rice.cs.drjava.model.DefaultGlobalModel
Gets the Debugger used by DrJava.
getDebugger() - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
getDebugger() - Method in interface edu.rice.cs.drjava.model.GlobalModel
Gets the Debugger, which interfaces with the integrated debugger.
getDebugPort() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
throws UnsupportedOperationException
getDebugPort() - Method in class edu.rice.cs.drjava.model.DefaultGlobalModel
Returns an available port number to use for debugging the interactions JVM.
getDebugPort() - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
getDebugPort() - Method in interface edu.rice.cs.drjava.model.GlobalModel
Returns an available port number to use for debugging the interactions JVM.
getDebugPort() - Method in class edu.rice.cs.drjava.model.repl.InteractionsModel
Returns the port number to use for debugging the interactions JVM.
getDebugPort() - Method in interface edu.rice.cs.drjava.model.repl.InteractionsModelCallback
Returns an available port number to use for debugging a remote interpreter.
getDebugPort() - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.DummyInteractionsModel
 
getDeclaredThrownTypes() - Method in class edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM.DebugMethodContext
 
getDefault() - Method in class edu.rice.cs.drjava.config.OptionParser
 
getDefaultDocListFont() - Static method in class edu.rice.cs.drjava.config.OptionConstants.DefaultFont
 
getDefaultLineNumberFont() - Static method in class edu.rice.cs.drjava.config.OptionConstants.DefaultFont
 
getDefaultLookAndFeel() - Static method in class edu.rice.cs.drjava.config.OptionConstants.LookAndFeels
Return the look-and-feel class name to use by default
getDefaultMainFont() - Static method in class edu.rice.cs.drjava.config.OptionConstants.DefaultFont
 
getDefaultNewFileRep() - Static method in class edu.rice.cs.util.swing.FileDisplay
 
getDefaultRootElement() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
getDefaultRootElement() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
getDefaultSearchRoots() - Static method in class edu.rice.cs.drjava.model.JarJDKToolsLibrary
return a collection with the default roots.
getDefaultString() - Method in class edu.rice.cs.drjava.config.Option
 
getDefaultString() - Method in class edu.rice.cs.drjava.config.OptionParser
 
getDefaultStyle() - Method in class edu.rice.cs.drjava.model.repl.InteractionsDocument
 
getDefaultStyle() - Method in class edu.rice.cs.util.text.ConsoleDocument
 
getDefaultStyle() - Method in interface edu.rice.cs.util.text.EditDocumentInterface
Gets the String identifying the default style for this document if one exists; null otherwise.
getDefaultStyle() - Method in class edu.rice.cs.util.text.SwingDocument
A SwingDocument instance does not have a default style
getDefaultTheme() - Static method in class edu.rice.cs.drjava.config.OptionConstants.PlasticThemes
 
getDefPane() - Method in class edu.rice.cs.drjava.ui.FindReplacePanel
METHODS FOR TESTING PURPOSES ONLY
getDefPaneGivenODD(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.ui.MainFrame
 
getDefViewport() - Method in class edu.rice.cs.drjava.ui.MainFrame
 
getDelegatee() - Method in class edu.rice.cs.util.swing.DelegatingAction
 
getDeprecatedValues() - Method in class edu.rice.cs.drjava.config.ForcedChoiceOption
Gets all deprecated values of this option.
getDescent(GlyphView) - Method in class edu.rice.cs.drjava.model.definitions.ColoringGlyphPainter
Fetches the descent below the baseline for the glyphs corresponding to the given range in the model.
getDescription() - Method in interface edu.rice.cs.drjava.model.compiler.CompilerInterface
Returns a one-line description of the compiler (such as the name and file location)
getDescription() - Method in class edu.rice.cs.drjava.model.compiler.JavacCompiler
 
getDescription() - Method in class edu.rice.cs.drjava.model.compiler.NoCompilerAvailable
 
getDescription(JavaVersion.FullVersion) - Method in class edu.rice.cs.drjava.model.JDKDescriptor
Return a description of this JDK.
getDescription(JavaVersion.FullVersion) - Method in class edu.rice.cs.drjava.model.JDKDescriptor.None
 
getDescription() - Method in class edu.rice.cs.drjava.ui.ClassPathFilter
 
getDescription() - Method in class edu.rice.cs.drjava.ui.DirectoryFilter
 
getDescription() - Method in class edu.rice.cs.drjava.ui.InteractionsHistoryFilter
 
getDescription() - Method in class edu.rice.cs.drjava.ui.JavaSourceFilter
 
getDescription() - Method in class edu.rice.cs.drjava.ui.SmartSourceFilter
 
getDimension() - Method in class edu.rice.cs.drjava.ui.ClipboardHistoryFrame.FrameState
 
getDimension() - Method in class edu.rice.cs.drjava.ui.DetachedFrame.FrameState
 
getDimension() - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputFrame.FrameState
 
getDirectory(File) - Method in class edu.rice.cs.drjava.ui.JavadocDialog
Shows the dialog prompting the user for a destination directory in which to generate Javadoc.
getDirectory(File) - Method in interface edu.rice.cs.util.DirectorySelector
Gets a directory.
getDiscriptionMessage() - Method in class edu.rice.cs.util.swing.AsyncTask
Sets the description of the task that should be displayed in the progress monitor that the user sees.
getDistToEnclosingBraceStart(int) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelComment
Computes the distance to the beginning of the line (except first) containing the brace enclosing the current location given the distnace to this brace.
getDistToEnclosingBraceStart() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelControl
 
getDistToIdentNewline() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelControl
 
getDistToNextNewline() - Method in interface edu.rice.cs.drjava.model.definitions.reducedmodel.BraceReduction
Gets distance to next new line.
getDistToNextNewline() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelComment
Returns the distance to the gap before the next newline (end of document if no newline)
getDistToNextNewline() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelControl
 
getDistToStart(int) - Method in interface edu.rice.cs.drjava.model.definitions.reducedmodel.BraceReduction
Gets distance to enclosing new line
getDistToStart() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelComment
Gets distance to the previous newline character (not including newline char).
getDistToStart(int) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelComment
Returns distance to previous newline where relLoc is the distance back from the cursor to start searching.
getDistToStart() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelControl
Gets distance to the new newline character (not including the newline).
getDistToStart(int) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelControl
Gets distance to previous newline character (not including the newline).
getDJ0ForJavaFile(File) - Static method in class edu.rice.cs.drjava.model.DrJavaFileUtils
A.java --> A.dj0 otherwise unchanged
getDJ0ForJavaFile(String) - Static method in class edu.rice.cs.drjava.model.DrJavaFileUtils
A.java --> A.dj0 otherwise unchanged
getDJ1ForJavaFile(File) - Static method in class edu.rice.cs.drjava.model.DrJavaFileUtils
A.java --> A.dj1 otherwise unchanged
getDJ1ForJavaFile(String) - Static method in class edu.rice.cs.drjava.model.DrJavaFileUtils
A.java --> A.dj1 otherwise unchanged
getDJ2ForJavaFile(File) - Static method in class edu.rice.cs.drjava.model.DrJavaFileUtils
A.java --> A.dj2 otherwise unchanged
getDJ2ForJavaFile(String) - Static method in class edu.rice.cs.drjava.model.DrJavaFileUtils
A.java --> A.dj2 otherwise unchanged
getDJDocument() - Method in class edu.rice.cs.drjava.ui.AbstractDJPane
Returns the DJDocument held by the pane.
getDJDocument() - Method in class edu.rice.cs.drjava.ui.DefinitionsPane
Get the DJDocument (OpenDefinitionsDocument) contained in this pane.
getDJDocument() - Method in class edu.rice.cs.drjava.ui.InteractionsPane
Returns the DJDocument held by the pane.
getDJForJavaFile(File) - Static method in class edu.rice.cs.drjava.model.DrJavaFileUtils
A.java --> A.dj otherwise unchanged
getDJForJavaFile(String) - Static method in class edu.rice.cs.drjava.model.DrJavaFileUtils
A.java --> A.dj otherwise unchanged
getDocCollectionWidget() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
 
getDocCollectionWidget() - Method in interface edu.rice.cs.drjava.model.SingleDisplayModel
 
getDocStyle(String) - Method in class edu.rice.cs.util.text.SwingDocument
Returns the style with the given name, or null if no such named style exists.
getDocText(int, int) - Method in class edu.rice.cs.util.text.ConsoleDocument
Returns a portion of the document.
getDocText(int, int) - Method in interface edu.rice.cs.util.text.EditDocumentInterface
Returns a portion of the document.
getDocText(int, int) - Method in class edu.rice.cs.util.text.SwingDocument
Returns a portion of the document.
getDocument() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
Gets the definitions document being handled.
getDocument() - Method in class edu.rice.cs.drjava.model.BrowserDocumentRegion
 
getDocument() - Method in interface edu.rice.cs.drjava.model.cache.DCacheAdapter
Retrieves the document for its corresponding ODD
getDocument() - Method in class edu.rice.cs.drjava.model.cache.DocumentCache.DocManager
Gets the physical document (DD) for this manager.
getDocument() - Method in class edu.rice.cs.drjava.model.debug.jpda.DocumentDebugAction
Returns the document this DebugAction occurs in.
getDocument() - Method in exception edu.rice.cs.drjava.model.DocumentClosedException
Get the document which caused this exception.
getDocument() - Method in class edu.rice.cs.drjava.model.DocumentRegion
 
getDocument() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
getDocument() - Method in class edu.rice.cs.drjava.model.FindReplaceMachine
 
getDocument() - Method in class edu.rice.cs.drjava.model.FindResult
Returns the document where the found instance is located
getDocument() - Method in interface edu.rice.cs.drjava.model.IDocumentRegion
 
getDocument() - Method in class edu.rice.cs.drjava.model.MovingDocumentRegion
 
getDocument() - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
Gets the associated DefinitionsDocument which may force materializing it.
getDocument() - Method in class edu.rice.cs.drjava.model.repl.InteractionsModel
Returns the InteractionsDocument stored by this model.
getDocument() - Method in class edu.rice.cs.drjava.model.TestDocGetter.TestOpenDoc
This is the only method that we care about.
getDocument() - Method in class edu.rice.cs.drjava.ui.FindResultsPanel
Return the document which was searched (or where the search started, if _searchAll is true).
getDocument() - Method in class edu.rice.cs.drjava.ui.InteractionsController
Accessor method for the InteractionsDocument.
getDocument() - Method in class edu.rice.cs.drjava.ui.RecentDocFrame
Returns null if the list is empty, or the currently prefered OpenDefinitionsDocument.
getDocumentAdapter() - Method in class edu.rice.cs.drjava.ui.AbstractConsoleController
Accessor method for the InteractionsDJDocument.
getDocumentCache() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
This method is for use only by test cases.
getDocumentCount() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
 
getDocumentCount() - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
getDocumentCount() - Method in interface edu.rice.cs.drjava.model.GlobalModel
Returns the document count
getDocumentCount() - Method in interface edu.rice.cs.util.docnavigation.IDocumentNavigator
Returns the number of INavigatorItems contained by this IDocumentNavigator
getDocumentCount() - Method in class edu.rice.cs.util.docnavigation.JListNavigator
 
getDocumentCount() - Method in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
Returns the number of 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.
getDocumentCount() - Method in interface edu.rice.cs.util.swing.DocumentIterator
 
getDocumentForFile(File) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Gets the document for the specified file; may involve opening the file.
getDocumentForFile(File) - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
getDocumentForFile(File) - Method in interface edu.rice.cs.drjava.model.GlobalModel
Returns the OpenDefinitionsDocument for the specified File, opening a new copy if one is not already open.
getDocumentForFile(File) - Method in class edu.rice.cs.drjava.model.TestDocGetter
 
getDocumentIterator() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Gets a DocumentIterator to allow navigating through open Swing Documents.
getDocumentIterator() - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
getDocumentIterator() - Method in interface edu.rice.cs.drjava.model.GlobalModel
Gets a DocumentIterator to allow navigating through open swing Documents.
getDocumentListeners() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
getDocumentListeners() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
getDocumentListeners() - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
 
getDocumentNavigator() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
 
getDocumentNavigator() - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
getDocumentNavigator() - Method in interface edu.rice.cs.drjava.model.GlobalModel
Gets the DocumentNavigator, which controls the document view.
getDocuments() - Method in class edu.rice.cs.drjava.model.ConcreteRegionManager
 
getDocuments() - Method in interface edu.rice.cs.drjava.model.RegionManager
 
getDocuments() - Method in interface edu.rice.cs.util.docnavigation.IDocumentNavigator
Returns all the IDocuments in the collection in enumeration order.
getDocuments() - Method in class edu.rice.cs.util.docnavigation.JListNavigator
 
getDocuments() - Method in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
Returns all the IDocuments contained in this navigator.
getDocumentSelectedCount() - Method in interface edu.rice.cs.util.docnavigation.IDocumentNavigator
 
getDocumentSelectedCount() - Method in class edu.rice.cs.util.docnavigation.JListNavigator
 
getDocumentSelectedCount() - Method in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
 
getDocumentsInBin(String) - Method in interface edu.rice.cs.util.docnavigation.IDocumentNavigator
Returns all the IDocuments contained in the specified bin.
getDocumentsInBin(String) - Method in class edu.rice.cs.util.docnavigation.JListNavigator
Returns all the IDocuments contained in the specified bin.
getDocumentsInBin(String) - Method in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
Returns all the IDocuments contained in the specified bin.
getDrawsLayeredHighlights() - Method in class edu.rice.cs.drjava.ui.ReverseHighlighter
 
getDrJavaApplicationFile() - Static method in class edu.rice.cs.util.FileOps
Returns the current DrJava application, i.e.
getDrJavaFile() - Static method in class edu.rice.cs.util.FileOps
Returns the drjava.jar file.
getDrJavaVersion() - Method in interface edu.rice.cs.drjava.project.ProjectFileIR
The version of dr java that created this project (as determined from its serialization as a .pjt or .drjava or .xml file)
getDrJavaVersion() - Method in class edu.rice.cs.drjava.project.ProjectProfile
 
getEditCondition() - Method in class edu.rice.cs.util.text.ConsoleDocument
Gets the object which determines whether an insert/remove edit should be applied based on the inputs.
getEditCondition() - Method in interface edu.rice.cs.util.text.EditDocumentInterface
Gets the object which can determine whether an insert or remove edit should be applied, based on the inputs.
getEditCondition() - Method in class edu.rice.cs.util.text.SwingDocument
Gets the object which can determine whether an insert or remove edit should be applied, based on the inputs.
getEditMenu() - Method in class edu.rice.cs.drjava.ui.MainFrame
For test purposes only.
getEditor() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
Returns the document's editor
getEditorKit() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
 
getEditorKit() - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
getEditorKit() - Method in interface edu.rice.cs.drjava.model.GlobalModel
Fetches the EditorKit implementation for use in the definitions pane.
getEnclosingClassName(int, boolean) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
getEnclosingClassName(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.DefaultLightWeightParsingControl
Return the last enclosing class name for the specified document, "" if not inside a class, or null if unknown.
getEnclosingClassName(int, boolean) - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
Searches backwards to find the name of the enclosing named class or interface.
getEnclosingClassName(int, boolean) - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
getEnclosingClassName(OpenDefinitionsDocument) - Method in interface edu.rice.cs.drjava.model.LightWeightParsingControl
Return the last enclosing class name for the specified document, "" if not inside a class, or null if unknown.
getEnclosingClassName(int, boolean) - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
Searching backwards finds the name of the enclosing named class or interface.
getEnclosingTopLevelClassName(int) - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
Returns the name of the class or interface enclosing the caret position at the top level.
getEndOffset() - Method in class edu.rice.cs.drjava.model.BrowserDocumentRegion
 
getEndOffset() - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDABreakpoint
Accessor for the offset of this breakpoint's end position
getEndOffset() - Method in class edu.rice.cs.drjava.model.DocumentRegion
 
getEndOffset() - Method in class edu.rice.cs.drjava.model.DummyDocumentRegion
 
getEndOffset() - Method in interface edu.rice.cs.drjava.model.FileRegion
Copied from Region*.
getEndOffset() - Method in class edu.rice.cs.drjava.model.MovingDocumentRegion
 
getEndOffset() - Method in interface edu.rice.cs.drjava.model.Region
 
getEndOffset() - Method in class edu.rice.cs.drjava.ui.ReverseHighlighter.HighlightInfo
 
getEndOffset() - Method in class edu.rice.cs.util.swing.HighlightManager.HighlightInfo
Accessor for the ending offset of this highlight
getEndPos() - Method in class edu.rice.cs.drjava.model.compiler.CompilerErrorModel.StartAndEndIndex
 
getEndPosition() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
getEndPosition() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
getEntireColumn() - Method in class edu.rice.cs.drjava.ui.config.OptionComponent
Whether the component should occupy the entire column.
getError(int) - Method in class edu.rice.cs.drjava.model.compiler.CompilerErrorModel
Accessor for errors maintained here.
getError(int) - Static method in class edu.rice.cs.drjava.ui.DrJavaErrorHandler
Returns the error with the given index.
getError() - Method in error edu.rice.cs.util.classloader.ClassFileError
 
getErrorAtOffset(OpenDefinitionsDocument, int) - Method in class edu.rice.cs.drjava.model.compiler.CompilerErrorModel
This method finds and returns the error that is at the given offset
getErrorCaretListener() - Method in class edu.rice.cs.drjava.ui.DefinitionsPane
Gets the ErrorCaretListener for this pane.
getErrorCount() - Static method in class edu.rice.cs.drjava.ui.DrJavaErrorHandler
Returns the size of the error list.
getErrorDocument() - Method in class edu.rice.cs.drjava.ui.ErrorPanel.ErrorListPane
Gets the ErrorDocument associated with this ErrorListPane.
getErrorDocumentTitle() - Method in class edu.rice.cs.drjava.ui.CompilerErrorPanel.CompilerErrorListPane
 
getErrorDocumentTitle() - Method in class edu.rice.cs.drjava.ui.ErrorPanel.ErrorListPane
 
getErrorDocumentTitle() - Method in class edu.rice.cs.drjava.ui.JavadocErrorPanel.JavadocErrorListPane
 
getErrorDocumentTitle() - Method in class edu.rice.cs.drjava.ui.JUnitPanel.JUnitErrorListPane
 
getErrorListPane() - Method in class edu.rice.cs.drjava.ui.CompilerErrorPanel
Returns the CompilerErrorListPane that this panel manages.
getErrorListPane() - Method in class edu.rice.cs.drjava.ui.ErrorPanel
 
getErrorListPane() - Method in class edu.rice.cs.drjava.ui.JavadocErrorPanel
Returns the JavadocErrorListPane that this panel manages.
getErrorListPane() - Method in class edu.rice.cs.drjava.ui.JUnitPanel
Returns the JUnitErrorListPane that this panel manages.
getErrorModel() - Method in class edu.rice.cs.drjava.ui.CompilerErrorPanel
 
getErrorModel() - Method in class edu.rice.cs.drjava.ui.ErrorPanel
This function returns the correct error model
getErrorModel() - Method in class edu.rice.cs.drjava.ui.JavadocErrorPanel
 
getErrorModel() - Method in class edu.rice.cs.drjava.ui.JUnitPanel
 
getErrorStream() - Method in class edu.rice.cs.util.ProcessChain
Gets the error stream of the process sequence, i.e.
getErrorStream() - Method in class edu.rice.cs.util.ProcessSequence
Gets the error stream of the process sequence, i.e.
getErrorText(URL) - Method in class edu.rice.cs.drjava.ui.HelpFrame
 
getErrorText(URL) - Method in class edu.rice.cs.drjava.ui.HTMLFrame
This method returns the error text to display when something goes wrong.
getEventRequestManager() - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Returns the current EventRequestManager from JDI, or null if startUp() has not been called.
getExactClassName() - Method in class edu.rice.cs.drjava.model.debug.jpda.DocumentDebugAction
 
getException() - Method in class edu.rice.cs.drjava.model.MultiThreadedTestCase.ExceptionHandler
 
getExclFiles() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.FlatFileGroupingState
 
getExclFiles() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Return an array of the files excluded from the current project
getExclFiles() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ProjectFileGroupingState
 
getExclFiles() - Method in interface edu.rice.cs.drjava.model.FileGroupingState
Return an array of the files excluded from the current project
getExclFiles() - Method in interface edu.rice.cs.drjava.model.SingleDisplayModel
Return an array of the files excluded from the current project
getExcludedFiles() - Method in interface edu.rice.cs.drjava.project.ProjectFileIR
These files are in the project source tree, but have been explicitly excluded from the project.
getExcludedFiles() - Method in class edu.rice.cs.drjava.project.ProjectProfile
 
getExtendedSharedMask(List<X>, PredictiveInputModel<X>) - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel.FragmentLineNumStrategy
 
getExtendedSharedMask(List<X>, PredictiveInputModel<X>) - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel.FragmentStrategy
 
getExtendedSharedMask(List<X>, PredictiveInputModel<X>) - Method in interface edu.rice.cs.drjava.ui.predictive.PredictiveInputModel.MatchingStrategy
Returns the mask extended by the shared extension.
getExtendedSharedMask(List<X>, PredictiveInputModel<X>) - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel.PrefixLineNumStrategy
 
getExtendedSharedMask(List<X>, PredictiveInputModel<X>) - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel.PrefixStrategy
 
getExtendedSharedMask(List<X>, PredictiveInputModel<X>) - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel.RegExLineNumStrategy
 
getExtendedSharedMask(List<X>, PredictiveInputModel<X>) - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel.RegExStrategy
 
getExtension(String) - Static method in class edu.rice.cs.drjava.model.DrJavaFileUtils
 
getExtension(File) - Static method in class edu.rice.cs.drjava.ui.ClassPathFilter
 
getExtension(File) - Static method in class edu.rice.cs.drjava.ui.InteractionsHistoryFilter
 
getExtension(File) - Static method in class edu.rice.cs.drjava.ui.JavaSourceFilter
 
getExternalBinTitle() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Gives the title of the external files bin for the navigator
getExternalBinTitle() - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
getExternalBinTitle() - Method in interface edu.rice.cs.drjava.model.GlobalModel
Gives the title of the external files bin for the navigator
getExternalFilesCP() - Method in class edu.rice.cs.drjava.model.repl.newjvm.ClassPathManager
 
getExtraClassPath() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.FlatFileGroupingState
 
getExtraClassPath() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Returns a project's extra classpaths; empty for FlatFileGroupingState
getExtraClassPath() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ProjectFileGroupingState
 
getExtraClassPath() - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
getExtraClassPath() - Method in interface edu.rice.cs.drjava.model.FileGroupingState
Returns a collection of classpath entries specific to the current project.
getExtraClassPath() - Method in interface edu.rice.cs.drjava.model.GlobalModel
Returns only the project's extra classpaths.
getExtraCP() - Method in class edu.rice.cs.drjava.model.repl.newjvm.ClassPathManager
 
getFile() - Method in class edu.rice.cs.drjava.config.FileConfiguration
Returns the file that this configuration is backed by.
getFile() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
Returns the file for this document, null if the document is untitled.
getFile() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.TrivialFSS
 
getFile() - Method in class edu.rice.cs.drjava.model.BrowserDocumentRegion
 
getFile() - Method in interface edu.rice.cs.drjava.model.debug.DebugBreakpointData
 
getFile() - Method in class edu.rice.cs.drjava.model.debug.jpda.DocumentDebugAction
Returns the file this DebugAction occurs in.
getFile() - Method in class edu.rice.cs.drjava.model.DummyDocumentRegion
 
getFile() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
getFile() - Method in exception edu.rice.cs.drjava.model.FileMovedException
Get the file which caused this exception.
getFile() - Method in interface edu.rice.cs.drjava.model.FileRegion
 
getFile() - Method in interface edu.rice.cs.drjava.model.FileSaveSelector
Returns the file to save.
getFile() - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.CancelingSelector
 
getFile() - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.FileSelector
 
getFile() - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.WarningFileSelector
 
getFile() - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
Returns the file for this document.
getFile() - Method in class edu.rice.cs.drjava.model.TestDocGetter.TestOpenDoc
Okay, I lied.
getFile() - Method in interface edu.rice.cs.drjava.project.DocumentInfoGetter
 
getFile() - Method in class edu.rice.cs.util.swing.FileDisplay
 
getFile() - Method in class edu.rice.cs.util.swing.FileSelectionEvent
 
getFileChooser() - Method in class edu.rice.cs.drjava.ui.config.VectorFileOptionComponent
 
getFileChooser() - Method in class edu.rice.cs.util.swing.DirectorySelectorComponent
Returns the file chooser.
getFileChooser() - Method in class edu.rice.cs.util.swing.FileSelectorComponent
Returns the file chooser.
getFileChooser() - Method in class edu.rice.cs.util.swing.FileSelectorStringComponent
Returns the file chooser.
getFileDisplayManager20() - Static method in class edu.rice.cs.drjava.ui.MainFrame
 
getFileDisplayManager30() - Static method in class edu.rice.cs.drjava.ui.MainFrame
 
getFileField() - Method in class edu.rice.cs.util.swing.DirectorySelectorComponent
Returns the file text field.
getFileField() - Method in class edu.rice.cs.util.swing.FileSelectorComponent
Returns the file text field.
getFileFilter() - Method in interface edu.rice.cs.drjava.model.compiler.CompilerInterface
Return a file filter that can be used to open files this compiler supports.
getFileFilter() - Method in class edu.rice.cs.drjava.model.compiler.JavacCompiler
Return a file filter that can be used to open files this compiler supports.
getFileFilter() - Method in class edu.rice.cs.drjava.model.compiler.NoCompilerAvailable
Return a file filter that can be used to open files this compiler supports.
getFileForClassName(String) - Method in class edu.rice.cs.drjava.model.junit.DefaultJUnitModel
Called when the JUnitTestManager wants to open a file that is not currently open.
getFileForClassName(String) - Method in interface edu.rice.cs.drjava.model.junit.JUnitModelCallback
Called when the JUnitTestManager wants to open a file that is not currently open.
getFileForClassName(String) - Method in class edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM
Called when the JUnitTestManager wants to open a file that is not currently open.
getFileForClassName(String) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.DummyJUnitModel
 
getFileForClassName(String) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM
Called when the JUnitTestManager wants to open a file that is not currently open.
getFileForClassName(String) - Method in interface edu.rice.cs.drjava.model.repl.newjvm.MainJVMRemoteI
Called when the JUnitTestManager wants to open a file that is not currently open.
getFileFromField() - Method in class edu.rice.cs.util.swing.DirectorySelectorComponent
Returns the file currently typed into the file field.
getFileFromField() - Method in class edu.rice.cs.util.swing.FileSelectorComponent
Returns the file currently typed into the file field.
getFileFromField() - Method in class edu.rice.cs.util.swing.FileSelectorStringComponent
Returns the last file that was selected.
getFileMessage() - Method in class edu.rice.cs.drjava.model.DJError
This function returns a message telling the file this error is from appropriate to display to a user, indicating if there is no file associated with this error.
getFileName() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
Returns the name of this file, or "(Untitled)" if no file.
getFileName() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
getFileName() - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
Returns the name of this file, or "(Untitled)" if no file.
getFileNameField() - Method in class edu.rice.cs.drjava.ui.MainFrame
For test purposes only.
getFileRegions() - Method in class edu.rice.cs.drjava.model.ConcreteRegionManager
 
getFiles() - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.CancelingSelector
 
getFiles() - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.FileSelector
 
getFiles() - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.WarningFileSelector
 
getFiles() - Method in interface edu.rice.cs.util.FileOpenSelector
 
getFiles() - Method in class edu.rice.cs.util.swing.FileSelectionEvent
 
getFilesInDir(File, boolean, FileFilter) - Static method in class edu.rice.cs.util.FileOps
Deprecated. Use IOUtil.attemptListFilesAsIterable(java.io.File) or IOUtil.listFilesRecursively(File, FileFilter, FileFilter) instead.
getFilesInDir(File, List<File>, boolean, FileFilter) - Static method in class edu.rice.cs.util.FileOps
Helper fuction for getFilesInDir(File d, boolean recur).
getFilesInFolder(File, boolean, String) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
 
getFilesToOpen() - Static method in class edu.rice.cs.drjava.DrJava
 
getFileVector() - Method in class edu.rice.cs.drjava.ui.RecentFileManager
Returns the list of recently used files, in order.
getFileWithDifferentExt(String, String, String) - Static method in class edu.rice.cs.drjava.model.DrJavaFileUtils
getFileWithDifferentExt("A.java", ".java", ".dj") --> "A.dj"
getFileWithDifferentExt(File, String, String) - Static method in class edu.rice.cs.drjava.model.DrJavaFileUtils
getFileWithDifferentExt(new File("A.java"), ".java", ".dj") ~= new File("A.dj")
getFilter() - Method in class edu.rice.cs.util.docnavigation.GroupNode
 
getFilteredClassPath(List<? extends File>) - Method in class edu.rice.cs.drjava.model.compiler.Javac160FilteringCompiler
 
getFinalizationListeners() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
getFinalizationListeners() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
 
getFinalizationListeners() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
getFinalizationListeners() - Method in interface edu.rice.cs.drjava.model.Finalizable
 
getFinalizationListeners() - Method in class edu.rice.cs.drjava.ui.DefinitionsPane
 
getFindField() - Method in class edu.rice.cs.drjava.ui.FindReplacePanel
Getter method for the _findField component
getFindNextButton() - Method in class edu.rice.cs.drjava.ui.FindReplacePanel
 
getFindReplaceDialog() - Method in class edu.rice.cs.drjava.ui.MainFrame
Return the find replace dialog.
getFindResultsManagers() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
 
getFindWord() - Method in class edu.rice.cs.drjava.model.FindReplaceMachine
 
getFirst() - Method in interface edu.rice.cs.util.docnavigation.IDocumentNavigator
 
getFirst() - Method in class edu.rice.cs.util.docnavigation.JListNavigator
Gets the first document in the series.
getFirst() - Method in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
Returns the first document in the collection (using enumeration order).
getFirst() - Method in class edu.rice.cs.util.sexp.Cons
 
getFirstClassName(int, int, int) - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
Gets the name of first class/interface/enum declared in file among the definitions anchored at:
getFirstDoc() - Method in class edu.rice.cs.drjava.model.FindReplaceMachine
 
getFirstNonWSCharPos(int) - Method in class edu.rice.cs.drjava.model.AbstractDJDocument
Finds the position of the first non-whitespace character after pos.
getFirstNonWSCharPos(int, boolean) - Method in class edu.rice.cs.drjava.model.AbstractDJDocument
Similar to the single-argument version, but allows including comments.
getFirstNonWSCharPos(int, char[], boolean) - Method in class edu.rice.cs.drjava.model.AbstractDJDocument
Finds the position of the first non-whitespace character after pos.
getFirstNonWSCharPos(int) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
Only runs in the event thread.
getFirstNonWSCharPos(int, boolean) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
Only runs in the event thread.
getFirstNonWSCharPos(int, char[], boolean) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
Assumes read lock is already held.
getFirstNonWSCharPos(int) - Method in class edu.rice.cs.drjava.model.definitions.IndentHelperTest
Convenience method that wraps _doc.getFirstNonWSCharPos calls in a read lock.
getFirstNonWSCharPos(int) - Method in interface edu.rice.cs.drjava.model.DJDocument
Finds the position of the first non-whitespace character after pos.
getFirstNonWSCharPos(int, boolean) - Method in interface edu.rice.cs.drjava.model.DJDocument
Similar to the single-argument version, but allows including comments.
getFirstNonWSCharPos(int, char[], boolean) - Method in interface edu.rice.cs.drjava.model.DJDocument
Finds the position of the first non-whitespace character after pos.
getFirstNonWSCharPos(int) - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
getFirstNonWSCharPos(int, boolean) - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
getFirstNonWSCharPos(int, char[], boolean) - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
getFirstTopLevelClassName() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
Returns the name of the top level class, if any.
getFirstTopLevelClassName() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
Gets the name of the top level class in this source file by finding the first declaration of a class or interface.
getFirstTopLevelClassName() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
getFirstTopLevelClassName() - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
Returns the name of the top level class, if any.
getFocusListeners() - Method in interface edu.rice.cs.util.docnavigation.IDocumentNavigator
Gets the FocustListeners.
getFont(AttributeSet) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
getFont(AttributeSet) - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
getFont() - Method in class edu.rice.cs.util.swing.FontChooser
Returns the currently selected Font.
getForeground(AttributeSet) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
getForeground(AttributeSet) - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
getFoundOffset() - Method in class edu.rice.cs.drjava.model.FindResult
Returns the offset of the instance found
getFrame() - Static method in class edu.rice.cs.drjava.ui.DrJavaErrorWindow
Gets the parent frame.
getFrameState() - Method in class edu.rice.cs.drjava.ui.AutoCompletePopup
Returns the last state of the frame, i.e.
getFrameState() - Method in class edu.rice.cs.drjava.ui.ClipboardHistoryFrame
Returns the last state of the frame, i.e.
getFrameState() - Method in class edu.rice.cs.drjava.ui.DetachedFrame
Returns the last state of the frame, i.e.
getFrameState() - Method in class edu.rice.cs.drjava.ui.EditExternalDialog
Returns the last state of the frame, i.e.
getFrameState() - Method in class edu.rice.cs.drjava.ui.ExecuteExternalDialog
Returns the last state of the frame, i.e.
getFrameState() - Method in class edu.rice.cs.drjava.ui.JarOptionsDialog
Returns the last state of the frame, i.e.
getFrameState() - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputFrame
Returns the last state of the frame, i.e.
getFromModel(int) - Method in class edu.rice.cs.util.docnavigation.JListNavigator
A typesafe version of _model.get(i).
getFull() - Method in class edu.rice.cs.drjava.ui.ClipboardHistoryFrame.HistoryString
 
getFullPackage() - Method in class edu.rice.cs.drjava.ui.MainFrameStatics.AutoCompletePopupEntry
Return the full package including the last period, e.g.
getFullPackage() - Method in class edu.rice.cs.drjava.ui.MainFrameStatics.GoToFileListEntry
 
getFullPackage() - Method in class edu.rice.cs.drjava.ui.MainFrameStatics.JavaAPIListEntry
 
getFullString() - Method in class edu.rice.cs.drjava.ui.MainFrameStatics.JavaAPIListEntry
 
getFullText() - Method in class edu.rice.cs.util.sexp.Tokens.QuotedTextToken
 
getGlobalModel() - Method in class edu.rice.cs.drjava.ui.RegionsTreePanel
 
getGroupSelectedCount() - Method in interface edu.rice.cs.util.docnavigation.IDocumentNavigator
 
getGroupSelectedCount() - Method in class edu.rice.cs.util.docnavigation.JListNavigator
 
getGroupSelectedCount() - Method in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
 
getHeadSet(R) - Method in class edu.rice.cs.drjava.model.ConcreteRegionManager
Gets the sorted set of regions less than r.
getHeadSet(R) - Method in interface edu.rice.cs.drjava.model.RegionManager
Gets the sorted set of regions less than r.
getHeight(GlyphView) - Method in class edu.rice.cs.drjava.model.definitions.ColoringGlyphPainter
Only runs in event thread.
getHeight() - Method in class edu.rice.cs.drjava.ui.PreviewFrame.PagePreview
 
getHelp() - Method in class edu.rice.cs.drjava.config.DrJavaProperty
Return the value, which might be stale.
getHighlightManager() - Method in class edu.rice.cs.drjava.ui.DefinitionsPane
Access to the pane's HighlightManager
getHighlights() - Method in class edu.rice.cs.drjava.ui.ReverseHighlighter
Makes a copy of the highlights.
getHighlightState() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedToken
Returns whether the current char is highlighted.
getHighlightStatus(int, int) - Method in class edu.rice.cs.drjava.model.AbstractDJDocument
Return all highlight status info for text between start and end.
getHighlightStatus(int, int) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
getHighlightStatus(int, int) - Method in interface edu.rice.cs.drjava.model.definitions.reducedmodel.BraceReduction
Return all highlight status info for text between the current location and current location + end.
getHighlightStatus(int, int) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelControl
Return all highlight status info for text between the current location and current location + length.
getHighlightStatus(int, int) - Method in interface edu.rice.cs.drjava.model.DJDocument
Returns highlight status info for text between start and end, coalescing adjoining blocks with the same status.
getHighlightStatus(int, int) - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
getHighlightTag() - Method in class edu.rice.cs.util.swing.HighlightManager.HighlightInfo
Accessor for the highlight tag.
getHistory() - Method in class edu.rice.cs.drjava.model.repl.InteractionsDocument
 
getHistoryAsString() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Throws UnsupportedOperationException
getHistoryAsString() - Method in class edu.rice.cs.drjava.model.DefaultGlobalModel
Returns the entire history as a String.
getHistoryAsString() - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
getHistoryAsString() - Method in interface edu.rice.cs.drjava.model.GlobalModel
Returns the entire history as a String.
getHistoryAsString() - Method in class edu.rice.cs.drjava.model.repl.History
Returns the history as a string by concatenating the lines in _vector with EOL as separator.
getHistoryAsString() - Method in class edu.rice.cs.drjava.model.repl.InteractionsDocument
Returns the entire history as a single string.
getHistoryAsStringWithSemicolons() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Returns the entire history as a String with semicolons as needed.
getHistoryAsStringWithSemicolons() - Method in class edu.rice.cs.drjava.model.DefaultGlobalModel
Returns the entire history as a String with semicolons as needed.
getHistoryAsStringWithSemicolons() - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
getHistoryAsStringWithSemicolons() - Method in interface edu.rice.cs.drjava.model.GlobalModel
Returns the entire history as a String with semicolons as needed.
getHistoryAsStringWithSemicolons() - Method in class edu.rice.cs.drjava.model.repl.History
Returns the history as a string by concatenating each string in the vector separated by the delimiting character.
getHistoryAsStringWithSemicolons() - Method in class edu.rice.cs.drjava.model.repl.InteractionsDocument
Returns the entire history as a single string.
getHistoryOptionListener() - Method in class edu.rice.cs.drjava.model.repl.History
 
getHistoryOptionListener() - Method in class edu.rice.cs.drjava.model.repl.InteractionsDocument
Accessor method for the history of commands.
getHorizontalScroll() - Method in class edu.rice.cs.drjava.ui.DefinitionsPane
 
getIcon(File) - Method in class edu.rice.cs.drjava.ui.MainFrame.DJFileDisplayManager
This method chooses the custom icon only for the known filetypes.
getIcon(String) - Static method in class edu.rice.cs.drjava.ui.MainFrame
 
getIcon(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.ui.MainFrame.OddDisplayManager
 
getIcon(File) - Method in class edu.rice.cs.util.swing.DefaultFileDisplayManager
Given a file, decide which icon to use
getIcon(T) - Method in interface edu.rice.cs.util.swing.DisplayManager
Given a piece of data, decide which icon to use
getIconHeight() - Method in class edu.rice.cs.util.swing.CenteredIcon
 
getIconHeight() - Method in class edu.rice.cs.util.swing.LayeredIcon
 
getIconWidth() - Method in class edu.rice.cs.util.swing.CenteredIcon
 
getIconWidth() - Method in class edu.rice.cs.util.swing.LayeredIcon
 
getIDoc() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
getIgnoreCommentsAndStrings() - Method in class edu.rice.cs.drjava.model.FindReplaceMachine
 
getIgnoreTestCases() - Method in class edu.rice.cs.drjava.model.FindReplaceMachine
 
getIndent() - Method in class edu.rice.cs.drjava.model.AbstractDJDocument
Get the indent level.
getIndent() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
getIndent() - Method in interface edu.rice.cs.drjava.model.DJDocument
Gets the indent level.
getIndent() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
getIndenter() - Method in class edu.rice.cs.drjava.model.AbstractDJDocument
Get the indenter.
getIndentLevel() - Method in class edu.rice.cs.drjava.model.definitions.indent.Indenter
 
getIndentReason() - Method in class edu.rice.cs.drjava.ui.DefinitionsPane.IndentKeyAction
This method tells what the reason should be for spawning this indent event Defaults to Indenter.IndentReason.OTHER
getIndex() - Method in class edu.rice.cs.drjava.model.BrowserDocumentRegion
 
getInitialHorizontalScroll() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
getInitialHorizontalScroll() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
getInitialHorizontalScroll() - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
 
getInitialSelectionEnd() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
getInitialSelectionEnd() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
getInitialSelectionEnd() - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
 
getInitialSelectionStart() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
getInitialSelectionStart() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
getInitialSelectionStart() - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
 
getInitialVerticalScroll() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
getInitialVerticalScroll() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
getInitialVerticalScroll() - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
 
getInner() - Method in class edu.rice.cs.util.StringOpsTest.TestGetSimpleNameInner
 
getInputListener() - Method in class edu.rice.cs.drjava.ui.InteractionsController
Gets the input listener for console input requests.
getInputStream() - Method in class edu.rice.cs.util.jar.ManifestWriter
Get an input stream to the contents of the manifest file
getInputStream() - Method in class edu.rice.cs.util.ProcessChain
Gets the input stream of the process sequence, i.e.
getInputStream() - Method in class edu.rice.cs.util.ProcessSequence
Gets the input stream of the process sequence, i.e.
getInt(String) - Method in class edu.rice.cs.util.XMLConfig
Returns the value as specified by the DOM path.
getInt(String, Node) - Method in class edu.rice.cs.util.XMLConfig
Returns the value as specified by the DOM path.
getInt(String, int) - Method in class edu.rice.cs.util.XMLConfig
Returns the value as specified by the DOM path, or the default value if the value could not be found.
getInt(String, Node, int) - Method in class edu.rice.cs.util.XMLConfig
Returns the value as specified by the DOM path, or the default value if the value could not be found.
getIntelligentBeginLinePos(int) - Method in class edu.rice.cs.drjava.model.AbstractDJDocument
Returns the "intelligent" beginning of line.
getIntelligentBeginLinePos(int) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
getIntelligentBeginLinePos(int) - Method in interface edu.rice.cs.drjava.model.DJDocument
Returns the "intelligent" beginning of line.
getIntelligentBeginLinePos(int) - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
getInteractionsClassPath() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
throws new UnsupportedOperationException
getInteractionsClassPath() - Method in class edu.rice.cs.drjava.model.DefaultGlobalModel
Returns the current class path in use by the Interpreter JVM.
getInteractionsClassPath() - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
getInteractionsClassPath() - Method in interface edu.rice.cs.drjava.model.GlobalModel
Returns the current classpath in use by the Interpreter JVM.
getInteractionsController() - Method in class edu.rice.cs.drjava.ui.MainFrame
Returns the frame's interactions controller.
getInteractionsDocument() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
throws UnsupportedOperationException
getInteractionsDocument() - Method in class edu.rice.cs.drjava.model.DefaultGlobalModel
 
getInteractionsDocument() - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
getInteractionsDocument() - Method in interface edu.rice.cs.drjava.model.GlobalModel
Gets the (toolkit-independent) interactions document.
getInteractionsModel() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
throws UnsupportedOperationException
getInteractionsModel() - Method in class edu.rice.cs.drjava.model.DefaultGlobalModel
 
getInteractionsModel() - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
getInteractionsModel() - Method in interface edu.rice.cs.drjava.model.GlobalModel
Returns the interactions model.
getInteractionsModel() - Method in class edu.rice.cs.drjava.ui.InteractionsController
Accessor method for the InteractionsModel.
getInteractionsPane() - Method in class edu.rice.cs.drjava.ui.MainFrame
Returns the frame's interactions pane.
getInteractionsText() - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase
Returns the current contents of the interactions document
getInterpreter(String) - Method in class edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM
 
getInterpreterReadyCount() - Method in class edu.rice.cs.drjava.model.SingleDisplayModelTest.SDTestListener
 
getItem() - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputFrame
Return the item that was selected or null the user entered a mask not in the list and force == false.
getItems() - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputFrame
Return a copy of the list of items in the model.
getItems() - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel
Returns a copy of the list of items.
getIterator() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ModelList
Create a new iterator for this list and register it as one of the listeners which are notified when the list is updated.
getIterator() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.TokenList
Gets a TokenList.Iterator for this list.
getJavaAPISet() - Method in class edu.rice.cs.drjava.ui.MainFrame
 
getJavadocErrorModel() - Method in class edu.rice.cs.drjava.model.javadoc.DefaultJavadocModel
Accessor for the Javadoc error model.
getJavadocErrorModel() - Method in interface edu.rice.cs.drjava.model.javadoc.JavadocModel
Accessor for the Javadoc error model.
getJavadocErrorModel() - Method in class edu.rice.cs.drjava.model.javadoc.NoJavadocAvailable
Accessor for the Javadoc error model.
getJavadocErrorPanel() - Method in class edu.rice.cs.drjava.ui.MainFrame
Returns the javadoc error panel.
getJavadocModel() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
throws UnsupportedOperationException
getJavadocModel() - Method in class edu.rice.cs.drjava.model.DefaultGlobalModel
Gets the JavadocModel, which provides all methods relating to Javadoc.
getJavadocModel() - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
getJavadocModel() - Method in interface edu.rice.cs.drjava.model.GlobalModel
Gets the JavadocModel, which provides all methods relating to Javadoc.
getJavaForLLFile(String) - Static method in class edu.rice.cs.drjava.model.DrJavaFileUtils
A.dj --> A.java A.dj0 --> A.java A.dj1 --> A.java A.dj2 --> A.java otherwise unchanged
getJavaForLLFile(File) - Static method in class edu.rice.cs.drjava.model.DrJavaFileUtils
 
getJavaSpecVersion() - Method in class edu.rice.cs.drjava.platform.DefaultPlatform
Returns the current Java specification version.
getJavaSpecVersion() - Method in interface edu.rice.cs.drjava.platform.PlatformSupport
Returns the current Java specification version.
getJMenuItem() - Method in class edu.rice.cs.drjava.ui.KeyBindingManager.KeyStrokeData
 
getJUnitDocument() - Method in class edu.rice.cs.drjava.model.junit.DefaultJUnitModel
Used only for testing.
getJUnitDocument() - Method in interface edu.rice.cs.drjava.model.junit.JUnitModel
This is used by test cases and perhaps other things.
getJUnitErrorModel() - Method in class edu.rice.cs.drjava.model.junit.DefaultJUnitModel
Gets the JUnitErrorModel, which contains error info for the last test run.
getJUnitErrorModel() - Method in interface edu.rice.cs.drjava.model.junit.JUnitModel
Gets the JUnitErrorModel, which contains error info for the last test run.
getJUnitModel() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
throws UnsupportedOperationException
getJUnitModel() - Method in class edu.rice.cs.drjava.model.DefaultGlobalModel
Gets the JUnitModel, which provides all methods relating to JUnit testing.
getJUnitModel() - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
getJUnitModel() - Method in interface edu.rice.cs.drjava.model.GlobalModel
Gets the JUnitModel, which provides all methods relating to JUnit testing.
getJUnitPanel() - Method in class edu.rice.cs.drjava.ui.MainFrame
Returns the JUnit error panel.
getKeyStroke() - Method in class edu.rice.cs.drjava.ui.config.KeyStrokeOptionComponent
Returns the currently selected KeyStroke.
getKeyStroke() - Method in interface edu.rice.cs.drjava.ui.predictive.PredictiveInputFrame.CloseAction
 
getKeyStrokeData() - Method in class edu.rice.cs.drjava.ui.KeyBindingManager
 
getKeyStrokes() - Method in class edu.rice.cs.drjava.ui.config.VectorKeyStrokeOptionComponent
 
getKeyStrokes() - Method in class edu.rice.cs.drjava.ui.KeyBindingManager.KeyStrokeData
 
getKeywordsForFile(File) - Method in interface edu.rice.cs.drjava.model.compiler.CompilerInterface
Return the set of keywords that should be highlighted in the specified file.
getKeywordsForFile(File) - Method in class edu.rice.cs.drjava.model.compiler.JavacCompiler
Return the set of keywords that should be highlighted in the specified file.
getKeywordsForFile(File) - Method in class edu.rice.cs.drjava.model.compiler.NoCompilerAvailable
Return the set of keywords that should be highlighted in the specified file.
getLabel() - Method in class edu.rice.cs.drjava.ui.config.OptionComponent
 
getLabelText() - Method in class edu.rice.cs.drjava.ui.config.OptionComponent
 
getLambda() - Static method in class edu.rice.cs.util.StringOpsTest.TestGetSimpleNameInner
 
getLast() - Method in interface edu.rice.cs.util.docnavigation.IDocumentNavigator
 
getLast() - Method in class edu.rice.cs.util.docnavigation.JListNavigator
Gets the first document in the series.
getLast() - Method in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
Returns the last document in the collection (using enumeration order).
getLastChangeTime() - Method in class edu.rice.cs.drjava.ui.MainFrame
Returns the changed status of the MainFrame.
getLastCompoundEdit() - Method in class edu.rice.cs.drjava.model.definitions.CompoundUndoManager
Gets the last Compound Edit entered into the list.
getLastError() - Method in class edu.rice.cs.drjava.model.repl.InteractionsModel
Return the last error, or null if successful.
getLastExitStatus() - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.InteractionListener
 
getLastMouseClick() - Method in class edu.rice.cs.drjava.ui.DefinitionsPane.PopupMenuMouseAdapter
 
getLayers() - Method in class edu.rice.cs.util.swing.LayeredIcon
 
getLazy(PropertyMaps) - Method in class edu.rice.cs.drjava.config.DrJavaProperty
Return the value of the property lazily.
getLazy(PropertyMaps) - Method in class edu.rice.cs.drjava.config.EagerProperty
Return the value of the property by recomputing it.
getLegalValues() - Method in class edu.rice.cs.drjava.config.ForcedChoiceOption
Gets all legal values of this option.
getLength() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
getLength() - Method in interface edu.rice.cs.drjava.model.cache.DCacheAdapter
 
getLength() - Method in class edu.rice.cs.drjava.model.cache.DocumentCache.DocManager
Gets the length of this document using (i) cached _doc or (ii) reconstructor (which may force the document to be loaded.
getLength() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.AbstractReducedModel
 
getLength() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.HighlightStatus
Get the size of this coloring block.
getLength() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
getLength() - Method in interface edu.rice.cs.util.text.AbstractDocumentInterface
 
getLength() - Method in class edu.rice.cs.util.text.ConsoleDocument
Returns the length of the document.
getLength() - Method in interface edu.rice.cs.util.text.EditDocumentInterface
Returns the length of the document.
getLetter() - Method in class edu.rice.cs.util.newjvm.IntegratedMasterSlaveTest.TestMasterJVM
 
getLetter() - Method in interface edu.rice.cs.util.newjvm.IntegratedMasterSlaveTest.TestMasterRemote
 
getLexiName() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
Getter for lexicographic name; used to sort documents into segemented lexicographic ordder
getLexiName() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
getLexiName() - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
 
getLexiName() - Method in class edu.rice.cs.util.NullFile
 
getLibraryKey(int, JDKToolsLibrary) - Method in class edu.rice.cs.drjava.model.DefaultGlobalModel
 
getLicense() - Static method in class edu.rice.cs.drjava.ui.AboutDialog
 
getLine() - Method in class edu.rice.cs.drjava.model.debug.DebugStackData
Returns the line number of this frame of the stack.
getLineEndOffset() - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDABreakpoint
Accessor for the offset of this breakpoint's end position
getLineEndOffset() - Method in class edu.rice.cs.drjava.model.DocumentRegion
Throws exception indicating that getLineEnd() is not supported.
getLineEndOffset() - Method in class edu.rice.cs.drjava.model.MovingDocumentRegion
 
getLineEndOffset() - Method in interface edu.rice.cs.drjava.model.OrderedDocumentRegion
 
getLineMessage() - Method in class edu.rice.cs.drjava.model.DJError
This function returns a message telling the line this error is from appropriate to display to a user, indicating if there is no file associated with this error.
getLineNumber() - Method in interface edu.rice.cs.drjava.model.debug.DebugBreakpointData
 
getLineNumber() - Method in class edu.rice.cs.drjava.model.debug.jpda.DebugAction
Returns the line number this DebugAction occurs on
getLineNumber() - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDABreakpoint
Returns the line number this DebugAction occurs on
getLineOfOffset(int) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
Translates an offset into the components text to a line 0-based number.
getLineOfOffset(int) - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
Return the line number corresponding to offset.
getLineOfOffset(int) - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
getLineOfOffset(int) - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
Translates an offset into the components text to a line number.
getLineStartOffset() - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDABreakpoint
Accessor for the offset of this breakpoint's start position
getLineStartOffset() - Method in class edu.rice.cs.drjava.model.DocumentRegion
Throws exception indicating that getLineStart() is not supported.
getLineStartOffset() - Method in class edu.rice.cs.drjava.model.MovingDocumentRegion
 
getLineStartOffset() - Method in interface edu.rice.cs.drjava.model.OrderedDocumentRegion
 
getList(PropertyMaps) - Method in class edu.rice.cs.drjava.config.FileListProperty
Abstract factory method specifying the list.PropertyMaps pm
getList(PropertyMaps) - Method in class edu.rice.cs.drjava.config.RecursiveFileListProperty
Abstract factory method specifying the list.
getListCellRendererComponent(<any>, Color, int, boolean, boolean) - Method in class edu.rice.cs.drjava.ui.FindResultsPanel.ColorComboRenderer
 
getListCellRendererComponent(<any>, Object, int, boolean, boolean) - Method in class edu.rice.cs.util.docnavigation.JListNavigator.CustomListCellRenderer
Rreturns the renderer component for a cell
getListCellRendererComponent(<any>, String, int, boolean, boolean) - Method in class edu.rice.cs.util.swing.CheckBoxJList.CheckBoxListCellRenderer
 
getListeners() - Method in class edu.rice.cs.drjava.model.DefaultLightWeightParsingControl
 
getListeners() - Method in interface edu.rice.cs.drjava.model.LightWeightParsingControl
 
getLLLocation(Location, List<File>) - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Return a JDI location that matches the given location, but Java line numbers have been mapped to LL line numbers.
getLLOpenDefinitionsDocuments() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Returns a new collection of all language level documents currently open for editing.
getLLOpenDefinitionsDocuments() - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
getLLOpenDefinitionsDocuments() - Method in interface edu.rice.cs.drjava.model.GlobalModel
Returns a collection of language level documents.
getLLStackTraceElement(Location, List<File>) - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Return a stack trace element that matches the given location, but Java line numbers have been mapped to LL line numbers.
getLLSTM() - Method in interface edu.rice.cs.drjava.model.compiler.CompilerModel
Gets the LanguageLevelStackTraceMapper from the model
getLLSTM() - Method in class edu.rice.cs.drjava.model.compiler.DefaultCompilerModel
returns the LanguageLevelStackTraceMapper
getLLSTM() - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Gets the LanguageLevelStackTraceMapper
getLocalizedMessage() - Method in exception edu.rice.cs.util.RunnableEST.Exception
 
getLocation() - Method in exception edu.rice.cs.drjava.model.definitions.InvalidPackageException
Returns the location of the problem.
getLocation() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.HighlightStatus
Get the starting location of this coloring block.
getLocation() - Method in class edu.rice.cs.drjava.ui.ClipboardHistoryFrame.FrameState
 
getLocation() - Method in class edu.rice.cs.drjava.ui.DetachedFrame.FrameState
 
getLocation() - Method in class edu.rice.cs.drjava.ui.EditExternalDialog.FrameState
 
getLocation() - Method in class edu.rice.cs.drjava.ui.ExecuteExternalDialog.FrameState
 
getLocation() - Method in class edu.rice.cs.drjava.ui.JarOptionsDialog.FrameState
 
getLocation() - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputFrame.FrameState
 
getLogicalStyle(int) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
getLogicalStyle(int) - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
getLongestMatch(X, List<X>, PredictiveInputModel<X>) - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel.FragmentLineNumStrategy
 
getLongestMatch(X, List<X>, PredictiveInputModel<X>) - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel.FragmentStrategy
 
getLongestMatch(X, List<X>, PredictiveInputModel<X>) - Method in interface edu.rice.cs.drjava.ui.predictive.PredictiveInputModel.MatchingStrategy
Returns the item from the list that is the longest match.
getLongestMatch(X, List<X>, PredictiveInputModel<X>) - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel.PrefixLineNumStrategy
 
getLongestMatch(X, List<X>, PredictiveInputModel<X>) - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel.PrefixStrategy
 
getLongestMatch(X, List<X>, PredictiveInputModel<X>) - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel.RegExLineNumStrategy
 
getLongestMatch(X, List<X>, PredictiveInputModel<X>) - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel.RegExStrategy
 
getLookAndFeels() - Static method in class edu.rice.cs.drjava.config.OptionConstants.LookAndFeels
Need to ensure that a look-and-feel can be instantiated and is valid.
getMainClass() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.FlatFileGroupingState
 
getMainClass() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
 
getMainClass() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ProjectFileGroupingState
 
getMainClass() - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
getMainClass() - Method in interface edu.rice.cs.drjava.model.FileGroupingState
Returns the name of the class that has the main method of the project
getMainClass() - Method in interface edu.rice.cs.drjava.model.GlobalModel
Return the main file for the project If not in project mode, returns null.
getMainClass() - Method in interface edu.rice.cs.drjava.project.ProjectFileIR
 
getMainClass() - Method in class edu.rice.cs.drjava.project.ProjectProfile
 
getMainClassContainingFile() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
 
getMainClassContainingFile() - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
getMainClassContainingFile() - Method in interface edu.rice.cs.drjava.model.GlobalModel
Return the File that contains the Main-Class.
getMainClassContainingFile() - Method in interface edu.rice.cs.drjava.project.ProjectFileIR
 
getMainClassContainingFile() - Method in class edu.rice.cs.drjava.project.ProjectProfile
 
getMainClassName() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
Returns the name of the main (public) class, if any.
getMainClassName() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
Gets the name of the document's main class: the document's only public class/interface or first top level class if document contains no public classes or interfaces.
getMainPanel() - Method in class edu.rice.cs.drjava.ui.TabbedPanel
 
getManifest() - Method in class edu.rice.cs.util.jar.ManifestWriter
Get the Manifest object that this object created.
getManualDownloadURL() - Method in class edu.rice.cs.drjava.ui.NewVersionPopup
Return the manual download URL.
getMask() - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputFrame
Return the raw, unforced text in the text field.
getMask() - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel
Return the current mask.
getMasterWorkingDirectory() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
 
getMasterWorkingDirectory() - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
getMasterWorkingDirectory() - Method in interface edu.rice.cs.drjava.model.GlobalModel
 
getMatchCase() - Method in class edu.rice.cs.drjava.model.FindReplaceMachine
 
getMatchingItems() - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel
Get matching items.
getMatchWholeWord() - Method in class edu.rice.cs.drjava.model.FindReplaceMachine
 
getMaximum() - Method in interface edu.rice.cs.util.swing.IAsyncProgress
 
getMaximumSize() - Method in class edu.rice.cs.drjava.model.BrowserHistoryManager
 
getMaximumSize() - Method in class edu.rice.cs.drjava.ui.PreviewFrame.PagePreview
 
getMaxProgress() - Method in class edu.rice.cs.util.swing.AsyncTask
Reutrns the minimum value of the progress monitor
getMD5(InputStream, OutputStream) - Static method in class edu.rice.cs.util.MD5ChecksumProperties
Return the MD5 checksum for the data in the stream, while copying the data into the output stream.
getMD5(InputStream) - Static method in class edu.rice.cs.util.MD5ChecksumProperties
Return the MD5 checksum for the data in the stream
getMD5(File) - Static method in class edu.rice.cs.util.MD5ChecksumProperties
 
getMD5(byte[]) - Static method in class edu.rice.cs.util.MD5ChecksumProperties
 
getMD5String(InputStream, OutputStream) - Static method in class edu.rice.cs.util.MD5ChecksumProperties
Return the MD5 checksum as string for the data in the stream, while copying the data into the output stream.
getMD5String(InputStream) - Static method in class edu.rice.cs.util.MD5ChecksumProperties
Return the MD5 checksum as string for the data in the stream.
getMD5String(File) - Static method in class edu.rice.cs.util.MD5ChecksumProperties
 
getMD5String(byte[]) - Static method in class edu.rice.cs.util.MD5ChecksumProperties
 
getMessage(Box<Boolean>) - Method in class edu.rice.cs.drjava.ui.NewVersionPopup
 
getMessage() - Method in exception edu.rice.cs.util.RunnableEST.Exception
 
getMethod() - Method in class edu.rice.cs.drjava.model.debug.DebugStackData
Returns the name of the method at this frame of the stack.
getMillisToDecideToPopup() - Method in interface edu.rice.cs.util.swing.IAsyncProgress
 
getMillisToPopup() - Method in interface edu.rice.cs.util.swing.IAsyncProgress
 
getMinimum() - Method in interface edu.rice.cs.util.swing.IAsyncProgress
 
getMinimumMajorVersion() - Method in class edu.rice.cs.drjava.model.JDKDescriptor
Return the minimum Java version required to use this JDK.
getMinimumMajorVersion() - Method in class edu.rice.cs.drjava.model.JDKDescriptor.None
 
getMinimumSize() - Method in class edu.rice.cs.drjava.ui.PreviewFrame.PagePreview
 
getMinProgress() - Method in class edu.rice.cs.util.swing.AsyncTask
Returns the minimum value of the progress monitor
getModel() - Method in class edu.rice.cs.drjava.ui.ErrorPanel
 
getModel() - Method in class edu.rice.cs.drjava.ui.MainFrame
 
getModelLock() - Method in interface edu.rice.cs.util.docnavigation.IDocumentNavigator
Returns the model lock for this navigator.
getModelLock() - Method in class edu.rice.cs.util.docnavigation.JListNavigator
Returns the model lock.
getModelLock() - Method in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
Returns the model lock.
getModifier(String) - Static method in class edu.rice.cs.drjava.ui.NewJavaClassDialog
 
getMostRecent() - Method in class edu.rice.cs.drjava.model.ClipboardHistoryModel
Return the most recent string, or null if nothing is in the history.
getMultiple(String) - Method in class edu.rice.cs.util.XMLConfig
Returns the value as specified by the DOM path.
getMultiple(String, Node) - Method in class edu.rice.cs.util.XMLConfig
Returns the value as specified by the DOM path.
getMultipleAddAttributesHelper(String, Node, List<Node>) - Method in class edu.rice.cs.util.XMLConfig
 
getMultipleHelper(String, Node, List<Node>, boolean) - Method in class edu.rice.cs.util.XMLConfig
Returns the value as specified by the DOM path.
getName() - Method in class edu.rice.cs.drjava.config.DrJavaProperty
Return the name of the property.
getName() - Method in class edu.rice.cs.drjava.config.OptionParser
Accessor for name option
getName() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
Returns the name of the file for this document with an appended asterisk (if modified) or spaces
getName(boolean) - Method in class edu.rice.cs.drjava.model.ClassAndInterfaceFinder
Finds the the name of the first class or interface in this file, respecting the value of the interfaceOK flag.
getName() - Method in interface edu.rice.cs.drjava.model.compiler.CompilerInterface
Returns the name of this compiler, appropriate to show to the user.
getName() - Method in class edu.rice.cs.drjava.model.compiler.JavacCompiler
 
getName() - Method in class edu.rice.cs.drjava.model.compiler.NoCompilerAvailable
 
getName() - Method in class edu.rice.cs.drjava.model.debug.DebugThreadData
Returns the name of this thread.
getName() - Method in class edu.rice.cs.drjava.model.debug.DebugWatchData
Returns the name of this field or variable.
getName() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
getName() - Method in class edu.rice.cs.drjava.model.JDKDescriptor
Return the name of this JDK.
getName() - Method in class edu.rice.cs.drjava.model.JDKDescriptor.None
 
getName(KeyStroke) - Method in class edu.rice.cs.drjava.ui.KeyBindingManager
 
getName(Action) - Method in class edu.rice.cs.drjava.ui.KeyBindingManager
 
getName() - Method in class edu.rice.cs.drjava.ui.KeyBindingManager.KeyStrokeData
 
getName(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.ui.MainFrame.OddDisplayManager
 
getName() - Method in interface edu.rice.cs.drjava.ui.predictive.PredictiveInputFrame.CloseAction
 
getName() - Method in class edu.rice.cs.drjava.ui.TabbedPanel
 
getName() - Method in class edu.rice.cs.util.docnavigation.DummyINavigatorItem
 
getName() - Method in interface edu.rice.cs.util.docnavigation.INavigatorItem
Returns a "simple" name representing this INavigatorItem.
getName() - Method in class edu.rice.cs.util.FileOps.NullFile
 
getName() - Method in class edu.rice.cs.util.NullFile
 
getName() - Method in class edu.rice.cs.util.swing.AsyncTask
Returns the name of this specific type of task.
getName(File) - Method in class edu.rice.cs.util.swing.DefaultFileDisplayManager
Given a file, decide on which name to display for it
getName(T) - Method in interface edu.rice.cs.util.swing.DisplayManager
Given a data, decide on which name to display for it
getNamesOfSelectedTopLevelGroup() - Method in interface edu.rice.cs.util.docnavigation.IDocumentNavigator
Returns the names of the top level groups that the selected items descend from.
getNamesOfSelectedTopLevelGroup() - Method in class edu.rice.cs.util.docnavigation.JListNavigator
Returns the names of the top level groups that the selected items descend from.
getNamesOfSelectedTopLevelGroup() - Method in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
Returns the names of the top level groups that the selected items descend from.
getNavigatorListeners() - Method in interface edu.rice.cs.util.docnavigation.IDocumentNavigator
Returns a collection of all listeners registered with this navigator.
getNavigatorListeners() - Method in class edu.rice.cs.util.docnavigation.JListNavigator
 
getNavigatorListeners() - Method in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
Returns a collection of all navigator listeners.
getNavPaneDisplayManager() - Method in class edu.rice.cs.drjava.ui.MainFrame
 
getNewFilesInProject() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
gets files in the project source directory that are not accounted for in the project file.
getNewLeadSelectionFile() - Method in class edu.rice.cs.util.swing.FileSelectionEvent
 
getNewLLForOldLLFile(String) - Static method in class edu.rice.cs.drjava.model.DrJavaFileUtils
A.dj0 -> A.dj A.dj1 -> A.dj A.dj2 -> A.java otherwise unchanged
getNewLLForOldLLFile(File) - Static method in class edu.rice.cs.drjava.model.DrJavaFileUtils
 
getNext(ItemT) - Method in interface edu.rice.cs.util.docnavigation.IDocumentNavigator
The following five operations impose a natural ordering on the documents in the navigator.
getNext(ItemT) - Method in class edu.rice.cs.util.docnavigation.JListNavigator
Gets the next document after doc in the series.
getNext(ItemT) - Method in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
Returns the next document in the collection (using enumeration order).
getNextBiggerHeapSize(long) - Static method in class edu.rice.cs.drjava.config.ConfigOptionListeners
Return the next bigger heap size setting.
getNextDocHelper(OpenDefinitionsDocument, Component) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Checks that the document exists, and if it doesn't, asks if the user wants to continue.
getNextDocument(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Returns the ODD preceding the given document in the document list.
getNextDocument(OpenDefinitionsDocument, Component) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Returns the ODD preceding the given document in the document list.
getNextDocument(OpenDefinitionsDocument) - Method in interface edu.rice.cs.util.swing.DocumentIterator
Gets the next document.
getNextDocument(OpenDefinitionsDocument, Component) - Method in interface edu.rice.cs.util.swing.DocumentIterator
Gets the next document.
getNextIdentifier(int) - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
Finds the next identifier (following a non-whitespace character) in the document starting at start.
getNextRedo() - Method in class edu.rice.cs.drjava.model.definitions.CompoundUndoManager
Gets the next redo.
getNextRedo() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
Public accessor for the next undo action.
getNextRedo() - Method in class edu.rice.cs.drjava.model.repl.InteractionsDJDocument
Public accessor for the next undo action.
getNextRegionInTree(R) - Method in class edu.rice.cs.drjava.ui.RegionsTreePanel
Return the region following r in the tree, or null if there isn't one.
getNextToken() - Method in class edu.rice.cs.util.BalancingStreamTokenizer
Return the next token, or null if the end of the stream has been reached.
getNextTopLevelClassName(int, int) - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
 
getNextUndo() - Method in class edu.rice.cs.drjava.model.definitions.CompoundUndoManager
Gets the next undo.
getNextUndo() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
Public accessor for the next undo action.
getNextUndo() - Method in class edu.rice.cs.drjava.model.repl.InteractionsDJDocument
Public accessor for the next undo action.
getNode(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.ui.RegionsTreePanel
Gets the tree node for the given document.
getNode(R) - Method in class edu.rice.cs.drjava.ui.RegionsTreePanel
Gets the tree node for the given region.
getNodeForDoc(ItemT) - Method in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
Assumes lock on _model is already held or that it is being run in the event thread.
getNodePath(Node) - Static method in class edu.rice.cs.util.XMLConfig
Return the path of a node as it is used in XMLConfig.
getNodePath1() - Method in class edu.rice.cs.util.XMLConfigTest
 
getNodePath1Delegate() - Method in class edu.rice.cs.util.XMLConfigTest
 
getNodes(String) - Method in class edu.rice.cs.util.XMLConfig
Returns the nodes as specified by the DOM path.
getNodes(String, Node) - Method in class edu.rice.cs.util.XMLConfig
Returns the nodes as specified by the DOM path.
getNodeUserObject(DefaultMutableTreeNode) - Method in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
Returns a typed equivalent to next.getUserObject().
getNonProjectDocuments() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Returns the OpenDefinitionsDocuments that are NOT identified as project source files.
getNonProjectDocuments() - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
getNonProjectDocuments() - Method in interface edu.rice.cs.drjava.model.GlobalModel
Returns a list of OpenDefinitionsDocuments that do not belong to the currently active project.
If no project is active, all documents are returned.
getNote() - Method in interface edu.rice.cs.util.swing.IAsyncProgress
 
getNotifier() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Notifier list for the global model.
getNotifier() - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
getNotifier() - Method in interface edu.rice.cs.drjava.model.GlobalModel
 
getNumber() - Method in class edu.rice.cs.util.newjvm.IntegratedMasterSlaveTest.CounterSlave
 
getNumber() - Method in interface edu.rice.cs.util.newjvm.IntegratedMasterSlaveTest.TestSlaveRemote
 
getNumberOfLines() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
getNumberOfLines() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
getNumberOfLines() - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
 
getNumberOfPages() - Method in class edu.rice.cs.drjava.model.print.DrJavaBook
 
getNumCompilerErrors() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
throws UnsupportedOperationException
getNumCompilerErrors() - Method in class edu.rice.cs.drjava.model.compiler.CompilerErrorModel
Returns the number of CompilerErrors that are compiler errors
getNumCompilerErrors() - Method in class edu.rice.cs.drjava.model.compiler.DefaultCompilerModel
Gets the total number of current compiler errors.
getNumCompilerErrors() - Method in class edu.rice.cs.drjava.model.DefaultGlobalModel
 
getNumCompilerErrors() - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
getNumCompilerErrors() - Method in interface edu.rice.cs.drjava.model.GlobalModel
Returns the number of compiler errors produced by the last compilation.
getNumErrors() - Method in class edu.rice.cs.drjava.model.compiler.CompilerErrorModel
Returns the number of CompilerErrors.
getNumErrors() - Method in interface edu.rice.cs.drjava.model.compiler.CompilerModel
Gets the total number of current errors.
getNumErrors() - Method in class edu.rice.cs.drjava.model.compiler.DefaultCompilerModel
Gets the total number of errors in this compiler model.
getNumInCache() - Method in class edu.rice.cs.drjava.model.cache.DocumentCache
 
getNumValues() - Method in class edu.rice.cs.drjava.config.ForcedChoiceOption
Gets the number of legal values for this option.
getNumWarnings() - Method in class edu.rice.cs.drjava.model.compiler.CompilerErrorModel
Returns the number of CompilerErrors that are warnings
getNumWarnings() - Method in class edu.rice.cs.drjava.model.compiler.DefaultCompilerModel
Gets the total number of current warnings.
getObject() - Method in class edu.rice.cs.drjava.model.FinalizationEvent
 
getOddDisplayManager20() - Static method in class edu.rice.cs.drjava.ui.MainFrame
 
getOddDisplayManager30() - Static method in class edu.rice.cs.drjava.ui.MainFrame
 
getODDForDocument(AbstractDocumentInterface) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Returns the OpenDefinitionsDocument corresponding to the INavigatorItem/DefinitionsDocument passed in.
getODDForDocument(AbstractDocumentInterface) - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
getODDForDocument(AbstractDocumentInterface) - Method in interface edu.rice.cs.drjava.model.GlobalModel
CHECK IF NEEDED!
getOffset() - Method in class edu.rice.cs.drjava.model.debug.jpda.DocumentDebugAction
 
getOffset() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument.WrappedPosition
 
getOffsetAndLength(String, int, int, int, int) - Static method in class edu.rice.cs.util.StringOps
Gets the offset and length equivalent to the given pairs start and end row-col.
getOffsetOfLine(int) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
Translates a 0-based line number into an offset.
getOffsetOfLine(int) - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
getOffsetOfLine(int) - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
Translates a line number into an offset.
getOldLeadSelectionFile() - Method in class edu.rice.cs.util.swing.FileSelectionEvent
 
getOpenAllFilesInFolderExtension() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
 
getOpenAllFilesInFolderExtension() - Method in interface edu.rice.cs.drjava.model.compiler.CompilerInterface
Return the extension of the files that should be opened with the "Open Folder..." command.
getOpenAllFilesInFolderExtension() - Method in class edu.rice.cs.drjava.model.compiler.JavacCompiler
Return the extension of the files that should be opened with the "Open Folder..." command.
getOpenAllFilesInFolderExtension() - Method in class edu.rice.cs.drjava.model.compiler.NoCompilerAvailable
Return the extension of the files that should be opened with the "Open Folder..." command.
getOpenDefDoc() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
 
getOpenDefDoc() - Method in class edu.rice.cs.drjava.ui.ErrorCaretListener
Gets the OpenDefinitionsDocument corresponding to this listener.
getOpenDefDocument() - Method in class edu.rice.cs.drjava.ui.DefinitionsPane
Get the OpenDefinitionsDocument contained in this DefinitionsPane.
getOpenDefinitionsDocument() - Method in class edu.rice.cs.drjava.ui.MainFrameStatics.AutoCompletePopupEntry
Return the OpenDefinitionsDocument associated with this entry, or null if none.
getOpenDefinitionsDocument() - Method in class edu.rice.cs.drjava.ui.MainFrameStatics.GoToFileListEntry
 
getOpenDefinitionsDocument() - Method in class edu.rice.cs.drjava.ui.MainFrameStatics.JavaAPIListEntry
 
getOpenDefinitionsDocuments() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Returns a new collection of all documents currently open for editing.
getOpenDefinitionsDocuments() - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
getOpenDefinitionsDocuments() - Method in interface edu.rice.cs.drjava.model.GlobalModel
Returns a collection of all documents currently open for editing.
getOpenDefinitionsDocuments() - Method in class edu.rice.cs.drjava.model.TestDocGetter
 
getOpenDocument() - Method in exception edu.rice.cs.drjava.model.AlreadyOpenException
 
getOpenDocuments() - Method in exception edu.rice.cs.drjava.model.AlreadyOpenException
 
getOpenFiles(JFileChooser) - Method in class edu.rice.cs.drjava.ui.MainFrame
Prompt the user to select a place to open files from, then load them.
getOption(OptionParser<T>) - Method in class edu.rice.cs.drjava.config.DefaultOptionMap
 
getOption(OptionParser<T>) - Method in interface edu.rice.cs.drjava.config.OptionMap
 
getOption(DefaultOptionMap) - Method in class edu.rice.cs.drjava.config.OptionParser
The accessor for the magic-typed hashtable stunt.
getOption() - Method in class edu.rice.cs.drjava.ui.config.OptionComponent
 
getOption() - Method in class edu.rice.cs.drjava.ui.KeyBindingManager.KeyStrokeData
 
getOptionMap() - Method in class edu.rice.cs.drjava.config.Configuration
Return OptionMap.
getOptions(boolean) - Static method in class edu.rice.cs.drjava.model.compiler.CompilerOptions
 
getOutOfSyncDocuments() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
 
getOutOfSyncDocuments(List<OpenDefinitionsDocument>) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
 
getOutOfSyncDocuments() - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
getOutOfSyncDocuments(List<OpenDefinitionsDocument>) - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
getOutOfSyncDocuments() - Method in interface edu.rice.cs.drjava.model.GlobalModel
 
getOutOfSyncDocuments(List<OpenDefinitionsDocument>) - Method in interface edu.rice.cs.drjava.model.GlobalModel
 
getOutputStream() - Method in class edu.rice.cs.util.ProcessChain
Gets the output stream of the process sequence, i.e.
getOutputStream() - Method in class edu.rice.cs.util.ProcessSequence
Gets the output stream of the process sequence, i.e.
getPackage() - Method in class edu.rice.cs.drjava.project.DocFile
 
getPackage() - Method in interface edu.rice.cs.drjava.project.DocumentInfoGetter
Returns the package declared in the java code within the document being described
getPackageDir(String) - Static method in class edu.rice.cs.drjava.model.DrJavaFileUtils
Returns the relative directory (from the source root) that the source file with this qualifed name will be in, given its package.
getPackageName() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
getPackageName(String) - Static method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Helper method used in subsequent anonymous inner class
getPackageName() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
Gets the package name embedded in the text of this document by minimally parsing the document to find the package statement.
getPackageName() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
getPackageName() - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
 
getPackageNameFromDocument() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
getPackageNameFromDocument() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
getPackageNameFromDocument() - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
 
getPackageQualifier() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
Gets an appropriate prefix to fully qualify a class name.
getPageable() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
Returns the Pageable object for printing.
getPageable() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
getPageable() - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
 
getPageable() - Method in class edu.rice.cs.drjava.ui.ErrorPanel.ErrorDocument
 
getPageable() - Method in class edu.rice.cs.util.text.ConsoleDocument
Returns the Pageable object for printing.
getPageable() - Method in interface edu.rice.cs.util.text.EditDocumentInterface
Returns the Pageable object for printing.
getPageable() - Method in class edu.rice.cs.util.text.SwingDocument
 
getPageFormat() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
 
getPageFormat() - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
getPageFormat() - Method in interface edu.rice.cs.drjava.model.GlobalModel
 
getPageFormat(int) - Method in class edu.rice.cs.drjava.model.print.DrJavaBook
Returns the PageFormat for this print job.
getPainter() - Method in class edu.rice.cs.drjava.ui.ReverseHighlighter.HighlightInfo
 
getPainter() - Method in class edu.rice.cs.util.swing.HighlightManager.HighlightInfo
Accessor for the painter
getPane() - Method in class edu.rice.cs.drjava.ui.AbstractConsoleController
Accessor method for the InteractionsPane.
getPane() - Method in class edu.rice.cs.drjava.ui.InteractionsScriptController
 
getPanel() - Method in class edu.rice.cs.drjava.ui.config.ConfigFrame.PanelTreeNode
 
getParagraphElement(int) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
getParagraphElement(int) - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
getParent() - Method in class edu.rice.cs.util.FileOps.NullFile
 
getParentDirectory() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
getParentDirectory() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
getParentDirectory() - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
Returns the parent directory of this file, null if it has none.
getParentFile() - Method in class edu.rice.cs.util.FileOps.NullFile
 
getParentFile() - Method in class edu.rice.cs.util.swing.FileDisplay
 
getPath() - Method in class edu.rice.cs.util.FileOps.NullFile
 
getPendingRequestManager() - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Returns the pending request manager used by the debugger.
getPlatformSupport() - Static method in class edu.rice.cs.drjava.platform.PlatformFactory
Static factory method.
getPopupMenu() - Method in class edu.rice.cs.drjava.ui.ErrorPanel
 
getPopupMenu() - Method in class edu.rice.cs.util.swing.DropDownButton
 
getPosition(DJError) - Method in class edu.rice.cs.drjava.model.compiler.CompilerErrorModel
Returns the position of the given error in the document representing its file.
getPreferencesStoredInProject() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.FlatFileGroupingState
 
getPreferencesStoredInProject() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
 
getPreferencesStoredInProject() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ProjectFileGroupingState
 
getPreferencesStoredInProject() - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
getPreferencesStoredInProject() - Method in interface edu.rice.cs.drjava.model.FileGroupingState
 
getPreferencesStoredInProject() - Method in interface edu.rice.cs.drjava.model.GlobalModel
 
getPreferencesStoredInProject() - Method in interface edu.rice.cs.drjava.project.ProjectFileIR
 
getPreferencesStoredInProject() - Method in class edu.rice.cs.drjava.project.ProjectProfile
 
getPreferencesStoredInProject() - Method in class edu.rice.cs.drjava.ui.ProjectAdvancedPropertiesFrame
 
getPreferredSize() - Method in class edu.rice.cs.drjava.ui.LineEnumRule
Return a new Dimension using our set width, and the height of the definitions pane
getPreferredSize() - Method in class edu.rice.cs.drjava.ui.PreviewFrame.PagePreview
 
getPreferredSize() - Method in class edu.rice.cs.drjava.ui.PreviewFrame.PagePreviewContainer
 
getPrevDocHelper(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
 
getPrevDocument(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Returns the ODD preceding the given document in the document list.
getPrevDocument(OpenDefinitionsDocument) - Method in interface edu.rice.cs.util.swing.DocumentIterator
Gets the previous document.
getPrevious(ItemT) - Method in interface edu.rice.cs.util.docnavigation.IDocumentNavigator
 
getPrevious(ItemT) - Method in class edu.rice.cs.util.docnavigation.JListNavigator
Gets the previous document in the series.
getPrevious(ItemT) - Method in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
Returns the previous document in the collection (using enumeration order).
getPrevRegionInTree(R) - Method in class edu.rice.cs.drjava.ui.RegionsTreePanel
Return the region preceding r in the tree, or null if there isn't one.
getPrintable(int) - Method in class edu.rice.cs.drjava.model.print.DrJavaBook
Returns the Printable object for a given page.
getProcessChainCmdLine(List<List<String>>) - Static method in class edu.rice.cs.util.GeneralProcessCreator
Reconstructs the command line for a process chain.
getProcessCmdLine(List<String>) - Static method in class edu.rice.cs.util.GeneralProcessCreator
Reconstructs the command line for a simple process.
getProcessSequenceCmdLine(List<List<List<String>>>) - Static method in class edu.rice.cs.util.GeneralProcessCreator
Reconstructs the command line for a process sequence.
getProgressBar() - Method in class edu.rice.cs.util.swing.ProcessingDialog
 
getProjectCP() - Method in class edu.rice.cs.drjava.model.repl.newjvm.ClassPathManager
 
getProjectDocuments() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Returns the OpenDefinitionsDocuments that are identified as project source files.
getProjectDocuments() - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
getProjectDocuments() - Method in interface edu.rice.cs.drjava.model.GlobalModel
Teturns a list of OpenDefinitionsDocuments that do belong to the currently active project.
If no project is active, no documents are returned.
getProjectFile() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.FlatFileGroupingState
 
getProjectFile() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
 
getProjectFile() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ProjectFileGroupingState
 
getProjectFile() - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
getProjectFile() - Method in interface edu.rice.cs.drjava.model.FileGroupingState
Returns the current project file
getProjectFile() - Method in interface edu.rice.cs.drjava.model.GlobalModel
 
getProjectFile() - Method in interface edu.rice.cs.drjava.project.ProjectFileIR
 
getProjectFile() - Method in class edu.rice.cs.drjava.project.ProjectProfile
 
getProjectFiles() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.FlatFileGroupingState
 
getProjectFiles() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
 
getProjectFiles() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ProjectFileGroupingState
 
getProjectFiles() - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
getProjectFiles() - Method in interface edu.rice.cs.drjava.model.FileGroupingState
Return all files saved as source files in the project file.
getProjectFiles() - Method in interface edu.rice.cs.drjava.model.GlobalModel
 
getProjectFilesCP() - Method in class edu.rice.cs.drjava.model.repl.newjvm.ClassPathManager
 
getProjectRoot() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.FlatFileGroupingState
 
getProjectRoot() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
 
getProjectRoot() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ProjectFileGroupingState
 
getProjectRoot() - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
getProjectRoot() - Method in interface edu.rice.cs.drjava.model.FileGroupingState
Returns the project source root
getProjectRoot() - Method in interface edu.rice.cs.drjava.model.GlobalModel
 
getProjectRoot() - Method in interface edu.rice.cs.drjava.project.ProjectFileIR
 
getProjectRoot() - Method in class edu.rice.cs.drjava.project.ProjectProfile
 
getPrompt() - Method in class edu.rice.cs.util.text.ConsoleDocument
Accessor for the string used for the prompt.
getPromptLength() - Method in class edu.rice.cs.util.text.ConsoleDocument
Returns the length of the prompt string.
getPromptPos() - Method in class edu.rice.cs.drjava.ui.InteractionsPane
Gets the current prompt position
getPromptPos() - Method in class edu.rice.cs.util.text.ConsoleDocument
Returns the first location in the document where editing is allowed.
getProperties(String) - Method in class edu.rice.cs.drjava.config.PropertyMaps
Return the properties in a category.
getPropertiesFile() - Static method in class edu.rice.cs.drjava.DrJava
Returns the properties file used by the configuration object.
getProperty(String, String) - Method in class edu.rice.cs.drjava.config.PropertyMaps
Return the property requested, or null if not found.
getProperty(String) - Method in class edu.rice.cs.drjava.config.PropertyMaps
Search through all categories and return the property requested, or null if not found.
getProperty(Object) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
getProperty(Object) - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
getPropertyMaps() - Method in class edu.rice.cs.util.ProcessCreator
Return the PropertyMaps object used for substitution.
getQualifiedClassName() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
getQualifiedClassName(int) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
getQualifiedClassName() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
Gets the package and main class/interface name of this OpenDefinitionsDocument
getQualifiedClassName(int) - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
Gets fully qualified class name of the top level class enclosing the given position.
getQualifiedClassName() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
getQualifiedClassName(int) - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
getQualifiedClassName() - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
 
getQualifiedClassName(int) - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
 
getRawFile() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
Returns the file field for this document; does not check whether the file is NullFile or file exists.
getRawFile() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
getRawFile() - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
Returns the file for this document; does not check whether the file exists.
getRedoAction() - Method in class edu.rice.cs.drjava.ui.DefinitionsPane
 
getRedoAction() - Method in class edu.rice.cs.drjava.ui.InteractionsController
 
getRedoAction() - Method in class edu.rice.cs.drjava.ui.InteractionsController.InputBox
 
getRedoAction() - Method in class edu.rice.cs.drjava.ui.InteractionsPane
 
getReduced() - Method in class edu.rice.cs.drjava.model.AbstractDJDocument
This method is used ONLY inside of document Read Lock.
getReduced() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
getReduced() - Method in interface edu.rice.cs.drjava.model.DJDocument
 
getReduced() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
getReferenceTypes(String, int) - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Returns a Vector with the loaded ReferenceTypes for the given class name (empty if the class could not be found).
getRegionAt(OpenDefinitionsDocument, int) - Method in class edu.rice.cs.drjava.model.ConcreteRegionManager
Returns the region [start, end) containing offset.
getRegionAt(OpenDefinitionsDocument, int) - Method in interface edu.rice.cs.drjava.model.RegionManager
Returns the unique region [start,end), if any, containing the specified offset.
getRegionCount() - Method in class edu.rice.cs.drjava.model.ConcreteRegionManager
 
getRegionCount() - Method in interface edu.rice.cs.drjava.model.RegionManager
 
getRegionInterval(OpenDefinitionsDocument, int) - Method in class edu.rice.cs.drjava.model.ConcreteRegionManager
Finds the interval of regions in odd such that the line label (excerpt) for the region contains offset.
getRegionInterval(OpenDefinitionsDocument, int) - Method in interface edu.rice.cs.drjava.model.RegionManager
Returns the first and last region r where r.getLineStart() <= offset < r.getLineEnd().
getRegionManager() - Method in class edu.rice.cs.drjava.ui.RegionsTreePanel
 
getRegions() - Method in class edu.rice.cs.drjava.model.BrowserHistoryManager
 
getRegions(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.ConcreteRegionManager
 
getRegions() - Method in class edu.rice.cs.drjava.model.ConcreteRegionManager
 
getRegions(OpenDefinitionsDocument) - Method in interface edu.rice.cs.drjava.model.RegionManager
 
getRegions() - Method in interface edu.rice.cs.drjava.model.RegionManager
 
getRegionsOverlapping(OpenDefinitionsDocument, int, int) - Method in class edu.rice.cs.drjava.model.ConcreteRegionManager
Returns the set of regions in the given document that overlap the specified interval [startOffset, endOffset), including degenerate regions [offset, offset) where [offset, offset] is a subset of (startOffset, endOffset).
getRegionsOverlapping(OpenDefinitionsDocument, int, int) - Method in interface edu.rice.cs.drjava.model.RegionManager
Returns the rightmost region starting on the same line containing the specified selection
getRegTree() - Method in class edu.rice.cs.drjava.ui.RegionsTreePanel
 
getRegTreeModel() - Method in class edu.rice.cs.drjava.ui.RegionsTreePanel
 
getRenderer() - Method in interface edu.rice.cs.util.docnavigation.IAWTContainerNavigatorActor
 
getRenderer() - Method in class edu.rice.cs.util.docnavigation.JListNavigator
 
getRenderer() - Method in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
Returns a renderer for this object.
getReplaceWord() - Method in class edu.rice.cs.drjava.model.FindReplaceMachine
 
getRepresentation() - Method in class edu.rice.cs.util.swing.FileDisplay
 
getRequests() - Method in class edu.rice.cs.drjava.model.debug.jpda.DebugAction
Returns the EventRequest corresponding to this DebugAction, if it has been created, null otherwise.
getResource(String) - Method in class edu.rice.cs.drjava.model.DeadClassLoader
 
getRest() - Method in class edu.rice.cs.util.sexp.Cons
 
getResult() - Method in class edu.rice.cs.util.swing.AsyncCompletionArgs
Returns the result of the asynchronous computation performed by the AsyncTask.
getReturnType() - Method in class edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM.DebugMethodContext
 
getRevisionNumber() - Static method in class edu.rice.cs.drjava.Version
 
getRoot() - Method in class edu.rice.cs.util.swing.FileChooser
 
getRootElements() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
getRootElements() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
getRootNode() - Method in class edu.rice.cs.drjava.ui.RegionsTreePanel
 
getRowCount() - Method in class edu.rice.cs.drjava.ui.DebugPanel.StackTableModel
 
getRowCount() - Method in class edu.rice.cs.drjava.ui.DebugPanel.ThreadTableModel
 
getRowCount() - Method in class edu.rice.cs.drjava.ui.DebugPanel.WatchTableModel
 
getRuleName() - Method in class edu.rice.cs.drjava.model.definitions.indent.IndentRuleWithTrace
The rule name to report to _addToIndentTrace
getSavedModDate() - Method in class edu.rice.cs.drjava.project.DocFile
 
getSaveFile(JFileChooser) - Method in class edu.rice.cs.drjava.ui.MainFrame
Prompt the user to select a place to save the current document.
getScroll() - Method in class edu.rice.cs.drjava.project.DocFile
 
getScroll() - Method in interface edu.rice.cs.drjava.project.DocumentInfoGetter
 
getScrollableUnitIncrement(Rectangle, int, int) - Method in class edu.rice.cs.drjava.ui.AbstractDJPane
 
getSDModel() - Method in class edu.rice.cs.drjava.model.SingleDisplayModelTest
Get the instance of the SingleDisplayModel.
getSearchAllDocuments() - Method in class edu.rice.cs.drjava.model.FindReplaceMachine
 
getSearchDirectories() - Method in class edu.rice.cs.drjava.model.JDKDescriptor
Returns a list of directories that should be searched for tools.jar and classes.jar files.
getSearchDirectories() - Method in class edu.rice.cs.drjava.model.JDKDescriptor.None
 
getSearchFiles() - Method in class edu.rice.cs.drjava.model.JDKDescriptor
Returns a list of files that should be searched if they contain a compiler.
getSearchFiles() - Method in class edu.rice.cs.drjava.model.JDKDescriptor.None
 
getSearchSelectionOnly() - Method in class edu.rice.cs.drjava.model.FindReplaceMachine
 
getSecondToLastError() - Method in class edu.rice.cs.drjava.model.repl.InteractionsModel
Return the second to last error, or null if successful.
getSelected() - Method in class edu.rice.cs.drjava.ui.InsertVariableDialog
Return a pair consisting of the name of the property and the property itself.
getSelectedDirectories() - Method in class edu.rice.cs.util.swing.DirectoryChooser
returns which directories were selected in the tree
getSelectedDirectory() - Method in class edu.rice.cs.util.swing.DirectoryChooser
returns which directory was selected in the tree
getSelectedDocuments() - Method in interface edu.rice.cs.util.docnavigation.IDocumentNavigator
 
getSelectedDocuments() - Method in class edu.rice.cs.util.docnavigation.JListNavigator
 
getSelectedDocuments() - Method in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
 
getSelectedErrorPanel() - Method in class edu.rice.cs.drjava.ui.MainFrame
Returns the currently shown error panel if there is one.
getSelectedFolders() - Method in interface edu.rice.cs.util.docnavigation.IDocumentNavigator
 
getSelectedFolders() - Method in class edu.rice.cs.util.docnavigation.JListNavigator
 
getSelectedFolders() - Method in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
 
getSelectedIndex() - Method in class edu.rice.cs.drjava.ui.ErrorPanel.ErrorListPane
Get the index of the current error in the error array.
getSelectedItems() - Method in class edu.rice.cs.util.swing.ScrollableListDialog
Return a list of the selected items.
getSelectedPainter() - Method in class edu.rice.cs.drjava.ui.FindResultsPanel
 
getSelectedRegions() - Method in class edu.rice.cs.drjava.ui.RegionsListPanel
Gets the currently selected regions in the region list, or an empty array if no regions are selected.
getSelectedRegions() - Method in class edu.rice.cs.drjava.ui.RegionsTreePanel
Gets the currently selected regions in the region tree, or an empty array if no regions are selected.
getSelectedStackItem() - Method in class edu.rice.cs.drjava.ui.DebugPanel
Gets the DebugStackData that is currently selected in the stack table
getSelectedThread() - Method in class edu.rice.cs.drjava.ui.DebugPanel
gets the thread that is currently selected in the thread table
getSelectedValue() - Method in class edu.rice.cs.util.swing.FontChooser.NwList
 
getSelectedWatch() - Method in class edu.rice.cs.drjava.ui.DebugPanel
 
getSelection() - Method in class edu.rice.cs.drjava.project.DocFile
 
getSelection() - Method in interface edu.rice.cs.drjava.project.DocumentInfoGetter
 
getSelectionCount() - Method in interface edu.rice.cs.util.docnavigation.IDocumentNavigator
 
getSelectionCount() - Method in class edu.rice.cs.util.docnavigation.JListNavigator
 
getSelectionEnd() - Method in class edu.rice.cs.drjava.ui.DefinitionsPane
 
getSelectionStart() - Method in class edu.rice.cs.drjava.ui.DefinitionsPane
 
getServerUser() - Static method in class edu.rice.cs.drjava.RemoteControlClient
Return the name of the user running the server, or null if no server is running.
getSetting(Option<T>) - Method in class edu.rice.cs.drjava.config.Configuration
Gets the current value of the given Option.
getSetting(Option<T>) - Method in class edu.rice.cs.drjava.config.ResourceBundleConfiguration
Gets the current value of the given Option.
getSharedMaskExtension(List<X>, PredictiveInputModel<X>) - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel.FragmentLineNumStrategy
 
getSharedMaskExtension(List<X>, PredictiveInputModel<X>) - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel.FragmentStrategy
 
getSharedMaskExtension() - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel
Returns the shared mask extension.
getSharedMaskExtension(List<X>, PredictiveInputModel<X>) - Method in interface edu.rice.cs.drjava.ui.predictive.PredictiveInputModel.MatchingStrategy
Returns the shared mask extension for the list of items.
getSharedMaskExtension(List<X>, PredictiveInputModel<X>) - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel.PrefixLineNumStrategy
 
getSharedMaskExtension(List<X>, PredictiveInputModel<X>) - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel.PrefixStrategy
 
getSharedMaskExtension(List<X>, PredictiveInputModel<X>) - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel.RegExLineNumStrategy
 
getSharedMaskExtension(List<X>, PredictiveInputModel<X>) - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel.RegExStrategy
 
getShortFile(File) - Static method in class edu.rice.cs.util.FileOps
On Windows, return an 8.3 file name for the specified file.
getShowDebugConsole() - Static method in class edu.rice.cs.drjava.DrJava
 
getSimpleName(Class<?>) - Static method in class edu.rice.cs.util.StringOps
Returns the simple class name.
getSize() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.Brace
 
getSize() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.Gap
Gets the size of this gap.
getSize() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelControl
Gets the size of the current token.
getSize(ReducedToken, ReducedToken) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelControl
 
getSize() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedToken
Get the size of the token.
getSortedOpenDefinitionsDocuments() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
 
getSortedOpenDefinitionsDocuments() - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
getSourceBinTitle() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Gives the title of the source bin for the navigator.
getSourceBinTitle() - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
getSourceBinTitle() - Method in interface edu.rice.cs.drjava.model.GlobalModel
Gives the title of the source bin for the navigator
getSourceFile(String) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Searches for a file with the given name on the current source roots and the augmented classpath.
getSourceFile(String) - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
getSourceFile(String) - Method in interface edu.rice.cs.drjava.model.GlobalModel
Searches for a file with the given name on the current source roots and the augmented classpath.
getSourceFileExtensions() - Method in interface edu.rice.cs.drjava.model.compiler.CompilerInterface
Return the set of source file extensions that this compiler supports.
getSourceFileExtensions() - Method in class edu.rice.cs.drjava.model.compiler.JavacCompiler
Return the set of source file extensions that this compiler supports.
getSourceFileExtensions() - Method in class edu.rice.cs.drjava.model.compiler.NoCompilerAvailable
Return the set of source file extensions that this compiler supports.
getSourceFileExtensions() - Static method in class edu.rice.cs.drjava.model.DrJavaFileUtils
Return the set of source file extensions that this compiler supports.
getSourceFileFilter() - Method in class edu.rice.cs.drjava.ui.MainFrame
 
getSourceFiles() - Method in interface edu.rice.cs.drjava.project.ProjectFileIR
 
getSourceFiles() - Method in class edu.rice.cs.drjava.project.ProjectProfile
 
getSourceRoot() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
Finds the root directory for the source file for this document; null if document is Untitled.
getSourceRoot() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
getSourceRoot() - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
Finds the root directory of the source files.
getSourceRootSet() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Gets an array of all sourceRoots for the open definitions documents, without duplicates.
getSourceRootSet() - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
getSourceRootSet() - Method in interface edu.rice.cs.drjava.model.GlobalModel
Gets a list of all sourceRoots for the open definitions documents, without duplicates.
getSpan(GlyphView, int, int, TabExpander, float) - Method in class edu.rice.cs.drjava.model.definitions.ColoringGlyphPainter
Determines the span the glyphs given a start location (for tab expansion).
getStackTrace(Throwable) - Static method in class edu.rice.cs.util.StringOps
Gets the stack trace of the given Throwable as a String.
getStackTrace() - Static method in class edu.rice.cs.util.StringOps
Gets the stack trace of the current code.
getStartOffset() - Method in class edu.rice.cs.drjava.model.BrowserDocumentRegion
 
getStartOffset() - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDABreakpoint
Accessor for the offset of this breakpoint's start position
getStartOffset() - Method in class edu.rice.cs.drjava.model.DocumentRegion
 
getStartOffset() - Method in class edu.rice.cs.drjava.model.DummyDocumentRegion
 
getStartOffset() - Method in interface edu.rice.cs.drjava.model.FileRegion
Copied from Region*.
getStartOffset() - Method in class edu.rice.cs.drjava.model.MovingDocumentRegion
 
getStartOffset() - Method in interface edu.rice.cs.drjava.model.Region
 
getStartOffset() - Method in class edu.rice.cs.drjava.ui.ReverseHighlighter.HighlightInfo
 
getStartOffset() - Method in class edu.rice.cs.util.swing.HighlightManager.HighlightInfo
Accessor for the starting offset of this highlight
getStartPos() - Method in class edu.rice.cs.drjava.model.compiler.CompilerErrorModel.StartAndEndIndex
 
getStartPosition() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
The following two methods are in javax.swing.Document.
getStartPosition() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
getStartUpBanner() - Method in class edu.rice.cs.drjava.model.repl.InteractionsModel
 
getStartupException() - Method in class edu.rice.cs.drjava.config.Configuration
Returns the exception caught during startUp, or null if none were caught.
getState() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.AbstractReducedModel
 
getState() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.HighlightStatus
Get the coloring state of this block.
getState() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedToken
Get the shadowing state of the token.
getState() - Method in class edu.rice.cs.util.BalancingStreamTokenizer
Return a copy of the current state of the tokenizer.
getStateAtCurrent() - Method in class edu.rice.cs.drjava.model.AbstractDJDocument
Assumes that read lock and reduced lock are already held.
getStateAtCurrent() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
getStateAtCurrent() - Method in interface edu.rice.cs.drjava.model.definitions.reducedmodel.BraceReduction
Get the state of the token at the current cursor position.
getStateAtCurrent() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelComment
Returns the state of the _cursor iterator.
getStateAtCurrent() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelControl
Gets the shadowing state at the current caret position.
getStateAtCurrent() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.TokenList.Iterator
Returns the current commented/quoted state at the cursor.
getStateAtCurrent() - Method in interface edu.rice.cs.drjava.model.DJDocument
 
getStateAtCurrent() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
getStatus() - Method in class edu.rice.cs.drjava.model.debug.DebugThreadData
Returns the status of this thread (at the time of this object's construction)
getStatusColor() - Method in class edu.rice.cs.drjava.ui.JUnitPanel.JUnitProgressBar
 
getStatusMessage() - Method in class edu.rice.cs.drjava.ui.MainFrame
For test purposes only.
getStatusText() - Method in class edu.rice.cs.drjava.ui.DebugPanel
 
getStreamIndex() - Method in class edu.rice.cs.util.JoinInputStream
Get index of thread from which data was retrieved in last read operation.
getString(OptionParser<T>) - Method in class edu.rice.cs.drjava.config.DefaultOptionMap
 
getString(DefaultOptionMap) - Method in class edu.rice.cs.drjava.config.Option
Uses format() and getOption() so that any changes in format will automatically be applied to getString().
getString(OptionParser<T>) - Method in interface edu.rice.cs.drjava.config.OptionMap
 
getString(DefaultOptionMap) - Method in class edu.rice.cs.drjava.config.OptionParser
 
getString() - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDABreakpoint
Returns the String used on the JTree label for this breakpoint.
getString() - Method in class edu.rice.cs.drjava.model.DocumentRegion
Throws exception indicating that getString() is not supported.
getString() - Method in class edu.rice.cs.drjava.model.MovingDocumentRegion
 
getString() - Method in interface edu.rice.cs.drjava.model.OrderedDocumentRegion
 
getStringAfterDate(String) - Static method in class edu.rice.cs.util.LogTest
Returns the string after the date; returns null if there is no date.
getStrings() - Method in class edu.rice.cs.drjava.model.ClipboardHistoryModel
Return a copy of the history of strings.
getStyle(String) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
getStyle(String) - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
getStyles() - Method in class edu.rice.cs.drjava.model.repl.InteractionsDJDocument
Accessor method used to copy contents of _stylesList to an array.
getSuggestedFileExtension() - Method in interface edu.rice.cs.drjava.model.compiler.CompilerInterface
Return the suggested file extension that will be appended to a file without extension.
getSuggestedFileExtension() - Method in class edu.rice.cs.drjava.model.compiler.JavacCompiler
Return the suggested file extension that will be appended to a file without extension.
getSuggestedFileExtension() - Method in class edu.rice.cs.drjava.model.compiler.NoCompilerAvailable
Return the suggested file extension that will be appended to a file without extension.
getSuggestedFileExtension() - Static method in class edu.rice.cs.drjava.model.DrJavaFileUtils
Return the suggested file extension that will be appended to a file without extension.
getSuggestedFileExtension() - Method in class edu.rice.cs.drjava.ui.MainFrame
Return the suggested file extension that will be appended to a file without extension.
getSurveyURL() - Static method in class edu.rice.cs.drjava.ui.DrJavaSurveyPopup
Return the URL that would be used to answer the DrJava survey.
getSwingConsoleDocument() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
 
getSwingConsoleDocument() - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
getSwingConsoleDocument() - Method in interface edu.rice.cs.drjava.model.GlobalModel
TODO: remove this swing dependency.
getSwingInteractionsDocument() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
throws UnsupportedOperationException
getSwingInteractionsDocument() - Method in class edu.rice.cs.drjava.model.DefaultGlobalModel
 
getSwingInteractionsDocument() - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
getSwingInteractionsDocument() - Method in interface edu.rice.cs.drjava.model.GlobalModel
TODO: remove this swing dependency.
getSystemAndDrJavaInfo() - Static method in class edu.rice.cs.drjava.ui.DrJavaErrorWindow
Return a string with the system properties, the DrJava configuration file contents, and information about memory.
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class edu.rice.cs.drjava.ui.config.VectorOptionComponent.ButtonEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class edu.rice.cs.drjava.ui.DebugPanel.WatchEditor
Overrides the default editor component to use proper coloring.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class edu.rice.cs.drjava.ui.config.VectorOptionComponent.ComponentCellRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class edu.rice.cs.drjava.ui.DebugPanel.WatchRenderer
Overrides the default rederer component to use proper coloring.
getTableHeight() - Method in class edu.rice.cs.drjava.ui.config.VectorOptionComponent
Return the required height of the table.
getTailSet(R) - Method in class edu.rice.cs.drjava.model.ConcreteRegionManager
Gets the sorted set of regions greater than or equal to r.
getTailSet(R) - Method in interface edu.rice.cs.drjava.model.RegionManager
Gets the sorted set of regions greater than or equal to r.
getTargetFile() - Method in class edu.rice.cs.util.FileOps.DefaultFileSaver
 
getTargetFile() - Method in interface edu.rice.cs.util.FileOps.FileSaver
This method specifies the file for saving.
getter - Variable in class edu.rice.cs.drjava.model.compiler.CompilerErrorModelTest
 
getText() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
Gets the text of this.
getText(int, int) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
Gets the specified substring of this.
getText(int, int, Segment) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
getText() - Method in interface edu.rice.cs.drjava.model.cache.DCacheAdapter
 
getText(int, int) - Method in interface edu.rice.cs.drjava.model.cache.DCacheAdapter
 
getText() - Method in interface edu.rice.cs.drjava.model.cache.DDReconstructor
Returns the string text for document that has been kicked out; null otherwise.
getText() - Method in class edu.rice.cs.drjava.model.cache.DocumentCache.DocManager
Gets the text of this document using the cached reconstructor if document is not resident or it is unchanged.
getText(int, int) - Method in class edu.rice.cs.drjava.model.cache.DocumentCache.DocManager
 
getText() - Method in interface edu.rice.cs.drjava.model.DJDocument
Gets the entire text of the document.
getText(int, int) - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
getText(int, int, Segment) - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
getText() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
getText() - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputFrame
Return the string that was entered in the text field.
getText() - Method in class edu.rice.cs.util.sexp.TextAtom
 
getText() - Method in class edu.rice.cs.util.sexp.Tokens.SExpToken
 
getText() - Method in class edu.rice.cs.util.swing.FileSelectorStringComponent
Returns the string in the text field.
getText(int, int) - Method in interface edu.rice.cs.util.text.AbstractDocumentInterface
 
getText() - Method in interface edu.rice.cs.util.text.AbstractDocumentInterface
 
getText() - Method in class edu.rice.cs.util.text.ConsoleDocument
Returns the entire text of the document.
getText() - Method in class edu.rice.cs.util.text.SwingDocument
Gets the document text; this method is threadsafe.
getTextField() - Method in class edu.rice.cs.util.swing.FileSelectorStringComponent
Returns the file text field.
getTextFor(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.ui.RecentDocFrame
 
getThemes() - Static method in class edu.rice.cs.drjava.config.OptionConstants.PlasticThemes
 
getThickness() - Method in class edu.rice.cs.drjava.ui.ReverseHighlighter.DefaultFrameHighlightPainter
 
getThickness() - Method in class edu.rice.cs.drjava.ui.ReverseHighlighter.DefaultUnderlineHighlightPainter
 
getThis() - Method in class edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM.DebugMethodContext
 
getThis(String) - Method in class edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM.DebugMethodContext
 
getThread() - Method in class edu.rice.cs.drjava.model.MultiThreadedTestCase.ExceptionHandler
 
getThreadAt(int) - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Returns the suspended thread at the current index of the stack.
getTimestamp() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
Returns the timestamp.
getTimestamp() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
getTimestamp() - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
Returns the date that this document was last modified.
getTitle() - Method in class edu.rice.cs.drjava.ui.config.ConfigPanel
 
getTitle() - Method in class edu.rice.cs.drjava.ui.RegionsTreePanel
 
getToken() - Method in class edu.rice.cs.util.sexp.Lexer
Performs a nextToken() operation from StreamTokenizer except for throwing an unchecked LexingException instead of a checked IOException
getToolsPackages() - Method in class edu.rice.cs.drjava.model.JDKDescriptor
Packages to shadow when loading a new tools.jar.
getToolsPackages() - Method in class edu.rice.cs.drjava.model.JDKDescriptor.None
 
getToolTipText() - Method in interface edu.rice.cs.drjava.ui.predictive.PredictiveInputFrame.CloseAction
 
getToolTipText() - Method in class edu.rice.cs.drjava.ui.RegionsTreePanel.RegionRenderer
Overridden version of getToolTipText that evaluates a thunk if necessary.
getTrace() - Static method in class edu.rice.cs.drjava.model.definitions.indent.IndentRuleWithTrace
 
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class edu.rice.cs.drjava.ui.RegionsTreePanel.RegionRenderer
Overrides the default renderer component to use proper coloring.
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class edu.rice.cs.util.docnavigation.JTreeSortNavigator.CustomTreeCellRenderer
Rreturns the component for a cell
getType() - Method in class edu.rice.cs.drjava.model.debug.DebugWatchData
Returns the type of this field or variable in the current context.
getType() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.Brace
Get the text of the brace.
getType() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.Gap
Gets the token type.
getType() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelControl
Get a string representation of the current token's type.
getType() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedToken
Get the type of the token.
getUndoableEditListeners() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
getUndoableEditListeners() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
getUndoableEditListeners() - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
 
getUndoAction() - Method in class edu.rice.cs.drjava.ui.DefinitionsPane
 
getUndoAction() - Method in class edu.rice.cs.drjava.ui.InteractionsController
 
getUndoAction() - Method in class edu.rice.cs.drjava.ui.InteractionsController.InputBox
 
getUndoAction() - Method in class edu.rice.cs.drjava.ui.InteractionsPane
 
getUndoManager() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
Decorator pattern for the definitions document.
getUndoManager() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
Getter method for CompoundUndoManager
getUndoManager() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
Decorator pattern for the definitions document
getUndoManager() - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
 
getUndoManager() - Method in class edu.rice.cs.drjava.model.repl.InteractionsDJDocument
Getter method for CompoundUndoManager
getUndoPresentationName() - Method in class edu.rice.cs.drjava.model.definitions.CompoundUndoManager
Returns the presentation name for this undo, or delegates to super if none is available
getUniqueID() - Method in class edu.rice.cs.drjava.model.debug.DebugThreadData
 
getUniqueMatch(String, PredictiveInputModel<MainFrameStatics.GoToFileListEntry>) - Method in class edu.rice.cs.drjava.ui.ExternalProcessPanel
Return the unique match for the mask, or null if no match found or not unique.
getURL() - Method in class edu.rice.cs.drjava.ui.MainFrameStatics.JavaAPIListEntry
 
getUserObjForRegion(R) - Method in class edu.rice.cs.drjava.ui.RegionsListPanel
 
getValidDirectory(File) - Static method in class edu.rice.cs.util.FileOps
Return a valid directory for use, i.e.
getValue() - Method in class edu.rice.cs.drjava.model.debug.DebugWatchData
Returns the most recently determined value for this field or variable.
getValue() - Method in class edu.rice.cs.drjava.ui.config.VectorOptionComponent
Accessor to the current contents of the table.
getValue() - Method in class edu.rice.cs.util.sexp.BoolAtom
 
getValue() - Method in class edu.rice.cs.util.sexp.Tokens.BooleanToken
 
getValue() - Method in class edu.rice.cs.util.sexp.Tokens.NumberToken
 
getValue(String) - Method in class edu.rice.cs.util.swing.DelegatingAction
Returns value of the key, from delegatee is it's in DelegatingAction.KEYS_TO_DELEGATE or from this if not.
getValue() - Method in class edu.rice.cs.util.swing.SwingWorker
Gets the value produced by the worker thread, or null if it hasn't been constructed yet.
getValueAt(int, int) - Method in class edu.rice.cs.drjava.ui.DebugPanel.StackTableModel
 
getValueAt(int, int) - Method in class edu.rice.cs.drjava.ui.DebugPanel.ThreadTableModel
 
getValueAt(int, int) - Method in class edu.rice.cs.drjava.ui.DebugPanel.WatchTableModel
 
getVariable(String) - Method in class edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM
Gets the value and type string of the variable with the given name in the current interpreter.
getVariableToString(String) - Method in class edu.rice.cs.drjava.model.repl.InteractionsModel
Gets the string representation of the value of a variable in the current interpreter.
getVariableToString(String) - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelTest.TestInteractionsModel
 
getVariableToString(String) - Method in class edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM
Gets the string representation of the value of a variable in the current interpreter.
getVariableToString(String) - Method in interface edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVMRemoteI
Gets the string representation of the value of a variable in the current interpreter.
getVariableToString(String) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM
Gets the string representation of the value of a variable in the current interpreter, or "none" if the remote JVM is unavailable or an error occurs.
getVariableToString(String) - Method in class edu.rice.cs.drjava.model.repl.RMIInteractionsModel
Gets the string representation of the value of a variable in the current interpreter.
getVariableToString(String) - Method in class edu.rice.cs.drjava.model.repl.SimpleInteractionsModel
Gets the string representation of the value of a variable in the current interpreter.
getVariableValue(String) - Method in class edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM
Gets the value of the variable with the given name in the current interpreter.
getVersionString() - Static method in class edu.rice.cs.drjava.Version
 
getVerticalScroll() - Method in class edu.rice.cs.drjava.ui.DefinitionsPane
 
getViewFactory() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsEditorKit
We want to use our ColoringView to render text, so here we return a factory that creates ColoringViews.
getViewFactory() - Method in class edu.rice.cs.drjava.model.repl.InteractionsEditorKit
We want to use our ColoringView to render text, so here we return a factory that creates ColoringViews.
getVM() - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Accessor for the _vm field.
getWatches() - Method in interface edu.rice.cs.drjava.model.debug.Debugger
Returns all currently watched fields and variables.
getWatches() - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Returns all currently watched fields and variables.
getWatches() - Method in class edu.rice.cs.drjava.model.debug.NoDebuggerAvailable
Returns all currently watched fields and variables.
getWatches() - Method in interface edu.rice.cs.drjava.project.ProjectFileIR
 
getWatches() - Method in class edu.rice.cs.drjava.project.ProjectProfile
 
getWidth() - Method in class edu.rice.cs.drjava.ui.PreviewFrame.PagePreview
 
getWorkingDirectory() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.FlatFileGroupingState
 
getWorkingDirectory() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
 
getWorkingDirectory() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ProjectFileGroupingState
 
getWorkingDirectory() - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
getWorkingDirectory() - Method in interface edu.rice.cs.drjava.model.FileGroupingState
Returns the working directory for the slave (interactions pane) JVM.
getWorkingDirectory() - Method in interface edu.rice.cs.drjava.model.GlobalModel
 
getWorkingDirectory() - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestGlobalModel
 
getWorkingDirectory() - Method in class edu.rice.cs.drjava.model.repl.InteractionsModel
Returns the working directory for the current interpreter.
getWorkingDirectory() - Method in interface edu.rice.cs.drjava.project.ProjectFileIR
 
getWorkingDirectory() - Method in class edu.rice.cs.drjava.project.ProjectProfile
 
getWrapped() - Method in class edu.rice.cs.drjava.model.FindResult
Returns true if the search wrapped to the beginning (or end) of the document
getWrappedPositionOffsets() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
Remove all positions that have been garbage-collected from the list of positions, then return a weakly-linked hashmap with positions and their current offsets.
getXOffsets() - Method in class edu.rice.cs.util.swing.LayeredIcon
 
getYOffsets() - Method in class edu.rice.cs.util.swing.LayeredIcon
 
GlobalEventNotifier - Class in edu.rice.cs.drjava.model
Keeps track of all listeners to the model, and has the ability to notify them of some event.
GlobalEventNotifier() - Constructor for class edu.rice.cs.drjava.model.GlobalEventNotifier
 
GlobalEventNotifier.Notifier - Class in edu.rice.cs.drjava.model
Deprecated. Use listener methods directly instead.
GlobalEventNotifier.Notifier() - Constructor for class edu.rice.cs.drjava.model.GlobalEventNotifier.Notifier
Deprecated.  
GlobalEventNotifier.Poller - Class in edu.rice.cs.drjava.model
Deprecated. Use listener methods directly instead.
GlobalEventNotifier.Poller() - Constructor for class edu.rice.cs.drjava.model.GlobalEventNotifier.Poller
Deprecated.  
GlobalIndentTest - Class in edu.rice.cs.drjava.model
Tests the indenting functionality on the level of the GlobalModel.
GlobalIndentTest() - Constructor for class edu.rice.cs.drjava.model.GlobalIndentTest
 
GlobalModel - Interface in edu.rice.cs.drjava.model
Handles the bulk of DrJava's program logic.
GlobalModelCompileErrorsTest - Class in edu.rice.cs.drjava.model
Tests to ensure that compilation fails when expected, and that the errors are reported correctly.
GlobalModelCompileErrorsTest() - Constructor for class edu.rice.cs.drjava.model.GlobalModelCompileErrorsTest
 
GlobalModelCompileIOTest - Class in edu.rice.cs.drjava.model
Tests to ensure that compilation interacts with files correctly.
GlobalModelCompileIOTest() - Constructor for class edu.rice.cs.drjava.model.GlobalModelCompileIOTest
 
GlobalModelCompileSuccessOptionsTest - Class in edu.rice.cs.drjava.model
Tests to ensure that compilation succeeds when expected.
GlobalModelCompileSuccessOptionsTest() - Constructor for class edu.rice.cs.drjava.model.GlobalModelCompileSuccessOptionsTest
 
GlobalModelCompileSuccessTest - Class in edu.rice.cs.drjava.model
Tests to ensure that compilation succeeds when expected.
GlobalModelCompileSuccessTest() - Constructor for class edu.rice.cs.drjava.model.GlobalModelCompileSuccessTest
 
GlobalModelCompileSuccessTestCase - Class in edu.rice.cs.drjava.model
Tests to ensure that compilation succeeds when expected.
GlobalModelCompileSuccessTestCase() - Constructor for class edu.rice.cs.drjava.model.GlobalModelCompileSuccessTestCase
 
GlobalModelCompileTest - Class in edu.rice.cs.drjava.model
Tests to ensure that compilation behaves correctly in border cases.
GlobalModelCompileTest() - Constructor for class edu.rice.cs.drjava.model.GlobalModelCompileTest
 
GlobalModelIOTest - Class in edu.rice.cs.drjava.model
Test I/O functions of the global model.
GlobalModelIOTest() - Constructor for class edu.rice.cs.drjava.model.GlobalModelIOTest
 
GlobalModelIOTest.TestFileIOListener - Class in edu.rice.cs.drjava.model
 
GlobalModelIOTest.TestFileIOListener(File) - Constructor for class edu.rice.cs.drjava.model.GlobalModelIOTest.TestFileIOListener
 
GlobalModelIOTest.TestIOListener - Class in edu.rice.cs.drjava.model
 
GlobalModelIOTest.TestIOListener() - Constructor for class edu.rice.cs.drjava.model.GlobalModelIOTest.TestIOListener
 
GlobalModelJUnitTest - Class in edu.rice.cs.drjava.model
A test of Junit testing support in the GlobalModel.
GlobalModelJUnitTest() - Constructor for class edu.rice.cs.drjava.model.GlobalModelJUnitTest
 
GlobalModelJUnitTest.JUnitCompileBeforeTestListener - Class in edu.rice.cs.drjava.model
Tests that testing an uncompiled but correct group of files will first compile and then run test.
GlobalModelJUnitTest.JUnitCompileBeforeTestListener() - Constructor for class edu.rice.cs.drjava.model.GlobalModelJUnitTest.JUnitCompileBeforeTestListener
 
GlobalModelListener - Interface in edu.rice.cs.drjava.model
An interface for responding to events generated by the GlobalModel.
GlobalModelOtherTest - Class in edu.rice.cs.drjava.model
A test on the GlobalModel that does deals with everything outside of simple file operations, e.g., compile, quit.
GlobalModelOtherTest() - Constructor for class edu.rice.cs.drjava.model.GlobalModelOtherTest
 
GlobalModelTestCase - Class in edu.rice.cs.drjava.model
Base class for tests over the GlobalModel.
GlobalModelTestCase() - Constructor for class edu.rice.cs.drjava.model.GlobalModelTestCase
 
GlobalModelTestCase.CancelingSelector - Class in edu.rice.cs.drjava.model
 
GlobalModelTestCase.CancelingSelector() - Constructor for class edu.rice.cs.drjava.model.GlobalModelTestCase.CancelingSelector
 
GlobalModelTestCase.CompileShouldFailListener - Class in edu.rice.cs.drjava.model
A model listener for situations expecting a compilation to fail.
GlobalModelTestCase.CompileShouldFailListener() - Constructor for class edu.rice.cs.drjava.model.GlobalModelTestCase.CompileShouldFailListener
 
GlobalModelTestCase.CompileShouldSucceedListener - Class in edu.rice.cs.drjava.model
A model listener for situations expecting a compilation to succeed.
GlobalModelTestCase.CompileShouldSucceedListener() - Constructor for class edu.rice.cs.drjava.model.GlobalModelTestCase.CompileShouldSucceedListener
 
GlobalModelTestCase.FileMovedWarningException - Exception in edu.rice.cs.drjava.model
 
GlobalModelTestCase.FileMovedWarningException() - Constructor for exception edu.rice.cs.drjava.model.GlobalModelTestCase.FileMovedWarningException
 
GlobalModelTestCase.FileSelector - Class in edu.rice.cs.drjava.model
This class is used by several test cases in Compile Tests that expect incorrect behavior concerning the saving of files.
GlobalModelTestCase.FileSelector(File) - Constructor for class edu.rice.cs.drjava.model.GlobalModelTestCase.FileSelector
 
GlobalModelTestCase.FileSelector(File, File) - Constructor for class edu.rice.cs.drjava.model.GlobalModelTestCase.FileSelector
 
GlobalModelTestCase.InteractionListener - Class in edu.rice.cs.drjava.model
 
GlobalModelTestCase.InteractionListener() - Constructor for class edu.rice.cs.drjava.model.GlobalModelTestCase.InteractionListener
 
GlobalModelTestCase.JUnitNonTestListener - Class in edu.rice.cs.drjava.model
Listener class for failing JUnit invocation.
GlobalModelTestCase.JUnitNonTestListener() - Constructor for class edu.rice.cs.drjava.model.GlobalModelTestCase.JUnitNonTestListener
 
GlobalModelTestCase.JUnitNonTestListener(boolean) - Constructor for class edu.rice.cs.drjava.model.GlobalModelTestCase.JUnitNonTestListener
 
GlobalModelTestCase.JUnitTestListener - Class in edu.rice.cs.drjava.model
 
GlobalModelTestCase.JUnitTestListener() - Constructor for class edu.rice.cs.drjava.model.GlobalModelTestCase.JUnitTestListener
Construct JUnitTestListener without resetting interactions
GlobalModelTestCase.JUnitTestListener(boolean) - Constructor for class edu.rice.cs.drjava.model.GlobalModelTestCase.JUnitTestListener
 
GlobalModelTestCase.OpenWarningException - Exception in edu.rice.cs.drjava.model
 
GlobalModelTestCase.OpenWarningException() - Constructor for exception edu.rice.cs.drjava.model.GlobalModelTestCase.OpenWarningException
 
GlobalModelTestCase.OverwriteException - Exception in edu.rice.cs.drjava.model
 
GlobalModelTestCase.OverwriteException() - Constructor for exception edu.rice.cs.drjava.model.GlobalModelTestCase.OverwriteException
 
GlobalModelTestCase.SaveCopyFileSelector - Class in edu.rice.cs.drjava.model
 
GlobalModelTestCase.SaveCopyFileSelector(File) - Constructor for class edu.rice.cs.drjava.model.GlobalModelTestCase.SaveCopyFileSelector
 
GlobalModelTestCase.SaveCopyFileSelector(File, File) - Constructor for class edu.rice.cs.drjava.model.GlobalModelTestCase.SaveCopyFileSelector
 
GlobalModelTestCase.TestGlobalModel - Class in edu.rice.cs.drjava.model
 
GlobalModelTestCase.TestGlobalModel() - Constructor for class edu.rice.cs.drjava.model.GlobalModelTestCase.TestGlobalModel
 
GlobalModelTestCase.TestListener - Class in edu.rice.cs.drjava.model
A GlobalModelListener for testing.
GlobalModelTestCase.TestListener() - Constructor for class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
GlobalModelTestCase.WarningFileSelector - Class in edu.rice.cs.drjava.model
 
GlobalModelTestCase.WarningFileSelector(File) - Constructor for class edu.rice.cs.drjava.model.GlobalModelTestCase.WarningFileSelector
 
gotoEndAction - Variable in class edu.rice.cs.drjava.ui.AbstractConsoleController
Goes to the end of the current input line.
gotoFileMatchingMask(String) - Method in class edu.rice.cs.drjava.ui.MainFrame
Goes to the file matching the specified mask.
gotoLine(int) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
Moves the definitions document to the given line, and returns the resulting character position.
gotoLine(int) - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
Goes to a particular line in the document.
gotoLine(int) - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
gotoLine(int) - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
Moves the definitions document to the given line, and returns the resulting character position.
goToNextRegion() - Method in class edu.rice.cs.drjava.ui.RegionsTreePanel
Go to next region.
goToPreviousRegion() - Method in class edu.rice.cs.drjava.ui.RegionsTreePanel
Go to previous region.
gotoPromptPosAction - Variable in class edu.rice.cs.drjava.ui.AbstractConsoleController
Moves the caret to the prompt.
goToRegion() - Method in class edu.rice.cs.drjava.ui.BreakpointsPanel
Go to region.
goToRegion() - Method in class edu.rice.cs.drjava.ui.FindResultsPanel
Go to region.
goToRegion() - Method in class edu.rice.cs.drjava.ui.RegionsListPanel
Go to region.
goToRegion() - Method in class edu.rice.cs.drjava.ui.RegionsTreePanel
Go to region.
goToRegionAndHighlight(IDocumentRegion) - Method in class edu.rice.cs.drjava.ui.MainFrame
 
GroupNode<ItemT extends INavigatorItem> - Class in edu.rice.cs.util.docnavigation
 
GroupNode(String, INavigatorItemFilter<? super ItemT>) - Constructor for class edu.rice.cs.util.docnavigation.GroupNode
 
GroupNotSelectedException - Exception in edu.rice.cs.util.docnavigation
 
GroupNotSelectedException(String) - Constructor for exception edu.rice.cs.util.docnavigation.GroupNotSelectedException
 
grow(int) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.Brace
Braces can't grow.
grow(int) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.Gap
Increases the size of the gap.
grow(int) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedToken
Increases the size of the gap.
guessVersion(File, JDKDescriptor) - Static method in class edu.rice.cs.drjava.model.JarJDKToolsLibrary
 
guessVersion(File) - Method in class edu.rice.cs.drjava.model.JDKDescriptor
Return the guessed version for the compiler in the specified file (jar file or directory).
GUIAvailabilityListener - Interface in edu.rice.cs.drjava.ui.avail
An interface for responding to events that change GUI availability, i.e.
GUIAvailabilityListener.ComponentType - Enum in edu.rice.cs.drjava.ui.avail
 
GUIAvailabilityListener.ComponentType() - Constructor for enum edu.rice.cs.drjava.ui.avail.GUIAvailabilityListener.ComponentType
 
GUIAvailabilityNotifier - Class in edu.rice.cs.drjava.ui.avail
Keeps track of all listeners to GUI availability.
GUIAvailabilityNotifier() - Constructor for class edu.rice.cs.drjava.ui.avail.GUIAvailabilityNotifier
Create a new notifier with all components available.

H

hadStartupException() - Method in class edu.rice.cs.drjava.config.Configuration
Returns whether there were any exceptions when starting.
handleAlreadyOpenDocument(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.DummyGlobalModelListener
 
handleAlreadyOpenDocument(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.GlobalEventNotifier
Performs any UI related steps to handle the case in which a file is being opened that is already open and modified.
handleAlreadyOpenDocument(OpenDefinitionsDocument) - Method in interface edu.rice.cs.drjava.model.GlobalModelListener
Performs any UI related steps to handle the case in which a file is being opened that is already open and modified.
handleAlreadyOpenDocument(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
handleAlreadyOpenDocument(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.ui.MainFrame.ModelListener
 
handleCommandLineArgs(String[]) - Static method in class edu.rice.cs.drjava.DrJava
Handles any command line arguments that have been specified.
handleDisconnectedException() - Method in class edu.rice.cs.drjava.model.debug.jpda.EventHandlerThread
Responds when a VMDisconnectedException occurs while dealing with another event.
handleEvent(Event) - Method in class edu.rice.cs.drjava.model.debug.jpda.EventHandlerThread
Processes a given event from JPDA.
handleRemoteOpenFile(File, int) - Static method in class edu.rice.cs.drjava.DrJavaRoot
Handles an "open file" request, either from the remote control server or the operating system.
handleRemoteOpenFile(File, int) - Method in class edu.rice.cs.drjava.ui.MainFrame
Handles an "open file" request, either from the remote control server or the operating system.
handleSlaveConnected(SlaveRemote) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM
Callback for when the slave JVM has connected, and the bidirectional communications link has been established.
handleSlaveConnected(SlaveRemote) - Method in class edu.rice.cs.util.newjvm.AbstractMasterJVM
Callback for when the slave JVM has connected, and the bidirectional communications link has been established.
handleSlaveConnected(SlaveRemote) - Method in class edu.rice.cs.util.newjvm.IntegratedMasterSlaveTest.TestMasterJVM
 
handleSlaveQuit(int) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM
Callback for when the slave JVM has quit.
handleSlaveQuit(int) - Method in class edu.rice.cs.util.newjvm.AbstractMasterJVM
Callback for when the slave JVM has quit.
handleSlaveQuit(int) - Method in class edu.rice.cs.util.newjvm.IntegratedMasterSlaveTest.TestMasterJVM
 
handleSlaveWontStart(Exception) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM
Callback for when the slave JVM fails to either run or respond to SlaveRemote.start(edu.rice.cs.util.newjvm.MasterRemote).
handleSlaveWontStart(Exception) - Method in class edu.rice.cs.util.newjvm.AbstractMasterJVM
Callback for when the slave JVM fails to either run or respond to SlaveRemote.start(edu.rice.cs.util.newjvm.MasterRemote).
handleSlaveWontStart(Exception) - Method in class edu.rice.cs.util.newjvm.IntegratedMasterSlaveTest.TestMasterJVM
 
handleStart(MasterRemote) - Method in class edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM
Actions to perform when this JVM is started (through its superclass, AbstractSlaveJVM).
handleStart(MasterRemote) - Method in class edu.rice.cs.util.newjvm.AbstractSlaveJVM
Called when the slave JVM has started running.
handleStart(MasterRemote) - Method in class edu.rice.cs.util.newjvm.IntegratedMasterSlaveTest.CounterSlave
 
handleValueResult(String) - Method in class edu.rice.cs.drjava.model.repl.newjvm.NewJVMTest.TestJVMExtension.TestResultHandler
 
HAS_MULTIPLE_TESTS_PASS_TEXT - Static variable in class edu.rice.cs.drjava.model.GlobalModelJUnitTest
 
hasClearedEventQueue - Variable in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
hasDecimals() - Method in class edu.rice.cs.util.sexp.NumberAtom
 
hasErrorsWithPositions(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.compiler.CompilerErrorModel
This function tells if there are errors with source locations associated with the given file.
hashCode() - Method in class edu.rice.cs.drjava.config.DrJavaProperty
 
hashCode() - Method in class edu.rice.cs.drjava.model.BrowserDocumentRegion
This hash function is consistent with equals.
hashCode() - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger.DelegatingLocation
 
hashCode() - Method in class edu.rice.cs.drjava.model.DefaultGlobalModel.LibraryKey
 
hashCode() - Method in class edu.rice.cs.drjava.model.Query.AbstractEnclosingBrace
 
hashCode() - Method in class edu.rice.cs.drjava.model.Query.AnonymousInnerClass
 
hashCode() - Method in class edu.rice.cs.drjava.model.Query.CharArrayAndFlag
 
hashCode() - Method in class edu.rice.cs.drjava.model.Query.CharOnLine
 
hashCode() - Method in class edu.rice.cs.drjava.model.Query.EnclosingClassName
 
hashCode() - Method in class edu.rice.cs.drjava.model.Query.IndentOfCurrStmt
 
hashCode() - Method in class edu.rice.cs.drjava.model.Query.Pos
 
hashCode() - Method in class edu.rice.cs.drjava.model.Query.PrevCharPos
 
hashCode() - Method in class edu.rice.cs.drjava.ui.MainFrameStatics.AutoCompletePopupEntry
 
hashCode() - Method in class edu.rice.cs.drjava.ui.ProjectAdvancedPropertiesFrame.PreferencesRecord
 
hashCode() - Method in class edu.rice.cs.util.FileOps.NullFile
 
hashCode() - Method in class edu.rice.cs.util.sexp.Tokens.SExpToken
 
hashCode() - Method in class edu.rice.cs.util.swing.HighlightManager.HighlightInfo
Overrides hashCode() for consistency with override of equals(...)
hasHistoryNext() - Method in class edu.rice.cs.drjava.model.repl.InteractionsDocument
Returns whether there is a next command in the history.
hasHistoryPrevious() - Method in class edu.rice.cs.drjava.model.repl.InteractionsDocument
Returns whether there is a previous command in the history.
hasModifiedDocuments() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Checks if any open definitions documents have been modified since last being saved.
hasModifiedDocuments(List<OpenDefinitionsDocument>) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Checks if any given documents have been modified since last being saved.
hasModifiedDocuments() - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
hasModifiedDocuments(List<OpenDefinitionsDocument>) - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
hasModifiedDocuments() - Method in interface edu.rice.cs.drjava.model.GlobalModel
Checks if any open definitions documents have been modified since last being saved.
hasModifiedDocuments(List<OpenDefinitionsDocument>) - Method in interface edu.rice.cs.drjava.model.GlobalModel
Checks if any of the given documents have been modified since last being saved.
hasNext() - Method in class edu.rice.cs.drjava.model.repl.History
Returns whether moveNext() would succeed right now.
hasNextError() - Method in class edu.rice.cs.drjava.ui.ErrorPanel.ErrorListPane
Returns true if there is an error after the selected error.
hasNextInteraction() - Method in class edu.rice.cs.drjava.model.repl.InteractionsScriptModel
 
hasNoLocation() - Method in class edu.rice.cs.drjava.model.DJError
This function returns true if and only if the given error has no location
hasOnlySpaces(String) - Static method in class edu.rice.cs.drjava.model.AbstractDJDocument
Returns whether the given text only has spaces.
hasOnlyWarnings() - Method in class edu.rice.cs.drjava.model.compiler.CompilerErrorModel
Checks whether all CompilerErrors contained here are actually warnings.
hasOutOfSyncDocuments() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
 
hasOutOfSyncDocuments(List<OpenDefinitionsDocument>) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
 
hasOutOfSyncDocuments() - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
hasOutOfSyncDocuments(List<OpenDefinitionsDocument>) - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
hasOutOfSyncDocuments() - Method in interface edu.rice.cs.drjava.model.GlobalModel
 
hasOutOfSyncDocuments(List<OpenDefinitionsDocument>) - Method in interface edu.rice.cs.drjava.model.GlobalModel
 
hasPrevError() - Method in class edu.rice.cs.drjava.ui.ErrorPanel.ErrorListPane
Returns true if there is an error before the selected error.
hasPrevInteraction() - Method in class edu.rice.cs.drjava.model.repl.InteractionsScriptModel
 
hasPrevious() - Method in class edu.rice.cs.drjava.model.repl.History
Returns whether movePrevious() would succeed right now.
hasPrompt() - Method in class edu.rice.cs.drjava.model.repl.InteractionsDJDocument
 
hasPrompt() - Method in class edu.rice.cs.util.text.ConsoleDocument
 
hasPrompt() - Method in interface edu.rice.cs.util.text.ConsoleDocumentInterface
 
hasRunningThread() - Method in interface edu.rice.cs.drjava.model.debug.Debugger
Returns whether the thread the debugger is tracking is now running.
hasRunningThread() - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Returns whether the thread the debugger is tracking is now running.
hasRunningThread() - Method in class edu.rice.cs.drjava.model.debug.NoDebuggerAvailable
Returns whether the thread the debugger is tracking is now running.
hasSuspendedThreads() - Method in interface edu.rice.cs.drjava.model.debug.Debugger
 
hasSuspendedThreads() - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Returns whether the debugger currently has any suspended threads.
hasSuspendedThreads() - Method in class edu.rice.cs.drjava.model.debug.NoDebuggerAvailable
 
hasUntitledDocuments() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Checks if any open definitions documents are untitled.
hasUntitledDocuments() - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
hasUntitledDocuments() - Method in interface edu.rice.cs.drjava.model.GlobalModel
Checks if any open definitions documents are untitled.
hasWarnedAboutModified() - Method in class edu.rice.cs.drjava.ui.DefinitionsPane
 
hasWarnedAboutModified(boolean) - Method in class edu.rice.cs.drjava.ui.DefinitionsPane
 
haveTestsRun() - Method in class edu.rice.cs.drjava.model.junit.JUnitErrorModel
Returns whether tests have been run before.
header - Variable in class edu.rice.cs.drjava.config.VectorOption
 
HEADER_HTML - Static variable in class edu.rice.cs.drjava.ui.DrJavaErrorWindow
Canned message for the user.
heapSizeChoices - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
 
height - Variable in class edu.rice.cs.drjava.ui.AboutDialog.LogoList
 
height - Variable in class edu.rice.cs.drjava.ui.ReverseHighlighter.LayeredHighlightInfo
 
HEIGHT_RATIO - Static variable in class edu.rice.cs.util.swing.ScrollableListDialog
The ratio of the screen height to use by default.
HEIGHT_RATIO - Static variable in class edu.rice.cs.util.swing.ScrollableListSelectionDialog
The ratio of the screen height to use by default.
HELP_PATH - Static variable in class edu.rice.cs.drjava.ui.HelpFrame
 
HELP_PATH - Static variable in class edu.rice.cs.drjava.ui.QuickStartFrame
 
helperCommentTest(String, int, int, String) - Method in class edu.rice.cs.drjava.model.definitions.indent.ActionStartPrevLinePlusMultilinePreserveTest
This method abstracts the common behavior in subsequent tests.
HelpFrame - Class in edu.rice.cs.drjava.ui
The frame for displaying the HTML help files.
HelpFrame() - Constructor for class edu.rice.cs.drjava.ui.HelpFrame
 
HelpFrame(String, URL, URL, String) - Constructor for class edu.rice.cs.drjava.ui.HelpFrame
Used by subclass QuickStartFrame to instantiate fields of frame.
helpTestCannotAddNullStyleToList() - Method in class edu.rice.cs.drjava.model.repl.InteractionsDJDocumentTest
Tests that a null style is not added to the list.
helpTestStylesListContentAndReset() - Method in class edu.rice.cs.drjava.model.repl.InteractionsDJDocumentTest
Tests that the styles list is updated and reset properly
hexIdentityHashCode(Object) - Static method in class edu.rice.cs.drjava.ui.DefinitionsPaneMemoryLeakTest
 
hideDebugger() - Method in class edu.rice.cs.drjava.ui.MainFrame
Hide the debugger tab and update the Debug menu accordingly.
hideRecentDocFrame() - Method in class edu.rice.cs.drjava.ui.MainFrame
 
hideValueAndType() - Method in class edu.rice.cs.drjava.model.debug.DebugWatchData
Hides the value for this watch (when no thread is suspended).
highlightError(int, int) - Method in class edu.rice.cs.drjava.ui.InteractionsPane
Highlights the given text with error highlight.
HighlightManager - Class in edu.rice.cs.util.swing
This class has synchronized public methods because it is accessed outside of the event thread.
HighlightManager(JTextComponent) - Constructor for class edu.rice.cs.util.swing.HighlightManager
Constructor
HighlightManager.HighlightInfo - Class in edu.rice.cs.util.swing
The public inner class defining a "smart" highlight, which can return the value of its start and end offsets for comparison with other highlights.
HighlightManager.HighlightInfo(int, int, Highlighter.HighlightPainter) - Constructor for class edu.rice.cs.util.swing.HighlightManager.HighlightInfo
Constructor takes the bounds and the painter for a highlighter
HighlightManagerTest - Class in edu.rice.cs.util.swing
A JUnit test case class for the class HighlightManager.
HighlightManagerTest() - Constructor for class edu.rice.cs.util.swing.HighlightManagerTest
 
HighlightStatus - Class in edu.rice.cs.drjava.model.definitions.reducedmodel
A block that represents information about the highlighting status of a particular section in the document.
HighlightStatus(int, int, int) - Constructor for class edu.rice.cs.drjava.model.definitions.reducedmodel.HighlightStatus
Constructor.
HIST_EXTENSION - Static variable in class edu.rice.cs.drjava.ui.InteractionsHistoryFilter
Extension to match for History files.
History - Class in edu.rice.cs.drjava.model.repl
History class that records what has been typed in the interactions pane.
History() - Constructor for class edu.rice.cs.drjava.model.repl.History
Constructor, so we can add a listener to the Config item being used.
History(int) - Constructor for class edu.rice.cs.drjava.model.repl.History
Creates a new History with the given size.
HISTORY_FORMAT_VERSION_2 - Static variable in class edu.rice.cs.drjava.model.repl.History
Version flag at the beginning of saved history file format If this is not present in a saved history, it is assumed to be the original format.
HISTORY_MAX_SIZE - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Number of lines to remember in the Interactions History
historyForwardSearchAction - Variable in class edu.rice.cs.drjava.ui.InteractionsController
Forward searches in the history.
historyNextAction - Variable in class edu.rice.cs.drjava.ui.InteractionsController
Recalls the next command from the history.
historyOptionListener - Variable in class edu.rice.cs.drjava.model.repl.History
The OptionListener for HISTORY_MAX_SIZE
historyPrevAction - Variable in class edu.rice.cs.drjava.ui.InteractionsController
Recalls the previous command from the history.
historyReverseSearchAction - Variable in class edu.rice.cs.drjava.ui.InteractionsController
Reverse searches in the history.
HistorySaveDialog - Class in edu.rice.cs.drjava.ui
Displayed when the user chooses to save the interactions history.
HistorySaveDialog(JFrame) - Constructor for class edu.rice.cs.drjava.ui.HistorySaveDialog
Creates a new HistorySaveDialog.
HistoryTest - Class in edu.rice.cs.drjava.model.repl
Tests the functionality of the repl History.
HistoryTest() - Constructor for class edu.rice.cs.drjava.model.repl.HistoryTest
 
hm - Variable in class edu.rice.cs.util.swing.HighlightManagerTest
 
HOME_PAGE - Static variable in class edu.rice.cs.drjava.ui.HelpFrame
 
hourglassOff() - Method in class edu.rice.cs.drjava.ui.MainFrame
Return the cursor to normal.
hourglassOn() - Method in class edu.rice.cs.drjava.ui.MainFrame
Make the cursor an hourglass.
HTMLFrame - Class in edu.rice.cs.drjava.ui
The frame for displaying the HTML help files.
HTMLFrame(String, URL, URL, String) - Constructor for class edu.rice.cs.drjava.ui.HTMLFrame
Sets up the frame and displays it.
HTMLFrame(String, URL, URL, String, File) - Constructor for class edu.rice.cs.drjava.ui.HTMLFrame
Sets up the frame and displays it.
HTMLFrame.ConsolidatedAction - Class in edu.rice.cs.drjava.ui
 
HTMLFrame.ConsolidatedAction(String) - Constructor for class edu.rice.cs.drjava.ui.HTMLFrame.ConsolidatedAction
 
HTMLFrame.HistoryList - Class in edu.rice.cs.drjava.ui
 
HTMLFrame.HistoryList(URL) - Constructor for class edu.rice.cs.drjava.ui.HTMLFrame.HistoryList
 
HTMLFrame.HistoryList(URL, HTMLFrame.HistoryList) - Constructor for class edu.rice.cs.drjava.ui.HTMLFrame.HistoryList
 
HTMLFrame.ResourceAction - Class in edu.rice.cs.drjava.ui
 
HTMLFrame.ResourceAction(String, String) - Constructor for class edu.rice.cs.drjava.ui.HTMLFrame.ResourceAction
 

I

i1 - Variable in class edu.rice.cs.util.docnavigation.JListSortNavigatorTest
 
i1 - Variable in class edu.rice.cs.util.docnavigation.JTreeSortNavigatorTest
 
i2 - Variable in class edu.rice.cs.util.docnavigation.JListSortNavigatorTest
 
i2 - Variable in class edu.rice.cs.util.docnavigation.JTreeSortNavigatorTest
 
i3 - Variable in class edu.rice.cs.util.docnavigation.JListSortNavigatorTest
 
i3 - Variable in class edu.rice.cs.util.docnavigation.JTreeSortNavigatorTest
 
i4 - Variable in class edu.rice.cs.util.docnavigation.JListSortNavigatorTest
 
i4 - Variable in class edu.rice.cs.util.docnavigation.JTreeSortNavigatorTest
 
I_PUBLIC_CE_TEXT - Variable in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
 
I_PUBLIC_EC_TEXT - Variable in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
 
IAsyncProgress - Interface in edu.rice.cs.util.swing
 
IAWTContainerNavigatorActor - Interface in edu.rice.cs.util.docnavigation
 
ICE_TEXT - Variable in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
 
ICON - Static variable in class edu.rice.cs.drjava.ui.HelpFrame
 
ICON_PATH - Static variable in class edu.rice.cs.drjava.ui.MainFrame
 
ICON_PATH - Static variable in class edu.rice.cs.drjava.ui.PreviewFrame
 
ICONS_ONLY - Static variable in class edu.rice.cs.drjava.ui.config.ToolbarOptionComponent
 
id - Variable in class edu.rice.cs.drjava.model.definitions.CompoundUndoManager
 
IDocumentAwareMouseListener<ItemT extends INavigatorItem> - Interface in edu.rice.cs.util.docnavigation
MouseListener extended to provide an INavigatorItem context in which clicks occurred
IDocumentNavigator<ItemT extends INavigatorItem> - Interface in edu.rice.cs.util.docnavigation
IDocumentNavigator provides a framework through which individual IDocuments can be navigated.
IDocumentNavigatorAlgo<ItemT extends INavigatorItem,InType,ReturnType> - Interface in edu.rice.cs.util.docnavigation
Visitor interface implemented by anything which wishes to visit an IDocumentNavigator
IDocumentNavigatorFactory<ItemT extends INavigatorItem> - Interface in edu.rice.cs.util.docnavigation
Factory that produces bbjects that implement IDocumentNavigator.
IDocumentRegion - Interface in edu.rice.cs.drjava.model
Interface supported by all bona fide document regions (e.g., region classes other than DummyDocumentRegion).
IEC_TEXT - Variable in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
 
IGNORE_TEXT - Static variable in class edu.rice.cs.drjava.model.FindReplaceMachineTest
 
IHighlighted - Interface in edu.rice.cs.drjava.model
Interface for highlighted regions.
IHighlighted.PainterTag - Class in edu.rice.cs.drjava.model
Storage structure for a painter and its associated tag.
IHighlighted.PainterTag(Highlighter.HighlightPainter, Object) - Constructor for class edu.rice.cs.drjava.model.IHighlighted.PainterTag
 
ILoadDocuments - Interface in edu.rice.cs.drjava.model
This interface encapsulates the behavior of a document loader.
in - Variable in class edu.rice.cs.util.StreamRedirectThread
 
IN_QUEUE - Static variable in class edu.rice.cs.drjava.model.cache.DocumentCache
 
INavigationListener<ItemT extends INavigatorItem> - Interface in edu.rice.cs.util.docnavigation
A listener that runs when a document is selected in the navigator and when a document is deselected.
INavigatorItem - Interface in edu.rice.cs.util.docnavigation
INavigatorItem models (very abstractly) some entity that is eligible for insertion and removal inside an IDocumentNavigator.
INavigatorItemFilter<ItemT extends INavigatorItem> - Class in edu.rice.cs.util.docnavigation
 
INavigatorItemFilter() - Constructor for class edu.rice.cs.util.docnavigation.INavigatorItemFilter
 
inBlockComment() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedToken
Determines whether the current location is inside a block comment.
indent(AbstractDJDocument, Indenter.IndentReason) - Method in class edu.rice.cs.drjava.model.definitions.indent.Indenter
Indents the current line based on a decision tree which determines the indent based on context.
indent() - Method in class edu.rice.cs.drjava.ui.AbstractDJPane
Runs indent(int) with a default value of Indenter.IndentReason.OTHER
indent(Indenter.IndentReason) - Method in class edu.rice.cs.drjava.ui.AbstractDJPane
Perform an indent either on the current line or on the given selected box of text.
INDENT_KEYMAP_NAME - Static variable in class edu.rice.cs.drjava.ui.DefinitionsPane
The name of the keymap added to the super class (saved so it can be removed).
INDENT_LEVEL - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
How many spaces to use for indenting.
INDENT_WARNING_THRESHOLD - Static variable in class edu.rice.cs.drjava.ui.DefinitionsPane
 
Indenter - Class in edu.rice.cs.drjava.model.definitions.indent
Singleton class to construct and use the indentation decision tree.
Indenter(int) - Constructor for class edu.rice.cs.drjava.model.definitions.indent.Indenter
 
Indenter.IndentReason - Enum in edu.rice.cs.drjava.model.definitions.indent
Enumeration of reasons why indentation may be preformed.
Indenter.IndentReason() - Constructor for enum edu.rice.cs.drjava.model.definitions.indent.Indenter.IndentReason
 
IndentFiles - Class in edu.rice.cs.drjava
Allows users to pass filenames to a command-line indenter.
IndentFiles() - Constructor for class edu.rice.cs.drjava.IndentFiles
 
indentFiles(Vector<String>, int, boolean) - Static method in class edu.rice.cs.drjava.IndentFiles
Applies the indent logic to each file in the list of file names, saving the new copy of each one.
IndentHelperTest - Class in edu.rice.cs.drjava.model.definitions
Tests for the helper methods in DefinitionsDocument
IndentHelperTest() - Constructor for class edu.rice.cs.drjava.model.definitions.IndentHelperTest
 
IndentInfo - Class in edu.rice.cs.drjava.model.definitions.reducedmodel
Indent information block.
IndentInfo() - Constructor for class edu.rice.cs.drjava.model.definitions.reducedmodel.IndentInfo
Creates an IndentInfo with default values.
IndentInfo(String, int, int, int) - Constructor for class edu.rice.cs.drjava.model.definitions.reducedmodel.IndentInfo
Creates an indent info with the specified parameters
indentKeyActionLine - Variable in class edu.rice.cs.drjava.ui.InteractionsController
Indents in preparation for typing next line
indentKeyActionTab - Variable in class edu.rice.cs.drjava.ui.InteractionsController
Indents the selected text.
indentLevel - Variable in class edu.rice.cs.drjava.model.definitions.IndentTest
 
indentLine(AbstractDJDocument, Indenter.IndentReason) - Method in class edu.rice.cs.drjava.model.definitions.indent.ActionBracePlus
Properly indents the line that the caret is currently on.
indentLine(AbstractDJDocument, Indenter.IndentReason) - Method in class edu.rice.cs.drjava.model.definitions.indent.ActionDoNothing
Properly indents the line that the caret is currently on.
indentLine(AbstractDJDocument, Indenter.IndentReason) - Method in class edu.rice.cs.drjava.model.definitions.indent.ActionStartCurrStmtPlus
Properly indents the line that the caret is currently on.
indentLine(AbstractDJDocument, Indenter.IndentReason) - Method in class edu.rice.cs.drjava.model.definitions.indent.ActionStartPrevLinePlus
Indents the line according to the previous line, with the suffix string added.
indentLine(AbstractDJDocument, Indenter.IndentReason) - Method in class edu.rice.cs.drjava.model.definitions.indent.ActionStartPrevLinePlusMultiline
Indents the line according to the previous line, with the suffix lines added and the cursor moved to a specific location.
indentLine(AbstractDJDocument, Indenter.IndentReason) - Method in class edu.rice.cs.drjava.model.definitions.indent.ActionStartPrevLinePlusMultilinePreserve
Forwards the call to the enclosed ActionStartPrevLinePlusMultiline.
indentLine(AbstractDJDocument, Indenter.IndentReason) - Method in class edu.rice.cs.drjava.model.definitions.indent.ActionStartPrevStmtPlus
Properly indents the line that the caret is currently on.
indentLine(AbstractDJDocument, Indenter.IndentReason) - Method in class edu.rice.cs.drjava.model.definitions.indent.ActionStartStmtOfBracePlus
Properly indents the line that the caret is currently on.
indentLine(AbstractDJDocument, Indenter.IndentReason) - Method in interface edu.rice.cs.drjava.model.definitions.indent.IndentRule
Properly indents the line that the given position is on.
indentLine(AbstractDJDocument, Indenter.IndentReason) - Method in class edu.rice.cs.drjava.model.definitions.indent.IndentRuleQuestion
Determines if the given rule holds in this context and calls the same method on one of its child nodes.
indentLine(AbstractDJDocument, int, Indenter.IndentReason) - Method in class edu.rice.cs.drjava.model.definitions.indent.IndentRuleWithTrace
Properly indents the line identified by pos.
indentLine(AbstractDJDocument, Indenter.IndentReason) - Method in class edu.rice.cs.drjava.model.definitions.indent.IndentRuleWithTrace
This method does not indent the current line!
indentLines(int, int) - Method in class edu.rice.cs.drjava.model.AbstractDJDocument
Default indentation - uses OTHER flag and no progress indicator.
indentLines(int, int, Indenter.IndentReason, ProgressMonitor) - Method in class edu.rice.cs.drjava.model.AbstractDJDocument
Parameterized indentation for special-case handling.
indentLines(int, int) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
indentLines(int, int, Indenter.IndentReason, ProgressMonitor) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
indentLines(int, int) - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
Convenience method that wraps _doc.indentLines calls in a write lock.
indentLines(int, int) - Method in interface edu.rice.cs.drjava.model.DJDocument
Default indentation - uses OTHER flag and no progress indicator.
indentLines(int, int, Indenter.IndentReason, ProgressMonitor) - Method in interface edu.rice.cs.drjava.model.DJDocument
Parameterized indentation for special-case handling.
indentLines(int, int) - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
indentLines(int, int, Indenter.IndentReason, ProgressMonitor) - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
indentLines(int, int, Indenter.IndentReason, ProgressMonitor) - Method in class edu.rice.cs.drjava.ui.AbstractDJPane
Indents the given selection, for the given reason, in the current document.
indentLines(int, int, Indenter.IndentReason, ProgressMonitor) - Method in class edu.rice.cs.drjava.ui.DefinitionsPane
Indent the given selection, for the given reason, in the current document.
indentLines(int, int, Indenter.IndentReason, ProgressMonitor) - Method in class edu.rice.cs.drjava.ui.InteractionsPane
Indent the given selection, for the given reason, in the current document.
IndentRule - Interface in edu.rice.cs.drjava.model.definitions.indent
A node in the decision tree used for the indentation system.
IndentRuleAction - Class in edu.rice.cs.drjava.model.definitions.indent
A leaf node in the decision tree for the indentation system.
IndentRuleAction() - Constructor for class edu.rice.cs.drjava.model.definitions.indent.IndentRuleAction
 
IndentRuleQuestion - Class in edu.rice.cs.drjava.model.definitions.indent
A question node in the decision tree for the indentation system.
IndentRuleQuestion(IndentRule, IndentRule) - Constructor for class edu.rice.cs.drjava.model.definitions.indent.IndentRuleQuestion
Constructs a new Question indent rule using the two given children.
IndentRulesTestCase - Class in edu.rice.cs.drjava.model.definitions.indent
Superclass for all test classes for the indentation decision tree.
IndentRulesTestCase() - Constructor for class edu.rice.cs.drjava.model.definitions.indent.IndentRulesTestCase
 
IndentRuleWithTrace - Class in edu.rice.cs.drjava.model.definitions.indent
This class does almost all the work for keeping an indent tree trace.
IndentRuleWithTrace() - Constructor for class edu.rice.cs.drjava.model.definitions.indent.IndentRuleWithTrace
 
IndentRuleWithTraceTest - Class in edu.rice.cs.drjava.model.definitions.indent
This class does almost all the work for keeping an indent tree trace.
IndentRuleWithTraceTest() - Constructor for class edu.rice.cs.drjava.model.definitions.indent.IndentRuleWithTraceTest
 
IndentTest - Class in edu.rice.cs.drjava.model.definitions
Class that tests the tab/enter/curly indenting functionality.
IndentTest(String) - Constructor for class edu.rice.cs.drjava.model.definitions.IndentTest
Standard constructor for IdentTest
INDEX_PAGE - Static variable in class edu.rice.cs.drjava.ui.JavadocFrame
 
indexOf(ArrayList<T>, T) - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel
Helper function that does indexOf with ignoreCase option.
inFileTree(File, File) - Static method in class edu.rice.cs.util.FileOps
Deprecated. Use 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.
INFO_DIALOG_HEIGHT - Static variable in class edu.rice.cs.drjava.ui.GenerateCustomDrJavaJarFrame
 
INFO_DIALOG_WIDTH - Static variable in class edu.rice.cs.drjava.ui.GenerateCustomDrJavaJarFrame
 
init(Pair<Integer, Integer>, Pair<Integer, Integer>, boolean, String) - Method in class edu.rice.cs.drjava.project.DocFile
 
init() - Method in class edu.rice.cs.drjava.ui.ClipboardHistoryFrame
Initialize the frame.
init() - Method in class edu.rice.cs.drjava.ui.DrJavaErrorWindow
Initialize the dialog.
init() - Method in class edu.rice.cs.drjava.ui.GenerateCustomDrJavaJarFrame
Initializes the components in this frame.
init() - Method in class edu.rice.cs.drjava.ui.NewJavaClassDialog
Initializes the components in this frame.
init(boolean) - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputFrame
Initialize the frame.
init() - Method in class edu.rice.cs.drjava.ui.ProjectAdvancedPropertiesFrame
Initializes the components in this frame.
init() - Method in class edu.rice.cs.drjava.ui.ProjectPropertiesFrame
Initializes the components in this frame.
init(<any>) - Method in class edu.rice.cs.util.docnavigation.JListNavigator
 
init(Vector<String>, Vector<String>) - Method in class edu.rice.cs.util.swing.CheckBoxJList
 
init(InputSource) - Method in class edu.rice.cs.util.XMLConfig
Initialize this XML configuration.
INIT_CACHE_SIZE - Static variable in class edu.rice.cs.drjava.model.AbstractDJDocument
Initial number of elements in _queryCache (see below).
INIT_CACHE_SIZE - Static variable in class edu.rice.cs.drjava.model.cache.DocumentCache
 
initAll() - Method in class edu.rice.cs.util.swing.FontChooser
 
initCause(Throwable) - Method in exception edu.rice.cs.util.RunnableEST.Exception
 
initCompleteWordDialog() - Method in class edu.rice.cs.drjava.ui.MainFrame
Initialize the "Complete Word" dialog.
initComponents() - Method in class edu.rice.cs.drjava.ui.EditExternalDialog
Build the dialog.
initComponents() - Method in class edu.rice.cs.drjava.ui.ExecuteExternalDialog
Build the dialog.
initComponents() - Method in class edu.rice.cs.drjava.ui.InsertVariableDialog
Build the dialog.
initComponents() - Method in class edu.rice.cs.drjava.ui.JarOptionsDialog
Build the dialog.
initDebugFrame() - Method in class edu.rice.cs.drjava.ui.MainFrame
Initializes the "Debugger" frame.
initDone() - Method in class edu.rice.cs.util.swing.SwingFrame
 
initEditExternalProcessDialog() - Method in class edu.rice.cs.drjava.ui.MainFrame
Initializes the "Edit External Process" dialog.
initExecuteExternalProcessDialog() - Method in class edu.rice.cs.drjava.ui.MainFrame
Initializes the "Execute External Process" dialog.
initGotoFileDialog() - Method in class edu.rice.cs.drjava.ui.MainFrame
Initialize dialog if necessary.
initialize(Reader) - Method in class edu.rice.cs.drjava.model.ClassAndInterfaceFinder
 
initJarOptionsDialog() - Method in class edu.rice.cs.drjava.ui.MainFrame
Initializes the "Create Jar from Project" dialog.
initLexer() - Method in class edu.rice.cs.util.sexp.Lexer
 
initLicense - Static variable in class edu.rice.cs.drjava.ui.AboutDialog
 
initOpenJavadocDialog() - Method in class edu.rice.cs.drjava.ui.MainFrame
Initialize dialog if necessary.
initTabbedPanesFrame() - Method in class edu.rice.cs.drjava.ui.MainFrame
Initializes the "Tabbed Panes" frame.
initThread(ProcessCreator) - Method in class edu.rice.cs.drjava.ui.ExternalProcessPanel
 
initThread(File) - Method in class edu.rice.cs.drjava.ui.LessPanel
 
initWordTable() - Method in class edu.rice.cs.util.sexp.Lexer
Initialize the word table used by the lexer to classify Tokens
inLineComment() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedToken
Determines whether the current location is inside a line comment.
INNER_BUFFER_WIDTH - Static variable in class edu.rice.cs.drjava.ui.InteractionsController.InputBox
 
INNER_CLASS_WITH_LOCAL_VARS - Static variable in class edu.rice.cs.drjava.model.debug.DebugTestCase
 
InnerNode<T,ItemT extends INavigatorItem> - Class in edu.rice.cs.util.docnavigation
This is an unsynchronized swing class and hence should only be accessed from the event-handling thread.
InnerNode(T) - Constructor for class edu.rice.cs.util.docnavigation.InnerNode
 
inNewProjectPath(File) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
An open file is in the new project if the source root is the same as the new project root.
inNewProjectPath(File) - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
inNewProjectPath(File) - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
Determines if this document in the file system tree below the specified root.
inProgress() - Method in class edu.rice.cs.drjava.model.repl.InteractionsDocument
Returns whether an interaction is currently in progress.
inProject() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
A file is in the project if it is explicitly listed as part of the project.
inProject(File) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.FlatFileGroupingState
 
inProject(File) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
 
inProject(File) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ProjectFileGroupingState
 
inProject(File) - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
inProject() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
inProject(File) - Method in interface edu.rice.cs.drjava.model.FileGroupingState
Returns true the given file is in the current project file.
inProject(File) - Method in interface edu.rice.cs.drjava.model.GlobalModel
Returns true the given file is in the current project file.
inProject() - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
 
inProject() - Method in class edu.rice.cs.util.docnavigation.DummyINavigatorItem
 
inProject() - Method in interface edu.rice.cs.util.docnavigation.INavigatorItem
 
inProjectPath() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
A file is in the project if the source root is the same as the project root.
inProjectPath(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.FlatFileGroupingState
 
inProjectPath(File) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.FlatFileGroupingState
 
inProjectPath(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
A file is in the project if the source root is the same as the project root.
inProjectPath(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ProjectFileGroupingState
Determines whether the specified doc in within the project file tree.
inProjectPath(File) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ProjectFileGroupingState
Determines whether the specified file in within the project file tree.
inProjectPath(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
inProjectPath() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
inProjectPath(OpenDefinitionsDocument) - Method in interface edu.rice.cs.drjava.model.FileGroupingState
 
inProjectPath(File) - Method in interface edu.rice.cs.drjava.model.FileGroupingState
 
inProjectPath(OpenDefinitionsDocument) - Method in interface edu.rice.cs.drjava.model.GlobalModel
A file is in the project if the source root is the same as the project root.
inProjectPath() - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
Determines if this document in the file system tree below the active project root.
INPUT_BOX_STYLE - Static variable in class edu.rice.cs.drjava.ui.InteractionsController
Style for System.in box
INPUT_BOX_SYMBOL - Static variable in class edu.rice.cs.drjava.ui.InteractionsController
The symbol used in the document for the input box.
INPUT_ENTERED_NAME - Static variable in class edu.rice.cs.drjava.ui.InteractionsController
 
InputListener - Interface in edu.rice.cs.drjava.model.repl
Listens for input requests from System.in.
InputStreamRedirector - Class in edu.rice.cs.util
Redirects requests for input through the abstract method _getInput().
InputStreamRedirector() - Constructor for class edu.rice.cs.util.InputStreamRedirector
Constructs a new InputStreamRedirector.
insert(ModelList.Node<T>, T) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ModelList
Insert a node immediately before the specified point.
insert(T) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ModelList.ModelIterator
Inserts an item before the current item.
insert(T) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ModelList.Node
Insert a new node before "this".
INSERT_END_OF_STREAM - Static variable in class edu.rice.cs.drjava.ui.InteractionsController
 
INSERT_NEWLINE_NAME - Static variable in class edu.rice.cs.drjava.ui.InteractionsController
 
insertBeforeLastPrompt(String, String) - Method in class edu.rice.cs.util.text.ConsoleDocument
Inserts the given string with the given attributes just before the most recent prompt.
insertBraceToGap(String) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.TokenList.Iterator
Handles the details of the case where a brace is inserted into a gap.
insertChar(char) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.AbstractReducedModel
Inserts a character into the reduced model.
insertChar(char) - Method in interface edu.rice.cs.drjava.model.definitions.reducedmodel.BraceReduction
Insert a character into the BraceReduction.
insertChar(char) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelBrace
 
insertChar(char) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelComment
 
insertChar(char) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelControl
 
insertConsoleText(String) - Method in class edu.rice.cs.drjava.ui.InteractionsController
Inserts text into the console.
insertDoc(ItemT) - Method in class edu.rice.cs.util.docnavigation.JListSortNavigator
Inserts the document into its sorted position.
insertFolderSortedInto(InnerNode<?, ItemT>, InnerNode<?, ItemT>) - Method in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
Inserts a folder (String) into sorted position under the parent.
insertFront(T) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ModelList
 
insertGap(BraceReduction, int) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.BackSlashTest
Convenience function to insert a number of non-special characters into a reduced model.
insertGap(BraceReduction, int) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.BraceReductionTestCase
Convenience function to insert a number of non-special characters into a reduced model.
insertGap(BraceReduction, int) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.MixedQuoteTest
Convenience function to insert a number of non-special characters into a reduced model.
insertGapBetweenMultiCharBrace(int) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.AbstractReducedModel
Inserts a gap between a multiple character brace.
insertGapBetweenMultiCharBrace(int) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelBrace
Inserts a gap between the characters in a multiple character brace.
insertGapBetweenMultiCharBrace(int) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelComment
Inserts a gap between the characters in a multiple character brace.
insertNewBrace(String) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.TokenList.Iterator
Helper function to _insertBrace.
insertNewline() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelComment
Inserts an end-of-line character.
insertNewline(int) - Method in class edu.rice.cs.util.text.ConsoleDocument
Inserts a new line at the given position.
insertNewRegionNode(R, DefaultMutableTreeNode, int) - Method in class edu.rice.cs.drjava.ui.RegionsTreePanel
 
insertNodeSortedInto(LeafNode<ItemT>, InnerNode<?, ItemT>) - Method in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
Inserts the child node (INavigatorItem) into the sorted position as a parent node's child.
insertPrompt() - Method in class edu.rice.cs.util.text.ConsoleDocument
Prints a prompt for a new input.
insertQuote(String) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelComment
Inserts the specified quote character.
insertSpecial(String) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelComment
Inserts one of three special chars, (*),(/), or (\).
insertString(int, String, AttributeSet) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
insertString(int, String, AttributeSet) - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
Inserts a string of text into the document.
insertString(int, String, AttributeSet) - Method in interface edu.rice.cs.drjava.model.DJDocument
Inserts a string of text into the document.
insertString(int, String, AttributeSet) - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
insertString(int, String, AttributeSet) - Method in interface edu.rice.cs.util.text.AbstractDocumentInterface
 
insertString(int, String, AttributeSet) - Method in class edu.rice.cs.util.text.SwingDocument
Overrides superclass's insertString to impose the edit condition.
insertText(int, String, String) - Method in class edu.rice.cs.util.text.ConsoleDocument
Inserts a string into the document at the given offset and named style, if the edit condition allows it.
insertText(int, String, String) - Method in interface edu.rice.cs.util.text.EditDocumentInterface
Inserts a string into the document at the given offset and the given named style, if the edit condition allows it.
insertText(int, String, String) - Method in class edu.rice.cs.util.text.SwingDocument
Inserts a string into the document at the given offset and style, if the edit condition allows it.
insertUpdate(AbstractDocument.DefaultDocumentEvent, AttributeSet) - Method in class edu.rice.cs.drjava.model.AbstractDJDocument
Updates document structure as a result of text insertion.
insertUpdate(DocumentEvent) - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputFrame.PredictiveInputListener
 
InsertVariableDialog - Class in edu.rice.cs.drjava.ui
Dialog allowing the user to select a variable.
InsertVariableDialog(MainFrame, CompletionMonitor) - Constructor for class edu.rice.cs.drjava.ui.InsertVariableDialog
Create a dialog.
INSIDE_BLOCK_COMMENT - Static variable in interface edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelStates
 
INSIDE_DOUBLE_QUOTE - Static variable in interface edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelStates
 
INSIDE_LINE_COMMENT - Static variable in interface edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelStates
 
INSIDE_SINGLE_QUOTE - Static variable in interface edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelStates
 
InsideBlockComment - Class in edu.rice.cs.drjava.model.definitions.reducedmodel
The shadowing state that corresponds to being inside a block comment.
InsideBlockComment() - Constructor for class edu.rice.cs.drjava.model.definitions.reducedmodel.InsideBlockComment
Singleton constructor
InsideDoubleQuote - Class in edu.rice.cs.drjava.model.definitions.reducedmodel
The shadowing state that corresponds to being inside a double-quoted string.
InsideDoubleQuote() - Constructor for class edu.rice.cs.drjava.model.definitions.reducedmodel.InsideDoubleQuote
Singleton constructor
InsideLineComment - Class in edu.rice.cs.drjava.model.definitions.reducedmodel
The shadowing state that corresponds to being inside a line comment.
InsideLineComment() - Constructor for class edu.rice.cs.drjava.model.definitions.reducedmodel.InsideLineComment
Singleton constructor
InsideSingleQuote - Class in edu.rice.cs.drjava.model.definitions.reducedmodel
The shadowing state that corresponds to being between single quotes.
InsideSingleQuote() - Constructor for class edu.rice.cs.drjava.model.definitions.reducedmodel.InsideSingleQuote
Singleton constructor.
install(JTextComponent) - Method in class edu.rice.cs.drjava.ui.ReverseHighlighter
Called when the UI is being installed into the interface of a JTextComponent.
installActiveDocument() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Invokes the activeDocumentChanged method in the global listener on the argument _activeDocument.
installModalWindowAdapter(Window, Runnable1<? super WindowEvent>, Runnable1<? super WindowEvent>) - Static method in class edu.rice.cs.drjava.DrJavaRoot
Installs the modal window adapter if available, otherwise installs a non-modal dummy listener.
installModalWindowAdapter(Window, Runnable1<? super WindowEvent>, Runnable1<? super WindowEvent>) - Method in class edu.rice.cs.drjava.ui.MainFrame
Return the modal window listener if available, otherwise returns a non-modal dummy listener.
INSTANCE - Static variable in class edu.rice.cs.drjava.model.repl.newjvm.InterpretResult.BusyResult
 
INSTANCE - Static variable in class edu.rice.cs.drjava.model.repl.newjvm.InterpretResult.NoValueResult
 
INSTANCE - Static variable in class edu.rice.cs.drjava.ui.DrJavaErrorHandler
 
IntegerOption - Class in edu.rice.cs.drjava.config
Class defining all configuration options with values of type Integer.
IntegerOption(String, Integer) - Constructor for class edu.rice.cs.drjava.config.IntegerOption
 
IntegerOptionComponent - Class in edu.rice.cs.drjava.ui.config
Graphical form of an IntegerOption.
IntegerOptionComponent(IntegerOption, String, SwingFrame) - Constructor for class edu.rice.cs.drjava.ui.config.IntegerOptionComponent
 
IntegerOptionComponent(IntegerOption, String, SwingFrame, String) - Constructor for class edu.rice.cs.drjava.ui.config.IntegerOptionComponent
Constructor that allows for a tooltip description.
IntegerOptionComponentTest - Class in edu.rice.cs.drjava.ui.config
Tests functionality of this OptionComponent.
IntegerOptionComponentTest() - Constructor for class edu.rice.cs.drjava.ui.config.IntegerOptionComponentTest
 
IntegerOptionTest - Class in edu.rice.cs.drjava.config
Class according to the JUnit protocol.
IntegerOptionTest(String) - Constructor for class edu.rice.cs.drjava.config.IntegerOptionTest
 
IntegratedMasterSlaveTest - Class in edu.rice.cs.util.newjvm
Test cases for the master/slave jvm control framework.
IntegratedMasterSlaveTest() - Constructor for class edu.rice.cs.util.newjvm.IntegratedMasterSlaveTest
 
IntegratedMasterSlaveTest.CounterSlave - Class in edu.rice.cs.util.newjvm
The slave will exit with error codes in the case of problems, since there is no other thing it can do! 1MasterRemote class cast exception. 2Incorect value from getLetter 3RemoteException caught 4Timeout waiting for master JVM to call 5Interrupted while waiting for master JVM to call
IntegratedMasterSlaveTest.CounterSlave() - Constructor for class edu.rice.cs.util.newjvm.IntegratedMasterSlaveTest.CounterSlave
 
IntegratedMasterSlaveTest.TestMasterJVM - Class in edu.rice.cs.util.newjvm
 
IntegratedMasterSlaveTest.TestMasterJVM() - Constructor for class edu.rice.cs.util.newjvm.IntegratedMasterSlaveTest.TestMasterJVM
 
IntegratedMasterSlaveTest.TestMasterRemote - Interface in edu.rice.cs.util.newjvm
 
IntegratedMasterSlaveTest.TestSlaveRemote - Interface in edu.rice.cs.util.newjvm
 
INTERACTION_SEPARATOR - Static variable in class edu.rice.cs.drjava.model.repl.History
 
interactionContinues() - Method in class edu.rice.cs.drjava.model.repl.InteractionsModel
 
interactionEndCount - Variable in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
interactionEnded() - Method in class edu.rice.cs.drjava.model.debug.DebugTestCase.InterpretListener
 
interactionEnded() - Method in class edu.rice.cs.drjava.model.GlobalEventNotifier
Called when an interaction has finished running.
interactionEnded() - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.InteractionListener
 
interactionEnded() - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
interactionEnded() - Method in class edu.rice.cs.drjava.model.repl.DummyInteractionsListener
Called when an interaction has finished running.
interactionEnded() - Method in class edu.rice.cs.drjava.model.repl.InteractionsEventNotifier
Called when an interaction has finished running.
interactionEnded() - Method in interface edu.rice.cs.drjava.model.repl.InteractionsListener
Called when an interaction has ended.
interactionEnded() - Method in class edu.rice.cs.drjava.ui.MainFrame.ModelListener
 
interactionErrorCount - Variable in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
interactionErrorOccurred(int, int) - Method in class edu.rice.cs.drjava.model.GlobalEventNotifier
Called when the interactions window generates a syntax error.
interactionErrorOccurred(int, int) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
interactionErrorOccurred(int, int) - Method in class edu.rice.cs.drjava.model.repl.DummyInteractionsListener
Called when the interactions window generates a syntax error.
interactionErrorOccurred(int, int) - Method in class edu.rice.cs.drjava.model.repl.InteractionsEventNotifier
Called when the interactions window generates a syntax error.
interactionErrorOccurred(int, int) - Method in interface edu.rice.cs.drjava.model.repl.InteractionsListener
Called when an interaction results in a syntax error.
interactionErrorOccurred(int, int) - Method in class edu.rice.cs.drjava.ui.MainFrame.ModelListener
 
interactionIncomplete() - Method in class edu.rice.cs.drjava.model.GlobalEventNotifier
Notifies the view that the current interaction is incomplete.
interactionIncomplete() - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
interactionIncomplete() - Method in class edu.rice.cs.drjava.model.repl.DummyInteractionsListener
Called when enter was typed in the interactions pane but the interaction was incomplete.
interactionIncomplete() - Method in class edu.rice.cs.drjava.model.repl.InteractionsEventNotifier
Notifies the view that the current interaction is incomplete.
interactionIncomplete() - Method in interface edu.rice.cs.drjava.model.repl.InteractionsListener
Called when enter was typed in the interactions pane but the interaction was incomplete.
interactionIncomplete() - Method in class edu.rice.cs.drjava.ui.MainFrame.ModelListener
 
interactionIncompleteCount - Variable in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
INTERACTIONS_AUTO_IMPORT_CLASSES - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
A Vector storing the classes to automatically import.
INTERACTIONS_CLASS_PATH_PROPERTY - Static variable in class edu.rice.cs.drjava.model.repl.newjvm.ClassPathManager
 
INTERACTIONS_ERROR_COLOR - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
 
INTERACTIONS_EXIT_PROMPT - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Whether to prompt when the interactions pane is unexpectedly reset.
INTERACTIONS_RESET_PROMPT - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Whether to prompt before resetting the interactions pane.
INTERACTIONS_SYSTEM_ERR_COLOR - Static variable in class edu.rice.cs.drjava.model.definitions.ColoringGlyphPainter
 
INTERACTIONS_SYSTEM_ERR_COLOR - Static variable in class edu.rice.cs.drjava.model.definitions.ColoringView
 
INTERACTIONS_SYSTEM_IN_COLOR - Static variable in class edu.rice.cs.drjava.model.definitions.ColoringGlyphPainter
 
INTERACTIONS_SYSTEM_IN_COLOR - Static variable in class edu.rice.cs.drjava.model.definitions.ColoringView
 
INTERACTIONS_SYSTEM_OUT_COLOR - Static variable in class edu.rice.cs.drjava.model.definitions.ColoringGlyphPainter
 
INTERACTIONS_SYSTEM_OUT_COLOR - Static variable in class edu.rice.cs.drjava.model.definitions.ColoringView
 
INTERACTIONS_TAB - Static variable in class edu.rice.cs.drjava.ui.MainFrame
 
InteractionsController - Class in edu.rice.cs.drjava.ui
This class installs listeners and actions between an InteractionsDocument (the model) and an InteractionsPane (the view).
InteractionsController(InteractionsModel, InteractionsDJDocument, Runnable) - Constructor for class edu.rice.cs.drjava.ui.InteractionsController
Glue together the given model and a new view.
InteractionsController(InteractionsModel, InteractionsDJDocument, InteractionsPane, Runnable) - Constructor for class edu.rice.cs.drjava.ui.InteractionsController
Glue together the given model and view.
InteractionsController.ConsoleStateListener - Interface in edu.rice.cs.drjava.ui
A listener interface that allows for others outside the interactions controller to be notified when the input console is enabled in the interactions pane.
InteractionsController.InputBox - Class in edu.rice.cs.drjava.ui
A box that can be inserted into the interactions pane for separate input.
InteractionsController.InputBox(boolean) - Constructor for class edu.rice.cs.drjava.ui.InteractionsController.InputBox
 
InteractionsDJDocument - Class in edu.rice.cs.drjava.model.repl
Represents a Swing-based InteractionsDocument.
InteractionsDJDocument() - Constructor for class edu.rice.cs.drjava.model.repl.InteractionsDJDocument
Standard constructor.
InteractionsDJDocument(GlobalEventNotifier) - Constructor for class edu.rice.cs.drjava.model.repl.InteractionsDJDocument
 
InteractionsDJDocument.CommandUndoableEdit - Class in edu.rice.cs.drjava.model.repl
Appending any information for the reduced model from each undo command
InteractionsDJDocument.CommandUndoableEdit(Runnable, Runnable) - Constructor for class edu.rice.cs.drjava.model.repl.InteractionsDJDocument.CommandUndoableEdit
 
InteractionsDJDocumentTest - Class in edu.rice.cs.drjava.model.repl
Tests the functionality of the InteractionsDJDocument.
InteractionsDJDocumentTest() - Constructor for class edu.rice.cs.drjava.model.repl.InteractionsDJDocumentTest
 
InteractionsDocument - Class in edu.rice.cs.drjava.model.repl
A GUI toolkit-agnostic document that supports console-like interaction with a Java interpreter.
InteractionsDocument(ConsoleDocumentInterface) - Constructor for class edu.rice.cs.drjava.model.repl.InteractionsDocument
Reset the document on startUp.
InteractionsDocument(ConsoleDocumentInterface, int) - Constructor for class edu.rice.cs.drjava.model.repl.InteractionsDocument
Reset the document on startUp.
InteractionsDocument(ConsoleDocumentInterface, History) - Constructor for class edu.rice.cs.drjava.model.repl.InteractionsDocument
Creates and resets the interactions document on DrJava startUp.
InteractionsDocumentTest - Class in edu.rice.cs.drjava.model.repl
Tests the functionality of the InteractionsDocument.
InteractionsDocumentTest() - Constructor for class edu.rice.cs.drjava.model.repl.InteractionsDocumentTest
 
InteractionsDocumentTest.TestBeep - Class in edu.rice.cs.drjava.model.repl
Silent beep for a test class.
InteractionsDocumentTest.TestBeep() - Constructor for class edu.rice.cs.drjava.model.repl.InteractionsDocumentTest.TestBeep
 
InteractionsEditorKit - Class in edu.rice.cs.drjava.model.repl
This is an editor kit for editing Java source files.
InteractionsEditorKit() - Constructor for class edu.rice.cs.drjava.model.repl.InteractionsEditorKit
Creates a new editor kit
InteractionsEventNotifier - Class in edu.rice.cs.drjava.model.repl
Keeps track of all listeners to an InteractionsModel, and has the ability to notify them of some event.
InteractionsEventNotifier() - Constructor for class edu.rice.cs.drjava.model.repl.InteractionsEventNotifier
 
InteractionsException - Exception in edu.rice.cs.drjava.model.repl
Exception to signify that something went wrong during an interaction.
InteractionsException(String) - Constructor for exception edu.rice.cs.drjava.model.repl.InteractionsException
 
InteractionsHistoryFilter - Class in edu.rice.cs.drjava.ui
A file filter for files with extensions ".hist".
InteractionsHistoryFilter() - Constructor for class edu.rice.cs.drjava.ui.InteractionsHistoryFilter
 
InteractionsListener - Interface in edu.rice.cs.drjava.model.repl
Interface for any listener to an InteractionsModel.
InteractionsModel - Class in edu.rice.cs.drjava.model.repl
A Swing specific model for the DrJava InteractionsPane.
InteractionsModel(ConsoleDocumentInterface, File, int, int) - Constructor for class edu.rice.cs.drjava.model.repl.InteractionsModel
Constructs an InteractionsModel.
InteractionsModel.NoInputListener - Class in edu.rice.cs.drjava.model.repl
Singleton InputListener which should never be asked for input.
InteractionsModel.NoInputListener() - Constructor for class edu.rice.cs.drjava.model.repl.InteractionsModel.NoInputListener
 
InteractionsModelCallback - Interface in edu.rice.cs.drjava.model.repl
Callback interface which allows an InteractionsModel to respond to events in a remote Java interpreter.
InteractionsModelErrorTest - Class in edu.rice.cs.drjava.model.repl
Tests errors in an InteractionsModel.
InteractionsModelErrorTest() - Constructor for class edu.rice.cs.drjava.model.repl.InteractionsModelErrorTest
 
InteractionsModelTest - Class in edu.rice.cs.drjava.model.repl
Tests the functionality of an InteractionsModel.
InteractionsModelTest(String) - Constructor for class edu.rice.cs.drjava.model.repl.InteractionsModelTest
 
InteractionsModelTest.BadSyntaxInteractionsModel - Class in edu.rice.cs.drjava.model.repl
This test model can simulate a syntax error in interpretation.
InteractionsModelTest.BadSyntaxInteractionsModel(InteractionsDJDocument) - Constructor for class edu.rice.cs.drjava.model.repl.InteractionsModelTest.BadSyntaxInteractionsModel
 
InteractionsModelTest.IncompleteInputInteractionsModel - Class in edu.rice.cs.drjava.model.repl
This test model includes a slave JVM, just like a DefaultGlobalModel.
InteractionsModelTest.IncompleteInputInteractionsModel(InteractionsDJDocument) - Constructor for class edu.rice.cs.drjava.model.repl.InteractionsModelTest.IncompleteInputInteractionsModel
Constructs a new IncompleteInputInteractionsModel.
InteractionsModelTest.TestInteractionsModel - Class in edu.rice.cs.drjava.model.repl
A generic InteractionsModel for testing purposes.
InteractionsModelTest.TestInteractionsModel(InteractionsDJDocument) - Constructor for class edu.rice.cs.drjava.model.repl.InteractionsModelTest.TestInteractionsModel
Constructs a new InteractionsModel.
InteractionsPane - Class in edu.rice.cs.drjava.ui
The view component for repl interaction.
InteractionsPane(InteractionsDJDocument) - Constructor for class edu.rice.cs.drjava.ui.InteractionsPane
Creates an InteractionsPane with the given document.
InteractionsPane(String, InteractionsDJDocument) - Constructor for class edu.rice.cs.drjava.ui.InteractionsPane
Creates an InteractionsPane with the given document.
InteractionsPane.AntiAliasOptionListener - Class in edu.rice.cs.drjava.ui
The OptionListener for TEXT_ANTIALIAS.
InteractionsPane.AntiAliasOptionListener() - Constructor for class edu.rice.cs.drjava.ui.InteractionsPane.AntiAliasOptionListener
 
InteractionsPane.leftUndoBreak - Class in edu.rice.cs.drjava.ui
listens for a left click by mouse and ends a compound edit for the undo/redo funationality means that when someone clicks to change position in text, starts typing at the new location, the undo will only get rid of the added text
InteractionsPane.leftUndoBreak() - Constructor for class edu.rice.cs.drjava.ui.InteractionsPane.leftUndoBreak
 
InteractionsPane.RedoAction - Class in edu.rice.cs.drjava.ui
Redo action.
InteractionsPane.RedoAction() - Constructor for class edu.rice.cs.drjava.ui.InteractionsPane.RedoAction
Constructor.
InteractionsPane.UndoAction - Class in edu.rice.cs.drjava.ui
The undo action.
InteractionsPane.UndoAction() - Constructor for class edu.rice.cs.drjava.ui.InteractionsPane.UndoAction
Constructor.
InteractionsPaneOptions - Class in edu.rice.cs.drjava.model.repl
Interpreter options that can be changed.
InteractionsPaneOptions() - Constructor for class edu.rice.cs.drjava.model.repl.InteractionsPaneOptions
 
InteractionsPaneTest - Class in edu.rice.cs.drjava.ui
Test functions of InteractionsPane.
InteractionsPaneTest() - Constructor for class edu.rice.cs.drjava.ui.InteractionsPaneTest
 
InteractionsScriptController - Class in edu.rice.cs.drjava.ui
Controller for an interactions script.
InteractionsScriptController(InteractionsScriptModel, Action, InteractionsPane) - Constructor for class edu.rice.cs.drjava.ui.InteractionsScriptController
Builds a new interactions script pane and links it to the given model.
InteractionsScriptModel - Class in edu.rice.cs.drjava.model.repl
Manages the execution of a Interactions History as a script of individual commands.
InteractionsScriptModel(InteractionsModel, List<String>) - Constructor for class edu.rice.cs.drjava.model.repl.InteractionsScriptModel
Constructs a new interactions script using the given model and interactions.
InteractionsScriptPane - Class in edu.rice.cs.drjava.ui
Pane for an interactions script.
InteractionsScriptPane(int, int) - Constructor for class edu.rice.cs.drjava.ui.InteractionsScriptPane
Constructs a new pane with the given rows and cols.
interactionStartCount - Variable in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
interactionStarted() - Method in class edu.rice.cs.drjava.model.debug.DebugTestCase.InterpretListener
 
interactionStarted() - Method in class edu.rice.cs.drjava.model.GlobalEventNotifier
Called after an interaction is started by the GlobalModel.
interactionStarted() - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.InteractionListener
 
interactionStarted() - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
interactionStarted() - Method in class edu.rice.cs.drjava.model.repl.DummyInteractionsListener
Called after an interaction is started by the GlobalModel.
interactionStarted() - Method in class edu.rice.cs.drjava.model.repl.InteractionsEventNotifier
Called after an interaction is started by the GlobalModel.
interactionStarted() - Method in interface edu.rice.cs.drjava.model.repl.InteractionsListener
Called when an interaction has started.
interactionStarted() - Method in class edu.rice.cs.drjava.ui.MainFrame.ModelListener
 
INTERMEDIATE_LEVEL - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
 
interpret(String) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase
Puts the given input into the interactions document and then interprets it, returning the result that was put into the interactions document.
interpret(String) - Method in class edu.rice.cs.drjava.model.repl.InteractionsModel
Interprets the given command.
interpret(String) - Method in class edu.rice.cs.drjava.model.repl.JavaInterpreterTest
 
interpret(String) - Method in class edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM
Interprets the given string of source code in the active interpreter.
interpret(String, String) - Method in class edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM
Interprets the given string of source code with the given interpreter.
interpret(String, Interpreter) - Method in class edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM
 
interpret(String) - Method in interface edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVMRemoteI
Interprets the given string of source code in the active interpreter.
interpret(String) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM
Interprets string s in the remote JVM.
interpretCurrentInteraction() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
throw new UnsupportedOperationException
interpretCurrentInteraction() - Method in class edu.rice.cs.drjava.model.DefaultGlobalModel
Interprets the current given text at the prompt in the interactions pane.
interpretCurrentInteraction() - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
interpretCurrentInteraction() - Method in interface edu.rice.cs.drjava.model.GlobalModel
Interprets the current given text at the prompt in the interactions pane.
interpretCurrentInteraction() - Method in class edu.rice.cs.drjava.model.repl.InteractionsModel
Interprets the current given text at the prompt in the interactions doc.
interpretDirectly(String) - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelErrorTest
 
interpreter(boolean) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.DisposedState
 
interpreter(boolean) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.FreshRunningState
 
interpreter(boolean) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.FreshState
 
interpreter(boolean) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.RestartingState
 
interpreter(boolean) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.RunningState
 
interpreter(boolean) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.StartingState
 
interpreter(boolean) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.State
Get the current interpreter -- null if unavailable.
interpreter(boolean) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.StoppingState
 
interpreterChanged(boolean) - Method in class edu.rice.cs.drjava.model.debug.DebugTestCase.InterpretListener
 
interpreterChanged(boolean) - Method in class edu.rice.cs.drjava.model.GlobalEventNotifier
Called when the active interpreter is changed.
interpreterChanged(boolean) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
interpreterChanged(boolean) - Method in class edu.rice.cs.drjava.model.repl.DummyInteractionsListener
Called when the active interpreter is changed.
interpreterChanged(boolean) - Method in class edu.rice.cs.drjava.model.repl.InteractionsEventNotifier
Called when the active interpreter is changed.
interpreterChanged(boolean) - Method in interface edu.rice.cs.drjava.model.repl.InteractionsListener
Called when the active interpreter is changed.
interpreterChanged(boolean) - Method in class edu.rice.cs.drjava.ui.MainFrame.ModelListener
Called when the active interpreter is changed.
interpreterChangedCount - Variable in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
interpreterExited(int) - Method in class edu.rice.cs.drjava.model.GlobalEventNotifier
Called when the interactions JVM was closed by System.exit or by being aborted.
interpreterExited(int) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.InteractionListener
 
interpreterExited(int) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
interpreterExited(int) - Method in class edu.rice.cs.drjava.model.repl.DummyInteractionsListener
Called when the interactions JVM was closed by System.exit or by being aborted.
interpreterExited(int) - Method in class edu.rice.cs.drjava.model.repl.InteractionsEventNotifier
Called when the interactions JVM was closed by System.exit or by being aborted.
interpreterExited(int) - Method in interface edu.rice.cs.drjava.model.repl.InteractionsListener
Called when the interpreter exits unexpectedly.
interpreterExited(int) - Method in class edu.rice.cs.drjava.ui.MainFrame.ModelListener
 
interpreterExitedCount - Variable in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
InterpreterInterruptedException - Exception in edu.rice.cs.drjava.model.repl
Exception to signify that the interpreter was interrupted before it could complete.
InterpreterInterruptedException(int, int, int, int) - Constructor for exception edu.rice.cs.drjava.model.repl.InterpreterInterruptedException
 
InterpreterJVM - Class in edu.rice.cs.drjava.model.repl.newjvm
This is the main class for the interpreter JVM.
InterpreterJVM() - Constructor for class edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM
Private constructor; use the singleton ONLY instance.
InterpreterJVM.DebugMethodContext - Class in edu.rice.cs.drjava.model.repl.newjvm
A custom context for interpreting within the body of a defined method.
InterpreterJVM.DebugMethodContext(TypeContext, boolean) - Constructor for class edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM.DebugMethodContext
 
InterpreterJVMRemoteI - Interface in edu.rice.cs.drjava.model.repl.newjvm
This interface specifies the methods that the interpreter JVM exposes for the MainJVM to call.
interpreterReady(File) - Method in class edu.rice.cs.drjava.model.GlobalEventNotifier
Called when the interactions window is reset.
interpreterReady(File) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.InteractionListener
 
interpreterReady(File) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
interpreterReady(File) - Method in class edu.rice.cs.drjava.model.repl.DefaultInteractionsModel
Called when the Java interpreter is ready to use.
interpreterReady(File) - Method in class edu.rice.cs.drjava.model.repl.DummyInteractionsListener
Called when the interactions window is reset.
interpreterReady(File) - Method in class edu.rice.cs.drjava.model.repl.InteractionsEventNotifier
Called when the interactions window is reset.
interpreterReady(File) - Method in interface edu.rice.cs.drjava.model.repl.InteractionsListener
Called when the interpreter is ready to use.
interpreterReady(File) - Method in class edu.rice.cs.drjava.model.repl.InteractionsModel
Called when a new Java interpreter has registered and is ready for use.
interpreterReady(File) - Method in interface edu.rice.cs.drjava.model.repl.InteractionsModelCallback
Called to assert that a fresh Java interpreter is ready for use either after a start or a restart.
interpreterReady(File) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.DummyInteractionsModel
 
interpreterReady(File) - Method in class edu.rice.cs.drjava.ui.MainFrame.ModelListener
 
interpreterReadyCount - Variable in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
interpreterResetFailed(Throwable) - Method in class edu.rice.cs.drjava.model.GlobalEventNotifier
Called if the interpreter reset failed.
interpreterResetFailed(Throwable) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
interpreterResetFailed(Throwable) - Method in class edu.rice.cs.drjava.model.repl.DummyInteractionsListener
Called if the interpreter reset failed.
interpreterResetFailed(Throwable) - Method in class edu.rice.cs.drjava.model.repl.InteractionsEventNotifier
Called if the interpreter reset failed.
interpreterResetFailed(Throwable) - Method in interface edu.rice.cs.drjava.model.repl.InteractionsListener
Called if the interpreter could not be reset.
interpreterResetFailed(Throwable) - Method in class edu.rice.cs.drjava.model.repl.InteractionsModel
This method is called by the Main JVM if the Interpreter JVM cannot be exited
interpreterResetFailed(Throwable) - Method in interface edu.rice.cs.drjava.model.repl.InteractionsModelCallback
This method is called by the Main JVM if the Interpreter JVM cannot be exited (likely because of its having a security manager)
interpreterResetFailed(Throwable) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.DummyInteractionsModel
 
interpreterResetFailed(Throwable) - Method in class edu.rice.cs.drjava.ui.MainFrame.ModelListener
 
interpreterResetFailedCount - Variable in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
interpreterResetting() - Method in class edu.rice.cs.drjava.model.GlobalEventNotifier
Called when the interactionsJVM has begun resetting.
interpreterResetting() - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.InteractionListener
 
interpreterResetting() - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
interpreterResetting() - Method in class edu.rice.cs.drjava.model.repl.DummyInteractionsListener
Called when the interactionsJVM has begun resetting.
interpreterResetting() - Method in class edu.rice.cs.drjava.model.repl.InteractionsEventNotifier
Called when the interactionsJVM has begun resetting.
interpreterResetting() - Method in interface edu.rice.cs.drjava.model.repl.InteractionsListener
Called when the interpreter has begun resetting.
interpreterResetting() - Method in class edu.rice.cs.drjava.model.repl.InteractionsModel
Called when the interpreter starts to reset.
interpreterResetting() - Method in interface edu.rice.cs.drjava.model.repl.InteractionsModelCallback
Called when the interpreter starts to reset.
interpreterResetting() - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.DummyInteractionsModel
 
interpreterResetting() - Method in class edu.rice.cs.drjava.ui.MainFrame.ModelListener
 
interpreterResettingCount - Variable in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
interpreterWontStart(Exception) - Method in class edu.rice.cs.drjava.model.repl.InteractionsModel
 
interpreterWontStart(Exception) - Method in interface edu.rice.cs.drjava.model.repl.InteractionsModelCallback
Called when the slave JVM fails to startup
interpreterWontStart(Exception) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.DummyInteractionsModel
 
interpretIgnoreResult(String) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase
Appends the input string to the interactions pane and interprets it.
InterpretResult - Class in edu.rice.cs.drjava.model.repl.newjvm
Super class for any type of result that can occur from a call to interpret.
InterpretResult() - Constructor for class edu.rice.cs.drjava.model.repl.newjvm.InterpretResult
 
InterpretResult.BooleanValueResult - Class in edu.rice.cs.drjava.model.repl.newjvm
 
InterpretResult.BooleanValueResult(Boolean) - Constructor for class edu.rice.cs.drjava.model.repl.newjvm.InterpretResult.BooleanValueResult
 
InterpretResult.BusyResult - Class in edu.rice.cs.drjava.model.repl.newjvm
 
InterpretResult.BusyResult() - Constructor for class edu.rice.cs.drjava.model.repl.newjvm.InterpretResult.BusyResult
 
InterpretResult.CharValueResult - Class in edu.rice.cs.drjava.model.repl.newjvm
 
InterpretResult.CharValueResult(Character) - Constructor for class edu.rice.cs.drjava.model.repl.newjvm.InterpretResult.CharValueResult
 
InterpretResult.ExceptionResult - Class in edu.rice.cs.drjava.model.repl.newjvm
 
InterpretResult.ExceptionResult(InterpreterException) - Constructor for class edu.rice.cs.drjava.model.repl.newjvm.InterpretResult.ExceptionResult
 
InterpretResult.NoValueResult - Class in edu.rice.cs.drjava.model.repl.newjvm
 
InterpretResult.NoValueResult() - Constructor for class edu.rice.cs.drjava.model.repl.newjvm.InterpretResult.NoValueResult
 
InterpretResult.NumberValueResult - Class in edu.rice.cs.drjava.model.repl.newjvm
 
InterpretResult.NumberValueResult(Number) - Constructor for class edu.rice.cs.drjava.model.repl.newjvm.InterpretResult.NumberValueResult
 
InterpretResult.ObjectValueResult - Class in edu.rice.cs.drjava.model.repl.newjvm
 
InterpretResult.ObjectValueResult(String, String) - Constructor for class edu.rice.cs.drjava.model.repl.newjvm.InterpretResult.ObjectValueResult
 
InterpretResult.StringValueResult - Class in edu.rice.cs.drjava.model.repl.newjvm
 
InterpretResult.StringValueResult(String) - Constructor for class edu.rice.cs.drjava.model.repl.newjvm.InterpretResult.StringValueResult
 
InterpretResult.UnexpectedExceptionResult - Class in edu.rice.cs.drjava.model.repl.newjvm
 
InterpretResult.UnexpectedExceptionResult(Throwable) - Constructor for class edu.rice.cs.drjava.model.repl.newjvm.InterpretResult.UnexpectedExceptionResult
 
InterpretResult.Visitor<T> - Interface in edu.rice.cs.drjava.model.repl.newjvm
 
interrupt() - Method in class edu.rice.cs.util.swing.SwingWorker
A new method that interrupts the worker thread.
interruptConsoleInput() - Method in class edu.rice.cs.drjava.ui.InteractionsController
Forces console input to complete without the user hitting .
INTRO_PAGE - Static variable in class edu.rice.cs.drjava.ui.JavadocFrame
 
INTRO_URL - Static variable in class edu.rice.cs.drjava.ui.HelpFrame
 
INTRO_URL - Static variable in class edu.rice.cs.drjava.ui.QuickStartFrame
 
INTRODUCTION - Static variable in class edu.rice.cs.drjava.ui.AboutDialog
 
introPagePath(File, String) - Static method in class edu.rice.cs.drjava.ui.JavadocFrame
 
intValue() - Method in class edu.rice.cs.util.sexp.NumberAtom
 
invalidate() - Method in class edu.rice.cs.drjava.config.ConstantProperty
Mark the value as stale.
invalidate() - Method in class edu.rice.cs.drjava.config.DrJavaProperty
Mark the value as stale and invalidate other properties that are listening.
invalidate() - Method in class edu.rice.cs.drjava.config.FileListProperty
Mark the value as stale.
invalidate() - Method in class edu.rice.cs.drjava.config.FileProperty
Mark the value as stale.
invalidateOthers(Set<DrJavaProperty>) - Method in class edu.rice.cs.drjava.config.DrJavaProperty
Invalidate those properties that are listening to this property.
InvalidPackageException - Exception in edu.rice.cs.drjava.model.definitions
An exception thrown by DefinitionsDocument.getPackageName() when the document contains an invalid package statement.
InvalidPackageException(int, String) - Constructor for exception edu.rice.cs.drjava.model.definitions.InvalidPackageException
Constructs a exception
invokeAndWait(Runnable) - Static method in class edu.rice.cs.util.swing.Utilities
 
invokeLater(Runnable) - Static method in class edu.rice.cs.util.swing.Utilities
Runs the task synchronously if the current thread is the event thread; otherwise passes it to the event thread to be run asynchronously after all events already on the queue have been processed.
invokeSlave(JVMBuilder) - Method in class edu.rice.cs.util.newjvm.AbstractMasterJVM
Creates and starts the slave JVM.
isAbsolute() - Method in class edu.rice.cs.util.FileOps.NullFile
 
isActive() - Method in class edu.rice.cs.drjava.project.DocFile
 
isActive() - Method in interface edu.rice.cs.drjava.project.DocumentInfoGetter
 
isAddedFile() - Method in class edu.rice.cs.util.swing.FileSelectionEvent
 
isAddedFile(int) - Method in class edu.rice.cs.util.swing.FileSelectionEvent
 
isAddedFile(File) - Method in class edu.rice.cs.util.swing.FileSelectionEvent
 
isAlreadyOpen(File) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Iterates over OpenDefinitionsDocuments, looking for this file.
isAlreadyOpen(File) - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
isAncestorOf(File, File) - Static method in class edu.rice.cs.util.FileOps
Return true if the directory ancestor is an ancestor of the file f, i.e.
isAnonymousClass(Class<?>) - Static method in class edu.rice.cs.util.StringOps
Returns true if the class is an anonymous inner class.
isAsciiDigit(char) - Static method in class edu.rice.cs.util.StringOps
Character.isDigit answers true to some non-ascii digits.
isAutomaticTraceEnabled() - Method in interface edu.rice.cs.drjava.model.debug.Debugger
Returns whether automatic trace has been enabled within the debugger
isAutomaticTraceEnabled() - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
 
isAutomaticTraceEnabled() - Method in class edu.rice.cs.drjava.model.debug.NoDebuggerAvailable
Returns whether automatic trace has been enabled within the debugger
isAuxiliaryFile() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
isAuxiliaryFile(File) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.FlatFileGroupingState
 
isAuxiliaryFile(File) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ProjectFileGroupingState
 
isAuxiliaryFile() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
isAuxiliaryFile(File) - Method in interface edu.rice.cs.drjava.model.FileGroupingState
 
isAuxiliaryFile() - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
 
isAuxiliaryFile() - Method in class edu.rice.cs.util.docnavigation.DummyINavigatorItem
 
isAuxiliaryFile() - Method in interface edu.rice.cs.util.docnavigation.INavigatorItem
 
isAvailable() - Method in interface edu.rice.cs.drjava.model.compiler.CompilerInterface
Indicates whether this compiler is actually available.
isAvailable() - Method in class edu.rice.cs.drjava.model.compiler.JavacCompiler
 
isAvailable() - Method in class edu.rice.cs.drjava.model.compiler.NoCompilerAvailable
 
isAvailable() - Method in interface edu.rice.cs.drjava.model.debug.Debugger
Returns whether the debugger can be used in this copy of DrJava.
isAvailable() - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Returns whether the debugger is available in this copy of DrJava.
isAvailable() - Method in class edu.rice.cs.drjava.model.debug.NoDebuggerAvailable
Returns whether the debugger is currently available in this JVM.
isAvailable() - Method in class edu.rice.cs.drjava.model.javadoc.DefaultJavadocModel
 
isAvailable() - Method in interface edu.rice.cs.drjava.model.javadoc.JavadocModel
true iff the classes to run javadoc are available
isAvailable() - Method in class edu.rice.cs.drjava.model.javadoc.NoJavadocAvailable
 
isAvailable() - Method in class edu.rice.cs.drjava.ui.avail.AndGUIAvailabilityListener
 
isAvailable(GUIAvailabilityListener.ComponentType) - Method in class edu.rice.cs.drjava.ui.avail.GUIAvailabilityNotifier
Return true if the component is available.
isAvailable() - Method in class edu.rice.cs.drjava.ui.avail.OrGUIAvailabilityListener
 
isBaseForCompound() - Method in class edu.rice.cs.drjava.model.JDKDescriptor
True if this is a JDK that can serve as base for a compound JDK.
isBaseForCompound() - Method in class edu.rice.cs.drjava.model.JDKDescriptor.None
 
isBlockCommentEnd() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.Brace
 
isBlockCommentEnd() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.Gap
Determines that this is not the end of a block comment.
isBlockCommentEnd() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedToken
Determines whether the current location is the end of a block comment
isBlockCommentStart() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.Brace
 
isBlockCommentStart() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.Gap
Determines that this is not the start of a block comment.
isBlockCommentStart() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedToken
Determines if current location is the beginning of a block comment
isBusyInterpreter(Interpreter) - Method in class edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM
 
isCanceled() - Method in interface edu.rice.cs.util.swing.IAsyncProgress
 
isCanonical - Variable in class edu.rice.cs.util.FileOps.DefaultFileSaver
This field keeps track of whether or not outputFile has been resolved to its canonical name.
isCellEditable(int, int) - Method in class edu.rice.cs.drjava.ui.DebugPanel.StackTableModel
 
isCellEditable(int, int) - Method in class edu.rice.cs.drjava.ui.DebugPanel.ThreadTableModel
 
isCellEditable(int, int) - Method in class edu.rice.cs.drjava.ui.DebugPanel.WatchTableModel
 
isCellEditable(int, int) - Method in class edu.rice.cs.util.swing.UneditableTableModel
 
isChanged() - Method in class edu.rice.cs.drjava.model.debug.DebugWatchData
Returns whether this value has changed since the last call to setValue.
isClassOrInterfaceWord(int, boolean) - Method in class edu.rice.cs.drjava.model.ClassAndInterfaceFinder
returns true iff the token is "class" or we're at the end of the file
isClassPathChanged() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
 
isClosed() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.Brace
Indicates whether this is a closing brace.
isClosed() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.Gap
Determines that this is not closed.
isClosed() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedToken
Determines whether the current location is a closing parenthesis.
isClosedBrace() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.Brace
 
isClosedBrace() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.Gap
Determines that this is not a closed brace.
isClosedBrace() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedToken
Determines whether the current location is a closed brace.
isCollapsed() - Method in class edu.rice.cs.util.docnavigation.InnerNode
 
isCommented() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedToken
Indicates whether this brace is commented out.
isCommentOpen(String, int) - Static method in class edu.rice.cs.drjava.model.AbstractDJDocument
 
isCommentStart(String, int) - Static method in class edu.rice.cs.drjava.model.AbstractDJDocument
 
isCommentStart() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedToken
Determine whether this token is a comment start "brace" ("//" or "/*')
isCompatibleRTConcJUnitFile(File) - Static method in class edu.rice.cs.drjava.model.junit.ConcJUnitUtils
Check if the file is a valid rt.concjunit.jar file that matches the currently running Java version.
isCompilerTabSelected() - Method in class edu.rice.cs.drjava.ui.MainFrame
Returns whether the compiler output tab is currently showing.
isCompound() - Method in class edu.rice.cs.drjava.model.JDKDescriptor
True if this is a compound JDK and needs a fully featured JDK to operate.
isCompound() - Method in class edu.rice.cs.drjava.model.JDKDescriptor.None
 
isContinuationException() - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelTest.IncompleteInputInteractionsModel
 
isCurrent() - Method in class edu.rice.cs.drjava.config.ConstantProperty
Return true if the value is current.
isCurrent() - Method in class edu.rice.cs.drjava.config.DrJavaProperty
Return true if the value is current.
isCurrent() - Method in class edu.rice.cs.drjava.config.EagerProperty
Return that it is never current.
isCurrent() - Method in class edu.rice.cs.drjava.config.FileListProperty
Return true if the value is current.
isCurrent() - Method in class edu.rice.cs.drjava.config.FileProperty
Return true if the value is current.
isCurrentRegionFirst() - Method in class edu.rice.cs.drjava.model.BrowserHistoryManager
 
isCurrentRegionLast() - Method in class edu.rice.cs.drjava.model.BrowserHistoryManager
 
isCurrentThreadSuspended() - Method in interface edu.rice.cs.drjava.model.debug.Debugger
Returns whether the debugger's current thread is suspended.
isCurrentThreadSuspended() - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Returns whether the debugger's current thread is suspended.
isCurrentThreadSuspended() - Method in class edu.rice.cs.drjava.model.debug.NoDebuggerAvailable
Returns whether the debugger's current thread is suspended.
isDebuggerEnabled() - Method in class edu.rice.cs.drjava.ui.MainFrame
 
isDebuggerReady() - Method in class edu.rice.cs.drjava.ui.MainFrame
 
isDelegated() - Method in class edu.rice.cs.util.XMLConfig
 
isDelimiter(char) - Method in class edu.rice.cs.drjava.model.FindReplaceMachine
Determines whether a character is a delimiter (not a letter or digit) as a helper to wholeWordFoundAtCurrent
isDeprecated(String) - Method in class edu.rice.cs.drjava.config.ForcedChoiceOption
Checks whether the parameter String is a deprecated value for this option.
isDirectory() - Method in class edu.rice.cs.util.FileOps.NullFile
 
isDisplayed(TabbedPanel) - Static method in class edu.rice.cs.drjava.ui.MainFrame
 
isDisplayed() - Method in class edu.rice.cs.drjava.ui.TabbedPanel
 
isDisposed() - Method in class edu.rice.cs.util.newjvm.AbstractMasterJVM
 
isDocumentSelected() - Method in interface edu.rice.cs.util.docnavigation.IDocumentNavigator
 
isDocumentSelected() - Method in class edu.rice.cs.util.docnavigation.JListNavigator
 
isDocumentSelected() - Method in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
 
isDoubleEscape() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.Brace
 
isDoubleEscape() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.Gap
Determines that this is not a double escape.
isDoubleEscape() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedToken
Returns whether this is a double escape
isDoubleEscapeSequence() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.Brace
 
isDoubleEscapeSequence() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.Gap
Determines that this is not a double escape sequence.
isDoubleEscapeSequence() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedToken
Returns whether this is a double escape sequence
isDoubleQuote() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.Brace
 
isDoubleQuote() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.Gap
Determines that this is not a ".
isDoubleQuote() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedToken
Returns whether this is a double quote
isEditable(Option<T>) - Method in class edu.rice.cs.drjava.config.Configuration
By default, all options are editable.
isEditable(Option<T>) - Method in class edu.rice.cs.drjava.config.ResourceBundleConfiguration
Return true if the option is editable.
isEditable() - Method in class edu.rice.cs.util.swing.FileDisplay
If the representation of the file is different from the underlying child string of the path, then the node represented by this file display cannot be edited.
isEmpty() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
Determines if the document is empty.
isEmpty() - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDABreakpoint
 
isEmpty() - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger.RandomAccessStack
 
isEmpty() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ModelList
Returns true if the list is empty.
isEmpty() - Method in class edu.rice.cs.drjava.model.DocumentRegion
 
isEmpty() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
isEmpty() - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
Determines if the document is empty.
isEmpty() - Method in interface edu.rice.cs.drjava.model.OrderedDocumentRegion
 
isEmpty() - Method in interface edu.rice.cs.util.docnavigation.IDocumentNavigator
Returns whether this IDocumentNavigator contains any INavigatorItems.
isEmpty() - Method in class edu.rice.cs.util.docnavigation.JListNavigator
 
isEmpty() - Method in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
Returns whether this IDocumentNavigator contains any IDocuments.
isEnabled() - Method in interface edu.rice.cs.drjava.model.debug.DebugBreakpointData
 
isEnabled() - Method in class edu.rice.cs.drjava.model.debug.jpda.DebugAction
 
isEnabled - Variable in class edu.rice.cs.drjava.project.ProjectFileParser.BreakpointPropertyVisitor
 
isEnabled() - Method in class edu.rice.cs.util.Log
Returns whether this log is currently enabled.
isEnabled() - Method in class edu.rice.cs.util.swing.DelegatingAction
 
isEndOfStream() - Method in class edu.rice.cs.drjava.ui.InteractionsController.InputBox
Returns true if this stream has been closed.
isEOF(int) - Static method in class edu.rice.cs.drjava.model.ClassAndInterfaceFinder
 
isEscapedDoubleQuote() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.Brace
 
isEscapedDoubleQuote() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.Gap
Determines that this is not a \".
isEscapedDoubleQuote() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedToken
Return whether this is an escaped double quote
isEscapedSingleQuote() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.Brace
 
isEscapedSingleQuote() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.Gap
Determines that this is not a \'.
isEscapedSingleQuote() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedToken
Returns whether this is an escaped single quote
isExcludedFile(File) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.FlatFileGroupingState
 
isExcludedFile(File) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ProjectFileGroupingState
 
isExcludedFile(File) - Method in interface edu.rice.cs.drjava.model.FileGroupingState
Returns true if the file is excluded from the current project
isFile() - Method in class edu.rice.cs.util.FileOps.NullFile
 
isFindReplaceActive() - Method in class edu.rice.cs.drjava.ui.FindReplacePanel
 
isFocusable() - Method in class edu.rice.cs.util.swing.UnfocusableButton
Returns that this button cannot be given focus.
isFocusTraversable() - Method in class edu.rice.cs.util.swing.UnfocusableButton
Deprecated. 
isGap() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.Brace
Implementation of abstract function.
isGap() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.Gap
Determines that this is a gap.
isGap() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedToken
Determines whether the current location is within in gap.
isGroupSelected() - Method in interface edu.rice.cs.util.docnavigation.IDocumentNavigator
 
isGroupSelected() - Method in class edu.rice.cs.util.docnavigation.JListNavigator
 
isGroupSelected() - Method in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
 
isHidden() - Method in class edu.rice.cs.util.FileOps.NullFile
 
isInterpreterName(String) - Method in class edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM
 
isJavadocTabSelected() - Method in class edu.rice.cs.drjava.ui.MainFrame
Returns whether the JavaDoc output tab is currently showing.
isJavaFileExtensionRegistered() - Method in class edu.rice.cs.drjava.platform.DefaultPlatform
 
isJavaFileExtensionRegistered() - Method in interface edu.rice.cs.drjava.platform.PlatformSupport
 
isJavaIdentifier(String) - Static method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
 
isLegal(String) - Method in class edu.rice.cs.drjava.config.ForcedChoiceOption
Checks whether the parameter String is a legal value for this option.
isLineComment() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.Brace
 
isLineComment() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.Gap
Determines that this is not a line comment.
isLineComment() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedToken
Determines whether the current location is a line comment
isLLFile(String) - Static method in class edu.rice.cs.drjava.model.DrJavaFileUtils
.dj --> true .dj0 --> true .dj1 --> true .dj2 --> true otherwise false
isLLFile(File) - Static method in class edu.rice.cs.drjava.model.DrJavaFileUtils
 
isMacPlatform() - Method in class edu.rice.cs.drjava.platform.DefaultPlatform
Returns whether this is a Mac OS X platform.
isMacPlatform() - Method in interface edu.rice.cs.drjava.platform.PlatformSupport
Returns whether this is a Mac OS X platform.
isMatch(Brace) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.Brace
Check if two braces match.
isMatch(Brace) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.Gap
Determines that this is not a match.
isMatch(Brace) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedToken
Determine if the given token is a open/close match with this.
isMatch(X, PredictiveInputModel<X>) - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel.FragmentLineNumStrategy
 
isMatch(X, PredictiveInputModel<X>) - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel.FragmentStrategy
 
isMatch(X, PredictiveInputModel<X>) - Method in interface edu.rice.cs.drjava.ui.predictive.PredictiveInputModel.MatchingStrategy
Returns true if the item is a match.
isMatch(X, PredictiveInputModel<X>) - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel.PrefixLineNumStrategy
 
isMatch(X, PredictiveInputModel<X>) - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel.PrefixStrategy
 
isMatch(X, PredictiveInputModel<X>) - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel.RegExLineNumStrategy
 
isMatch(X, PredictiveInputModel<X>) - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel.RegExStrategy
 
isMatchable() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.Brace
Determines if this Brace is matchable (one of "{", "}", "(", ")", "[", "]").
isMatchable() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.Gap
Determines that this ReducedToken is not matchable (one of "{", "}", "(", ")", "[", "]")
isMatchable() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedToken
Return true iff this ReducedToken is a matchable, i.e.
isMemberClass(Class<?>) - Static method in class edu.rice.cs.util.StringOps
Returns true if the class is a member class.
isModified() - Method in class edu.rice.cs.drjava.model.definitions.CompoundUndoManager
Determines if the document is in the same undo state as it was when it was last saved.
isModifiedSinceSave() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
Determines if the document has been modified since the last save.
isModifiedSinceSave() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
Determines if the document has been modified since the last save.
isModifiedSinceSave() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
isModifiedSinceSave() - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
Determines if this definitions document has changed since the last save.
isModifiedSinceSave() - Method in class edu.rice.cs.drjava.model.repl.InteractionsDJDocument
Determines if the document has been modified since the last save.
isMultipleCharBrace() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.Brace
 
isMultipleCharBrace() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.Gap
Determines that this is not a multi-char brace.
isMultipleCharBrace() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedToken
Determines whether the current location is part of a multiple char brace.
isNew() - Method in class edu.rice.cs.util.swing.FileDisplay
 
isNewline() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.Brace
 
isNewline() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.Gap
Determines that this is not a newline.
isNewline() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedToken
Determines whether the current location is a new line.
isNextChangeModelInitiated() - Method in interface edu.rice.cs.util.docnavigation.IDocumentNavigator
 
isNextChangeModelInitiated() - Method in class edu.rice.cs.util.docnavigation.JListNavigator
 
isNextChangeModelInitiated() - Method in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
 
isOldLLFile(String) - Static method in class edu.rice.cs.drjava.model.DrJavaFileUtils
.dj0 --> true .dj1 --> true .dj2 --> true otherwise false
isOldLLFile(File) - Static method in class edu.rice.cs.drjava.model.DrJavaFileUtils
 
isOldProjectFile(String) - Static method in class edu.rice.cs.drjava.model.DrJavaFileUtils
.pjt --> true otherwise false
isOldProjectFile(File) - Static method in class edu.rice.cs.drjava.model.DrJavaFileUtils
 
isOpen() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.Brace
Indicates whether this is an opening brace.
isOpen() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.Gap
Determines that this is not open.
isOpen() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedToken
Determines whether the current location is an opening parenthesis.
isOpenBrace() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.Brace
 
isOpenBrace() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.Gap
Determines that this is not an open brace.
isOpenBrace() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedToken
Determines whether the current location is an open brace.
isOpenComment() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelComment
 
isPackageWord(int) - Method in class edu.rice.cs.drjava.model.ClassAndInterfaceFinder
returns true iff the token is "package" or we're at the end of the file
isPerfectMatch(X, PredictiveInputModel<X>) - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel.FragmentLineNumStrategy
 
isPerfectMatch(X, PredictiveInputModel<X>) - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel.FragmentStrategy
 
isPerfectMatch(X, PredictiveInputModel<X>) - Method in interface edu.rice.cs.drjava.ui.predictive.PredictiveInputModel.MatchingStrategy
Returns true if the item is perfect a match.
isPerfectMatch(X, PredictiveInputModel<X>) - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel.PrefixLineNumStrategy
 
isPerfectMatch(X, PredictiveInputModel<X>) - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel.PrefixStrategy
 
isPerfectMatch(X, PredictiveInputModel<X>) - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel.RegExLineNumStrategy
 
isPerfectMatch(X, PredictiveInputModel<X>) - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel.RegExStrategy
 
isPlasticLaf() - Static method in class edu.rice.cs.util.swing.Utilities
 
isPlasticLaf(String) - Static method in class edu.rice.cs.util.swing.Utilities
 
isProjectActive() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.FlatFileGroupingState
 
isProjectActive() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
 
isProjectActive() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ProjectFileGroupingState
 
isProjectActive() - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
isProjectActive() - Method in interface edu.rice.cs.drjava.model.FileGroupingState
 
isProjectActive() - Method in interface edu.rice.cs.drjava.model.GlobalModel
 
isProjectActiveAndBuildDirSet() - Method in class edu.rice.cs.drjava.ui.MainFrame
 
isProjectActiveAndMainClassSet() - Method in class edu.rice.cs.drjava.ui.MainFrame
 
isProjectChanged() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.FlatFileGroupingState
 
isProjectChanged() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
 
isProjectChanged() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ProjectFileGroupingState
 
isProjectChanged() - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
isProjectChanged() - Method in interface edu.rice.cs.drjava.model.FileGroupingState
Returns true if in project mode and the current project file has changed.
isProjectChanged() - Method in interface edu.rice.cs.drjava.model.GlobalModel
Returns true if the project state has been changed
isProjectFile(String) - Static method in class edu.rice.cs.drjava.model.DrJavaFileUtils
.pjt --> true .drjava --> true .xml --> true otherwise false
isProjectFile(File) - Static method in class edu.rice.cs.drjava.model.DrJavaFileUtils
 
isQuoted() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedToken
Indicates whether this brace is inside quotes.
isReader() - Method in class edu.rice.cs.util.ReaderWriterLock.Reader
 
isReader() - Method in class edu.rice.cs.util.ReaderWriterLock.ReaderWriterThread
Returns whether this ReaderWriter is a reader.
isReader() - Method in class edu.rice.cs.util.ReaderWriterLock.Writer
 
isReadLocked() - Method in interface edu.rice.cs.util.text.ReadersWritersLocking
Returns true iff this thread holds a read lock or write lock.
isReady() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
Returns true if this document is resident in memory.
isReady() - Method in interface edu.rice.cs.drjava.model.cache.DCacheAdapter
Checks whether the document is ready to be returned.
isReady() - Method in class edu.rice.cs.drjava.model.cache.DocumentCache.DocManager
Checks whether the document is resident (in the cache or modified).
isReady() - Method in interface edu.rice.cs.drjava.model.debug.Debugger
Returns whether the debugger is enabled.
isReady() - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Returns whether the debugger is currently enabled.
isReady() - Method in class edu.rice.cs.drjava.model.debug.NoDebuggerAvailable
Returns the status of the debugger.
isReady() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
isReady() - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
Returns whether this document is resident in memory.
isRecursive() - Method in class edu.rice.cs.drjava.ui.JavadocDialog
 
isRecursive() - Method in interface edu.rice.cs.util.DirectorySelector
Returns true if the user wants the directory to include all subdirectories.
isRootSelected() - Method in interface edu.rice.cs.util.docnavigation.IDocumentNavigator
Returns true if the root is selected.
isRootSelected() - Method in class edu.rice.cs.util.docnavigation.JListNavigator
Returns true if the root is selected.
isRootSelected() - Method in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
Returns true if the root is selected.
isSaveEnabled() - Method in class edu.rice.cs.drjava.ui.MainFrame
Supports MainFrameTest.
isSearchAll() - Method in class edu.rice.cs.drjava.ui.FindResultsPanel
Return true if all documents were searched.
isSearchBackwards() - Method in class edu.rice.cs.drjava.model.FindReplaceMachine
 
isSearchBackwards() - Method in class edu.rice.cs.drjava.ui.FindReplacePanel
 
isSelectedAt(int, int) - Method in interface edu.rice.cs.util.docnavigation.IDocumentNavigator
Returns true if the item at the x,y coordinate of the navigator pane is currently selected.
isSelectedAt(int, int) - Method in class edu.rice.cs.util.docnavigation.JListNavigator
Returns true if the item at the x,y coordinate of the navigator pane is currently selected.
isSelectedAt(int, int) - Method in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
Returns true if the item at the x,y coordinate of the navigator pane is currently selected.
isSelectedInGroup(ItemT) - Method in interface edu.rice.cs.util.docnavigation.IDocumentNavigator
 
isSelectedInGroup(ItemT) - Method in class edu.rice.cs.util.docnavigation.JListNavigator
 
isSelectedInGroup(ItemT) - Method in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
 
isServerRunning() - Static method in class edu.rice.cs.drjava.RemoteControlClient
Return true if a DrJava remote control server is running.
isShadowed() - Method in class edu.rice.cs.drjava.model.AbstractDJDocument
 
isShadowed(int) - Method in class edu.rice.cs.drjava.model.AbstractDJDocument
 
isShadowed(int) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
Determines if pos in document is inside a comment or a string.
isShadowed() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelBrace
 
isShadowed() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelComment
 
isShadowed() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelControl
Determines if cursor position is shadowed by comment or string (does not include opening comment or quotation "brace").
isShadowed() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedToken
Indicates whether this brace is shadowed.
isShadowed(int) - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
Determines if pos in document is inside a comment or a string.
isShadowed(int) - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
Determines if pos in document is inside a comment or a string.
isSignificant() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument.CommandUndoableEdit
 
isSignificant() - Method in class edu.rice.cs.drjava.model.repl.InteractionsDJDocument.CommandUndoableEdit
 
isSimpleVariableOrFieldAccess(String) - Static method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Checks whether the argument is a valid variable or field access.
isSingleQuote() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.Brace
 
isSingleQuote() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.Gap
Determines that this is not a '.
isSingleQuote() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedToken
Returns whether this is a single quote
isSlash() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.Brace
 
isSlash() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.Gap
Determines that this is not a /.
isSlash() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedToken
Returns whether the current location is a slash
isSourceFile() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
isSourceFile(String) - Static method in class edu.rice.cs.drjava.model.DrJavaFileUtils
.java --> true .dj --> true .dj0 --> true .dj1 --> true .dj2 --> true otherwise false
isSourceFile(File) - Static method in class edu.rice.cs.drjava.model.DrJavaFileUtils
 
isSourceFile() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
isSourceFile() - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
 
isSourceFileForThisCompiler(File) - Method in interface edu.rice.cs.drjava.model.compiler.CompilerInterface
Return true if the specified file is a source file for this compiler.
isSourceFileForThisCompiler(File) - Method in class edu.rice.cs.drjava.model.compiler.JavacCompiler
.java --> true .dj --> true .dj0 --> true .dj1 --> true .dj2 --> true otherwise false
isSourceFileForThisCompiler(File) - Method in class edu.rice.cs.drjava.model.compiler.NoCompilerAvailable
Always false
isStar() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.Brace
 
isStar() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.Gap
Determines that this is not a *.
isStar() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedToken
Returns whether this is a star
isSuspended() - Method in class edu.rice.cs.drjava.model.debug.DebugThreadData
Tells whether or not the thread is suspended.
isSuspended() - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDAThreadData
Tells whether or not the thread is suspended.
isSwingBugArrayIndexOufOfBoundsExceptionInCharWidth(Throwable) - Static method in class edu.rice.cs.drjava.ui.DrJavaErrorHandler
Return true if this is an exception thrown because of the Swing bug: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2831821&group_id=44253
isSyntaxException() - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelTest.IncompleteInputInteractionsModel
 
isTestInProgress() - Method in class edu.rice.cs.drjava.model.junit.DefaultJUnitModel
 
isTestTabSelected() - Method in class edu.rice.cs.drjava.ui.MainFrame
Returns whether the test output tab is currently showing.
isTopLevelGroupSelected() - Method in interface edu.rice.cs.util.docnavigation.IDocumentNavigator
Returns true if at least one top level group is selected, false otherwise.
isTopLevelGroupSelected() - Method in class edu.rice.cs.util.docnavigation.JListNavigator
 
isTopLevelGroupSelected() - Method in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
Returns true if at least one top level group is selected.
isTraversable(File) - Method in class edu.rice.cs.util.swing.FileChooser
 
isUnmanagedOrUntitled() - Method in class edu.rice.cs.drjava.model.cache.DocumentCache.DocManager
All of the following private methods presume that _cacheLock is held
isUntitled() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
Returns whether this document is currently untitled (indicating whether it has a file yet or not).
isUntitled(File) - Static method in class edu.rice.cs.drjava.model.AbstractGlobalModel
 
isUntitled() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
isUntitled() - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
Returns whether this document is currently untitled (indicating whether it has a file yet or not).
isUntitled() - Method in interface edu.rice.cs.drjava.project.DocumentInfoGetter
 
isUntitled() - Method in class edu.rice.cs.util.docnavigation.DummyINavigatorItem
 
isUntitled() - Method in interface edu.rice.cs.util.docnavigation.INavigatorItem
 
isUntitledAndEmpty() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
isUsingSystemLAF() - Method in class edu.rice.cs.drjava.platform.DefaultPlatform
Utility method to determine if the current Swing look and feel is the platform-specific look and feel for the client platform.
isUsingSystemLAF() - Method in interface edu.rice.cs.drjava.platform.PlatformSupport
Utility method to determine if the current Swing look and feel is the platform-specific look and feel for the client platform.
isValid() - Method in class edu.rice.cs.drjava.model.JDKToolsLibrary
 
isValidConcJUnitFile(File) - Static method in class edu.rice.cs.drjava.model.junit.ConcJUnitUtils
Check if the file is a valid concutest-junit-xxx-withrt.jar file.
isValidJarFile(File, String...) - Static method in class edu.rice.cs.drjava.model.junit.ConcJUnitUtils
Check if the file is a valid jar file containing the files in the varargs.
isValidJUnitFile(File) - Static method in class edu.rice.cs.drjava.model.junit.ConcJUnitUtils
Check if the file is a valid junit.jar file.
isValidRTConcJUnitFile(File) - Static method in class edu.rice.cs.drjava.model.junit.ConcJUnitUtils
Check if the file is a valid rt.concjunit.jar file.
isWarning() - Method in class edu.rice.cs.drjava.model.DJError
Determines if the error is a warning.
isWeaklyShadowed() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelComment
 
isWeaklyShadowed() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelControl
Determines if current token is either shadowed or an opening comment brace ("//" or "/*").
isWindowsPlatform() - Method in class edu.rice.cs.drjava.platform.DefaultPlatform
Returns whether this is a Windows platform.
isWindowsPlatform() - Method in interface edu.rice.cs.drjava.platform.PlatformSupport
Returns whether this is a Windows platform.
isWord(int) - Static method in class edu.rice.cs.drjava.model.ClassAndInterfaceFinder
returns true iff the token is a word (as defined by StreamTokenizer)
isWriteLocked() - Method in interface edu.rice.cs.util.text.ReadersWritersLocking
Returns true iff this thread holds a write lock.
isWriter() - Method in class edu.rice.cs.util.ReaderWriterLock.Reader
 
isWriter() - Method in class edu.rice.cs.util.ReaderWriterLock.ReaderWriterThread
Returns whether this ReaderWriter is a writer.
isWriter() - Method in class edu.rice.cs.util.ReaderWriterLock.Writer
 
itemCase(ItemT, Object...) - Method in interface edu.rice.cs.util.docnavigation.NodeDataVisitor
 
iterateListOfClassNames(String) - Static method in class edu.rice.cs.drjava.ui.NewJavaClassDialog
 

J

JAR_ALL - Static variable in class edu.rice.cs.drjava.ui.JarOptionsDialog
 
JAR_CLASSES - Static variable in class edu.rice.cs.drjava.ui.JarOptionsDialog
Bitflags for default selection.
JAR_SOURCES - Static variable in class edu.rice.cs.drjava.ui.JarOptionsDialog
 
JarBuilder - Class in edu.rice.cs.util.jar
 
JarBuilder(File) - Constructor for class edu.rice.cs.util.jar.JarBuilder
Creates a file file without a manifest
JarBuilder(File, File) - Constructor for class edu.rice.cs.util.jar.JarBuilder
Creates an empty jar file with the given manifest
JarBuilder(File, Manifest) - Constructor for class edu.rice.cs.util.jar.JarBuilder
Creates an empty jar file with the given manifest
JarCreationTest - Class in edu.rice.cs.util.jar
 
JarCreationTest() - Constructor for class edu.rice.cs.util.jar.JarCreationTest
 
JarJDKToolsLibrary - Class in edu.rice.cs.drjava.model
A JDKToolsLibrary that was loaded from a specific jar file.
JarJDKToolsLibrary(File, JavaVersion.FullVersion, JDKDescriptor, CompilerInterface, Debugger, JavadocModel, List<File>) - Constructor for class edu.rice.cs.drjava.model.JarJDKToolsLibrary
 
JarOptionsDialog - Class in edu.rice.cs.drjava.ui
 
JarOptionsDialog(MainFrame) - Constructor for class edu.rice.cs.drjava.ui.JarOptionsDialog
Create a "Create Jar" dialog
JarOptionsDialog.FrameState - Class in edu.rice.cs.drjava.ui
Class to save the frame state, i.e.
JarOptionsDialog.FrameState(Point) - Constructor for class edu.rice.cs.drjava.ui.JarOptionsDialog.FrameState
 
JarOptionsDialog.FrameState(String) - Constructor for class edu.rice.cs.drjava.ui.JarOptionsDialog.FrameState
 
JarOptionsDialog.FrameState(JarOptionsDialog) - Constructor for class edu.rice.cs.drjava.ui.JarOptionsDialog.FrameState
 
JAVA_FILE_EXTENSION - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The extension for a Java source file
JAVA_FILE_FILTER - Static variable in class edu.rice.cs.util.FileOps
Deprecated. 
JAVA_KEYWORDS - Static variable in class edu.rice.cs.drjava.model.compiler.JavacCompiler
Set of Java/GJ keywords for special coloring.
Javac160FilteringCompiler - Class in edu.rice.cs.drjava.model.compiler
An abstract parent for all javac-based compiler interfaces that may need to filter .exe files from the classpath, i.e.
Javac160FilteringCompiler(JavaVersion.FullVersion, String, List<? extends File>) - Constructor for class edu.rice.cs.drjava.model.compiler.Javac160FilteringCompiler
 
JAVAC_LOCATION - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
tools.jar location, or NULL_FILE if not specified.
JavacCompiler - Class in edu.rice.cs.drjava.model.compiler
An abstract parent for all javac-based compiler interfaces.
JavacCompiler(JavaVersion.FullVersion, String, List<? extends File>) - Constructor for class edu.rice.cs.drjava.model.compiler.JavacCompiler
 
javadoc() - Method in class edu.rice.cs.drjava.model.JDKToolsLibrary
 
javadoc(boolean) - Method in class edu.rice.cs.drjava.ui.avail.DefaultGUIAvailabilityNotifier
Set the availability of tasks needed for Javadoc, i.e.
JAVADOC_1_3_LINK - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Constants for the URLs of Sun's system class documentation for different versions of Java.
JAVADOC_1_3_TEXT - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
 
JAVADOC_1_4_LINK - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
 
JAVADOC_1_4_TEXT - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
 
JAVADOC_1_5_LINK - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
 
JAVADOC_1_5_TEXT - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
 
JAVADOC_1_6_LINK - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
 
JAVADOC_1_6_TEXT - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
 
JAVADOC_1_7_LINK - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
 
JAVADOC_1_7_TEXT - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
 
JAVADOC_ACCESS_LEVEL - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The lowest access level of classes and members to include in the javadoc.
JAVADOC_ADDITIONAL_LINKS - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Additional Javadoc URLs.
JAVADOC_API_REF_VERSION - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The version of Java to use for the "Open Java API Javadoc" feature.
JAVADOC_AUTO_TEXT - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
 
JAVADOC_CUSTOM_PARAMS - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
A string containing custom options to be passed to Javadoc.
JAVADOC_DESTINATION - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The default destination directory for Javadoc output.
JAVADOC_FROM_ROOTS - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Whether to include the entire package heirarchy from the source roots when generating JavaDoc output.
JAVADOC_LINK_VERSION - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The version of Java to use for links to Javadoc for system classes.
JAVADOC_NONE_TEXT - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Possible options for Javadoc system class documentation links.
JAVADOC_PROMPT_FOR_DESTINATION - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Whether to always prompt for a destination directory, whether or not a default has been set.
javadocAll(DirectorySelector, FileSaveSelector) - Method in class edu.rice.cs.drjava.model.javadoc.DefaultJavadocModel
Javadocs all open documents, after ensuring that all are saved.
javadocAll(DirectorySelector, FileSaveSelector) - Method in interface edu.rice.cs.drjava.model.javadoc.JavadocModel
Javadocs all open documents, after ensuring that all are saved.
javadocAll(DirectorySelector, FileSaveSelector) - Method in class edu.rice.cs.drjava.model.javadoc.NoJavadocAvailable
Javadocs all open documents, after ensuring that all are saved.
javadocCustomParams - Variable in class edu.rice.cs.drjava.ui.config.ConfigFrame
 
JavadocDialog - Class in edu.rice.cs.drjava.ui
Manages a dialog box that can select a destination directory for generating Javadoc.
JavadocDialog(JFrame) - Constructor for class edu.rice.cs.drjava.ui.JavadocDialog
Creates a new JavadocDialog to show from the given frame.
javadocDocument(OpenDefinitionsDocument, FileSaveSelector) - Method in class edu.rice.cs.drjava.model.javadoc.DefaultJavadocModel
Generates Javadoc for the given document only, after ensuring it is saved.
javadocDocument(OpenDefinitionsDocument, FileSaveSelector) - Method in interface edu.rice.cs.drjava.model.javadoc.JavadocModel
Generates Javadoc for the given document only, after ensuring it is saved.
javadocDocument(OpenDefinitionsDocument, FileSaveSelector) - Method in class edu.rice.cs.drjava.model.javadoc.NoJavadocAvailable
Generates Javadoc for the given document only, after ensuring it is saved.
javadocEnded(boolean, File, boolean) - Method in class edu.rice.cs.drjava.model.DummyGlobalModelListener
Called after Javadoc is finished.
javadocEnded(boolean, File, boolean) - Method in class edu.rice.cs.drjava.model.GlobalEventNotifier
Called after Javadoc is finished.
javadocEnded(boolean, File, boolean) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
javadocEnded(boolean, File, boolean) - Method in class edu.rice.cs.drjava.model.javadoc.JavadocEventNotifier
Called after Javadoc is finished.
javadocEnded(boolean, File, boolean) - Method in interface edu.rice.cs.drjava.model.javadoc.JavadocListener
Called after Javadoc is finished.
javadocEnded(boolean, File, boolean) - Method in class edu.rice.cs.drjava.ui.MainFrame.ModelListener
 
JavadocErrorPanel - Class in edu.rice.cs.drjava.ui
The panel which displays all the Javadoc parsing errors.
JavadocErrorPanel(SingleDisplayModel, MainFrame) - Constructor for class edu.rice.cs.drjava.ui.JavadocErrorPanel
Constructor.
JavadocErrorPanel.JavadocErrorListPane - Class in edu.rice.cs.drjava.ui
A pane to show Javadoc errors.
JavadocErrorPanel.JavadocErrorListPane() - Constructor for class edu.rice.cs.drjava.ui.JavadocErrorPanel.JavadocErrorListPane
 
JavadocEventNotifier - Class in edu.rice.cs.drjava.model.javadoc
Keeps track of all listeners to a JavadocModel, and has the ability to notify them of some event.
JavadocEventNotifier() - Constructor for class edu.rice.cs.drjava.model.javadoc.JavadocEventNotifier
 
JavadocException - Exception in edu.rice.cs.drjava.model.javadoc
Deprecated. No longer needed.
JavadocException(String) - Constructor for exception edu.rice.cs.drjava.model.javadoc.JavadocException
Deprecated.  
javadocFinished() - Method in class edu.rice.cs.drjava.ui.avail.DefaultGUIAvailabilityNotifier
Make the tasks needed for Javadoc, i.e.
JavadocFrame - Class in edu.rice.cs.drjava.ui
DrJava's Javadoc viewing frame
JavadocFrame(File, String, boolean) - Constructor for class edu.rice.cs.drjava.ui.JavadocFrame
Constructor.
JavadocListener - Interface in edu.rice.cs.drjava.model.javadoc
An interface for responding to events generated by the JavadocModel.
JavadocModel - Interface in edu.rice.cs.drjava.model.javadoc
Model interface for Javadoc integration features.
JavadocModelTest - Class in edu.rice.cs.drjava.model.javadoc
Tests the functionality provided by an implementation of JavadocModel.
JavadocModelTest() - Constructor for class edu.rice.cs.drjava.model.javadoc.JavadocModelTest
 
javadocStarted() - Method in class edu.rice.cs.drjava.model.DummyGlobalModelListener
Called after Javadoc is started by the GlobalModel.
javadocStarted() - Method in class edu.rice.cs.drjava.model.GlobalEventNotifier
Called after Javadoc is started by the GlobalModel.
javadocStarted() - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
javadocStarted() - Method in class edu.rice.cs.drjava.model.javadoc.JavadocEventNotifier
Called after Javadoc is started by the GlobalModel.
javadocStarted() - Method in interface edu.rice.cs.drjava.model.javadoc.JavadocListener
Called after Javadoc is started by the GlobalModel.
javadocStarted() - Method in class edu.rice.cs.drjava.ui.avail.DefaultGUIAvailabilityNotifier
Make the tasks needed for Javadoc, i.e.
javadocStarted() - Method in class edu.rice.cs.drjava.ui.MainFrame.ModelListener
Fire just before javadoc asynchronous thread is started.
JavaInterpreterTest - Class in edu.rice.cs.drjava.model.repl
Tests the functionality of the repl interpreter.
JavaInterpreterTest() - Constructor for class edu.rice.cs.drjava.model.repl.JavaInterpreterTest
 
JavaSourceFilter - Class in edu.rice.cs.drjava.ui
A file filter for files with extensions ".java" and ".dj?".
JavaSourceFilter() - Constructor for class edu.rice.cs.drjava.ui.JavaSourceFilter
 
JavaSystemProperty - Class in edu.rice.cs.drjava.config
Class representing values from the Java System properties that can be inserted as variables in external processes.
JavaSystemProperty(String) - Constructor for class edu.rice.cs.drjava.config.JavaSystemProperty
Create a Java system property.
JDKDescriptor - Class in edu.rice.cs.drjava.model
A description of a JDK.
JDKDescriptor() - Constructor for class edu.rice.cs.drjava.model.JDKDescriptor
 
jdkDescriptor() - Method in class edu.rice.cs.drjava.model.JDKToolsLibrary
 
JDKDescriptor.None - Class in edu.rice.cs.drjava.model
Class for the singleton representing a JDK that doesn't have a descriptor.
JDKDescriptor.None() - Constructor for class edu.rice.cs.drjava.model.JDKDescriptor.None
 
JDKDescriptor.Util - Class in edu.rice.cs.drjava.model
Utilities for JDK descriptors.
JDKDescriptor.Util() - Constructor for class edu.rice.cs.drjava.model.JDKDescriptor.Util
 
JDKToolsLibrary - Class in edu.rice.cs.drjava.model
Provides dynamic access to the interface of a JDK's tools.jar classes.
JDKToolsLibrary(JavaVersion.FullVersion, JDKDescriptor, CompilerInterface, Debugger, JavadocModel) - Constructor for class edu.rice.cs.drjava.model.JDKToolsLibrary
 
JGOODIES_PACKAGE - Static variable in class edu.rice.cs.util.swing.Utilities
 
jl - Variable in class edu.rice.cs.util.swing.FontChooser.NwList
 
JListNavigator<ItemT extends INavigatorItem> - Class in edu.rice.cs.util.docnavigation
This class is an extension of JList that adds data shadowing the model embedded in a JList.
JListNavigator() - Constructor for class edu.rice.cs.util.docnavigation.JListNavigator
Standard constructor.
JListNavigator.CustomListCellRenderer - Class in edu.rice.cs.util.docnavigation
The cell renderer for this list.
JListNavigator.CustomListCellRenderer() - Constructor for class edu.rice.cs.util.docnavigation.JListNavigator.CustomListCellRenderer
 
JListSortNavigator<ItemT extends INavigatorItem> - Class in edu.rice.cs.util.docnavigation
 
JListSortNavigator() - Constructor for class edu.rice.cs.util.docnavigation.JListSortNavigator
 
JListSortNavigatorTest - Class in edu.rice.cs.util.docnavigation
 
JListSortNavigatorTest() - Constructor for class edu.rice.cs.util.docnavigation.JListSortNavigatorTest
 
join(Thread) - Static method in class edu.rice.cs.drjava.model.MultiThreadedTestCase
Join with a thread, i.e.
JoinInputStream - Class in edu.rice.cs.util
 
JoinInputStream(InputStream[], int) - Constructor for class edu.rice.cs.util.JoinInputStream
Create stream joining streams specified in the array.
JoinInputStream(InputStream, InputStream, int) - Constructor for class edu.rice.cs.util.JoinInputStream
Create stream joining two specified streams.
JoinInputStream(InputStream, InputStream) - Constructor for class edu.rice.cs.util.JoinInputStream
Create stream joining two specified streams.
JPDABreakpoint - Class in edu.rice.cs.drjava.model.debug.jpda
The breakpoint object which has references to its OpenDefinitionsDocument and its BreakpointRequest.
JPDABreakpoint(OpenDefinitionsDocument, int, boolean, JPDADebugger) - Constructor for class edu.rice.cs.drjava.model.debug.jpda.JPDABreakpoint
 
JPDADebugger - Class in edu.rice.cs.drjava.model.debug.jpda
An integrated debugger which attaches to the Interactions JVM using Sun's Java Platform Debugger Architecture (JPDA/JDI) interface.
JPDADebugger(GlobalModel) - Constructor for class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Builds a new JPDADebugger to debug code in the Interactions JVM, using the JPDA/JDI interfaces.
JPDADebugger.DelegatingLocation - Class in edu.rice.cs.drjava.model.debug.jpda
A Location that delegates to another location in all cases except for line number, source path and source name.
JPDADebugger.DelegatingLocation(String, int, Location) - Constructor for class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger.DelegatingLocation
 
JPDADebugger.RandomAccessStack - Class in edu.rice.cs.drjava.model.debug.jpda
A thread-safe stack from which you can remove any element, not just the top of the stack.
JPDADebugger.RandomAccessStack() - Constructor for class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger.RandomAccessStack
 
JPDADebugTestCase - Class in edu.rice.cs.drjava.model.debug.jpda
A DebugTestCase whose debugger is a JPDADebugger.
JPDADebugTestCase() - Constructor for class edu.rice.cs.drjava.model.debug.jpda.JPDADebugTestCase
 
JPDAStackData - Class in edu.rice.cs.drjava.model.debug.jpda
Class for keeping track of a stack frame in the debugger.
JPDAStackData(StackFrame) - Constructor for class edu.rice.cs.drjava.model.debug.jpda.JPDAStackData
Object for keeping track of a stack frame.
JPDAStackData(String, int) - Constructor for class edu.rice.cs.drjava.model.debug.jpda.JPDAStackData
Object for keeping track of a stack frame.
JPDAThreadData - Class in edu.rice.cs.drjava.model.debug.jpda
Class for keeping track of the currently running threads.
JPDAThreadData(ThreadReference) - Constructor for class edu.rice.cs.drjava.model.debug.jpda.JPDAThreadData
Object for keeping track of a thread in the debuggee JVM.
jt - Variable in class edu.rice.cs.util.swing.FontChooser.NwList
 
jtc - Variable in class edu.rice.cs.util.swing.HighlightManagerTest
A test method.
JTreeSortNavigator<ItemT extends INavigatorItem> - Class in edu.rice.cs.util.docnavigation
 
JTreeSortNavigator(String) - Constructor for class edu.rice.cs.util.docnavigation.JTreeSortNavigator
Standard constructor.
JTreeSortNavigator(String, DisplayManager<? super ItemT>) - Constructor for class edu.rice.cs.util.docnavigation.JTreeSortNavigator
Alternate constructor specifying the display manager that provides icons for the navigator.
JTreeSortNavigator.CustomTreeCellRenderer - Class in edu.rice.cs.util.docnavigation
The cell renderer for this tree.
JTreeSortNavigator.CustomTreeCellRenderer() - Constructor for class edu.rice.cs.util.docnavigation.JTreeSortNavigator.CustomTreeCellRenderer
 
JTreeSortNavigatorTest - Class in edu.rice.cs.util.docnavigation
 
JTreeSortNavigatorTest() - Constructor for class edu.rice.cs.util.docnavigation.JTreeSortNavigatorTest
 
jumpTo(URL) - Method in class edu.rice.cs.drjava.ui.HTMLFrame
 
junit(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.junit.DefaultJUnitModel
Runs JUnit on the current document.
junit(OpenDefinitionsDocument) - Method in interface edu.rice.cs.drjava.model.junit.JUnitModel
Runs JUnit over a single document.
junit(boolean) - Method in class edu.rice.cs.drjava.ui.avail.DefaultGUIAvailabilityNotifier
Set the availability of tasks needed for JUnit, i.e.
JUNIT_FINISHED_MSG - Static variable in class edu.rice.cs.drjava.ui.JUnitPanel
 
JUNIT_LINK - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
URL for JUnit javadocs.
JUNIT_LOCATION - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
junitrt.jar/concutest-junit-3.8.2-withrt.jar location, or NULL_FILE if not specified.
JUNIT_LOCATION_ENABLED - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
True if the JUnit jar in JUNIT_LOCATION should be used.
JUNIT_WARNING - Static variable in class edu.rice.cs.drjava.ui.JUnitPanel.JUnitErrorListPane
 
junitAll() - Method in class edu.rice.cs.drjava.model.junit.DefaultJUnitModel
Creates a JUnit test suite over all currently open documents and runs it.
junitAll() - Method in interface edu.rice.cs.drjava.model.junit.JUnitModel
Creates a JUnit test suite over all currently open documents and runs it.
junitClassesStarted() - Method in class edu.rice.cs.drjava.model.DummyGlobalModelListener
Called when testing all files.
junitClassesStarted() - Method in class edu.rice.cs.drjava.model.GlobalEventNotifier
Called when testing specific list of classes.
junitClassesStarted() - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
junitClassesStarted() - Method in class edu.rice.cs.drjava.model.junit.JUnitEventNotifier
Called after junitClasses is started by the GlobalModel.
junitClassesStarted() - Method in interface edu.rice.cs.drjava.model.junit.JUnitListener
Called when testing a specific list of classes given their source files.
junitClassesStarted() - Method in class edu.rice.cs.drjava.ui.MainFrame.ModelListener
We are junit'ing a specific list of classes given their source files.
junitDocs(List<OpenDefinitionsDocument>) - Method in class edu.rice.cs.drjava.model.junit.DefaultJUnitModel
 
junitDocs(List<OpenDefinitionsDocument>) - Method in interface edu.rice.cs.drjava.model.junit.JUnitModel
Runs JUnit over a list of documents.
junitEndCount - Variable in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
junitEnded() - Method in class edu.rice.cs.drjava.model.DummyGlobalModelListener
Called after JUnit is finished running tests.
junitEnded() - Method in class edu.rice.cs.drjava.model.GlobalEventNotifier
Called after JUnit is finished running tests.
junitEnded() - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.JUnitTestListener
 
junitEnded() - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
junitEnded() - Method in class edu.rice.cs.drjava.model.junit.JUnitEventNotifier
Called after JUnit is finished running tests.
junitEnded() - Method in interface edu.rice.cs.drjava.model.junit.JUnitListener
Called after JUnit is finished running tests.
junitEnded() - Method in class edu.rice.cs.drjava.ui.MainFrame.ModelListener
 
JUnitError - Class in edu.rice.cs.drjava.model.junit
A class to represent JUnit errors.
JUnitError(File, int, int, String, boolean, String, String, String, StackTraceElement[]) - Constructor for class edu.rice.cs.drjava.model.junit.JUnitError
Constructor.
JUnitError(String, boolean, String) - Constructor for class edu.rice.cs.drjava.model.junit.JUnitError
Constructor for an error with no associated location.
JUnitErrorModel - Class in edu.rice.cs.drjava.model.junit
Contains the JUnitErrors for a particular file after a test has ended.
JUnitErrorModel(JUnitError[], GlobalModel, boolean) - Constructor for class edu.rice.cs.drjava.model.junit.JUnitErrorModel
Constructs a new JUnitErrorModel to be maintained by a particular OpenDefinitionsDocument.
JUnitErrorModelTest - Class in edu.rice.cs.drjava.model.junit
A test on the GlobalModel for JUnit testing.
JUnitErrorModelTest() - Constructor for class edu.rice.cs.drjava.model.junit.JUnitErrorModelTest
 
JUnitEventNotifier - Class in edu.rice.cs.drjava.model.junit
Keeps track of all listeners to a JUnitModel, and has the ability to notify them of some event.
JUnitEventNotifier() - Constructor for class edu.rice.cs.drjava.model.junit.JUnitEventNotifier
 
junitFinished() - Method in class edu.rice.cs.drjava.ui.avail.DefaultGUIAvailabilityNotifier
Make the tasks needed for JUnit, i.e.
junitJVMReady() - Method in class edu.rice.cs.drjava.model.junit.DefaultJUnitModel
Called when the JVM used for unit tests has registered.
junitJVMReady() - Method in interface edu.rice.cs.drjava.model.junit.JUnitModelCallback
Called when the JVM used for unit tests has registered.
junitJVMReady() - Method in class edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM
 
junitJVMReady() - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.DummyJUnitModel
 
JUnitListener - Interface in edu.rice.cs.drjava.model.junit
An interface for responding to events generated by the JUnitModel.
JUnitModel - Interface in edu.rice.cs.drjava.model.junit
 
JUnitModelCallback - Interface in edu.rice.cs.drjava.model.junit
Callback interface which allows an JUnitModel to respond to tests running in a remote JVM.
junitOpenDefDocs(List<OpenDefinitionsDocument>, boolean) - Method in class edu.rice.cs.drjava.model.junit.DefaultJUnitModel
Ensures that all documents have been compiled since their last modification and then delegates the actual testing to _rawJUnitOpenTestDocs.
JUnitPanel - Class in edu.rice.cs.drjava.ui
The panel that displays all the testing errors.
JUnitPanel(SingleDisplayModel, MainFrame) - Constructor for class edu.rice.cs.drjava.ui.JUnitPanel
Constructor.
JUnitPanel.JUnitErrorListPane - Class in edu.rice.cs.drjava.ui
A pane to show JUnit errors.
JUnitPanel.JUnitErrorListPane() - Constructor for class edu.rice.cs.drjava.ui.JUnitPanel.JUnitErrorListPane
Constructs the JUnitErrorListPane.
JUnitPanel.JUnitErrorListPane.PopupAdapter - Class in edu.rice.cs.drjava.ui
 
JUnitPanel.JUnitErrorListPane.PopupAdapter() - Constructor for class edu.rice.cs.drjava.ui.JUnitPanel.JUnitErrorListPane.PopupAdapter
 
JUnitPanel.JUnitProgressBar - Class in edu.rice.cs.drjava.ui
A progress bar showing the status of JUnit tests.
JUnitPanel.JUnitProgressBar() - Constructor for class edu.rice.cs.drjava.ui.JUnitPanel.JUnitProgressBar
 
junitProject() - Method in class edu.rice.cs.drjava.model.junit.DefaultJUnitModel
Creates a JUnit test suite over all currently open documents and runs it.
junitProject() - Method in interface edu.rice.cs.drjava.model.junit.JUnitModel
Creates a JUnit test suite over all currently open project documents and runs it.
junitStartCount - Variable in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
junitStarted() - Method in class edu.rice.cs.drjava.model.DummyGlobalModelListener
Called after JUnit is started by the GlobalModel.
junitStarted() - Method in class edu.rice.cs.drjava.model.GlobalEventNotifier
Called after JUnit is started by the GlobalModel.
junitStarted() - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.JUnitTestListener
 
junitStarted() - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
junitStarted() - Method in class edu.rice.cs.drjava.model.junit.JUnitEventNotifier
Called after junit/junitAll is started by the GlobalModel.
junitStarted() - Method in interface edu.rice.cs.drjava.model.junit.JUnitListener
Called after JUnit is started by the GlobalModel.
junitStarted() - Method in class edu.rice.cs.drjava.ui.avail.DefaultGUIAvailabilityNotifier
Make the tasks needed for JUnit, i.e.
junitStarted() - Method in class edu.rice.cs.drjava.ui.MainFrame.ModelListener
Only runs in event thread.
junitSuiteStarted(int) - Method in class edu.rice.cs.drjava.model.DummyGlobalModelListener
Called to indicate that a suite of tests has started running.
junitSuiteStarted(int) - Method in class edu.rice.cs.drjava.model.GlobalEventNotifier
Called to indicate that a suite of tests has started running.
junitSuiteStarted(int) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.JUnitTestListener
 
junitSuiteStarted(int) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
junitSuiteStarted(int) - Method in class edu.rice.cs.drjava.model.junit.JUnitEventNotifier
Called to indicate that a suite of tests has started running.
junitSuiteStarted(int) - Method in interface edu.rice.cs.drjava.model.junit.JUnitListener
Called to indicate that a suite of tests has started running.
junitSuiteStarted(int) - Method in class edu.rice.cs.drjava.ui.MainFrame.ModelListener
 
junitSuiteStartedCount - Variable in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
junitTestEnded(String, boolean, boolean) - Method in class edu.rice.cs.drjava.model.DummyGlobalModelListener
Called when a particular test has ended.
junitTestEnded(String, boolean, boolean) - Method in class edu.rice.cs.drjava.model.GlobalEventNotifier
Called when a particular test has ended.
junitTestEnded(String, boolean, boolean) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.JUnitTestListener
 
junitTestEnded(String, boolean, boolean) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
junitTestEnded(String, boolean, boolean) - Method in class edu.rice.cs.drjava.model.junit.JUnitEventNotifier
Called when a particular test has ended.
junitTestEnded(String, boolean, boolean) - Method in interface edu.rice.cs.drjava.model.junit.JUnitListener
Called when a particular test has ended.
junitTestEnded(String, boolean, boolean) - Method in class edu.rice.cs.drjava.ui.MainFrame.ModelListener
 
junitTestEndedCount - Variable in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
JUnitTestManager - Class in edu.rice.cs.drjava.model.junit
Runs in the InterpreterJVM.
JUnitTestManager(JUnitModelCallback, Lambda<ClassLoader, ClassLoader>) - Constructor for class edu.rice.cs.drjava.model.junit.JUnitTestManager
Standard constructor
JUnitTestRunner - Class in edu.rice.cs.drjava.model.junit
DrJava's own testrunner.
JUnitTestRunner(JUnitModelCallback, ClassLoader) - Constructor for class edu.rice.cs.drjava.model.junit.JUnitTestRunner
Standard constructor.
junitTestStarted(String) - Method in class edu.rice.cs.drjava.model.DummyGlobalModelListener
Called when a particular test is started.
junitTestStarted(String) - Method in class edu.rice.cs.drjava.model.GlobalEventNotifier
Called when a particular test is started.
junitTestStarted(String) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.JUnitTestListener
 
junitTestStarted(String) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
junitTestStarted(String) - Method in class edu.rice.cs.drjava.model.junit.JUnitEventNotifier
Called when a particular test is started.
junitTestStarted(String) - Method in interface edu.rice.cs.drjava.model.junit.JUnitListener
Called when a particular test is started.
junitTestStarted(String) - Method in class edu.rice.cs.drjava.ui.MainFrame.ModelListener
 
junitTestStartedCount - Variable in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 

K

keepAbsolute() - Method in class edu.rice.cs.util.AbsRelFile
 
keepAbsolute(boolean) - Method in class edu.rice.cs.util.AbsRelFile
 
keepRunning - Variable in class edu.rice.cs.util.StreamRedirectThread
When keepRunning flag is set to true, the thread will not terminate when the stream ends.
key - Variable in exception edu.rice.cs.drjava.config.OptionParseException
 
KEY_ABOUT - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for the about dialog
KEY_AUTO_REFRESH_PROJECT - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for refreshing a project.
KEY_BACKWARD - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for moving the cursor backwards
KEY_BACKWARD_SELECT - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for moving the cursor backwards with selection
KEY_BEGIN_DOCUMENT - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for moving the cursor to the beginning of the document
KEY_BEGIN_DOCUMENT_SELECT - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for moving the cursor to the beginning of the document
KEY_BEGIN_LINE - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for moving the cursor to the beginning of the current line.
KEY_BEGIN_LINE_SELECT - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for moving the cursor to the beginning of the current line.
KEY_BOOKMARKS_PANEL - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for displaying the bookmarks panel.
KEY_BOOKMARKS_TOGGLE - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for toggling a bookmark.
KEY_BROWSE_BACK - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for jumping to the previous location in the browser history
KEY_BROWSE_FORWARD - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for jumping to the next location in the browser history
KEY_CHECK_NEW_VERSION - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for the check new version dialog
KEY_CLEAN_PROJECT - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for cleaning a project.
KEY_CLEAR_CONSOLE - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for clearing the console.
KEY_CLEAR_HISTORY - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for clearing the interactions history.
KEY_CLEAR_LINE - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for clearing a line, emacs-style.
KEY_CLOSE_ALL_FILES - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for closing all files
KEY_CLOSE_FILE - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for closing a file
KEY_CLOSE_PROJECT - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
 
KEY_CLOSE_SYSTEM_IN - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binging to close stream input in the ineractions panel.
KEY_CLOSING_BRACE - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for going to the closing brace.
KEY_COMMENT_LINES - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for commenting out lines
KEY_COMPILE - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for compiling current document
KEY_COMPILE_ALL - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for compiling all
KEY_COMPILE_PROJECT - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for compiling a project.
KEY_COMPLETE_FILE - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for complete file.
KEY_COPY - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for copying
KEY_CUT - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for cutting
KEY_CUT_LINE - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for cutting a line.
KEY_DEBUG_AUTOMATIC_TRACE - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for automatically tracing through each line of a program
KEY_DEBUG_BREAKPOINT_PANEL - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for displaying the breakpoints panel.
KEY_DEBUG_BREAKPOINT_TOGGLE - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for toggling a breakpoint.
KEY_DEBUG_CLEAR_ALL_BREAKPOINTS - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for clearing all breakpoints.
KEY_DEBUG_MODE_TOGGLE - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for toggling debug mode.
KEY_DEBUG_RESUME - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for resuming the debugger.
KEY_DEBUG_STEP_INTO - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for stepping into in the debugger
KEY_DEBUG_STEP_OUT - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for stepping out in the debugger.
KEY_DEBUG_STEP_OVER - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for stepping over in the debugger.
KEY_DELETE_NEXT - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for deleting the next character.
KEY_DELETE_PREVIOUS - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for deleting the previous character (with shift set).
KEY_DETACH_DEBUGGER - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding to detach/re-attach the debugger panel.
KEY_DETACH_TABBEDPANES - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding to detach/re-attach the tabbed panes.
KEY_DOWN - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for moving the cursor down.
KEY_DOWN_SELECT - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for moving the cursor down.
KEY_DRJAVA_ERRORS - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for the "DrJava Errors" dialog
KEY_DRJAVA_SURVEY - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for the DrJava survey dialog
KEY_END_DOCUMENT - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for moving the cursor to the end of the document.
KEY_END_DOCUMENT_SELECT - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for moving the cursor to the end of the document.
KEY_END_LINE - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for moving the cursor to the end of the current line.
KEY_END_LINE_SELECT - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for moving the cursor to the end of the current line.
KEY_EXEC_PROCESS - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for executing an external process.
KEY_EXECUTE_HISTORY - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for executing an interactions history.
KEY_EXPORT_OLD - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for exporting in the old project file format
KEY_FIND_NEXT - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for find and replace
KEY_FIND_PREV - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for find previous (opposite direction)
KEY_FIND_REPLACE - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for find and replace
KEY_FOLLOW_FILE - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for following a file, like using "less" and F.
KEY_FOR_UNIT_TESTS_ONLY - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Keystroke option for KeyStrokeOptionComponentTest.
KEY_FORCE_QUIT - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for forced quitting
KEY_FORWARD - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for moving the cursor forwards.
KEY_FORWARD_SELECT - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for moving the cursor forwards.
KEY_GENERATE_CUSTOM_DRJAVA - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for the GenerateCustomDrJavaJarFrame.
KEY_GOTO_FILE - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for goto file.
KEY_GOTO_FILE_UNDER_CURSOR - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for goto this file.
KEY_GOTO_LINE - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for goto line
KEY_HELP - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for help.
KEY_JAR_PROJECT - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for creating a jar of a project.
KEY_JAVADOC_ALL - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for generating javadoc for all documents
KEY_JAVADOC_CURRENT - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for generating javadoc for the current document
KEY_JUNIT_PROJECT - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for testing a project.
KEY_LIFT_CURRENT_INTERACTION - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for lifting the current interaction to definitions.
KEY_LOAD_HISTORY_SCRIPT - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for loading an interactions history as a script.
KEY_NEW_CLASS_FILE - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for creating a new java class file
KEY_NEW_DRJAVA_INSTANCE - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for starting a new, blank DrJava instance.
KEY_NEW_FILE - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for creating a new file
KEY_NEW_PROJECT - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for creating a new project.
KEY_NEW_TEST - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for creating a new JUnit test case
KEY_NEXT_DOCUMENT - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for selecting next document
KEY_NEXT_PANE - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for changing the focus to the next pane
KEY_NEXT_WORD - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for moving the cursor to the beginning of the next word.
KEY_NEXT_WORD_SELECT - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for moving the cursor to the beginning of the next word.
KEY_OPEN_FILE - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for opening a file.
KEY_OPEN_FOLDER - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for opening a folder
KEY_OPEN_JAVADOC - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for open Javadoc.
KEY_OPEN_JAVADOC_UNDER_CURSOR - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for open Javadoc under cursor.
KEY_OPEN_PROJECT - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for opening an entire project.
KEY_OPENING_BRACE - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for going to the opening brace.
KEY_PAGE_DOWN - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for page down.
KEY_PAGE_SETUP - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for showing the print preview
KEY_PAGE_UP - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for page up.
KEY_PASTE - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for pasting
KEY_PASTE_FROM_HISTORY - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for pasting from history
KEY_PREFERENCES - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for openning the preferences dialog
KEY_PREVIOUS_DOCUMENT - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for selecting previous document
KEY_PREVIOUS_PANE - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for changing the focus to the previous pane
KEY_PREVIOUS_WORD - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for moving the cursor to the beginning of the previous word.
KEY_PREVIOUS_WORD_SELECT - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for moving the cursor to the beginning of the previous word.
KEY_PRINT - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for printing a file
KEY_PRINT_CONSOLE - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for printing the console.
KEY_PRINT_INTERACTIONS - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for printing the interactions.
KEY_PRINT_PREVIEW - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for showing the print preview.
KEY_PROJECT_PROPERTIES - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for editing the project properties.
KEY_QUICKSTART - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for quickstart.
KEY_QUIT - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for quitting
KEY_REDO - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for redo-ing
KEY_RENAME_FILE - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for renaming a file.
KEY_RESET_INTERACTIONS - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for resetting the interactions pane.
KEY_REVERT_FILE - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for reverting a file.
KEY_RUN - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for running the main method of the current document
KEY_RUN_APPLET - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for running the current document as applet.
KEY_RUN_PROJECT - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for running a project.
KEY_SAVE_ALL_FILES - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for saving all files.
KEY_SAVE_AS_PROJECT - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for saving a project as a different file.
KEY_SAVE_CONSOLE_COPY - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for saving the console copy to a file.
KEY_SAVE_FILE - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for saving a file.
KEY_SAVE_FILE_AS - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for saving a file as.
KEY_SAVE_FILE_COPY - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for saving a file copy
KEY_SAVE_HISTORY - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for saving an interactions history.
KEY_SAVE_INTERACTIONS_COPY - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for saving the interactions copy to a file.
KEY_SAVE_PROJECT - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for saving a project.
KEY_SELECT_ALL - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for selecting all text
KEY_SHIFT_DELETE_NEXT - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for deleting the next character (with shift set).
KEY_SHIFT_DELETE_PREVIOUS - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for deleting the previous character (with shift set).
KEY_TABBED_NEXT_REGION - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for going to the next region in the tabbed pane
KEY_TABBED_PREV_REGION - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for going to the previous region in the tabbed pane
KEY_TEST - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for testing the current document
KEY_TEST_ALL - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for testing all open JUnit test cases.
KEY_UNCOMMENT_LINES - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for un-commenting lines
KEY_UNDO - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for undo-ing
KEY_UP - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for moving the cursor up.
KEY_UP_SELECT - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for moving the cursor up.
KEY_VIEW_INTERACTIONS_CLASSPATH - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The key binding for viewing the interactions classpath.
KeyBindingManager - Class in edu.rice.cs.drjava.ui
Contains Hashtables that are used in the key-binding process along with methods to build them and access their contents.
KeyBindingManager() - Constructor for class edu.rice.cs.drjava.ui.KeyBindingManager
 
KeyBindingManager.KeyStrokeData - Class in edu.rice.cs.drjava.ui
 
KeyBindingManager.KeyStrokeData(Vector<KeyStroke>, Action, JMenuItem, String, VectorOption<KeyStroke>) - Constructor for class edu.rice.cs.drjava.ui.KeyBindingManager.KeyStrokeData
 
KeyBindingManager.VectorKeyStrokeOptionListener - Class in edu.rice.cs.drjava.ui
A listener that can be attached to VectorKeyStrokeOptions that automatically updates the Hashtables in KeyBindingManager, the corresponding selection Action bindings, and the menu accelerators.
KeyBindingManager.VectorKeyStrokeOptionListener(JMenuItem, Action, Vector<KeyStroke>) - Constructor for class edu.rice.cs.drjava.ui.KeyBindingManager.VectorKeyStrokeOptionListener
 
KeyBindingManager.VectorKeyStrokeOptionListener(Action, Vector<KeyStroke>) - Constructor for class edu.rice.cs.drjava.ui.KeyBindingManager.VectorKeyStrokeOptionListener
 
keyPressed(KeyEvent) - Method in class edu.rice.cs.drjava.ui.DefinitionsPaneTest.KeyTestListener
 
keyReleased(KeyEvent) - Method in class edu.rice.cs.drjava.ui.DefinitionsPaneTest.KeyTestListener
 
keys - Variable in class edu.rice.cs.drjava.config.DefaultOptionMap
 
keys() - Method in class edu.rice.cs.drjava.config.DefaultOptionMap
 
keys - Static variable in class edu.rice.cs.drjava.config.KeyStrokeOption
Storage for keystrokes.
keys() - Method in interface edu.rice.cs.drjava.config.OptionMap
 
KEYS_TO_DELEGATE - Static variable in class edu.rice.cs.util.swing.DelegatingAction
These keys will be copied from the delegatee.
KeyStrokeOption - Class in edu.rice.cs.drjava.config
Class representing all configuration options with values of type KeyStroke.
KeyStrokeOption(String, KeyStroke) - Constructor for class edu.rice.cs.drjava.config.KeyStrokeOption
Standard constructor
KeyStrokeOptionComponent - Class in edu.rice.cs.drjava.ui.config
Graphical form of a KeyStrokeOption.
KeyStrokeOptionComponent(KeyStrokeOption, String, SwingFrame) - Constructor for class edu.rice.cs.drjava.ui.config.KeyStrokeOptionComponent
 
KeyStrokeOptionComponent(KeyStrokeOption, String, SwingFrame, String) - Constructor for class edu.rice.cs.drjava.ui.config.KeyStrokeOptionComponent
Constructor that allows for a tooltip description.
KeyStrokeOptionComponent.GetKeyDialog - Class in edu.rice.cs.drjava.ui.config
A dialog that allows the user to type in a keystroke to be bound to the action that was clicked.
KeyStrokeOptionComponent.GetKeyDialog(SwingFrame, String, boolean) - Constructor for class edu.rice.cs.drjava.ui.config.KeyStrokeOptionComponent.GetKeyDialog
 
KeyStrokeOptionComponent.GetKeyDialog.InputField - Class in edu.rice.cs.drjava.ui.config
A textfield that takes in one keystroke at a time and displays its formatted String version.
KeyStrokeOptionComponent.GetKeyDialog.InputField() - Constructor for class edu.rice.cs.drjava.ui.config.KeyStrokeOptionComponent.GetKeyDialog.InputField
 
KeyStrokeOptionComponentTest - Class in edu.rice.cs.drjava.ui.config
Tests functionality of this OptionComponent.
KeyStrokeOptionComponentTest() - Constructor for class edu.rice.cs.drjava.ui.config.KeyStrokeOptionComponentTest
 
KeyStrokeOptionTest - Class in edu.rice.cs.drjava.config
Class according to the JUnit protocol.
KeyStrokeOptionTest(String) - Constructor for class edu.rice.cs.drjava.config.KeyStrokeOptionTest
 
keyTyped(KeyEvent) - Method in class edu.rice.cs.drjava.ui.DefinitionsPaneTest.KeyTestListener
 
KEYWORD - Static variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.HighlightStatus
 
KEYWORD_COLOR - Static variable in class edu.rice.cs.drjava.model.definitions.ColoringGlyphPainter
 
KEYWORD_COLOR - Static variable in class edu.rice.cs.drjava.model.definitions.ColoringView
 
keywords - Variable in class edu.rice.cs.util.BalancingStreamTokenizer.State
Sets of keywords to be parsed as one symbol.
kickOut() - Method in class edu.rice.cs.drjava.model.cache.DocumentCache.DocManager
Called by the cache when the document is removed from the active queue and subject to virtualization.
kickOut(boolean) - Method in class edu.rice.cs.drjava.model.cache.DocumentCache.DocManager
Performs the actual kickOut operation.

L

LabelComponent - Class in edu.rice.cs.drjava.ui.config
Displays a label in the form of an option component, to be displayed in a config panel.
LabelComponent(String, SwingFrame, boolean) - Constructor for class edu.rice.cs.drjava.ui.config.LabelComponent
 
LabelComponent(String, SwingFrame, String, boolean) - Constructor for class edu.rice.cs.drjava.ui.config.LabelComponent
 
LabelComponent(String, SwingFrame) - Constructor for class edu.rice.cs.drjava.ui.config.LabelComponent
 
LabelComponent(String, SwingFrame, String) - Constructor for class edu.rice.cs.drjava.ui.config.LabelComponent
 
LANGUAGE_LEVEL - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The language level to use when starting DrJava.
LANGUAGE_LEVEL_EXTENSIONS - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
 
LANGUAGE_LEVEL_TEST - Static variable in class edu.rice.cs.drjava.model.junit.JUnitErrorModelTest
 
LanguageLevelStackTraceMapper - Class in edu.rice.cs.drjava.model.compiler
Class used to get TreeMaps with dj* to java line number (and vise versa) conversions
LanguageLevelStackTraceMapper(GlobalModel) - Constructor for class edu.rice.cs.drjava.model.compiler.LanguageLevelStackTraceMapper
 
LAST_BRACE_INDEX - Static variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.Brace
 
LAST_DIRECTORY - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The directory in use by the file choosers upon the previous quit.
LAST_DRJAVA_SURVEY - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The last time we asked the user to participate in the DrJava survey.
LAST_DRJAVA_SURVEY_RESULT - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The request URL that the user generated the last time the DrJava survey was taken.
LAST_INTERACTIONS_DIRECTORY - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The directory in use by the Interactions pane upon the previous quit.
LAST_NEW_VERSION_NOTIFICATION - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The last time we checked for a new version.
lastCol() - Method in class edu.rice.cs.drjava.ui.MainFrame.PositionListener
 
lastDoc - Variable in class edu.rice.cs.drjava.ui.ReverseHighlighter.SafeDamager
 
lastEntry() - Method in class edu.rice.cs.drjava.model.repl.History
Returns the last entry from the history.
lastEntry() - Method in class edu.rice.cs.drjava.model.repl.InteractionsDocument
 
lastExitStatus - Variable in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
lastLine() - Method in class edu.rice.cs.drjava.ui.MainFrame.PositionListener
 
lastModified() - Method in class edu.rice.cs.util.FileOps.NullFile
 
LayeredIcon - Class in edu.rice.cs.util.swing
 
LayeredIcon(Icon[], int[], int[]) - Constructor for class edu.rice.cs.util.swing.LayeredIcon
 
LEADER - Static variable in class edu.rice.cs.util.swing.ScrollableListDialogTest
 
LEADER - Static variable in class edu.rice.cs.util.swing.ScrollableListSelectionDialogTest
 
LeafNode<ItemT extends INavigatorItem> - Class in edu.rice.cs.util.docnavigation
 
LeafNode(ItemT) - Constructor for class edu.rice.cs.util.docnavigation.LeafNode
 
LEFT - Static variable in class edu.rice.cs.drjava.ui.FindReplacePanel
 
LEFT_PANEL_WIDTH - Static variable in class edu.rice.cs.drjava.ui.HTMLFrame
 
length() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ModelList
 
length() - Method in class edu.rice.cs.util.FileOps.NullFile
 
LessPanel - Class in edu.rice.cs.drjava.ui
Panel for displaying some component with buttons, one of which is an "Abort" button.
LessPanel(MainFrame, String, File) - Constructor for class edu.rice.cs.drjava.ui.LessPanel
Constructs a new "less" panel to watch file output.
Lexer - Class in edu.rice.cs.util.sexp
 
Lexer(File) - Constructor for class edu.rice.cs.util.sexp.Lexer
 
Lexer(Reader) - Constructor for class edu.rice.cs.util.sexp.Lexer
 
LexingException - Exception in edu.rice.cs.util.sexp
This exception is used by the lexer.
LexingException(String) - Constructor for exception edu.rice.cs.util.sexp.LexingException
 
LICENSE - Static variable in class edu.rice.cs.drjava.ui.AboutDialog
 
LIGHTWEIGHT_PARSING_ENABLED - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Whether to perform light-weight parsing.
LightWeightParsingControl - Interface in edu.rice.cs.drjava.model
Light-weight parsing control.
LightWeightParsingListener - Interface in edu.rice.cs.drjava.model
Light-weight parsing visitor.
LINE_CMT_TYPE - Static variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.Brace
 
LINE_FONT - Static variable in class edu.rice.cs.drjava.model.print.DrJavaBook
 
LINE_NUM_WIDTH - Variable in class edu.rice.cs.drjava.model.print.DrJavaBook
 
lineEnclosingBraceType() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.IndentInfo
 
LINEENUM_ENABLED - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Whether the line-numbers should be displayed in a row header.
LineEnumRule - Class in edu.rice.cs.drjava.ui
The row header of the DefinitionsPane which displays the line numbers
LineEnumRule(DefinitionsPane) - Constructor for class edu.rice.cs.drjava.ui.LineEnumRule
Create a new component to display line numbers along the left of the definitions pane.
LineNotExecutableException - Exception in edu.rice.cs.drjava.model.debug
Thrown when a breakpoint is set on a line that's not executable.
LineNotExecutableException(String) - Constructor for exception edu.rice.cs.drjava.model.debug.LineNotExecutableException
 
lineNumber() - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger.DelegatingLocation
 
lineNumber(String) - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger.DelegatingLocation
 
lineNumber() - Method in class edu.rice.cs.drjava.model.DJError
Gets the zero-based line number of the error.
lineNumber - Variable in class edu.rice.cs.drjava.project.ProjectFileParser.BreakpointPropertyVisitor
 
lineNumber() - Method in class edu.rice.cs.drjava.ui.RegionsListPanel.RegionListUserObj
 
lineNumber() - Method in class edu.rice.cs.drjava.ui.RegionsTreePanel.RegionTreeUserObj
 
linkChoices - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
 
linkDeprecated - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
 
linkVersionChoices - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
 
linkVersionDeprecated - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
 
list - Variable in class edu.rice.cs.util.docnavigation.JListSortNavigatorTest
 
list() - Method in class edu.rice.cs.util.FileOps.NullFile
 
list(FilenameFilter) - Method in class edu.rice.cs.util.FileOps.NullFile
 
list - Variable in class edu.rice.cs.util.swing.ScrollableListDialog
The list of items displayed.
listBackground - Static variable in class edu.rice.cs.util.swing.CheckBoxJList
 
listenerCount() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ModelList
 
listenerFail(String) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
Appends the stack trace from the listener's creation to the end of the given failure message.
listenerFail(String) - Static method in class edu.rice.cs.drjava.model.MultiThreadedTestCase
This method prints the failure message to System.out and kills the JVM.
listenerFail(Throwable) - Static method in class edu.rice.cs.drjava.model.MultiThreadedTestCase
This method prints the failure message to System.out and kills the JVM.
listeners - Variable in class edu.rice.cs.drjava.config.Option
A hashtable that maps Configuration objects to a list of listeners for this particular option.
LISTENERS_TO_REMOVE - Static variable in class edu.rice.cs.drjava.model.AbstractGlobalModel
 
listenToInvalidatesOf(DrJavaProperty) - Method in class edu.rice.cs.drjava.config.DrJavaProperty
 
listFiles() - Method in class edu.rice.cs.util.FileOps.NullFile
 
listFiles(FileFilter) - Method in class edu.rice.cs.util.FileOps.NullFile
 
listFiles(FilenameFilter) - Method in class edu.rice.cs.util.FileOps.NullFile
 
listForeground - Static variable in class edu.rice.cs.util.swing.CheckBoxJList
 
listItems - Variable in class edu.rice.cs.util.swing.ScrollableListDialog
The list of items being listed.
listSelectionBackground - Static variable in class edu.rice.cs.util.swing.CheckBoxJList
 
listSelectionForeground - Static variable in class edu.rice.cs.util.swing.CheckBoxJList
 
LLBreakpointLineNum(Breakpoint) - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Returns the line number of the breakpoint, possibly mapped from LL to Java if the breakpoint is set in a language level file.
LLDDALineNum(DocumentDebugAction<?>) - Method in class edu.rice.cs.drjava.model.debug.jpda.PendingRequestManager
Method to change Language Level line numbers into their java file counterparts
loadClass(String) - Method in class edu.rice.cs.drjava.model.DeadClassLoader
 
loadClass(String, boolean) - Method in class edu.rice.cs.drjava.model.DeadClassLoader
 
loadConfiguration() - Method in class edu.rice.cs.drjava.config.FileConfiguration
Calls SavableConfiguration.loadConfiguration, which loads all values from the file, based on the defaults in OptionConstants.
loadConfiguration() - Method in class edu.rice.cs.drjava.config.ResourceBundleConfiguration
Calls SavableConfiguration.loadConfiguration, which loads all values from the file, based on the defaults in OptionConstants.
loadConfiguration(InputStream) - Method in class edu.rice.cs.drjava.config.ResourceBundleConfiguration
Creates an OptionMapLoader with the values loaded from the InputStream (and defaults where values weren't specified) and loads them into this Configuration's OptionMap.
loadConfiguration(InputStream) - Method in class edu.rice.cs.drjava.config.SavableConfiguration
Creates an OptionMapLoader with the values loaded from the InputStream (and defaults where values weren't specified) and loads them into this Configuration's OptionMap.
loadHistory(FileOpenSelector) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
throws UnsupportedOperationException
loadHistory(FileOpenSelector) - Method in class edu.rice.cs.drjava.model.DefaultGlobalModel
Interprets file selected in the FileOpenSelector.
loadHistory(FileOpenSelector) - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
loadHistory(FileOpenSelector) - Method in interface edu.rice.cs.drjava.model.GlobalModel
Interprets file selected in the FileOpenSelector.
loadHistory(FileOpenSelector) - Method in class edu.rice.cs.drjava.model.repl.InteractionsModel
Interprets the files selected in the FileOpenSelector.
loadHistoryAsScript(FileOpenSelector) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
throws UnsupportedOperationException
loadHistoryAsScript(FileOpenSelector) - Method in class edu.rice.cs.drjava.model.DefaultGlobalModel
Loads the history/histories from the given selector.
loadHistoryAsScript(FileOpenSelector) - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
loadHistoryAsScript(FileOpenSelector) - Method in interface edu.rice.cs.drjava.model.GlobalModel
Loads the history/histories from the given selector.
loadHistoryAsScript(FileOpenSelector) - Method in class edu.rice.cs.drjava.model.repl.InteractionsModel
 
loadInto(OptionMap) - Method in class edu.rice.cs.drjava.config.OptionMapLoader
 
loadPossibleTest(String) - Method in class edu.rice.cs.drjava.model.junit.JUnitTestRunner
 
loadSuiteClass(String) - Method in class edu.rice.cs.drjava.model.junit.JUnitTestRunner
 
LOCAL_DELIMS - Static variable in class edu.rice.cs.drjava.model.definitions.indent.QuestionNewParenPhrase
 
location() - Method in class edu.rice.cs.drjava.model.JarJDKToolsLibrary
 
lock - Variable in class edu.rice.cs.drjava.ui.DefinitionsPaneMemoryLeakTest.DocChangeListener
 
LOG - Static variable in class edu.rice.cs.drjava.DrJavaRestart
 
LOG - Static variable in class edu.rice.cs.drjava.model.compiler.LanguageLevelStackTraceMapper
logging information
LOG - Static variable in class edu.rice.cs.drjava.model.definitions.CompoundUndoManager
 
LOG - Static variable in class edu.rice.cs.drjava.project.ProjectFileParserFacade
 
LOG - Static variable in class edu.rice.cs.drjava.project.ProjectProfile
 
LOG - Static variable in class edu.rice.cs.drjava.project.XMLProjectFileParser
 
LOG - Static variable in class edu.rice.cs.drjava.ui.DefinitionsPaneMemoryLeakTest
 
log(String) - Static method in class edu.rice.cs.drjava.ui.DrJavaErrorHandler
Log an unexpected situation.
LOG - Static variable in class edu.rice.cs.drjava.ui.DrJavaSurveyPopup
 
LOG - Static variable in class edu.rice.cs.drjava.ui.InteractionsPane
 
LOG - Static variable in class edu.rice.cs.drjava.ui.JarOptionsDialog
 
LOG - Static variable in class edu.rice.cs.drjava.ui.NewVersionPopup
 
LOG - Static variable in class edu.rice.cs.util.GeneralProcessCreator
 
Log - Class in edu.rice.cs.util
Logging class to record errors or unexpected behavior to a file.
Log(String, boolean) - Constructor for class edu.rice.cs.util.Log
Creates a new Log with the given name.
Log(File, boolean) - Constructor for class edu.rice.cs.util.Log
 
log(String) - Method in class edu.rice.cs.util.Log
Prints a message to the log, if enabled.
log(String, StackTraceElement[]) - Method in class edu.rice.cs.util.Log
Prints a message and exception stack trace to the log, if enabled.
log(String, Throwable) - Method in class edu.rice.cs.util.Log
Prints a message and exception stack trace to the log, if enabled.
LOG_STRINGWRITER - Static variable in class edu.rice.cs.drjava.model.JDKToolsLibrary
 
logCompileStart() - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.CompileShouldFailListener
 
logCompileStart() - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.CompileShouldSucceedListener
 
logInteractionStart() - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.InteractionListener
 
logJUnitStart() - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.JUnitTestListener
 
LogTest - Class in edu.rice.cs.util
Test cases for Log.
LogTest() - Constructor for class edu.rice.cs.util.LogTest
 
LogTest.LogTestThread - Class in edu.rice.cs.util
A thread class that adds a log message after sleeping a given number of milliseconds
LogTest.LogTestThread(Log, int) - Constructor for class edu.rice.cs.util.LogTest.LogTestThread
 
longDesc - Variable in class edu.rice.cs.drjava.ui.ProjectAdvancedPropertiesFrame.PreferencesRecord
 
LongOption - Class in edu.rice.cs.drjava.config
Class defining all configuration options with values of type Long.
LongOption(String, Long) - Constructor for class edu.rice.cs.drjava.config.LongOption
 
LongOptionTest - Class in edu.rice.cs.drjava.config
Class according to the JUnit protocol.
LongOptionTest(String) - Constructor for class edu.rice.cs.drjava.config.LongOptionTest
 
LOOK_AND_FEEL - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The current look and feel.
lostOwnership(Clipboard, Transferable) - Method in class edu.rice.cs.drjava.ui.ErrorPanel.ErrorListPane
We lost ownership of what we put in the clipboard.
lostOwnership(Clipboard, Transferable) - Method in class edu.rice.cs.drjava.ui.FindReplacePanel
We lost ownership of what we put in the clipboard.
lostOwnership(Clipboard, Transferable) - Method in class edu.rice.cs.drjava.ui.InteractionsPane
We lost ownership of what we put in the clipboard.
lostOwnership(Clipboard, Transferable) - Method in class edu.rice.cs.drjava.ui.MainFrame
We lost ownership of what we put in the clipboard.
lostSelection(NodeData<? extends ItemT>, boolean) - Method in interface edu.rice.cs.util.docnavigation.INavigationListener
Runs when an item in a navigator is unselected
lparen - Variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.BraceTest
 

M

M_MASK - Static variable in class edu.rice.cs.drjava.ui.DefinitionsPaneTest
 
main(String[]) - Static method in class edu.rice.cs.drjava.config.ConfigOptionListeners.MemoryCheckDummy
 
main(String[]) - Static method in class edu.rice.cs.drjava.config.KeyStrokeOptionTest
Main method called by testLocalSpecificFormat.
main(String[]) - Static method in class edu.rice.cs.drjava.DrJava
Starts running DrJava.
main(String[]) - Static method in class edu.rice.cs.drjava.DrJavaRestart
 
main(String[]) - Static method in class edu.rice.cs.drjava.DrJavaRoot
 
main(String[]) - Static method in class edu.rice.cs.drjava.IndentFiles
Command line interface to the indenter.
main(String[]) - Static method in class edu.rice.cs.drjava.model.MultiThreadedTestCaseTest
 
main(String[]) - Static method in class edu.rice.cs.drjava.RemoteControlClient
Main method for test purposes.
main(String[]) - Static method in class edu.rice.cs.drjava.RemoteControlServer
Main method for test purposes.
main(String[]) - Static method in class edu.rice.cs.drjava.ui.SimpleInteractionsWindow
Main method to create a SimpleInteractionsWindow from the console.
main(String[]) - Static method in class edu.rice.cs.drjava.Version
 
main(String[]) - Static method in class edu.rice.cs.util.FileOpsTest
Main method called by testDeleteDirectoryOnExit.
main(String[]) - Static method in class edu.rice.cs.util.MD5ChecksumProperties
Main method.
main(String[]) - Static method in class edu.rice.cs.util.swing.ScrollableListDialog
A simple main method for testing purposes.
main(String[]) - Static method in class edu.rice.cs.util.swing.ScrollableListSelectionDialog
A simple main method for testing purposes.
MAIN_FONT - Static variable in class edu.rice.cs.drjava.model.definitions.ColoringGlyphPainter
 
MAIN_FONT - Static variable in class edu.rice.cs.drjava.model.definitions.ColoringView
 
MainController - Class in edu.rice.cs.drjava
Main controller class for DrJava.
MainController() - Constructor for class edu.rice.cs.drjava.MainController
 
MainFrame - Class in edu.rice.cs.drjava.ui
DrJava's main window.
MainFrame() - Constructor for class edu.rice.cs.drjava.ui.MainFrame
Creates the main window, and shows it.
MainFrame.BackgroundColorOptionListener - Class in edu.rice.cs.drjava.ui
The OptionListener for DEFINITIONS_BACKGROUND_COLOR
MainFrame.BackgroundColorOptionListener() - Constructor for class edu.rice.cs.drjava.ui.MainFrame.BackgroundColorOptionListener
 
MainFrame.DJAsyncTaskLauncher - Class in edu.rice.cs.drjava.ui
 
MainFrame.DJAsyncTaskLauncher() - Constructor for class edu.rice.cs.drjava.ui.MainFrame.DJAsyncTaskLauncher
 
MainFrame.DJFileDisplayManager - Class in edu.rice.cs.drjava.ui
This manager is meant to retrieve the correct icons for the given filename.
MainFrame.DJFileDisplayManager(Icon, Icon, Icon, Icon, Icon, Icon) - Constructor for class edu.rice.cs.drjava.ui.MainFrame.DJFileDisplayManager
 
MainFrame.DoclistFontOptionListener - Class in edu.rice.cs.drjava.ui
The OptionListener for FONT_DOCLIST
MainFrame.DoclistFontOptionListener() - Constructor for class edu.rice.cs.drjava.ui.MainFrame.DoclistFontOptionListener
 
MainFrame.GlassPane - Class in edu.rice.cs.drjava.ui
Blocks access to DrJava while the hourglass cursor is on.
MainFrame.GlassPane() - Constructor for class edu.rice.cs.drjava.ui.MainFrame.GlassPane
Creates a new GlassPane over the DrJava window.
MainFrame.LastFocusListener - Class in edu.rice.cs.drjava.ui
 
MainFrame.LastFocusListener() - Constructor for class edu.rice.cs.drjava.ui.MainFrame.LastFocusListener
 
MainFrame.LineEnumColorOptionListener - Class in edu.rice.cs.drjava.ui
The OptionListener for DEFINITIONS_LINE_NUMBER_COLOR and DEFINITIONS_LINE_NUMBER_BACKGROUND_COLOR.
MainFrame.LineEnumColorOptionListener() - Constructor for class edu.rice.cs.drjava.ui.MainFrame.LineEnumColorOptionListener
 
MainFrame.LineEnumOptionListener - Class in edu.rice.cs.drjava.ui
The OptionListener for LINEENUM_ENABLED.
MainFrame.LineEnumOptionListener() - Constructor for class edu.rice.cs.drjava.ui.MainFrame.LineEnumOptionListener
 
MainFrame.LineNumbersFontOptionListener - Class in edu.rice.cs.drjava.ui
The OptionListener for FONT_LINE_NUMBERS
MainFrame.LineNumbersFontOptionListener() - Constructor for class edu.rice.cs.drjava.ui.MainFrame.LineNumbersFontOptionListener
 
MainFrame.MainFontOptionListener - Class in edu.rice.cs.drjava.ui
The OptionListener for FONT_MAIN
MainFrame.MainFontOptionListener() - Constructor for class edu.rice.cs.drjava.ui.MainFrame.MainFontOptionListener
 
MainFrame.MenuBar - Class in edu.rice.cs.drjava.ui
This allows us to intercept key events when compiling testing and turn them off when the glass pane is up.
MainFrame.MenuBar(MainFrame) - Constructor for class edu.rice.cs.drjava.ui.MainFrame.MenuBar
 
MainFrame.ModelListener - Class in edu.rice.cs.drjava.ui
Inner class to listen to all events in the model.
MainFrame.ModelListener() - Constructor for class edu.rice.cs.drjava.ui.MainFrame.ModelListener
 
MainFrame.NormalColorOptionListener - Class in edu.rice.cs.drjava.ui
The OptionListener for DEFINITIONS_NORMAL_COLOR
MainFrame.NormalColorOptionListener() - Constructor for class edu.rice.cs.drjava.ui.MainFrame.NormalColorOptionListener
 
MainFrame.OddDisplayManager - Class in edu.rice.cs.drjava.ui
This class wraps the file display managers by superimposing any notification icons on top of the base file icon.
MainFrame.OddDisplayManager(FileDisplayManager, Icon, Icon, Icon) - Constructor for class edu.rice.cs.drjava.ui.MainFrame.OddDisplayManager
Standard constructor.
MainFrame.PositionListener - Class in edu.rice.cs.drjava.ui
Inner class to handle updating the current position in a document.
MainFrame.PositionListener() - Constructor for class edu.rice.cs.drjava.ui.MainFrame.PositionListener
 
MainFrame.QuitPromptOptionListener - Class in edu.rice.cs.drjava.ui
The OptionListener for QUIT_PROMPT.
MainFrame.QuitPromptOptionListener() - Constructor for class edu.rice.cs.drjava.ui.MainFrame.QuitPromptOptionListener
 
MainFrame.RecentFilesOptionListener - Class in edu.rice.cs.drjava.ui
The OptionListener for RECENT_FILES_MAX_SIZE.
MainFrame.RecentFilesOptionListener() - Constructor for class edu.rice.cs.drjava.ui.MainFrame.RecentFilesOptionListener
 
MainFrame.ToolbarFontOptionListener - Class in edu.rice.cs.drjava.ui
The OptionListener for FONT_TOOLBAR
MainFrame.ToolbarFontOptionListener() - Constructor for class edu.rice.cs.drjava.ui.MainFrame.ToolbarFontOptionListener
 
MainFrame.ToolbarOptionListener - Class in edu.rice.cs.drjava.ui
The OptionListener for TOOLBAR options
MainFrame.ToolbarOptionListener() - Constructor for class edu.rice.cs.drjava.ui.MainFrame.ToolbarOptionListener
 
MainFrame.UIDebugListener - Class in edu.rice.cs.drjava.ui
Listens to events from the debugger.
MainFrame.UIDebugListener() - Constructor for class edu.rice.cs.drjava.ui.MainFrame.UIDebugListener
 
MainFrameStatics - Class in edu.rice.cs.drjava.ui
Utilities for DrJava's main window.
MainFrameStatics() - Constructor for class edu.rice.cs.drjava.ui.MainFrameStatics
 
MainFrameStatics.AutoCompletePopupEntry - Class in edu.rice.cs.drjava.ui
 
MainFrameStatics.AutoCompletePopupEntry() - Constructor for class edu.rice.cs.drjava.ui.MainFrameStatics.AutoCompletePopupEntry
 
MainFrameStatics.GoToFileListEntry - Class in edu.rice.cs.drjava.ui
Wrapper class for the "Go to File" dialog list entries.
MainFrameStatics.GoToFileListEntry(OpenDefinitionsDocument, String) - Constructor for class edu.rice.cs.drjava.ui.MainFrameStatics.GoToFileListEntry
 
MainFrameStatics.JavaAPIListEntry - Class in edu.rice.cs.drjava.ui
Wrapper class for the "Open Javadoc" and "Auto Import" dialog list entries.
MainFrameStatics.JavaAPIListEntry(String, String, URL) - Constructor for class edu.rice.cs.drjava.ui.MainFrameStatics.JavaAPIListEntry
 
MainFrameTest - Class in edu.rice.cs.drjava.ui
Test functions of MainFrame.
MainFrameTest() - Constructor for class edu.rice.cs.drjava.ui.MainFrameTest
 
MainFrameTest.SingleDisplayModelCompileListener - Class in edu.rice.cs.drjava.ui
A CompileListener for SingleDisplayModel (instead of GlobalModel)
MainFrameTest.SingleDisplayModelCompileListener() - Constructor for class edu.rice.cs.drjava.ui.MainFrameTest.SingleDisplayModelCompileListener
 
MainFrameTest.SingleDisplayModelFileClosedListener - Class in edu.rice.cs.drjava.ui
A FileClosedListener for SingleDisplayModel (instead of GlobalModel)
MainFrameTest.SingleDisplayModelFileClosedListener() - Constructor for class edu.rice.cs.drjava.ui.MainFrameTest.SingleDisplayModelFileClosedListener
 
MainFrameTest.SingleDisplayModelFileOpenedListener - Class in edu.rice.cs.drjava.ui
A FileClosedListener for SingleDisplayModel (instead of GlobalModel)
MainFrameTest.SingleDisplayModelFileOpenedListener() - Constructor for class edu.rice.cs.drjava.ui.MainFrameTest.SingleDisplayModelFileOpenedListener
 
MainJVM - Class in edu.rice.cs.drjava.model.repl.newjvm
Manages a remote JVM.
MainJVM(File) - Constructor for class edu.rice.cs.drjava.model.repl.newjvm.MainJVM
Creates a new MainJVM to interface to another JVM; the MainJVM has a link to the partially initialized global model.
MainJVM.DisposedState - Class in edu.rice.cs.drjava.model.repl.newjvm
 
MainJVM.DisposedState() - Constructor for class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.DisposedState
 
MainJVM.DummyDebugModel - Class in edu.rice.cs.drjava.model.repl.newjvm
DebugModelCallback which does not react to events.
MainJVM.DummyDebugModel() - Constructor for class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.DummyDebugModel
 
MainJVM.DummyInteractionsModel - Class in edu.rice.cs.drjava.model.repl.newjvm
InteractionsModel which does not react to events.
MainJVM.DummyInteractionsModel() - Constructor for class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.DummyInteractionsModel
 
MainJVM.DummyJUnitModel - Class in edu.rice.cs.drjava.model.repl.newjvm
JUnitModel which does not react to events.
MainJVM.DummyJUnitModel() - Constructor for class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.DummyJUnitModel
 
MainJVM.FreshRunningState - Class in edu.rice.cs.drjava.model.repl.newjvm
Variant of RunningState where the interpreter JVM has not yet been used.
MainJVM.FreshRunningState(InterpreterJVMRemoteI) - Constructor for class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.FreshRunningState
 
MainJVM.FreshState - Class in edu.rice.cs.drjava.model.repl.newjvm
Fresh, hasn't yet been started.
MainJVM.FreshState() - Constructor for class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.FreshState
 
MainJVM.RestartingState - Class in edu.rice.cs.drjava.model.repl.newjvm
Waiting for stop, should automatically start when that happens.
MainJVM.RestartingState() - Constructor for class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.RestartingState
 
MainJVM.ResultHandler - Class in edu.rice.cs.drjava.model.repl.newjvm
Performs the appropriate action to return any type of result from a call to interpret back to the GlobalModel.
MainJVM.ResultHandler() - Constructor for class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.ResultHandler
 
MainJVM.RunningState - Class in edu.rice.cs.drjava.model.repl.newjvm
Has an active interpreter available.
MainJVM.RunningState(InterpreterJVMRemoteI) - Constructor for class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.RunningState
 
MainJVM.StartingState - Class in edu.rice.cs.drjava.model.repl.newjvm
Has been started, waiting for startup to complete.
MainJVM.StartingState() - Constructor for class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.StartingState
 
MainJVM.StartingState(int) - Constructor for class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.StartingState
 
MainJVM.State - Class in edu.rice.cs.drjava.model.repl.newjvm
State-based implementation of the starting/stopping functionality.
MainJVM.State() - Constructor for class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.State
 
MainJVM.StoppingState - Class in edu.rice.cs.drjava.model.repl.newjvm
Waiting for stop, no restart.
MainJVM.StoppingState() - Constructor for class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.StoppingState
 
MainJVMRemoteI - Interface in edu.rice.cs.drjava.model.repl.newjvm
This interface specifies the methods that the Main JVM exposes for the InterpreterJVM to call.
make() - Method in interface edu.rice.cs.drjava.model.cache.DDReconstructor
 
make(String) - Method in class edu.rice.cs.util.BalancingStreamTokenizerTest
 
make(String, Character) - Method in class edu.rice.cs.util.BalancingStreamTokenizerTest
 
MAKE_EXECUTABLE - Static variable in class edu.rice.cs.drjava.ui.JarOptionsDialog
 
makeAction(String[], int, int, int, int) - Method in class edu.rice.cs.drjava.model.definitions.indent.ActionStartPrevLinePlusMultilinePreserveTest
A factory method that constructs the specified instance of IndentRuleAction.
makeAction(String) - Method in class edu.rice.cs.drjava.model.definitions.indent.ActionStartPrevLinePlusTest
This is a clever (IMHO) factory trick to reuse these methods in TestCases for logically similar IndentActions.
makeBlankString(int) - Static method in class edu.rice.cs.util.StringOps
Constructs a new string containng n blanks.
MakeBrace(String, ReducedModelState) - Static method in class edu.rice.cs.drjava.model.definitions.reducedmodel.Brace
Virtual constructor.
makeButton(Action, int, int, int) - Static method in class edu.rice.cs.drjava.ui.HTMLFrame
 
makeButtons() - Method in class edu.rice.cs.drjava.ui.AbortablePanel
Creates the buttons for controlling the regions.
makeButtons() - Method in class edu.rice.cs.drjava.ui.BookmarksPanel
Creates the buttons for controlling the regions.
makeButtons() - Method in class edu.rice.cs.drjava.ui.BreakpointsPanel
Creates the buttons for controlling the regions.
makeButtons() - Method in class edu.rice.cs.drjava.ui.ExternalProcessPanel
Creates the buttons for controlling the regions.
makeButtons() - Method in class edu.rice.cs.drjava.ui.FindResultsPanel
Creates the buttons for controlling the regions.
makeButtons() - Method in class edu.rice.cs.drjava.ui.LessPanel
Creates the buttons for controlling the regions.
makeButtons() - Method in class edu.rice.cs.drjava.ui.RegionsListPanel
Creates the buttons for controlling the regions.
makeButtons() - Method in class edu.rice.cs.drjava.ui.RegionsTreePanel
Creates the buttons for controlling the regions.
makeCanonical(File) - Method in class edu.rice.cs.drjava.model.GlobalModelOtherTest
Get the canonical name of a file.
makeClassLoader(ClassLoader) - Method in class edu.rice.cs.drjava.model.repl.newjvm.ClassPathManager
Create a new class loader based on the given path.
makeCommandPane() - Method in class edu.rice.cs.drjava.ui.ExecuteExternalDialog
 
makeCopyCursor() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.AbstractReducedModel
Make a copy of the token list's iterator.
makeDirectory(String, String) - Method in class edu.rice.cs.util.jar.JarBuilder
Makes a directory in the jar file
makeDocument() - Method in class edu.rice.cs.drjava.model.cache.DocumentCache.DocManager
Makes this document; assumes that cacheLock is already held.
makeFile(String) - Static method in class edu.rice.cs.util.FileOps
Deprecated. For a best-attempt canonical file, use IOUtil.attemptCanonicalFile(java.io.File) instead. (for example, IOUtil.attemptCanonicalFile(new File(path)))
makeFile(File, String) - Static method in class edu.rice.cs.util.FileOps
Deprecated. For a best-attempt canonical file, use IOUtil.attemptCanonicalFile(java.io.File) instead. (for example, IOUtil.attemptCanonicalFile(new File(path)))
makeFileDisplay(File) - Method in class edu.rice.cs.util.swing.DefaultFileDisplayManager
Creates a file display that displays a file as this manager specifies
makeFileDisplay(File, String) - Method in class edu.rice.cs.util.swing.DefaultFileDisplayManager
Creates a file display that displays a file as this manager specifies
makeFileDisplay(File) - Method in interface edu.rice.cs.util.swing.FileDisplayManager
Creates a file display that displays a file as this manager specifies
makeFileDisplay(File, String) - Method in interface edu.rice.cs.util.swing.FileDisplayManager
Creates a file display that displays a file as this manager specifies
makeFindKeyEvent(Component, long) - Method in class edu.rice.cs.drjava.ui.MainFrameTest
 
makeFlatFileGroupingState() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
 
makeFolderChooser(File) - Method in class edu.rice.cs.drjava.ui.MainFrame
Creates the folder chooser during MainFrame initialization which does not run in event thread.
makeFromFile(File, GlobalModel, JDKDescriptor) - Static method in class edu.rice.cs.drjava.model.JarJDKToolsLibrary
Create a JarJDKToolsLibrary from a specific "tools.jar" or "classes.jar" file.
makeFromFile(File, GlobalModel, JDKDescriptor, List<File>) - Static method in class edu.rice.cs.drjava.model.JarJDKToolsLibrary
Create a JarJDKToolsLibrary from a specific "tools.jar" or "classes.jar" file.
makeFromRuntime(GlobalModel) - Static method in class edu.rice.cs.drjava.model.JDKToolsLibrary
Create a JDKToolsLibrary from the runtime class path (or, more accurately, from the class loader that loaded this class.
makeGetter(int, int, int, int, String, String, boolean, boolean, File) - Method in class edu.rice.cs.drjava.project.ProjectTest
 
makeInsertTextCommand() - Method in class edu.rice.cs.drjava.ui.InteractionsController.InputBox
Generates a lambda that can be used to insert text into this input box.
makeLayeredIcon(Icon, Icon) - Method in class edu.rice.cs.drjava.ui.MainFrame.OddDisplayManager
 
makeLeftPanel() - Method in class edu.rice.cs.drjava.ui.AbortablePanel
Setup left panel.
makeLeftPanel() - Method in class edu.rice.cs.drjava.ui.ExternalProcessPanel
Setup left panel.
makeLeftPanel() - Method in class edu.rice.cs.drjava.ui.LessPanel
Setup left panel.
makeListNavigator() - Method in class edu.rice.cs.util.docnavigation.AWTContainerNavigatorFactory
Creates a new List Navigator
makeListNavigator(IDocumentNavigator<ItemT>) - Method in class edu.rice.cs.util.docnavigation.AWTContainerNavigatorFactory
Creates a list navigator and migrates the navigator items from parent to the new navigator.
makeListNavigator() - Method in interface edu.rice.cs.util.docnavigation.IDocumentNavigatorFactory
Creates a new List Navigator
makeListNavigator(IDocumentNavigator<ItemT>) - Method in interface edu.rice.cs.util.docnavigation.IDocumentNavigatorFactory
Creates a list navigator and migrates the navigator items from parent to the new navigator
makeName(String, String) - Method in class edu.rice.cs.util.jar.JarBuilder
Takes a parent name and a field name and returns the concatenation of them correctly
makeNewFolderDisplay(File) - Method in class edu.rice.cs.util.swing.DefaultFileDisplayManager
Creates a FileDisplay representing a new untitled folder that is yet to be created.
makeNewFolderDisplay(File) - Method in interface edu.rice.cs.util.swing.FileDisplayManager
Creates a FileDisplay representing a new untitled folder that is yet to be created.
makeNewIndenter(int) - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
Returns a new indenter.
makeNewIndenter(int) - Method in class edu.rice.cs.drjava.model.repl.InteractionsDJDocument
Returns a new indenter.
makeOptions() - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputFrame
Creates the optional components.
makePopupMenuActions() - Method in class edu.rice.cs.drjava.ui.BookmarksPanel
Makes the popup menu actions.
makePopupMenuActions() - Method in class edu.rice.cs.drjava.ui.BreakpointsPanel
Makes the popup menu actions.
makePopupMenuActions() - Method in class edu.rice.cs.drjava.ui.FindResultsPanel
Makes popup menu actions.
makePopupMenuActions() - Method in class edu.rice.cs.drjava.ui.RegionsTreePanel
Makes the popup menu actions.
makeProjectFileGroupingState(File, String, File, File, File, File[], File[], File[], Iterable<AbsRelFile>, File, int, boolean, String, Map<OptionParser<?>, String>) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
 
makeReconstructor() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
Makes a default DDReconstructor that will make the corresponding DefinitionsDocument.
makeRegionListUserObj(R) - Method in class edu.rice.cs.drjava.ui.RegionsListPanel
Factory method to create user objects put in the list.
makeRegionTreeUserObj(Breakpoint) - Method in class edu.rice.cs.drjava.ui.BreakpointsPanel
Factory method to create user objects put in the tree.
makeRegionTreeUserObj(R) - Method in class edu.rice.cs.drjava.ui.RegionsTreePanel
Factory method to create user objects put in the tree.
makeRelativeTo(File, File) - Static method in class edu.rice.cs.util.FileOps
Makes a file equivalent to the given file f that is relative to base file b.
makeRunner() - Method in class edu.rice.cs.drjava.model.junit.JUnitTestManager
Make a fresh JUnitTestRunner with its own class loader instance.
makeTreeNavigator(String) - Method in class edu.rice.cs.util.docnavigation.AWTContainerNavigatorFactory
Returns a new tree Navigator with the specified root
makeTreeNavigator(String, IDocumentNavigator<ItemT>, List<Pair<String, INavigatorItemFilter<ItemT>>>) - Method in class edu.rice.cs.util.docnavigation.AWTContainerNavigatorFactory
Creates a tree navigator and migrates the navigator items from the parent to the new navigator.
makeTreeNavigator(String) - Method in interface edu.rice.cs.util.docnavigation.IDocumentNavigatorFactory
Returns a new tree Navigator with the specified root
makeTreeNavigator(String, IDocumentNavigator<ItemT>, List<Pair<String, INavigatorItemFilter<ItemT>>>) - Method in interface edu.rice.cs.util.docnavigation.IDocumentNavigatorFactory
Creates a tree navigator and migrates the navigator items from the parent to the new navigator
makeWritable(File) - Static method in class edu.rice.cs.util.FileOps
 
MalformedProjectFileException - Exception in edu.rice.cs.drjava.project
The exception thrown when a project file which was being parsed did not conform to the expected structure.
MalformedProjectFileException(String) - Constructor for exception edu.rice.cs.drjava.project.MalformedProjectFileException
 
ManifestWriter - Class in edu.rice.cs.util.jar
Writes manifest objects.
ManifestWriter() - Constructor for class edu.rice.cs.util.jar.ManifestWriter
Create a new manifest file
map - Variable in class edu.rice.cs.drjava.config.Configuration
OptionMap used to store all option settings.
map - Variable in class edu.rice.cs.drjava.config.OptionParser
An inner hashtable that maps DefaultOptionMaps to value T's.
MASK - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
 
MASTER_JVM_ARGS - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The command-line arguments to be passed to the Master JVM.
MASTER_JVM_XMX - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The command-line arguments for the maximum heap size (-Xmx___) to be passed to the Master JVM.
MasterRemote - Interface in edu.rice.cs.util.newjvm
The remote interface for a master JVM.
match(char, char[]) - Static method in class edu.rice.cs.drjava.model.AbstractDJDocument
 
MATCH_PAINTER - Static variable in class edu.rice.cs.drjava.ui.AbstractDJPane
Paren/brace/bracket matching highlight color.
matches(File, StackTraceElement) - Method in class edu.rice.cs.drjava.model.compiler.LanguageLevelStackTraceMapper
Ensures the given file and StackTraceElement match.
matchesRegion(HighlightManager.HighlightInfo) - Method in class edu.rice.cs.util.swing.HighlightManager.HighlightInfo
Tests to see if the given offsets correspond to the offsets specified within this highlight.
matchUpdate(int, boolean) - Method in class edu.rice.cs.drjava.ui.AbstractDJPane
Updates the document location when the cursor is immediately to the right of a bracket and highlights the corresponding bracketed area.
matchUpdate(int, boolean) - Method in class edu.rice.cs.drjava.ui.DefinitionsPane
Updates match highlights.
matchUpdate(int, boolean) - Method in class edu.rice.cs.drjava.ui.InteractionsPane
Updates match highlights.
MAX - Variable in class edu.rice.cs.drjava.ui.RecentFileManager
The maximum number of files to display in the list.
MAX_READ_FOR_LINK_LINES - Static variable in class edu.rice.cs.drjava.ui.JavadocFrame
 
MAX_READ_PACKAGES_LINES - Static variable in class edu.rice.cs.drjava.ui.JavadocFrame
 
MAX_STARTUP_FAILURES - Static variable in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM
Number of slave startup failures allowed before aborting the startup process.
maxInterval(Pair<R, R>, Pair<R, R>) - Static method in class edu.rice.cs.drjava.ui.MainFrame
 
maySubmitSurvey() - Static method in class edu.rice.cs.drjava.ui.DrJavaSurveyPopup
Returns true if the user may participate in the survey, i.e.
MD5ChecksumProperties - Class in edu.rice.cs.util
Create a property file with MD5 checksums
MD5ChecksumProperties() - Constructor for class edu.rice.cs.util.MD5ChecksumProperties
 
MD5ChecksumProperties(Properties) - Constructor for class edu.rice.cs.util.MD5ChecksumProperties
 
memSizeToString(long) - Static method in class edu.rice.cs.util.StringOps
Return a string representing the approximate amount of memory specified in bytes.
message - Variable in exception edu.rice.cs.drjava.config.OptionParseException
 
message(String) - Static method in class edu.rice.cs.drjava.DrJavaRestart
 
MESSAGE - Static variable in class edu.rice.cs.drjava.model.compiler.NoCompilerAvailable
 
message() - Method in class edu.rice.cs.drjava.model.DJError
Gets the error message.
META - Static variable in class edu.rice.cs.drjava.ui.DefinitionsPaneTest
 
method() - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger.DelegatingLocation
 
methodName(StackFrame) - Static method in class edu.rice.cs.drjava.model.debug.jpda.JPDAStackData
Translate the type and method information from a JDI StackFrame to a "myPackage.MyClass.myMethod" method name string.
mf - Variable in class edu.rice.cs.drjava.model.repl.InteractionsDJDocumentTest
 
migrateListeners(IDocumentNavigator<ItemT>, IDocumentNavigator<ItemT>) - Method in class edu.rice.cs.util.docnavigation.AWTContainerNavigatorFactory
Migrates all the listeners from parent to child
migrateNavigatorItems(IDocumentNavigator<ItemT>, IDocumentNavigator<ItemT>) - Method in class edu.rice.cs.util.docnavigation.AWTContainerNavigatorFactory
Migrates all the navigator items from parent to child
MixedQuoteTest - Class in edu.rice.cs.drjava.model.definitions.reducedmodel
Tests the interaction between double and single quotes and comments
MixedQuoteTest() - Constructor for class edu.rice.cs.drjava.model.definitions.reducedmodel.MixedQuoteTest
 
mkdir() - Method in class edu.rice.cs.util.FileOps.NullFile
 
mkdirs() - Method in class edu.rice.cs.util.FileOps.NullFile
 
mkTempDir(String) - Method in class edu.rice.cs.drjava.CommandLineTest
Helper for testRelativeFile and testDotPaths.
MOD_DATE_FORMAT - Static variable in class edu.rice.cs.drjava.project.ProjectProfile
 
MOD_DATE_FORMAT_STRING - Static variable in class edu.rice.cs.drjava.project.ProjectProfile
 
modDate - Variable in class edu.rice.cs.drjava.project.ProjectFileParser.DocFilePropertyVisitor
 
model - Variable in class edu.rice.cs.drjava.model.compiler.CompilerErrorModelTest
 
model0 - Variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.BackSlashTest
 
model0 - Variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.BraceReductionTestCase
 
model1 - Variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.BackSlashTest
 
model1 - Variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.BraceReductionTestCase
 
model2 - Variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.BackSlashTest
 
model2 - Variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.BraceReductionTestCase
 
MODEL_INITIATED_PROPERTY_NAME - Static variable in interface edu.rice.cs.util.docnavigation.IDocumentNavigator
The name of the client property that determines whether a change is model- or user-initiated.
ModelList<T> - Class in edu.rice.cs.drjava.model.definitions.reducedmodel
A doubly-linked list class with header and trailer nodes.
ModelList() - Constructor for class edu.rice.cs.drjava.model.definitions.reducedmodel.ModelList
Constructor.
ModelList.ModelIterator - Class in edu.rice.cs.drjava.model.definitions.reducedmodel
The iterator class for ModelList.
ModelList.ModelIterator() - Constructor for class edu.rice.cs.drjava.model.definitions.reducedmodel.ModelList.ModelIterator
Standard constructor that creates an iterator pointing to the list head (_head) and adds it the listeners.
ModelList.ModelIterator(ModelList<T>.ModelIterator) - Constructor for class edu.rice.cs.drjava.model.definitions.reducedmodel.ModelList.ModelIterator
Copy constructor that creates a copy of an existing iterator and adds it to the listeners.
ModelList.Node<T> - Class in edu.rice.cs.drjava.model.definitions.reducedmodel
The Node class for ModelLists.
ModelList.Node() - Constructor for class edu.rice.cs.drjava.model.definitions.reducedmodel.ModelList.Node
Constructor for _head and _tail nodes.
ModelList.Node(T, ModelList.Node<T>, ModelList.Node<T>) - Constructor for class edu.rice.cs.drjava.model.definitions.reducedmodel.ModelList.Node
Constructor for nodes containing data.
ModelListTest - Class in edu.rice.cs.drjava.model.definitions.reducedmodel
Tests the functionality of the ModelList list class.
ModelListTest() - Constructor for class edu.rice.cs.drjava.model.definitions.reducedmodel.ModelListTest
 
modelToView(GlyphView, int, Position.Bias, Shape) - Method in class edu.rice.cs.drjava.model.definitions.ColoringGlyphPainter
Only runs in event thread.
modifiedOnDisk() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
Determines if the file for this document has been modified since it was loaded.
modifiedOnDisk() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
modifiedOnDisk() - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
Determines if this definitions document has changed since the last save.
monitor - Variable in class edu.rice.cs.util.ReaderThread
 
MONKEY_CLASS - Static variable in class edu.rice.cs.drjava.model.debug.DebugTestCase
 
MONKEY_STATIC_STUFF - Static variable in class edu.rice.cs.drjava.model.debug.DebugTestCase
 
MONKEY_WITH_INNER_CLASS - Static variable in class edu.rice.cs.drjava.model.debug.DebugTestCase
 
MONKEYTEST_ERROR_TEXT - Static variable in class edu.rice.cs.drjava.model.GlobalModelJUnitTest
 
MONKEYTEST_FAIL_TEXT - Static variable in class edu.rice.cs.drjava.model.GlobalModelJUnitTest
 
MONKEYTEST_FAIL_TEXT - Static variable in class edu.rice.cs.drjava.model.junit.JUnitErrorModelTest
 
MONKEYTEST_INFINITE_TEXT - Static variable in class edu.rice.cs.drjava.model.GlobalModelJUnitTest
 
MONKEYTEST_PASS_ALT_TEXT - Static variable in class edu.rice.cs.drjava.model.GlobalModelJUnitTest
 
MONKEYTEST_PASS_TEXT - Static variable in class edu.rice.cs.drjava.model.GlobalModelJUnitTest
 
mouseClicked(MouseEvent) - Method in class edu.rice.cs.drjava.ui.InteractionsPane.leftUndoBreak
 
mouseClicked(MouseEvent, ItemT) - Method in interface edu.rice.cs.util.docnavigation.IDocumentAwareMouseListener
 
mouseDragged(MouseEvent) - Method in class edu.rice.cs.drjava.ui.config.VectorOptionComponent.DragDropRowTableUI.DragDropRowMouseInputHandler
 
mouseEntered(MouseEvent, ItemT) - Method in interface edu.rice.cs.util.docnavigation.IDocumentAwareMouseListener
 
mouseExited(MouseEvent, ItemT) - Method in interface edu.rice.cs.util.docnavigation.IDocumentAwareMouseListener
 
mousePressed(MouseEvent) - Method in class edu.rice.cs.drjava.ui.config.VectorOptionComponent.DragDropRowTableUI.DragDropRowMouseInputHandler
 
mousePressed(MouseEvent) - Method in class edu.rice.cs.drjava.ui.DebugPanel.DebugTableMouseAdapter
 
mousePressed(MouseEvent) - Method in class edu.rice.cs.drjava.ui.DefinitionsPane.PopupMenuMouseAdapter
 
mousePressed(MouseEvent) - Method in class edu.rice.cs.drjava.ui.JUnitPanel.JUnitErrorListPane.PopupAdapter
Show popup if the click is on an error.
mousePressed(MouseEvent) - Method in class edu.rice.cs.drjava.ui.RegionsListPanel.RegionMouseAdapter
 
mousePressed(MouseEvent) - Method in class edu.rice.cs.drjava.ui.RegionsTreePanel.RegionMouseAdapter
 
mousePressed(MouseEvent, ItemT) - Method in interface edu.rice.cs.util.docnavigation.IDocumentAwareMouseListener
 
mousePressed(MouseEvent) - Method in class edu.rice.cs.util.swing.RightClickMouseAdapter
Signals that the mouse has been pressed.
mouseReleased(MouseEvent) - Method in class edu.rice.cs.drjava.ui.config.VectorOptionComponent.DragDropRowTableUI.DragDropRowMouseInputHandler
 
mouseReleased(MouseEvent) - Method in class edu.rice.cs.drjava.ui.JUnitPanel.JUnitErrorListPane.PopupAdapter
Show popup if the click is on an error.
mouseReleased(MouseEvent, ItemT) - Method in interface edu.rice.cs.util.docnavigation.IDocumentAwareMouseListener
 
mouseReleased(MouseEvent) - Method in class edu.rice.cs.util.swing.RightClickMouseAdapter
Signals that the mouse has been released.
move(int) - Method in class edu.rice.cs.drjava.model.AbstractDJDocument
Moves _currentLocation the specified distance.
move(int) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
move(int) - Method in interface edu.rice.cs.drjava.model.definitions.reducedmodel.BraceReduction
Updates the BraceReduction to reflect cursor movement.
move(int) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelBrace
Updates ReducedModelBrace to reflect cursor movement.
move(int) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelComment
Updates the BraceReduction to reflect cursor movement.
move(int) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelControl
Updates the BraceReduction to reflect cursor movement.
move(int) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.TokenList.Iterator
Updates the BraceReduction to reflect cursor movement.
move(int) - Method in interface edu.rice.cs.drjava.model.DJDocument
Moves the current location the specified number of chars (positive is right; negative is left).
move(int) - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
moveDownAction - Variable in class edu.rice.cs.drjava.ui.InteractionsController
Added feature for down.
moveEnd() - Method in class edu.rice.cs.drjava.model.repl.History
Move the cursor to just past the end.
moveHistoryNext(String) - Method in class edu.rice.cs.drjava.model.repl.InteractionsDocument
Puts the next line from the history on the current line and moves the history forward one line.
moveHistoryPrevious(String) - Method in class edu.rice.cs.drjava.model.repl.InteractionsDocument
Puts the previous line from the history on the current line and moves the history back one line.
moveLeftAction - Variable in class edu.rice.cs.drjava.ui.InteractionsController
Moves the caret left or wraps around.
moveNext(String) - Method in class edu.rice.cs.drjava.model.repl.History
Moves cursor forward 1, or throws exception if there is none.
movePainterToFront(IHighlighted.PainterTag) - Method in interface edu.rice.cs.drjava.model.IHighlighted
Move the painter with the specified tag to the front.
movePrevious(String) - Method in class edu.rice.cs.drjava.model.repl.History
Moves cursor back 1, or throws exception if there is none.
moveRecursively(File, File) - Static method in class edu.rice.cs.util.FileOps
Move f to n, recursively if necessary.
moveRightAction - Variable in class edu.rice.cs.drjava.ui.InteractionsController
Moves the caret right or wraps around.
moveToEnd() - Method in class edu.rice.cs.drjava.ui.AbstractConsoleController
Moves the pane's caret to the end of the document.
moveToPrompt() - Method in class edu.rice.cs.drjava.ui.AbstractConsoleController
Moves the pane's caret to the document's prompt.
moveUpAction - Variable in class edu.rice.cs.drjava.ui.InteractionsController
Added feature for up.
moveWalkerGetState(int) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.AbstractReducedModel
Returns the state at the relLocation, where relLocation is the location relative to the walker.
moveWalkerGetState(int) - Method in interface edu.rice.cs.drjava.model.definitions.reducedmodel.BraceReduction
Returns the state at the relLocation, where relLocation is the location relative to the walker
moveWalkerGetState(int) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelBrace
 
moveWalkerGetState(int) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelComment
Returns the state at the relLocation, where relLocation is the location relative to the walker
moveWalkerGetState(int) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelControl
Returns the state at the relDistance, where relDistance is relative to the last time it was called.
MovingDocumentRegion - Class in edu.rice.cs.drjava.model
Class for a document region that moves with changes in the document; it also includes a lazy tool-tip and line boundaries.
MovingDocumentRegion(OpenDefinitionsDocument, int, int, int, int) - Constructor for class edu.rice.cs.drjava.model.MovingDocumentRegion
Create a new moving document region.
msg(String) - Static method in class edu.rice.cs.drjava.model.JDKToolsLibrary
 
msg - Variable in class edu.rice.cs.drjava.ui.DrJavaErrorPopup
Contains the canned message for the user
MULTI_CLASSES_IN_FILE_TEXT - Static variable in class edu.rice.cs.drjava.model.GlobalModelJUnitTest
 
MultiThreadedTestCase - Class in edu.rice.cs.drjava.model
TestCase which can fail if another thread causes an error or failure.
MultiThreadedTestCase() - Constructor for class edu.rice.cs.drjava.model.MultiThreadedTestCase
 
MultiThreadedTestCase(String) - Constructor for class edu.rice.cs.drjava.model.MultiThreadedTestCase
 
MultiThreadedTestCase.ExceptionHandler - Class in edu.rice.cs.drjava.model
Class that stores exceptions thrown in other threads so they can be rethrown in the main thread.
MultiThreadedTestCase.ExceptionHandler() - Constructor for class edu.rice.cs.drjava.model.MultiThreadedTestCase.ExceptionHandler
Singleton constructor.
MultiThreadedTestCaseTest - Class in edu.rice.cs.drjava.model
Tests for MultiThreadedTestCase.
MultiThreadedTestCaseTest() - Constructor for class edu.rice.cs.drjava.model.MultiThreadedTestCaseTest
 
MultiThreadedTestCaseTest(String) - Constructor for class edu.rice.cs.drjava.model.MultiThreadedTestCaseTest
 
MultiThreadedTestCaseTest.Uncaught - Class in edu.rice.cs.drjava.model
 
MultiThreadedTestCaseTest.Uncaught() - Constructor for class edu.rice.cs.drjava.model.MultiThreadedTestCaseTest.Uncaught
 
MultiThreadedTestCaseTest.Uncaught(String) - Constructor for class edu.rice.cs.drjava.model.MultiThreadedTestCaseTest.Uncaught
 
MutableFileProperty - Class in edu.rice.cs.drjava.config
Property that evaluates to a file, can be mutated, and that can be inserted as variables in external processes.
MutableFileProperty(String, File, String) - Constructor for class edu.rice.cs.drjava.config.MutableFileProperty
Create an eager file property.

N

name - Variable in class edu.rice.cs.drjava.config.OptionParser
The logical name of this configurable option (i.e.
name - Variable in class edu.rice.cs.drjava.ui.AboutDialog.ImageInfo
 
name - Variable in class edu.rice.cs.util.docnavigation.DummyINavigatorItem
 
navListeners - Variable in class edu.rice.cs.util.docnavigation.JListNavigator
the collection of INavigationListeners listening to this JListNavigator
navListeners - Variable in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
The collection of INavigationListeners listening to this JListNavigator
NESTED_CLASSES_TEXT - Static variable in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
 
NEVER - Static variable in class edu.rice.cs.drjava.config.OptionConstants.DeleteLLClassFileChoices
 
NEVER - Static variable in class edu.rice.cs.drjava.config.OptionConstants.FileExtRegistrationChoices
 
NEW_INSTANCE_SIG - Static variable in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
 
NEW_VERSION_ALLOWED - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Whether the new version feature may be used at all.
NEW_VERSION_NOTIFICATION - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The kind of version DrJava should be looking for.
NEW_VERSION_NOTIFICATION_CHOICES - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Notification of new versions.
NEW_VERSION_NOTIFICATION_DAYS - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The number of days that have to pass before we automatically check again.
newBooleanOptionComponent(BooleanOption) - Method in class edu.rice.cs.drjava.ui.config.ConfigFrame
 
newBooleanOptionComponent(BooleanOption, boolean) - Method in class edu.rice.cs.drjava.ui.config.ConfigFrame
 
newCheckBoxMenuItem(Action) - Static method in class edu.rice.cs.drjava.ui.MainFrameStatics
Returns a JRadioButtonMenuItem that looks like a JCheckBoxMenuItem.
newColorOptionComponent(ColorOption, boolean, boolean) - Method in class edu.rice.cs.drjava.ui.config.ConfigFrame
 
newColorOptionComponent(ColorOption, boolean) - Method in class edu.rice.cs.drjava.ui.config.ConfigFrame
 
newColorOptionComponent(ColorOption) - Method in class edu.rice.cs.drjava.ui.config.ConfigFrame
 
newCount - Variable in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
newDirectoryOptionComponent(FileOption, DirectoryChooser) - Method in class edu.rice.cs.drjava.ui.config.ConfigFrame
 
newDocumentRegion(OpenDefinitionsDocument, int, int) - Method in class edu.rice.cs.drjava.model.ConcreteRegionManager
Convinces the type checker to accept a DocumentRegion as an R.
newFile(File) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Creates a new open definitions document and adds it to the list.
newFile(File, String) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Creates a new open definitions document and adds it to the list.
newFile(String) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Creates a new document, adds it to the list of open documents, and sets it to be active.
newFile() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Creates a new document, adds it to the list of open documents, and sets it to be active.
newFile() - Method in class edu.rice.cs.drjava.model.cache.DocumentCacheTest.TestGlobalModel
 
newFile() - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
newFile(String) - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
newFile() - Method in interface edu.rice.cs.drjava.model.GlobalModel
Creates a new document in the definitions pane and adds it to the list of open documents.
newFile(String) - Method in interface edu.rice.cs.drjava.model.GlobalModel
Creates a new document in the definitions pane, containing the specified text, and adds it to the list of open documents.
newFile(File, FileDisplayManager) - Static method in class edu.rice.cs.util.swing.FileDisplay
 
newFileCreated(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.DummyGlobalModelListener
Called after a new document is created.
newFileCreated(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.GlobalEventNotifier
Called after a new document is created.
newFileCreated(OpenDefinitionsDocument) - Method in interface edu.rice.cs.drjava.model.GlobalModelListener
Called after a new document is created.
newFileCreated(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.CompileShouldSucceedListener
 
newFileCreated(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
newFileCreated(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.ui.MainFrame.ModelListener
 
newFileCreated(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.ui.MainFrameTest.SingleDisplayModelFileClosedListener
 
newFileCreated(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.ui.MainFrameTest.SingleDisplayModelFileOpenedListener
 
newFileOptionComponent(FileOption, JFileChooser) - Method in class edu.rice.cs.drjava.ui.config.ConfigFrame
 
newFileOptionComponent(FileOption, FileSelectorComponent) - Method in class edu.rice.cs.drjava.ui.config.ConfigFrame
 
newFontOptionComponent(FontOption) - Method in class edu.rice.cs.drjava.ui.config.ConfigFrame
 
newForcedChoiceOptionComponent(ForcedChoiceOption) - Method in class edu.rice.cs.drjava.ui.config.ConfigFrame
 
newIntegerOptionComponent(IntegerOption) - Method in class edu.rice.cs.drjava.ui.config.ConfigFrame
 
NewJavaClassDialog - Class in edu.rice.cs.drjava.ui
Generates Java source from information entered in the "New Class" dialog.
NewJavaClassDialog(MainFrame) - Constructor for class edu.rice.cs.drjava.ui.NewJavaClassDialog
Constructs New Java Class frame and displays it.
NewJavaClassTest - Class in edu.rice.cs.drjava.ui
Tests for NewNewJavaClassDialog.
NewJavaClassTest() - Constructor for class edu.rice.cs.drjava.ui.NewJavaClassTest
 
NewJVMTest - Class in edu.rice.cs.drjava.model.repl.newjvm
Tests the functionality of the new JVM manager.
NewJVMTest(String) - Constructor for class edu.rice.cs.drjava.model.repl.newjvm.NewJVMTest
 
NewJVMTest.TestJVMExtension - Class in edu.rice.cs.drjava.model.repl.newjvm
 
NewJVMTest.TestJVMExtension() - Constructor for class edu.rice.cs.drjava.model.repl.newjvm.NewJVMTest.TestJVMExtension
 
NewJVMTest.TestJVMExtension.TestResultHandler - Class in edu.rice.cs.drjava.model.repl.newjvm
 
NewJVMTest.TestJVMExtension.TestResultHandler() - Constructor for class edu.rice.cs.drjava.model.repl.newjvm.NewJVMTest.TestJVMExtension.TestResultHandler
 
newline - Static variable in class edu.rice.cs.drjava.model.AbstractDJDocument
 
newLine - Static variable in class edu.rice.cs.drjava.model.compiler.CompilerErrorModel
 
NEWLINE - Static variable in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
 
NEWLINE - Static variable in class edu.rice.cs.util.StringOps
 
newline - Static variable in class edu.rice.cs.util.StringOps
 
newLineAction - Variable in class edu.rice.cs.drjava.ui.AbstractConsoleController
Inserts a new line at the caret position.
newStringOptionComponent(StringOption) - Method in class edu.rice.cs.drjava.ui.config.ConfigFrame
 
newTestCase(String, boolean, boolean) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Creates a new junit test case.
newTestCase(String, boolean, boolean) - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
newTestCase(String, boolean, boolean) - Method in interface edu.rice.cs.drjava.model.GlobalModel
Creates a new junit test case.
newVectorFileOptionComponent(VectorOption<File>, boolean) - Method in class edu.rice.cs.drjava.ui.config.ConfigFrame
 
newVectorStringOptionComponent(VectorOption<String>, boolean) - Method in class edu.rice.cs.drjava.ui.config.ConfigFrame
 
NewVersionPopup - Class in edu.rice.cs.drjava.ui
Displays whether a new version of DrJava is available.
NewVersionPopup(MainFrame) - Constructor for class edu.rice.cs.drjava.ui.NewVersionPopup
Creates a window to display whether a new version of DrJava is available.
next() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.AbstractReducedModel
Move to the token immediately right.
next() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ModelList.ModelIterator
Moves to the next node.
next() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelControl
Move the reduced model to the next token (with 0 offset) and update the cursor information.
next - Variable in class edu.rice.cs.drjava.ui.HTMLFrame.HistoryList
 
next() - Method in class edu.rice.cs.drjava.ui.RecentDocFrame
Sets the current document to be the next document in the list.
nextBrace() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelBrace
Determines the distance to the location before the next open brace.
nextCurrentRegion(GlobalEventNotifier) - Method in class edu.rice.cs.drjava.model.BrowserHistoryManager
Make the region that is more recent the current region.
nextError() - Method in class edu.rice.cs.drjava.ui.ErrorPanel.ErrorListPane
Switches to the next error.
nextErrorWithLine(int) - Method in class edu.rice.cs.drjava.model.compiler.CompilerErrorModel
Finds the first error after numProcessed which has a file and line number.
nextInteraction() - Method in class edu.rice.cs.drjava.model.repl.InteractionsScriptModel
Enters the next interaction into the interactions pane.
nextItem() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ModelList.ModelIterator
Returns the item associated with the node after the current node.
nextItem() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelControl
Get the next token.
nextRecentDoc() - Method in class edu.rice.cs.drjava.ui.MainFrame
 
nextToken() - Method in class edu.rice.cs.util.BalancingStreamTokenizer
Return the next token from the reader, or from the stack if it isn't empty.
nextWordAction - Variable in class edu.rice.cs.drjava.ui.InteractionsController
Skips forward one word.
NL - Static variable in class edu.rice.cs.util.XMLConfig
Newline string.
NL - Static variable in class edu.rice.cs.util.XMLConfigTest
Newline string.
NO - Static variable in class edu.rice.cs.drjava.model.definitions.indent.IndentRuleWithTrace
 
NO - Variable in class edu.rice.cs.drjava.ui.DrJavaSurveyPopup
Lambda that calls noAction.
NO_COMMENT_OFFSET - Static variable in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
 
NO_ERRORS_HTML - Static variable in class edu.rice.cs.drjava.ui.DrJavaErrorWindow
 
NO_LUCKY - Static variable in class edu.rice.cs.drjava.config.OptionConstants.ConcJUnitCheckChoices
 
NO_PREFERENCE - Static variable in class edu.rice.cs.drjava.config.OptionConstants.COMPILER_PREFERENCE_CONTROL
 
NO_TESTS_MSG - Static variable in class edu.rice.cs.drjava.ui.JUnitPanel
 
NO_TOKEN_STATE - Static variable in class edu.rice.cs.util.ArgumentTokenizer
 
NO_TYPE - Static variable in class edu.rice.cs.drjava.model.debug.DebugWatchData
String to display if the type is not in scope.
NO_VALUE - Static variable in class edu.rice.cs.drjava.model.debug.DebugWatchData
String to display if the value is not in scope.
noAction() - Method in class edu.rice.cs.drjava.ui.DrJavaSurveyPopup
 
NoCompilerAvailable - Class in edu.rice.cs.drjava.model.compiler
A CompilerInterface implementation for signifying that no compiler is available.
NoCompilerAvailable() - Constructor for class edu.rice.cs.drjava.model.compiler.NoCompilerAvailable
 
NoDebuggerAvailable - Class in edu.rice.cs.drjava.model.debug
Placeholder class indicating that no debugger is available to DrJava.
NoDebuggerAvailable() - Constructor for class edu.rice.cs.drjava.model.debug.NoDebuggerAvailable
Private constructor: use the ONLY field.
NodeData<ItemT extends INavigatorItem> - Interface in edu.rice.cs.util.docnavigation
Since the various nodes hold different types of data, this type extends TreeNodes to support the visitor pattern.
NodeDataVisitor<ItemT extends INavigatorItem,Ret> - Interface in edu.rice.cs.util.docnavigation
This visitor runs on NodeData.
nof1 - Variable in class edu.rice.cs.drjava.CommandLineTest
Files that do not exist (constructor deletes them), and their filenames.
nof1_name - Variable in class edu.rice.cs.drjava.CommandLineTest
 
nof2 - Variable in class edu.rice.cs.drjava.CommandLineTest
 
nof2_name - Variable in class edu.rice.cs.drjava.CommandLineTest
 
nof3 - Variable in class edu.rice.cs.drjava.CommandLineTest
 
nof3_name - Variable in class edu.rice.cs.drjava.CommandLineTest
 
nof4 - Variable in class edu.rice.cs.drjava.CommandLineTest
 
nof4_name - Variable in class edu.rice.cs.drjava.CommandLineTest
 
nof5 - Variable in class edu.rice.cs.drjava.CommandLineTest
 
nof5_name - Variable in class edu.rice.cs.drjava.CommandLineTest
 
noHighlights - Static variable in class edu.rice.cs.drjava.ui.ReverseHighlighter
 
NoJavadocAvailable - Class in edu.rice.cs.drjava.model.javadoc
Javadoc model to use when javadoc is unavailable.
NoJavadocAvailable(GlobalModel) - Constructor for class edu.rice.cs.drjava.model.javadoc.NoJavadocAvailable
 
NON_TESTCASE_TEXT - Static variable in class edu.rice.cs.drjava.model.GlobalModelJUnitTest
 
nonCurrThreadDied() - Method in class edu.rice.cs.drjava.model.debug.DebugEventNotifier
Called when any thread other than the current thread dies.
nonCurrThreadDied() - Method in interface edu.rice.cs.drjava.model.debug.DebugListener
Called when any thread other than the current thread dies.
nonCurrThreadDied() - Method in class edu.rice.cs.drjava.model.debug.DebugTestCase.DebugTestListener
This won't fail because threads could be dying at any time.
nonCurrThreadDied() - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
 
nonCurrThreadDied() - Method in class edu.rice.cs.drjava.ui.DebugPanel.DebugPanelListener
Called when any thread other than the current thread dies.
nonCurrThreadDied() - Method in class edu.rice.cs.drjava.ui.MainFrame.UIDebugListener
 
nonCurrThreadDiedCount - Variable in class edu.rice.cs.drjava.model.debug.DebugTestCase.DebugTestListener
 
NONE - Static variable in class edu.rice.cs.drjava.config.OptionConstants.ConcJUnitCheckChoices
 
NONE - Static variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.BraceInfo
 
NONE - Static variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.IndentInfo
 
NONE - Static variable in class edu.rice.cs.drjava.model.JDKDescriptor
Singleton representing a JDK that doesn't have a descriptor.
NONE - Static variable in class edu.rice.cs.drjava.ui.config.ToolbarOptionComponent
 
NonNegativeIntegerOption - Class in edu.rice.cs.drjava.config
Class defining all configuration options with values of type NonNegativeInteger.
NonNegativeIntegerOption(String, Integer) - Constructor for class edu.rice.cs.drjava.config.NonNegativeIntegerOption
 
NonNegativeIntegerOptionTest - Class in edu.rice.cs.drjava.config
Class according to the JUnit protocol.
NonNegativeIntegerOptionTest(String) - Constructor for class edu.rice.cs.drjava.config.NonNegativeIntegerOptionTest
 
NONPUBLIC_TEXT - Static variable in class edu.rice.cs.drjava.model.GlobalModelJUnitTest
 
nonTestCase(boolean, boolean) - Method in class edu.rice.cs.drjava.model.DummyGlobalModelListener
Called when trying to test a non-TestCase class.
nonTestCase(boolean, boolean) - Method in class edu.rice.cs.drjava.model.GlobalEventNotifier
Called when trying to test a non-TestCase class.
nonTestCase(boolean, boolean) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.JUnitNonTestListener
 
nonTestCase(boolean, boolean) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.JUnitTestListener
 
nonTestCase(boolean, boolean) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
nonTestCase(boolean, boolean) - Method in class edu.rice.cs.drjava.model.junit.DefaultJUnitModel
Called from the JUnitTestManager if its given className is not a test case.
nonTestCase(boolean, boolean) - Method in class edu.rice.cs.drjava.model.junit.JUnitEventNotifier
Called when trying to test a non-TestCase class.
nonTestCase(boolean, boolean) - Method in interface edu.rice.cs.drjava.model.junit.JUnitListener
Called when trying to test a non-TestCase class.
nonTestCase(boolean, boolean) - Method in interface edu.rice.cs.drjava.model.junit.JUnitModel
Cleans up an attempt JUnit test exeuction when suitable test code is not available.
nonTestCase(boolean, boolean) - Method in interface edu.rice.cs.drjava.model.junit.JUnitModelCallback
Called from the JUnitTestManager if its given className is not a test case.
nonTestCase(boolean, boolean) - Method in class edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM
Notifies Main JVM that JUnit has been invoked on a non TestCase class.
nonTestCase(boolean, boolean) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.DummyJUnitModel
 
nonTestCase(boolean, boolean) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM
Called if JUnit is invoked on a non TestCase class.
nonTestCase(boolean, boolean) - Method in interface edu.rice.cs.drjava.model.repl.newjvm.MainJVMRemoteI
Called if JUnit is invoked on a non TestCase class.
nonTestCase(boolean, boolean) - Method in class edu.rice.cs.drjava.ui.MainFrame.ModelListener
Event that is fired with there is nothing to test.
nonTestCaseCount - Variable in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
NORMAL - Static variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.HighlightStatus
 
NORMAL_ATTRIBUTES - Static variable in class edu.rice.cs.drjava.ui.ErrorPanel
 
NORMAL_COLOR - Static variable in class edu.rice.cs.drjava.model.definitions.ColoringGlyphPainter
 
NORMAL_COLOR - Static variable in class edu.rice.cs.drjava.model.definitions.ColoringView
 
NORMAL_TOKEN_STATE - Static variable in class edu.rice.cs.util.ArgumentTokenizer
 
NoSuchDocumentException - Exception in edu.rice.cs.drjava.model.definitions
This exception is to be thrown when an OpenDefinitionsDocument was asked for its DefinitionsDocument and when the OpenDefinitionsDocument itself is not registered in the Document Cache.
NoSuchDocumentException(String) - Constructor for exception edu.rice.cs.drjava.model.definitions.NoSuchDocumentException
 
NOT_IN_QUEUE - Static variable in class edu.rice.cs.drjava.model.cache.DocumentCache
 
NOT_LOADED - Static variable in class edu.rice.cs.drjava.model.debug.DebugWatchData
String to display if the type is not loaded.
NOT_MANIFEST - Static variable in class edu.rice.cs.drjava.ui.GenerateCustomDrJavaJarFrame
A predicate that skips the manifest file.
NOT_OPTIONS_PROPERTIES - Static variable in class edu.rice.cs.drjava.ui.GenerateCustomDrJavaJarFrame
A predicate that skips the options.properties file.
notifyActive() - Method in class edu.rice.cs.drjava.ui.DefinitionsPane
This function is called when switching a pane to be the active document pane.
notifyBreakpointChange(Breakpoint) - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Enable or disable the specified breakpoint.
notifyChangeListeners() - Method in class edu.rice.cs.drjava.ui.config.OptionComponent
Notify all change listeners of a change.
notifyDebuggerShutdown() - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Notifies all listeners that the debugger has shut down.
notifyDebuggerStarted() - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Notifies all listeners that the debugger has started.
notifyDebugInterpreterAssignment(String) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.DummyDebugModel
 
notifyInactive() - Method in class edu.rice.cs.drjava.ui.DefinitionsPane
This function is called when the active document is changed.
notifyListener(GlobalModelListener) - Method in class edu.rice.cs.drjava.model.GlobalEventNotifier.Notifier
Deprecated.  
notifyListeners(Configuration, T) - Method in class edu.rice.cs.drjava.config.Option
Sends an OptionEvent to all OptionListeners who have registered on this Option.
notifyListeners(GlobalEventNotifier.Notifier) - Method in class edu.rice.cs.drjava.model.GlobalEventNotifier
Lets the listeners know some event has taken place.
notifyListeners(GUIAvailabilityListener.ComponentType) - Method in class edu.rice.cs.drjava.ui.avail.GUIAvailabilityNotifier
Notify the listeners for the specified component.
notifyOfCollapse(int, int, ModelList.Node<T>) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ModelList.ModelIterator
Notifies the iterators in _listeners that a range of nodes has been collapsed.
notifyOfInsert(int) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ModelList.ModelIterator
Notifies the iterators in _listeners that a node has been inserted.
notifyOfRemove(int, ModelList.Node<T>) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ModelList.ModelIterator
Notifies the iterators in _listeners that a node has been removed.
notifyRegistrationListeners(OpenDefinitionsDocument, DocumentCache.DocManager) - Method in class edu.rice.cs.drjava.model.cache.DocumentCache
 
notifyStepRequested() - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Notifies all listeners that a step has been requested.
notInBlock(int) - Method in class edu.rice.cs.drjava.model.AbstractDJDocument
Returns true if the given position is not inside a paren/brace/etc phrase.
noValue() - Static method in class edu.rice.cs.drjava.model.repl.newjvm.InterpretResult
 
nReaders - Variable in class edu.rice.cs.util.JoinInputStream
 
NULL - Static variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.BraceInfo
 
NULL_DOCUMENT - Static variable in class edu.rice.cs.drjava.ui.AbstractDJPane
 
NULL_FILE - Static variable in class edu.rice.cs.util.FileOps
Special sentinal file used in FileOption and test classes among others.
NULL_KEYSTROKE - Static variable in class edu.rice.cs.drjava.config.KeyStrokeOption
 
NullFile - Class in edu.rice.cs.util
A null file.
NullFile() - Constructor for class edu.rice.cs.util.NullFile
 
NullFile(String) - Constructor for class edu.rice.cs.util.NullFile
 
NUM_COLUMNS - Static variable in class edu.rice.cs.util.swing.ScrollableListSelectionDialog
The number of columns in the table.
NUM_REMOTE_CONTROL_RETRIES - Static variable in class edu.rice.cs.drjava.DrJava
Number of times we retry opening with the remote control.
NUM_THREADS - Static variable in class edu.rice.cs.util.LogTest
 
numBeeps - Variable in class edu.rice.cs.drjava.model.repl.InteractionsDocumentTest.TestBeep
 
NUMBER - Static variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.HighlightStatus
 
NUMBER_COLOR - Static variable in class edu.rice.cs.drjava.model.definitions.ColoringGlyphPainter
 
NUMBER_COLOR - Static variable in class edu.rice.cs.drjava.model.definitions.ColoringView
 
NUMBER_RETURN_STYLE - Static variable in class edu.rice.cs.drjava.model.repl.InteractionsDocument
 
NumberAtom - Class in edu.rice.cs.util.sexp
 
NumberAtom(int) - Constructor for class edu.rice.cs.util.sexp.NumberAtom
 
NumberAtom(double) - Constructor for class edu.rice.cs.util.sexp.NumberAtom
 
numberItems() - Method in class edu.rice.cs.drjava.ui.RecentFileManager
Trims the recent file list to the configured size and numbers the remaining files according to their position in the list
numberValue(Number) - Static method in class edu.rice.cs.drjava.model.repl.newjvm.InterpretResult
 

O

OBJECT_COLLECTED_TRIES - Static variable in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
 
OBJECT_RETURN_STYLE - Static variable in class edu.rice.cs.drjava.model.repl.InteractionsDocument
 
objectValue(String, String) - Static method in class edu.rice.cs.drjava.model.repl.newjvm.InterpretResult
 
OK - Variable in class edu.rice.cs.drjava.ui.EditExternalDialog
Lambda that calls _ok.
ok() - Method in class edu.rice.cs.drjava.ui.NewJavaClassDialog
Caches the settings in the global model
okButtonPressed() - Method in class edu.rice.cs.drjava.ui.ClipboardHistoryFrame
Handle OK button.
OLD_DJ0_FILE_EXTENSION - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The old extension for an elementary language level source file
OLD_DJ1_FILE_EXTENSION - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The old extension for an intermediate language level source file
OLD_DJ2_FILE_EXTENSION - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The old extension for an advanced language level source file
OLD_PROJECT_FILE_EXTENSION - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The extension for an old DrJava project file
oneOf(File, String...) - Static method in class edu.rice.cs.drjava.model.JDKDescriptor.Util
Return the first of the file names that exists in the specified directory.
ONLY - Static variable in class edu.rice.cs.drjava.model.ClipboardHistoryModel
Singleton instance.
ONLY - Static variable in class edu.rice.cs.drjava.model.compiler.NoCompilerAvailable
 
ONLY - Static variable in class edu.rice.cs.drjava.model.debug.NoDebuggerAvailable
Singleton instance of this class.
ONLY - Static variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.Free
 
ONLY - Static variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.InsideBlockComment
Singleton instance
ONLY - Static variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.InsideDoubleQuote
Singleton instance
ONLY - Static variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.InsideLineComment
Singleton instance
ONLY - Static variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.InsideSingleQuote
Singleton instance.
ONLY - Static variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.Stutter
Singleton instance.
ONLY - Static variable in class edu.rice.cs.drjava.model.MultiThreadedTestCase.ExceptionHandler
Singleton instance.
ONLY - Static variable in class edu.rice.cs.drjava.model.repl.InteractionsModel.NoInputListener
 
ONLY - Static variable in class edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM
Singleton instance of this class.
ONLY - Static variable in class edu.rice.cs.drjava.platform.DefaultPlatform
Singleton instance.
ONLY - Static variable in class edu.rice.cs.drjava.platform.PlatformFactory
A platform-appropriate implementation of the PlatformSupport interface Singleton field populated by the static factory method.
ONLY - Static variable in class edu.rice.cs.drjava.project.ProjectFileParser.NameVisitor
 
ONLY - Static variable in class edu.rice.cs.drjava.project.ProjectFileParser.NumberVisitor
 
ONLY - Static variable in class edu.rice.cs.drjava.project.ProjectFileParser
Singleton instance of ProjectFileParser
ONLY - Static variable in class edu.rice.cs.drjava.project.ProjectFileParser.PathListVisitor
 
ONLY - Static variable in class edu.rice.cs.drjava.project.ProjectFileParser.WatchListVisitor
 
ONLY - Static variable in class edu.rice.cs.drjava.project.ProjectFileParserFacade
Singleton instance of ProjectFileParserFacade
ONLY - Static variable in class edu.rice.cs.drjava.project.XMLProjectFileParser
Singleton instance of XMLProjectFileParser
ONLY - Static variable in class edu.rice.cs.drjava.ui.ClassPathFilter
 
ONLY - Static variable in class edu.rice.cs.drjava.ui.KeyBindingManager
 
ONLY - Static variable in class edu.rice.cs.util.FileOps.NullFile
 
ONLY - Static variable in class edu.rice.cs.util.newjvm.IntegratedMasterSlaveTest.CounterSlave
 
ONLY - Static variable in class edu.rice.cs.util.sexp.Empty
 
ONLY - Static variable in class edu.rice.cs.util.sexp.Tokens.BackSlashToken
 
ONLY - Static variable in class edu.rice.cs.util.sexp.Tokens.LeftParenToken
 
ONLY - Static variable in class edu.rice.cs.util.sexp.Tokens.RightParenToken
 
ONLY_THREADS - Static variable in class edu.rice.cs.drjava.config.OptionConstants.ConcJUnitCheckChoices
 
onlySpacesBeforeCurrent() - Method in class edu.rice.cs.drjava.model.AbstractDJDocument
Returns true if the current line has only blanks before the current location.
onMatch() - Method in class edu.rice.cs.drjava.model.FindReplaceMachine
Determine if the machine is on an instance of the find word.
open(FileOpenSelector) - Method in class edu.rice.cs.drjava.ui.MainFrame
Opens all the files returned by the FileOpenSelector prompting the user to handle the cases where files are already open, files are missing, or the action was canceled by the user
OPEN_BRACKET - Static variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.BraceInfo
 
OPEN_BRACKET - Static variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.IndentInfo
 
OPEN_CURLY - Static variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.BraceInfo
 
OPEN_CURLY - Static variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.IndentInfo
 
OPEN_FOLDER_RECURSIVE - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Open directory should default to recursive
OPEN_PAREN - Static variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.BraceInfo
 
OPEN_PAREN - Static variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.IndentInfo
 
openAndScroll(OpenDefinitionsDocument, Location, boolean) - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Opens a document and scrolls to the appropriate location.
openAndScroll(OpenDefinitionsDocument, int, String, boolean) - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Opens a document and scrolls to the appropriate location.
openBraceImmediatelyLeft() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelBrace
 
openCommandLineFiles(MainFrame, String[], boolean) - Static method in class edu.rice.cs.drjava.DrJavaRoot
Handle the list of files specified on the command line.
openCommandLineFiles(MainFrame, String[], int, boolean) - Static method in class edu.rice.cs.drjava.DrJavaRoot
Handle the list of files specified on the command line.
openCount - Variable in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
OpenDefinitionsDocument - Interface in edu.rice.cs.drjava.model
Interface for an open document in DrJava.
openedStreams - Variable in class edu.rice.cs.util.JoinInputStream
 
openExtProcessFile(File) - Static method in class edu.rice.cs.drjava.ui.MainFrame
Open stand-alone external process file.
openExtProcessJarFile(File) - Static method in class edu.rice.cs.drjava.ui.MainFrame
Open external process file in a jar file.
openFile(FileOpenSelector) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Open a file and add it to the pool of definitions documents.
openFile(File) - Method in class edu.rice.cs.drjava.model.cache.DocumentCacheTest
 
openFile(FileOpenSelector) - Method in class edu.rice.cs.drjava.model.cache.DocumentCacheTest.TestGlobalModel
 
openFile(FileOpenSelector) - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
openFile(FileOpenSelector) - Method in interface edu.rice.cs.drjava.model.ILoadDocuments
Open a file and read it into the definitions.
openFile(File) - Static method in class edu.rice.cs.drjava.RemoteControlClient
Tell the existing DrJava instance to open a file.
openFileHelper(FileOpenSelector) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
 
openFiles(FileOpenSelector) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Open multiple files and add them to the pool of definitions documents.
openFiles(FileOpenSelector) - Method in class edu.rice.cs.drjava.model.cache.DocumentCacheTest.TestGlobalModel
 
openFiles(FileOpenSelector) - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
openFiles(FileOpenSelector) - Method in interface edu.rice.cs.drjava.model.ILoadDocuments
Opens multiple files and reads them into the definitions.
openFilesHelper(FileOpenSelector) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
 
openFolder(File, boolean, String) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Opens all files in the specified folder dir and places them in the appropriate places in the document navigator.
openFolder(File, boolean, String) - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
openFolder(File, boolean, String) - Method in interface edu.rice.cs.drjava.model.GlobalModel
 
openFolder(DirectoryChooser) - Method in class edu.rice.cs.drjava.ui.MainFrame
Opens all the files in the directory returned by the FolderSelector.
openNewFilesInProject() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Searches the source folder (recursively) for new files and opens them.
openProject(File) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Parses the given project file and loads it into the document navigator and resets interactions pane.
openProject(File) - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
openProject(File, FileOpenSelector) - Method in class edu.rice.cs.drjava.model.DummyGlobalModelListener
Called when the project is being opened and the model needs the gui to do some stuff for it.
openProject(File, FileOpenSelector) - Method in class edu.rice.cs.drjava.model.GlobalEventNotifier
 
openProject(File) - Method in interface edu.rice.cs.drjava.model.GlobalModel
Parses out the given project file, sets up the state and other configurations such as the Navigator and the classpath, and returns an array of files to open.
openProject(File, FileOpenSelector) - Method in interface edu.rice.cs.drjava.model.GlobalModelListener
Called while the project is being opened.
openProject(File, FileOpenSelector) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
openProject(File, FileOpenSelector) - Method in class edu.rice.cs.drjava.ui.MainFrame.ModelListener
 
openProject(FileOpenSelector) - Method in class edu.rice.cs.drjava.ui.MainFrame
 
openURL(URL) - Method in class edu.rice.cs.drjava.platform.DefaultPlatform
Utility method for opening a URL in a browser in a platform-specific way.
openURL(URL) - Method in interface edu.rice.cs.drjava.platform.PlatformSupport
Utility method for opening a URL in a browser in a platform-specific way.
openWithRemoteControl(ArrayList<String>, int) - Static method in class edu.rice.cs.drjava.DrJava
Open the specified files using the remote control.
OperationCanceledException - Exception in edu.rice.cs.util
Indicates that a GUI operation has been canceled, e.g., choosing a file to save to from a file selection dialog.
OperationCanceledException() - Constructor for exception edu.rice.cs.util.OperationCanceledException
 
Option<T> - Class in edu.rice.cs.drjava.config
An instance of this class represents a configurable option in DrJava that has static type T.
Option(String, T) - Constructor for class edu.rice.cs.drjava.config.Option
Constructor that takes in a name and default value
option - Variable in class edu.rice.cs.drjava.config.OptionEvent
 
option - Variable in class edu.rice.cs.drjava.ui.ProjectAdvancedPropertiesFrame.PreferencesRecord
 
OPTION_DOC - Static variable in class edu.rice.cs.drjava.config.OptionMapLoaderTest
an artificially created properties "file"
optionChanged(OptionEvent<String>) - Method in class edu.rice.cs.drjava.config.ConfigOptionListeners.DefaultCompilerListener
 
optionChanged(OptionEvent<Boolean>) - Method in class edu.rice.cs.drjava.config.ConfigOptionListeners.DisplayAllCompilerVersionsListener
 
optionChanged(OptionEvent<String>) - Method in class edu.rice.cs.drjava.config.ConfigOptionListeners.JavadocCustomParamsListener
 
optionChanged(OptionEvent<String>) - Method in class edu.rice.cs.drjava.config.ConfigOptionListeners.LookAndFeelListener
 
optionChanged(OptionEvent<String>) - Method in class edu.rice.cs.drjava.config.ConfigOptionListeners.MasterJVMArgsListener
 
optionChanged(OptionEvent<String>) - Method in class edu.rice.cs.drjava.config.ConfigOptionListeners.MasterJVMXMXListener
 
optionChanged(OptionEvent<String>) - Method in class edu.rice.cs.drjava.config.ConfigOptionListeners.PlasticThemeListener
 
optionChanged(OptionEvent<T>) - Method in class edu.rice.cs.drjava.config.ConfigOptionListeners.RequiresDrJavaRestartListener
 
optionChanged(OptionEvent<T>) - Method in class edu.rice.cs.drjava.config.ConfigOptionListeners.RequiresInteractionsRestartListener
 
optionChanged(OptionEvent<String>) - Method in class edu.rice.cs.drjava.config.ConfigOptionListeners.SlaveJVMArgsListener
 
optionChanged(OptionEvent<String>) - Method in class edu.rice.cs.drjava.config.ConfigOptionListeners.SlaveJVMXMXListener
 
optionChanged(OptionEvent<T>) - Method in interface edu.rice.cs.drjava.config.OptionListener
 
optionChanged(OptionEvent<Boolean>) - Method in class edu.rice.cs.drjava.model.compiler.CompilerOptions.WarningOptionListener
 
optionChanged(OptionEvent<Color>) - Method in class edu.rice.cs.drjava.model.definitions.ColoringGlyphPainter.ColorOptionListener
 
optionChanged(OptionEvent<Font>) - Method in class edu.rice.cs.drjava.model.definitions.ColoringGlyphPainter.FontOptionListener
 
optionChanged(OptionEvent<Color>) - Method in class edu.rice.cs.drjava.model.definitions.ColoringView.ColorOptionListener
 
optionChanged(OptionEvent<Font>) - Method in class edu.rice.cs.drjava.model.definitions.ColoringView.FontOptionListener
 
optionChanged(OptionEvent<Color>) - Method in class edu.rice.cs.drjava.ui.BackgroundColorListener
 
optionChanged(OptionEvent<T>) - Method in class edu.rice.cs.drjava.ui.CompilerErrorPanel.CompilerLocationOptionListener
 
optionChanged(OptionEvent<Boolean>) - Method in class edu.rice.cs.drjava.ui.DefinitionsPane.AntiAliasOptionListener
 
optionChanged(OptionEvent<Color>) - Method in class edu.rice.cs.drjava.ui.DefinitionsPane.BookmarkColorOptionListener
 
optionChanged(OptionEvent<Color>) - Method in class edu.rice.cs.drjava.ui.DefinitionsPane.BreakpointColorOptionListener
 
optionChanged(OptionEvent<Color>) - Method in class edu.rice.cs.drjava.ui.DefinitionsPane.DisabledBreakpointColorOptionListener
 
optionChanged(OptionEvent<Color>) - Method in class edu.rice.cs.drjava.ui.DefinitionsPane.ErrorColorOptionListener
 
optionChanged(OptionEvent<Color>) - Method in class edu.rice.cs.drjava.ui.DefinitionsPane.FindResultsColorOptionListener
 
optionChanged(OptionEvent<Color>) - Method in class edu.rice.cs.drjava.ui.DefinitionsPane.MatchColorOptionListener
 
optionChanged(OptionEvent<Color>) - Method in class edu.rice.cs.drjava.ui.DefinitionsPane.ThreadColorOptionListener
 
optionChanged(OptionEvent<Color>) - Method in class edu.rice.cs.drjava.ui.ErrorPanel.ErrorListPane.BackgroundColorListener
 
optionChanged(OptionEvent<Color>) - Method in class edu.rice.cs.drjava.ui.ErrorPanel.ErrorListPane.CompilerErrorColorOptionListener
 
optionChanged(OptionEvent<Color>) - Method in class edu.rice.cs.drjava.ui.ErrorPanel.ErrorListPane.ForegroundColorListener
 
optionChanged(OptionEvent<Color>) - Method in class edu.rice.cs.drjava.ui.FindResultsPanel.FindResultsColorOptionListener
 
optionChanged(OptionEvent<Color>) - Method in class edu.rice.cs.drjava.ui.ForegroundColorListener
 
optionChanged(OptionEvent<Boolean>) - Method in class edu.rice.cs.drjava.ui.InteractionsPane.AntiAliasOptionListener
 
optionChanged(OptionEvent<Vector<KeyStroke>>) - Method in class edu.rice.cs.drjava.ui.KeyBindingManager.VectorKeyStrokeOptionListener
 
optionChanged(OptionEvent<Color>) - Method in class edu.rice.cs.drjava.ui.MainFrame.BackgroundColorOptionListener
 
optionChanged(OptionEvent<Font>) - Method in class edu.rice.cs.drjava.ui.MainFrame.DoclistFontOptionListener
 
optionChanged(OptionEvent<Color>) - Method in class edu.rice.cs.drjava.ui.MainFrame.LineEnumColorOptionListener
 
optionChanged(OptionEvent<Boolean>) - Method in class edu.rice.cs.drjava.ui.MainFrame.LineEnumOptionListener
 
optionChanged(OptionEvent<Font>) - Method in class edu.rice.cs.drjava.ui.MainFrame.LineNumbersFontOptionListener
 
optionChanged(OptionEvent<Font>) - Method in class edu.rice.cs.drjava.ui.MainFrame.MainFontOptionListener
 
optionChanged(OptionEvent<Color>) - Method in class edu.rice.cs.drjava.ui.MainFrame.NormalColorOptionListener
 
optionChanged(OptionEvent<Boolean>) - Method in class edu.rice.cs.drjava.ui.MainFrame.QuitPromptOptionListener
 
optionChanged(OptionEvent<Integer>) - Method in class edu.rice.cs.drjava.ui.MainFrame.RecentFilesOptionListener
 
optionChanged(OptionEvent<Font>) - Method in class edu.rice.cs.drjava.ui.MainFrame.ToolbarFontOptionListener
 
optionChanged(OptionEvent<Boolean>) - Method in class edu.rice.cs.drjava.ui.MainFrame.ToolbarOptionListener
 
OptionComponent<T,C extends JComponent> - Class in edu.rice.cs.drjava.ui.config
The graphical form of an Option.
OptionComponent(Option<T>, String, SwingFrame) - Constructor for class edu.rice.cs.drjava.ui.config.OptionComponent
 
OptionComponent(String, SwingFrame) - Constructor for class edu.rice.cs.drjava.ui.config.OptionComponent
Special constructor for degenerate option components does not take an option.
OptionComponent.ChangeListener - Interface in edu.rice.cs.drjava.ui.config
Interface for change listener.
OptionConstants - Interface in edu.rice.cs.drjava.config
Defines the commonly used Option constants in DrJava config and project profiles.
OptionConstants.AccessLevelChoices - Class in edu.rice.cs.drjava.config
 
OptionConstants.AccessLevelChoices() - Constructor for class edu.rice.cs.drjava.config.OptionConstants.AccessLevelChoices
 
OptionConstants.COMPILER_PREFERENCE_CONTROL - Class in edu.rice.cs.drjava.config
Class that is used to dynamically populate the ForcedChoiceOption.
OptionConstants.COMPILER_PREFERENCE_CONTROL() - Constructor for class edu.rice.cs.drjava.config.OptionConstants.COMPILER_PREFERENCE_CONTROL
 
OptionConstants.ConcJUnitCheckChoices - Class in edu.rice.cs.drjava.config
 
OptionConstants.ConcJUnitCheckChoices() - Constructor for class edu.rice.cs.drjava.config.OptionConstants.ConcJUnitCheckChoices
 
OptionConstants.DefaultFont - Class in edu.rice.cs.drjava.config
Class that allows the main font to be initialized properly.
OptionConstants.DefaultFont() - Constructor for class edu.rice.cs.drjava.config.OptionConstants.DefaultFont
 
OptionConstants.DeleteLLClassFileChoices - Class in edu.rice.cs.drjava.config
 
OptionConstants.DeleteLLClassFileChoices() - Constructor for class edu.rice.cs.drjava.config.OptionConstants.DeleteLLClassFileChoices
 
OptionConstants.DynamicJavaAccessControlChoices - Class in edu.rice.cs.drjava.config
 
OptionConstants.DynamicJavaAccessControlChoices() - Constructor for class edu.rice.cs.drjava.config.OptionConstants.DynamicJavaAccessControlChoices
 
OptionConstants.FileExtRegistrationChoices - Class in edu.rice.cs.drjava.config
 
OptionConstants.FileExtRegistrationChoices() - Constructor for class edu.rice.cs.drjava.config.OptionConstants.FileExtRegistrationChoices
 
OptionConstants.HeapSizeChoices - Class in edu.rice.cs.drjava.config
 
OptionConstants.HeapSizeChoices() - Constructor for class edu.rice.cs.drjava.config.OptionConstants.HeapSizeChoices
 
OptionConstants.LookAndFeels - Class in edu.rice.cs.drjava.config
Class that allows the look and feels to be initialized properly.
OptionConstants.LookAndFeels() - Constructor for class edu.rice.cs.drjava.config.OptionConstants.LookAndFeels
 
OptionConstants.PlasticThemes - Class in edu.rice.cs.drjava.config
 
OptionConstants.PlasticThemes() - Constructor for class edu.rice.cs.drjava.config.OptionConstants.PlasticThemes
 
OptionConstants.to - Class in edu.rice.cs.drjava.config
 
OptionConstants.to() - Constructor for class edu.rice.cs.drjava.config.OptionConstants.to
 
OptionConstants.VersionNotificationChoices - Class in edu.rice.cs.drjava.config
 
OptionConstants.VersionNotificationChoices() - Constructor for class edu.rice.cs.drjava.config.OptionConstants.VersionNotificationChoices
 
OptionEvent<T> - Class in edu.rice.cs.drjava.config
 
OptionEvent(Option<T>, T) - Constructor for class edu.rice.cs.drjava.config.OptionEvent
 
OptionListener<T> - Interface in edu.rice.cs.drjava.config
 
OptionMap - Interface in edu.rice.cs.drjava.config
 
OptionMapLoader - Class in edu.rice.cs.drjava.config
 
OptionMapLoader(InputStream) - Constructor for class edu.rice.cs.drjava.config.OptionMapLoader
Creates an OptionMapLoader from a given input stream.
OptionMapLoader(Properties) - Constructor for class edu.rice.cs.drjava.config.OptionMapLoader
 
OptionMapLoaderTest - Class in edu.rice.cs.drjava.config
Tests the OptionMapLoader.
OptionMapLoaderTest(String) - Constructor for class edu.rice.cs.drjava.config.OptionMapLoaderTest
 
OptionMapLoaderTest.StringInputStream - Class in edu.rice.cs.drjava.config
 
OptionMapLoaderTest.StringInputStream(String) - Constructor for class edu.rice.cs.drjava.config.OptionMapLoaderTest.StringInputStream
 
OptionParseException - Exception in edu.rice.cs.drjava.config
Exception indicating that an OptionParser could not parse the specified value for a given configurable option.
OptionParseException(String, String, String) - Constructor for exception edu.rice.cs.drjava.config.OptionParseException
Exception indicating that an OptionParser could not parse the specified value for a given configurable option.
OptionParseException(OptionParseException[]) - Constructor for exception edu.rice.cs.drjava.config.OptionParseException
 
OptionParser<T> - Class in edu.rice.cs.drjava.config
The association of an OptionName with the ability to parse something to type T; the intended type parameterization is covariant: if U extends T, then OptionParser extends OptionParser.
OptionParser(String, T) - Constructor for class edu.rice.cs.drjava.config.OptionParser
Constructor that takes in a name
OPTIONS_PROPERTIES_FILENAME - Static variable in class edu.rice.cs.drjava.ui.GenerateCustomDrJavaJarFrame
Name of the options.properties file.
OrderedDocumentRegion - Interface in edu.rice.cs.drjava.model
Interface supported by all document regions used in search results, bookmarks, and breakpoints (e.g., region classes other than DummyDocumentRegion and BrowserDocumentRegion).
OrGUIAvailabilityActionAdapter - Class in edu.rice.cs.drjava.ui.avail
Adapter from Action to OrGUIAvailabilityListener.
OrGUIAvailabilityActionAdapter(Action, GUIAvailabilityNotifier, GUIAvailabilityListener.ComponentType...) - Constructor for class edu.rice.cs.drjava.ui.avail.OrGUIAvailabilityActionAdapter
Create a listener that responds to changes in availability of several GUI components.
OrGUIAvailabilityComponentAdapter - Class in edu.rice.cs.drjava.ui.avail
Adapter from Component to ComplexGUIAvailabilityListener.
OrGUIAvailabilityComponentAdapter(Component, GUIAvailabilityNotifier, GUIAvailabilityListener.ComponentType...) - Constructor for class edu.rice.cs.drjava.ui.avail.OrGUIAvailabilityComponentAdapter
Create a listener that responds to changes in availability of several GUI components.
OrGUIAvailabilityListener - Class in edu.rice.cs.drjava.ui.avail
Listener responding to the availability of several GUI components.
OrGUIAvailabilityListener(GUIAvailabilityNotifier, GUIAvailabilityListener.ComponentType...) - Constructor for class edu.rice.cs.drjava.ui.avail.OrGUIAvailabilityListener
Create a listener that responds to changes in availability of several GUI components.
ourMap - Variable in class edu.rice.cs.drjava.ui.DefinitionsPane
Our keymap containing key bindings.
out - Variable in class edu.rice.cs.util.StreamRedirectThread
 
OUT_OF_SYNC_ATTRIBUTES - Static variable in class edu.rice.cs.drjava.ui.JUnitPanel
 
outBuf() - Method in class edu.rice.cs.drjava.model.repl.newjvm.NewJVMTest.TestJVMExtension
 
OUTER_BUFFER_WIDTH - Static variable in class edu.rice.cs.drjava.ui.InteractionsController.InputBox
 
outputBytes - Variable in class edu.rice.cs.drjava.config.SavableConfigurationTest
 
outputFile - Variable in class edu.rice.cs.util.FileOps.DefaultFileSaver
 
OutputStreamRedirector - Class in edu.rice.cs.util
Allows an output stream, such as System.out and System.err, to be redirected to another stream.
OutputStreamRedirector() - Constructor for class edu.rice.cs.util.OutputStreamRedirector
 

P

p - Variable in class edu.rice.cs.util.swing.HighlightManagerTest
 
p0 - Variable in class edu.rice.cs.drjava.ui.ReverseHighlighter.HighlightInfo
 
p0 - Variable in class edu.rice.cs.drjava.ui.ReverseHighlighter.SafeDamager
 
p1 - Variable in class edu.rice.cs.drjava.ui.ReverseHighlighter.HighlightInfo
 
p1 - Variable in class edu.rice.cs.drjava.ui.ReverseHighlighter.SafeDamager
 
p1 - Variable in class edu.rice.cs.util.swing.HighlightManagerTest
 
p2 - Variable in class edu.rice.cs.util.swing.HighlightManagerTest
 
pack - Variable in class edu.rice.cs.drjava.project.ProjectFileParser.DocFilePropertyVisitor
 
pack() - Method in class edu.rice.cs.drjava.ui.MainFrame
Ensures that pack() is run in the event thread.
PACKAGE - Static variable in class edu.rice.cs.drjava.config.OptionConstants.AccessLevelChoices
 
packageExplore(String, File) - Static method in class edu.rice.cs.util.FileOps
This function starts from the given directory and finds all packages within that directory
packHelp() - Method in class edu.rice.cs.drjava.ui.MainFrame
Helper method that provides access to super.pack() within the anonymous class new Runnable() {...} above
PAGE_BORDER - Static variable in class edu.rice.cs.drjava.ui.PreviewFrame
 
PAGE_ZOOM - Static variable in class edu.rice.cs.drjava.ui.PreviewFrame
 
PagePrinter - Class in edu.rice.cs.drjava.model.print
Class which represents a Printable object for a given page of the print job.
PagePrinter(int, String, DrJavaBook) - Constructor for class edu.rice.cs.drjava.model.print.PagePrinter
Constructs a PagePrinter for a given page number (which is ignored!), a given filename, and parent.
paint(GlyphView, Graphics, Shape, int, int) - Method in class edu.rice.cs.drjava.model.definitions.ColoringGlyphPainter
Paints the glyphs representing the given range.
paint(Graphics, JComponent) - Method in class edu.rice.cs.drjava.ui.config.VectorOptionComponent.DragDropRowTableUI
 
paint(Graphics) - Method in class edu.rice.cs.drjava.ui.FindResultsPanel.ColorComboRenderer
 
paint(Graphics) - Method in class edu.rice.cs.drjava.ui.PreviewFrame.PagePreview
 
paint(Graphics, int, int, Shape, JTextComponent) - Method in class edu.rice.cs.drjava.ui.ReverseHighlighter.DefaultFrameHighlightPainter
Paints a highlight.
paint(Graphics, int, int, Shape, JTextComponent) - Method in class edu.rice.cs.drjava.ui.ReverseHighlighter.DefaultUnderlineHighlightPainter
Paints a highlight.
paint(Graphics) - Method in class edu.rice.cs.drjava.ui.ReverseHighlighter
Renders the highlights.
paintComponent(Graphics) - Method in class edu.rice.cs.drjava.ui.DefinitionsPane
Enable anti-aliased text by overriding paintComponent.
paintComponent(Graphics) - Method in class edu.rice.cs.drjava.ui.InteractionsController.InputBox
Enable anti-aliased text by overriding paintComponent.
paintComponent(Graphics) - Method in class edu.rice.cs.drjava.ui.InteractionsPane
Enable anti-aliased text by overriding paintComponent.
paintComponent(Graphics) - Method in class edu.rice.cs.drjava.ui.LineEnumRule
Paints the line enumeration component.
painter - Variable in class edu.rice.cs.drjava.model.IHighlighted.PainterTag
 
paintIcon(Component, Graphics, int, int) - Method in class edu.rice.cs.util.swing.CenteredIcon
 
paintIcon(Component, Graphics, int, int) - Method in class edu.rice.cs.util.swing.LayeredIcon
 
paintLayer(Graphics, int, int, Shape, JTextComponent, View) - Method in class edu.rice.cs.drjava.ui.ReverseHighlighter.DefaultFrameHighlightPainter
Paints a portion of a highlight.
paintLayer(Graphics, int, int, Shape, JTextComponent, View) - Method in class edu.rice.cs.drjava.ui.ReverseHighlighter.DefaultUnderlineHighlightPainter
Paints a portion of a highlight.
paintLayeredHighlights(Graphics, int, int, Shape, JTextComponent, View) - Method in class edu.rice.cs.drjava.ui.ReverseHighlighter.LayeredHighlightInfo
Restricts the region based on the receivers offsets and messages the painter to paint the region.
paintLayeredHighlights(Graphics, int, int, Shape, JTextComponent, View) - Method in class edu.rice.cs.drjava.ui.ReverseHighlighter
When leaf Views (such as LabelView) are rendering they should call into this method.
PANE_COUNT - Static variable in class edu.rice.cs.drjava.ui.DefinitionsPaneMemoryLeakTest
 
parent - Variable in class edu.rice.cs.drjava.project.ProjectTest
 
parse(String) - Method in class edu.rice.cs.drjava.config.BooleanOption
 
parse(String) - Method in class edu.rice.cs.drjava.config.ColorOption
 
parse(String) - Method in class edu.rice.cs.drjava.config.FileOption
 
parse(String) - Method in class edu.rice.cs.drjava.config.FontOption
 
parse(String) - Method in class edu.rice.cs.drjava.config.ForcedChoiceOption
Parses an arbitrary String into an acceptable value for this option.
parse(String) - Method in class edu.rice.cs.drjava.config.IntegerOption
 
parse(String) - Method in class edu.rice.cs.drjava.config.KeyStrokeOption
 
parse(String) - Method in class edu.rice.cs.drjava.config.LongOption
 
parse(String) - Method in class edu.rice.cs.drjava.config.NonNegativeIntegerOption
 
parse(String) - Method in class edu.rice.cs.drjava.config.OptionParser
The ability to parse a string to an object of type T.
parse(String) - Method in interface edu.rice.cs.drjava.config.ParseStrategy
 
parse(String) - Method in class edu.rice.cs.drjava.config.StringOption
 
parse(String) - Method in class edu.rice.cs.drjava.config.VectorOption
 
parse(File) - Method in class edu.rice.cs.drjava.project.ProjectFileParser
 
parse(File) - Method in class edu.rice.cs.drjava.project.ProjectFileParserFacade
 
parse(File) - Method in class edu.rice.cs.drjava.project.XMLProjectFileParser
 
parse(String) - Method in class edu.rice.cs.util.Log
Parses a date printed by Date.toString(); returns null if there is a parse error or if there is no date.
parse(File) - Static method in class edu.rice.cs.util.sexp.SExpParser
 
parse(String) - Static method in class edu.rice.cs.util.sexp.SExpParser
 
parse(Reader) - Static method in class edu.rice.cs.util.sexp.SExpParser
 
PARSE_BOOL - Static variable in class edu.rice.cs.drjava.config.UnaryOpProperty
Lambda to parse a String into a Boolean.
PARSE_DOUBLE - Static variable in class edu.rice.cs.drjava.config.UnaryOpProperty
Lambda to parse a String into a Double.
PARSE_STRING - Static variable in class edu.rice.cs.drjava.config.UnaryOpProperty
Lambda to parse a String into a String.
parseAtom(Tokens.SExpToken) - Method in class edu.rice.cs.util.sexp.SExpParser.ParseHelper
Parses an atom.
parseBookmark(SExp, String) - Method in class edu.rice.cs.drjava.project.ProjectFileParser
Parses out the labeled node (a non-empty list) into a bookmark.
parseBreakpoint(SExp, String) - Method in class edu.rice.cs.drjava.project.ProjectFileParser
Parses out the labeled node (a non-empty list) into a breakpoint.
parseExp() - Method in class edu.rice.cs.util.sexp.SExpParser.ParseHelper
Parses the next s-expression in the lexer's buffer.
parseFile(SExp, String) - Method in class edu.rice.cs.drjava.project.ProjectFileParser
Parses out the labeled node (a non-empty list) into a DocFile.
parseFileName(SExp) - Method in class edu.rice.cs.drjava.project.ProjectFileParser
 
parseInt(SExp) - Method in class edu.rice.cs.drjava.project.ProjectFileParser
 
parseIntPair(SExp) - Method in class edu.rice.cs.drjava.project.ProjectFileParser
 
parseList() - Method in class edu.rice.cs.util.sexp.SExpParser.ParseHelper
The left paren has already been read.
parseMultiple() - Method in class edu.rice.cs.util.sexp.SExpParser.ParseHelper
Parse a forest of top-level s-expressions from SExpParser.ParseHelper.parseTopLevelExp().
parser - Variable in class edu.rice.cs.drjava.config.VectorOption
 
ParseStrategy<T> - Interface in edu.rice.cs.drjava.config
The sheer ability to parse a String into something of type T.
parseStringNode(SExp) - Method in class edu.rice.cs.drjava.project.ProjectFileParser
Takes input of form "(str str)" and returns the second string.
parseTopLevelExp() - Method in class edu.rice.cs.util.sexp.SExpParser.ParseHelper
A top-level s-expression is simply a non-empty list.
pasteAction - Variable in class edu.rice.cs.drjava.ui.ErrorPanel.ErrorListPane
No-op paste action.
pasteAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Default paste action.
pathRoot - Variable in class edu.rice.cs.drjava.project.ProjectFileParser.BookmarkPropertyVisitor
 
pathRoot - Variable in class edu.rice.cs.drjava.project.ProjectFileParser.BreakpointPropertyVisitor
 
pathRoot - Variable in class edu.rice.cs.drjava.project.ProjectFileParser.DocFilePropertyVisitor
 
PAUSE_TIME - Static variable in class edu.rice.cs.drjava.ui.SplashScreen
 
peek() - Method in class edu.rice.cs.util.sexp.Lexer
Returns the next Tokens.SExpToken without consuming it
peekAt(int) - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger.RandomAccessStack
 
PendingRequestManager - Class in edu.rice.cs.drjava.model.debug.jpda
Keeps track of DocumentDebugActions that are waiting to be resolved when the classes they corresponed to are prepared.
PendingRequestManager(JPDADebugger) - Constructor for class edu.rice.cs.drjava.model.debug.jpda.PendingRequestManager
 
performDefaultAction() - Method in class edu.rice.cs.drjava.ui.BookmarksPanel
Action performed when the Enter key is pressed.
performDefaultAction() - Method in class edu.rice.cs.drjava.ui.BreakpointsPanel
Action performed when the Enter key is pressed.
performDefaultAction() - Method in class edu.rice.cs.drjava.ui.FindResultsPanel
Action performed when the Enter key is pressed.
performDefaultAction() - Method in class edu.rice.cs.drjava.ui.RegionsListPanel
Action performed when the Enter key is pressed.
performDefaultAction() - Method in class edu.rice.cs.drjava.ui.RegionsTreePanel
Action performed when the Enter key is pressed.
performDefaultImports() - Method in class edu.rice.cs.drjava.model.repl.InteractionsModel
Perform the default imports of the classes and packages listed in the INTERACTIONS_AUTO_IMPORT_CLASSES.
pickClosestMatch(T) - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel
Select as current item the item in the list of current matches that lexicographically precedes it most closely.
PIPE_SEPARATOR - Static variable in class edu.rice.cs.util.ProcessChain
Separator used between processes inside the same process chain.
PIPE_SEPARATOR_CHAR - Static variable in class edu.rice.cs.util.ProcessChain
Separator used between processes inside the same process chain.
PLASTIC_THEMES - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
 
PLASTIC_THEMES_PACKAGE - Static variable in class edu.rice.cs.drjava.DrJavaRoot
 
PlatformFactory - Class in edu.rice.cs.drjava.platform
Factory class for accessing the appropriate platform-specific implementation of the PlatformSupport interface.
PlatformFactory() - Constructor for class edu.rice.cs.drjava.platform.PlatformFactory
 
PlatformSupport - Interface in edu.rice.cs.drjava.platform
The central interface for all platform-specific code in DrJava.
pokeDocument(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.ui.RecentDocFrame
Moves the document d to the beginning of the list if it's already in the list, or it adds it to the beginning if its not already in the list.
poll(GlobalModelListener) - Method in class edu.rice.cs.drjava.model.GlobalEventNotifier.Poller
Deprecated.  
pollListeners(GlobalEventNotifier.Poller) - Method in class edu.rice.cs.drjava.model.GlobalEventNotifier
Deprecated. Use listener methods directly instead.
pop(ArrayList<T>) - Static method in class edu.rice.cs.drjava.model.AbstractGlobalModel
This pop method enables an ArrayList to serve as stack.
popState() - Method in class edu.rice.cs.util.BalancingStreamTokenizer
Pops the top of the state stack and makes it the current state.
popup - Variable in class edu.rice.cs.util.swing.DropDownButton
Popup menu.
popupVisible - Variable in class edu.rice.cs.util.swing.DropDownButton
Status of the popup menu.
pos() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ModelList.ModelIterator
 
pos - Variable in class edu.rice.cs.util.ReaderThread
 
POS_THRESHOLD - Static variable in class edu.rice.cs.drjava.model.AbstractDJDocument
Constant specifying how large pos must be before incremental analysis is applied in posInBlockComment
positionChanged() - Method in class edu.rice.cs.drjava.model.FindReplaceMachine
Called when the current position is updated in the document implying _skipText should not be set if the user toggles _searchBackwards
PredictiveInputFrame<T extends Comparable<? super T>> - Class in edu.rice.cs.drjava.ui.predictive
Frame with predictive string input based on a list of strings.
PredictiveInputFrame(SwingFrame, String, boolean, boolean, PredictiveInputFrame.InfoSupplier<? super T>, List<PredictiveInputModel.MatchingStrategy<T>>, List<PredictiveInputFrame.CloseAction<T>>, int, Collection<T>) - Constructor for class edu.rice.cs.drjava.ui.predictive.PredictiveInputFrame
Create a new predictive string input frame.
PredictiveInputFrame(SwingFrame, String, boolean, boolean, PredictiveInputFrame.InfoSupplier<? super T>, List<PredictiveInputModel.MatchingStrategy<T>>, List<PredictiveInputFrame.CloseAction<T>>, int, T...) - Constructor for class edu.rice.cs.drjava.ui.predictive.PredictiveInputFrame
Create a new predictive string input frame.
PredictiveInputFrame.CloseAction<X extends Comparable<? super X>> - Interface in edu.rice.cs.drjava.ui.predictive
Interface for an action to be performed when the user closes the frame, either by using "OK" or "Cancel".
PredictiveInputFrame.FrameState - Class in edu.rice.cs.drjava.ui.predictive
Class to save the frame state, i.e.
PredictiveInputFrame.FrameState(Dimension, Point, int) - Constructor for class edu.rice.cs.drjava.ui.predictive.PredictiveInputFrame.FrameState
 
PredictiveInputFrame.FrameState(String) - Constructor for class edu.rice.cs.drjava.ui.predictive.PredictiveInputFrame.FrameState
 
PredictiveInputFrame.FrameState(PredictiveInputFrame<?>) - Constructor for class edu.rice.cs.drjava.ui.predictive.PredictiveInputFrame.FrameState
 
PredictiveInputFrame.InfoSupplier<X> - Interface in edu.rice.cs.drjava.ui.predictive
Interface that is used to generate additional information about an item.
PredictiveInputFrame.PredictiveInputListener - Class in edu.rice.cs.drjava.ui.predictive
Listener for several events.
PredictiveInputFrame.PredictiveInputListener() - Constructor for class edu.rice.cs.drjava.ui.predictive.PredictiveInputFrame.PredictiveInputListener
 
PredictiveInputModel<T extends Comparable<? super T>> - Class in edu.rice.cs.drjava.ui.predictive
Model class for predictive string input.
PredictiveInputModel(boolean, PredictiveInputModel<T>) - Constructor for class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel
Create a new predictive input model.
PredictiveInputModel(boolean, PredictiveInputModel.MatchingStrategy<T>, Collection<T>) - Constructor for class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel
Create a new predictive input model.
PredictiveInputModel(boolean, PredictiveInputModel.MatchingStrategy<T>, T...) - Constructor for class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel
Create a new predictive input model.
PredictiveInputModel.FragmentLineNumStrategy<X extends Comparable<? super X>> - Class in edu.rice.cs.drjava.ui.predictive
Matching based on string fragments, supporting line numbers.
PredictiveInputModel.FragmentLineNumStrategy() - Constructor for class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel.FragmentLineNumStrategy
 
PredictiveInputModel.FragmentStrategy<X extends Comparable<? super X>> - Class in edu.rice.cs.drjava.ui.predictive
Matching based on string fragments.
PredictiveInputModel.FragmentStrategy() - Constructor for class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel.FragmentStrategy
 
PredictiveInputModel.MatchingStrategy<X extends Comparable<? super X>> - Interface in edu.rice.cs.drjava.ui.predictive
Strategy used for matching and mask extension.
PredictiveInputModel.PrefixLineNumStrategy<X extends Comparable<? super X>> - Class in edu.rice.cs.drjava.ui.predictive
Matching based on string prefix, supporting line numbers separated by :.
PredictiveInputModel.PrefixLineNumStrategy() - Constructor for class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel.PrefixLineNumStrategy
 
PredictiveInputModel.PrefixStrategy<X extends Comparable<? super X>> - Class in edu.rice.cs.drjava.ui.predictive
Matching based on string prefix.
PredictiveInputModel.PrefixStrategy() - Constructor for class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel.PrefixStrategy
 
PredictiveInputModel.RegExLineNumStrategy<X extends Comparable<? super X>> - Class in edu.rice.cs.drjava.ui.predictive
Matching based on string regular expressions, supporting line numbers.
PredictiveInputModel.RegExLineNumStrategy() - Constructor for class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel.RegExLineNumStrategy
 
PredictiveInputModel.RegExStrategy<X extends Comparable<? super X>> - Class in edu.rice.cs.drjava.ui.predictive
Matching based on string regular expressions.
PredictiveInputModel.RegExStrategy() - Constructor for class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel.RegExStrategy
 
PredictiveInputModelTest - Class in edu.rice.cs.drjava.ui.predictive
Unit tests for PredictiveInputModel class.
PredictiveInputModelTest() - Constructor for class edu.rice.cs.drjava.ui.predictive.PredictiveInputModelTest
 
PREFIX - Static variable in class edu.rice.cs.drjava.model.compiler.Javac160FilteringCompiler
 
PREFIX - Static variable in class edu.rice.cs.util.FileOpsTest
 
prefixSet(Set<String>, String) - Static method in class edu.rice.cs.util.BalancingStreamTokenizer
Return the subset of the set whose entries begin with the prefix.
preloadDocument(Location) - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Return the adjusted location (identical to input unless the matching document is a LL file) and document associated with this location generated by the JVM and hence associated with a conventional Java (not an LL) file.
prepareForRun(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.DummyGlobalModelListener
Called when a file's main method is about to be run.
prepareForRun(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.GlobalEventNotifier
Called when a file's main method is about to be run.
prepareForRun(OpenDefinitionsDocument) - Method in interface edu.rice.cs.drjava.model.GlobalModelListener
Called when a file's main method is about to be run.
prepareForRun(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
prepareForRun(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.ui.MainFrame.ModelListener
 
preparePrintJob() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
This method tells the document to prepare all the DrJavaBook and PagePrinter objects.
preparePrintJob() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
preparePrintJob() - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
 
preparePrintJob() - Method in class edu.rice.cs.drjava.model.repl.InteractionsDocument
This method tells the document to prepare all the DrJavaBook and PagePrinter objects.
preparePrintJob() - Method in class edu.rice.cs.drjava.ui.ErrorPanel.ErrorDocument
 
preparePrintJob() - Method in class edu.rice.cs.util.text.ConsoleDocument
This method tells the document to prepare all the DrJavaBook and PagePrinter objects.
PRESSED - Static variable in class edu.rice.cs.drjava.ui.DefinitionsPaneTest
 
PRESSED - Static variable in class edu.rice.cs.drjava.ui.InteractionsPaneTest
 
prev() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.AbstractReducedModel
Move to the token immediately left.
prev() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ModelList.ModelIterator
Moves to the previous node.
prev() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelControl
Move the reduced model to the previous token and update the cursor information.
prev - Variable in class edu.rice.cs.drjava.ui.HTMLFrame.HistoryList
 
prev() - Method in class edu.rice.cs.drjava.ui.RecentDocFrame
Sets the current document to be the previous document in the list.
prevCurrentRegion(GlobalEventNotifier) - Method in class edu.rice.cs.drjava.model.BrowserHistoryManager
Make the region that is less recent the current region.
preventFinalization - Variable in class edu.rice.cs.drjava.ui.DefinitionsPaneMemoryLeakTest
 
prevError() - Method in class edu.rice.cs.drjava.ui.ErrorPanel.ErrorListPane
Switches to the previous error.
PREVIEW_HEIGHT - Variable in class edu.rice.cs.drjava.ui.PreviewFrame
 
PREVIEW_PAGE_HEIGHT - Variable in class edu.rice.cs.drjava.ui.PreviewFrame
 
PREVIEW_PAGE_WIDTH - Variable in class edu.rice.cs.drjava.ui.PreviewFrame
 
PREVIEW_WIDTH - Variable in class edu.rice.cs.drjava.ui.PreviewFrame
 
PreviewConsoleFrame - Class in edu.rice.cs.drjava.ui
DrJava's print preview window for a console document (interactions or console)
PreviewConsoleFrame(SingleDisplayModel, MainFrame, boolean) - Constructor for class edu.rice.cs.drjava.ui.PreviewConsoleFrame
Contructs a new PreviewConsoleFrame using a parent model and a MainFrame.
PreviewDefDocFrame - Class in edu.rice.cs.drjava.ui
DrJava's print preview window for a definitions document
PreviewDefDocFrame(SingleDisplayModel, MainFrame) - Constructor for class edu.rice.cs.drjava.ui.PreviewDefDocFrame
Contructs a new PreviewDefDocFrame using a parent model and a MainFrame object.
PreviewFrame - Class in edu.rice.cs.drjava.ui
DrJava's print preview window
PreviewFrame(SingleDisplayModel, MainFrame, boolean) - Constructor for class edu.rice.cs.drjava.ui.PreviewFrame
Contructs a new PreviewFrame using a parent model and a Pageable object print to show.
PreviewFrame.JSpinnerChanger - Class in edu.rice.cs.drjava.ui
 
PreviewFrame.JSpinnerChanger(Class<?>, JComponent) - Constructor for class edu.rice.cs.drjava.ui.PreviewFrame.JSpinnerChanger
 
PreviewFrame.JTextFieldChanger - Class in edu.rice.cs.drjava.ui
 
PreviewFrame.JTextFieldChanger(JTextField) - Constructor for class edu.rice.cs.drjava.ui.PreviewFrame.JTextFieldChanger
 
PreviewFrame.PageChangerUpdater - Class in edu.rice.cs.drjava.ui
 
PreviewFrame.PageChangerUpdater() - Constructor for class edu.rice.cs.drjava.ui.PreviewFrame.PageChangerUpdater
 
PreviewFrame.PagePreview - Class in edu.rice.cs.drjava.ui
Static inner class which displays the image on the screen, and holds the Image object.
PreviewFrame.PagePreview(int, int) - Constructor for class edu.rice.cs.drjava.ui.PreviewFrame.PagePreview
Constructs a PagePreview object with given width and height.
PreviewFrame.PagePreviewContainer - Class in edu.rice.cs.drjava.ui
Internal class which holds (and places) the PagePreview object.
PreviewFrame.PagePreviewContainer() - Constructor for class edu.rice.cs.drjava.ui.PreviewFrame.PagePreviewContainer
 
prevInteraction() - Method in class edu.rice.cs.drjava.model.repl.InteractionsScriptModel
Enters the previous interaction into the interactions pane.
previousBrace() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelBrace
Returns distance from current location of cursor to the location of the previous significant brace including opening comment braces (but not closing ones since they are not "FREE").
prevItem() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ModelList.ModelIterator
Returns the item associated with the node before the current node.
prevItem() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelControl
Get the previous token.
prevRecentDoc() - Method in class edu.rice.cs.drjava.ui.MainFrame
 
prevWordAction - Variable in class edu.rice.cs.drjava.ui.InteractionsController
Skips back one word.
print() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
Prints the given document by bringing up a "Print" window.
print() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
print() - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
 
print(Graphics, PageFormat, int) - Method in class edu.rice.cs.drjava.model.print.PagePrinter
Method to support the Printable interface.
print() - Method in class edu.rice.cs.drjava.ui.ErrorPanel.ErrorDocument
 
print(String) - Method in class edu.rice.cs.util.OutputStreamRedirector
Implement this method to print to the appropriate destination.
print() - Method in class edu.rice.cs.util.ReaderWriterLockTest.PrintCommand
Prints the message to the buffer.
print() - Method in class edu.rice.cs.util.text.ConsoleDocument
Prints the given document by bringing up a "Print" window.
print() - Method in interface edu.rice.cs.util.text.EditDocumentInterface
Prints the given console document
print() - Method in class edu.rice.cs.util.text.SwingDocument
 
PRINT_FONT - Static variable in class edu.rice.cs.drjava.model.print.DrJavaBook
 
printDebugMessage(String) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
throws UnsupportedOperationException
printDebugMessage(String) - Method in class edu.rice.cs.drjava.model.DefaultGlobalModel
Called when the debugger wants to print a message.
printDebugMessage(String) - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
printDebugMessage(String) - Method in interface edu.rice.cs.drjava.model.GlobalModel
Called when the debugger wants to print a message.
printFooter(Graphics2D, PageFormat, int) - Method in class edu.rice.cs.drjava.model.print.PagePrinter
Method which prints the footer onto the document
printLastIndentTrace(PrintStream) - Static method in class edu.rice.cs.drjava.model.definitions.indent.IndentRuleWithTrace
 
println(String) - Static method in class edu.rice.cs.drjava.ui.DefinitionsPaneMemoryLeakTest
 
printMessage(String) - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Prints a message in the Interactions Pane.
printMessages - Static variable in class edu.rice.cs.drjava.model.GlobalModelJUnitTest
Whether or not to print debugging output.
printMessages - Variable in class edu.rice.cs.drjava.model.GlobalModelTestCase.JUnitTestListener
 
PRIORITY_BUILTIN - Static variable in class edu.rice.cs.drjava.model.DefaultGlobalModel.LibraryKey
 
PRIORITY_CONFIG - Static variable in class edu.rice.cs.drjava.model.DefaultGlobalModel.LibraryKey
 
PRIORITY_RUNTIME - Static variable in class edu.rice.cs.drjava.model.DefaultGlobalModel.LibraryKey
 
PRIORITY_SEARCH - Static variable in class edu.rice.cs.drjava.model.DefaultGlobalModel.LibraryKey
 
PRIVATE - Static variable in class edu.rice.cs.drjava.config.OptionConstants.AccessLevelChoices
 
PRIVATE - Static variable in class edu.rice.cs.drjava.config.OptionConstants.DynamicJavaAccessControlChoices
 
PRIVATE_AND_PACKAGE - Static variable in class edu.rice.cs.drjava.config.OptionConstants.DynamicJavaAccessControlChoices
 
PROCESS_SEPARATOR - Static variable in class edu.rice.cs.util.ProcessChain
Separator used between different process chains.
PROCESS_SEPARATOR_CHAR - Static variable in class edu.rice.cs.util.ProcessChain
Separator used between different process chains.
processAll(Runnable1<FindResult>, MovingDocumentRegion) - Method in class edu.rice.cs.drjava.model.FindReplaceMachine
Processes all occurences of the find word with the replace word in the current document or in all documents depending the value of the machine register _searchAllDocuments.
processAll(Runnable1<FindResult>, boolean, boolean) - Method in class edu.rice.cs.drjava.model.FindReplaceMachine
Processes all occurences of the find word with the replace word in the current document or in all documents depending the value of the flag searchAll.
ProcessChain - Class in edu.rice.cs.util
This class represents a piping chain of processes, in which the output of the first process is piped into the input of the second process, and so on.
ProcessChain(ProcessCreator[]) - Constructor for class edu.rice.cs.util.ProcessChain
Constructor for a process chain consisting of the individual processes provided.
ProcessChain.ProcessChainThreadGroup - Class in edu.rice.cs.util
Thread group for all threads that deal with this process sequence.
ProcessChain.ProcessChainThreadGroup(ProcessChain) - Constructor for class edu.rice.cs.util.ProcessChain.ProcessChainThreadGroup
 
ProcessCreator - Class in edu.rice.cs.util
This class abstracts out process creation, similar to ProcessCreator, which is only available in Java 1.5.
ProcessCreator() - Constructor for class edu.rice.cs.util.ProcessCreator
Degenerate constructor, only for subclasses that completely override this class.
ProcessCreator(String, String, PropertyMaps) - Constructor for class edu.rice.cs.util.ProcessCreator
Constructor for a process creator with the given command line and map of properties.
ProcessCreator(String[], String) - Constructor for class edu.rice.cs.util.ProcessCreator
Constructor for a process creator with the given command line already split up, and map of properties.
ProcessingDialog - Class in edu.rice.cs.util.swing
Dialog that gets displayed when the program is processing data.
ProcessingDialog(Frame, String, String) - Constructor for class edu.rice.cs.util.swing.ProcessingDialog
 
ProcessingDialog(Frame, String, String, boolean) - Constructor for class edu.rice.cs.util.swing.ProcessingDialog
 
processKeyBinding(KeyStroke, KeyEvent, int, boolean) - Method in class edu.rice.cs.drjava.ui.MainFrame.MenuBar
 
processKeyEvent(KeyEvent) - Method in class edu.rice.cs.drjava.ui.config.KeyStrokeOptionComponent.GetKeyDialog.InputField
 
processKeyEvent(KeyEvent) - Method in class edu.rice.cs.drjava.ui.config.VectorKeyStrokeOptionComponent.GetKeyDialog.InputField
 
processKeyEvent(KeyEvent) - Method in class edu.rice.cs.drjava.ui.DefinitionsPane
Takes in any keyboard input, checks to see if it is in the keyToActionMap in KeybindingManager, if so executes the action, otherwise checks if it contains the current platform's menu shortcut modifier and if so, ignores that command (this disallows the execution of the UI's default actions such as cut/copy/paste/select all), otherwise does whatever normally would be done.
processKeyEvent(KeyEvent) - Method in class edu.rice.cs.drjava.ui.InteractionsPane
Widens the visibilitly of the processKeyEvent method; it is protected in the superclass.
processMenuElement(MenuElement, InputMap, ActionMap) - Static method in class edu.rice.cs.drjava.ui.DetachedFrame
Recursively process the MenuElement and add entries to the InputMap and ActionMap so that the menu element's accelerator will invoke the menu element's action even if the MenuElement is not present in another frame.
ProcessSequence - Class in edu.rice.cs.util
This class represents a sequence of processes.
ProcessSequence(ProcessCreator[]) - Constructor for class edu.rice.cs.util.ProcessSequence
Constructor for a process sequence consisting of the individual processes provided.
ProcessSequence.ProcessSequenceThreadGroup - Class in edu.rice.cs.util
Thread group for all threads that deal with this process sequence.
ProcessSequence.ProcessSequenceThreadGroup(ProcessSequence) - Constructor for class edu.rice.cs.util.ProcessSequence.ProcessSequenceThreadGroup
 
progressReset(int) - Method in class edu.rice.cs.drjava.ui.JUnitPanel
Resets the progress bar to start counting the given number of tests.
progressStep(boolean) - Method in class edu.rice.cs.drjava.ui.JUnitPanel
Steps the progress bar forward by one test.
PROJECT_FILE_EXTENSION - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The extension for a DrJava project file
PROJECT_FILE_EXTENSION2 - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The alternative extension for a DrJava project file
ProjectAdvancedPropertiesFrame - Class in edu.rice.cs.drjava.ui
A frame for setting Project Advanced Preferences
ProjectAdvancedPropertiesFrame(MainFrame, SwingFrame) - Constructor for class edu.rice.cs.drjava.ui.ProjectAdvancedPropertiesFrame
Constructs project properties frame for a new project and displays it.
ProjectAdvancedPropertiesFrame.PreferencesRecord - Class in edu.rice.cs.drjava.ui
 
ProjectAdvancedPropertiesFrame.PreferencesRecord(OptionParser<?>, String, String) - Constructor for class edu.rice.cs.drjava.ui.ProjectAdvancedPropertiesFrame.PreferencesRecord
 
projectBuildDirChanged() - Method in class edu.rice.cs.drjava.model.DummyGlobalModelListener
Called when the project's build directory has changed.
projectBuildDirChanged() - Method in class edu.rice.cs.drjava.model.GlobalEventNotifier
 
projectBuildDirChanged() - Method in interface edu.rice.cs.drjava.model.GlobalModelListener
Called when the build directory is modified in the model.
projectBuildDirChanged() - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
projectBuildDirChanged() - Method in class edu.rice.cs.drjava.ui.MainFrame.ModelListener
 
projectClosed() - Method in class edu.rice.cs.drjava.model.DummyGlobalModelListener
Called when the project is being closed.
projectClosed() - Method in class edu.rice.cs.drjava.model.GlobalEventNotifier
 
projectClosed() - Method in interface edu.rice.cs.drjava.model.GlobalModelListener
Called when the project is being closed.
projectClosed() - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
projectClosed() - Method in class edu.rice.cs.drjava.ui.MainFrame.ModelListener
 
ProjectFileIR - Interface in edu.rice.cs.drjava.project
 
ProjectFileParser - Class in edu.rice.cs.drjava.project
This parser uses the s-expression parser defined in the util pacakge.
ProjectFileParser() - Constructor for class edu.rice.cs.drjava.project.ProjectFileParser
 
ProjectFileParser.BookmarkListVisitor - Class in edu.rice.cs.drjava.project
Parses out a list of bookmark nodes.
ProjectFileParser.BookmarkListVisitor() - Constructor for class edu.rice.cs.drjava.project.ProjectFileParser.BookmarkListVisitor
 
ProjectFileParser.BookmarkPropertyVisitor - Class in edu.rice.cs.drjava.project
Traverses the list of expressions found after "bookmark" tag and returns the DocumentRegion described by those properties.
ProjectFileParser.BookmarkPropertyVisitor(String) - Constructor for class edu.rice.cs.drjava.project.ProjectFileParser.BookmarkPropertyVisitor
 
ProjectFileParser.BreakpointListVisitor - Class in edu.rice.cs.drjava.project
Parses out a list of breakpoint nodes.
ProjectFileParser.BreakpointListVisitor() - Constructor for class edu.rice.cs.drjava.project.ProjectFileParser.BreakpointListVisitor
 
ProjectFileParser.BreakpointPropertyVisitor - Class in edu.rice.cs.drjava.project
Traverses the list of expressions found after "breakpoint" tag and returns the Breakpoint described by those properties.
ProjectFileParser.BreakpointPropertyVisitor(String) - Constructor for class edu.rice.cs.drjava.project.ProjectFileParser.BreakpointPropertyVisitor
 
ProjectFileParser.DocFileListVisitor - Class in edu.rice.cs.drjava.project
Parses out a list of file nodes.
ProjectFileParser.DocFileListVisitor(String) - Constructor for class edu.rice.cs.drjava.project.ProjectFileParser.DocFileListVisitor
 
ProjectFileParser.DocFilePropertyVisitor - Class in edu.rice.cs.drjava.project
Traverses the list of expressions found after "file" tag and returns the DocFile described by those properties.
ProjectFileParser.DocFilePropertyVisitor(String) - Constructor for class edu.rice.cs.drjava.project.ProjectFileParser.DocFilePropertyVisitor
 
ProjectFileParser.NameVisitor - Class in edu.rice.cs.drjava.project
Retrieves the name of a node.
ProjectFileParser.NameVisitor() - Constructor for class edu.rice.cs.drjava.project.ProjectFileParser.NameVisitor
 
ProjectFileParser.NumberVisitor - Class in edu.rice.cs.drjava.project
Retrieves the number of a node.
ProjectFileParser.NumberVisitor() - Constructor for class edu.rice.cs.drjava.project.ProjectFileParser.NumberVisitor
 
ProjectFileParser.PathListVisitor - Class in edu.rice.cs.drjava.project
Parses out a list of path nodes into a list of Strings.
ProjectFileParser.PathListVisitor() - Constructor for class edu.rice.cs.drjava.project.ProjectFileParser.PathListVisitor
 
ProjectFileParser.PrivateProjectException - Exception in edu.rice.cs.drjava.project
 
ProjectFileParser.PrivateProjectException(String) - Constructor for exception edu.rice.cs.drjava.project.ProjectFileParser.PrivateProjectException
 
ProjectFileParser.WatchListVisitor - Class in edu.rice.cs.drjava.project
Parses out a list of watch names into a list of watches.
ProjectFileParser.WatchListVisitor() - Constructor for class edu.rice.cs.drjava.project.ProjectFileParser.WatchListVisitor
 
ProjectFileParserFacade - Class in edu.rice.cs.drjava.project
Abstract project file parser.
ProjectFileParserFacade() - Constructor for class edu.rice.cs.drjava.project.ProjectFileParserFacade
 
ProjectMenuTest - Class in edu.rice.cs.drjava.ui
Test functions of Project Facility working through the main frame and model.
ProjectMenuTest() - Constructor for class edu.rice.cs.drjava.ui.ProjectMenuTest
 
projectModified() - Method in class edu.rice.cs.drjava.model.DummyGlobalModelListener
Called when the projects modified state has changed.
projectModified() - Method in class edu.rice.cs.drjava.model.GlobalEventNotifier
 
projectModified() - Method in interface edu.rice.cs.drjava.model.GlobalModelListener
Called if the project's modified state has changed.
projectModified() - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
projectModified() - Method in class edu.rice.cs.drjava.ui.MainFrame.ModelListener
 
ProjectProfile - Class in edu.rice.cs.drjava.project
The internal representation of a project; it is the internal analog of a project file.
ProjectProfile(String) - Constructor for class edu.rice.cs.drjava.project.ProjectProfile
Constructs a File for fileName and forwards this call to the main constructor.
ProjectProfile(File) - Constructor for class edu.rice.cs.drjava.project.ProjectProfile
Creates new ProjectProfiles with specifed project file name and project root that is parent folder of the project file.
ProjectPropertiesFrame - Class in edu.rice.cs.drjava.ui
A frame for setting Project Preferences
ProjectPropertiesFrame(MainFrame) - Constructor for class edu.rice.cs.drjava.ui.ProjectPropertiesFrame
Constructs project properties frame for a new project and displays it.
projectRunnableChanged() - Method in class edu.rice.cs.drjava.model.DummyGlobalModelListener
Called when a project's main class has been set/unset.
projectRunnableChanged() - Method in class edu.rice.cs.drjava.model.GlobalEventNotifier
 
projectRunnableChanged() - Method in interface edu.rice.cs.drjava.model.GlobalModelListener
Called when the project runnability changed (ie, when the main file is set/unset).
projectRunnableChanged() - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
projectRunnableChanged() - Method in class edu.rice.cs.drjava.ui.MainFrame.ModelListener
 
projectRunnableChanged() - Method in class edu.rice.cs.drjava.ui.MainFrame
 
ProjectTest - Class in edu.rice.cs.drjava.project
Test class for project files
ProjectTest() - Constructor for class edu.rice.cs.drjava.project.ProjectTest
 
projectWorkDirChanged() - Method in class edu.rice.cs.drjava.model.DummyGlobalModelListener
Called when the project's build directory has changed.
projectWorkDirChanged() - Method in class edu.rice.cs.drjava.model.GlobalEventNotifier
 
projectWorkDirChanged() - Method in interface edu.rice.cs.drjava.model.GlobalModelListener
Called when the working directory is modified in the model.
projectWorkDirChanged() - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
projectWorkDirChanged() - Method in class edu.rice.cs.drjava.ui.MainFrame.ModelListener
 
projName - Variable in class edu.rice.cs.util.docnavigation.JTreeSortNavigatorTest
 
PROMPT_BEFORE_CLEAN - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Whether to warn when cleaning the build directory
PROMPT_RENAME_LL_FILES - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Whether to prompt to change the language level extensions (.dj0/.dj1->.dj, .dj2->.java).
promptKey(KeyStrokeOptionComponent) - Method in class edu.rice.cs.drjava.ui.config.KeyStrokeOptionComponent.GetKeyDialog
 
promptKey(KeyStroke) - Method in class edu.rice.cs.drjava.ui.config.VectorKeyStrokeOptionComponent.GetKeyDialog
 
prop - Variable in class edu.rice.cs.drjava.config.OptionMapLoader
 
PropertyMaps - Class in edu.rice.cs.drjava.config
Class representing all the variables that can be inserted as variables in external processes.
PropertyMaps() - Constructor for class edu.rice.cs.drjava.config.PropertyMaps
Create the basic property maps.
proposeBetterFileName(File) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.TrivialFSS
 
proposeBetterFileName(File) - Method in class edu.rice.cs.drjava.ui.MainFrame
 
proposeToChangeExtension(Component, File, String, String, String, String, String) - Static method in class edu.rice.cs.drjava.ui.MainFrameStatics
Propose to the user to change the extension of the file.
PROTECTED - Static variable in class edu.rice.cs.drjava.config.OptionConstants.AccessLevelChoices
 
PS - Variable in class edu.rice.cs.drjava.config.DrJavaPropertySetupTest
 
PTR_CHAR - Static variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.AbstractReducedModel
The character that represents the cursor in toString().
PUBLIC - Static variable in class edu.rice.cs.drjava.config.OptionConstants.AccessLevelChoices
 
PUBLIC_CEI_TEXT - Variable in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
 
PUBLIC_CIE_TEXT - Variable in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
 
PUBLIC_ECI_TEXT - Variable in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
 
PUBLIC_EIC_TEXT - Variable in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
 
PUBLIC_ICE_TEXT - Variable in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
 
PUBLIC_IEC_TEXT - Variable in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
 
pushState() - Method in class edu.rice.cs.util.BalancingStreamTokenizer
Push the current state onto the stack.
pushToken(int) - Method in class edu.rice.cs.util.BalancingStreamTokenizer
Push a token back onto the stack.
put(String) - Method in class edu.rice.cs.drjava.model.ClipboardHistoryModel
Add a string to the history.
put(VectorOption<KeyStroke>, Action, JMenuItem, String) - Method in class edu.rice.cs.drjava.ui.KeyBindingManager
 
putInterpreter(String, Interpreter) - Method in class edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM
 
putProperty(Object, Object) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
putProperty(Object, Object) - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
putValue(String, Object) - Method in class edu.rice.cs.util.swing.DelegatingAction
 

Q

QuaternaryOpProperty<N,O,P,Q,R> - Class in edu.rice.cs.drjava.config
Class representing quaternary operations that can be inserted as variables in external processes.
QuaternaryOpProperty(String, String, Lambda4<N, O, P, Q, R>, String, String, Lambda<String, N>, String, String, Lambda<String, O>, String, String, Lambda<String, P>, String, String, Lambda<String, Q>, Lambda<R, String>) - Constructor for class edu.rice.cs.drjava.config.QuaternaryOpProperty
Create an eager property.
QuaternaryOpProperty(String, String, Lambda4<N, O, P, Q, R>, Lambda<String, N>, Lambda<String, O>, Lambda<String, P>, Lambda<String, Q>, Lambda<R, String>) - Constructor for class edu.rice.cs.drjava.config.QuaternaryOpProperty
Create an eager property.
Query - Interface in edu.rice.cs.drjava.model
 
Query.AbstractEnclosingBrace - Class in edu.rice.cs.drjava.model
 
Query.AbstractEnclosingBrace(int, char, char) - Constructor for class edu.rice.cs.drjava.model.Query.AbstractEnclosingBrace
 
Query.AnonymousInnerClass - Class in edu.rice.cs.drjava.model
 
Query.AnonymousInnerClass(int, int) - Constructor for class edu.rice.cs.drjava.model.Query.AnonymousInnerClass
 
Query.AnonymousInnerClassIndex - Class in edu.rice.cs.drjava.model
 
Query.AnonymousInnerClassIndex(int) - Constructor for class edu.rice.cs.drjava.model.Query.AnonymousInnerClassIndex
 
Query.CharArrayAndFlag - Class in edu.rice.cs.drjava.model
 
Query.CharArrayAndFlag(int, char[], boolean) - Constructor for class edu.rice.cs.drjava.model.Query.CharArrayAndFlag
 
Query.CharOnLine - Class in edu.rice.cs.drjava.model
 
Query.CharOnLine(int, char) - Constructor for class edu.rice.cs.drjava.model.Query.CharOnLine
 
Query.EnclosingBrace - Class in edu.rice.cs.drjava.model
 
Query.EnclosingBrace(int) - Constructor for class edu.rice.cs.drjava.model.Query.EnclosingBrace
 
Query.EnclosingClassName - Class in edu.rice.cs.drjava.model
 
Query.EnclosingClassName(int, boolean) - Constructor for class edu.rice.cs.drjava.model.Query.EnclosingClassName
 
Query.FirstNonWSCharPos - Class in edu.rice.cs.drjava.model
 
Query.FirstNonWSCharPos(int, char[], boolean) - Constructor for class edu.rice.cs.drjava.model.Query.FirstNonWSCharPos
 
Query.IndentInformation - Class in edu.rice.cs.drjava.model
 
Query.IndentInformation(int) - Constructor for class edu.rice.cs.drjava.model.Query.IndentInformation
 
Query.IndentOfCurrStmt - Class in edu.rice.cs.drjava.model
 
Query.IndentOfCurrStmt(int, char[], char[]) - Constructor for class edu.rice.cs.drjava.model.Query.IndentOfCurrStmt
 
Query.LineEnclosingBrace - Class in edu.rice.cs.drjava.model
 
Query.LineEnclosingBrace(int) - Constructor for class edu.rice.cs.drjava.model.Query.LineEnclosingBrace
 
Query.LineEndPos - Class in edu.rice.cs.drjava.model
 
Query.LineEndPos(int) - Constructor for class edu.rice.cs.drjava.model.Query.LineEndPos
 
Query.LineFirstCharPos - Class in edu.rice.cs.drjava.model
 
Query.LineFirstCharPos(int) - Constructor for class edu.rice.cs.drjava.model.Query.LineFirstCharPos
 
Query.LineStartPos - Class in edu.rice.cs.drjava.model
 
Query.LineStartPos(int) - Constructor for class edu.rice.cs.drjava.model.Query.LineStartPos
 
Query.NextEnclosingBrace - Class in edu.rice.cs.drjava.model
 
Query.NextEnclosingBrace(int, char, char) - Constructor for class edu.rice.cs.drjava.model.Query.NextEnclosingBrace
 
Query.Pos - Class in edu.rice.cs.drjava.model
 
Query.Pos(int) - Constructor for class edu.rice.cs.drjava.model.Query.Pos
 
Query.PosInBlockComment - Class in edu.rice.cs.drjava.model
 
Query.PosInBlockComment(int) - Constructor for class edu.rice.cs.drjava.model.Query.PosInBlockComment
 
Query.PosInParenPhrase - Class in edu.rice.cs.drjava.model
 
Query.PosInParenPhrase(int) - Constructor for class edu.rice.cs.drjava.model.Query.PosInParenPhrase
 
Query.PosNotInBlock - Class in edu.rice.cs.drjava.model
 
Query.PosNotInBlock(int) - Constructor for class edu.rice.cs.drjava.model.Query.PosNotInBlock
 
Query.PrevCharPos - Class in edu.rice.cs.drjava.model
 
Query.PrevCharPos(int, char[]) - Constructor for class edu.rice.cs.drjava.model.Query.PrevCharPos
 
Query.PrevDelimiter - Class in edu.rice.cs.drjava.model
 
Query.PrevDelimiter(int, char[], boolean) - Constructor for class edu.rice.cs.drjava.model.Query.PrevDelimiter
 
Query.PrevEnclosingBrace - Class in edu.rice.cs.drjava.model
 
Query.PrevEnclosingBrace(int, char, char) - Constructor for class edu.rice.cs.drjava.model.Query.PrevEnclosingBrace
 
QUERY_PREFIX - Static variable in class edu.rice.cs.drjava.RemoteControlServer
Prefix of a legitimate query by a client.
QuestionBraceIsCurly - Class in edu.rice.cs.drjava.model.definitions.indent
Determines whether or not the last block or expression list opened previous to the start of the current line was opened by the character '{'.
QuestionBraceIsCurly(IndentRule, IndentRule) - Constructor for class edu.rice.cs.drjava.model.definitions.indent.QuestionBraceIsCurly
 
QuestionBraceIsCurlyTest - Class in edu.rice.cs.drjava.model.definitions.indent
Test class according to the JUnit protocol.
QuestionBraceIsCurlyTest() - Constructor for class edu.rice.cs.drjava.model.definitions.indent.QuestionBraceIsCurlyTest
 
QuestionBraceIsParenOrBracket - Class in edu.rice.cs.drjava.model.definitions.indent
Determines whether or not the last block or expression list opened previous to the start of the current line was opened by one of the characters '(' or '['.
QuestionBraceIsParenOrBracket(IndentRule, IndentRule) - Constructor for class edu.rice.cs.drjava.model.definitions.indent.QuestionBraceIsParenOrBracket
 
QuestionBraceIsParenOrBracketTest - Class in edu.rice.cs.drjava.model.definitions.indent
Test class according to the JUnit protocol.
QuestionBraceIsParenOrBracketTest() - Constructor for class edu.rice.cs.drjava.model.definitions.indent.QuestionBraceIsParenOrBracketTest
 
QuestionCurrLineEmpty - Class in edu.rice.cs.drjava.model.definitions.indent
 
QuestionCurrLineEmpty(IndentRule, IndentRule) - Constructor for class edu.rice.cs.drjava.model.definitions.indent.QuestionCurrLineEmpty
 
QuestionCurrLineEmptyOrEnterPress - Class in edu.rice.cs.drjava.model.definitions.indent
 
QuestionCurrLineEmptyOrEnterPress(IndentRule, IndentRule) - Constructor for class edu.rice.cs.drjava.model.definitions.indent.QuestionCurrLineEmptyOrEnterPress
 
QuestionCurrLineEmptyOrEnterPressTest - Class in edu.rice.cs.drjava.model.definitions.indent
Tests whether the current line is empty.
QuestionCurrLineEmptyOrEnterPressTest() - Constructor for class edu.rice.cs.drjava.model.definitions.indent.QuestionCurrLineEmptyOrEnterPressTest
 
QuestionCurrLineIsWingComment - Class in edu.rice.cs.drjava.model.definitions.indent
Determines whether or not the current line in the document starts with "//"
QuestionCurrLineIsWingComment(IndentRule, IndentRule) - Constructor for class edu.rice.cs.drjava.model.definitions.indent.QuestionCurrLineIsWingComment
 
QuestionCurrLineIsWingCommentTest - Class in edu.rice.cs.drjava.model.definitions.indent
Tests visitor class that determines whether the current line is a wing comment.
QuestionCurrLineIsWingCommentTest() - Constructor for class edu.rice.cs.drjava.model.definitions.indent.QuestionCurrLineIsWingCommentTest
 
QuestionCurrLineStartsWith - Class in edu.rice.cs.drjava.model.definitions.indent
Question rule in the indentation decision tree.
QuestionCurrLineStartsWith(String, IndentRule, IndentRule) - Constructor for class edu.rice.cs.drjava.model.definitions.indent.QuestionCurrLineStartsWith
Constructs a new rule for the given prefix string.
QuestionCurrLineStartsWithSkipComments - Class in edu.rice.cs.drjava.model.definitions.indent
Determines whether the current line in the document starts with a specific character sequence, skipping over any comments and leading whitespace on that line.
QuestionCurrLineStartsWithSkipComments(String, IndentRule, IndentRule) - Constructor for class edu.rice.cs.drjava.model.definitions.indent.QuestionCurrLineStartsWithSkipComments
 
QuestionCurrLineStartsWithSkipCommentsTest - Class in edu.rice.cs.drjava.model.definitions.indent
Tests the proper functionality of the class QuestionCurrLineStartsWithSkipComments.
QuestionCurrLineStartsWithSkipCommentsTest() - Constructor for class edu.rice.cs.drjava.model.definitions.indent.QuestionCurrLineStartsWithSkipCommentsTest
 
QuestionCurrLineStartsWithTest - Class in edu.rice.cs.drjava.model.definitions.indent
Tests the indention rule which detects whether the current line starts with a particular string.
QuestionCurrLineStartsWithTest() - Constructor for class edu.rice.cs.drjava.model.definitions.indent.QuestionCurrLineStartsWithTest
 
QuestionExistsCharInPrevStmt - Class in edu.rice.cs.drjava.model.definitions.indent
This class checks the previous statement for the given character
QuestionExistsCharInPrevStmt(char, IndentRule, IndentRule) - Constructor for class edu.rice.cs.drjava.model.definitions.indent.QuestionExistsCharInPrevStmt
 
QuestionExistsCharInStmt - Class in edu.rice.cs.drjava.model.definitions.indent
Determines if the given search character is found between the start of the current statement and the end character.
QuestionExistsCharInStmt(char, char, IndentRule, IndentRule) - Constructor for class edu.rice.cs.drjava.model.definitions.indent.QuestionExistsCharInStmt
Constructs a rule to determine if findChar exists between the start of the current statement and endChar.
QuestionExistsCharInStmtTest - Class in edu.rice.cs.drjava.model.definitions.indent
Tests the question rule which determines if the given findChar is found between the start of the statement and the endChar, which must exist on the current line.
QuestionExistsCharInStmtTest() - Constructor for class edu.rice.cs.drjava.model.definitions.indent.QuestionExistsCharInStmtTest
 
QuestionFollowedByStar - Class in edu.rice.cs.drjava.model.definitions.indent
Question rule in the indentation decision tree.
QuestionFollowedByStar(IndentRule, IndentRule) - Constructor for class edu.rice.cs.drjava.model.definitions.indent.QuestionFollowedByStar
Constructs a new rule which determines if the current position is immediately followed by a star '*'.
QuestionHasCharPrecedingOpenBrace - Class in edu.rice.cs.drjava.model.definitions.indent
Determines whether or not the line enclosing brace is '{' and is immediately preceded by the given _prefix.
QuestionHasCharPrecedingOpenBrace(char[], IndentRule, IndentRule) - Constructor for class edu.rice.cs.drjava.model.definitions.indent.QuestionHasCharPrecedingOpenBrace
 
QuestionHasCharPrecedingOpenBraceTest - Class in edu.rice.cs.drjava.model.definitions.indent
Test class according to the JUnit protocol.
QuestionHasCharPrecedingOpenBraceTest() - Constructor for class edu.rice.cs.drjava.model.definitions.indent.QuestionHasCharPrecedingOpenBraceTest
 
QuestionInsideComment - Class in edu.rice.cs.drjava.model.definitions.indent
Asks whether the beginning of the current line is inside a C-style comment.
QuestionInsideComment(IndentRule, IndentRule) - Constructor for class edu.rice.cs.drjava.model.definitions.indent.QuestionInsideComment
 
QuestionInsideCommentTest - Class in edu.rice.cs.drjava.model.definitions.indent
Tests whether start of line is within a multiline comment.
QuestionInsideCommentTest() - Constructor for class edu.rice.cs.drjava.model.definitions.indent.QuestionInsideCommentTest
 
QuestionLineContains - Class in edu.rice.cs.drjava.model.definitions.indent
Question rule in the indentation decision tree.
QuestionLineContains(char, IndentRule, IndentRule) - Constructor for class edu.rice.cs.drjava.model.definitions.indent.QuestionLineContains
Constructs a new rule which determines if the line contains the given character.
QuestionLineContainsTest - Class in edu.rice.cs.drjava.model.definitions.indent
Tests the question rule which determines if the current line in the document contains the given character.
QuestionLineContainsTest() - Constructor for class edu.rice.cs.drjava.model.definitions.indent.QuestionLineContainsTest
 
QuestionNewParenPhrase - Class in edu.rice.cs.drjava.model.definitions.indent
Question rule in the indentation decision tree.
QuestionNewParenPhrase(IndentRule, IndentRule) - Constructor for class edu.rice.cs.drjava.model.definitions.indent.QuestionNewParenPhrase
Constructs a new rule to determine if the current line starts new paren phrase.
QuestionNewParenPhraseTest - Class in edu.rice.cs.drjava.model.definitions.indent
Tests the indention rule which detects whether the current line starts a new parenthesized phrase.
QuestionNewParenPhraseTest() - Constructor for class edu.rice.cs.drjava.model.definitions.indent.QuestionNewParenPhraseTest
 
QuestionPrevLineStartsComment - Class in edu.rice.cs.drjava.model.definitions.indent
Given the start of the current line is inside a block comment, asks whether the comment begins on the "previous line," ignoring white space.
QuestionPrevLineStartsComment(IndentRule, IndentRule) - Constructor for class edu.rice.cs.drjava.model.definitions.indent.QuestionPrevLineStartsComment
 
QuestionPrevLineStartsCommentTest - Class in edu.rice.cs.drjava.model.definitions.indent
Tests whether the previous line starts the comment containing the cursor.
QuestionPrevLineStartsCommentTest() - Constructor for class edu.rice.cs.drjava.model.definitions.indent.QuestionPrevLineStartsCommentTest
 
QuestionPrevLineStartsJavaDocWithText - Class in edu.rice.cs.drjava.model.definitions.indent
Question rule in the indentation decision tree.
QuestionPrevLineStartsJavaDocWithText(IndentRule, IndentRule) - Constructor for class edu.rice.cs.drjava.model.definitions.indent.QuestionPrevLineStartsJavaDocWithText
Constructs a rule that looks for "/**" as first non-whitespace followed by some additional non-whitespace text
QuestionPrevLineStartsWith - Class in edu.rice.cs.drjava.model.definitions.indent
Question rule in indentation decision tree.
QuestionPrevLineStartsWith(String, IndentRule, IndentRule) - Constructor for class edu.rice.cs.drjava.model.definitions.indent.QuestionPrevLineStartsWith
Constructs a new rule for the given prefix string.
QuestionPrevLineStartsWithTest - Class in edu.rice.cs.drjava.model.definitions.indent
Tests the indention rule which detects whether the immediately previous line starts with a particular string.
QuestionPrevLineStartsWithTest() - Constructor for class edu.rice.cs.drjava.model.definitions.indent.QuestionPrevLineStartsWithTest
 
QuestionStartAfterOpenBrace - Class in edu.rice.cs.drjava.model.definitions.indent
Determines whether or not the closest non-whitespace character preceding the start of the current line (excluding any characters inside comments or strings) is on the same line as the enclosing CURLY brace (class is misnamed!).
QuestionStartAfterOpenBrace(IndentRule, IndentRule) - Constructor for class edu.rice.cs.drjava.model.definitions.indent.QuestionStartAfterOpenBrace
 
QuestionStartAfterOpenBraceTest - Class in edu.rice.cs.drjava.model.definitions.indent
Tests whether the closest non-whitespace character preceding the start of the current line (excluding any characters inside comments or strings) is an open brace.
QuestionStartAfterOpenBraceTest() - Constructor for class edu.rice.cs.drjava.model.definitions.indent.QuestionStartAfterOpenBraceTest
 
QuestionStartingNewStmt - Class in edu.rice.cs.drjava.model.definitions.indent
Determines if the current line is starting a new statement by searching backwards to see if the previous line was the end of a statement.
QuestionStartingNewStmt(IndentRule, IndentRule) - Constructor for class edu.rice.cs.drjava.model.definitions.indent.QuestionStartingNewStmt
Constructs a new rule to determine if the current line is the start of a new statement.
QuestionStartingNewStmtTest - Class in edu.rice.cs.drjava.model.definitions.indent
Tests the question rule which determines if the current line is starting a new statement.
QuestionStartingNewStmtTest() - Constructor for class edu.rice.cs.drjava.model.definitions.indent.QuestionStartingNewStmtTest
 
QuickStartFrame - Class in edu.rice.cs.drjava.ui
The frame for displaying the HTML quick start files.
QuickStartFrame() - Constructor for class edu.rice.cs.drjava.ui.QuickStartFrame
 
quit() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Exits the program.
quit(boolean) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Exits the program.
quit() - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
quit() - Method in interface edu.rice.cs.drjava.model.GlobalModel
Exits the program.
quit() - Method in class edu.rice.cs.drjava.ui.MainFrame
private void _revertAll() { try { _model.revertAllFiles(); } catch (FileMovedException fme) { _showFileMovedError(fme); } catch (IOException ioe) { MainFrameStatics.showIOError(MainFrame.this, ioe); } }
quit() - Method in class edu.rice.cs.util.newjvm.AbstractSlaveJVM
Quits the slave JVM, calling AbstractSlaveJVM.beforeQuit() before it does.
quit() - Method in interface edu.rice.cs.util.newjvm.SlaveRemote
Quits the slave JVM.
QUIT_PROMPT - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Whether to prompt before quitting DrJava.
quitFile() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
Fires the quit(File) event if isModifiedSinceSave() is true.
quitFile(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.DummyGlobalModelListener
Called to ask the listener if the document should be saved before quitting.
quitFile() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
quitFile(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.GlobalEventNotifier
Called to ask the listeners save the file before quitting at the user's option.
quitFile(OpenDefinitionsDocument) - Method in interface edu.rice.cs.drjava.model.GlobalModelListener
Called to ask the listener if this document should be saved before quitting.
quitFile(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
quitFile() - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
Saves file at user's discretion before quitting.
quitFile(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.ui.MainFrame.ModelListener
Check if the current document has been modified.
quitFileCount - Variable in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
quitSlave() - Method in class edu.rice.cs.util.newjvm.AbstractMasterJVM
Quits slave JVM.
QuotedTextAtom - Class in edu.rice.cs.util.sexp
this type of text atom is mostly like its super class except its string representation includes the sourrounding quotes and the instances of the characters: \ " etc are turned into their corresponding escape character sequences.
QuotedTextAtom(String) - Constructor for class edu.rice.cs.util.sexp.QuotedTextAtom
 
quoteEnds - Variable in class edu.rice.cs.util.BalancingStreamTokenizer.State
Sets of quote endings to be parsed as one symbol.
quotePairs - Variable in class edu.rice.cs.util.BalancingStreamTokenizer.State
Pairs of beginning and ending quote strings.
quotes - Variable in class edu.rice.cs.util.BalancingStreamTokenizer.State
Sets of quote beginnings to be parsed as one symbol.

R

reachedBreakpoint(BreakpointRequest) - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Called when a breakpoint is reached.
read(byte[]) - Method in class edu.rice.cs.util.InputStreamRedirector
Tries to fill b with bytes from the user, prompting for input only if the stream is already empty.
read(byte[], int, int) - Method in class edu.rice.cs.util.InputStreamRedirector
Tries to fill b with bytes from the user, prompting for input only if the stream is already empty.
read() - Method in class edu.rice.cs.util.InputStreamRedirector
Overrides the read() in PipedInputStream so that if the stream is empty, it asks for more input from _getInput().
read() - Method in class edu.rice.cs.util.JoinInputStream
Reads the next byte of data from one of input streams.
read(byte[], int, int) - Method in class edu.rice.cs.util.JoinInputStream
Reads up to len bytes of data from one of input streams into an array of bytes.
read() - Method in class edu.rice.cs.util.ReaderThread
 
read(byte[], int, int) - Method in class edu.rice.cs.util.ReaderThread
 
read() - Method in class edu.rice.cs.util.ReaderWriterLockTest.PrinterReaderThread
 
read() - Method in class edu.rice.cs.util.ReaderWriterLockTest.ReaderThread
 
readBookmarks() - Method in class edu.rice.cs.drjava.project.XMLProjectFileParser
 
readBreakpoints() - Method in class edu.rice.cs.drjava.project.XMLProjectFileParser
 
readCollapsed() - Method in class edu.rice.cs.drjava.project.XMLProjectFileParser
 
reader - Variable in class edu.rice.cs.drjava.ui.ProjectMenuTest
 
reader - Variable in class edu.rice.cs.util.JoinInputStream
 
ReadersWritersLocking - Interface in edu.rice.cs.util.text
Interface with readers/writers locking operations.
ReaderThread - Class in edu.rice.cs.util
 
ReaderThread(JoinInputStream, InputStream, int) - Constructor for class edu.rice.cs.util.ReaderThread
 
ReaderWriterLock - Class in edu.rice.cs.util
This class implements synchronization primitives to solve the classic readers/writers problem without deadlock or starvation.
ReaderWriterLock() - Constructor for class edu.rice.cs.util.ReaderWriterLock
Creates a new ReaderWriterLock.
ReaderWriterLock.DeadlockException - Exception in edu.rice.cs.util
Class representing a deadlock that would have occurred if the acquire operation had been executed.
ReaderWriterLock.DeadlockException() - Constructor for exception edu.rice.cs.util.ReaderWriterLock.DeadlockException
 
ReaderWriterLock.DeadlockException(String) - Constructor for exception edu.rice.cs.util.ReaderWriterLock.DeadlockException
 
ReaderWriterLock.DeadlockException(String, Throwable) - Constructor for exception edu.rice.cs.util.ReaderWriterLock.DeadlockException
 
ReaderWriterLock.DeadlockException(Throwable) - Constructor for exception edu.rice.cs.util.ReaderWriterLock.DeadlockException
 
ReaderWriterLock.Reader - Class in edu.rice.cs.util
Object representing a reader thread which is waiting for read access on the queue of waiting threads.
ReaderWriterLock.Reader() - Constructor for class edu.rice.cs.util.ReaderWriterLock.Reader
 
ReaderWriterLock.ReaderWriterThread - Class in edu.rice.cs.util
Represents a thread waiting to either read or write.
ReaderWriterLock.ReaderWriterThread() - Constructor for class edu.rice.cs.util.ReaderWriterLock.ReaderWriterThread
 
ReaderWriterLock.Writer - Class in edu.rice.cs.util
Object representing a writer thread which is waiting for write access on the queue of waiting threads.
ReaderWriterLock.Writer() - Constructor for class edu.rice.cs.util.ReaderWriterLock.Writer
 
ReaderWriterLockTest - Class in edu.rice.cs.util
Attempts to test the correctness of the ReaderWriterLock class, which allows multiple reader and writer threads to safely access a shared resource.
ReaderWriterLockTest() - Constructor for class edu.rice.cs.util.ReaderWriterLockTest
 
ReaderWriterLockTest.PrintCommand - Class in edu.rice.cs.util
Command pattern class to print to a buffer.
ReaderWriterLockTest.PrintCommand(String, StringBuffer) - Constructor for class edu.rice.cs.util.ReaderWriterLockTest.PrintCommand
Creates a new command to print to a buffer during a read or write.
ReaderWriterLockTest.PrinterReaderThread - Class in edu.rice.cs.util
A ReaderThread which repeatedly prints to a buffer.
ReaderWriterLockTest.PrinterReaderThread(String, StringBuffer) - Constructor for class edu.rice.cs.util.ReaderWriterLockTest.PrinterReaderThread
 
ReaderWriterLockTest.PrinterWriterThread - Class in edu.rice.cs.util
A WriterThread which repeatedly prints to a buffer.
ReaderWriterLockTest.PrinterWriterThread(String, StringBuffer) - Constructor for class edu.rice.cs.util.ReaderWriterLockTest.PrinterWriterThread
 
ReaderWriterLockTest.ReaderThread - Class in edu.rice.cs.util
A reader thread.
ReaderWriterLockTest.ReaderThread() - Constructor for class edu.rice.cs.util.ReaderWriterLockTest.ReaderThread
 
ReaderWriterLockTest.WriterThread - Class in edu.rice.cs.util
A writer thread.
ReaderWriterLockTest.WriterThread() - Constructor for class edu.rice.cs.util.ReaderWriterLockTest.WriterThread
 
readFileAsString(File) - Static method in class edu.rice.cs.util.FileOps
Deprecated. Use IOUtil.toString(File) instead, which provides the same functionality.
readFileAsSwingText(File) - Static method in class edu.rice.cs.util.FileOps
Reads the entire contents of a file and return them as canonicalized Swing Document text.
readFiles(String) - Method in class edu.rice.cs.drjava.project.XMLProjectFileParser
 
readFiles(String, String) - Method in class edu.rice.cs.drjava.project.XMLProjectFileParser
 
readLLBlock(File) - Method in class edu.rice.cs.drjava.model.compiler.LanguageLevelStackTraceMapper
Reads the LanguageLevel header from a LL file and pulls the line number conversion map out.
readLLLineBlock(File) - Method in class edu.rice.cs.drjava.model.compiler.LanguageLevelStackTraceMapper
Reads the LanguageLevel header from a LL file and pulls the line number conversion map out.
readNextLLBlockLine(BufferedReader) - Method in class edu.rice.cs.drjava.model.compiler.LanguageLevelStackTraceMapper
Helper method to read the next comment line in a file.
readSourceFiles(String, String) - Method in class edu.rice.cs.drjava.project.XMLProjectFileParser
 
readStoredPreferences() - Method in class edu.rice.cs.drjava.project.XMLProjectFileParser
 
readStreamAsBytes(InputStream) - Static method in class edu.rice.cs.util.FileOps
Deprecated. Use IOUtil.toByteArray(java.io.File) instead. Note that the IOUtil method will not close the InputStream, while this method does.
readText(boolean) - Method in class edu.rice.cs.drjava.ui.ExternalProcessPanel
Read new text from the stream.
readToken() - Method in class edu.rice.cs.util.sexp.Lexer
Reads the next Tokens.SExpToken from the input stream and consumes it.
readWatches() - Method in class edu.rice.cs.drjava.project.XMLProjectFileParser
 
recallNextInteractionInHistory() - Method in class edu.rice.cs.drjava.model.repl.InteractionsDocument
Gets the next interaction in the history and replaces whatever is on the current interactions input line with this interaction.
recallPreviousInteractionInHistory() - Method in class edu.rice.cs.drjava.model.repl.InteractionsDocument
Gets the previous interaction in the history and replaces whatever is on the current interactions input line with this interaction.
RECENT_FILES - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
A vector containing the most recently used files.
RECENT_FILES_MAX_SIZE - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Number of files to list in the recent file list
RECENT_PROJECTS - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
A vector containing the most recently used projects.
RecentDocFrame - Class in edu.rice.cs.drjava.ui
This class extends a Swing view class.
RecentDocFrame(MainFrame) - Constructor for class edu.rice.cs.drjava.ui.RecentDocFrame
 
RecentFileManager - Class in edu.rice.cs.drjava.ui
Manages a list of the most recently used files to be displayed in the File menu.
RecentFileManager(int, JMenu, RecentFileManager.RecentFileAction, VectorOption<File>) - Constructor for class edu.rice.cs.drjava.ui.RecentFileManager
Creates a new RecentFileManager.
RecentFileManager.RecentFileAction - Interface in edu.rice.cs.drjava.ui
This interface is to be implemented and passed to the manager upon creation.
RecentFileManagerTest - Class in edu.rice.cs.drjava.ui
Test functions of RecentFileManager.
RecentFileManagerTest() - Constructor for class edu.rice.cs.drjava.ui.RecentFileManagerTest
 
record(Throwable) - Static method in class edu.rice.cs.drjava.ui.DrJavaErrorHandler
Record the throwable in the errors list.
RecursiveFileListProperty - Class in edu.rice.cs.drjava.config
Class representing a lazy lists of files that are found recursively inside a start directory.
RecursiveFileListProperty(String, String, String, String, String) - Constructor for class edu.rice.cs.drjava.config.RecursiveFileListProperty
Create an recursive file list property.
RecursiveFileListProperty.FileMaskFilter - Class in edu.rice.cs.drjava.config
 
RecursiveFileListProperty.FileMaskFilter(String) - Constructor for class edu.rice.cs.drjava.config.RecursiveFileListProperty.FileMaskFilter
 
RecursiveFileListProperty.RegexFilter - Class in edu.rice.cs.drjava.config
 
RecursiveFileListProperty.RegexFilter(String) - Constructor for class edu.rice.cs.drjava.config.RecursiveFileListProperty.RegexFilter
 
RecursiveFileListPropertyTest - Class in edu.rice.cs.drjava.config
A JUnit test case class.
RecursiveFileListPropertyTest() - Constructor for class edu.rice.cs.drjava.config.RecursiveFileListPropertyTest
 
recursiveFindLineNumber(int, ReferenceType) - Method in class edu.rice.cs.drjava.model.debug.jpda.PendingRequestManager
Recursively look through all nested types to see if the line number exists.
redo() - Method in class edu.rice.cs.drjava.model.definitions.CompoundUndoManager
Overrides redo so that any compound edit in progress is ended before the redo is performed.
redo() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument.CommandUndoableEdit
 
redo() - Method in class edu.rice.cs.drjava.model.repl.InteractionsDJDocument.CommandUndoableEdit
 
REDO_NAME - Static variable in class edu.rice.cs.drjava.ui.InteractionsController
 
ReducedModelBrace - Class in edu.rice.cs.drjava.model.definitions.reducedmodel
Keeps track of the true braces (i.e., "() {}[]").
ReducedModelBrace(ReducedModelControl) - Constructor for class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelBrace
 
ReducedModelComment - Class in edu.rice.cs.drjava.model.definitions.reducedmodel
Keeps track of newlines, comment blocks, and single and double-quoted strings.
ReducedModelComment() - Constructor for class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelComment
Constructor.
ReducedModelControl - Class in edu.rice.cs.drjava.model.definitions.reducedmodel
This class provides an implementation of the BraceReduction interface for brace matching.
ReducedModelControl() - Constructor for class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelControl
Standard constructor.
ReducedModelDeleteTest - Class in edu.rice.cs.drjava.model.definitions.reducedmodel
Test the delete functionality of the reduced model.
ReducedModelDeleteTest() - Constructor for class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelDeleteTest
 
ReducedModelState - Class in edu.rice.cs.drjava.model.definitions.reducedmodel
Represents the bstract notion of a shadowing state.
ReducedModelState() - Constructor for class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelState
 
ReducedModelStates - Interface in edu.rice.cs.drjava.model.definitions.reducedmodel
This interface contains the various constants used by the reduced model to represent the states of various blocks in the document.
ReducedModelTest - Class in edu.rice.cs.drjava.model.definitions.reducedmodel
Tests insertion and move and other non-delete functionality of the reduced model.
ReducedModelTest() - Constructor for class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelTest
 
ReducedToken - Class in edu.rice.cs.drjava.model.definitions.reducedmodel
The representation of document text in the reduced model.
ReducedToken(ReducedModelState) - Constructor for class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedToken
 
refresh(Highlighter.HighlightPainter) - Method in class edu.rice.cs.util.swing.HighlightManager.HighlightInfo
Refreshes this HighlightInfo object, obtaining a new Highlighter.
refreshActiveDocument() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Makes the active document (in this model) the selection in the documentNavigator and invokes the activedocumentRefreshed method in the global listener on this document.
refreshActiveDocument() - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
refreshActiveDocument() - Method in interface edu.rice.cs.drjava.model.GlobalModel
Re-runs the global listeners on the active document.
refreshActiveDocument() - Method in interface edu.rice.cs.drjava.model.SingleDisplayModel
Invokes the activeDocumentChanged method in the global listener on the argument _activeDocument.
refreshBookmarkHighlightPainter() - Method in class edu.rice.cs.drjava.ui.MainFrame
Sets new painters for existing bookmark highlights.
refreshBreakpointHighlightPainter() - Method in class edu.rice.cs.drjava.ui.MainFrame
Sets up new painters for existing breakpoint highlights.
refreshColor() - Method in class edu.rice.cs.drjava.ui.RecentDocFrame
 
refreshDocument(ItemT, String) - Method in interface edu.rice.cs.util.docnavigation.IDocumentNavigator
Resets a given INavigatorItem in the tree.
refreshDocument(ItemT, String) - Method in class edu.rice.cs.util.docnavigation.JListNavigator
Resets a given INavigatorItem in the tree.
refreshDocument(ItemT, String) - Method in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
Resets a given INavigatorItem in the tree.
refreshFindResultsHighlightPainter(FindResultsPanel, LayeredHighlighter.LayerPainter) - Method in class edu.rice.cs.drjava.ui.MainFrame
Set new painter for existing find results highlights.
refreshScreen() - Method in class edu.rice.cs.drjava.ui.PreviewFrame
 
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.
regionAdded(Breakpoint) - Method in class edu.rice.cs.drjava.ui.DebugPanel.DebugPanelListener
 
regionAdded(Breakpoint) - Method in class edu.rice.cs.drjava.ui.MainFrame.UIDebugListener
 
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.
regionChanged(Breakpoint) - Method in class edu.rice.cs.drjava.ui.DebugPanel.DebugPanelListener
 
regionChanged(Breakpoint) - Method in class edu.rice.cs.drjava.ui.MainFrame.UIDebugListener
 
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.
regionRemoved(Breakpoint) - Method in class edu.rice.cs.drjava.ui.DebugPanel.DebugPanelListener
 
regionRemoved(Breakpoint) - Method in class edu.rice.cs.drjava.ui.MainFrame.UIDebugListener
 
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(MainFrame, String, RegionManager<R>, boolean) - 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.RegionRenderer - Class in edu.rice.cs.drjava.ui
Adds config color support to DefaultTreeCellEditor.
RegionsTreePanel.RegionRenderer() - Constructor for class edu.rice.cs.drjava.ui.RegionsTreePanel.RegionRenderer
 
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.
registerDrJavaFileExtensions() - Method in class edu.rice.cs.drjava.platform.DefaultPlatform
Register .drjava and .djapp file extensions.
registerDrJavaFileExtensions() - Method in interface edu.rice.cs.drjava.platform.PlatformSupport
Register .drjava and .djapp file extensions.
registered(OpenDefinitionsDocument, DCacheAdapter) - Method in interface edu.rice.cs.drjava.model.cache.DocumentCache.RegistrationListener
 
registerJavaFileExtension() - Method in class edu.rice.cs.drjava.platform.DefaultPlatform
Register .java file extension.
registerJavaFileExtension() - Method in interface edu.rice.cs.drjava.platform.PlatformSupport
Register .java file extension.
RELEASED - Static variable in class edu.rice.cs.drjava.ui.DefinitionsPaneTest
 
RELEASED - Static variable in class edu.rice.cs.drjava.ui.InteractionsPaneTest
 
releaseReadLock() - Method in interface edu.rice.cs.util.text.ReadersWritersLocking
Swing-style releaseReadLock().
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 class edu.rice.cs.drjava.model.AbstractGlobalModel.FlatFileGroupingState
 
remAuxFile(File) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ProjectFileGroupingState
Removes File file from _auxFiles list.
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(DefaultOptionMap) - Method in class edu.rice.cs.drjava.config.OptionParser
The destructor for a mapping in the magic-typed hashtable.
remove(int, int) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
remove(BrowserDocumentRegion) - Method in class edu.rice.cs.drjava.model.BrowserHistoryManager
Remove the given DocumentRegion from the manager.
remove() - Method in class edu.rice.cs.drjava.model.cache.DocumentCache.DocManager
Removes this DocManager from the queue and sets status to NOT_IN_QUEUE.
remove(long) - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger.RandomAccessStack
 
remove(int, int) - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
Removes a block of text from the specified location.
remove() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ModelList.ModelIterator
Removes the current item from the list.
remove() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ModelList.Node
Remove the current node.
remove(ModelList.Node<T>) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ModelList
Remove a node from the list.
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.
remove16XML(String) - Method in class edu.rice.cs.util.XMLConfigTest
 
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.
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 within _state.
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.AbstractGlobalModel.ConcreteOpenDefDoc
 
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
removeBusyInterpreter(Interpreter) - Method in class edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM
 
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.JListNavigator
Removes the document from the 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.AbstractGlobalModel.ConcreteOpenDefDoc
 
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 class edu.rice.cs.drjava.model.AbstractGlobalModel.FlatFileGroupingState
 
removeExcludedFile(File) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ProjectFileGroupingState
 
removeExcludedFile(File) - Method in interface edu.rice.cs.drjava.model.FileGroupingState
Remove the specified file from the files excluded from the current project
removeExistingKeyStroke(KeyStroke) - Method in class edu.rice.cs.drjava.ui.KeyBindingManager
 
removeExtension(String) - Static method in class edu.rice.cs.drjava.model.DrJavaFileUtils
 
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.AbstractGlobalModel.ConcreteOpenDefDoc
throws UnsupportedOperationException
removeFromDebugger() - Method in class edu.rice.cs.drjava.model.DefaultGlobalModel.ConcreteOpenDefDoc
Called to indicate the document is being closed, so to remove all related state from the debug manager.
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
removeHTML(String) - Static method in class edu.rice.cs.util.StringOps
Remove HTML tags from the string.
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
 
removeInterpreter(String) - Method in class edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM
 
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.
removeJavaAPI() - Method in class edu.rice.cs.drjava.ui.AutoCompletePopup
 
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(Configuration, OptionListener<T>) - Method in class edu.rice.cs.drjava.config.Option
Magic listener-bag remover
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(ModelList<T>.ModelIterator) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ModelList
 
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.
removeListener() - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputFrame
Remove the listener.
removeMenuBarInOtherFrame(JMenuBar) - Method in class edu.rice.cs.drjava.ui.MainFrame
 
removeMirroredMenu(JMenu) - Method in class edu.rice.cs.drjava.ui.RecentFileManager
Remove a menu that was kept identical to the main File menu.
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.
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.JListNavigator
Unregisters the listener listener
removeNavigationListener(INavigationListener<? super ItemT>) - Method in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
Removes the given listener from observing this navigator.
removeNode(LeafNode<ItemT>) - Method in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
Only takes in nodes that have an INavigatorItem as their object; assumes _model lock is already held.
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.
removeOptionListener(Option<T>, OptionListener<T>) - Method in class edu.rice.cs.drjava.config.ResourceBundleConfiguration
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
removePreviousListeners() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
 
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.AbstractGlobalModel.ConcreteOpenDefDoc
 
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.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.AbstractGlobalModel.ConcreteOpenDefDoc
 
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.
removeUpdate(DocumentEvent) - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputFrame.PredictiveInputListener
 
removeVariable(String) - Method in class edu.rice.cs.drjava.config.PropertyMaps
Remove the variable with the specified name, unshadowing previous definitions of the variable.
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.
rename(File, File) - Static method in class edu.rice.cs.drjava.DrJavaRestart
 
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.AbstractGlobalModel.ConcreteOpenDefDoc
 
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.
repaintContainer() - Method in class edu.rice.cs.drjava.model.definitions.ColoringView
Repaints the container associated with this view, if such container exists.
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 occurrences of the find word with the replace word in the current document of in all documents depending the value of the machine register _searchAllDocuments.
replaceAll(boolean, boolean) - 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 or in the current selection of the current document depending the value of the flag searchAll
replaceAll() - Method in class edu.rice.cs.drjava.model.FindReplaceMachineTest
 
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.
replaceLLException(StackTraceElement[]) - Method in class edu.rice.cs.drjava.model.repl.DefaultInteractionsModel
overides method in InteractionModel.java and changes stackTrace for a throwable if LL files are present
replaceLLException(StackTraceElement[]) - Method in class edu.rice.cs.drjava.model.repl.InteractionsModel
Default behavior set to return what it's given.
replaceStackTrace(StackTraceElement[], List<File>) - Method in class edu.rice.cs.drjava.model.compiler.LanguageLevelStackTraceMapper
Replaces the dj* file names and line numbers in the given stacktrace elements.
replaceStackTraceElement(StackTraceElement, File, TreeMap<Integer, Integer>) - Method in class edu.rice.cs.drjava.model.compiler.LanguageLevelStackTraceMapper
 
replaceStackTraceElement(StackTraceElement, File) - Method in class edu.rice.cs.drjava.model.compiler.LanguageLevelStackTraceMapper
Converts java file and line number to corresponding dj* file name and line number in a given stacktrace element.
replaceStackTraceElement(StackTraceElement, List<File>) - Method in class edu.rice.cs.drjava.model.compiler.LanguageLevelStackTraceMapper
Replaces the dj* file name and line numbers in a given stacktrace element.
replaceString(String, String, String) - Static method in class edu.rice.cs.drjava.ui.DrJavaErrorWindow
Replaces all occurrences of orig in text with repl.
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.InteractionsModelTest.IncompleteInputInteractionsModel
 
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, StackTraceElement[]) - 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 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, StackTraceElement[]) - 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, StackTraceElement[]) - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelTest.IncompleteInputInteractionsModel
 
replThrewException(String) - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelTest.IncompleteInputInteractionsModel
 
replThrewException(String, StackTraceElement[]) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.DummyInteractionsModel
 
replThrewException(String) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.DummyInteractionsModel
 
requestFocusInWindow() - Method in class edu.rice.cs.drjava.ui.FindReplacePanel
Focuses the find/replace dialog in the window, placing the focus on the _findField, and selecting all the text.
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.JListNavigator
Since in the JListNavigator it is impossible to select anything but an INavigatorItem, this method doesn't need to do anything.
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
 
requireSemicolon() - Method in class edu.rice.cs.drjava.model.repl.InteractionsPaneOptions
 
requireVariableType() - Method in class edu.rice.cs.drjava.model.repl.InteractionsPaneOptions
 
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() - Method in class edu.rice.cs.drjava.model.MultiThreadedTestCase.ExceptionHandler
Reset the stored exception and thread.
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.DefinitionsPaneMemoryLeakTest.DocChangeListener
 
reset() - Method in class edu.rice.cs.drjava.ui.GenerateCustomDrJavaJarFrame
Reset the frame.
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.JUnitProgressBar
 
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.NewJavaClassDialog
 
reset() - Method in class edu.rice.cs.drjava.ui.ProjectAdvancedPropertiesFrame
 
reset(Map<OptionParser<?>, String>) - Method in class edu.rice.cs.drjava.ui.ProjectAdvancedPropertiesFrame
 
reset() - Method in class edu.rice.cs.drjava.ui.ProjectPropertiesFrame
 
reset(File) - 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
 
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
 
resetCurrentKeyStrokeMap() - Static method in class edu.rice.cs.drjava.ui.config.VectorKeyStrokeOptionComponent
Reset the current keystroke map to the values in the backup map.
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
 
resetFlags() - Method in class edu.rice.cs.drjava.model.repl.newjvm.NewJVMTest.TestJVMExtension
 
resetFNFCount() - Method in class edu.rice.cs.drjava.ui.MainFrame.ModelListener
 
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, boolean) - Method in class edu.rice.cs.drjava.model.repl.InteractionsModel
Resets the Java interpreter with working directory 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.AbstractGlobalModel.ConcreteOpenDefDoc
Whenever this document has been saved, this method should be called to update its "isModified" information.
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.
resetModification() - Method in class edu.rice.cs.drjava.model.repl.InteractionsDJDocument
Resets the modification state of this document.
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.PanelTreeNode
Tells its panel to reset its displayed value to the currently set value for this component, and tells all of its children to reset their panels.
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.
resetToDefaults() - Method in class edu.rice.cs.drjava.config.ResourceBundleConfiguration
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.InteractionsPane
resets undo manager
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.AbstractGlobalModel.ConcreteOpenDefDoc
 
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
 
resetUndoManager() - Method in class edu.rice.cs.drjava.model.repl.InteractionsDJDocument
Resets the undo manager.
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.
resizeLogos() - Method in class edu.rice.cs.drjava.ui.AboutDialog.LogoList
 
resizeTable() - Method in class edu.rice.cs.drjava.ui.config.VectorOptionComponent
Resizes the display table
RESOURCE_BUNDLE_NAME - Static variable in class edu.rice.cs.drjava.DrJava
Name of the resource bundle that controls whether options are editable or not.
ResourceBundleConfiguration - Class in edu.rice.cs.drjava.config
A configuration in a resource bundle.
ResourceBundleConfiguration(String, FileConfiguration) - Constructor for class edu.rice.cs.drjava.config.ResourceBundleConfiguration
Initializes this Configuration object with the given OptionMap.
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.
restart(boolean) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.DisposedState
 
restart(boolean) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.FreshRunningState
 
restart(boolean) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.FreshState
 
restart(boolean) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.RestartingState
 
restart(boolean) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.RunningState
 
restart(boolean) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.StartingState
 
restart(boolean) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.State
Ensure that the interpreter is stopping or not running, to be started again.
restart(boolean) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.StoppingState
 
restartFollowing() - Method in class edu.rice.cs.drjava.ui.LessPanel
Restart following this file.
restartInterpreterJVM(boolean) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM
Get a "fresh" interpreter JVM.
resultHandler() - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM
Declared as a getter in order to allow subclasses to override the standard behavior.
resultHandler() - Method in class edu.rice.cs.drjava.model.repl.newjvm.NewJVMTest.TestJVMExtension
 
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.
rethrow() - Method in class edu.rice.cs.drjava.model.MultiThreadedTestCase.ExceptionHandler
Rethrow the exception, if one was stored.
returnBuf() - Method in class edu.rice.cs.drjava.model.repl.newjvm.NewJVMTest.TestJVMExtension
 
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
 
ReverseHighlighter.HighlightInfo - Class in edu.rice.cs.drjava.ui
 
ReverseHighlighter.HighlightInfo() - Constructor for class edu.rice.cs.drjava.ui.ReverseHighlighter.HighlightInfo
 
ReverseHighlighter.LayeredHighlightInfo - Class in edu.rice.cs.drjava.ui
LayeredHighlightPainter is used when a drawsLayeredHighlights is true.
ReverseHighlighter.LayeredHighlightInfo() - Constructor for class edu.rice.cs.drjava.ui.ReverseHighlighter.LayeredHighlightInfo
 
ReverseHighlighter.SafeDamager - Class in edu.rice.cs.drjava.ui
This class invokes mapper.damageRange in EventDispatchThread.
ReverseHighlighter.SafeDamager() - Constructor for class edu.rice.cs.drjava.ui.ReverseHighlighter.SafeDamager
 
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.AbstractGlobalModel.ConcreteOpenDefDoc
Reverts current ODD to file content on disk.
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.AbstractGlobalModel.ConcreteOpenDefDoc
Determines if the definitions document has been changed by an outside agent.
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.
REVISION_STRING - Static variable in class edu.rice.cs.drjava.Version
This string will be automatically expanded upon "ant commit.".
RIGHT - Static variable in class edu.rice.cs.drjava.ui.FindReplacePanel
 
RIGHT_MARGIN_COLOR - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Color for the line at the right margin.
RIGHT_MARGIN_COLUMNS - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
After how many columns to draw the right margin.
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
 
RootNode<ItemT extends INavigatorItem> - Class in edu.rice.cs.util.docnavigation
 
RootNode(File) - Constructor for class edu.rice.cs.util.docnavigation.RootNode
 
RootNode(String) - Constructor for class edu.rice.cs.util.docnavigation.RootNode
 
rparen - Variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.BraceTest
 
RT_CONCJUNIT_LOCATION - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
ConcJUnit processed Java Runtime (rt.concjunit.jar) location, or NULL_FILE if not specified.
rule2 - Static variable in class edu.rice.cs.drjava.model.definitions.indent.QuestionPrevLineStartsCommentTest
 
ruleTraceEnabled - Static variable in class edu.rice.cs.drjava.model.definitions.indent.IndentRuleWithTrace
 
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.drjava.ui.ReverseHighlighter.SafeDamager
Executes range(s) damage and cleans range queue.
run() - Method in class edu.rice.cs.util.LogTest.LogTestThread
 
run() - Method in class edu.rice.cs.util.ReaderThread
 
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.RunnableEST
 
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
runApplet(String) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
throws UnsupportedOperationException
runApplet(String) - Method in class edu.rice.cs.drjava.model.DefaultGlobalModel.ConcreteOpenDefDoc
Runs this document as applet in the interactions pane after resetting interactions with the source root for this document as the working directory.
runApplet(String) - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
runApplet(String) - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
Runs this document as applet in the interactions pane.
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, Class<?>) - Static method in class edu.rice.cs.drjava.model.compiler.JavacCompiler
This method performs the "smart run".
runCommand(String, String, String, String, PropertyMaps) - Method in class edu.rice.cs.drjava.ui.ExecuteExternalDialog
Run a command and return an external process panel.
runEST() - Method in class edu.rice.cs.util.RunnableEST
 
runFailed(String) - Method in class edu.rice.cs.drjava.model.junit.JUnitTestRunner
 
runImmediateQuitTest() - Method in class edu.rice.cs.util.newjvm.IntegratedMasterSlaveTest.TestMasterJVM
In util-20020414-0647, if quitSlave were called between the time the slave was invoked and the time it registered, an IllegalStateException was thrown.
runIsolatedDrJavaSession() - Method in class edu.rice.cs.drjava.ui.DefinitionsPaneMemoryLeakTest
 
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
 
runMain(String) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
throws UnsupportedOperationException
runMain(String) - Method in class edu.rice.cs.drjava.model.DefaultGlobalModel.ConcreteOpenDefDoc
Runs the main method in this document in the interactions pane after resetting interactions with the source root for this document as the working directory.
runMain(String) - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
runMain(String) - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
Runs the main method in this document in the interactions pane.
RunnableEST - Class in edu.rice.cs.util
Runnable with extended stack trace.
RunnableEST() - Constructor for class edu.rice.cs.util.RunnableEST
 
RunnableEST.Exception - Exception in edu.rice.cs.util
 
RunnableEST.Exception(String) - Constructor for exception edu.rice.cs.util.RunnableEST.Exception
 
runSmart(String) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
throws UnsupportedOperationException
runSmart(String) - Method in class edu.rice.cs.drjava.model.DefaultGlobalModel.ConcreteOpenDefDoc
Runs this document, and tries to be smart about it.
runSmart(String) - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
runSmart(String) - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
Runs this document, and tries to be smart about it.
runStartCount - Variable in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
runSuite(TestSuite) - Method in class edu.rice.cs.drjava.model.junit.JUnitTestRunner
 
runTestSequence() - Method in class edu.rice.cs.util.newjvm.IntegratedMasterSlaveTest.TestMasterJVM
 
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.

S

safeDamager - Variable in class edu.rice.cs.drjava.ui.ReverseHighlighter
 
safeDamageRange(Position, Position) - Method in class edu.rice.cs.drjava.ui.ReverseHighlighter
Queues damageRange() call into event dispatch thread to be sure that views are in consistent state.
safeDamageRange(int, int) - Method in class edu.rice.cs.drjava.ui.ReverseHighlighter
Queues damageRange() call into event dispatch thread to be sure that views are in consistent state.
safeIndentLine(Indenter.IndentReason) - Method in class edu.rice.cs.drjava.model.definitions.IndentTest
Convenience method that performs _doc._indentLine in the event thread.
safeIndentLines(int, int) - Method in class edu.rice.cs.drjava.model.definitions.IndentTest
Convenience method that performs _doc._indentLines in the event thread.
safeIsSuspended(ThreadReference) - Static method in class edu.rice.cs.drjava.model.debug.jpda.JPDAThreadData
Invoke t.isSuspended() under the protection of a try-catch block
safeJUnitAllWithErrors() - Method in class edu.rice.cs.drjava.model.GlobalModelJUnitTest
Tests that junit all works with test cases that do not pass.
safeJUnitAllWithNoErrors() - Method in class edu.rice.cs.drjava.model.GlobalModelJUnitTest
Tests that junit all works with one or two test cases that should pass.
safeJUnitAllWithNoValidTests() - Method in class edu.rice.cs.drjava.model.GlobalModelJUnitTest
Verifies that we get a nonTestCase event and that opening a single test file enables testing.
safeJUnitStaticInnerClass() - Method in class edu.rice.cs.drjava.model.GlobalModelJUnitTest
Tests that junit all works with one or two test cases that should pass.
safeLoadHistory(GlobalModelTestCase.FileSelector) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase
 
safeSaveHistory(GlobalModelTestCase.FileSelector) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase
 
sanitizeJavadocCustomParams(JFrame, String) - Static method in class edu.rice.cs.drjava.config.ConfigOptionListeners
 
sanitizeMasterJVMArgs(JFrame, String, OptionListener<String>) - Static method in class edu.rice.cs.drjava.config.ConfigOptionListeners
 
sanitizeMasterJVMXMX(JFrame, String) - Static method in class edu.rice.cs.drjava.config.ConfigOptionListeners
 
sanitizeSlaveJVMArgs(JFrame, String, OptionListener<String>) - Static method in class edu.rice.cs.drjava.config.ConfigOptionListeners
 
sanitizeSlaveJVMXMX(JFrame, String) - Static method in class edu.rice.cs.drjava.config.ConfigOptionListeners
 
SavableConfiguration - Class in edu.rice.cs.drjava.config
A Configuration object that can be read and saved from a Stream.
SavableConfiguration(OptionMap) - Constructor for class edu.rice.cs.drjava.config.SavableConfiguration
Creates a new Configuration based on the given OptionMap.
SavableConfigurationTest - Class in edu.rice.cs.drjava.config
JUnit test class for testing SavableConfiguration.
SavableConfigurationTest() - Constructor for class edu.rice.cs.drjava.config.SavableConfigurationTest
 
save(OutputStream) - Method in class edu.rice.cs.util.XMLConfig
Saves configuration to an output stream
save(File) - Method in class edu.rice.cs.util.XMLConfig
Saves configuration to a file.
save(String) - Method in class edu.rice.cs.util.XMLConfig
Saves configuration to a file specified by a file name.
saveAllFiles(FileSaveSelector) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Saves all open files, prompting for names if necessary.
saveAllFiles(FileSaveSelector) - Method in class edu.rice.cs.drjava.model.cache.DocumentCacheTest.TestGlobalModel
 
saveAllFiles(FileSaveSelector) - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
saveAllFiles(FileSaveSelector) - Method in interface edu.rice.cs.drjava.model.GlobalModel
Saves all open documents, prompting when necessary.
saveAllFiles(GlobalModel, FileSaveSelector) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase
 
saveAllFilesHelper(FileSaveSelector) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Called by saveAllFiles in DefaultGlobalModel
saveBeforeCompile() - Method in class edu.rice.cs.drjava.model.compiler.CompilerEventNotifier
Called when files are saved before compiling.
saveBeforeCompile() - Method in interface edu.rice.cs.drjava.model.compiler.CompilerListener
Called to demand that all open source files be saved before compiling.
saveBeforeCompile() - Method in class edu.rice.cs.drjava.model.compiler.DummyCompilerListener
 
saveBeforeCompile() - Method in class edu.rice.cs.drjava.model.DummyGlobalModelListener
Called to demand that all files be saved before compiling.
saveBeforeCompile() - Method in class edu.rice.cs.drjava.model.GlobalEventNotifier
Called to demand that all files be saved before compiling.
saveBeforeCompile() - Method in class edu.rice.cs.drjava.model.GlobalModelJUnitTest.JUnitCompileBeforeTestListener
 
saveBeforeCompile() - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
saveBeforeCompile() - Method in class edu.rice.cs.drjava.ui.MainFrame.ModelListener
 
saveBeforeCompileCount - Variable in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
saveBeforeJavadoc() - Method in class edu.rice.cs.drjava.model.DummyGlobalModelListener
Called to demand that all files be saved before generating Javadoc.
saveBeforeJavadoc() - Method in class edu.rice.cs.drjava.model.GlobalEventNotifier
Called before attempting Javadoc, to give the user a chance to save.
saveBeforeJavadoc() - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
saveBeforeJavadoc() - Method in class edu.rice.cs.drjava.model.javadoc.JavadocEventNotifier
Asks the user if all files should be saved before running javadoc (assuming the proper listener has been installed).
saveBeforeJavadoc() - Method in interface edu.rice.cs.drjava.model.javadoc.JavadocListener
Called to demand that all files be saved before generating Javadoc.
saveBeforeJavadoc() - Method in class edu.rice.cs.drjava.ui.MainFrame.ModelListener
 
saveBeforeJavadocCount - Variable in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
saveConfiguration() - Method in class edu.rice.cs.drjava.config.FileConfiguration
Saves the current settings to the stored properties file.
saveConfiguration(String) - Method in class edu.rice.cs.drjava.config.FileConfiguration
Saves the current settings to the stored properties file.
saveConfiguration() - Method in class edu.rice.cs.drjava.config.ResourceBundleConfiguration
Saves the current settings to the stored properties file.
saveConfiguration(String) - Method in class edu.rice.cs.drjava.config.ResourceBundleConfiguration
Saves the current settings to the stored properties file.
saveConfiguration(OutputStream, String) - Method in class edu.rice.cs.drjava.config.ResourceBundleConfiguration
Used to save the values from this Configuration into the given OutputStream as a Properties file.
saveConfiguration(OutputStream, String) - Method in class edu.rice.cs.drjava.config.SavableConfiguration
Used to save the values from this Configuration into the given OutputStream as a Properties file.
saveConsoleCopy(ConsoleDocument, FileSaveSelector) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
throws UnsupportedOperationException
saveConsoleCopy(ConsoleDocument, FileSaveSelector) - Method in class edu.rice.cs.drjava.model.DefaultGlobalModel
Saves the unedited version of the current history to a file
saveConsoleCopy(ConsoleDocument, FileSaveSelector) - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
saveConsoleCopy(ConsoleDocument, FileSaveSelector) - Method in interface edu.rice.cs.drjava.model.GlobalModel
Save copy of Console or Interactions Pane to text file.
saveCopy(FileSaveSelector) - Method in class edu.rice.cs.util.text.ConsoleDocument
Saves the contents of the document to a file.
saveCount - Variable in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
saveDocInfo(DefinitionsDocument) - Method in interface edu.rice.cs.drjava.model.cache.DDReconstructor
Saves information (like cursor location, highlight, etc.) from the DefinitionsDocument before the cache deletes it so that those pieces of info can be restored when reconstructing the DefinitionsDocument again.
saveFile(FileSaveSelector) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
Saves the document with a FileWriter.
saveFile(FileSaveSelector) - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
saveFile(OpenDefinitionsDocument, FileSaveSelector) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase
Invokes doc.saveFile from within the event thread.
saveFile(FileSaveSelector) - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
Saves the document with a FileWriter.
saveFile(FileOps.FileSaver) - Static method in class edu.rice.cs.util.FileOps
This method writes files correctly; it takes care of catching errors, making backups, and keeping an unsuccessful file save from destroying the old file (unless a backup is made).
saveFileAs(FileSaveSelector) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
Saves the document with a FileWriter.
saveFileAs(FileSaveSelector) - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
saveFileAs(OpenDefinitionsDocument, FileSaveSelector) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase
Invokes doc.saveFileAs from within the event thread.
saveFileAs(FileSaveSelector) - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
Saves the document with a FileWriter.
saveFileCopy(OpenDefinitionsDocument, FileSaveSelector) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase
Invokes doc.saveFileCopy from within the event thread.
saveHistory(FileSaveSelector) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
throws UnsupportedOperationException
saveHistory(FileSaveSelector, String) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
throws UnsupportedOperationException
saveHistory(FileSaveSelector) - Method in class edu.rice.cs.drjava.model.DefaultGlobalModel
Saves the unedited version of the current history to a file
saveHistory(FileSaveSelector, String) - Method in class edu.rice.cs.drjava.model.DefaultGlobalModel
Saves the edited version of the current history to a file
saveHistory(FileSaveSelector) - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
saveHistory(FileSaveSelector, String) - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
saveHistory(FileSaveSelector) - Method in interface edu.rice.cs.drjava.model.GlobalModel
Saves the unedited version of the current history to a file
saveHistory(FileSaveSelector, String) - Method in interface edu.rice.cs.drjava.model.GlobalModel
Saves the edited version of the current history to a file
saveHistory(FileSaveSelector) - Method in class edu.rice.cs.drjava.model.repl.InteractionsDocument
Saves the unedited version of the current history to a file
saveHistory(FileSaveSelector, String) - Method in class edu.rice.cs.drjava.model.repl.InteractionsDocument
Saves the edited version of the current history to a file
saveProject(File, HashMap<OpenDefinitionsDocument, DocumentInfoGetter>) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Writes the project profile augmented by usage info to specified file.
saveProject(File, HashMap<OpenDefinitionsDocument, DocumentInfoGetter>) - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
saveProject(File, HashMap<OpenDefinitionsDocument, DocumentInfoGetter>) - Method in interface edu.rice.cs.drjava.model.GlobalModel
Writes the project file to disk
saveProject() - Method in class edu.rice.cs.drjava.ui.MainFrame
 
saveRecentFiles() - Method in class edu.rice.cs.drjava.ui.RecentFileManager
Saves the current list of files to the config object.
saveSettings() - Method in class edu.rice.cs.drjava.ui.config.ConfigFrame
Write the configured option values to disk.
saveSettings() - Method in class edu.rice.cs.drjava.ui.ProjectPropertiesFrame
Caches the settings in the global model
saveTo(OutputStream) - Method in interface edu.rice.cs.util.FileOps.FileSaver
This method actually writes info to a file.
saveToFile(int, File) - Static method in class edu.rice.cs.drjava.ui.ExecuteExternalDialog
Save process to file.
saveUntitled() - Method in class edu.rice.cs.drjava.model.compiler.CompilerEventNotifier
Called when files are saved before compiling.
saveUntitled() - Method in interface edu.rice.cs.drjava.model.compiler.CompilerListener
Called to demand that the active document, which is untitled, be saved before compiling.
saveUntitled() - Method in class edu.rice.cs.drjava.model.compiler.DummyCompilerListener
 
saveUntitled() - Method in class edu.rice.cs.drjava.model.DummyGlobalModelListener
 
saveUntitled() - Method in class edu.rice.cs.drjava.model.GlobalEventNotifier
Called to demand that the active document, which is untitled, is saved before compiling.
saveUntitled() - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
saveUntitled() - Method in class edu.rice.cs.drjava.ui.MainFrame.ModelListener
Saves the active document which is untitled.
sbIdHashCodes - Variable in class edu.rice.cs.drjava.ui.DefinitionsPaneMemoryLeakTest
 
scroll - Variable in class edu.rice.cs.drjava.project.ProjectFileParser.DocFilePropertyVisitor
 
SCROLL_UNIT - Static variable in class edu.rice.cs.drjava.ui.AbstractDJPane
 
ScrollableDialog - Class in edu.rice.cs.util.swing
Manages a JDialog with a scrollable text area and a button panel.
ScrollableDialog(JFrame, String, String, String) - Constructor for class edu.rice.cs.util.swing.ScrollableDialog
Creates a new ScrollableDialog with the default width and height.
ScrollableDialog(JFrame, String, String, String, int, int) - Constructor for class edu.rice.cs.util.swing.ScrollableDialog
Creates a new ScrollableDialog.
ScrollableDialog(JFrame, String, String, String, boolean) - Constructor for class edu.rice.cs.util.swing.ScrollableDialog
Creates a new ScrollableDialog with the default width and height.
ScrollableDialog(JFrame, String, String, String, int, int, boolean) - Constructor for class edu.rice.cs.util.swing.ScrollableDialog
Creates a new ScrollableDialog.
ScrollableListDialog<T> - Class in edu.rice.cs.util.swing
The ScrollableListDialog is a popup dialog with a message and a scrollable list of items.
ScrollableListDialog(Frame, String, String, List<T>, List<T>, int, int, int, Icon, boolean, List<JButton>, List<JComponent>, boolean) - Constructor for class edu.rice.cs.util.swing.ScrollableListDialog
Creates a new ScrollableListDialog with the given title, leader text, items, message type, width, height, and icon.
ScrollableListDialog.Builder<T> - Class in edu.rice.cs.util.swing
Factory design pattern.
ScrollableListDialog.Builder() - Constructor for class edu.rice.cs.util.swing.ScrollableListDialog.Builder
 
ScrollableListDialogTest - Class in edu.rice.cs.util.swing
A JUnit test case class that tests ScrollableListDialog.
ScrollableListDialogTest() - Constructor for class edu.rice.cs.util.swing.ScrollableListDialogTest
 
ScrollableListSelectionDialog - Class in edu.rice.cs.util.swing
The ScrollableListSelectionDialog is a popup dialog with a message and a scrollable list of items.
ScrollableListSelectionDialog(Frame, String, String, Collection<?>, String) - Constructor for class edu.rice.cs.util.swing.ScrollableListSelectionDialog
Creates a new ScrollableListSelectionDialog with the given title, leader text, and items.
ScrollableListSelectionDialog(Frame, String, String, Collection<?>, String, ScrollableListSelectionDialog.SelectionState, int) - Constructor for class edu.rice.cs.util.swing.ScrollableListSelectionDialog
Creates a new ScrollableListSelectionDialog with the given title, leader text, items, and message type.
ScrollableListSelectionDialog(Frame, String, String, Collection<?>, String, ScrollableListSelectionDialog.SelectionState, int, int, int, Icon) - Constructor for class edu.rice.cs.util.swing.ScrollableListSelectionDialog
Creates a new ScrollableListSelectionDialog with the given title, leader text, items, message type, width, height, and icon.
ScrollableListSelectionDialog(Frame, String, String, Collection<?>, String, ScrollableListSelectionDialog.SelectionState, int, int, int, Icon, boolean) - Constructor for class edu.rice.cs.util.swing.ScrollableListSelectionDialog
Creates a new ScrollableListSelectionDialog with the given title, leader text, items, message type, width, height, and icon.
ScrollableListSelectionDialog.SelectAllNoneActionListener - Class in edu.rice.cs.util.swing
An ActionListener that handles the "Select All" and "Select None" buttons.
ScrollableListSelectionDialog.SelectAllNoneActionListener(ScrollableListSelectionDialog.SelectionState) - Constructor for class edu.rice.cs.util.swing.ScrollableListSelectionDialog.SelectAllNoneActionListener
Creates a new SelectAllNoneActionListener that will set the state of every item to the given state.
ScrollableListSelectionDialog.SelectionState - Enum in edu.rice.cs.util.swing
A enumeration of the various selection states.
ScrollableListSelectionDialog.SelectionState() - Constructor for enum edu.rice.cs.util.swing.ScrollableListSelectionDialog.SelectionState
 
ScrollableListSelectionDialogTest - Class in edu.rice.cs.util.swing
A JUnit test case class that tests ScrollableListSelectionDialog.
ScrollableListSelectionDialogTest() - Constructor for class edu.rice.cs.util.swing.ScrollableListSelectionDialogTest
 
scrollPathToVisible(TreePath) - Method in class edu.rice.cs.drjava.ui.RegionsTreePanel.DefaultState
 
scrollPathToVisible(TreePath) - Method in interface edu.rice.cs.drjava.ui.RegionsTreePanel.IChangeState
 
scrollToCaret() - Method in class edu.rice.cs.drjava.model.repl.InteractionsModel
 
scrollToDocumentAndOffset(OpenDefinitionsDocument, int, boolean) - Method in class edu.rice.cs.drjava.ui.MainFrame
Called when a specific document and offset should be displayed.
scrollToDocumentAndOffset(OpenDefinitionsDocument, int, boolean, boolean) - Method in class edu.rice.cs.drjava.ui.MainFrame
Called when a specific document and offset should be displayed.
scrollToSource(DebugStackData) - Method in interface edu.rice.cs.drjava.model.debug.Debugger
Scrolls to the source indicated by the given DebugStackData
scrollToSource(Breakpoint) - Method in interface edu.rice.cs.drjava.model.debug.Debugger
Scrolls to the source indicated by the given Breakpoint
scrollToSource(DebugStackData) - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Scrolls to the source location specified by the the debug stack data.
scrollToSource(Breakpoint) - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Scrolls to the source of the given breakpoint.
scrollToSource(Breakpoint, boolean) - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Scrolls to the source of the given breakpoint.
scrollToSource(Location) - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Scroll to the location specified by location Assumes lock on this is already held
scrollToSource(Location, boolean) - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Scroll to the location specified by location.
scrollToSource(DebugStackData) - Method in class edu.rice.cs.drjava.model.debug.NoDebuggerAvailable
Scrolls to the source indicated by the given DebugStackData
scrollToSource(Breakpoint) - Method in class edu.rice.cs.drjava.model.debug.NoDebuggerAvailable
Scrolls to the source indicated by the given Breakpoint
search(GlobalModel) - Static method in class edu.rice.cs.drjava.model.JarJDKToolsLibrary
Produce a list of tools libraries discovered on the file system.
searchForJDKDescriptors() - Static method in class edu.rice.cs.drjava.model.JarJDKToolsLibrary
Search for JDK descriptors.
searchRootsForJars(LinkedHashMap<File, Set<JDKDescriptor>>, LinkedHashMap<File, Set<JDKDescriptor>>) - Static method in class edu.rice.cs.drjava.model.JarJDKToolsLibrary
 
select - Variable in class edu.rice.cs.drjava.project.ProjectFileParser.DocFilePropertyVisitor
 
select(int, int) - Method in class edu.rice.cs.drjava.ui.DefinitionsPane
This method overrides a broken version in JTextComponent.
selectDocument(ItemT) - Method in interface edu.rice.cs.util.docnavigation.IDocumentNavigator
Sets the active document as specified.
selectDocument(ItemT) - Method in class edu.rice.cs.util.docnavigation.JListNavigator
Sets the specified document as selected in the navigator.
selectDocument(ItemT) - Method in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
Sets the specified document to be active (current).
selectDocumentAt(int, int) - Method in interface edu.rice.cs.util.docnavigation.IDocumentNavigator
Selects the document at the x,y coordinates of the navigator pane and makes it the active document.
selectDocumentAt(int, int) - Method in class edu.rice.cs.util.docnavigation.JListNavigator
Selects the document at the x,y coordinate of the navigator pane and sets it to be the currently active document.
selectDocumentAt(int, int) - Method in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
Selects the document at the x,y coordinate of the navigator pane and installs it as the active document.
selectedItems - Variable in class edu.rice.cs.util.swing.ScrollableListSelectionDialog
The selected items in the table.
selectedItems() - Method in class edu.rice.cs.util.swing.ScrollableListSelectionDialog
Returns the string representation of those items that are currently selected.
selectionCache - Variable in class edu.rice.cs.util.swing.CheckBoxJList
 
selectItem(DJError) - Method in class edu.rice.cs.drjava.ui.ErrorPanel.ErrorListPane
Selects the given error inside the error list pane.
selectItem(DJError) - Method in class edu.rice.cs.drjava.ui.JUnitPanel.JUnitErrorListPane
Overrides selectItem in ErrorListPane to update the current _error selected and enabling the _showStackTraceButton.
selectNothing() - Method in class edu.rice.cs.drjava.ui.ErrorPanel.ErrorListPane
Don't select any errors in the error pane.
selectRegion(R) - Method in class edu.rice.cs.drjava.ui.RegionsTreePanel
Select a region in this panel.
selectStrategy() - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputFrame
Select the strategy for matching.
selectToEndAction - Variable in class edu.rice.cs.drjava.ui.AbstractConsoleController
Selects to the end of the current input line.
selectToPromptPosAction - Variable in class edu.rice.cs.drjava.ui.AbstractConsoleController
Selects to the current prompt.
SEList - Class in edu.rice.cs.util.sexp
 
SEList() - Constructor for class edu.rice.cs.util.sexp.SEList
 
SEListVisitor<Ret> - Interface in edu.rice.cs.util.sexp
The usual generically typed visitor for functional lists.
SEPARATOR - Static variable in class edu.rice.cs.util.StringOps
 
SEPS - Static variable in class edu.rice.cs.drjava.ui.config.ConfigDescriptions
 
SEPS - Variable in class edu.rice.cs.drjava.ui.config.ConfigFrame
 
set(String, String) - Method in class edu.rice.cs.util.XMLConfig
Set the value of the node or attribute specified by the DOM path.
set(String, String, boolean) - Method in class edu.rice.cs.util.XMLConfig
Set the value of the node or attribute specified by the DOM path.
set(String, String, Node, boolean) - Method in class edu.rice.cs.util.XMLConfig
Set the value of the node or attribute specified by the DOM path.
setAction(Action) - Method in class edu.rice.cs.drjava.ui.KeyBindingManager.KeyStrokeData
 
setActionsDisabled() - Method in class edu.rice.cs.drjava.ui.InteractionsScriptController
Disables navigation actions
setActionsEnabled() - Method in class edu.rice.cs.drjava.ui.InteractionsScriptController
Sets the navigation actions to be enabled, if appropriate.
setActive(boolean) - Method in class edu.rice.cs.drjava.project.DocFile
 
setActiveCompiler(CompilerInterface) - Method in interface edu.rice.cs.drjava.model.compiler.CompilerModel
Sets which compiler is the "active" compiler.
setActiveCompiler(CompilerInterface) - Method in class edu.rice.cs.drjava.model.compiler.DefaultCompilerModel
Sets which compiler is the "active" compiler.
setActiveDocument(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Sets the currently active document by updating the selection model.
setActiveDocument(OpenDefinitionsDocument) - Method in interface edu.rice.cs.drjava.model.SingleDisplayModel
Sets the currently active document by updating the selection model.
setActiveFirstDocument() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Selects the first document as the active document.
setActiveFirstDocument() - Method in interface edu.rice.cs.drjava.model.SingleDisplayModel
 
setActiveInterpreter(String) - Method in class edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM
Sets the current interpreter to be the one specified by the given name
setActiveInterpreter(String) - Method in interface edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVMRemoteI
Sets the current interpreter to be the one specified by the given name
setActiveInterpreter(String) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM
Sets the current interpreter to the one specified by name.
setActiveInterpreter(String, String) - Method in class edu.rice.cs.drjava.model.repl.RMIInteractionsModel
Sets the active interpreter.
setActiveNextDocument() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Sets the active document to be the next one in the collection.
setActiveNextDocument() - Method in interface edu.rice.cs.drjava.model.SingleDisplayModel
Sets the active document to be the next one in the list.
setActivePreviousDocument() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Sets the active document to be the previous one in the collection.
setActivePreviousDocument() - Method in interface edu.rice.cs.drjava.model.SingleDisplayModel
Sets the active document to be the previous one in the list.
setAllowAssertions(boolean) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM
Sets whether the remote JVM will run "assert" statements after the next restart.
setAllowKeyEvents(boolean) - Method in class edu.rice.cs.drjava.ui.MainFrame
 
setAttribute(String, String) - Method in class edu.rice.cs.drjava.config.DrJavaProperty
Set an attribute's value.
setAttributes(HashMap<String, String>, Lambda<String, String>) - Method in class edu.rice.cs.drjava.config.DrJavaProperty
Set all attribute values.
setAutomaticTraceButtonText() - Method in class edu.rice.cs.drjava.ui.DebugPanel
Sets the AutomaticTraceButton text as well as the Automatic Trace check box menu item under Debugger based on whether automatic trace is enabled or not
setAutomaticTraceEnabled(boolean) - Method in interface edu.rice.cs.drjava.model.debug.Debugger
Enables or disables automatic trace.
setAutomaticTraceEnabled(boolean) - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Enables or disables automatic trace.
setAutomaticTraceEnabled(boolean) - Method in class edu.rice.cs.drjava.model.debug.NoDebuggerAvailable
Enables automatic trace
setAutomaticTraceMenuItemStatus() - Method in class edu.rice.cs.drjava.ui.MainFrame
 
setAutomaticUpdates(boolean) - Method in class edu.rice.cs.drjava.model.DefaultLightWeightParsingControl
Start or stop automatic updates.
setAutomaticUpdates(boolean) - Method in interface edu.rice.cs.drjava.model.LightWeightParsingControl
Start or stop automatic updates.
setAutoRefreshStatus(boolean) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.FlatFileGroupingState
 
setAutoRefreshStatus(boolean) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ProjectFileGroupingState
 
setAutoRefreshStatus(boolean) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Sets autofresh status of the project
setAutoRefreshStatus(boolean) - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
setAutoRefreshStatus(boolean) - Method in interface edu.rice.cs.drjava.model.FileGroupingState
 
setAutoRefreshStatus(boolean) - Method in interface edu.rice.cs.drjava.model.GlobalModel
Sets autorefresh status of the project
setAutoRefreshStatus(boolean) - Method in interface edu.rice.cs.drjava.project.ProjectFileIR
 
setAutoRefreshStatus(boolean) - Method in class edu.rice.cs.drjava.project.ProjectProfile
 
setAuxiliaryFiles(List<DocFile>) - Method in interface edu.rice.cs.drjava.project.ProjectFileIR
 
setAuxiliaryFiles(List<DocFile>) - Method in class edu.rice.cs.drjava.project.ProjectProfile
 
setBackground(Color) - Method in class edu.rice.cs.drjava.ui.RegionsTreePanel.RegionTree
 
setBackground(Color) - Method in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
Sets the background color of this tree
setBanner(String) - Method in class edu.rice.cs.drjava.model.repl.InteractionsDocument
Sets the banner in an empty docuemnt.
setBaseDir(File) - Method in class edu.rice.cs.drjava.ui.config.VectorAbsRelFileOptionComponent
Sets the directory where the chooser will start if no file is selected.
setBaseDir(File) - Method in class edu.rice.cs.drjava.ui.config.VectorFileOptionComponent
Sets the directory where the chooser will start if no file is selected.
setBeep(Runnable) - Method in class edu.rice.cs.drjava.ui.InteractionsPane
Sets this pane's beep to be a different runnable object.
setBeep(Runnable) - Method in class edu.rice.cs.util.text.ConsoleDocument
Sets a runnable action to use as a beep.
setBlockOffset(int) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.AbstractReducedModel
Change the offset into the current ReducedToken.
setBlockOffset(int) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.TokenList.Iterator
 
setBoldFonts(int, Graphics) - Method in class edu.rice.cs.drjava.model.repl.InteractionsDJDocument
Attempts to set the font on the graphics context based upon the styles held in the styles list.
setBookmarks(List<? extends FileRegion>) - Method in interface edu.rice.cs.drjava.project.ProjectFileIR
 
setBookmarks(List<? extends FileRegion>) - Method in class edu.rice.cs.drjava.project.ProjectProfile
 
setBreakpoint(Breakpoint) - Method in interface edu.rice.cs.drjava.model.debug.Debugger
Sets a breakpoint.
setBreakpoint(Breakpoint) - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Sets a breakpoint.
setBreakpoint(Breakpoint) - Method in class edu.rice.cs.drjava.model.debug.NoDebuggerAvailable
Sets a breakpoint.
setBreakpoints(List<? extends DebugBreakpointData>) - Method in interface edu.rice.cs.drjava.project.ProjectFileIR
 
setBreakpoints(List<? extends DebugBreakpointData>) - Method in class edu.rice.cs.drjava.project.ProjectProfile
 
setBuildDirectory(File) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.FlatFileGroupingState
 
setBuildDirectory(File) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ProjectFileGroupingState
 
setBuildDirectory(File) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Sets the class with the project's main method.
setBuildDirectory(File) - Method in class edu.rice.cs.drjava.model.DefaultGlobalModel
Sets the build directory for a project.
setBuildDirectory(File) - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
setBuildDirectory(File) - Method in interface edu.rice.cs.drjava.model.FileGroupingState
Sets the current build directory.
setBuildDirectory(File) - Method in interface edu.rice.cs.drjava.model.GlobalModel
Sets the current build directory.
setBuildDirectory(File) - Method in interface edu.rice.cs.drjava.project.ProjectFileIR
 
setBuildDirectory(File) - Method in class edu.rice.cs.drjava.project.ProjectProfile
 
setButton(JButton) - Static method in class edu.rice.cs.drjava.ui.DrJavaErrorHandler
Sets the button to show.
setCachedClassFile(File) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
setCachedClassFile(File) - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
setCachedClassFile(File) - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
 
setCacheSize(int) - Method in class edu.rice.cs.drjava.model.cache.DocumentCache
Changes the number of unmodified documents allowed in the cache at one time.
setCaretPos(int) - Method in class edu.rice.cs.drjava.ui.AbstractDJPane
A length checked version of setCaretPosition(int pos) that ensures pos is within the DJDocument.
setCharacterAttributes(int, int, AttributeSet, boolean) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
setCharacterAttributes(int, int, AttributeSet, boolean) - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
setClassFileInSync(boolean) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
setClassFileInSync(boolean) - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
setClassFileInSync(boolean) - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
 
setClassPathChanged(boolean) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Updates the classpath state.
setClassPaths(Iterable<? extends AbsRelFile>) - Method in interface edu.rice.cs.drjava.project.ProjectFileIR
 
setClassPaths(Iterable<? extends AbsRelFile>) - Method in class edu.rice.cs.drjava.project.ProjectProfile
 
setCollapsed(boolean) - Method in class edu.rice.cs.util.docnavigation.InnerNode
 
setCollapsedPaths(List<String>) - Method in interface edu.rice.cs.drjava.project.ProjectFileIR
 
setCollapsedPaths(List<String>) - Method in class edu.rice.cs.drjava.project.ProjectProfile
 
setColoring(int, Graphics) - Method in class edu.rice.cs.drjava.model.repl.InteractionsDJDocument
Attempts to set the coloring on the graphics based upon the content of the styles list returns false if the point is not in the list.
setCompilationInProgress() - Method in class edu.rice.cs.drjava.ui.CompilerErrorPanel.CompilerErrorListPane
Puts the error pane into "compilation in progress" state.
setCompilationInProgress() - Method in class edu.rice.cs.drjava.ui.CompilerErrorPanel
Called when compilation begins.
setComponent(C) - Method in class edu.rice.cs.drjava.ui.config.OptionComponent
Set the JComponent to display for this OptionComponent.
setComponent(JComponent) - Method in class edu.rice.cs.drjava.ui.config.ToolbarOptionComponent
Set the JComponent to display for this OptionComponent.
setConfigSetting(Option<T>, T) - Method in class edu.rice.cs.drjava.DrJavaTestCase
 
setCreateJarFile(File) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.FlatFileGroupingState
 
setCreateJarFile(File) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ProjectFileGroupingState
 
setCreateJarFile(File) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Sets the create jar file of the project.
setCreateJarFile(File) - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
setCreateJarFile(File) - Method in interface edu.rice.cs.drjava.model.FileGroupingState
Sets the create jar file of the project.
setCreateJarFile(File) - Method in interface edu.rice.cs.drjava.model.GlobalModel
Sets the create jar file of the project.
setCreateJarFile(File) - Method in interface edu.rice.cs.drjava.project.ProjectFileIR
 
setCreateJarFile(File) - Method in class edu.rice.cs.drjava.project.ProjectProfile
 
setCreateJarFlags(int) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.FlatFileGroupingState
 
setCreateJarFlags(int) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ProjectFileGroupingState
 
setCreateJarFlags(int) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Sets the create jar flags of the project.
setCreateJarFlags(int) - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
setCreateJarFlags(int) - Method in interface edu.rice.cs.drjava.model.FileGroupingState
Sets the create jar flags of the project.
setCreateJarFlags(int) - Method in interface edu.rice.cs.drjava.model.GlobalModel
Sets the create jar flags of the project.
setCreateJarFlags(int) - Method in interface edu.rice.cs.drjava.project.ProjectFileIR
 
setCreateJarFlags(int) - Method in class edu.rice.cs.drjava.project.ProjectProfile
 
setCurrentItem(T) - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputFrame
Set the currently selected item.
setCurrentItem(T) - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel
Set currently selected item.
setCurrentLocation(int) - Method in class edu.rice.cs.drjava.model.AbstractDJDocument
Change the current location of the document.
setCurrentLocation(int) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
Forwarding method to sync the definitions with whatever view component is representing them.
setCurrentLocation(int) - Method in interface edu.rice.cs.drjava.model.DJDocument
Change the current location of the document
setCurrentLocation(int) - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
setCurrentThread(DebugThreadData) - Method in interface edu.rice.cs.drjava.model.debug.Debugger
Sets the current thread we are debugging to the thread referenced by d.
setCurrentThread(DebugThreadData) - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Sets the notion of current thread to the one contained in threadData.
setCurrentThread(ThreadReference) - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Sets the debugger's currently active thread.
setCurrentThread(DebugThreadData) - Method in class edu.rice.cs.drjava.model.debug.NoDebuggerAvailable
Sets the current thread which is being debugged to the thread referenced by d.
setCustomManifest(String) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.FlatFileGroupingState
 
setCustomManifest(String) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ProjectFileGroupingState
 
setCustomManifest(String) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
 
setCustomManifest(String) - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
setCustomManifest(String) - Method in interface edu.rice.cs.drjava.model.FileGroupingState
Sets the custom manifest on the project
setCustomManifest(String) - Method in interface edu.rice.cs.drjava.model.GlobalModel
 
setCustomManifest(String) - Method in interface edu.rice.cs.drjava.project.ProjectFileIR
Mutator for custom manifest.
setCustomManifest(String) - Method in class edu.rice.cs.drjava.project.ProjectProfile
Mutator for manifest attribute.
setData(File) - Method in class edu.rice.cs.util.docnavigation.FileNode
 
setData(T) - Method in class edu.rice.cs.util.docnavigation.InnerNode
 
setData(ItemT) - Method in class edu.rice.cs.util.docnavigation.LeafNode
 
setData(File) - Method in class edu.rice.cs.util.docnavigation.RootNode
 
setData(String) - Method in class edu.rice.cs.util.docnavigation.StringNode
 
setDebugModel(DebugModelCallback) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM
Provides an object to listen to debug-related events.
setDebugPort(int) - Method in class edu.rice.cs.drjava.model.repl.InteractionsModel
Sets the port number to use for debugging the interactions JVM.
setDefinitionsIndent(int) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Set the indent tab size for all definitions documents.
setDelegatee(Action) - Method in class edu.rice.cs.util.swing.DelegatingAction
 
setDescription(String) - Method in class edu.rice.cs.drjava.ui.config.BooleanOptionComponent
Sets the tooltip description text for this option.
setDescription(String) - Method in class edu.rice.cs.drjava.ui.config.ButtonComponent
Sets the tooltip description text for this option.
setDescription(String) - Method in class edu.rice.cs.drjava.ui.config.ColorOptionComponent
Sets the tooltip description text for this option.
setDescription(String) - Method in class edu.rice.cs.drjava.ui.config.DirectoryOptionComponent
Sets the tooltip description text for this option.
setDescription(String) - Method in class edu.rice.cs.drjava.ui.config.FileOptionComponent
Sets the tooltip description text for this option.
setDescription(String) - Method in class edu.rice.cs.drjava.ui.config.FontOptionComponent
Sets the tooltip description text for this option.
setDescription(String) - Method in class edu.rice.cs.drjava.ui.config.ForcedChoiceOptionComponent
Sets the tooltip description text for this option.
setDescription(String) - Method in class edu.rice.cs.drjava.ui.config.IntegerOptionComponent
Sets the tooltip description text for this option.
setDescription(String) - Method in class edu.rice.cs.drjava.ui.config.KeyStrokeOptionComponent
Sets the tooltip description text for this option.
setDescription(String) - Method in class edu.rice.cs.drjava.ui.config.LabelComponent
 
setDescription(String) - Method in class edu.rice.cs.drjava.ui.config.OptionComponent
Sets the detailed description text for all components in this OptionComponent.
setDescription(String) - Method in class edu.rice.cs.drjava.ui.config.StringOptionComponent
Sets the tooltip description text for this option.
setDescription(String) - Method in class edu.rice.cs.drjava.ui.config.ToolbarOptionComponent
Sets the tooltip description text for this option.
setDescription(String) - Method in class edu.rice.cs.drjava.ui.config.VectorOptionComponent
Sets the tooltip description text for this option.
setDisplayed(boolean) - Method in class edu.rice.cs.drjava.ui.TabbedPanel
Sets whether the tab is displayed.
setDisplayInFrame(boolean) - Method in class edu.rice.cs.drjava.ui.DetachedFrame
Set whether the the tabbed pane is displayed in this frame.
setDisplayManager(DisplayManager<? super ItemT>) - Method in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
Sets the display manager that is used to select icons for the leaves of the tree.
setDistToEnclosingBrace(int) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.IndentInfo
 
setDistToEnclosingBraceStart(int) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.IndentInfo
 
setDistToLineEnclosingBrace(int) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.IndentInfo
 
setDistToLineEnclosingBraceStart(int) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.IndentInfo
 
setDistToStart(int) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.IndentInfo
 
setDocStyle(String, AttributeSet) - Method in class edu.rice.cs.util.text.SwingDocument
Adds the given AttributeSet as a style with the given name.
setDocText(AbstractDJDocument, String) - Static method in class edu.rice.cs.drjava.DrJavaTestCase
Clears the text of the _doc field and sets it to the given string.
setDocument(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.FindReplaceMachine
 
setDocument(Document) - Method in class edu.rice.cs.drjava.ui.DefinitionsPane
Override JEditorPane's setDocument to make sure only the Document in our final OpenDefinitionsDocument can be used.
setDocumentNavigator(IDocumentNavigator<OpenDefinitionsDocument>) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
 
setDocumentNavigator(IDocumentNavigator<OpenDefinitionsDocument>) - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
setDocumentNavigator(IDocumentNavigator<OpenDefinitionsDocument>) - Method in interface edu.rice.cs.drjava.model.GlobalModel
 
setDrawsLayeredHighlights(boolean) - Method in class edu.rice.cs.drjava.ui.ReverseHighlighter
If true, highlights are drawn as the Views draw the text.
setDrJavaVersion(String) - Method in interface edu.rice.cs.drjava.project.ProjectFileIR
Sets the version of DrJava that built this project.
setDrJavaVersion(String) - Method in class edu.rice.cs.drjava.project.ProjectProfile
 
setEditCondition(DocumentEditCondition) - Method in class edu.rice.cs.util.text.ConsoleDocument
Provides an object which can determine whether an insert or remove edit should be applied, based on the inputs.
setEditCondition(DocumentEditCondition) - Method in interface edu.rice.cs.util.text.EditDocumentInterface
Provides an object which can determine whether an insert or remove edit should be applied, based on the inputs.
setEditCondition(DocumentEditCondition) - Method in class edu.rice.cs.util.text.SwingDocument
Provides an object which can determine whether an insert or remove edit should be applied, based on the inputs.
setEditedEntry(String) - Method in class edu.rice.cs.drjava.model.repl.History
Sets the edited entry to the given value.
setEditorKit(DefinitionsEditorKit) - Static method in class edu.rice.cs.drjava.ui.DefinitionsPane
Sets the editor kit that will be used by all DefinitionsPanes.
setEnabled(boolean) - Method in interface edu.rice.cs.drjava.model.debug.Breakpoint
Enable/disable the breakpoint.
setEnabled(boolean) - Method in class edu.rice.cs.drjava.model.debug.jpda.DebugAction
Enable/disable the breakpoint.
setEnabled(boolean) - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDABreakpoint
Enable/disable the breakpoint.
setEnabled(boolean) - Method in class edu.rice.cs.drjava.ui.NewJavaClassDialog
 
setEnabled(boolean) - Method in class edu.rice.cs.util.Log
Sets whether this log is enabled.
setEnabled(boolean) - Method in class edu.rice.cs.util.swing.DelegatingAction
 
setEnabled(boolean) - Method in class edu.rice.cs.util.swing.DirectorySelectorComponent
 
setEnabled(boolean) - Method in class edu.rice.cs.util.swing.FileSelectorComponent
 
setEnabled(boolean) - Method in class edu.rice.cs.util.swing.FileSelectorStringComponent
 
setEnclosingBraceType(String) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.IndentInfo
 
setEndOfStream(boolean) - Method in class edu.rice.cs.drjava.ui.InteractionsController.InputBox
Setter for end of stream flag.
setEndOfStream(boolean) - Method in class edu.rice.cs.drjava.ui.InteractionsController
Sets the end of stream flag.
setEnforceAllAccess(boolean) - Method in class edu.rice.cs.drjava.model.repl.InteractionsPaneOptions
 
setEnforceAllAccess(boolean) - Method in class edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM
Check that all access of class members is permitted by accessibility controls.
setEnforceAllAccess(boolean) - Method in interface edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVMRemoteI
Check that all access of class members is permitted by accessibility controls.
setEnforceAllAccess(boolean) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM
Sets the interpreter to enforce access to all members.
setEnforceAllAccess(boolean) - Method in class edu.rice.cs.drjava.model.repl.RMIInteractionsModel
Sets whether or not the interpreter should enforce access to all members.
setEnforceAllAccess(boolean) - Method in class edu.rice.cs.drjava.model.repl.SimpleInteractionsModel
Sets whether or not the interpreter should enforce access to all members.
setEnforcePrivateAccess(boolean) - Method in class edu.rice.cs.drjava.model.repl.InteractionsPaneOptions
 
setEnforcePrivateAccess(boolean) - Method in class edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM
Check that access of private class members is permitted (irrelevant if setEnforceAllAccess() is set to true).
setEnforcePrivateAccess(boolean) - Method in interface edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVMRemoteI
Check that access of private class members is permitted (irrelevant if setEnforceAllAccess() is set to true).
setEnforcePrivateAccess(boolean) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM
Sets the interpreter to enforce access to private members.
setEnforcePrivateAccess(boolean) - Method in class edu.rice.cs.drjava.model.repl.RMIInteractionsModel
Sets whether or not the interpreter should enforce access to private members.
setEnforcePrivateAccess(boolean) - Method in class edu.rice.cs.drjava.model.repl.SimpleInteractionsModel
Sets whether or not the interpreter should enforce access to private members.
setEntireColumn(boolean) - Method in class edu.rice.cs.drjava.ui.config.BooleanOptionComponent
Whether the component should occupy the entire column.
setEntireColumn(boolean) - Method in class edu.rice.cs.drjava.ui.config.OptionComponent
Whether the component should occupy the entire column.
setErrorListPane(ErrorPanel.ErrorListPane) - Method in class edu.rice.cs.drjava.ui.ErrorPanel
 
setExcludedFiles(File[]) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.FlatFileGroupingState
 
setExcludedFiles(File[]) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ProjectFileGroupingState
 
setExcludedFiles(File[]) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Sets the array of files excluded from the current project
setExcludedFiles(File[]) - Method in interface edu.rice.cs.drjava.model.FileGroupingState
Sets the array of files excluded from the current project
setExcludedFiles(File[]) - Method in interface edu.rice.cs.drjava.model.SingleDisplayModel
Sets the array of files excluded from the current project
setExcludedFiles(List<DocFile>) - Method in interface edu.rice.cs.drjava.project.ProjectFileIR
 
setExcludedFiles(List<DocFile>) - Method in class edu.rice.cs.drjava.project.ProjectProfile
 
setExtraClassPath(Iterable<AbsRelFile>) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.FlatFileGroupingState
 
setExtraClassPath(Iterable<AbsRelFile>) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ProjectFileGroupingState
 
setExtraClassPath(Iterable<AbsRelFile>) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Sets the set of classpath entries to use as the projects set of classpath entries.
setExtraClassPath(Iterable<AbsRelFile>) - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
setExtraClassPath(Iterable<AbsRelFile>) - Method in interface edu.rice.cs.drjava.model.FileGroupingState
Sets the list of project-specific classpath entries.
setExtraClassPath(Iterable<AbsRelFile>) - Method in interface edu.rice.cs.drjava.model.GlobalModel
Sets the set of classpath entries to use as the projects set of classpath entries.
setFieldFont(Font) - Method in class edu.rice.cs.drjava.ui.FindReplacePanel
Sets the font of the find and replace fields to f.
setFile(File) - Method in class edu.rice.cs.drjava.config.MutableFileProperty
Set the value of this property.
setFile(File) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
Sets the file for this openDefinitionsDocument.
setFile(File) - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
setFile(File) - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
Sets this document's file
setFile(File) - Method in class edu.rice.cs.drjava.model.TestDocGetter.TestOpenDoc
 
setFileField(File) - Method in class edu.rice.cs.util.swing.DirectorySelectorComponent
Sets the text of the file field to be the given file.
setFileField(File) - Method in class edu.rice.cs.util.swing.FileSelectorComponent
Sets the text of the file field to be the given file.
setFileField(File) - Method in class edu.rice.cs.util.swing.FileSelectorStringComponent
Sets the text of the file field to be the given file.
setFileFilter(FileFilter) - Method in class edu.rice.cs.drjava.ui.config.FileOptionComponent
Set the file filter for this file option component
setFileFilter(FileFilter) - Method in class edu.rice.cs.drjava.ui.config.VectorAbsRelFileOptionComponent
Set the file filter for this vector option component.
setFileFilter(FileFilter) - Method in class edu.rice.cs.util.swing.FileSelectorComponent
Sets the file filter to use.
setFileGroupingState(FileGroupingState) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
 
setFindAnyOccurrence() - Method in class edu.rice.cs.drjava.model.FindReplaceMachine
 
setFindWord(String) - Method in class edu.rice.cs.drjava.model.FindReplaceMachine
Change the word being sought.
setFirstDoc(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.FindReplaceMachine
 
setFitToScreen(boolean) - Method in class edu.rice.cs.util.swing.ScrollableListDialog.Builder
 
setForceTestSuffix(boolean) - Method in class edu.rice.cs.drjava.model.junit.DefaultJUnitModel
 
setForceTestSuffix(boolean) - Method in interface edu.rice.cs.drjava.model.junit.JUnitModel
set the forceTestSuffix flag that forces class names in projects to end in "Test
setForeground(Color) - Method in class edu.rice.cs.drjava.ui.RegionsTreePanel.RegionTree
 
setForeground(Color) - Method in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
Sets the foreground color of this JTree
setFormattingForState(Graphics, int) - Method in class edu.rice.cs.drjava.model.definitions.ColoringGlyphPainter
Given a particular state, assign it a color.
setFormattingForState(Graphics, int) - Method in class edu.rice.cs.drjava.model.definitions.ColoringView
Given a particular state, assign it a color.
setFrame(JFrame) - Static method in class edu.rice.cs.drjava.ui.DrJavaErrorWindow
Sets the parent frame.
setFrameState(PredictiveInputFrame.FrameState) - Method in class edu.rice.cs.drjava.ui.AutoCompletePopup
Sets state of the frame, i.e.
setFrameState(String) - Method in class edu.rice.cs.drjava.ui.AutoCompletePopup
Sets state of the frame, i.e.
setFrameState(ClipboardHistoryFrame.FrameState) - Method in class edu.rice.cs.drjava.ui.ClipboardHistoryFrame
Sets state of the frame, i.e.
setFrameState(String) - Method in class edu.rice.cs.drjava.ui.ClipboardHistoryFrame
Sets state of the frame, i.e.
setFrameState(DetachedFrame.FrameState) - Method in class edu.rice.cs.drjava.ui.DetachedFrame
Sets state of the frame, i.e.
setFrameState(String) - Method in class edu.rice.cs.drjava.ui.DetachedFrame
Sets state of the frame, i.e.
setFrameState(EditExternalDialog.FrameState) - Method in class edu.rice.cs.drjava.ui.EditExternalDialog
Sets state of the frame, i.e.
setFrameState(String) - Method in class edu.rice.cs.drjava.ui.EditExternalDialog
Sets state of the frame, i.e.
setFrameState(ExecuteExternalDialog.FrameState) - Method in class edu.rice.cs.drjava.ui.ExecuteExternalDialog
Sets state of the frame, i.e.
setFrameState(String) - Method in class edu.rice.cs.drjava.ui.ExecuteExternalDialog
Sets state of the frame, i.e.
setFrameState(JarOptionsDialog.FrameState) - Method in class edu.rice.cs.drjava.ui.JarOptionsDialog
Sets state of the frame, i.e.
setFrameState(String) - Method in class edu.rice.cs.drjava.ui.JarOptionsDialog
Sets state of the frame, i.e.
setFrameState(PredictiveInputFrame.FrameState) - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputFrame
Sets state of the frame, i.e.
setFrameState(String) - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputFrame
Sets state of the frame, i.e.
setHasPrompt(boolean) - Method in class edu.rice.cs.drjava.model.repl.InteractionsDJDocument
Sets the _hasPrompt property.
setHasPrompt(boolean) - Method in class edu.rice.cs.util.text.ConsoleDocument
 
setHasPrompt(boolean) - Method in interface edu.rice.cs.util.text.ConsoleDocumentInterface
Setter for the _hasPrompt property.
setHeight(int) - Method in class edu.rice.cs.util.swing.ScrollableListDialog.Builder
 
setHighlightTag(Object) - Method in class edu.rice.cs.util.swing.HighlightManager.HighlightInfo
Set the highlight tag for later access to the highlight as it is stored in the components highlighter.
setIcon(Icon) - Method in class edu.rice.cs.util.swing.ScrollableListDialog.Builder
 
setIgnoreCommentsAndStrings(boolean) - Method in class edu.rice.cs.drjava.model.FindReplaceMachine
 
setIgnoreTestCases(boolean) - Method in class edu.rice.cs.drjava.model.FindReplaceMachine
 
setImage(Image) - Method in class edu.rice.cs.drjava.ui.PreviewFrame.PagePreview
Updates the image of this PagePreview.
setIndent(int) - Method in class edu.rice.cs.drjava.model.AbstractDJDocument
Set the indent to a particular number of spaces.
setIndent(int) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
setIndent(int) - Method in interface edu.rice.cs.drjava.model.DJDocument
Sets the indent to a particular number of spaces.
setIndent(int) - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
setInitialHScroll(int) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
setInitialSelEnd(int) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
setInitialSelStart(int) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
setInitialVScroll(int) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
setInProgress(boolean) - Method in class edu.rice.cs.drjava.model.repl.InteractionsDocument
Lets this document know whether an interaction is in progress.
setInputCompletionCommand(Runnable) - Method in class edu.rice.cs.drjava.ui.InteractionsController.InputBox
Specifies what to do when the or keys are hit.
setInputListener(InputListener) - Method in class edu.rice.cs.drjava.model.repl.InteractionsModel
Sets the listener for any type of single-source input event.
setInputListener(InputListener) - Method in interface edu.rice.cs.drjava.model.repl.InteractionsModelCallback
Sets the listener for any type of single-source input event.
setInputListener(InputListener) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.DummyInteractionsModel
 
setInputStream(InputStream) - Method in class edu.rice.cs.util.StreamRedirectThread
Set a new input stream.
setInteractionsModel(InteractionsModelCallback) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM
Provides an object to listen to interactions-related events.
setItems(boolean, Collection<T>) - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputFrame
Set the items.
setItems(boolean, T...) - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputFrame
Set the items.
setItems(Collection<T>) - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel
Sets the list.
setItems(T...) - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel
Sets the list
setItems(PredictiveInputModel<T>) - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel
Sets the list.
setItems(List<T>) - Method in class edu.rice.cs.util.swing.ScrollableListDialog.Builder
 
setJavadocEnded(boolean) - Method in class edu.rice.cs.drjava.ui.JavadocErrorPanel.JavadocErrorListPane
 
setJavadocInProgress() - Method in class edu.rice.cs.drjava.ui.JavadocErrorPanel.JavadocErrorListPane
Puts the error pane into "compilation in progress" state.
setJavadocInProgress() - Method in class edu.rice.cs.drjava.ui.JavadocErrorPanel
Called when work begins.
setJMenuItem(JMenuItem) - Method in class edu.rice.cs.drjava.ui.KeyBindingManager.KeyStrokeData
 
setJUnitInProgress() - Method in class edu.rice.cs.drjava.ui.JUnitPanel.JUnitErrorListPane
Puts the error pane into "junit in progress" state.
setJUnitInProgress() - Method in class edu.rice.cs.drjava.ui.JUnitPanel
called when work begins
setJUnitModel(JUnitModelCallback) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM
Provides an object to listen to test-related events.
setKeyStrokes(Vector<KeyStroke>) - Method in class edu.rice.cs.drjava.ui.KeyBindingManager.KeyStrokeData
 
setKeywords(Set<String>) - Method in class edu.rice.cs.drjava.model.AbstractDJDocument
Set the specified keywords as keywords for syntax highlighting.
setKeywords(Set<String>) - Method in interface edu.rice.cs.drjava.model.cache.DCacheAdapter
Set the specified keywords as keywords for syntax highlighting.
setKeywords(Set<String>) - Method in class edu.rice.cs.drjava.model.cache.DocumentCache.DocManager
Set the specified keywords as keywords for syntax highlighting.
setLastAdded(DefaultMutableTreeNode) - Method in class edu.rice.cs.drjava.ui.RegionsTreePanel.DefaultState
 
setLastAdded(DefaultMutableTreeNode) - Method in interface edu.rice.cs.drjava.ui.RegionsTreePanel.IChangeState
 
setLastFindWord() - Method in class edu.rice.cs.drjava.model.FindReplaceMachine
 
setLastModified(long) - Method in class edu.rice.cs.util.FileOps.NullFile
 
setLineEnclosingBraceType(String) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.IndentInfo
 
setLineNumber(int) - Method in class edu.rice.cs.drjava.model.DJError
Sets the line number.
setList(ArrayList<String>) - Static method in class edu.rice.cs.drjava.config.OptionConstants.COMPILER_PREFERENCE_CONTROL
 
setListFont(Font) - Method in class edu.rice.cs.drjava.ui.ErrorPanel
Changes the font of the error list.
setLogicalStyle(int, Style) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
setLogicalStyle(int, Style) - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
setMainClass(String) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.FlatFileGroupingState
 
setMainClass(String) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ProjectFileGroupingState
 
setMainClass(String) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Sets the class with the project's main method.
setMainClass(String) - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
setMainClass(String) - Method in interface edu.rice.cs.drjava.model.FileGroupingState
Sets the name of the class that has the main method of the project (Note: should point to the sourcefile of the document, not the class file)
setMainClass(String) - Method in interface edu.rice.cs.drjava.model.GlobalModel
Sets the main file of the project.
setMainClass(String) - Method in interface edu.rice.cs.drjava.project.ProjectFileIR
 
setMainClass(String) - Method in class edu.rice.cs.drjava.project.ProjectProfile
 
setMainClass(String) - Method in class edu.rice.cs.util.jar.ManifestWriter
Set the main class of the Manifest
setMainFrame(MainFrame) - Method in class edu.rice.cs.drjava.ui.KeyBindingManager
 
setMainThread(Thread) - Method in class edu.rice.cs.drjava.model.MultiThreadedTestCase.ExceptionHandler
Set the thread that spawns the other threads.
setManifestContents(String) - Method in class edu.rice.cs.util.jar.ManifestWriter
 
setMask(String) - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputFrame
Set the mask in the text field.
setMask(String) - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel
Set the current mask.
setMatchCase(boolean) - Method in class edu.rice.cs.drjava.model.FindReplaceMachine
 
setMatchWholeWord() - Method in class edu.rice.cs.drjava.model.FindReplaceMachine
 
setMaximum(int) - Method in interface edu.rice.cs.util.swing.IAsyncProgress
 
setMaximumSize(int) - Method in class edu.rice.cs.drjava.model.BrowserHistoryManager
Set the maximum number of regions that can be stored in this manager.
setMaxSize(int) - Method in class edu.rice.cs.drjava.model.repl.History
Changes the maximum number of interactions remembered by this History.
setMessageType(int) - Method in class edu.rice.cs.util.swing.ScrollableListDialog.Builder
 
setMinimum(int) - Method in interface edu.rice.cs.util.swing.IAsyncProgress
 
setMnemonic(AbstractButton, int) - Method in class edu.rice.cs.drjava.platform.DefaultPlatform
Set the keyboard mnemonic for the component in a way that is consistent with the current platform.
setMnemonic(AbstractButton, char) - Method in class edu.rice.cs.drjava.platform.DefaultPlatform
Set the keyboard mnemonic for the component in a way that is consistent with the current platform.
setMnemonic(ButtonModel, int) - Method in class edu.rice.cs.drjava.platform.DefaultPlatform
Set the keyboard mnemonic for the component in a way that is consistent with the current platform.
setMnemonic(AbstractButton, int) - Method in interface edu.rice.cs.drjava.platform.PlatformSupport
Set the keyboard mnemonic for the component in a way that is consistent with the current platform.
setMnemonic(AbstractButton, char) - Method in interface edu.rice.cs.drjava.platform.PlatformSupport
Set the keyboard mnemonic for the component in a way that is consistent with the current platform.
setMnemonic(ButtonModel, int) - Method in interface edu.rice.cs.drjava.platform.PlatformSupport
Set the keyboard mnemonic for the component in a way that is consistent with the current platform.
setMnemonicAt(JTabbedPane, int, int) - Method in class edu.rice.cs.drjava.platform.DefaultPlatform
Set the keyboard mnemonic for the component in a way that is consistent with the current platform.
setMnemonicAt(JTabbedPane, int, int) - Method in interface edu.rice.cs.drjava.platform.PlatformSupport
Set the keyboard mnemonic for the component in a way that is consistent with the current platform.
setModel(boolean, PredictiveInputModel<T>) - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputFrame
Set the predictive input model.
setName(String) - Method in class edu.rice.cs.drjava.model.debug.DebugWatchData
Sets a new name for this field or variable.
setName(String) - Method in class edu.rice.cs.drjava.ui.KeyBindingManager.KeyStrokeData
 
setName(String) - Method in class edu.rice.cs.util.docnavigation.DummyINavigatorItem
 
setNextChangeModelInitiated(boolean) - Method in interface edu.rice.cs.util.docnavigation.IDocumentNavigator
Marks the next selection change as model-initiated (true) or user-initiated (false; default).
setNextChangeModelInitiated(boolean) - Method in class edu.rice.cs.util.docnavigation.JListNavigator
Marks the next selection change as model-initiated (true) or user-initiated (false; default).
setNextChangeModelInitiated(boolean) - Method in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
Marks the next selection change as model-initiated (true) or user-initiated (false; default).
setNextPaneAction(Action) - Method in class edu.rice.cs.drjava.ui.AbstractConsoleController
 
setNote(String) - Method in interface edu.rice.cs.util.swing.IAsyncProgress
 
setNoType() - Method in class edu.rice.cs.drjava.model.debug.DebugWatchData
Called to indicate that this watch has no type in the current scope.
setNoValue() - Method in class edu.rice.cs.drjava.model.debug.DebugWatchData
Called to indicate that this watch has no value in the current scope.
setNumCompilerErrors(int) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
throws UnsupportedOperationException
setNumCompilerErrors(int) - Method in class edu.rice.cs.drjava.model.DefaultGlobalModel
 
setNumCompilerErrors(int) - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
setNumCompilerErrors(int) - Method in interface edu.rice.cs.drjava.model.GlobalModel
Sets the number of compiler errors produced by the last compilation.
setOpenDefDoc(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
Sets the OpenDefinitionsDocument that holds this DefinitionsDocument (the odd can only be set once).
setOption(Option<T>, T) - Method in class edu.rice.cs.drjava.config.DefaultOptionMap
 
setOption(OptionParser<T>) - Method in class edu.rice.cs.drjava.config.DefaultOptionMap
 
setOption(Option<T>, T) - Method in interface edu.rice.cs.drjava.config.OptionMap
 
setOption(DefaultOptionMap, T) - Method in class edu.rice.cs.drjava.config.OptionParser
The mutator for the magic-typed hashtable stunt.
setOption(VectorOption<KeyStroke>) - Method in class edu.rice.cs.drjava.ui.KeyBindingManager.KeyStrokeData
 
setOwner(Component) - Method in class edu.rice.cs.util.swing.DirectoryChooser
Set the owner of this DirectoryChooser.
setOwner(Frame) - Method in class edu.rice.cs.util.swing.ScrollableListDialog.Builder
 
setOwnerEnabled(boolean) - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputFrame
Enable or disable owner.
setPackage(String) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
Sets the cached _packageName for the preceding method.
setPackage(String) - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
setPackage(String) - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
Sets the cached package name returned by getPackageName();
setPackage(String) - Method in class edu.rice.cs.drjava.project.DocFile
 
setPackageScope(String) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM
Sets the Interpreter to be in the given package.
setPageFormat(PageFormat) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
 
setPageFormat(PageFormat) - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
setPageFormat(PageFormat) - Method in interface edu.rice.cs.drjava.model.GlobalModel
 
setParagraphAttributes(int, int, AttributeSet, boolean) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
setParagraphAttributes(int, int, AttributeSet, boolean) - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
setParentContainerEnabled(boolean) - Method in class edu.rice.cs.drjava.ui.MainFrame.DJAsyncTaskLauncher
 
setParentContainerEnabled(boolean) - Method in class edu.rice.cs.util.swing.AsyncTaskLauncher
Sets the enabled state of the parent component.
setParentDirectory(File) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
Sets the parent directory of the document only if it is "Untitled"
setPopupLoc(Window) - Method in class edu.rice.cs.drjava.ui.MainFrame
Wrapper for setPopupLoc(Window, Component) that uses the window's owner as the owner to center the popup on.
setPopupLoc(Window, Component) - Static method in class edu.rice.cs.util.swing.Utilities
Determines the location of the popup using a simple, uniform protocol.
setPosition(int) - Method in class edu.rice.cs.drjava.model.FindReplaceMachine
 
setPositionAndScroll(int) - Method in class edu.rice.cs.drjava.ui.DefinitionsPane
Set the caret position and also scroll to make sure the location is visible.
setPreferencesStoredInProject(Map<OptionParser<?>, String>) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.FlatFileGroupingState
 
setPreferencesStoredInProject(Map<OptionParser<?>, String>) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ProjectFileGroupingState
 
setPreferencesStoredInProject(Map<OptionParser<?>, String>) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
 
setPreferencesStoredInProject(Map<OptionParser<?>, String>) - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
setPreferencesStoredInProject(Map<OptionParser<?>, String>) - Method in interface edu.rice.cs.drjava.model.FileGroupingState
 
setPreferencesStoredInProject(Map<OptionParser<?>, String>) - Method in interface edu.rice.cs.drjava.model.GlobalModel
Set the preferences stored in the project.
setPreferencesStoredInProject(Map<OptionParser<?>, String>) - Method in interface edu.rice.cs.drjava.project.ProjectFileIR
 
setPreferencesStoredInProject(Map<OptionParser<?>, String>) - Method in class edu.rice.cs.drjava.project.ProjectProfile
 
setPreferencesStoredInProject(Map<OptionParser<?>, String>) - Method in class edu.rice.cs.drjava.ui.ProjectAdvancedPropertiesFrame
 
setPrevPaneAction(Action) - Method in class edu.rice.cs.drjava.ui.AbstractConsoleController
 
setProgress(int) - Method in interface edu.rice.cs.util.swing.IAsyncProgress
 
setProjectChanged(boolean) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.FlatFileGroupingState
 
setProjectChanged(boolean) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ProjectFileGroupingState
 
setProjectChanged(boolean) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Notifies the project state that the project has been changed.
setProjectChanged(boolean) - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
setProjectChanged(boolean) - Method in interface edu.rice.cs.drjava.model.FileGroupingState
Sets that the project state is no longer a snapshot of the open project.
setProjectChanged(boolean) - Method in interface edu.rice.cs.drjava.model.GlobalModel
Notifies the project state that the project has been changed.
setProjectFile(File) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.FlatFileGroupingState
 
setProjectFile(File) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ProjectFileGroupingState
Sets project file to specifed value; used in "Save Project As ..." command in MainFrame.
setProjectFile(File) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Sets project file to specifed value; used in "Save Project As ..." command in MainFrame.
setProjectFile(File) - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
setProjectFile(File) - Method in interface edu.rice.cs.drjava.model.FileGroupingState
Sets project file to specifed value; used in "Save Project As ..." command in MainFrame.
setProjectFile(File) - Method in interface edu.rice.cs.drjava.model.GlobalModel
Sets project file to specifed value; used in "Save Project As ..." command in MainFrame.
setProjectRoot(File) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.FlatFileGroupingState
 
setProjectRoot(File) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ProjectFileGroupingState
 
setProjectRoot(File) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Sets the class with the project's main method.
setProjectRoot(File) - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
setProjectRoot(File) - Method in interface edu.rice.cs.drjava.model.FileGroupingState
Sets the current project root.
setProjectRoot(File) - Method in interface edu.rice.cs.drjava.model.GlobalModel
Sets the source root for the project.
setProjectRoot(File) - Method in interface edu.rice.cs.drjava.project.ProjectFileIR
 
setProjectRoot(File) - Method in class edu.rice.cs.drjava.project.ProjectProfile
Assumes that root.getParentFile != null
setPrompt(String) - Method in class edu.rice.cs.util.text.ConsoleDocument
Sets the string to use for the prompt.
setPromptPos(int) - Method in class edu.rice.cs.util.text.ConsoleDocument
Sets the prompt position.
setPropertiesFile(String) - Static method in class edu.rice.cs.drjava.DrJava
Switches the config object to use a custom config file.
setProperty(String, DrJavaProperty) - Method in class edu.rice.cs.drjava.config.PropertyMaps
Add a property.
setReadOnly() - Method in class edu.rice.cs.util.FileOps.NullFile
 
setReplaceWord(String) - Method in class edu.rice.cs.drjava.model.FindReplaceMachine
Change the replacing word.
setRequireSemicolon(boolean) - Method in class edu.rice.cs.drjava.model.repl.InteractionsPaneOptions
 
setRequireSemicolon(boolean) - Method in class edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM
Require a semicolon at the end of statements.
setRequireSemicolon(boolean) - Method in interface edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVMRemoteI
Require a semicolon at the end of statements.
setRequireSemicolon(boolean) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM
Require a semicolon at the end of statements.
setRequireSemicolon(boolean) - Method in class edu.rice.cs.drjava.model.repl.RMIInteractionsModel
Require a semicolon at the end of statements.
setRequireSemicolon(boolean) - Method in class edu.rice.cs.drjava.model.repl.SimpleInteractionsModel
Require a semicolon at the end of statements.
setRequireVariableType(boolean) - Method in class edu.rice.cs.drjava.model.repl.InteractionsPaneOptions
 
setRequireVariableType(boolean) - Method in class edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM
Require variable declarations to include an explicit type.
setRequireVariableType(boolean) - Method in interface edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVMRemoteI
Require variable declarations to include an explicit type.
setRequireVariableType(boolean) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM
Require variable declarations to include an explicit type.
setRequireVariableType(boolean) - Method in class edu.rice.cs.drjava.model.repl.RMIInteractionsModel
Require variable declarations to include an explicit type.
setRequireVariableType(boolean) - Method in class edu.rice.cs.drjava.model.repl.SimpleInteractionsModel
Require variable declarations to include an explicit type.
setResetAfterCompile(boolean) - Method in class edu.rice.cs.drjava.model.DefaultGlobalModel
Sets whether or not the Interactions JVM will be reset after a compilation succeeds.
setRoot(File) - Method in class edu.rice.cs.util.swing.FileChooser
 
setRootIcon(Icon) - Method in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
Sets the icon to be displayed at the root of the tree
setRows(int, int) - Method in class edu.rice.cs.drjava.ui.config.VectorOptionComponent
Set the minimum and maximum number of rows to display before using a scrollbar, or 0 for arbitrarily many.
setRuleTraceEnabled(boolean) - Static method in class edu.rice.cs.drjava.model.definitions.indent.IndentRuleWithTrace
 
setSavedModDate(long) - Method in class edu.rice.cs.drjava.project.DocFile
Sets lastModified for this file to the time the including project file was saved.
setScroll(Pair<Integer, Integer>) - Method in class edu.rice.cs.drjava.project.DocFile
 
setScroll(int, int) - Method in class edu.rice.cs.drjava.project.DocFile
 
setScrollPane(JScrollPane) - Method in class edu.rice.cs.drjava.ui.DefinitionsPane
 
setSearchAllDocuments(boolean) - Method in class edu.rice.cs.drjava.model.FindReplaceMachine
 
setSearchBackwards(boolean) - Method in class edu.rice.cs.drjava.model.FindReplaceMachine
 
setSearchBackwards(boolean) - Method in class edu.rice.cs.drjava.ui.FindReplacePanel
 
setSearchSelectionOnly(boolean) - Method in class edu.rice.cs.drjava.model.FindReplaceMachine
 
setSelectable(boolean) - Method in class edu.rice.cs.util.swing.ScrollableListDialog.Builder
 
setSelectedItem(String) - Method in class edu.rice.cs.util.swing.FontChooser.NwList
 
setSelectedItems(List<T>) - Method in class edu.rice.cs.util.swing.ScrollableListDialog.Builder
 
setSelection(MovingDocumentRegion) - Method in class edu.rice.cs.drjava.model.FindReplaceMachine
Set the selected text region.
setSelection(Pair<Integer, Integer>) - Method in class edu.rice.cs.drjava.project.DocFile
 
setSelection(int, int) - Method in class edu.rice.cs.drjava.project.DocFile
 
setSetting(Option<T>, T) - Method in class edu.rice.cs.drjava.config.Configuration
Sets the given option to the given value and notifies all listeners of that option of the change.
setSetting(Option<T>, T) - Method in class edu.rice.cs.drjava.config.ResourceBundleConfiguration
Sets the given option to the given value and notifies all listeners of that option of the change.
setShouldCheckConflict(boolean) - Method in class edu.rice.cs.drjava.ui.KeyBindingManager
 
setSize(int, int) - Method in class edu.rice.cs.drjava.ui.DefinitionsPane
 
setSourceFiles(List<DocFile>) - Method in interface edu.rice.cs.drjava.project.ProjectFileIR
 
setSourceFiles(List<DocFile>) - Method in class edu.rice.cs.drjava.project.ProjectProfile
 
setStackTrace(StackTraceElement[]) - Method in class edu.rice.cs.drjava.model.junit.JUnitError
Set the array of stack trace elements.
setStartupClassPath(String) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM
Sets the class path to use for starting the interpreter JVM.
setState(ReducedModelState) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedToken
Set the shadowing state of the token.
setState(BalancingStreamTokenizer.State) - Method in class edu.rice.cs.util.BalancingStreamTokenizer
Set the stream tokenizer the the state specified.
setStatusMessage(String) - Method in class edu.rice.cs.drjava.ui.MainFrame
Changes the message text toward the right of the status bar
setStatusMessageColor(Color) - Method in class edu.rice.cs.drjava.ui.MainFrame
Sets the color of the text in the status bar message
setStatusMessageFont(Font) - Method in class edu.rice.cs.drjava.ui.MainFrame
Sets the font of the status bar message
setStatusText(String) - Method in class edu.rice.cs.drjava.ui.DebugPanel
 
setStopFlag() - Method in class edu.rice.cs.util.StreamRedirectThread
Tell the thread to stop copying.
setStrategy(PredictiveInputModel.MatchingStrategy<T>) - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel
Sets the strategy
setString(OptionParser<T>, String) - Method in class edu.rice.cs.drjava.config.DefaultOptionMap
 
setString(OptionParser<T>, String) - Method in interface edu.rice.cs.drjava.config.OptionMap
 
setString(DefaultOptionMap, String) - Method in class edu.rice.cs.drjava.config.OptionParser
Uses parse() and setOption() so that any changes in parsing will automatically be applied to setString().
setSuggestedDir(File) - Method in class edu.rice.cs.drjava.ui.JavadocDialog
Sets the suggested destination directory for Javadoc generation.
setSyntaxErrorStrings(String, String) - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelTest.BadSyntaxInteractionsModel
 
setTab(int, int) - Method in class edu.rice.cs.drjava.model.AbstractDJDocument
Inserts the number of blanks specified as the whitespace prefix for the line identified by pos.
setTab(String, int) - Method in class edu.rice.cs.drjava.model.AbstractDJDocument
Inserts the string specified by tab at the beginning of the line identified by pos.
setText(String) - Method in class edu.rice.cs.util.swing.FileSelectorStringComponent
Sets the string in the text field.
setText(String) - Method in class edu.rice.cs.util.swing.ScrollableListDialog.Builder
 
setTextFont(Font) - Method in class edu.rice.cs.util.swing.ScrollableDialog
Sets the font for the text area in this dialog.
setTitle(String) - Method in class edu.rice.cs.util.swing.ScrollableListDialog.Builder
 
setTo(ModelList<T>.ModelIterator) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ModelList.ModelIterator
Force "this" iterator to take the values of "that".
setTo(TokenList.Iterator) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.TokenList.Iterator
 
setToDefaultInterpreter() - Method in class edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM
Sets the default interpreter to be active.
setToDefaultInterpreter() - Method in interface edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVMRemoteI
Sets the default interpreter to be active.
setToDefaultInterpreter() - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM
Sets the default interpreter to be the current one.
setToDefaultInterpreter() - Method in class edu.rice.cs.drjava.model.repl.RMIInteractionsModel
Sets the default interpreter to be the current one.
setToolTipText(Thunk<String>) - Method in class edu.rice.cs.drjava.ui.RegionsTreePanel.RegionRenderer
Alternative version of setToolTipText that accepts a thunk.
setToolTipText(String) - Method in class edu.rice.cs.util.swing.DirectorySelectorComponent
 
setToolTipText(String) - Method in class edu.rice.cs.util.swing.FileSelectorComponent
 
setToolTipText(String) - Method in class edu.rice.cs.util.swing.FileSelectorStringComponent
 
setType(String) - Method in class edu.rice.cs.drjava.model.debug.DebugWatchData
Sets the most recently determined type of this field or variable.
setType(String) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.Brace
Reset the type of this brace.
setType(String) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.Gap
Blows up.
setType(String) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedToken
Set the type of the token
setTypeNotLoaded() - Method in class edu.rice.cs.drjava.model.debug.DebugWatchData
Called to indicate that this watch's type has not been loaded.
setUp() - Method in class edu.rice.cs.drjava.CommandLineTest
 
setup() - Static method in class edu.rice.cs.drjava.config.DrJavaPropertySetup
 
setUp() - Method in class edu.rice.cs.drjava.config.DrJavaPropertySetupTest
 
setUp() - Method in class edu.rice.cs.drjava.config.SavableConfigurationTest
 
setUp() - Method in class edu.rice.cs.drjava.config.VectorOptionTest
 
setUp() - Method in class edu.rice.cs.drjava.DrJavaTestCase
Set up for every test.
setUp() - Method in class edu.rice.cs.drjava.model.cache.DocumentCacheTest
 
setUp() - Method in class edu.rice.cs.drjava.model.debug.DebugTestCase
Sets up the debugger for each test.
setUp() - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugTestCase
 
setUp() - Method in class edu.rice.cs.drjava.model.definitions.CommentTest
Resents configuration settings and sets up the indent level so that we can predict the correct behavior for indenting.
setUp() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
Create a definitions document to work with.
setUp() - Method in class edu.rice.cs.drjava.model.definitions.indent.IndentRulesTestCase
Sets up the test environment.
setUp() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionInsideCommentTest
 
setUp() - Method in class edu.rice.cs.drjava.model.definitions.IndentTest
Sets up the member bindings common to all tests.
setUp() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.BackSlashTest
Initializes the reduced models used in the tests.
setUp() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.BraceInfoTest
 
setUp() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.BraceReductionTestCase
Sets up the reduced model controls before each test.
setUp() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.BraceTest
Set up Braces for testing.
setUp() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.MixedQuoteTest
Initializes the reduced models used in the tests.
setUp() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ModelListTest
 
setUp() - Method in class edu.rice.cs.drjava.model.DocumentRegionTest
Initializes the document for the tests.
setUp() - Method in class edu.rice.cs.drjava.model.EventNotifierTest
 
setUp() - Method in class edu.rice.cs.drjava.model.FindReplaceMachineTest
Initializes the document for the tests.
setUp() - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase
Setup for each test case, which does the following.
setUp() - Method in class edu.rice.cs.drjava.model.MultiThreadedTestCase
Initialize test state to not failed.
setUp() - Method in class edu.rice.cs.drjava.model.print.DrJavaBookTest
 
setUp() - Method in class edu.rice.cs.drjava.model.repl.HistoryTest
Initialize fields for each test.
setUp() - Method in class edu.rice.cs.drjava.model.repl.InteractionsDJDocumentTest
Initialize fields for each test.
setUp() - Method in class edu.rice.cs.drjava.model.repl.InteractionsDocumentTest
Initialize fields for each test.
setUp() - Method in class edu.rice.cs.drjava.model.repl.JavaInterpreterTest
The setup method run before each test.
setUp() - Method in class edu.rice.cs.drjava.project.ProjectTest
 
setUp() - Method in class edu.rice.cs.drjava.ui.config.BooleanOptionComponentTest
 
setUp() - Method in class edu.rice.cs.drjava.ui.config.ColorOptionComponentTest
 
setUp() - Method in class edu.rice.cs.drjava.ui.config.ConfigFrame
Performs deferred initialization.
setUp() - Method in class edu.rice.cs.drjava.ui.config.FileOptionComponentTest
 
setUp() - Method in class edu.rice.cs.drjava.ui.config.FontOptionComponentTest
 
setUp() - Method in class edu.rice.cs.drjava.ui.config.ForcedChoiceOptionComponentTest
 
setUp() - Method in class edu.rice.cs.drjava.ui.config.IntegerOptionComponentTest
 
setUp() - Method in class edu.rice.cs.drjava.ui.config.KeyStrokeOptionComponentTest
 
setUp() - Method in class edu.rice.cs.drjava.ui.config.VectorFileOptionComponentTest
 
setUp() - Method in class edu.rice.cs.drjava.ui.config.VectorKeyStrokeOptionComponentTest
 
setUp() - Method in class edu.rice.cs.drjava.ui.DefinitionsPaneMemoryLeakTest
Setup method for each JUnit test case.
setUp() - Method in class edu.rice.cs.drjava.ui.DefinitionsPaneTest
Setup method for each JUnit test case.
setUp() - Method in class edu.rice.cs.drjava.ui.InteractionsPaneTest
Setup method for each JUnit test case.
setUp() - Method in class edu.rice.cs.drjava.ui.MainFrameTest
Setup method for each JUnit test case.
setUp() - Method in class edu.rice.cs.drjava.ui.ProjectMenuTest
Setup method for each JUnit test case in this Test class.
setUp() - Method in class edu.rice.cs.drjava.ui.RecentFileManagerTest
Setup method for each JUnit test case.
setUp() - Method in class edu.rice.cs.util.docnavigation.JListSortNavigatorTest
 
setUp() - Method in class edu.rice.cs.util.docnavigation.JTreeSortNavigatorTest
 
setUp() - Method in class edu.rice.cs.util.newjvm.IntegratedMasterSlaveTest
 
setUp() - Method in class edu.rice.cs.util.ReaderWriterLockTest
Creates a new lock for the tests.
setUp() - Method in class edu.rice.cs.util.swing.HighlightManagerTest
 
setUp() - Method in class edu.rice.cs.util.text.ConsoleDocumentTest
 
setUp() - Method in class edu.rice.cs.util.text.SwingDocumentTest
 
setupDoc() - Method in class edu.rice.cs.drjava.model.compiler.CompilerErrorModelTest
Setup for test cases with one document.
setupDocs() - Method in class edu.rice.cs.drjava.model.compiler.CompilerErrorModelTest
Setup for test cases with several documents.
setupDocument(String) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase
Creates and returns a new document, makes sure newFile is fired, and then adds some text.
setupDocument(String) - Method in class edu.rice.cs.drjava.model.SingleDisplayModelTest
Creates and returns a new document, makes sure newFile and activeDocumentChanged events are fired, and then adds some text.
setUpDocument(SingleDisplayModel, boolean) - Method in class edu.rice.cs.drjava.ui.ErrorPanel.PreviewErrorFrame
 
setUpDocument(SingleDisplayModel, boolean) - Method in class edu.rice.cs.drjava.ui.PreviewConsoleFrame
Sets up the document to be displayed and returns the Pageable object that allows display by pages
setUpDocument(SingleDisplayModel, boolean) - Method in class edu.rice.cs.drjava.ui.PreviewDefDocFrame
Sets up the document to be displayed and returns the Pageable object that allows display by pages
setUpDocument(SingleDisplayModel, boolean) - Method in class edu.rice.cs.drjava.ui.PreviewFrame
Sets up the document to be displayed and returns the Pageable object that allows display by pages
setUpDrJavaProperties() - Method in class edu.rice.cs.drjava.ui.MainFrame
This method sets up all the DrJava properties that can be used as variables in external process command lines.
setUpExample() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelTest
sets up example reduction for the following tests
setUpKeys() - Method in class edu.rice.cs.drjava.ui.MainFrame
Sets up the ctrl-tab listener.
setUpMenuBar() - Method in class edu.rice.cs.drjava.ui.DetachedFrame
 
setUpPagePrinters(String) - Method in class edu.rice.cs.drjava.model.print.DrJavaBook
Method which creates all of the individual Printable objects given a String text.
setUpPane(InteractionsPane) - Method in class edu.rice.cs.drjava.model.repl.InteractionsModel
Sets the _pane field and initializes the caret position in the pane.
setUseSuggestion(boolean) - Method in class edu.rice.cs.drjava.ui.JavadocDialog
Sets whether the dialog should use the suggested directory provided to the getDirectory method as the default location.
setValue(String) - Method in class edu.rice.cs.drjava.config.VariableProperty
Set the value of the variable.
setValue(Object) - Method in class edu.rice.cs.drjava.model.debug.DebugWatchData
Sets the most recently determined value for this field or variable.
setValue(Boolean) - Method in class edu.rice.cs.drjava.ui.config.BooleanOptionComponent
Displays the given value.
setValue(Object) - Method in class edu.rice.cs.drjava.ui.config.ButtonComponent
Displays the given value.
setValue(Color) - Method in class edu.rice.cs.drjava.ui.config.ColorOptionComponent
Displays the given value.
setValue(File) - Method in class edu.rice.cs.drjava.ui.config.DirectoryOptionComponent
Displays the given value.
setValue(File) - Method in class edu.rice.cs.drjava.ui.config.FileOptionComponent
Displays the given value.
setValue(Font) - Method in class edu.rice.cs.drjava.ui.config.FontOptionComponent
Displays the given value.
setValue(String) - Method in class edu.rice.cs.drjava.ui.config.ForcedChoiceOptionComponent
Displays the given value.
setValue(Integer) - Method in class edu.rice.cs.drjava.ui.config.IntegerOptionComponent
Displays the given value.
setValue(KeyStroke) - Method in class edu.rice.cs.drjava.ui.config.KeyStrokeOptionComponent
Displays the given value.
setValue(Object) - Method in class edu.rice.cs.drjava.ui.config.LabelComponent
Displays the given value.
setValue(T) - Method in class edu.rice.cs.drjava.ui.config.OptionComponent
Sets the value that is currently displayed by this component.
setValue(String) - Method in class edu.rice.cs.drjava.ui.config.StringOptionComponent
Displays the given value.
setValue(Boolean) - Method in class edu.rice.cs.drjava.ui.config.ToolbarOptionComponent
Displays the given value.
setValue(Vector<T>) - Method in class edu.rice.cs.drjava.ui.config.VectorOptionComponent
Displays the given value.
setValue(ArrayList<T>) - Method in class edu.rice.cs.drjava.ui.config.VectorOptionComponent
Displays the given value.
setValue(Object) - Method in class edu.rice.cs.util.swing.SwingWorker
Sets the value produced by worker thread.
setValueAt(Object, int, int) - Method in class edu.rice.cs.drjava.ui.DebugPanel.WatchTableModel
 
setValueMethod - Variable in class edu.rice.cs.drjava.ui.PreviewFrame.JSpinnerChanger
 
setVariable(String, String) - Method in class edu.rice.cs.drjava.config.PropertyMaps
Mutate the value of a variable with the specified name.
setVisible(boolean) - Method in class edu.rice.cs.drjava.ui.AboutDialog
 
setVisible(boolean) - Method in class edu.rice.cs.drjava.ui.ClipboardHistoryFrame
Validates before changing visibility.
setVisible(boolean) - Method in class edu.rice.cs.drjava.ui.config.ConfigFrame
Validates before changing visibility.
setVisible(boolean) - Method in class edu.rice.cs.drjava.ui.DetachedFrame
Toggle visibility of this frame.
setVisible(boolean) - Method in class edu.rice.cs.drjava.ui.DrJavaErrorWindow
Validates before changing visibility.
setVisible(boolean) - Method in class edu.rice.cs.drjava.ui.DrJavaSurveyPopup
Toggle visibility of this frame.
setVisible(boolean) - Method in class edu.rice.cs.drjava.ui.EditExternalDialog
Toggle visibility of this frame.
setVisible(boolean) - Method in class edu.rice.cs.drjava.ui.ExecuteExternalDialog
Toggle visibility of this frame.
setVisible(boolean) - Method in class edu.rice.cs.drjava.ui.GenerateCustomDrJavaJarFrame
Validates before changing visibility.
setVisible(boolean) - Method in class edu.rice.cs.drjava.ui.InsertVariableDialog
Toggle visibility of this frame.
setVisible(boolean) - Method in class edu.rice.cs.drjava.ui.JarOptionsDialog
Toggle visibility of this frame.
setVisible(boolean) - Method in class edu.rice.cs.drjava.ui.MainFrame
 
setVisible(boolean) - Method in class edu.rice.cs.drjava.ui.NewJavaClassDialog
Validates before changing visibility.
setVisible(boolean) - Method in class edu.rice.cs.drjava.ui.NewVersionPopup
Toggle visibility of this frame.
setVisible(boolean) - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputFrame
Toggle visibility of this frame.
setVisible(boolean) - Method in class edu.rice.cs.drjava.ui.ProjectAdvancedPropertiesFrame
Validates before changing visibility.
setVisible(boolean) - Method in class edu.rice.cs.drjava.ui.ProjectPropertiesFrame
Validates before changing visibility.
setVisible(boolean) - Method in class edu.rice.cs.drjava.ui.RecentDocFrame
Sets this frame as visible only if _docs is non empty.
setVisible(boolean) - Method in class edu.rice.cs.drjava.ui.TabbedPanel
 
setVisible(boolean) - Method in class edu.rice.cs.util.swing.ProcessingDialog
 
setWaitingForFirstInterpreter(boolean) - Method in class edu.rice.cs.drjava.model.repl.InteractionsModel
Sets this model's notion of whether it is waiting for the first interpreter to connect.
setWatches(List<? extends DebugWatchData>) - Method in interface edu.rice.cs.drjava.project.ProjectFileIR
 
setWatches(List<? extends DebugWatchData>) - Method in class edu.rice.cs.drjava.project.ProjectProfile
 
setWidth(int) - Method in class edu.rice.cs.util.swing.ScrollableListDialog.Builder
 
setWorkingDirectory(File) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.FlatFileGroupingState
 
setWorkingDirectory(File) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ProjectFileGroupingState
 
setWorkingDirectory(File) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Sets the working directory for the project; ignored in flat file model.
setWorkingDirectory(File) - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
setWorkingDirectory(File) - Method in interface edu.rice.cs.drjava.model.FileGroupingState
Sets the current working directory for the interactions pane.
setWorkingDirectory(File) - Method in interface edu.rice.cs.drjava.model.GlobalModel
Sets the working directory for the Slave JVM (only applies to project mode).
setWorkingDirectory(File) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM
Sets the working directory for the interpreter (takes effect on next startup).
setWorkingDirectory(File) - Method in interface edu.rice.cs.drjava.project.ProjectFileIR
 
setWorkingDirectory(File) - Method in class edu.rice.cs.drjava.project.ProjectProfile
 
setWrapped(Position) - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument.WrappedPosition
 
setWrappedPositionOffsets(WeakHashMap<DefinitionsDocument.WrappedPosition, Integer>) - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
Re-create the wrapped positions in the hashmap, update the wrapped position, and add them to the list.
setZoom(int, boolean) - Method in class edu.rice.cs.drjava.ui.PreviewFrame
 
SExp - Interface in edu.rice.cs.util.sexp
SExp ::= Atom | SEList SEList ::= Empty | Cons(SExp, SEList) Atom ::= text | number | boolean text ::= string | symbol string ::= "non-quote-char*" symbol ::= non-special-char* non-quote-char ::= alphanumeric | escapes | white-sp-char | other escapes ::= \" | \\ white-sp-char ::= ascii chars from 0-32 boolean ::= true | false number ::= digit* {.
SExpParseException - Exception in edu.rice.cs.util.sexp
 
SExpParseException(String) - Constructor for exception edu.rice.cs.util.sexp.SExpParseException
 
SExpParser - Class in edu.rice.cs.util.sexp
This parser is not meant to be instantiated.
SExpParser() - Constructor for class edu.rice.cs.util.sexp.SExpParser
 
SExpParser.ParseHelper - Class in edu.rice.cs.util.sexp
A new helper is instantiated for each time the user wants to parse data.
SExpParser.ParseHelper(Reader) - Constructor for class edu.rice.cs.util.sexp.SExpParser.ParseHelper
 
SExpParser.PrivateParseException - Exception in edu.rice.cs.util.sexp
This runtime exception makes it easier to write the parser since the methods of the helper class won't need to constantly declare the SExpParseException to be thrown.
SExpParser.PrivateParseException(String) - Constructor for exception edu.rice.cs.util.sexp.SExpParser.PrivateParseException
Creates a runtime exception with the message that is desired for the eventual checked exception
SExpParserTest - Class in edu.rice.cs.util.sexp
A JUnit test case class.
SExpParserTest() - Constructor for class edu.rice.cs.util.sexp.SExpParserTest
 
SExpVisitor<Ret> - Interface in edu.rice.cs.util.sexp
Just your every-day visitor.
SF - Static variable in class edu.rice.cs.drjava.ui.AboutDialog
 
SF_ADD_BUG_URL - Static variable in class edu.rice.cs.drjava.ui.DrJavaErrorWindow
Sourceforge add bug URL
SF_LINK_NAME - Static variable in class edu.rice.cs.drjava.ui.DrJavaErrorWindow
Sourceforge URL
shift(int) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.BraceInfo
 
SHIFT - Static variable in class edu.rice.cs.drjava.ui.DefinitionsPaneTest
 
SHIFT - Static variable in class edu.rice.cs.drjava.ui.InteractionsPaneTest
 
SHORT_DOC_MAX_LENGTH - Variable in class edu.rice.cs.drjava.model.debug.jpda.DocumentDebugAction
 
shortDesc - Variable in class edu.rice.cs.drjava.ui.ProjectAdvancedPropertiesFrame.PreferencesRecord
 
shouldBackup() - Method in class edu.rice.cs.util.FileOps.DefaultFileSaver
 
shouldBackup() - Method in interface edu.rice.cs.util.FileOps.FileSaver
This method indicates whether or not a backup of the file should be made.
shouldIndent(int, int) - Method in class edu.rice.cs.drjava.ui.AbstractDJPane
Returns true if the indent is to be performed.
shouldIndent(int, int) - Method in class edu.rice.cs.drjava.ui.DefinitionsPane
Prompts the user whether or not they wish to indent, if the selection size is very large.
shouldIndent(int, int) - Method in class edu.rice.cs.drjava.ui.InteractionsPane
Returns true if the indent is to be performed.
shouldRevertFile(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.DummyGlobalModelListener
Called to ask the listener if it is OK to replace the current document by a newer version on disk.
shouldRevertFile(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.GlobalEventNotifier
Called to ask the listeners if it is OK to revert the current document to the version saved on disk.
shouldRevertFile(OpenDefinitionsDocument) - Method in interface edu.rice.cs.drjava.model.GlobalModelListener
Called to ask the listener if it is OK to revert the current document to the version saved on disk.
shouldRevertFile(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
shouldRevertFile(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.ui.MainFrame.ModelListener
Called to ask the listener if it is OK to revert the current document to a newer version saved on file.
shouldRevertFileCount - Variable in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
shouldSaveAfterFileMoved(OpenDefinitionsDocument, File) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.TrivialFSS
 
shouldSaveAfterFileMoved(OpenDefinitionsDocument, File) - Method in interface edu.rice.cs.drjava.model.FileSaveSelector
Confirms whether a new file should be selected since the previously chosen file has been deleted or moved.
shouldSaveAfterFileMoved(OpenDefinitionsDocument, File) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.CancelingSelector
 
shouldSaveAfterFileMoved(OpenDefinitionsDocument, File) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.FileSelector
 
shouldSaveAfterFileMoved(OpenDefinitionsDocument, File) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.WarningFileSelector
 
shouldSetEnabled() - Method in class edu.rice.cs.drjava.ui.MainFrame.DJAsyncTaskLauncher
 
shouldSetEnabled() - Method in class edu.rice.cs.util.swing.AsyncTaskLauncher
Returns whether the launcher should call setParentContainerEnabled both to disable and to re-enable the parent.
shouldShowHighlightsInSource() - Method in class edu.rice.cs.drjava.ui.ErrorPanel.ErrorListPane
Returns true if the errors should be highlighted in the source
shouldUpdate(KeyStroke, Action) - Method in class edu.rice.cs.drjava.ui.KeyBindingManager
Inserts a KeyStroke/Action pair into the _keyToActionMap.
shouldUpdateDocumentState() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.TrivialFSS
 
shouldUpdateDocumentState() - Method in interface edu.rice.cs.drjava.model.FileSaveSelector
Return true if saving should update the document's state (i.e.
shouldUpdateDocumentState() - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.CancelingSelector
 
shouldUpdateDocumentState() - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.FileSelector
 
shouldUpdateDocumentState() - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.SaveCopyFileSelector
 
shouldUpdateDocumentState() - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.WarningFileSelector
 
show(Component, String, String, int, Runnable, Runnable3<MainFrameStatics.AutoCompletePopupEntry, Integer, Integer>) - Method in class edu.rice.cs.drjava.ui.AutoCompletePopup
Display an auto-complete popup with the specified window title centered around the parent component.
show(Component, String, String, int, SizedIterable<String>, Runnable, SizedIterable<Runnable3<MainFrameStatics.AutoCompletePopupEntry, Integer, Integer>>) - Method in class edu.rice.cs.drjava.ui.AutoCompletePopup
Display an auto-complete popup with the specified window title centered around the parent component.
show(Component, String, String, int, SizedIterable<String>, SizedIterable<KeyStroke>, int, Runnable, SizedIterable<Runnable3<MainFrameStatics.AutoCompletePopupEntry, Integer, Integer>>) - Method in class edu.rice.cs.drjava.ui.AutoCompletePopup
Display an auto-complete popup with the specified window title centered around the parent component.
show(int) - Method in class edu.rice.cs.drjava.ui.RecentDocFrame
 
show() - Method in class edu.rice.cs.util.swing.ConfirmCheckBoxDialog
Shows the dialog.
show() - Method in class edu.rice.cs.util.swing.ScrollableDialog
Shows this dialog.
show(String) - Static method in class edu.rice.cs.util.swing.Utilities
Show a modal debug message box with an OK button regardless of TEST_MODE.
SHOW_CODE_PREVIEW_POPUPS - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Whether to show the "code preview" popups in the RegionTreePanels (bookmarks, breakpoints, find all).
SHOW_DEBUG_CONSOLE - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Whether to enabled the Show Debug Console menu item in the Tools menu.
SHOW_DEPRECATION - Static variable in class edu.rice.cs.drjava.model.compiler.CompilerOptions
 
SHOW_DEPRECATION_WARNINGS - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Whether to show deprecation warnings
SHOW_FALLTHROUGH - Static variable in class edu.rice.cs.drjava.model.compiler.CompilerOptions
 
SHOW_FALLTHROUGH_WARNINGS - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Whether to show serial warnings
SHOW_FINALLY - Static variable in class edu.rice.cs.drjava.model.compiler.CompilerOptions
 
SHOW_FINALLY_WARNINGS - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Whether to show finally warnings
SHOW_PATH - Static variable in class edu.rice.cs.drjava.model.compiler.CompilerOptions
 
SHOW_PATH_WARNINGS - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Whether to show serial warnings
SHOW_SERIAL - Static variable in class edu.rice.cs.drjava.model.compiler.CompilerOptions
 
SHOW_SERIAL_WARNINGS - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Whether to show serial warnings
SHOW_SOURCE_WHEN_SWITCHING - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Whether a sample of the source code will be show when fast switching documents.
SHOW_UNCHECKED - Static variable in class edu.rice.cs.drjava.model.compiler.CompilerOptions
 
SHOW_UNCHECKED_WARNINGS - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Whether to show unchecked warnings
showBookmarks() - Method in class edu.rice.cs.drjava.ui.MainFrame
Adds the bookmarks panel to the tabbed pane and shows it.
showBreakpoints() - Method in class edu.rice.cs.drjava.ui.MainFrame
Adds the breakpoints panel to the tabbed pane and shows it.
showClassNotFoundError(Component, ClassNotFoundException) - Static method in class edu.rice.cs.drjava.ui.MainFrameStatics
 
showCleanWarning() - Method in class edu.rice.cs.drjava.ui.MainFrame
 
showDebug(String) - Static method in class edu.rice.cs.util.swing.Utilities
Shows a modal debug message box with an OK button when not in TEST_MODE.
showDebugError(Component, DebugException) - Static method in class edu.rice.cs.drjava.ui.MainFrameStatics
 
showDebugger() - Method in class edu.rice.cs.drjava.ui.MainFrame
Display the debugger tab and update the Debug menu accordingly.
showDialog(File) - Method in class edu.rice.cs.util.swing.DirectoryChooser
 
showDialog() - Method in class edu.rice.cs.util.swing.DirectoryChooser
Shows the dialog with the same selection as the last time the dialog was shown.
showDialog(Frame, String, Font) - Static method in class edu.rice.cs.util.swing.FontChooser
Method used to show the font chooser, and select a new font.
showDialog(Frame, Font) - Static method in class edu.rice.cs.util.swing.FontChooser
Shows the font chooser with a standard title ("Font Chooser").
showDialog() - Method in class edu.rice.cs.util.swing.ScrollableListDialog
Shows the dialog.
showDialog() - Method in class edu.rice.cs.util.swing.ScrollableListSelectionDialog
Shows the dialog.
showDrJavaDebugConsole(MainFrame) - Static method in class edu.rice.cs.drjava.DrJavaRoot
Shows a separate interactions window with a reference to DrJava's MainFrame defined as "mainFrame".
showError(Component, Throwable, String, String) - Static method in class edu.rice.cs.drjava.ui.MainFrameStatics
 
showError(Component, String, String) - Static method in class edu.rice.cs.drjava.ui.MainFrameStatics
 
showErrorMessage(String, OptionParseException) - Method in class edu.rice.cs.drjava.ui.config.OptionComponent
 
showErrorMessage(String, String, String) - Method in class edu.rice.cs.drjava.ui.config.OptionComponent
 
showErrorWithMessageIfAvailable(Component, Throwable, String, String) - Static method in class edu.rice.cs.drjava.ui.MainFrameStatics
 
showFileNotFoundError(Component, FileNotFoundException) - Static method in class edu.rice.cs.drjava.ui.MainFrameStatics
 
showFindResultsPanel(FindResultsPanel) - Method in class edu.rice.cs.drjava.ui.MainFrame
Action that shows a find results tab.
showGenerateRTConcJUnitJarFileDialog(Frame, File, File, Runnable1<File>, Runnable) - Static method in class edu.rice.cs.drjava.model.junit.ConcJUnitUtils
Show the "Generate ConcJUnit Runtime" dialog (ask for file name, etc.).
showIncompatibleWantToRegenerateDialog(Frame, Runnable, Runnable) - Static method in class edu.rice.cs.drjava.model.junit.ConcJUnitUtils
Ask the user if the rt.concjunit.jar file should be regenerated.
showIOError(Component, IOException) - Static method in class edu.rice.cs.drjava.ui.MainFrameStatics
 
showJUnitInterrupted(Component, UnexpectedException) - Static method in class edu.rice.cs.drjava.ui.MainFrameStatics
 
showJUnitInterrupted(Component, String) - Static method in class edu.rice.cs.drjava.ui.MainFrameStatics
 
showMessageBox(String, String) - Static method in class edu.rice.cs.util.swing.Utilities
Shows a modal message box with an OK button.
showNoClassDefError(Component, NoClassDefFoundError) - Static method in class edu.rice.cs.drjava.ui.MainFrameStatics
 
showPage() - Method in class edu.rice.cs.drjava.ui.PreviewFrame
Generates an Image, prints to it, and then displays the image on the page.
showProjectFileParseError(Component, MalformedProjectFileException) - Static method in class edu.rice.cs.drjava.ui.MainFrameStatics
 
showSample() - Method in class edu.rice.cs.util.swing.FontChooser
 
showStackTrace(Throwable) - Static method in class edu.rice.cs.util.swing.Utilities
 
showTab(Component, boolean) - Method in class edu.rice.cs.drjava.ui.MainFrame
Shows the components passed in the appropriate place in the tabbedPane depending on the position of the component in the _tabs list.
showWarning(Component, Throwable, String, String) - Static method in class edu.rice.cs.drjava.ui.MainFrameStatics
 
shrink(int) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.Brace
Braces can't shrink.
shrink(int) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.Gap
Decreases the size of the gap.
shrink(int) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedToken
Decreases the size of the gap.
shrinkManager() - Method in class edu.rice.cs.drjava.model.BrowserHistoryManager
Remove regions if there are more than the maximum number allowed.
shutdown(boolean) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
 
shutdown() - Method in interface edu.rice.cs.drjava.model.debug.Debugger
Disconnects the debugger from the Interactions JVM and cleans up any state.
shutdown() - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Disconnects the debugger from the Interactions JVM and cleans up any state.
shutdown() - Method in class edu.rice.cs.drjava.model.debug.NoDebuggerAvailable
Disconnects the debugger from the Interactions JVM and cleans up any state.
si - Variable in class edu.rice.cs.util.swing.FontChooser.NwList
 
similarRegions(BrowserDocumentRegion, BrowserDocumentRegion) - Static method in class edu.rice.cs.drjava.model.BrowserHistoryManager
Return true if the two regions are similar.
SimpleInteractionsModel - Class in edu.rice.cs.drjava.model.repl
A simple implementation of InteractionsModel, which uses a DynamicJavaAdapter directly (in the same JVM) to interpret code.
SimpleInteractionsModel() - Constructor for class edu.rice.cs.drjava.model.repl.SimpleInteractionsModel
Creates a new InteractionsModel using a InteractionsDJDocument.
SimpleInteractionsModel(InteractionsDJDocument) - Constructor for class edu.rice.cs.drjava.model.repl.SimpleInteractionsModel
Creates a new InteractionsModel with the given document adapter.
SimpleInteractionsWindow - Class in edu.rice.cs.drjava.ui
A standalone Interactions Window that provides the functionality of DrJava's Interactions Pane in a single JVM.
SimpleInteractionsWindow() - Constructor for class edu.rice.cs.drjava.ui.SimpleInteractionsWindow
 
SimpleInteractionsWindow(String) - Constructor for class edu.rice.cs.drjava.ui.SimpleInteractionsWindow
 
simpleString() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.AbstractReducedModel
A toString() replacement for testing - easier to read.
simpleString() - Method in interface edu.rice.cs.drjava.model.definitions.reducedmodel.BraceReduction
A simplified toString() method.
simpleString() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelControl
A toString() substitute.
simulateSwingBugArrayIndexOufOfBoundsExceptionInCharWidth() - Static method in class edu.rice.cs.drjava.ui.DrJavaErrorHandler
Simulate the Swing bug's exception stack trace.
SINGLE_QUOTE_STATE - Static variable in class edu.rice.cs.util.ArgumentTokenizer
 
SINGLE_QUOTE_TYPE - Static variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.Brace
 
SINGLE_QUOTED - Static variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.HighlightStatus
 
SINGLE_QUOTED_COLOR - Static variable in class edu.rice.cs.drjava.model.definitions.ColoringGlyphPainter
 
SINGLE_QUOTED_COLOR - Static variable in class edu.rice.cs.drjava.model.definitions.ColoringView
 
SingleDisplayModel - Interface in edu.rice.cs.drjava.model
A GlobalModel that enforces invariants associated with having one active document at a time.
SingleDisplayModelTest - Class in edu.rice.cs.drjava.model
Test functions of the single display model.
SingleDisplayModelTest() - Constructor for class edu.rice.cs.drjava.model.SingleDisplayModelTest
 
SingleDisplayModelTest.SDTestListener - Class in edu.rice.cs.drjava.model
A GlobalModelListener for testing.
SingleDisplayModelTest.SDTestListener() - Constructor for class edu.rice.cs.drjava.model.SingleDisplayModelTest.SDTestListener
 
SingleQuoteTest - Class in edu.rice.cs.drjava.model.definitions.reducedmodel
Tests the interaction between quotes and backslashes.
SingleQuoteTest() - Constructor for class edu.rice.cs.drjava.model.definitions.reducedmodel.SingleQuoteTest
 
singleton() - Static method in class edu.rice.cs.drjava.model.ClipboardHistoryModel
Singleton accessor.
singleton() - Static method in class edu.rice.cs.drjava.ui.DrJavaErrorWindow
Returns the singleton instance.
size() - Method in class edu.rice.cs.drjava.model.repl.History
Returns the number of items in this History.
SIZE - Static variable in class edu.rice.cs.drjava.ui.LineEnumRule
Width of the rule
size() - Method in class edu.rice.cs.util.swing.HighlightManager
Size of highlight stack; used only for unit testing
SIZES - Static variable in class edu.rice.cs.util.swing.FontChooser
Available font sizes.
SLASH_TYPE - Static variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.Brace
 
SLAVE_JVM_ARGS - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The command-line arguments to be passed to the Slave JVM.
SLAVE_JVM_XMX - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The command-line arguments for the maximum heap size (-Xmx___) to be passed to the Slave JVM.
SlaveRemote - Interface in edu.rice.cs.util.newjvm
The remote interface for a slave JVM.
SMART_RUN_FOR_APPLETS_AND_PROGRAMS - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Whether the java command should automatically detect applets and acm.program.Program subclasses.
smartDeleteClassFiles(Map<File, Set<String>>) - Method in class edu.rice.cs.drjava.model.compiler.DefaultCompilerModel
Delete the .class files that match the following pattern: XXX.dj? --> XXX.class XXX$*.class
SmartSourceFilter - Class in edu.rice.cs.drjava.ui
A file filter for all source files.
SmartSourceFilter() - Constructor for class edu.rice.cs.drjava.ui.SmartSourceFilter
 
socket - Variable in class edu.rice.cs.drjava.RemoteControlServer.RCServerThread
Socket used.
someFilesNotFound() - Method in class edu.rice.cs.drjava.ui.MainFrame.ModelListener
 
source - Variable in class edu.rice.cs.util.docnavigation.JTreeSortNavigatorTest
 
SOURCE_BIN_NAME - Variable in class edu.rice.cs.util.docnavigation.JTreeSortNavigatorTest
 
sourceName() - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger.DelegatingLocation
 
sourceName(String) - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger.DelegatingLocation
 
sourcePath() - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger.DelegatingLocation
 
sourcePath(String) - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger.DelegatingLocation
 
sp - Variable in class edu.rice.cs.util.swing.FontChooser.NwList
 
spinner - Variable in class edu.rice.cs.drjava.ui.PreviewFrame.JSpinnerChanger
 
SPLASH_ICON - Static variable in class edu.rice.cs.drjava.ui.SplashScreen
 
SplashScreen - Class in edu.rice.cs.drjava.ui
A splash screen window to be displayed as DrJava is first starting up.
SplashScreen() - Constructor for class edu.rice.cs.drjava.ui.SplashScreen
Creates a new splash screen, but does not display it.
splitFile(File) - Static method in class edu.rice.cs.util.FileOps
Deprecated. Use IOUtil.fullPath(java.io.File) instead. It returns a list of File objects rather than strings, but they appear in the same order.
splitStringAtWordBoundaries(String, int, String, String) - Static method in class edu.rice.cs.util.StringOps
Split a string into lines at a certain width, at word boundaries.
srcDir - Variable in class edu.rice.cs.drjava.project.ProjectTest
 
STABLE - Static variable in class edu.rice.cs.drjava.config.OptionConstants.VersionNotificationChoices
 
stackTrace() - Method in class edu.rice.cs.drjava.model.junit.JUnitError
Return the array of stack trace elements.
STALE_TOOLTIP - Static variable in class edu.rice.cs.drjava.ui.ExecuteExternalDialog
 
STAR_TYPE - Static variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.Brace
 
start - Variable in class edu.rice.cs.drjava.model.definitions.DefinitionsEditorKit.SelectWordAction
 
start() - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.DisposedState
 
start() - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.FreshState
 
start() - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.RestartingState
 
start() - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.RunningState
 
start() - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.StartingState
 
start() - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.State
Ensure that the interpreter is starting or running.
start() - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.StoppingState
 
start(int) - Method in class edu.rice.cs.drjava.ui.JUnitPanel.JUnitProgressBar
 
start() - Method in class edu.rice.cs.drjava.ui.MainFrame
Realizes this MainFrame by setting it visibile and configures the tabbed Pane.
start() - Method in class edu.rice.cs.util.GeneralProcessCreator
Starts a new process using the attributes of this process creator.
start(MasterRemote) - Method in class edu.rice.cs.util.newjvm.AbstractSlaveJVM
Initializes the Slave JVM including starting background thread to periodically poll the master JVM and automatically quit if it's dead.
start(MasterRemote) - Method in interface edu.rice.cs.util.newjvm.SlaveRemote
This method is called when the slave JVM is initialized.
start() - Method in class edu.rice.cs.util.ProcessCreator
Starts a new process using the attributes of this process creator.
start() - Method in class edu.rice.cs.util.swing.SwingWorker
Start the worker thread.
START_JUNIT_MSG - Static variable in class edu.rice.cs.drjava.ui.JUnitPanel
 
startColumn() - Method in class edu.rice.cs.drjava.model.DJError
Gets the column where the error begins.
startColumn - Variable in exception edu.rice.cs.drjava.model.repl.InterpreterInterruptedException
 
startCompile() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
throws UnsupportedOperationException
startCompile() - Method in class edu.rice.cs.drjava.model.DefaultGlobalModel.ConcreteOpenDefDoc
Starting compiling this document.
startCompile() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
startCompile() - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
Starts compiling the source.
startCompoundEdit() - Method in class edu.rice.cs.drjava.model.AbstractDJDocument
 
startCompoundEdit() - Method in class edu.rice.cs.drjava.model.definitions.CompoundUndoManager
Starts a compound edit.
startCompoundEdit() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
 
startCompoundEdit() - Method in class edu.rice.cs.drjava.model.repl.InteractionsDJDocument
 
startDragPoint - Variable in class edu.rice.cs.drjava.ui.config.VectorOptionComponent.DragDropRowTableUI
 
started(InterpreterJVMRemoteI) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.StartingState
 
started(InterpreterJVMRemoteI) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.State
React to a completed startup.
startFailed(Exception) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.StartingState
 
startFailed(Exception) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.State
React to a failed startup.
startInterpreterJVM() - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM
Starts the interpreter if it's not running already.
startJUnit() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
throws UnsupportedOperationException
startJUnit() - Method in class edu.rice.cs.drjava.model.DefaultGlobalModel.ConcreteOpenDefDoc
Runs JUnit on the current document.
startJUnit() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
startJUnit() - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
Starts testing the source using JUnit.
startLetterTest() - Method in class edu.rice.cs.util.newjvm.IntegratedMasterSlaveTest.CounterSlave
 
startLetterTest() - Method in interface edu.rice.cs.util.newjvm.IntegratedMasterSlaveTest.TestSlaveRemote
 
startLine - Variable in exception edu.rice.cs.drjava.model.repl.InterpreterInterruptedException
 
startOffset - Variable in class edu.rice.cs.drjava.project.ProjectFileParser.BookmarkPropertyVisitor
 
startOver - Static variable in class edu.rice.cs.drjava.model.definitions.indent.IndentRuleWithTrace
 
startPos - Variable in class edu.rice.cs.drjava.model.compiler.CompilerErrorModel.StartAndEndIndex
 
startRead() - Method in class edu.rice.cs.util.ReaderWriterLock
Must be called by each reader thread before starting to read.
startUp() - Method in interface edu.rice.cs.drjava.model.debug.Debugger
Attaches the debugger to the Interactions JVM to prepare for debugging.
startUp() - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Attaches the debugger to the Interactions JVM to prepare for debugging.
startUp() - Method in class edu.rice.cs.drjava.model.debug.NoDebuggerAvailable
Attaches the debugger to the Interactions JVM to prepare for debugging.
STARTUP_TIMEOUT - Static variable in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM
Number of milliseconds to block while waiting for an InterpreterJVM stub.
startWaiting() - Method in class edu.rice.cs.util.ReaderWriterLock.ReaderWriterThread
Causes this ReaderWriterThread to wait until stopWaiting is called.
startWrite() - Method in class edu.rice.cs.util.ReaderWriterLock
Must be called by each writer thread before starting to write.
stateAtRelLocation(int) - Method in class edu.rice.cs.drjava.model.AbstractDJDocument
Assumes that read lock and reduced lock are already held.
stateOfCurrentToken(BraceReduction) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.BraceReductionTestCase
Convenience function to get state of the current token.
STATIC_INNER_TEST_TEXT - Static variable in class edu.rice.cs.drjava.model.GlobalModelJUnitTest
 
step(Debugger.StepType) - Method in interface edu.rice.cs.drjava.model.debug.Debugger
Steps the execution of the currently loaded document.
step(Debugger.StepType) - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Steps the execution of the currently loaded document.
Step - Class in edu.rice.cs.drjava.model.debug.jpda
The breakpoint object which has references to its OpenDefinitionsDocument and its StepRequest
Step(JPDADebugger, int, int) - Constructor for class edu.rice.cs.drjava.model.debug.jpda.Step
 
step(Debugger.StepType) - Method in class edu.rice.cs.drjava.model.debug.NoDebuggerAvailable
Steps the execution of the currently loaded document.
step(int, boolean) - Method in class edu.rice.cs.drjava.ui.JUnitPanel.JUnitProgressBar
 
stepRequested() - Method in class edu.rice.cs.drjava.model.debug.DebugEventNotifier
Called when a step is requested on the current thread.
stepRequested() - Method in interface edu.rice.cs.drjava.model.debug.DebugListener
Called when a step is requested on the current thread.
stepRequested() - Method in class edu.rice.cs.drjava.model.debug.DebugTestCase.DebugTestListener
 
stepRequested() - Method in class edu.rice.cs.drjava.model.debug.DebugTestCase.StepTestListener
 
stepRequested() - Method in class edu.rice.cs.drjava.ui.DebugPanel.DebugPanelListener
 
stepRequested() - Method in class edu.rice.cs.drjava.ui.MainFrame.UIDebugListener
Called when a step is requested on the current thread.
stepRequestedCount - Variable in class edu.rice.cs.drjava.model.debug.DebugTestCase.DebugTestListener
 
STICKY_INTERACTIONS_DIRECTORY - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Whether to save and restore Interactions pane directory at startUp/shutdown (sticky=true), or to use "user.home" (sticky=false).
stop() - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.DisposedState
 
stop() - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.FreshState
 
stop() - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.RestartingState
 
stop() - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.RunningState
 
stop() - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.StartingState
 
stop() - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.State
Ensure that the interpreter is stopping or not running.
stop() - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.StoppingState
 
stop - Variable in class edu.rice.cs.util.StreamRedirectThread
 
stopAllRedirectors() - Method in class edu.rice.cs.util.ProcessChain
Set the stop flags for all redirector threads.
stopAllRedirectors() - Method in class edu.rice.cs.util.ProcessSequence
Set the stop flags for all redirector threads.
stopInterpreterJVM() - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM
Stop the interpreter if it's current running.
stopListening() - Method in class edu.rice.cs.drjava.ui.FindReplacePanel
Called from MainFrame upon closing this Dialog or changes in the active document.
stopped() - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.DisposedState
 
stopped(int) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.RestartingState
 
stopped(int) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.RunningState
 
stopped(int) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.State
React to a completed shutdown (requested or spontaneous).
stopped(int) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.StoppingState
 
stopWaiting() - Method in class edu.rice.cs.util.ReaderWriterLock.ReaderWriterThread
Wakes up this ReaderWriterThread, removing it from the waitQueue.
STORED_PREFERENCES_LISTENER - Variable in class edu.rice.cs.drjava.model.AbstractGlobalModel
 
STORED_PROPERTIES_PIM - Static variable in class edu.rice.cs.drjava.ui.ProjectAdvancedPropertiesFrame
 
storeStartupException(Exception) - Method in class edu.rice.cs.drjava.config.Configuration
Stores exception caught during creation of this Configuration object, so it can be displayed later by the UI.
str - Variable in class edu.rice.cs.drjava.ui.MainFrameStatics.GoToFileListEntry
 
str - Variable in class edu.rice.cs.drjava.ui.MainFrameStatics.JavaAPIListEntry
 
stream - Variable in class edu.rice.cs.util.ReaderThread
 
StreamRedirectException - Exception in edu.rice.cs.util
An exception that occurs while redirecting an output stream into an input stream.
StreamRedirectException(String) - Constructor for exception edu.rice.cs.util.StreamRedirectException
 
StreamRedirectException(String, Throwable) - Constructor for exception edu.rice.cs.util.StreamRedirectException
 
StreamRedirectorTest - Class in edu.rice.cs.util
Test suite over InputStreamRedirector.
StreamRedirectorTest() - Constructor for class edu.rice.cs.util.StreamRedirectorTest
 
StreamRedirectThread - Class in edu.rice.cs.util
StreamRedirectThread is a thread which copies its input to its output and terminates when it completes.
StreamRedirectThread(String, InputStream, OutputStream, boolean) - Constructor for class edu.rice.cs.util.StreamRedirectThread
Constructor
StreamRedirectThread(String, InputStream, OutputStream, ThreadGroup) - Constructor for class edu.rice.cs.util.StreamRedirectThread
Constructor
StreamRedirectThread(String, InputStream, OutputStream, boolean, ThreadGroup) - Constructor for class edu.rice.cs.util.StreamRedirectThread
Constructor
StreamRedirectThread(String, InputStream, OutputStream) - Constructor for class edu.rice.cs.util.StreamRedirectThread
Constructor
StreamRedirectThread(String, InputStream, OutputStream, boolean, boolean) - Constructor for class edu.rice.cs.util.StreamRedirectThread
Constructor
StreamRedirectThread(String, InputStream, OutputStream, ThreadGroup, boolean) - Constructor for class edu.rice.cs.util.StreamRedirectThread
Constructor
StreamRedirectThread(String, InputStream, OutputStream, boolean, ThreadGroup, boolean) - Constructor for class edu.rice.cs.util.StreamRedirectThread
Constructor
STRING_RETURN_STYLE - Static variable in class edu.rice.cs.drjava.model.repl.InteractionsDocument
 
stringCase(String, Object...) - Method in interface edu.rice.cs.util.docnavigation.NodeDataVisitor
 
stringMakeRelativeTo(File, File) - Static method in class edu.rice.cs.util.FileOps
Makes a file equivalent to the given file f that is relative to base file b.
StringNode<ItemT extends INavigatorItem> - Class in edu.rice.cs.util.docnavigation
 
StringNode(String) - Constructor for class edu.rice.cs.util.docnavigation.StringNode
 
StringOps - Class in edu.rice.cs.util
A class to provide some convenient String operations as static methods.
StringOps() - Constructor for class edu.rice.cs.util.StringOps
 
StringOpsTest - Class in edu.rice.cs.util
Test functions of StringOps.
StringOpsTest() - Constructor for class edu.rice.cs.util.StringOpsTest
 
StringOpsTest.TestGetSimpleNameInner - Class in edu.rice.cs.util
 
StringOpsTest.TestGetSimpleNameInner() - Constructor for class edu.rice.cs.util.StringOpsTest.TestGetSimpleNameInner
 
StringOpsTest.TestGetSimpleNameInner.Inner - Class in edu.rice.cs.util
 
StringOpsTest.TestGetSimpleNameInner.Inner() - Constructor for class edu.rice.cs.util.StringOpsTest.TestGetSimpleNameInner.Inner
 
StringOpsTest.TestGetSimpleNameInner.Nested - Class in edu.rice.cs.util
 
StringOpsTest.TestGetSimpleNameInner.Nested() - Constructor for class edu.rice.cs.util.StringOpsTest.TestGetSimpleNameInner.Nested
 
StringOption - Class in edu.rice.cs.drjava.config
Class representing all configuration options with values of type String.
StringOption(String, String) - Constructor for class edu.rice.cs.drjava.config.StringOption
 
StringOptionComponent - Class in edu.rice.cs.drjava.ui.config
Graphical form of a StringOption.
StringOptionComponent(StringOption, String, SwingFrame) - Constructor for class edu.rice.cs.drjava.ui.config.StringOptionComponent
 
StringOptionComponent(StringOption, String, SwingFrame, String) - Constructor for class edu.rice.cs.drjava.ui.config.StringOptionComponent
Constructor that allows for a tooltip description.
StringOptionTest - Class in edu.rice.cs.drjava.config
Class according to the JUnit protocol.
StringOptionTest(String) - Constructor for class edu.rice.cs.drjava.config.StringOptionTest
 
STRINGS_COLUMN_INDEX - Static variable in class edu.rice.cs.util.swing.ScrollableListSelectionDialog
The column index of the strings column.
stringValue(String) - Static method in class edu.rice.cs.drjava.model.repl.newjvm.InterpretResult
 
stuffExample - Static variable in class edu.rice.cs.drjava.model.definitions.indent.QuestionCurrLineEmptyOrEnterPressTest
 
STUTTER - Static variable in interface edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelStates
 
Stutter - Class in edu.rice.cs.drjava.model.definitions.reducedmodel
This class represents a special state, passed by some methods that return states, to indicate that it is necessary to back up one position before continuing in an iteration over a TokenList.
Stutter() - Constructor for class edu.rice.cs.drjava.model.definitions.reducedmodel.Stutter
Singleton constructor.
STYLES - Static variable in class edu.rice.cs.util.swing.FontChooser
Available font styles.
subTestGet(String, XMLConfig) - Method in class edu.rice.cs.util.XMLConfigTest
Expectes "concutest" to be the root node of passed XMLConfig.
SUFFIX - Static variable in class edu.rice.cs.drjava.model.compiler.Javac160FilteringCompiler
 
SUFFIX - Static variable in class edu.rice.cs.util.FileOpsTest
 
SUGGESTED_DIR_NAME - Static variable in interface edu.rice.cs.drjava.model.javadoc.JavadocModel
Name for the suggested destination directory to be placed in the source root of one of the open documents.
suggestJavadocDestination(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.javadoc.DefaultJavadocModel
Suggests a default location for generating Javadoc, based on the given document's source root.
suggestJavadocDestination(OpenDefinitionsDocument) - Method in interface edu.rice.cs.drjava.model.javadoc.JavadocModel
Suggests a default location for generating Javadoc, based on the given document's source root.
suggestJavadocDestination(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.javadoc.NoJavadocAvailable
Suggests a default location for generating Javadoc, based on the given document's source root.
suite() - Static method in class edu.rice.cs.drjava.DependenciesTest
Creates a test suite for JUnit to run.
suite() - Static method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
Create a test suite for JUnit to run.
suite() - Static method in class edu.rice.cs.drjava.model.definitions.IndentTest
Builds the suite of tests for Indent.class.
suite() - Static method in class edu.rice.cs.drjava.model.definitions.reducedmodel.BackSlashTest
Creates a test suite for JUnit to use.
suite() - Static method in class edu.rice.cs.drjava.model.definitions.reducedmodel.BraceTest
Create the test suite.
suite() - Static method in class edu.rice.cs.drjava.model.definitions.reducedmodel.MixedQuoteTest
Creates a test suite for JUnit to use.
suite() - Static method in class edu.rice.cs.drjava.model.print.DrJavaBookTest
Creates a test suite for JUnit to run.
suite() - Static method in class edu.rice.cs.drjava.model.repl.newjvm.NewJVMTest
 
suite() - Static method in class edu.rice.cs.drjava.ui.RecentFileManagerTest
Creates a test suite for JUnit to run.
superSetUp() - Method in class edu.rice.cs.drjava.ui.ProjectMenuTest
Invokes setUp() in MultiThreadedTestCase.
supportsLanguageLevels() - Method in interface edu.rice.cs.drjava.model.compiler.CompilerInterface
Return true if this compiler can be used in conjunction with the language level facility.
supportsLanguageLevels() - Method in class edu.rice.cs.drjava.model.compiler.JavacCompiler
Return true if this compiler can be used in conjunction with the language level facility.
supportsLanguageLevels() - Method in class edu.rice.cs.drjava.model.compiler.NoCompilerAvailable
Return true if this compiler can be used in conjunction with the language level facility.
suspend(DebugThreadData) - Method in class edu.rice.cs.drjava.model.debug.NoDebuggerAvailable
Suspends execution of the currently.
SUSPEND_CLASS - Static variable in class edu.rice.cs.drjava.model.debug.DebugTestCase
 
suspendAll() - Method in class edu.rice.cs.drjava.model.debug.NoDebuggerAvailable
Suspends all the threads.
SwingDocument - Class in edu.rice.cs.util.text
A swing implementation of the toolkit-independent EditDocumentInterface.
SwingDocument() - Constructor for class edu.rice.cs.util.text.SwingDocument
Creates a new document adapter for a Swing StyledDocument.
SwingDocumentInterface - Interface in edu.rice.cs.util.text
StyledDocument interface augmented by AbstractDocumentInterface.
SwingDocumentTest - Class in edu.rice.cs.util.text
Tests the SwingDocument.
SwingDocumentTest() - Constructor for class edu.rice.cs.util.text.SwingDocumentTest
 
SwingFrame - Class in edu.rice.cs.util.swing
An extension of javax.swing.JFrame that supports querying whether frame initialization is in progress.
SwingFrame() - Constructor for class edu.rice.cs.util.swing.SwingFrame
 
SwingFrame(GraphicsConfiguration) - Constructor for class edu.rice.cs.util.swing.SwingFrame
 
SwingFrame(String) - Constructor for class edu.rice.cs.util.swing.SwingFrame
 
SwingFrame(String, GraphicsConfiguration) - Constructor for class edu.rice.cs.util.swing.SwingFrame
 
SwingWorker - Class in edu.rice.cs.util.swing
SwingWorker, adapted from Sun's Java Tutorial.
SwingWorker() - Constructor for class edu.rice.cs.util.swing.SwingWorker
Start a thread that will call the construct method and then exit.
SwingWorker.ThreadVar - Class in edu.rice.cs.util.swing
Class to maintain reference to current worker thread under separate synchronization control.
SwingWorker.ThreadVar(Thread) - Constructor for class edu.rice.cs.util.swing.SwingWorker.ThreadVar
 
switchCount - Variable in class edu.rice.cs.drjava.model.SingleDisplayModelTest.SDTestListener
Extra counter for SDTestListener
switchStateTo(RegionsTreePanel.IChangeState) - Method in class edu.rice.cs.drjava.ui.RegionsTreePanel.DefaultState
 
switchStateTo(RegionsTreePanel.IChangeState) - Method in interface edu.rice.cs.drjava.ui.RegionsTreePanel.IChangeState
 
switchToError(DJError) - Method in class edu.rice.cs.drjava.ui.ErrorPanel.ErrorListPane
Change all state to select a new error, including moving the caret to the error, if a corresponding position exists.
switchToError(int) - Method in class edu.rice.cs.drjava.ui.ErrorPanel.ErrorListPane
Another interface to switchToError.
switchToNextPaneAction - Variable in class edu.rice.cs.drjava.ui.AbstractConsoleController
Action to change focus to next pane.
switchToPrevPaneAction - Variable in class edu.rice.cs.drjava.ui.AbstractConsoleController
Action to change focus to previous pane.
sync(GlyphView) - Method in class edu.rice.cs.drjava.model.definitions.ColoringGlyphPainter
Only runs in event thread.
syntaxException - Variable in class edu.rice.cs.drjava.model.repl.InteractionsModelTest.IncompleteInputInteractionsModel
 
SYSTEM_ERR_COLOR - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
 
SYSTEM_ERR_STYLE - Static variable in class edu.rice.cs.util.text.ConsoleDocument
Style for System.err
SYSTEM_IN_COLOR - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
 
SYSTEM_IN_STYLE - Static variable in class edu.rice.cs.util.text.ConsoleDocument
Style for System.in
SYSTEM_OUT_COLOR - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
 
SYSTEM_OUT_STYLE - Static variable in class edu.rice.cs.util.text.ConsoleDocument
Style for System.out
systemErrPrint(String) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Prints System.err to the DrJava console.
systemErrPrint(String) - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
systemErrPrint(String) - Method in interface edu.rice.cs.drjava.model.GlobalModel
Prints System.err to the DrJava console.
systemErrPrint(String) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM
Forwards a call to System.err from InterpreterJVM to the local InteractionsModel.
systemErrPrint(String) - Method in interface edu.rice.cs.drjava.model.repl.newjvm.MainJVMRemoteI
Forwards a call to System.err from InterpreterJVM to the MainJVM for output to the user.
systemErrPrint(String) - Method in class edu.rice.cs.drjava.model.repl.newjvm.NewJVMTest.TestJVMExtension
 
systemInEcho(String) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Prints to the DrJava console as an echo of System.in.
systemInEcho(String) - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
systemInEcho(String) - Method in interface edu.rice.cs.drjava.model.GlobalModel
Prints the given string to the DrJava console as an echo of System.in.
systemOutPrint(String) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Prints System.out to the DrJava console.
systemOutPrint(String) - Method in class edu.rice.cs.drjava.model.DummyGlobalModel
 
systemOutPrint(String) - Method in interface edu.rice.cs.drjava.model.GlobalModel
Prints System.out to the DrJava console.
systemOutPrint(String) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM
Forwards a call to System.out from InterpreterJVM to the local InteractionsModel.
systemOutPrint(String) - Method in interface edu.rice.cs.drjava.model.repl.newjvm.MainJVMRemoteI
Forwards a call to System.out from InterpreterJVM to the MainJVM for output to the user.
systemOutPrint(String) - Method in class edu.rice.cs.drjava.model.repl.newjvm.NewJVMTest.TestJVMExtension
 

T

TabbedPanel - Class in edu.rice.cs.drjava.ui
Extended by all panels that can dynamically be added or removed from the _tabbedPane in MainFrame.
TabbedPanel(MainFrame, String) - Constructor for class edu.rice.cs.drjava.ui.TabbedPanel
Constructor.
table - Variable in class edu.rice.cs.util.swing.ScrollableListSelectionDialog
The table displaying the items.
tableModel - Variable in class edu.rice.cs.util.swing.ScrollableListSelectionDialog
The AbstractTableModel backing the table.
TABS_HEIGHT - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Height of tabbed panel at startUp.
tabsRemoved() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
Returns true iff tabs are to removed on text insertion.
tag - Variable in class edu.rice.cs.drjava.model.IHighlighted.PainterTag
 
tearDown() - Method in class edu.rice.cs.drjava.CommandLineTest
 
tearDown() - Method in class edu.rice.cs.drjava.config.DrJavaPropertySetupTest
 
tearDown() - Method in class edu.rice.cs.drjava.DrJavaTestCase
Clean up for every test case.
tearDown() - Method in class edu.rice.cs.drjava.model.cache.DocumentCacheTest
 
tearDown() - Method in class edu.rice.cs.drjava.model.debug.DebugTestCase
Cleans up the debugger after each test.
tearDown() - Method in class edu.rice.cs.drjava.model.definitions.indent.IndentRulesTestCase
 
tearDown() - Method in class edu.rice.cs.drjava.model.DocumentRegionTest
 
tearDown() - Method in class edu.rice.cs.drjava.model.EventNotifierTest
 
tearDown() - Method in class edu.rice.cs.drjava.model.FindReplaceMachineTest
 
tearDown() - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase
Teardown for each test case, which recursively deletes the temporary directory created in setUp.
tearDown() - Method in class edu.rice.cs.drjava.model.MultiThreadedTestCase
If any test failed, print a message saying that some test failed in another thread (not the testing thread).
tearDown() - Method in class edu.rice.cs.drjava.model.print.DrJavaBookTest
 
tearDown() - Method in class edu.rice.cs.drjava.model.repl.HistoryTest
Cleans up temporary files and tries to free used variables after each test.
tearDown() - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelTest
 
tearDown() - Method in class edu.rice.cs.drjava.project.ProjectTest
 
tearDown() - Method in class edu.rice.cs.drjava.ui.config.FileOptionComponentTest
 
tearDown() - Method in class edu.rice.cs.drjava.ui.DefinitionsPaneMemoryLeakTest
 
tearDown() - Method in class edu.rice.cs.drjava.ui.DefinitionsPaneTest
 
tearDown() - Method in class edu.rice.cs.drjava.ui.InteractionsPaneTest
 
tearDown() - Method in class edu.rice.cs.drjava.ui.MainFrameTest
 
tearDown() - Method in class edu.rice.cs.drjava.ui.ProjectMenuTest
 
tearDown() - Method in class edu.rice.cs.drjava.ui.RecentFileManagerTest
 
tearDown() - Method in class edu.rice.cs.util.newjvm.IntegratedMasterSlaveTest
 
tearDown() - Method in class edu.rice.cs.util.text.ConsoleDocumentTest
 
tearDown() - Method in class edu.rice.cs.util.text.SwingDocumentTest
 
tempDirectory() - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase
Create a new temporary directory in _tempDir.
tempFile() - Method in class edu.rice.cs.drjava.model.cache.DocumentCacheTest
Create a new temporary file in _tempDir.
tempFile(int) - Method in class edu.rice.cs.drjava.model.cache.DocumentCacheTest
Create a new temporary file in _tempDir.
tempFile() - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase
Create a new temporary file in _tempDir.
tempFile(int) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase
Create a new temporary file in _tempDir.
tempFile(String) - Method in class edu.rice.cs.drjava.ui.MainFrameTest
Create a new temporary file in _tempDir.
tempFile() - Method in class edu.rice.cs.drjava.ui.RecentFileManagerTest
Create a new temporary file in _tempDir.
TEMPLATE - Static variable in class edu.rice.cs.drjava.config.PropertyMaps
Template instance.
TERMINUS_RULE - Static variable in class edu.rice.cs.drjava.model.definitions.indent.IndentRuleWithTrace
 
TernaryOpProperty<O,P,Q,R> - Class in edu.rice.cs.drjava.config
Class representing ternary operations that can be inserted as variables in external processes.
TernaryOpProperty(String, String, Lambda3<O, P, Q, R>, String, String, Lambda<String, O>, String, String, Lambda<String, P>, String, String, Lambda<String, Q>, Lambda<R, String>) - Constructor for class edu.rice.cs.drjava.config.TernaryOpProperty
Create an eager property.
TernaryOpProperty(String, String, Lambda3<O, P, Q, R>, Lambda<String, O>, Lambda<String, P>, Lambda<String, Q>, Lambda<R, String>) - Constructor for class edu.rice.cs.drjava.config.TernaryOpProperty
Create an eager property.
test1() - Method in class edu.rice.cs.drjava.model.definitions.indent.ActionStartPrevLinePlusMultilinePreserveTest
 
test1() - Method in class edu.rice.cs.drjava.model.repl.InteractionsDJDocumentTest
 
test10() - Method in class edu.rice.cs.drjava.model.definitions.indent.ActionStartPrevLinePlusMultilinePreserveTest
 
test11() - Method in class edu.rice.cs.drjava.model.definitions.indent.ActionStartPrevLinePlusMultilinePreserveTest
 
test2() - Method in class edu.rice.cs.drjava.model.definitions.indent.ActionStartPrevLinePlusMultilinePreserveTest
 
test2() - Method in class edu.rice.cs.drjava.model.repl.InteractionsDJDocumentTest
 
test3() - Method in class edu.rice.cs.drjava.model.definitions.indent.ActionStartPrevLinePlusMultilinePreserveTest
 
test4() - Method in class edu.rice.cs.drjava.model.definitions.indent.ActionStartPrevLinePlusMultilinePreserveTest
 
test5() - Method in class edu.rice.cs.drjava.model.definitions.indent.ActionStartPrevLinePlusMultilinePreserveTest
 
test6() - Method in class edu.rice.cs.drjava.model.definitions.indent.ActionStartPrevLinePlusMultilinePreserveTest
 
test7() - Method in class edu.rice.cs.drjava.model.definitions.indent.ActionStartPrevLinePlusMultilinePreserveTest
 
test8() - Method in class edu.rice.cs.drjava.model.definitions.indent.ActionStartPrevLinePlusMultilinePreserveTest
 
TEST_BANNER - Static variable in class edu.rice.cs.drjava.model.repl.InteractionsDocumentTest
 
TEST_DEBUGGER_CLASS - Static variable in class edu.rice.cs.drjava.DrJavaRoot
Class to probe to see if the debugger is available
TEST_FAIL_ATTRIBUTES - Static variable in class edu.rice.cs.drjava.ui.JUnitPanel
 
TEST_INDENT_LEVEL - Static variable in class edu.rice.cs.drjava.model.definitions.indent.IndentRulesTestCase
 
TEST_MODE - Static variable in class edu.rice.cs.util.swing.Utilities
True if the program is run in non-interactive test mode.
TEST_ONE - Static variable in class edu.rice.cs.drjava.model.junit.JUnitErrorModelTest
 
TEST_OUT_OF_SYNC - Static variable in class edu.rice.cs.drjava.ui.JUnitPanel
 
TEST_PASS_ATTRIBUTES - Static variable in class edu.rice.cs.drjava.ui.JUnitPanel
 
TEST_TWO - Static variable in class edu.rice.cs.drjava.model.junit.JUnitErrorModelTest
 
testActiveAndInactive() - Method in class edu.rice.cs.drjava.ui.DefinitionsPaneTest
 
testAddAndRemoveListeners() - Method in class edu.rice.cs.drjava.model.EventNotifierTest
Checks that the notifier adds and removes listeners correctly, notifying the correct ones on a particular event.
testAddKeywordQuotes() - Method in class edu.rice.cs.util.BalancingStreamTokenizerTest
 
testAddKeywordWhitespace() - Method in class edu.rice.cs.util.BalancingStreamTokenizerTest
 
testAddMoreThanMaxSize() - Method in class edu.rice.cs.drjava.ui.RecentFileManagerTest
Tests that the size of the recent files list doesn't get bigger than the maximum size.
testAddNewQuotes() - Method in class edu.rice.cs.util.BalancingStreamTokenizerTest
 
testAddQuotesRepeat() - Method in class edu.rice.cs.util.BalancingStreamTokenizerTest
 
testAddQuotesWhitespace() - Method in class edu.rice.cs.util.BalancingStreamTokenizerTest
 
testAddRemove() - Method in class edu.rice.cs.util.swing.HighlightManagerTest
 
testAddSpaces() - Method in class edu.rice.cs.drjava.model.definitions.indent.ActionStartPrevLinePlusTest
 
testAddSpacesMidLine() - Method in class edu.rice.cs.drjava.model.definitions.indent.ActionStartPrevLinePlusTest
 
testAfterArrayAssign() - Method in class edu.rice.cs.drjava.model.definitions.indent.ActionStartPrevStmtPlusTest
 
testAfterArrayAssignMultiSemi() - Method in class edu.rice.cs.drjava.model.definitions.indent.ActionStartPrevStmtPlusTest
 
testAfterBlockComment() - Method in class edu.rice.cs.drjava.model.definitions.IndentTest
Tests block comment indenting.
testAfterBlockComment2() - Method in class edu.rice.cs.drjava.model.definitions.IndentTest
put your documentation comment here
testAfterBlockComment3() - Method in class edu.rice.cs.drjava.model.definitions.IndentTest
put your documentation comment here
testAfterBlockComment4() - Method in class edu.rice.cs.drjava.model.definitions.IndentTest
put your documentation comment here
testAfterCommentedOutSlashStar() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionInsideCommentTest
 
testAnnotationsAfterDefinition() - Method in class edu.rice.cs.drjava.model.definitions.IndentTest
Tests that annotations do not change the indent level of the lines following.
testAnnotationsAfterOpenCurly() - Method in class edu.rice.cs.drjava.model.definitions.IndentTest
Tests that annotations do not change the indent level of the lines following.
testAnonymousClassIndex() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
Test finding anonymous class index on document.
testAnonymousInnerClass() - Method in class edu.rice.cs.drjava.model.definitions.IndentTest
Regression test for arrays.
testAnonymousInnerClassArg() - Method in class edu.rice.cs.drjava.model.definitions.indent.ActionStartPrevStmtPlusTest
 
testAnonymousInnerClassAssign() - Method in class edu.rice.cs.drjava.model.definitions.indent.ActionStartPrevStmtPlusTest
 
testAnyOccurrenceSearchIgnore() - Method in class edu.rice.cs.drjava.model.FindReplaceMachineTest
 
testApplyDoesChangeConfig() - Method in class edu.rice.cs.drjava.ui.config.BooleanOptionComponentTest
 
testApplyDoesChangeConfig() - Method in class edu.rice.cs.drjava.ui.config.ColorOptionComponentTest
 
testApplyDoesChangeConfig() - Method in class edu.rice.cs.drjava.ui.config.FileOptionComponentTest
 
testApplyDoesChangeConfig() - Method in class edu.rice.cs.drjava.ui.config.FontOptionComponentTest
 
testApplyDoesChangeConfig() - Method in class edu.rice.cs.drjava.ui.config.ForcedChoiceOptionComponentTest
 
testApplyDoesChangeConfig() - Method in class edu.rice.cs.drjava.ui.config.IntegerOptionComponentTest
 
testApplyDoesChangeConfig() - Method in class edu.rice.cs.drjava.ui.config.KeyStrokeOptionComponentTest
 
testApplyDoesChangeConfig() - Method in class edu.rice.cs.drjava.ui.config.VectorFileOptionComponentTest
 
testApplyDoesChangeConfig() - Method in class edu.rice.cs.drjava.ui.config.VectorKeyStrokeOptionComponentTest
 
testApplyRule(AbstractDJDocument, Indenter.IndentReason) - Method in class edu.rice.cs.drjava.model.definitions.indent.IndentRuleQuestion
Convenience method that wraps calls on applyRule in a read lock.
testApplyRule(AbstractDJDocument, int, Indenter.IndentReason) - Method in class edu.rice.cs.drjava.model.definitions.indent.IndentRuleQuestion
Convenience method that wraps calls on applyRule in a read lock.
testApplyThenResetDefault() - Method in class edu.rice.cs.drjava.ui.config.BooleanOptionComponentTest
 
testApplyThenResetDefault() - Method in class edu.rice.cs.drjava.ui.config.ColorOptionComponentTest
 
testApplyThenResetDefault() - Method in class edu.rice.cs.drjava.ui.config.FileOptionComponentTest
 
testApplyThenResetDefault() - Method in class edu.rice.cs.drjava.ui.config.FontOptionComponentTest
 
testApplyThenResetDefault() - Method in class edu.rice.cs.drjava.ui.config.ForcedChoiceOptionComponentTest
 
testApplyThenResetDefault() - Method in class edu.rice.cs.drjava.ui.config.IntegerOptionComponentTest
 
testApplyThenResetDefault() - Method in class edu.rice.cs.drjava.ui.config.KeyStrokeOptionComponentTest
 
testApplyThenResetDefault() - Method in class edu.rice.cs.drjava.ui.config.VectorFileOptionComponentTest
 
testApplyThenResetDefault() - Method in class edu.rice.cs.drjava.ui.config.VectorKeyStrokeOptionComponentTest
 
testArchive(File, Set<String>) - Method in class edu.rice.cs.util.jar.JarCreationTest
Check that all files in an a Set are in the jar file
testArithmetic() - Method in class edu.rice.cs.drjava.config.DrJavaPropertySetupTest
 
testArrayCloning() - Method in class edu.rice.cs.drjava.model.repl.JavaInterpreterTest
Test that array cloning works.
testAttrs() - Method in class edu.rice.cs.util.XMLConfigTest
 
testAttrsDelegate() - Method in class edu.rice.cs.util.XMLConfigTest
 
testAttrsStarEnd() - Method in class edu.rice.cs.util.XMLConfigTest
 
testAttrsStarEndDelegate() - Method in class edu.rice.cs.util.XMLConfigTest
 
testBackSlashBeforeDoubleEscape() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.BackSlashTest
Tests the case when a backslash is inserted before two backslashes.
testBackSlashBeforeDoubleEscape() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.SingleQuoteTest
Tests the case when a backslash is inserted before two backslashes.
testBackspace() - Method in class edu.rice.cs.drjava.ui.DefinitionsPaneTest
 
testBalanceBackward() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelTest
tests backwards balancer, e.g., ')' balances with '('
testBalanceForward() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelTest
tests forward balancer, e.g., '(' balances with ')'
testBarLine() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionInsideCommentTest
 
testBasicBlockComment() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelTest
put your documentation comment here
testBasicDocOps() - Method in class edu.rice.cs.util.text.ConsoleDocumentTest
Tests basic interactions with a Swing Document.
testBasicDocOps() - Method in class edu.rice.cs.util.text.SwingDocumentTest
Tests basic interactions with a Swing Document.
testBlockCommentStartEatsEnd() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelDeleteTest
 
testBlockIndent() - Method in class edu.rice.cs.drjava.model.definitions.IndentTest
put your documentation comment here
testBlockIndent2() - Method in class edu.rice.cs.drjava.model.definitions.IndentTest
Regression test for bug in drjava-20010802-1020: Indent block on a file containing just " x;\n y;\n" would throw an exception.
testBookmark() - Method in class edu.rice.cs.drjava.model.GlobalModelOtherTest
 
testBooleanOps() - Method in class edu.rice.cs.drjava.model.repl.JavaInterpreterTest
Test simple operations with Booleans
testBothIndented() - Method in class edu.rice.cs.drjava.model.definitions.indent.ActionStartPrevLinePlusTest
 
testBothIndentedAddSpaces() - Method in class edu.rice.cs.drjava.model.definitions.indent.ActionStartPrevLinePlusTest
 
testBothIndentedAddStuff() - Method in class edu.rice.cs.drjava.model.definitions.indent.ActionStartPrevLinePlusTest
 
testBraceLastCharOnLine() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionStartAfterOpenBraceTest
 
testBracket() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionBraceIsParenOrBracketTest
 
testBracketWithArrayComprehension() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionBraceIsParenOrBracketTest
 
testBreakBlockCommentWithStar() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelTest
put your documentation comment here
testBreakCloseBlockCommentWithStar() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelTest
put your documentation comment here
testBrowserDocumentRegion() - Method in class edu.rice.cs.drjava.model.DocumentRegionTest
Tests BrowserDocumentRegion class.
testCacheSize() - Method in class edu.rice.cs.drjava.model.cache.DocumentCacheTest
A good warmup test case.
testCancelDoesNotChangeConfig() - Method in class edu.rice.cs.drjava.ui.config.BooleanOptionComponentTest
 
testCancelDoesNotChangeConfig() - Method in class edu.rice.cs.drjava.ui.config.ColorOptionComponentTest
 
testCancelDoesNotChangeConfig() - Method in class edu.rice.cs.drjava.ui.config.FileOptionComponentTest
 
testCancelDoesNotChangeConfig() - Method in class edu.rice.cs.drjava.ui.config.FontOptionComponentTest
 
testCancelDoesNotChangeConfig() - Method in class edu.rice.cs.drjava.ui.config.ForcedChoiceOptionComponentTest
 
testCancelDoesNotChangeConfig() - Method in class edu.rice.cs.drjava.ui.config.IntegerOptionComponentTest
 
testCancelDoesNotChangeConfig() - Method in class edu.rice.cs.drjava.ui.config.KeyStrokeOptionComponentTest
 
testCancelDoesNotChangeConfig() - Method in class edu.rice.cs.drjava.ui.config.VectorFileOptionComponentTest
 
testCancelDoesNotChangeConfig() - Method in class edu.rice.cs.drjava.ui.config.VectorKeyStrokeOptionComponentTest
 
testCancelFirstSave() - Method in class edu.rice.cs.drjava.model.GlobalModelIOTest
Attempts to make the first save of a document, but cancels instead.
testCancelOpenFile() - Method in class edu.rice.cs.drjava.model.GlobalModelIOTest
Initiates a file open, but cancels.
testCancelOpenMultipleFiles() - Method in class edu.rice.cs.drjava.model.GlobalModelIOTest
Initiates a file open, but cancels.
testCancelSaveAlreadySaved() - Method in class edu.rice.cs.drjava.model.GlobalModelIOTest
Saves the document with FOO_TEXT and then saves over the old text, passing in a CancelingSelector to cancel if we are asked for a new file name.
testCancelSaveAsAlreadySaved() - Method in class edu.rice.cs.drjava.model.GlobalModelIOTest
Make sure that saveAs doesn't save if we cancel!
testCanMoveToEmptyAtEnd() - Method in class edu.rice.cs.drjava.model.repl.HistoryTest
 
testCannotEditBeforePrompt() - Method in class edu.rice.cs.drjava.model.repl.InteractionsDocumentTest
Tests that the document prevents editing before the prompt, and beeps if you try.
testCannotEditBeforePrompt() - Method in class edu.rice.cs.drjava.ui.InteractionsPaneTest
Tests that the InteractionsPane cannot be edited before the prompt.
testCannotReadInAWrite() - Method in class edu.rice.cs.util.ReaderWriterLockTest
Ensure that a writing thread cannot perform a read.
testCannotWriteInARead() - Method in class edu.rice.cs.util.ReaderWriterLockTest
Ensure that a reading thread cannot perform a write.
testCannotWriteInAWrite() - Method in class edu.rice.cs.util.ReaderWriterLockTest
Ensure that a writing thread cannot perform an additional write.
testCaretMovementCyclesWhenAtEnd() - Method in class edu.rice.cs.drjava.ui.InteractionsPaneTest
Tests that moving the caret right when it's already at the end will cycle it to the prompt.
testCaretMovementCyclesWhenAtPrompt() - Method in class edu.rice.cs.drjava.ui.InteractionsPaneTest
Tests that moving the caret left when it's already at the prompt will cycle it to the end of the line.
testCaretMovesUpToPromptAfterInsert() - Method in class edu.rice.cs.drjava.ui.InteractionsPaneTest
Tests that the caret catches up to the prompt if it is before it and output is displayed.
testCaretStaysAtEndDuringInteraction() - Method in class edu.rice.cs.drjava.ui.InteractionsPaneTest
 
testCaretUpdatedOnInsert() - Method in class edu.rice.cs.drjava.ui.InteractionsPaneTest
Tests that the caret is put in the correct position after an insert.
testChainEffect() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.BackSlashTest
Tests cases where a long chain of backslashes and quotes can be all altered with a simple insertion or deletion of a special character.
testChainEffect() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.SingleQuoteTest
Tests cases where a long chain of backslashes and quotes can be all altered with a simple insertion or deletion of a special character.
testCharacterOps() - Method in class edu.rice.cs.drjava.model.repl.JavaInterpreterTest
Test character operations.
testcheckClassNameBadNames() - Method in class edu.rice.cs.drjava.ui.NewJavaClassTest
 
testcheckClassNameGoodNames() - Method in class edu.rice.cs.drjava.ui.NewJavaClassTest
 
testcheckSuperClassNameBadNames() - Method in class edu.rice.cs.drjava.ui.NewJavaClassTest
 
testcheckSuperClassNameGoodNames() - Method in class edu.rice.cs.drjava.ui.NewJavaClassTest
 
testClassDeclarationAbstract() - Method in class edu.rice.cs.drjava.ui.NewJavaClassTest
 
testClassDeclarationConstructorSelection() - Method in class edu.rice.cs.drjava.ui.NewJavaClassTest
 
testClassDeclarationDefault() - Method in class edu.rice.cs.drjava.ui.NewJavaClassTest
 
testClassDeclarationDefaultFinal() - Method in class edu.rice.cs.drjava.ui.NewJavaClassTest
 
testClassDeclarationFinal() - Method in class edu.rice.cs.drjava.ui.NewJavaClassTest
 
testClassDeclarationFinalNullMethod() - Method in class edu.rice.cs.drjava.ui.NewJavaClassTest
 
testClassDeclarationFinalNullName() - Method in class edu.rice.cs.drjava.ui.NewJavaClassTest
 
testClassDeclarationInheritance() - Method in class edu.rice.cs.drjava.ui.NewJavaClassTest
 
testClassDeclarationInheritanceAndInterface() - Method in class edu.rice.cs.drjava.ui.NewJavaClassTest
 
testClassDeclarationInheritanceAndInterfaceNotWellStructured() - Method in class edu.rice.cs.drjava.ui.NewJavaClassTest
 
testClassDeclarationInterface() - Method in class edu.rice.cs.drjava.ui.NewJavaClassTest
 
testClassDeclarationMainMethodSelection() - Method in class edu.rice.cs.drjava.ui.NewJavaClassTest
 
testClassDeclarationManyInterfaces() - Method in class edu.rice.cs.drjava.ui.NewJavaClassTest
 
testClassDeclarationOnly() - Method in class edu.rice.cs.drjava.ui.NewJavaClassTest
 
testClassDeclarationPublic() - Method in class edu.rice.cs.drjava.ui.NewJavaClassTest
 
testClassDeclarationWrongMethodName() - Method in class edu.rice.cs.drjava.ui.NewJavaClassTest
 
testClassFileSynchronization() - Method in class edu.rice.cs.drjava.model.GlobalModelCompileIOTest
After creating a new file, saving, and compiling it, this test checks that the new document is in sync after compiling and is out of sync after modifying and even saving it.
testClassFileSynchronizationAfterRename() - Method in class edu.rice.cs.drjava.model.GlobalModelCompileIOTest
Ensure that renaming a file makes it out of sync with its class file.
testClearCurrent() - Method in class edu.rice.cs.drjava.model.repl.InteractionsDocumentTest
Tests that clear current interaction works.
testClearCurrentInteraction() - Method in class edu.rice.cs.drjava.ui.InteractionsPaneTest
Tests that the caret is moved properly when the current interaction is cleared.
testClearEventQueue() - Method in class edu.rice.cs.util.swing.UtilitiesTest
 
testClearLine() - Method in class edu.rice.cs.drjava.ui.MainFrameTest
Tests that the clipboard is unmodified after a "clear line" action.
testCloseAllClosesProject() - Method in class edu.rice.cs.drjava.ui.ProjectMenuTest
 
testCloseBracePrefix() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionCurrLineStartsWithSkipCommentsTest
 
testCloseFileAllowAbandon() - Method in class edu.rice.cs.drjava.model.GlobalModelIOTest
Creates a new document, modifies it, then allows it to be closed, ignoring the changes made.
testCloseFileDisallowAbandon() - Method in class edu.rice.cs.drjava.model.GlobalModelIOTest
Creates a new document, modifies it, but disallows a call to close it without saving changes.
testCloseFiles() - Method in class edu.rice.cs.drjava.model.SingleDisplayModelTest
Tests that active document is switched on close, and that a new file is created after the last one is closed.
testCloseMultipleFiles() - Method in class edu.rice.cs.drjava.model.GlobalModelIOTest
Ensures closing documents works correctly.
testCloseUnmodifiedAutomatically() - Method in class edu.rice.cs.drjava.model.SingleDisplayModelTest
Ensures that an unmodified, empty document is closed after a file is opened, while a modified document is left open.
testCollapse() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ModelListTest
 
testCollapsedPaths() - Method in class edu.rice.cs.util.docnavigation.JTreeSortNavigatorTest
 
testColonInTernaryOpIgnoreWhitespaceAndComments() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionExistsCharInStmtTest
Ensures that a colon that is part of a ternary operator is detected.
testColonInTernaryOpMultiLineStmts() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionExistsCharInStmtTest
Ensures that a colon that is part of a ternary operator is detected.
testColonInTernaryOpOneLineStmts() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionExistsCharInStmtTest
Ensures that a colon that is part of a ternary operator is detected.
testColonInTernaryOpTwoStmtsOnOneLine() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionExistsCharInStmtTest
Ensures that a colon that is part of a ternary operator is detected.
testColonNotDelim() - Method in class edu.rice.cs.drjava.model.definitions.indent.ActionStartPrevStmtPlusTest
 
testColonNotInTernaryOpDueToQuestionMarkInCommentsOrQuotes() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionExistsCharInStmtTest
Ensures that a colon that is part of a ternary operator is detected.
testColonNotInTernaryOpMultiLineStmts() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionExistsCharInStmtTest
Ensures that a colon that is part of a ternary operator is detected.
testCommandLineToLists() - Method in class edu.rice.cs.util.StringOpsTest
 
testCommandLineToLists_Pipe() - Method in class edu.rice.cs.util.StringOpsTest
 
testCommandLineToLists_PipeAndSeq() - Method in class edu.rice.cs.util.StringOpsTest
 
testCommandLineToLists_Seq() - Method in class edu.rice.cs.util.StringOpsTest
 
testComment() - Method in class edu.rice.cs.drjava.model.definitions.indent.ActionBracePlusTest
 
testCommentedBrace() - Method in class edu.rice.cs.drjava.model.definitions.indent.ActionStartStmtOfBracePlusTest
Tests indenting with commented delimiters.
testCommentedOutSlashStar() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionInsideCommentTest
 
testCommentedOutSlashStarAfter() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionPrevLineStartsCommentTest
 
testCommentedOutSlashStarAt() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionPrevLineStartsCommentTest
 
testCommentedOutSlashStarBefore() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionPrevLineStartsCommentTest
 
testCommentedPrefix() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionPrevLineStartsWithTest
Tests having a commented prefix.
testCommentedPrefixDontSearchComment() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionCurrLineStartsWithTest
Tests having a commented prefix without searching in comments.
testCommentedPrefixSearchComment() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionCurrLineStartsWithTest
Tests having a commented prefix with searching in comments.
testCommentOutMultipleLines() - Method in class edu.rice.cs.drjava.model.definitions.CommentTest
Tests the Comment Out Line(s) command with multiple lines.
testCommentOutSingleLine() - Method in class edu.rice.cs.drjava.model.definitions.CommentTest
Tests the Comment Out Line(s) command with a single line.
testCommentPrefix() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionPrevLineStartsWithTest
Tests a prefix that begins a comment.
testCommentsAfterBrace() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionStartAfterOpenBraceTest
 
testCompileAbortsIfAnyUnsaved() - Method in class edu.rice.cs.drjava.model.GlobalModelCompileTest
If we try to compile while any files are unsaved, and if we don't save when asked to saveAllBeforeProceeding, it should not do the compile or any other actions.
testCompileAbortsIfUnsaved() - Method in class edu.rice.cs.drjava.model.GlobalModelCompileTest
If we try to compile an unsaved file, and if we don't save when asked to saveAllBeforeProceeding, it should not do the compile or any other actions.
testCompileActiveSavedAnyUnsavedButSaveWhenAsked() - Method in class edu.rice.cs.drjava.model.GlobalModelCompileTest
If we try to compile while any files (but not the active file) are unsaved but we do save it from within saveAllBeforeProceeding, the compile should occur happily.
testCompileAfterFileMoved() - Method in class edu.rice.cs.drjava.model.GlobalModelCompileIOTest
Tests a compile after a file has unexpectedly been moved or delete.
testCompileAllDifferentSourceRoots() - Method in class edu.rice.cs.drjava.model.GlobalModelCompileSuccessTest
Tests calling compileAll with different source roots works.
testCompileAllFailsDifferentSourceRoots() - Method in class edu.rice.cs.drjava.model.GlobalModelCompileErrorsTest
Tests calling compileAll with different source roots works if the files have errors in them.
testCompileAllWithNoFiles() - Method in class edu.rice.cs.drjava.model.GlobalModelCompileTest
Tests calling compileAll with no source files works.
testCompileAnyUnsavedButSaveWhenAsked() - Method in class edu.rice.cs.drjava.model.GlobalModelCompileTest
If we try to compile while any files (including the active file) are unsaved but we do save it from within saveAllBeforeProceeding, the compile should occur happily.
testCompileClassPathOKDefaultPackage() - Method in class edu.rice.cs.drjava.model.GlobalModelCompileSuccessTest
Test that one compiled file can depend on the other and that when a keyword is part of a field name, the file will compile.
testCompileClassPathOKDifferentPackages() - Method in class edu.rice.cs.drjava.model.GlobalModelCompileSuccessTest
Test that one compiled file can depend on the other.
testCompileEndWhileParsing() - Method in class edu.rice.cs.drjava.model.GlobalModelCompileErrorsTest
Tests compiling an invalid file and checks to make sure the class file was not created.
testCompileFailsCorrectLineNumbers() - Method in class edu.rice.cs.drjava.model.GlobalModelCompileErrorsTest
Tests the compiler errors have the correct line numbers.
testCompileMissingCloseCurly() - Method in class edu.rice.cs.drjava.model.GlobalModelCompileErrorsTest
Tests compiling an invalid file and checks to make sure the class file was not created.
testCompilePackageAsField() - Method in class edu.rice.cs.drjava.model.GlobalModelCompileErrorsTest
Creates a source file with "package" as a field name and ensures that compile starts but fails due to the invalid field name.
testCompilePackageAsField2() - Method in class edu.rice.cs.drjava.model.GlobalModelCompileErrorsTest
Creates a source file with "package" as a field name and ensures that compile starts but fails due to the invalid field name.
testCompileReferenceToNonPublicClass() - Method in class edu.rice.cs.drjava.model.GlobalModelCompileSuccessOptionsTest
Tests a compile on a file that references a non-public class defined in another class with a name different than the non-public class.
testCompileResetsInteractions() - Method in class edu.rice.cs.drjava.model.GlobalModelCompileTest
Tests that the interactions pane is reset after a successful compile.
testCompileWithGenerics() - Method in class edu.rice.cs.drjava.model.GlobalModelCompileSuccessOptionsTest
Tests compiling a file with generics works with generic compilers.
testCompileWithJavaAssert() - Method in class edu.rice.cs.drjava.model.GlobalModelCompileSuccessOptionsTest
Test support for assert keyword if enabled.
testCompileWithPackageStatementInsideClass() - Method in class edu.rice.cs.drjava.model.GlobalModelCompileErrorsTest
Puts an otherwise valid package statement inside a class declaration.
testCompleteFilename() - Method in class edu.rice.cs.drjava.model.SingleDisplayModelTest
Tests the getCompleteFileName method.
testComplexBraceInsertion() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelTest
Test to ensure that a complex sequence of multi-lined Brace entries does not fail.
testCompress() - Method in class edu.rice.cs.util.StringOpsTest
 
testConcurrentWrites() - Method in class edu.rice.cs.util.LogTest
Attempts to test Log's behavior when called concurrently from several sources.
testConsoleInput() - Method in class edu.rice.cs.drjava.model.GlobalModelIOTest
Tests that input can be written to and read from the console correctly.
testConstants() - Method in class edu.rice.cs.drjava.model.repl.JavaInterpreterTest
Make sure interpreting simple constants works.
testConstructDoclessErrors() - Method in class edu.rice.cs.drjava.model.compiler.CompilerErrorModelTest
Tests CompilerErrorModel setup code with only errors without files.
testConstructManyDocsWithBoth() - Method in class edu.rice.cs.drjava.model.compiler.CompilerErrorModelTest
Tests CompilerErrorModel setup code with several files and errors both with and without line numbers.
testConstructManyDocsWithLineNums() - Method in class edu.rice.cs.drjava.model.compiler.CompilerErrorModelTest
Tests CompilerErrorModel setup code with several files and only errors with line numbers.
testConstructManyDocsWithoutLineNums() - Method in class edu.rice.cs.drjava.model.compiler.CompilerErrorModelTest
Tests CompilerErrorModel setup code with several files and only errors without line numbers.
testConstructNoErrors() - Method in class edu.rice.cs.drjava.model.compiler.CompilerErrorModelTest
Tests CompilerErrorModel setup code with no compiler errors.
testConstructOneDocWithBoth() - Method in class edu.rice.cs.drjava.model.compiler.CompilerErrorModelTest
Tests CompilerErrorModel setup code with one file and errors both with and without line numbers.
testConstructOneDocWithLineNums() - Method in class edu.rice.cs.drjava.model.compiler.CompilerErrorModelTest
Tests CompilerErrorModel setup code with one file and only errors with line numbers.
testConstructOneDocWithoutLineNums() - Method in class edu.rice.cs.drjava.model.compiler.CompilerErrorModelTest
Tests CompilerErrorModel setup code with one file and only errors without line numbers.
testConstructOnlyWarnings() - Method in class edu.rice.cs.drjava.model.compiler.CompilerErrorModelTest
Tests CompilerErrorModel setup code with only warnings without files.
testConstructorWithFileName() - Method in class edu.rice.cs.util.XMLConfigTest
Tests XMLConfig(String filename)
testContainsClassOrInterfaceOrEnum() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
Test containsClassOrInterfaceOrEnum.
testContentsAndReset() - Method in class edu.rice.cs.drjava.model.repl.InteractionsDocumentTest
Tests that initial contents are the banner and prompt, and that reset works.
testControlFlow() - Method in class edu.rice.cs.drjava.config.DrJavaPropertySetupTest
 
testConvertToAbsolutePathEntries() - Method in class edu.rice.cs.util.FileOpsTest
 
testConvertToLiteral() - Method in class edu.rice.cs.util.StringOpsTest
Tests converting a string to a literal
testCopyConstructor() - Method in class edu.rice.cs.util.BalancingStreamTokenizerTest
 
testCornerCase() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionCurrLineIsWingCommentTest
 
testCorrectFilesAfterIncorrectChanges_NOJOIN() - Method in class edu.rice.cs.drjava.model.GlobalModelJUnitTest
Tests that when a JUnit file with no errors is compiled and then modified to contain an error does not pass unit testing (by running correct class files).
testCorrectInteractionsDocument() - Method in class edu.rice.cs.drjava.ui.MainFrameTest
Make sure that the InteractionsPane is displaying the correct InteractionsDocument.
testCorrectParse() - Method in class edu.rice.cs.util.sexp.SExpParserTest
 
testCrazyCase1() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelTest
put your documentation comment here
testCrazyCase2() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelTest
Test sequences of inserts
testCrazyDelete() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelDeleteTest
 
testCreateJar() - Method in class edu.rice.cs.util.jar.JarCreationTest
Test the manual creation of jar files
testCreateJarFromDirectoryRecursive() - Method in class edu.rice.cs.util.jar.JarCreationTest
Test create addDirectoryRecursive
testCreateMachineSuccess() - Method in class edu.rice.cs.drjava.model.FindReplaceMachineTest
 
testCreateManifest() - Method in class edu.rice.cs.util.jar.JarCreationTest
Tests the creation of manifest files through the ManifestWriter class
testCreateManualToolbarButton() - Method in class edu.rice.cs.drjava.ui.MainFrameTest
Tests that the returned JButton of createManualToolbarButton: 1.
testCreateTempDirectory() - Method in class edu.rice.cs.util.FileOpsTest
 
testCurly() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionBraceIsParenOrBracketTest
 
testCurlyAlignment() - Method in class edu.rice.cs.drjava.model.definitions.IndentTest
put your documentation comment here
testCurrent() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ModelListTest
 
testCustomArguments() - Method in class edu.rice.cs.drjava.model.javadoc.JavadocModelTest
Be sure to test: -tag require:a:"Require:"
testCustomConfigFile() - Method in class edu.rice.cs.drjava.ConfigFileTest
Creates a custom properties file, tells DrJava to use it, and checks that it is being used.
testCutLine() - Method in class edu.rice.cs.drjava.ui.MainFrameTest
Tests that the clipboard is modified after a "cut line" action.
testDancingUIFileClosed() - Method in class edu.rice.cs.drjava.ui.MainFrameTest
A Test to guarantee that the Dancing UI bug will not rear its ugly head again.
testDancingUIFileOpened() - Method in class edu.rice.cs.drjava.ui.MainFrameTest
A Test to guarantee that the Dancing UI bug will not rear its ugly head again.
testDebugPort() - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelTest
Tests that a debug port can be generated.
testDeclarationPublicAbstract() - Method in class edu.rice.cs.drjava.ui.NewJavaClassTest
 
testDeclarationPublicFinal() - Method in class edu.rice.cs.drjava.ui.NewJavaClassTest
 
testDeclareVoidMethod() - Method in class edu.rice.cs.drjava.model.repl.JavaInterpreterTest
Tests that declaring a void method in the Interactions Pane won't cause a bad type exception.
testDefaultSelection() - Method in class edu.rice.cs.util.swing.ScrollableListSelectionDialogTest
 
testDeleteAndCombine() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.BackSlashTest
Tests the case where deletion combines a backslash and a quote or two backslashes.
testDeleteAndCombine() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.SingleQuoteTest
Tests the case where deletion combines a backslash and a quote or two backslashes.
testDeleteAndCombine2() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.BackSlashTest
Tests more of the same sort of cases as found in testDeleteAndCombine().
testDeleteAndCombine2() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.SingleQuoteTest
Tests more of the same sort of cases as found in testDeleteAndCombine().
testDeleteAndCombine3() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.BackSlashTest
More of the same sort of cases as found in testDeleteAndCombine().
testDeleteAndCombine3() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.SingleQuoteTest
More of the same sort of cases as found in testDeleteAndCombine().
testDeleteAndMergeTwoGaps() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelDeleteTest
Tests reduced model behavioir for deleting text then merging two gaps.
testDeleteBlockCommentMakesLineComment() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelDeleteTest
 
testDeleteDirectoryOnExit() - Method in class edu.rice.cs.util.FileOpsTest
Tests that non-empty directories can be deleted on exit.
testDeleteFileBeforeCloseAll() - Method in class edu.rice.cs.drjava.model.SingleDisplayModelTest
 
testDeleteFileWhileOpen() - Method in class edu.rice.cs.drjava.model.SingleDisplayModelTest
 
testDeleteFreesBlockCommentEnd() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelDeleteTest
 
testDeleteNewlineAndShadowBlockCommentStart() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelDeleteTest
 
testDifferentInputs() - Method in class edu.rice.cs.util.sexp.SExpParserTest
There are three ways to input the data to a parse.
testDirectoryFilterDescription() - Method in class edu.rice.cs.drjava.ui.RecentFileManagerTest
Verifies that the presentation names for the directory filter are correct.
TestDocGetter - Class in edu.rice.cs.drjava.model
Test implementation of the document fetching methods in the GlobalModel interface.
TestDocGetter() - Constructor for class edu.rice.cs.drjava.model.TestDocGetter
Convenience constructor for no-documents case.
TestDocGetter(File[], String[]) - Constructor for class edu.rice.cs.drjava.model.TestDocGetter
Primary constructor, builds OpenDefDocs from Strings.
TestDocGetter.TestOpenDoc - Class in edu.rice.cs.drjava.model
Test implementation of OpenDefinitionsDocument interface.
TestDocGetter.TestOpenDoc(DefinitionsDocument) - Constructor for class edu.rice.cs.drjava.model.TestDocGetter.TestOpenDoc
 
TestDocGetterTest - Class in edu.rice.cs.drjava.model
JUnit test class for testing TestDocGetter.
TestDocGetterTest() - Constructor for class edu.rice.cs.drjava.model.TestDocGetterTest
 
testDocLocationAfterSwitch() - Method in class edu.rice.cs.drjava.ui.MainFrameTest
Tests that the current location of a document is equal to the caret Position after switching to another document and back.
testDocStart() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionInsideCommentTest
 
testDocumentPaneMemoryLeak() - Method in class edu.rice.cs.drjava.ui.DefinitionsPaneMemoryLeakTest
 
testDocumentSwitching() - Method in class edu.rice.cs.drjava.model.SingleDisplayModelTest
Tests the setNext and setPrevious functions, making sure that the activeDocumentChanged event is called.
testDoesNotEndWithParenDelim() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionNewParenPhraseTest
Tests having text on a line after the delimiter.
testDoesNotStartWithPrefix() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionCurrLineStartsWithTest
Tests having text on a line before the prefix.
testDoesNotStartWithPrefix() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionPrevLineStartsWithTest
Tests having text on a line before the prefix.
testDollarEscapedQuoted() - Method in class edu.rice.cs.util.BalancingStreamTokenizerTest
 
testDollarEscapedQuoted2() - Method in class edu.rice.cs.util.BalancingStreamTokenizerTest
 
testDollarEscapeQuoted() - Method in class edu.rice.cs.util.BalancingStreamTokenizerTest
 
testDollarNestedQuoted() - Method in class edu.rice.cs.util.BalancingStreamTokenizerTest
 
testDollarNestedQuotedKeywords() - Method in class edu.rice.cs.util.BalancingStreamTokenizerTest
 
testDollarNestedQuotedKeywordsWSSignificant() - Method in class edu.rice.cs.util.BalancingStreamTokenizerTest
 
testDollarQuoted() - Method in class edu.rice.cs.util.BalancingStreamTokenizerTest
 
testDotPaths() - Method in class edu.rice.cs.drjava.CommandLineTest
Tests paths with "." and ".." in them.
testDoubleEclipsesSingle() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.MixedQuoteTest
Tests how a double quote can eclipse the effects of a single quote by inserting the double quote before the single quote.
testDoubleOps() - Method in class edu.rice.cs.drjava.model.repl.JavaInterpreterTest
Test double operations.
testDummyDocumentRegion() - Method in class edu.rice.cs.drjava.model.DocumentRegionTest
Tests DummyDocumentRegion class.
testDups() - Method in class edu.rice.cs.drjava.CommandLineTest
Test duplicate files.
testDynamicInput() - Method in class edu.rice.cs.util.StreamRedirectorTest
Tests that an InputStreamRedirector correctly redirects input that changes.
testEditCondition() - Method in class edu.rice.cs.util.text.ConsoleDocumentTest
Tests that a SwingDocument can receive an object that determines whether certain edits are legal.
testEditCondition() - Method in class edu.rice.cs.util.text.SwingDocumentTest
Tests that a SwingDocument can receive an object that determines whether certain edits are legal.
testElspethOneJUnitError_NOJOIN() - Method in class edu.rice.cs.drjava.model.GlobalModelJUnitTest
Tests that a JUnit file with an error is reported to have an error.
testEmbeddedBraceForms() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionBraceIsCurlyTest
 
testEmpty() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionCurrLineEmptyOrEnterPressTest
 
testEmpty() - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModelTest
 
testEmptyConfigSet() - Method in class edu.rice.cs.drjava.config.OptionMapLoaderTest
 
testEmptyConfiguration() - Method in class edu.rice.cs.drjava.config.SavableConfigurationTest
Tests the saveConfiguration method with no configuration data
testEmptyInput() - Method in class edu.rice.cs.util.StreamRedirectorTest
Tests that an InputStreamRedirector correctly interprets empty input as end of stream.
testEmptyString() - Method in class edu.rice.cs.drjava.model.definitions.indent.ActionDoNothingTest
Tests empty string
testEncodeHTML() - Method in class edu.rice.cs.util.StringOpsTest
 
testEndBrace() - Method in class edu.rice.cs.drjava.model.definitions.IndentTest
put your documentation comment here
testEnded(String, boolean, boolean) - Method in class edu.rice.cs.drjava.model.junit.DefaultJUnitModel
Called when a particular test has ended.
testEnded(String, boolean, boolean) - Method in interface edu.rice.cs.drjava.model.junit.JUnitModelCallback
Called when a particular test has ended.
testEnded(String) - Method in class edu.rice.cs.drjava.model.junit.JUnitTestRunner
Called by JUnit when a test has finished.
testEnded(String, boolean, boolean) - Method in class edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM
Notifies that a particular test has ended.
testEnded(String, boolean, boolean) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.DummyJUnitModel
 
testEnded(String, boolean, boolean) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM
Called when a particular test has ended.
testEnded(String, boolean, boolean) - Method in interface edu.rice.cs.drjava.model.repl.newjvm.MainJVMRemoteI
Called when a particular test has ended.
testEnded(String, boolean, boolean) - Method in class edu.rice.cs.drjava.ui.JUnitPanel.JUnitErrorListPane
Displays the results of a test that has finished.
testEndOfBlockComment() - Method in class edu.rice.cs.drjava.model.definitions.IndentTest
Tests block comment indenting.
testEnter() - Method in class edu.rice.cs.drjava.model.definitions.IndentTest
put your documentation comment here
testEnter2() - Method in class edu.rice.cs.drjava.model.definitions.IndentTest
put your documentation comment here
testEquals() - Method in class edu.rice.cs.util.sexp.TokensTest
 
tester(Pair<String, Object>[]) - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelErrorTest
Asserts that the results of interpreting the first of each Pair is equal to the second.
tester(Pair<String, Object>[]) - Method in class edu.rice.cs.drjava.model.repl.JavaInterpreterTest
Asserts that the results of interpreting the first of each Pair is equal to the second.
testErrorInSuperClass_NOJOIN() - Method in class edu.rice.cs.drjava.model.junit.JUnitErrorModelTest
Test errors that occur in superclass.
testErrors() - Method in class edu.rice.cs.drjava.model.javadoc.JavadocModelTest
 
testErrorsArrayInOrder_NOJOIN() - Method in class edu.rice.cs.drjava.model.junit.JUnitErrorModelTest
Tests that the errors array contains all encountered failures and error in the right order.
testErrorsInMultipleDocuments() - Method in class edu.rice.cs.drjava.model.compiler.CompilerErrorModelTest
 
testEscapeAtFrontBeforeKeyword() - Method in class edu.rice.cs.util.BalancingStreamTokenizerTest
 
testEscapeAtFrontBeforeNormal() - Method in class edu.rice.cs.util.BalancingStreamTokenizerTest
 
testEscapeAtFrontBeforeQuote() - Method in class edu.rice.cs.util.BalancingStreamTokenizerTest
 
testEscapeAtFrontBeforeWS() - Method in class edu.rice.cs.util.BalancingStreamTokenizerTest
 
testEscapeDollarNestedQuoted() - Method in class edu.rice.cs.util.BalancingStreamTokenizerTest
 
testEscapeDollarNestedQuotedKeywords() - Method in class edu.rice.cs.util.BalancingStreamTokenizerTest
 
testEscapeDollarNestedQuotedKeywordsWithEscapeWSSignificant() - Method in class edu.rice.cs.util.BalancingStreamTokenizerTest
 
testEscapeDollarNestedQuotedKeywordsWithEscapeWSSignificant2() - Method in class edu.rice.cs.util.BalancingStreamTokenizerTest
 
testEscapeDollarNestedQuotedKeywordsWSSignificant() - Method in class edu.rice.cs.util.BalancingStreamTokenizerTest
 
testEscapeDollarQuoted() - Method in class edu.rice.cs.util.BalancingStreamTokenizerTest
 
testEscapedQuoted() - Method in class edu.rice.cs.util.BalancingStreamTokenizerTest
 
testEscapeNestedQuoted() - Method in class edu.rice.cs.util.BalancingStreamTokenizerTest
 
testEscapeNestedQuotedNW() - Method in class edu.rice.cs.util.BalancingStreamTokenizerTest
 
testEscapePipeDollarNestedQuoted() - Method in class edu.rice.cs.util.BalancingStreamTokenizerTest
 
testEscapePipeDollarNestedQuotedKeywords() - Method in class edu.rice.cs.util.BalancingStreamTokenizerTest
 
testEscapePipeDollarNestedQuotedKeywordsWithEscape2WSSignificant() - Method in class edu.rice.cs.util.BalancingStreamTokenizerTest
 
testEscapePipeDollarNestedQuotedKeywordsWithEscape2WSSignificant2() - Method in class edu.rice.cs.util.BalancingStreamTokenizerTest
 
testEscapePipeDollarNestedQuotedKeywordsWithEscapeWSSignificant() - Method in class edu.rice.cs.util.BalancingStreamTokenizerTest
 
testEscapePipeDollarNestedQuotedKeywordsWithEscapeWSSignificant2() - Method in class edu.rice.cs.util.BalancingStreamTokenizerTest
 
testEscapePipeDollarNestedQuotedKeywordsWSSignificant() - Method in class edu.rice.cs.util.BalancingStreamTokenizerTest
 
testEscapePipeDollarQuoted() - Method in class edu.rice.cs.util.BalancingStreamTokenizerTest
 
testEscapePipeNestedQuoted() - Method in class edu.rice.cs.util.BalancingStreamTokenizerTest
 
testEscapePipeNestedQuotedNW() - Method in class edu.rice.cs.util.BalancingStreamTokenizerTest
 
testEscapePipeQuoted() - Method in class edu.rice.cs.util.BalancingStreamTokenizerTest
 
testEscapePipeQuotedNW() - Method in class edu.rice.cs.util.BalancingStreamTokenizerTest
 
testEscapePipeSimple() - Method in class edu.rice.cs.util.BalancingStreamTokenizerTest
 
testEscapePipeSimple2() - Method in class edu.rice.cs.util.BalancingStreamTokenizerTest
 
testEscapePipeSimple3() - Method in class edu.rice.cs.util.BalancingStreamTokenizerTest
 
testEscapePipeSimple4() - Method in class edu.rice.cs.util.BalancingStreamTokenizerTest
 
testEscapeQuoted() - Method in class edu.rice.cs.util.BalancingStreamTokenizerTest
 
testEscapeQuotedNW() - Method in class edu.rice.cs.util.BalancingStreamTokenizerTest
 
testEscapeSimple() - Method in class edu.rice.cs.util.BalancingStreamTokenizerTest
 
testEscapeSimple2() - Method in class edu.rice.cs.util.BalancingStreamTokenizerTest
 
testEscapeSimple3() - Method in class edu.rice.cs.util.BalancingStreamTokenizerTest
 
testEscapeSimple4() - Method in class edu.rice.cs.util.BalancingStreamTokenizerTest
 
testEscapeUnEscapeFileName() - Method in class edu.rice.cs.util.StringOpsTest
 
testEscapeWhitespace() - Method in class edu.rice.cs.util.BalancingStreamTokenizerTest
 
testEscapeWhitespaceRange() - Method in class edu.rice.cs.util.BalancingStreamTokenizerTest
 
testEvaluationVisitorExtensionNO_RESULT() - Method in class edu.rice.cs.drjava.model.repl.JavaInterpreterTest
Test the operation of the EvaluationVisitorExtension by performing a computation with no results (interpreter should return NO_RESULT and not null)
testExactClassName() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
Test exact class name-finding on document.
testException() - Method in class edu.rice.cs.util.text.ConsoleDocumentTest
Tests that a EditDocumentException is thrown when it should be.
testException() - Method in class edu.rice.cs.util.text.SwingDocumentTest
Tests that a EditDocumentException is thrown when it should be.
testExceptionPrinting() - Method in class edu.rice.cs.util.LogTest
Tests the Exception printing methods in the Log file by throwing two exceptions and using the two types of log methods (one with the Throwable itself and the other with the the StackTraceElement[])
testExceptions() - Method in class edu.rice.cs.util.XMLConfigTest
 
testExceptionsDelegate() - Method in class edu.rice.cs.util.XMLConfigTest
 
testExitInteractions() - Method in class edu.rice.cs.drjava.model.GlobalModelOtherTest
Checks that System.exit is handled appropriately from interactions pane.
testExtractErrors() - Method in class edu.rice.cs.drjava.model.javadoc.JavadocModelTest
 
testFailed(int, Test, Throwable) - Method in class edu.rice.cs.drjava.model.junit.JUnitTestRunner
 
testFakeConfigProperties() - Method in class edu.rice.cs.drjava.config.DrJavaPropertySetupTest
 
testFieldsForCurrentLocation() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.BraceInfoTest
 
testFile() - Method in class edu.rice.cs.drjava.config.DrJavaPropertySetupTest
 
testFileDefaultPackage() - Method in class edu.rice.cs.drjava.model.javadoc.JavadocModelTest
 
testFileMaskFilter() - Method in class edu.rice.cs.drjava.config.RecursiveFileListPropertyTest
Test the FileMaskFilter inner class.
testFileMovedWhenTriedToSave() - Method in class edu.rice.cs.drjava.model.GlobalModelIOTest
Test for the possibility that the file has been moved or deleted since it was last referenced
testFileOnePackage() - Method in class edu.rice.cs.drjava.model.javadoc.JavadocModelTest
 
testFilesMultiplePackages() - Method in class edu.rice.cs.drjava.model.javadoc.JavadocModelTest
 
testFilesOnePackage() - Method in class edu.rice.cs.drjava.model.javadoc.JavadocModelTest
 
testFindMatchKeywords() - Method in class edu.rice.cs.util.BalancingStreamTokenizerTest
 
testFindMatchWithCaretInMiddle() - Method in class edu.rice.cs.drjava.model.FindReplaceMachineTest
 
testFindMatchWithCaretInMiddleBackwards() - Method in class edu.rice.cs.drjava.model.FindReplaceMachineTest
 
testFindMultiLine() - Method in class edu.rice.cs.drjava.model.FindReplaceMachineTest
 
testFindNextAndFailIsOnMatch() - Method in class edu.rice.cs.drjava.model.FindReplaceMachineTest
 
testFindNextOnSuffix() - Method in class edu.rice.cs.drjava.model.FindReplaceMachineTest
 
testFindNextUpdatesCurrent() - Method in class edu.rice.cs.drjava.model.FindReplaceMachineTest
 
testFindNoMatchCase() - Method in class edu.rice.cs.drjava.model.FindReplaceMachineTest
 
testFindPartialSubstrings() - Method in class edu.rice.cs.drjava.model.FindReplaceMachineTest
This test checks that a findNext won't find two matches that partially overlap.
testFindPrevDelimiter() - Method in class edu.rice.cs.drjava.model.definitions.IndentHelperTest
Tests findPrevDelimiter()
testFindPrevOnPrefix() - Method in class edu.rice.cs.drjava.model.FindReplaceMachineTest
 
testFindReplaceInAllOpenFiles() - Method in class edu.rice.cs.drjava.model.FindReplaceMachineTest
This test addresses feature request #784514 Find/Replace in all Open Files.
testFindReplaceInAllOpenFilesWholeWord() - Method in class edu.rice.cs.drjava.model.FindReplaceMachineTest
 
testFirstCreation() - Method in class edu.rice.cs.drjava.model.debug.DebugWatchDataTest
Tests the state of a watch after its creation.
testFlatten() - Method in class edu.rice.cs.util.StringOpsTest
 
testFlip() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.BraceTest
Test the flip() method.
testFooLine() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionInsideCommentTest
 
testFor() - Method in class edu.rice.cs.drjava.model.definitions.IndentTest
put your documentation comment here
testFor2() - Method in class edu.rice.cs.drjava.model.definitions.IndentTest
put your documentation comment here
testForceFileOpen() - Method in class edu.rice.cs.drjava.model.GlobalModelIOTest
Force a file to be opened with getDocumentforFile.
testFormat() - Method in class edu.rice.cs.drjava.config.BooleanOptionTest
 
testFormat() - Method in class edu.rice.cs.drjava.config.ColorOptionTest
Test the format() method of ColorOption class.
testFormat() - Method in class edu.rice.cs.drjava.config.FontOptionTest
 
testFormat() - Method in class edu.rice.cs.drjava.config.ForcedChoiceOptionTest
 
testFormat() - Method in class edu.rice.cs.drjava.config.IntegerOptionTest
 
testFormat() - Method in class edu.rice.cs.drjava.config.KeyStrokeOptionTest
Test the format method by comparing a KeyStroke object to itself after it has been formatted to a string and parsed back into a KeyStroke object.
testFormat() - Method in class edu.rice.cs.drjava.config.LongOptionTest
 
testFormat() - Method in class edu.rice.cs.drjava.config.NonNegativeIntegerOptionTest
 
testFormat() - Method in class edu.rice.cs.drjava.config.StringOptionTest
 
testFormat() - Method in class edu.rice.cs.drjava.config.VectorOptionTest
 
testForStatement() - Method in class edu.rice.cs.drjava.model.definitions.indent.ActionStartStmtOfBracePlusTest
Tests indenting a for statement (odd semicolons)
testFragmentEmpty() - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModelTest
 
testFragmentIgnoreCaseEmpty() - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModelTest
 
testFragmentIgnoreCaseNarrowingWithExtend() - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModelTest
 
testFragmentIgnoreCaseNarrowingWithSet() - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModelTest
 
testFragmentIgnoreCaseSetMatching() - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModelTest
 
testFragmentIgnoreCaseSetNotInList() - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModelTest
 
testFragmentIgnoreCaseSetNotMatching() - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModelTest
 
testFragmentIgnoreCaseWidening() - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModelTest
 
testFragmentInitial() - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModelTest
 
testFragmentLineNumStrategy() - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModelTest
 
testFragmentNarrowingWithExtend() - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModelTest
 
testFragmentNarrowingWithSet() - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModelTest
 
testFragmentSetMatching() - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModelTest
 
testFragmentSetNotInList() - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModelTest
 
testFragmentSetNotMatching() - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModelTest
 
testFragmentWidening() - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModelTest
 
testFrenchKeyStrokes() - Method in class edu.rice.cs.drjava.ui.DefinitionsPaneTest
This testcase checks that we do no longer discard Alt keys that would be used to make the {,},[,] chars that the French keyboards has.
testGeneratePathString() - Method in class edu.rice.cs.util.docnavigation.JTreeSortNavigatorTest
 
testGet() - Method in class edu.rice.cs.util.XMLConfigTest
 
testGetBool() - Method in class edu.rice.cs.util.XMLConfigTest
 
testgetCapitalizedClassNameLowerCase() - Method in class edu.rice.cs.drjava.ui.NewJavaClassTest
 
testgetCapitalizedClassNameUpperCase() - Method in class edu.rice.cs.drjava.ui.NewJavaClassTest
 
testgetCapitalizedSuperClassNameLowerCase() - Method in class edu.rice.cs.drjava.ui.NewJavaClassTest
 
testgetCapitalizedSuperClassNameUpperCase() - Method in class edu.rice.cs.drjava.ui.NewJavaClassTest
 
testGetDDocFromCache() - Method in class edu.rice.cs.drjava.model.cache.DocumentCacheTest
 
testGetDefinitionsDocuments() - Method in class edu.rice.cs.drjava.model.DummyGlobalModelTest
Creates a new instance of DummyGetDocuments, calls getOpenDefinitionsDocuments() and ensures the method throws an UnsupportedOperationException.
testGetDocumentForFile() - Method in class edu.rice.cs.drjava.model.DummyGlobalModelTest
Creates a new instance of DummyGetDocuments, calls getDocumentsForFile() and ensures the method throws an UnsupportedOperationException.
testGetDocumentForFile() - Method in class edu.rice.cs.drjava.model.TestDocGetterTest
Creates a new empty TestDocGetter instance, calls getDocumentForFile() with an empty File and ensures it throws an IllegalStateException.
testGetDocumentsInBin() - Method in class edu.rice.cs.util.docnavigation.JTreeSortNavigatorTest
Test the enumeration of items based on top-level bins.
testGetErrorAtOffset() - Method in class edu.rice.cs.drjava.model.compiler.CompilerErrorModelTest
Tests CompilerErrorModel.getErrorAtOffset(int).
testGetFiles() - Method in class edu.rice.cs.util.FileOpsTest
Tests getFilesInDir.
testGetFirstNonWSCharPos() - Method in class edu.rice.cs.drjava.model.definitions.IndentHelperTest
 
testGetHistoryAsString() - Method in class edu.rice.cs.drjava.model.repl.HistoryTest
Tests the getHistoryAsString() method.
testGetIndentOfCurrStmtDelimiters() - Method in class edu.rice.cs.drjava.model.definitions.IndentHelperTest
 
testGetIndentOfCurrStmtDelimiterSameLine() - Method in class edu.rice.cs.drjava.model.definitions.IndentHelperTest
 
testGetIndentOfCurrStmtEndOfDoc() - Method in class edu.rice.cs.drjava.model.definitions.IndentHelperTest
 
testGetIndentOfCurrStmtIgnoreDelimsInParenPhrase() - Method in class edu.rice.cs.drjava.model.definitions.IndentHelperTest
 
testGetIndentOfCurrStmtMultipleLines() - Method in class edu.rice.cs.drjava.model.definitions.IndentHelperTest
 
testGetInt() - Method in class edu.rice.cs.util.XMLConfigTest
 
testGetIntelligentBeginLinePos() - Method in class edu.rice.cs.drjava.model.definitions.IndentHelperTest
Tests that the "intelligent" beginning of line can be found, given a position on the line.
testGetLineEndPos() - Method in class edu.rice.cs.drjava.model.definitions.IndentHelperTest
 
testGetLineFirstCharPos() - Method in class edu.rice.cs.drjava.model.definitions.IndentHelperTest
 
testGetLineStartPos() - Method in class edu.rice.cs.drjava.model.definitions.IndentHelperTest
 
testgetMainClassName() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
Test getMainClassName.
testGetMultipleExcludesComments() - Method in class edu.rice.cs.util.XMLConfigTest
 
testGetMultipleSourceRootsDefaultPackage() - Method in class edu.rice.cs.drjava.model.GlobalModelOtherTest
 
testGetName() - Method in class edu.rice.cs.drjava.config.BooleanOptionTest
 
testGetName() - Method in class edu.rice.cs.drjava.config.ColorOptionTest
 
testGetName() - Method in class edu.rice.cs.drjava.config.ForcedChoiceOptionTest
 
testGetName() - Method in class edu.rice.cs.drjava.config.IntegerOptionTest
 
testGetName() - Method in class edu.rice.cs.drjava.config.KeyStrokeOptionTest
 
testGetName() - Method in class edu.rice.cs.drjava.config.LongOptionTest
 
testGetName() - Method in class edu.rice.cs.drjava.config.NonNegativeIntegerOptionTest
 
testGetName() - Method in class edu.rice.cs.drjava.config.StringOptionTest
 
testGetName() - Method in class edu.rice.cs.drjava.config.VectorOptionTest
 
testGetNamesOfSelectedTopLevelGroup() - Method in class edu.rice.cs.util.docnavigation.JTreeSortNavigatorTest
Test of getting the list of selected items.
testGetNodePath() - Method in class edu.rice.cs.util.XMLConfigTest
Test getNodePath(Node n)
testGetNodesExceptions() - Method in class edu.rice.cs.util.XMLConfigTest
Tests for exceptions thrown when getNodes() is passed malformed paths
testGetNumberOfPages() - Method in class edu.rice.cs.drjava.model.print.DrJavaBookTest
 
testGetOffsetAndLength() - Method in class edu.rice.cs.util.StringOpsTest
Test the getOffsetAndLength() method of StringOps class.
testGetPageFormat() - Method in class edu.rice.cs.drjava.model.print.DrJavaBookTest
 
testGetPosition() - Method in class edu.rice.cs.drjava.model.compiler.CompilerErrorModelTest
Tests CompilerErrorModel.getPosition(DJError).
testGetPrintable() - Method in class edu.rice.cs.drjava.model.print.DrJavaBookTest
 
testGetSelectedDocuments() - Method in class edu.rice.cs.util.docnavigation.JTreeSortNavigatorTest
Test of getting the list of selected items.
testGetShortFile() - Method in class edu.rice.cs.util.FileOpsTest
Tests for getShortFile.
testGetSimpleName() - Method in class edu.rice.cs.util.StringOpsTest
Tests for getting the simple name of a class.
testGetSourceRootDefaultPackage() - Method in class edu.rice.cs.drjava.model.GlobalModelOtherTest
 
testGetSourceRootPackageOneDeepValid() - Method in class edu.rice.cs.drjava.model.GlobalModelOtherTest
 
testGetSourceRootPackageThreeDeepInvalid() - Method in class edu.rice.cs.drjava.model.GlobalModelOtherTest
 
testGetSourceRootPackageThreeDeepValid() - Method in class edu.rice.cs.drjava.model.GlobalModelOtherTest
 
testGetSourceRootPackageThreeDeepValidRelative() - Method in class edu.rice.cs.drjava.model.GlobalModelOtherTest
Tests that getSourceRoot works with a relative path when a package name is present.
testGetStackTrace() - Method in class edu.rice.cs.util.StringOpsTest
Tests that getting the stack trace of a throwable works correctly.
testGetStateAtCurrent() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelTest
put your documentation comment here
testGetType() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.BraceTest
Test the getType function for Braces.
testGlassPaneEditableState() - Method in class edu.rice.cs.drjava.ui.MainFrameTest
Ensure that a document's editable status is set appropriately throughout the compile process.
testGlassPaneHidesKeyEvents() - Method in class edu.rice.cs.drjava.ui.MainFrameTest
Ensure that all key events are disabled when the glass pane is up.
testGotoFileUnderCursor() - Method in class edu.rice.cs.drjava.ui.MainFrameTest
Tests that "go to file under cursor" works if unique.
testGotoFileUnderCursorAppendJava() - Method in class edu.rice.cs.drjava.ui.MainFrameTest
Tests that "go to file under cursor" works if unique after appending ".java"
testGotoFileUnderCursorShowDialog() - Method in class edu.rice.cs.drjava.ui.MainFrameTest
Tests that "go to file under cursor" displays the dialog if choice is not unique
testGranularUndo() - Method in class edu.rice.cs.drjava.ui.DefinitionsPaneTest
 
testGrow() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.GapTest
Tests the ability to grow a Gap.
testGrowFail() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.BraceTest
 
testHalfLineComment() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelDeleteTest
Tests that line comments after code are indeted correctly.
testHasErrorsWithPositions() - Method in class edu.rice.cs.drjava.model.compiler.CompilerErrorModelTest
Tests CompilerErrorModel.hasErrorsWithPositions(OpenDefinitionsDocument).
testHasModifiedDocuments() - Method in class edu.rice.cs.drjava.model.DummyGlobalModelTest
Creates a new instance of DummyGetDocuments, calls hasModifiedDocuments() and ensures the method throws an UnsupportedOperationException.
testHighlightInfoEquals() - Method in class edu.rice.cs.util.swing.HighlightManagerTest
 
testHistoryIsBounded() - Method in class edu.rice.cs.drjava.model.repl.HistoryTest
Ensures that Histories are bound to 500 entries.
testHistoryRecallNextMovesToEnd() - Method in class edu.rice.cs.drjava.ui.InteractionsPaneTest
Tests that moving the caret down (recalling the next command from history) will move the caret to the end of the document.
testHistoryRecallPrevMovesToEnd() - Method in class edu.rice.cs.drjava.ui.InteractionsPaneTest
Tests that moving the caret up (recalling the previous command from history) will move the caret to the end of the document.
testIgnoreBraceOnSameLine() - Method in class edu.rice.cs.drjava.model.definitions.IndentTest
put your documentation comment here
testIgnoreCaseNarrowingWithExtend() - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModelTest
 
testIgnoreCaseNarrowingWithSet() - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModelTest
 
testIgnoreCaseSetMatching() - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModelTest
 
testIgnoreCaseSetNotInList() - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModelTest
 
testIgnoreCaseSetNotMatching() - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModelTest
 
testIgnoreCaseWidening() - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModelTest
 
testIgnoreDelimsOnLine() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionNewParenPhraseTest
Tests ignoring delims on line.
testImmediateQuit_NOJOIN() - Method in class edu.rice.cs.util.newjvm.IntegratedMasterSlaveTest
 
testIncompatibleAssignment() - Method in class edu.rice.cs.drjava.model.repl.JavaInterpreterTest
Ensure that the interpreter rejects assignments where the right type is not a subclass of the left type.
testIndentArray() - Method in class edu.rice.cs.drjava.model.definitions.IndentTest
Regression test for arrays.
testIndentBraces() - Method in class edu.rice.cs.drjava.model.definitions.IndentTest
Regression test for braces.
testIndentComments() - Method in class edu.rice.cs.drjava.model.definitions.IndentTest
Regression test for comment portion of indent tree.
testIndentCommonCases() - Method in class edu.rice.cs.drjava.model.definitions.IndentTest
Regression test for common cases.
testIndentDoesNothing() - Method in class edu.rice.cs.drjava.model.GlobalIndentTest
Indent does nothing to change the document when everything is in place.
testIndentedSingleLineContract() - Method in class edu.rice.cs.drjava.model.definitions.indent.ActionStartStmtOfBracePlusTest
Tests indenting with an indented single line contract.
testIndentGrowTabAtEnd() - Method in class edu.rice.cs.drjava.model.GlobalIndentTest
Tests that an indent increases the size of the tab when the cursor is at the end of the line.
testIndentGrowTabAtMiddle() - Method in class edu.rice.cs.drjava.model.GlobalIndentTest
Tests indent that increases the size of the tab when the cursor is in the middle of the line.
testIndentGrowTabAtStart() - Method in class edu.rice.cs.drjava.model.GlobalIndentTest
Tests that an indent increases the size of the tab when the cursor is at the start of the line.
testIndentInfoBracket() - Method in class edu.rice.cs.drjava.model.definitions.IndentTest
put your documentation comment here
testIndentInfoCurly() - Method in class edu.rice.cs.drjava.model.definitions.IndentTest
Tests getLineEnclosingBrace, getEnclosingBrace
testIndentInfoParen() - Method in class edu.rice.cs.drjava.model.definitions.IndentTest
put your documentation comment here
testIndentInfoPrevNewline() - Method in class edu.rice.cs.drjava.model.definitions.IndentTest
Put your documentation comment here
testIndentingCorrectLine() - Method in class edu.rice.cs.drjava.model.definitions.IndentTest
 
testIndentInsideCommentBlock() - Method in class edu.rice.cs.drjava.model.definitions.IndentTest
put your documentation comment here
testIndentInsideParenAtEnd() - Method in class edu.rice.cs.drjava.model.GlobalIndentTest
Do an indent that follows the behavior in line with parentheses.
testIndentInsideParenAtStart() - Method in class edu.rice.cs.drjava.model.GlobalIndentTest
Do an indent that follows the behavior in line with parentheses.
testIndentLine(AbstractDJDocument, Indenter.IndentReason) - Method in class edu.rice.cs.drjava.model.definitions.indent.IndentRuleQuestion
Convenience method that wraps calls on indentLine in a write lock.
testIndentLine(AbstractDJDocument, int, Indenter.IndentReason) - Method in class edu.rice.cs.drjava.model.definitions.indent.IndentRuleWithTrace
Convenience method that wraps calls on indentLine in a write lock.
testIndentLine(AbstractDJDocument, Indenter.IndentReason) - Method in class edu.rice.cs.drjava.model.definitions.indent.IndentRuleWithTrace
Convenience method that wraps calls on indentLine in a write lock.
testIndentParenPhrases() - Method in class edu.rice.cs.drjava.model.definitions.IndentTest
Regression test for paren phrases.
testIndentSameAsLineAboveAtEnd() - Method in class edu.rice.cs.drjava.model.GlobalIndentTest
Tests that an indent matches up with the indent on the line above.
testIndentSameAsLineAboveAtStart() - Method in class edu.rice.cs.drjava.model.GlobalIndentTest
Tests that an indent matches up with the indent on the line above.
testIndentShrinkTabAtEnd() - Method in class edu.rice.cs.drjava.model.GlobalIndentTest
Tests that an indent increases the size of the tab when the cursor is at the end of the line.
testIndentShrinkTabAtMiddle() - Method in class edu.rice.cs.drjava.model.GlobalIndentTest
Tests that an indent increases the size of the tab when the cursor is in the middle of the line.
testIndentShrinkTabAtStart() - Method in class edu.rice.cs.drjava.model.GlobalIndentTest
Tests that an indent increases the size of the tab when the cursor is at the start of the line.
testIndentSwitch() - Method in class edu.rice.cs.drjava.model.definitions.IndentTest
Regression test for switch statements.
testIndentTernary() - Method in class edu.rice.cs.drjava.model.definitions.IndentTest
Regression test for ternary operators.
testInfiniteLoop_NOJOIN() - Method in class edu.rice.cs.drjava.model.GlobalModelJUnitTest
Tests that an infinite loop in a test case can be aborted by clicking the Reset button.
testInitial() - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModelTest
 
testInitializeArrays() - Method in class edu.rice.cs.drjava.model.repl.JavaInterpreterTest
Test that arrays initializers are accepted.
testInitialPosition() - Method in class edu.rice.cs.drjava.ui.InteractionsPaneTest
Tests that this.setUp() puts the caret in the correct position.
testInnerGapDelete() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelDeleteTest
Tests that inner gaps are deleted correctcly.
testInScopeThenCleared() - Method in class edu.rice.cs.drjava.model.debug.DebugWatchDataTest
Tests that a watch displays its value and type correctly, then hides it when the thread resumes.
testInsert() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ModelListTest
 
testInsertBetweenDoubleEscape() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.BackSlashTest
Tests the case where a backslash breaks up two backslashes together.
testInsertBetweenDoubleEscape() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.SingleQuoteTest
Tests the case where a backslash breaks up two backslashes together.
testInsertBlockCommentEnd() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelTest
put your documentation comment here
testInsertBlockInsideBlockComment() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelTest
put your documentation comment here
testInsertBrace() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelTest
Tests that inserting other forms of braces creates the proper tokens.
testInsertBraceAndBreakBlockCommentStart() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelTest
Tests inserting block comment opening "brace" followed by inserting characters between '/' and '*'.
testInsertBraceAndBreakLineComment() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelTest
Tests inserting line comment chars and then inserting a brace between them.
testInsertBraceAtStartAndEnd() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelTest
Tests that inserting a curly brace at the beginning/end of the document creates the proper tokens.
testInsertBraceInsideGap() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelTest
Tests that inserting a curly brace inside a gap creates the proper tokens.
testInsertBraces() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelTest
tests inserting braces
testInsertFront() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ModelListTest
 
testInsertGap() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelTest
Put your documentation comment here.
testInsertGap2() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelTest
tests inserting gaps
testInsertGapAfterGap() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelTest
Tests that a gap inserted after a gap, unites with that gap.
testInsertGapBeforeGap() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelTest
Tests that a gap inserted before a gap, unites with that gap.
testInsertGapInsideGap() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelTest
Tests that a gap inserted inside another gap unites with the enclosing gap.
testInsertMultipleBraces() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelTest
 
testInsertNewline() - Method in class edu.rice.cs.drjava.model.repl.InteractionsDocumentTest
Tests that inserting a newline works.
testInsertNewlineChainReaction() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelTest
put your documentation comment here
testInsertNewlineEndLineComment() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelTest
put your documentation comment here
testInsertNewlineEndQuote() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelTest
put your documentation comment here
testInsertQuoteToQuoteBlock() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelTest
put your documentation comment here
testInsideClass() - Method in class edu.rice.cs.drjava.model.definitions.IndentTest
put your documentation comment here
testInsideClassWithBraceSets() - Method in class edu.rice.cs.drjava.model.definitions.IndentTest
put your documentation comment here
testInsideComment() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelTest
tests the function to test if something is inside comments
testInsideQuoteNext() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.BackSlashTest
Tests the relationship between backslashes and quotes.
testInsideQuoteNext() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.SingleQuoteTest
Tests the relationship between backslashes and quotes.
testInsideQuotePrevious() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.BackSlashTest
Tests the relationship between backslash characters and quote characters.
testInsideQuotePrevious() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.SingleQuoteTest
Tests the relationship between backslash characters and quote characters.
testInsideString() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelTest
tests the function to test if something is inside quotes
testIntegerOps() - Method in class edu.rice.cs.drjava.model.repl.JavaInterpreterTest
Tests integer operations.
testInteractionsCanSeeChangedClass() - Method in class edu.rice.cs.drjava.model.GlobalModelOtherTest
Checks that updating a class and recompiling it is visible from the REPL.
testInteractionsCanSeeCompiledClasses() - Method in class edu.rice.cs.drjava.model.GlobalModelOtherTest
Creates a new class, compiles it and then checks that the REPL can see it.
testInteractionsDefineAnonymousInnerClass() - Method in class edu.rice.cs.drjava.model.GlobalModelOtherTest
Checks that an anonymous inner class can be defined in the repl!
testInteractionsHistoryStoredCorrectly() - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelTest
Tests that the interactions history is stored correctly.
testInteractionsLiveUpdateClassPath() - Method in class edu.rice.cs.drjava.model.GlobalModelOtherTest
Creates a new class, compiles it and then checks that the REPL can see it.
testInteractionsVariableWithLowercaseClassName() - Method in class edu.rice.cs.drjava.model.GlobalModelOtherTest
Compiles a new class in the default package with a mixed case name, and ensures that it can be instantiated on a variable with an identical name (but a lowercase first letter).
testInterfacesNamingConventionsCorrectNames() - Method in class edu.rice.cs.drjava.ui.NewJavaClassTest
 
testInterfacesNamingConventionsWrongNames() - Method in class edu.rice.cs.drjava.ui.NewJavaClassTest
 
testInterpretAppletArguments() - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelTest
Tests that "applet Classname [args]" runs the class's main method, with simple delimited arguments.
testInterpretAppletEscapedArgs() - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelTest
Tests that escaped characters just return the character itself.
testInterpretAppletQuotedEscapedArgs() - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelTest
Tests that within a quote, everything is correctly escaped.
testInterpretAppletSingleQuotedArgs() - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelTest
Tests that single quotes can be used as argument delimiters.
testInterpretCurrentInteraction() - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelTest
Tests that the correct text is returned when interpreting.
testInterpretCurrentInteractionWithIncompleteInput_NOJOIN() - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelTest
 
testInterpretExtendNonPublic() - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelErrorTest
Tests that we get the correct 'cannot access its superinterface' error for non-public classes.
testInterpretExtendNonPublicClass() - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelErrorTest
Tests that we get the correct 'cannot access its superinterface' error for non-public classes.
testInterpretExtendPublic() - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelErrorTest
Tests that we don't get an error for public classes.
testInterpretExtendPublicClass() - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelErrorTest
Tests that we don't get an error for public classes.
testInterpretGetPackageAnonymous() - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelErrorTest
Test that we get the right package using getPackage() with anonymous inner classes defined in the Interactions Pane.
testInterpretGetPackageClass() - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelErrorTest
Test that we get the right package using getPackage().
testInterpretJavaArguments() - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelTest
Tests that "java Classname [args]" runs the class's main method, with simple delimited arguments.
testInterpretJavaEscapedArgs() - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelTest
Tests that escaped characters just return the character itself.
testInterpretJavaQuotedEscapedArgs() - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelTest
Tests that within a quote, everything is correctly escaped.
testInterpretJavaSingleQuotedArgs() - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelTest
Tests that single quotes can be used as argument delimiters.
testInvalidLowerLevel() - Method in class edu.rice.cs.util.sexp.SExpParserTest
 
testIsAlreadyOpen() - Method in class edu.rice.cs.drjava.model.DummyGlobalModelTest
Creates a new instance of DummyGetDocuments, calls getDocumentForFile() and ensures the method throws an UnsupportedOperationException.
testIsCommented() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.BraceTest
Test the isCommented() function.
testIsIn1DArray() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionHasCharPrecedingOpenBraceTest
 
testIsIn2DArray() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionHasCharPrecedingOpenBraceTest
 
testIsMatch() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.BraceTest
Test isMatch(Brace) method.
testIsMemberClass() - Method in class edu.rice.cs.util.StringOpsTest
 
testIsNum() - Method in class edu.rice.cs.drjava.model.AbstractDJDocumentTest
 
testIsQuoted() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.BraceTest
Test the isQuoted() function.
testIsShadowed() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.BraceTest
Test the isShadowed() function.
testIsSlashStar() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.BraceTest
 
testItAll_NOJOIN() - Method in class edu.rice.cs.util.newjvm.IntegratedMasterSlaveTest
 
testJavaAPIFragmentLineNumStrategy() - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModelTest
 
testJavaClassFull() - Method in class edu.rice.cs.drjava.ui.NewJavaClassTest
 
testJUnit4MultiTest_NOJOIN() - Method in class edu.rice.cs.drjava.model.GlobalModelJUnitTest
Tests to see if a JUnit4 style test with multiple test cases passes.
testJUnit4NoTest_NOJOIN() - Method in class edu.rice.cs.drjava.model.GlobalModelJUnitTest
Tests to see if a JUnit4 style test with no test cases will not run.
testJUnit4StyleTestWorks_NOJOIN() - Method in class edu.rice.cs.drjava.model.GlobalModelJUnitTest
 
testJUnit4TwoMethod1Test_NOJOIN() - Method in class edu.rice.cs.drjava.model.GlobalModelJUnitTest
Tests to see if a JUnit4 style test with a test method and multiple nonTest methods will run.
testLargeSuffix() - Method in class edu.rice.cs.drjava.model.definitions.indent.ActionBracePlusTest
 
testLeadingSpaces() - Method in class edu.rice.cs.drjava.model.definitions.indent.ActionDoNothingTest
Tests leading spaces
testLeaveBe() - Method in class edu.rice.cs.drjava.model.definitions.indent.ActionStartPrevLinePlusTest
 
testLeaveBeMidLine() - Method in class edu.rice.cs.drjava.model.definitions.indent.ActionStartPrevLinePlusTest
 
testLeavesOtherLinesAlone() - Method in class edu.rice.cs.drjava.model.definitions.indent.ActionStartPrevLinePlusTest
 
testLeftBeforePromptMovesToPrompt() - Method in class edu.rice.cs.drjava.ui.InteractionsPaneTest
Tests that moving the caret left when it's before the prompt will cycle it to the prompt.
testLegacyParseProject() - Method in class edu.rice.cs.drjava.project.ProjectTest
Test to make sure all elements of the project are read correctly into the IR
testLegacyParseProjectPJT() - Method in class edu.rice.cs.drjava.project.ProjectTest
Test to make sure all elements of the project are read correctly into the IR
testLineBeginsComment() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionInsideCommentTest
 
testLineCommentBreakCrazy() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelTest
put your documentation comment here
testLineCommentStealsBlockCommentSlash() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelDeleteTest
 
testLineCommentStealsLineCommentSlash() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelDeleteTest
 
testLineContainsColon() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionLineContainsTest
Ensures that a line containing a colon is detected.
testLineDoesNotContainColon() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionLineContainsTest
Ensures that a line containing a colon is detected.
testLineDoesNotContainColonDueToComments() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionLineContainsTest
Ensures that a line containing a colon is detected.
testLineDoesNotContainColonDueToQuotes() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionLineContainsTest
Ensures that a line containing a colon is detected.
testLineEndsComment() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionInsideCommentTest
 
testLineWithStar() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionCurrLineEmptyOrEnterPressTest
 
testList() - Method in class edu.rice.cs.drjava.config.DrJavaPropertySetupTest
 
testListenerCount() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ModelListTest
 
testLiveUpdateOfHistoryMaxSize() - Method in class edu.rice.cs.drjava.model.repl.HistoryTest
Tests that the history size can be updated, both through the config framework and the setMaxSize method.
testLiveUpdateOfIndentLevel() - Method in class edu.rice.cs.drjava.model.definitions.IndentTest
 
testLoadHistoryWithAndWithoutSemicolons() - Method in class edu.rice.cs.drjava.model.GlobalModelIOTest
Loads two history files, one whose statements end in semicolons, and one whose statements do not.
testLocaleSpecificFormat() - Method in class edu.rice.cs.drjava.config.KeyStrokeOptionTest
Tests that key strokes are output in a parseable format even in foreign locales.
testLog() - Method in class edu.rice.cs.util.LogTest
Adds a couple of generic messages to a log, and then tests to make sure they are all correct, in the correct order, and their timestamps are within the past few seconds.
testMakeBraceFailure() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.BraceTest
Tests the failure to make a Brace with a non-special character.
testMakeBraceSuccess() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.BraceTest
Tests the successful construction of a Brace using the MakeBrace method.
testMakeRelativeTo() - Method in class edu.rice.cs.util.FileOpsTest
 
testMatchBraceText() - Method in class edu.rice.cs.drjava.ui.DefinitionsPaneTest
Tests the functionality that allows brace matching that displays the line matched in the status bar
testMemoryLeak() - Method in class edu.rice.cs.drjava.model.cache.DocumentCacheTest
There used to be a memory leak where various listeners, LeafElements, and other extraneous references from the model, definitions pane, and main frame would be preventing the definitions panes/documents from being GC'd at the correct times causing the entire program to run out of heap space when working with large numbers of files.
testMemSizeToString() - Method in class edu.rice.cs.util.StringOpsTest
 
testMetaKeyPress() - Method in class edu.rice.cs.drjava.ui.DefinitionsPaneTest
Tests that a simulated key press with the meta modifier is correct.
testMisc() - Method in class edu.rice.cs.drjava.config.DrJavaPropertySetupTest
 
testMixed() - Method in class edu.rice.cs.drjava.CommandLineTest
Supplying both valid and invalid filenames on the command line.
testModifiedByOther() - Method in class edu.rice.cs.drjava.model.GlobalModelIOTest
 
testModifiedByOtherFalse() - Method in class edu.rice.cs.drjava.model.GlobalModelIOTest
 
testMotion() - Method in class edu.rice.cs.drjava.model.definitions.IndentTest
put your documentation comment here
testMove() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelTest
tests the cursor movement function
testMove0StaysPut() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelTest
put your documentation comment here
testMoveMethods() - Method in class edu.rice.cs.drjava.model.repl.HistoryTest
 
testMoveOnEmpty() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelTest
put your documentation comment here
testMoveWithinToken() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelTest
put your documentation comment here
testMultCharPrefix() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionCurrLineStartsWithTest
Tests multiple-character prefix.
testMultilineCommentOrUncommentAfterScroll() - Method in class edu.rice.cs.drjava.ui.DefinitionsPaneTest
Tests that undoing/redoing a multi-line comment/uncomment will restore the caret position
testMultiLineContract() - Method in class edu.rice.cs.drjava.model.definitions.indent.ActionStartStmtOfBracePlusTest
Tests indenting with a multiple line contract.
testMultiLineForStatement() - Method in class edu.rice.cs.drjava.model.definitions.indent.ActionStartStmtOfBracePlusTest
Tests indenting a multiple line for statement (odd semicolons)
testMultilineIndentAfterScroll() - Method in class edu.rice.cs.drjava.ui.MainFrameTest
Tests that undoing/redoing a multi-line indent will restore the caret position.
testMultiLineInput() - Method in class edu.rice.cs.util.StreamRedirectorTest
Tests that an InputStreamRedirector correctly calls _getInput() only when it is needed.
testMultiLineStarInsertFirstLine() - Method in class edu.rice.cs.drjava.model.definitions.IndentTest
Test case for SourceForge bug# 681203.
testMultiLineStarInsertLaterLine() - Method in class edu.rice.cs.drjava.model.definitions.IndentTest
Test case for SourceForge bug# 681203.
testMultipleBlankLinesBack() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionNewParenPhraseTest
Tests having a paren delimiter several lines back, with only whitespace inbetween.
testMultipleCallsToFindNext() - Method in class edu.rice.cs.drjava.model.FindReplaceMachineTest
 
testMultipleCharPrefix() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionCurrLineStartsWithTest
Tests having a multiple character prefix.
testMultipleCharPrefix() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionPrevLineStartsWithTest
Tests having a multiple character prefix.
testMultipleCommentLinesBack() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionNewParenPhraseTest
Tests having a paren delimiter several lines back, with only blank space and comments inbetween.
testMultipleFiles() - Method in class edu.rice.cs.drjava.model.GlobalModelIOTest
Creates a new document, modifies it, and then does the same with a second document, checking for inteference.
testMultipleFilesArray() - Method in class edu.rice.cs.drjava.model.GlobalModelIOTest
Opens several documents and ensures that the array returned by the model is correct and in the right order.
testMultipleInsert() - Method in class edu.rice.cs.drjava.model.repl.HistoryTest
 
testMultipleNodes() - Method in class edu.rice.cs.util.XMLConfigTest
 
testMultipleNodesAttr() - Method in class edu.rice.cs.util.XMLConfigTest
 
testMultipleNodesAttrDelegate() - Method in class edu.rice.cs.util.XMLConfigTest
 
testMultipleNodesDelegate() - Method in class edu.rice.cs.util.XMLConfigTest
 
testMultipleReaders() - Method in class edu.rice.cs.util.ReaderWriterLockTest
Tests that multiple readers can run without causing deadlock.
testMultipleReadersAndWriters() - Method in class edu.rice.cs.util.ReaderWriterLockTest
We would like to test the following schedule.
testMultipleWriters() - Method in class edu.rice.cs.util.ReaderWriterLockTest
Tests that multiple writers run in mutually exclusive intervals without causing deadlock.
testName() - Method in class edu.rice.cs.drjava.model.junit.JUnitError
Gets the test name
testNarrowingWithExtend() - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModelTest
 
testNarrowingWithSet() - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModelTest
 
testNE() - Method in class edu.rice.cs.drjava.CommandLineTest
A nonexistent file.
testNestedIfInSwitch() - Method in class edu.rice.cs.drjava.model.definitions.IndentTest
tests that an if statment nested in a switch will be indented properly
testNestedQuoted() - Method in class edu.rice.cs.util.BalancingStreamTokenizerTest
 
testNestedQuotedNW() - Method in class edu.rice.cs.util.BalancingStreamTokenizerTest
 
testNewDocumentsInAndOutOfTheCache() - Method in class edu.rice.cs.drjava.model.cache.DocumentCacheTest
 
testNext() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ModelListTest
 
testNextCharIsNewline() - Method in class edu.rice.cs.drjava.model.definitions.IndentTest
put your documentation comment here
testNextItem() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ModelListTest
 
testNoBalancedParens() - Method in class edu.rice.cs.drjava.model.definitions.IndentTest
 
testNoBrace() - Method in class edu.rice.cs.drjava.model.definitions.indent.ActionStartStmtOfBracePlusTest
Tests indenting without an enclosing brace.
testNoBrace() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionStartAfterOpenBraceTest
 
testNoClassFile() - Method in class edu.rice.cs.drjava.model.GlobalModelJUnitTest
Tests a document that has no corresponding class file.
testNoDDocInCache() - Method in class edu.rice.cs.drjava.model.cache.DocumentCacheTest
 
testNodes() - Method in class edu.rice.cs.util.XMLConfigTest
 
testNodesDelegate() - Method in class edu.rice.cs.util.XMLConfigTest
 
testNodesStarEnd() - Method in class edu.rice.cs.util.XMLConfigTest
 
testNodesStarEndDelegate() - Method in class edu.rice.cs.util.XMLConfigTest
 
testNodesStarMiddle() - Method in class edu.rice.cs.util.XMLConfigTest
 
testNodesStarMiddleDelegate() - Method in class edu.rice.cs.util.XMLConfigTest
 
testNodeStarAttrsStar() - Method in class edu.rice.cs.util.XMLConfigTest
 
testNodeStarAttrsStarDelegate() - Method in class edu.rice.cs.util.XMLConfigTest
 
testNoEquals() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionHasCharPrecedingOpenBraceTest
 
testNoJUnitErrors_NOJOIN() - Method in class edu.rice.cs.drjava.model.GlobalModelJUnitTest
Tests that a JUnit file with no errors is reported to have no errors.
testNoLeadingSpaces() - Method in class edu.rice.cs.drjava.model.definitions.indent.ActionDoNothingTest
Tests no leading spaces
testNoMatch() - Method in class edu.rice.cs.drjava.model.repl.HistoryTest
Tests that if "tab completion" does not find a match, then cursor goes back to "end".
testNone() - Method in class edu.rice.cs.drjava.CommandLineTest
Tests DrJava with no command line arguments.
testNonEmptyConfiguration() - Method in class edu.rice.cs.drjava.config.SavableConfigurationTest
Tests the saveConfiguration method with some configuration data.
testNonMatchingQuotes() - Method in class edu.rice.cs.util.BalancingStreamTokenizerTest
 
testNonTestCaseError_NOJOIN() - Method in class edu.rice.cs.drjava.model.GlobalModelJUnitTest
Tests that the ui is notified to put up an error dialog if JUnit is run on a non-TestCase.
testNoParameters() - Method in class edu.rice.cs.drjava.model.definitions.IndentTest
 
testNoParenDelims() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionNewParenPhraseTest
Tests having no paren phrase delimiters on prev line.
testNoPrefix() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionCurrLineStartsWithSkipCommentsTest
 
testNoPrefix() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionCurrLineStartsWithTest
Tests not having the prefix in the text.
testNoPrefix() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionPrevLineStartsWithTest
Tests not having the prefix in the text.
testNoPrevStmt() - Method in class edu.rice.cs.drjava.model.definitions.indent.ActionStartPrevStmtPlusTest
 
testNoSuffix() - Method in class edu.rice.cs.drjava.model.definitions.indent.ActionBracePlusTest
 
testNoSuggestedDirectory() - Method in class edu.rice.cs.drjava.model.javadoc.JavadocModelTest
Tests that a no suggestion can be made for the destination directory if there is no valid source root.
testNotEmptyOnStartup() - Method in class edu.rice.cs.drjava.model.SingleDisplayModelTest
Tests the invariant that at least one document is open at time of creation.
testNotifyCollapse() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ModelListTest
 
testNotifyInsert() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ModelListTest
 
testNotifyRemove() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ModelListTest
 
testNotInDocument() - Method in class edu.rice.cs.drjava.model.FindReplaceMachineTest
 
testNotInScope() - Method in class edu.rice.cs.drjava.model.debug.DebugWatchDataTest
Tests that a watch displays correctly if it is not in scope.
testNotRecognizeComments() - Method in class edu.rice.cs.drjava.model.definitions.IndentTest
put your documentation comment here
testNotRecognizeComments2() - Method in class edu.rice.cs.drjava.model.definitions.IndentTest
put your documentation comment here
testNotStartOfStmtDueToEndCharactersInCommentsOrQuotes() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionStartingNewStmtTest
Ensures that the current line is the first line of a statement.
testNullData() - Method in class edu.rice.cs.util.swing.ScrollableListDialogTest
 
testNullData() - Method in class edu.rice.cs.util.swing.ScrollableListSelectionDialogTest
 
testNullInstanceOf() - Method in class edu.rice.cs.drjava.model.repl.JavaInterpreterTest
Tests that null can be used in instanceof expressions.
testNullParamsinConstructor() - Method in class edu.rice.cs.util.XMLConfigTest
Tests is XMLConfig constructor rejects null as parameters
testNumListeners() - Method in class edu.rice.cs.drjava.model.cache.DocumentCacheTest
 
testOldDocumentsInAndOutOfTheCache() - Method in class edu.rice.cs.drjava.model.cache.DocumentCacheTest
 
testOneJUnitError_NOJOIN() - Method in class edu.rice.cs.drjava.model.GlobalModelJUnitTest
Tests that a JUnit file with an error is reported to have an error.
testOnlyCurly() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionBraceIsCurlyTest
 
testOpenBracePrefix() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionCurrLineStartsWithSkipCommentsTest
 
testOpenBracket() - Method in class edu.rice.cs.drjava.model.definitions.IndentTest
put your documentation comment here
testOpenClosed() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.BraceTest
Test isOpen() and isClosed().
testOpenMany() - Method in class edu.rice.cs.drjava.CommandLineTest
Many files on the command line.
testOpenMultipleFiles() - Method in class edu.rice.cs.drjava.model.GlobalModelIOTest
Opens multiple files.
testOpenMultipleFilesError() - Method in class edu.rice.cs.drjava.model.GlobalModelIOTest
Error checking for openening multiple files checks for null and an array w/null.
testOpenMultipleNonexistentFiles() - Method in class edu.rice.cs.drjava.model.GlobalModelIOTest
Attempts to open a non-existent file.
testOpenNonexistentFile() - Method in class edu.rice.cs.drjava.model.GlobalModelIOTest
Attempts to open a non-existent file.
testOpenOne() - Method in class edu.rice.cs.drjava.CommandLineTest
Open one file on the command line.
testOpenParen() - Method in class edu.rice.cs.drjava.model.definitions.IndentTest
put your documentation comment here
testOpenRealFile() - Method in class edu.rice.cs.drjava.model.GlobalModelIOTest
Opens a file.
testOperatorDelim() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionNewParenPhraseTest
Tests having an operator as a delimiter.
testOptionListenerToString() - Method in class edu.rice.cs.drjava.model.repl.HistoryTest
 
testOriginalCopyRemains() - Method in class edu.rice.cs.drjava.model.repl.HistoryTest
Tests that the original copy of an edited entry remains in the history.
testOtherLinesIndented() - Method in class edu.rice.cs.drjava.model.definitions.indent.ActionStartPrevLinePlusTest
 
testPackageExplore() - Method in class edu.rice.cs.util.FileOpsTest
This tests that packageExplore correctly runs through and returns non-empty packages
testParen() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionBraceIsParenOrBracketTest
 
testParenDelimsNoText() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionNewParenPhraseTest
Tests having delimiter on prev line, with no text preceding.
testParenDelimsWithComment() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionNewParenPhraseTest
Tests having a comment after the delimiter
testParenDelimsWithText() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionNewParenPhraseTest
Tests having delimiter on prev line, with text preceding.
testParenthesizedAnonymousInnerClass() - Method in class edu.rice.cs.drjava.model.definitions.IndentTest
 
testParse() - Method in class edu.rice.cs.drjava.config.BooleanOptionTest
 
testParse() - Method in class edu.rice.cs.drjava.config.ColorOptionTest
 
testParse() - Method in class edu.rice.cs.drjava.config.FontOptionTest
 
testParse() - Method in class edu.rice.cs.drjava.config.ForcedChoiceOptionTest
 
testParse() - Method in class edu.rice.cs.drjava.config.IntegerOptionTest
 
testParse() - Method in class edu.rice.cs.drjava.config.KeyStrokeOptionTest
 
testParse() - Method in class edu.rice.cs.drjava.config.LongOptionTest
 
testParse() - Method in class edu.rice.cs.drjava.config.NonNegativeIntegerOptionTest
 
testParse() - Method in class edu.rice.cs.drjava.config.StringOptionTest
 
testParse() - Method in class edu.rice.cs.drjava.config.VectorOptionTest
 
testParseFile() - Method in class edu.rice.cs.drjava.project.ProjectTest
 
testParseLine() - Method in class edu.rice.cs.drjava.model.javadoc.JavadocModelTest
 
testParseMultiple() - Method in class edu.rice.cs.util.sexp.SExpParserTest
Tests to make sure that multiple top-level s-exps are parsed separately and in tact
testParseProject() - Method in class edu.rice.cs.drjava.project.ProjectTest
Test to make sure all elements of the project are read correctly into the IR
testParseProjectPJT() - Method in class edu.rice.cs.drjava.project.ProjectTest
Test to make sure all elements of the project are read correctly into the IR
testPollListeners() - Method in class edu.rice.cs.drjava.model.EventNotifierTest
Checks that the notifier can poll multiple listeners.
testPosInParenPhrase() - Method in class edu.rice.cs.drjava.model.definitions.IndentHelperTest
 
testPrefixAtEnd() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionCurrLineStartsWithTest
Prefix appears at the end of a document.
testPrefixOnCurrLine() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionPrevLineStartsWithTest
Tests prefix on current line.
testPrev() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ModelListTest
 
testPrevItem() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ModelListTest
 
testPrevStmtPrevLine() - Method in class edu.rice.cs.drjava.model.definitions.indent.ActionStartPrevStmtPlusTest
 
testPrevStmtSeveralLinesBeforeCurrLocation() - Method in class edu.rice.cs.drjava.model.definitions.indent.ActionStartPrevStmtPlusTest
 
testPrintln() - Method in class edu.rice.cs.drjava.model.repl.newjvm.NewJVMTest
 
testPrintString() - Method in class edu.rice.cs.drjava.model.definitions.IndentTest
put your documentation comment here
testPromptForDestination() - Method in class edu.rice.cs.drjava.model.javadoc.JavadocModelTest
 
testProperConfigSet() - Method in class edu.rice.cs.drjava.config.OptionMapLoaderTest
 
testProperExceptionThrowing() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDocTest
Creates a DummyOpenDefDoc and ensures that it properly throws UnsupportedOperationException by calling isModifiedOnDisk().
testPutGetAndResize() - Method in class edu.rice.cs.drjava.model.ClipboardHistoryModelTest
 
testQuoteBreakComment2() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelTest
put your documentation comment here
testQuoteBreaksComment() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelTest
put your documentation comment here
testQuoted() - Method in class edu.rice.cs.util.BalancingStreamTokenizerTest
 
testQuotedNW() - Method in class edu.rice.cs.util.BalancingStreamTokenizerTest
 
testQuoteEscapeQuoted() - Method in class edu.rice.cs.util.BalancingStreamTokenizerTest
 
testQuotesSimple() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelTest
put your documentation comment here
testQuotesWithGap() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelTest
put your documentation comment here
testReadAndWriteTempFile() - Method in class edu.rice.cs.util.FileOpsTest
 
testReaderMultipleReads() - Method in class edu.rice.cs.util.ReaderWriterLockTest
Ensure that a single thread can perform multiple reads.
testRealError_NOJOIN() - Method in class edu.rice.cs.drjava.model.GlobalModelJUnitTest
Tests that a test class which throws a *real* Error (not an Exception) is handled correctly.
testRealSaveFirstSave() - Method in class edu.rice.cs.drjava.model.GlobalModelIOTest
Makes a first save of the current document.
testRealSaveFirstSaveCopy() - Method in class edu.rice.cs.drjava.model.GlobalModelIOTest
Makes a first save-copy of the current document, ensures that it's still modified.
testRecallFromHistory() - Method in class edu.rice.cs.drjava.model.repl.InteractionsDocumentTest
Tests that recalling commands from the history works.
testRecursiveDirectoryDelete() - Method in class edu.rice.cs.util.FileOpsTest
 
testRegexFilter() - Method in class edu.rice.cs.drjava.config.RecursiveFileListPropertyTest
Test the RegexFilter inner class.
testRegExStrategy() - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModelTest
 
testRegionManager() - Method in class edu.rice.cs.drjava.model.DocumentRegionTest
Tests RegionManager.
testRelativePath() - Method in class edu.rice.cs.drjava.CommandLineTest
A regression test for bug #542747, which related to opening a file via the command line using a relative path.
testRemembersMultipleEditedEntries() - Method in class edu.rice.cs.drjava.model.repl.HistoryTest
Tests that the history remembers multiple edited entries for the given command.
testRemembersOneEditedEntry() - Method in class edu.rice.cs.drjava.model.repl.HistoryTest
Tests that the history remembers one edited entry for the given command.
testRemove() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ModelListTest
 
testRemoveFile() - Method in class edu.rice.cs.drjava.ui.RecentFileManagerTest
Tests that files are removed correctly from the list.
testRemoveLast() - Method in class edu.rice.cs.drjava.model.repl.HistoryTest
 
testRenameDocument() - Method in class edu.rice.cs.util.docnavigation.JTreeSortNavigatorTest
When the node is the only child of its parent and it is refreshed it should not try to delete the parent.
testReopenFile() - Method in class edu.rice.cs.drjava.model.GlobalModelIOTest
Attempts to reopen an already open file.
testReopenFiles() - Method in class edu.rice.cs.drjava.ui.RecentFileManagerTest
Tests that the list is re-ordered correctly after a file is re-opened, even if it has a different path.
testReplace() - Method in class edu.rice.cs.util.StringOpsTest
Test the replace() method of StringOps class.
testReplaceAllBackwards() - Method in class edu.rice.cs.drjava.model.FindReplaceMachineTest
 
testReplaceAllContinue() - Method in class edu.rice.cs.drjava.model.FindReplaceMachineTest
 
testReplaceAllContinueNoMatchCase() - Method in class edu.rice.cs.drjava.model.FindReplaceMachineTest
 
testReplaceAllSameWord() - Method in class edu.rice.cs.drjava.model.FindReplaceMachineTest
This test checks that replacing a word with itself will halt on replace all.
testReplaceCreatesMatch() - Method in class edu.rice.cs.drjava.model.FindReplaceMachineTest
This tests that a replace all where the replacement action creates a new match does not replace this new match
testReplaceCreatesMatchBackwards() - Method in class edu.rice.cs.drjava.model.FindReplaceMachineTest
This tests that a replace all backwards where the replacement action creates a new match does not replace this new match
testReplaceVariables() - Method in class edu.rice.cs.util.StringOpsTest
 
testReplaceVariables2() - Method in class edu.rice.cs.util.StringOpsTest
 
testReplaceVariables3() - Method in class edu.rice.cs.util.StringOpsTest
 
testReplaceVariables4() - Method in class edu.rice.cs.util.StringOpsTest
 
testResultOfNonPublicTestCase_NOJOIN() - Method in class edu.rice.cs.drjava.model.GlobalModelJUnitTest
Tests that the ui is notified to put up an error dialog if JUnit is run on a non-public TestCase.
testReturnConstant() - Method in class edu.rice.cs.drjava.model.repl.newjvm.NewJVMTest
 
testReverseSearchTwice() - Method in class edu.rice.cs.drjava.model.repl.HistoryTest
Tests reverse searching twice.
testRevertFile() - Method in class edu.rice.cs.drjava.model.GlobalModelIOTest
Forces a file to be opened with getDocumentforFile.
testRightAfterBrace() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionStartAfterOpenBraceTest
 
testRightBeforePromptMovesToEnd() - Method in class edu.rice.cs.drjava.ui.InteractionsPaneTest
Tests that moving the caret right when it's before the prompt will cycle it to the end of the document.
testRunMainMethod() - Method in class edu.rice.cs.drjava.model.GlobalModelOtherTest
 
testSanityCheckConstructor() - Method in class edu.rice.cs.drjava.model.repl.HistoryTest
 
testSave() - Method in class edu.rice.cs.util.XMLConfigTest
 
testSaveAllSaveCorrectFiles() - Method in class edu.rice.cs.drjava.model.GlobalModelIOTest
Ensures that all open files are saved in appropriate order, i.e., even with BAR file as active document, save all should first prompt to save FOO, then BAR.
testSaveAlreadySaved() - Method in class edu.rice.cs.drjava.model.GlobalModelIOTest
Saves a file already saved and overwrites its contents.
testSaveAndLoadConstructors() - Method in class edu.rice.cs.util.XMLConfigTest
Test save(File f)
testSaveAsAlreadySaved() - Method in class edu.rice.cs.drjava.model.GlobalModelIOTest
Ensures that saveAs saves to a different file.
testSaveAsExistsAndOpen() - Method in class edu.rice.cs.drjava.model.GlobalModelIOTest
 
testSaveAsExistsForOverwrite() - Method in class edu.rice.cs.drjava.model.GlobalModelIOTest
 
testSaveAsExistsForOverwrite() - Method in class edu.rice.cs.drjava.model.repl.HistoryTest
Tests that the history doesn't overwrite files without prompting.
testSaveButtonEnabled() - Method in class edu.rice.cs.drjava.ui.MainFrameTest
Tests that the save button does not set itself as enabled immediately after opening a file.
testSaveClearAndLoadHistory() - Method in class edu.rice.cs.drjava.model.GlobalModelIOTest
Interprets some statements, saves the history, clears the history, then loads the history.
testSaveDelegate() - Method in class edu.rice.cs.util.XMLConfigTest
 
testSaveFile() - Method in class edu.rice.cs.util.FileOpsTest
This method checks that backups are made correctly, that when a save fails, no data is lost, and that when a save is attempted on a write-protected file, the save fails (bug #782963).
testSaveFirst() - Method in class edu.rice.cs.drjava.model.javadoc.JavadocModelTest
 
testSaveProject() - Method in class edu.rice.cs.drjava.ui.ProjectMenuTest
 
testScriptLoading() - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelTest
Tests that an interactions history can be loaded in as a script.
testSearchesDoNotRepeatWhenChangingDirection() - Method in class edu.rice.cs.drjava.model.FindReplaceMachineTest
This test addresses bug #745714 Searches Repeat When Changing Direction.
testSearchHistory() - Method in class edu.rice.cs.drjava.model.repl.HistoryTest
Tests that the tab completion of the most recent entry is correct.
testSecondLineMisindented() - Method in class edu.rice.cs.drjava.model.definitions.indent.ActionStartPrevLinePlusTest
 
testSecondLineProblem() - Method in class edu.rice.cs.drjava.model.definitions.IndentTest
put your documentation comment here
testSecondLineProblem2() - Method in class edu.rice.cs.drjava.model.definitions.IndentTest
put your documentation comment here
testSemicolon() - Method in class edu.rice.cs.drjava.model.repl.JavaInterpreterTest
Tests that String and character declarations do not return a result, while the variables themselves return a quoted result.
testSetAttrFromEmpty() - Method in class edu.rice.cs.util.XMLConfigTest
 
testSetAttrFromEmptyDelegate() - Method in class edu.rice.cs.util.XMLConfigTest
 
testSetAttrNoOverwrite() - Method in class edu.rice.cs.util.XMLConfigTest
 
testSetAttrNoOverwriteDelegate() - Method in class edu.rice.cs.util.XMLConfigTest
 
testSetAttrOverwrite() - Method in class edu.rice.cs.util.XMLConfigTest
 
testSetAttrOverwriteDelegate() - Method in class edu.rice.cs.util.XMLConfigTest
 
testSetBuildDirectory() - Method in class edu.rice.cs.drjava.ui.ProjectMenuTest
 
testSetChangeInputListener() - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelTest
Tests that setting and changing an input listener works correctly.
testSetFromNode() - Method in class edu.rice.cs.util.XMLConfigTest
 
testSetFromNodeDelegate() - Method in class edu.rice.cs.util.XMLConfigTest
 
testSetMatching() - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModelTest
 
testSetNodeFromEmpty() - Method in class edu.rice.cs.util.XMLConfigTest
 
testSetNodeFromEmptyDelegate() - Method in class edu.rice.cs.util.XMLConfigTest
 
testSetNodeNoOverwrite() - Method in class edu.rice.cs.util.XMLConfigTest
 
testSetNodeNoOverwriteDelegate() - Method in class edu.rice.cs.util.XMLConfigTest
 
testSetNodeOverwrite() - Method in class edu.rice.cs.util.XMLConfigTest
 
testSetNodeOverwriteDelegate() - Method in class edu.rice.cs.util.XMLConfigTest
 
testSetNotInList() - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModelTest
 
testSetNotMatching() - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModelTest
 
testSetTypeFalse() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.BraceTest
 
testShiftBackspace() - Method in class edu.rice.cs.drjava.ui.DefinitionsPaneTest
Tests that shift backspace works the same as backspace.
testShortCircuit() - Method in class edu.rice.cs.drjava.model.repl.JavaInterpreterTest
Tests short circuiting
testShrink() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.GapTest
Tests the ability to shrink a Gap.
testShrinkFail() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.BraceTest
 
testShrinksToMaxSize() - Method in class edu.rice.cs.drjava.ui.RecentFileManagerTest
Tests that the size of the recent files list is reduced in response to a decrease in max size.
testSimple() - Method in class edu.rice.cs.util.BalancingStreamTokenizerTest
 
testSimpleDocumentRegion() - Method in class edu.rice.cs.drjava.model.DocumentRegionTest
Tests DummyDocumentRegion class.
testSimpleFirstLine() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionPrevLineStartsCommentTest
 
testSimpleReplace() - Method in class edu.rice.cs.drjava.model.FindReplaceMachineTest
 
testSimpleSecondLine() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionPrevLineStartsCommentTest
 
testSimpleSuggestedDirectory() - Method in class edu.rice.cs.drjava.model.javadoc.JavadocModelTest
Tests that a simple suggestion can be made for the destination directory.
testSingleEclipsesDouble() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.MixedQuoteTest
Tests how a single quote can eclipse the effects of a double quote by inserting the single quote before the double quote.
testSingleLineContract() - Method in class edu.rice.cs.drjava.model.definitions.indent.ActionStartStmtOfBracePlusTest
Tests indenting with a single line contract.
testSlashStarMidLineAfter() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionInsideCommentTest
 
testSlashStarMidLineBefore() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionInsideCommentTest
 
testSlashStarMidLineFirstLine() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionPrevLineStartsCommentTest
 
testSlashStarMidLineSecondLine() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionPrevLineStartsCommentTest
 
testSmallFileProblem() - Method in class edu.rice.cs.drjava.model.definitions.IndentTest
put your documentation comment here
testSpaceBrace() - Method in class edu.rice.cs.drjava.model.definitions.IndentTest
put your documentation comment here
testSpaces() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionCurrLineEmptyOrEnterPressTest
 
testSpaces() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionCurrLineIsWingCommentTest
 
testSpaceSuffix() - Method in class edu.rice.cs.drjava.model.definitions.indent.ActionBracePlusTest
 
testSplitFile() - Method in class edu.rice.cs.util.FileOpsTest
 
testStarSlashMidLineAfter() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionInsideCommentTest
 
testStarSlashMidLineBefore() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionInsideCommentTest
 
testStartBrace() - Method in class edu.rice.cs.drjava.model.definitions.IndentTest
put your documentation comment here
testStartCompile(OpenDefinitionsDocument) - Static method in class edu.rice.cs.drjava.model.GlobalModelTestCase
Invokes startCompile on the given document in the event thread.
testStartDeleteGap() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelDeleteTest
 
testStarted(String) - Method in class edu.rice.cs.drjava.model.junit.DefaultJUnitModel
Called when a particular test is started.
testStarted(String) - Method in interface edu.rice.cs.drjava.model.junit.JUnitModelCallback
Called when a particular test is started.
testStarted(String) - Method in class edu.rice.cs.drjava.model.junit.JUnitTestRunner
Called by BaseTestRunner when a test is started.
testStarted(String) - Method in class edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM
Notifies that a particular test has started.
testStarted(String) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.DummyJUnitModel
 
testStarted(String) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM
Called when a particular test is started.
testStarted(String) - Method in interface edu.rice.cs.drjava.model.repl.newjvm.MainJVMRemoteI
Called when a particular test is started.
testStarted(String) - Method in class edu.rice.cs.drjava.ui.JUnitPanel.JUnitErrorListPane
Provides the ability to display the name of the test being run.
testStarted(String, String) - Method in class edu.rice.cs.drjava.ui.JUnitPanel
 
testStartFromTopContinue() - Method in class edu.rice.cs.drjava.model.FindReplaceMachineTest
 
testStartOfDocument() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionNewParenPhraseTest
Tests hitting start of document.
testStartOfDocument() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionPrevLineStartsWithTest
Tests hitting start of document.
testStartOfStmtCheckForEndCharacters() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionStartingNewStmtTest
Ensures that the current line is the first line of a statement.
testStartOfStmtIgnoreWhiteSpaceAndCommentsInBetween() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionStartingNewStmtTest
Ensures that the current line is the first line of a statement.
testStartSimple() - Method in class edu.rice.cs.drjava.model.definitions.IndentTest
put your documentation comment here
testStartSpaceIndent() - Method in class edu.rice.cs.drjava.model.definitions.IndentTest
put your documentation comment here
testStartsWithPrefixNoText() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionCurrLineStartsWithTest
Tests having a line start with prefix, with no text following
testStartsWithPrefixNoText() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionPrevLineStartsWithTest
Tests having prev line start with prefix, with no text following
testStartsWithPrefixWithText() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionCurrLineStartsWithTest
Tests having a line start with prefix, with text following
testStartsWithPrefixWithText() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionPrevLineStartsWithTest
Tests having prev line start with prefix, with text following
testStaticInput() - Method in class edu.rice.cs.util.StreamRedirectorTest
Tests that an InputStreamRedirector correctly redirects input that is static.
testString() - Method in class edu.rice.cs.drjava.config.DrJavaPropertySetupTest
 
testStringClassRecognition() - Method in class edu.rice.cs.drjava.model.ClassAndInterfaceFinderTest
Tests to see if string input is properly parsed to obtain class name.
testStringInterfaceRecognition() - Method in class edu.rice.cs.drjava.model.ClassAndInterfaceFinderTest
Tests to see if string input is properly parsed to obtain interface name.
testStringInterfaceRejection() - Method in class edu.rice.cs.drjava.model.ClassAndInterfaceFinderTest
Tests to see if string input is properly parsed to reject interface name.
testStringOps() - Method in class edu.rice.cs.drjava.model.repl.JavaInterpreterTest
Test string operations
testStringPackageRecognition() - Method in class edu.rice.cs.drjava.model.ClassAndInterfaceFinderTest
Tests to see if string input is properly parsed to insert package name.
testStub() - Method in class edu.rice.cs.drjava.model.debug.jpda.DebugContextTest
 
testStub() - Method in class edu.rice.cs.drjava.model.debug.jpda.DebugTest
 
testStuffAfter() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionCurrLineEmptyOrEnterPressTest
 
testStuffBefore() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionCurrLineEmptyOrEnterPressTest
 
testSuiteEnded(JUnitError[]) - Method in class edu.rice.cs.drjava.model.junit.DefaultJUnitModel
Called when a full suite of tests has finished running.
testSuiteEnded(JUnitError[]) - Method in interface edu.rice.cs.drjava.model.junit.JUnitModelCallback
Called when a full suite of tests has finished running.
testSuiteEnded(JUnitError[]) - Method in class edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM
Notifies that a full suite of tests has finished running.
testSuiteEnded(JUnitError[]) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.DummyJUnitModel
 
testSuiteEnded(JUnitError[]) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM
Called when a full suite of tests has finished running.
testSuiteEnded(JUnitError[]) - Method in interface edu.rice.cs.drjava.model.repl.newjvm.MainJVMRemoteI
Called when a full suite of tests has finished running.
testSuiteStarted(int) - Method in class edu.rice.cs.drjava.model.junit.DefaultJUnitModel
Called to indicate that a suite of tests has started running.
testSuiteStarted(int) - Method in interface edu.rice.cs.drjava.model.junit.JUnitModelCallback
Called to indicate that a suite of tests has started running.
testSuiteStarted(int) - Method in class edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM
Notifies that a suite of tests has started running.
testSuiteStarted(int) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.DummyJUnitModel
 
testSuiteStarted(int) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM
Called to indicate that a suite of tests has started running.
testSuiteStarted(int) - Method in interface edu.rice.cs.drjava.model.repl.newjvm.MainJVMRemoteI
Called to indicate that a suite of tests has started running.
testSwitchActiveInterpreter() - Method in class edu.rice.cs.drjava.model.repl.newjvm.NewJVMTest
Ensure that MainJVM can correctly switch the active interpreter used by the interpreter JVM.
testSwitchInterpreters() - Method in class edu.rice.cs.drjava.model.GlobalModelOtherTest
Tests that the appropriate event is fired when the model's interpreter changes.
testSwitchToNonExistantInterpreter() - Method in class edu.rice.cs.drjava.model.repl.newjvm.NewJVMTest
Ensure that switching to a non-existant interpreter throws an Exception.
testSystemIn_NOJOIN() - Method in class edu.rice.cs.drjava.ui.InteractionsPaneTest
 
testTextAfterBrace() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionStartAfterOpenBraceTest
 
testThreeQuoteCurlySetup() - Method in class edu.rice.cs.util.BalancingStreamTokenizerTest
 
testThreeQuoteSetup() - Method in class edu.rice.cs.util.BalancingStreamTokenizerTest
 
testThrowNull() - Method in class edu.rice.cs.drjava.model.repl.JavaInterpreterTest
Test throwing null, for bug 3008828.
testThrowRuntimeException() - Method in class edu.rice.cs.drjava.model.repl.newjvm.NewJVMTest
 
testTokenizeAndStringify() - Method in class edu.rice.cs.util.ArgumentTokenizerTest
Tests that arguments can be "stringified" properly.
testTokenizeArguments() - Method in class edu.rice.cs.util.ArgumentTokenizerTest
Tests that the argument tokenizer can split up a simple list of arguments.
testTokenizeEscapedArgs() - Method in class edu.rice.cs.util.ArgumentTokenizerTest
Tests that escaped characters just return the character itself.
testTokenizeQuotedEscapedArgs() - Method in class edu.rice.cs.util.ArgumentTokenizerTest
Tests that within a quote, everything is correctly escaped.
testTokenizeSingleQuotedArgs() - Method in class edu.rice.cs.util.ArgumentTokenizerTest
Tests that single quotes can be used as argument delimiters.
testTopLevel() - Method in class edu.rice.cs.util.sexp.SExpParserTest
 
testToString() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.BraceTest
Test the toString method.
testToStringBoolean() - Method in class edu.rice.cs.util.StringOpsTest
 
testToStringByte() - Method in class edu.rice.cs.util.StringOpsTest
 
testToStringChar() - Method in class edu.rice.cs.util.StringOpsTest
 
testToStringDouble() - Method in class edu.rice.cs.util.StringOpsTest
 
testToStringFloat() - Method in class edu.rice.cs.util.StringOpsTest
 
testToStringInt() - Method in class edu.rice.cs.util.StringOpsTest
 
testToStringLong() - Method in class edu.rice.cs.util.StringOpsTest
Tests for getting the simple name of a class.
testToStringObject() - Method in class edu.rice.cs.util.StringOpsTest
 
testToStringShort() - Method in class edu.rice.cs.util.StringOpsTest
 
testToStringThrowsRuntimeException() - Method in class edu.rice.cs.drjava.model.repl.newjvm.NewJVMTest
 
testTrace() - Method in class edu.rice.cs.drjava.model.definitions.indent.IndentRuleWithTraceTest
 
testTraversalOps() - Method in class edu.rice.cs.util.docnavigation.JListSortNavigatorTest
 
testTraversalOps() - Method in class edu.rice.cs.util.docnavigation.JTreeSortNavigatorTest
 
testTwoQuoteCurlySetup() - Method in class edu.rice.cs.util.BalancingStreamTokenizerTest
 
testTypeBraceNotInCode() - Method in class edu.rice.cs.drjava.ui.DefinitionsPaneTest
Tests that typing a brace in a string/comment does not cause an indent.
testTypeCheckerExtension() - Method in class edu.rice.cs.drjava.model.repl.JavaInterpreterTest
Test the operation of the TypeCheckerExtension by performing the operations ((false) ? 2/0 : 1) and ((false) ? 2%0 : 1), which should not throw Exceptions in the Java interpreter.
testTypeEnterNotInCode() - Method in class edu.rice.cs.drjava.ui.DefinitionsPaneTest
Tests that typing Enter in a string/comment does cause an indent.
testUncaught() - Method in class edu.rice.cs.drjava.model.MultiThreadedTestCaseTest
Uncaught exception in spawned thread.
testUncaught() - Method in class edu.rice.cs.drjava.model.MultiThreadedTestCaseTest.Uncaught
 
testUncommentEmpty() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
Verify that uncommenting an empty document does not crash
testUncommentIgnoreMultipleLines() - Method in class edu.rice.cs.drjava.model.definitions.CommentTest
Tests the Uncomment Line(s) command with multiple lines.
testUncommentIgnoreSingleLine() - Method in class edu.rice.cs.drjava.model.definitions.CommentTest
Tests the Uncomment Line(s) command with a single line.
testUncommentMultipleLines() - Method in class edu.rice.cs.drjava.model.definitions.CommentTest
Tests the Uncomment Line(s) command with multiple lines.
testUncommentSingleLine() - Method in class edu.rice.cs.drjava.model.definitions.CommentTest
Tests the Uncomment Line(s) command with a single line.
testUndoEventsOccur() - Method in class edu.rice.cs.drjava.model.GlobalModelOtherTest
Tests that the undoableEditHappened event is fired if the undo manager is in use.
testUndoRedoNewLine() - Method in class edu.rice.cs.drjava.ui.InteractionsPaneTest
Tests to see if SHIFT_ENTER starts a new undo action
testUndoRedoWorks() - Method in class edu.rice.cs.drjava.ui.InteractionsPaneTest
Tests basic functionality of undo/redo
testUnmaskBlockCommentedLineComment() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelDeleteTest
 
testUnsavedAndUnCompiledChanges() - Method in class edu.rice.cs.drjava.model.GlobalModelJUnitTest
Tests that when a JUnit file with no errors, after being saved and compiled, has it's contents replaced by a test that should fail, will pass all tests.
testUnsavedSuggestedDirectory() - Method in class edu.rice.cs.drjava.model.javadoc.JavadocModelTest
Tests that a suggestion can be made for an unsaved file, if the user chooses to save it.
testUserDefinedVoidMethod() - Method in class edu.rice.cs.drjava.model.repl.JavaInterpreterTest
Tests that a call to user-defined void method returns NO_RESULT, instead of null.
testUtilVersion() - Method in class edu.rice.cs.drjava.DependenciesTest
This test ensures that the util package version is as new as we expect.
testValidMessageTypes() - Method in class edu.rice.cs.util.swing.ScrollableListDialogTest
Tests that all the valid message types are accepted and that they are the only message types accepted.
testValidMessageTypes() - Method in class edu.rice.cs.util.swing.ScrollableListSelectionDialogTest
Tests that all the valid message types are accepted and that they are the only message types accepted.
testValue - Static variable in class edu.rice.cs.drjava.model.repl.JavaInterpreterTest
 
testVariable - Variable in class edu.rice.cs.drjava.ui.DefinitionsPane
 
testVariableDefaultValues() - Method in class edu.rice.cs.drjava.model.repl.JavaInterpreterTest
Tests that variables are assigned default values.
testVariableDefinition() - Method in class edu.rice.cs.drjava.model.repl.JavaInterpreterTest
Tests simple variable definitions which broke the initial implementation of variable redefinition (tested by testVariableRedefinition).
testVariableRedefinition() - Method in class edu.rice.cs.drjava.model.repl.JavaInterpreterTest
Tests that variable declarations with errors will not allow the interpreter to not define the variable.
testVerifyErrorHandledCorrectly_NOJOIN() - Method in class edu.rice.cs.drjava.model.junit.JUnitErrorModelTest
Tests that a VerifyError is reported as an error, rather than simply causing JUnit to blow up.
testWarnings() - Method in class edu.rice.cs.drjava.model.javadoc.JavadocModelTest
 
testWeird() - Method in class edu.rice.cs.drjava.model.definitions.IndentTest
put your documentation comment here
testWhitespaceFunction() - Method in class edu.rice.cs.util.BalancingStreamTokenizerTest
 
testWhitespaceKeyword() - Method in class edu.rice.cs.util.BalancingStreamTokenizerTest
 
testWhitespaceKeywordsQuotes() - Method in class edu.rice.cs.util.BalancingStreamTokenizerTest
 
testWholeWordSearchIgnore() - Method in class edu.rice.cs.drjava.model.FindReplaceMachineTest
 
testWholeWordSearchOnTestString1() - Method in class edu.rice.cs.drjava.model.FindReplaceMachineTest
 
testWidening() - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModelTest
 
testWierd2() - Method in class edu.rice.cs.drjava.model.definitions.IndentTest
put your documentation comment here
testWingComment() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionCurrLineIsWingCommentTest
 
testWingInsideBlock() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionCurrLineIsWingCommentTest
 
testWithParen() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionBraceIsCurlyTest
 
testWordCharKeyword() - Method in class edu.rice.cs.util.BalancingStreamTokenizerTest
 
testWordCharsFunction() - Method in class edu.rice.cs.util.BalancingStreamTokenizerTest
 
testWordRange() - Method in class edu.rice.cs.util.BalancingStreamTokenizerTest
 
testWordRangeKeywordsQuotes() - Method in class edu.rice.cs.util.BalancingStreamTokenizerTest
 
testWorksAfterRestartConstant() - Method in class edu.rice.cs.drjava.model.repl.newjvm.NewJVMTest
 
testWriteFile() - Method in class edu.rice.cs.drjava.project.ProjectTest
 
testWriteFilePJT() - Method in class edu.rice.cs.drjava.project.ProjectTest
 
testWriteFileXML() - Method in class edu.rice.cs.drjava.project.ProjectTest
 
testWSAfterBrace() - Method in class edu.rice.cs.drjava.model.definitions.indent.QuestionStartAfterOpenBraceTest
 
testXML() - Method in class edu.rice.cs.drjava.config.DrJavaPropertySetupTest
 
testXMLConfigException() - Method in class edu.rice.cs.util.XMLConfigTest
Test that construction of XMLConfigException's will succeed Kind of pointless really.
testXMLParse() - Method in class edu.rice.cs.drjava.project.XMLProjectFileParserTest
 
TEXT - Static variable in class edu.rice.cs.util.FileOpsTest
 
TEXT_AND_ICONS - Static variable in class edu.rice.cs.drjava.ui.config.ToolbarOptionComponent
 
TEXT_ANTIALIAS - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Whether to draw anti-aliased text.
TEXT_FILE_EXTENSION - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The extension for a text file
TEXT_ONLY - Static variable in class edu.rice.cs.drjava.ui.config.ToolbarOptionComponent
 
TextAtom - Class in edu.rice.cs.util.sexp
 
TextAtom(String) - Constructor for class edu.rice.cs.util.sexp.TextAtom
 
textCompoundUndoManager() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
Test method for CompoundUndoManager.
textDeleteDoc() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
Test removal of text.
textfield - Variable in class edu.rice.cs.drjava.ui.PreviewFrame.JTextFieldChanger
 
textGetColumn1() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
Tests returning the current column in the document.
textGetColumn2() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
Tests returning the current column in the document.
textGetLine1() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
Test returning second line in a two-line document.
textGetLine2() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
Test going to a specific line.
textGetLine3() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
Test going to the fourth line in a four line document.
textGetLine4() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
Test going to a line beyond the number of lines in a document just goes to the end of the file.
textGetLine5() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
Test going to the first line of an empty document doesn't do anything funny.
textGetLine6() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
Test going to a line that is greater than the line count of an empty document just keeps you in your current location.
textGetLine7() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
Test that going to a line within the document's line count sets the current position to the first character of the line.
textGetLineDeleteText() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
Tests line numbering output after deletion of a block
textGetLineDeleteText2() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
Tests line numbering output after deletion of a block
textGetPackageNameWithPackageStatementAfterImport() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
Puts an otherwise valid package statement after a valid import declaration.
textGotoLine1() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
Test going to the second line in a two-line document.
textGotoLine2() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
Test going to a specific line.
textGotoLine3() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
Test going to the fourth line in a four line document.
textGotoLine4() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
Test going to a line beyond the number of lines in a document just goes to the end of the file.
textGotoLine5() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
Test going to the first line of an empty document doesn't do anything funny.
textGotoLine6() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
Test going to a line that is greater than the line count of an empty document just keeps you in your current location.
textGotoLine7() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
Test that going to a line within the document's line count sets the current position to the first character of the line.
textHighlightKeywords1() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
Test that keywords are highlighted properly.
textHighlightKeywords2() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
This test case simulates what happens when some text is selected and there is a keyword around too.
textInsertSlashIntoStarSlash() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
Test inserting a slash between a star-slash combo.
textInsertStarIntoSlashStar() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
Test inserting a star between a slash-star combo.
textInsertStarIntoStarSlash() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
Test inserting a star between a star-slash combo.
textInsertToDoc() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
Test insertion.
textPackageNameEmpty() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
Test package-finding on empty document.
textPackageNameSimple() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
Test package-finding on simple document, with no funny comments.
textPackageNameWeird1() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
Test package-finding on document with a block comment between parts of package.
textPackageNameWeird2() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
Test package-finding on document with a line comment between parts of package.
textQualifiedClassNameWithoutPackage() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
Tests that the correct qualified class name is returned without a package.
textQualifiedClassNameWithPackage() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
Tests that the correct qualified class name is returned with a package.
textRemoveTabs1() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
Test whether removeTabs actually removes all tabs.
textRemoveTabs2() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
As of drjava-20020122-1534, files with tabs ended up garbled, with some of the text jumbled all around (bug #506630).
texts - Variable in class edu.rice.cs.drjava.model.compiler.CompilerErrorModelTest
 
textTabRemovalOnInsertString() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
Test whether tabs are removed as appropriate on call to insertString.
textTabRemovalOnInsertString2() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
Test whether tabs are removed as appropriate on call to insertString.
textTopLevelClassName() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
Tests class name-finding on document.
textTopLevelClassNameMisleading() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
Tests class name-finding on document.
textTopLevelClassNameNoSpace() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
Tests that a keyword with no space following it does not cause a StringOutOfBoundsException (bug 742226).
textTopLevelClassNameWComments() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
Test class name-finding on document
textTopLevelClassNameWithClassloaderImport() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
Tests that the word class is not recognized if it is not followed by whitespace.
textTopLevelClassNameWithDelimiters() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
Tests class name-finding on document.
textTopLevelEnclosingClassName() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
Tests that the name of a top level enclosing class can be found.
textTopLevelInterfaceName() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
Test interface name-finding on document
textTopLevelInterfaceNameBeforeClassName() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
Tests class name-finding on document.
textTopLevelInterfaceNameMisleading() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
Tests class name-finding on document
textTopLevelInterfaceNameMisleading2() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
Tests class name-finding on document
textUndoAndRedoAfterMultipleLineCommentAndUncomment() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
Verify that undoing a multiple-line indent will be a single undo action
textUndoAndRedoAfterMultipleLineIndent() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
Verify that undoing a multiple-line indent will be a single undo action
textUndoOrRedoSetsUnmodifiedState() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
Verifies that the undo manager correctly determines if the document has been modified since the last save.
textURIListToFileList(String) - Static method in class edu.rice.cs.drjava.ui.MainFrame
Convert a string with URIs to a list of files.
thickness - Variable in class edu.rice.cs.drjava.ui.ReverseHighlighter.DefaultFrameHighlightPainter
 
thickness - Variable in class edu.rice.cs.drjava.ui.ReverseHighlighter.DefaultUnderlineHighlightPainter
 
THREAD_DEATH_CLASS - Static variable in class edu.rice.cs.drjava.model.debug.DebugTestCase
 
THREAD_PAINTER - Static variable in class edu.rice.cs.drjava.ui.DefinitionsPane
Highlight painter for thread's current location.
threadLocationUpdated(OpenDefinitionsDocument, int, boolean) - Method in class edu.rice.cs.drjava.model.debug.DebugEventNotifier
Called when the given line is reached by the current thread in the debugger, to request that the line be displayed.
threadLocationUpdated(OpenDefinitionsDocument, int, boolean) - Method in interface edu.rice.cs.drjava.model.debug.DebugListener
Called when the given line is reached by the current thread in the debugger, to request that the line be displayed.
threadLocationUpdated(OpenDefinitionsDocument, int, boolean) - Method in class edu.rice.cs.drjava.model.debug.DebugTestCase.BreakpointTestListener
 
threadLocationUpdated(OpenDefinitionsDocument, int, boolean) - Method in class edu.rice.cs.drjava.model.debug.DebugTestCase.DebugTestListener
 
threadLocationUpdated(OpenDefinitionsDocument, int, boolean) - Method in class edu.rice.cs.drjava.ui.DebugPanel.DebugPanelListener
 
threadLocationUpdated(OpenDefinitionsDocument, int, boolean) - Method in class edu.rice.cs.drjava.ui.MainFrame.UIDebugListener
Called when the given line is reached by the current thread in the debugger, to request that the line be displayed.
threadLocationUpdatedCount - Variable in class edu.rice.cs.drjava.model.debug.DebugTestCase.DebugTestListener
 
threadName(ThreadReference) - Static method in class edu.rice.cs.drjava.model.debug.jpda.JPDAThreadData
 
threadStarted() - Method in class edu.rice.cs.drjava.model.debug.DebugEventNotifier
Called when a thread starts.
threadStarted() - Method in interface edu.rice.cs.drjava.model.debug.DebugListener
Called when a thread starts.
threadStarted() - Method in class edu.rice.cs.drjava.model.debug.DebugTestCase.DebugTestListener
This won't fail because threads could be starting at any time.
threadStarted() - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
 
threadStarted() - Method in class edu.rice.cs.drjava.ui.DebugPanel.DebugPanelListener
Called when a thread starts.
threadStarted() - Method in class edu.rice.cs.drjava.ui.MainFrame.UIDebugListener
 
threadStartedCount - Variable in class edu.rice.cs.drjava.model.debug.DebugTestCase.DebugTestListener
 
threadStatus(ThreadReference) - Static method in class edu.rice.cs.drjava.model.debug.jpda.JPDAThreadData
 
throwCaughtException() - Method in class edu.rice.cs.util.swing.AsyncCompletionArgs
If an exception was thrown during the execution of the AsyncTask, calling this method will cause the exception to be thrown again in the thread that calls this method.
TIME_BETWEEN_ATTEMPTS - Static variable in class edu.rice.cs.drjava.DrJavaRestart
 
TITLE - Static variable in class edu.rice.cs.util.swing.ScrollableListDialogTest
 
TITLE - Static variable in class edu.rice.cs.util.swing.ScrollableListSelectionDialogTest
 
TMPDIR - Variable in class edu.rice.cs.drjava.config.DrJavaPropertySetupTest
 
toEval - Variable in class edu.rice.cs.drjava.model.repl.InteractionsModelTest.TestInteractionsModel
 
toggleBookmark(int, int) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Toogle the specified bookmark in the active document.
toggleBookmark() - Method in class edu.rice.cs.drjava.ui.MainFrame
Toggle a bookmark.
toggleBreakpoint(OpenDefinitionsDocument, int, boolean) - Method in interface edu.rice.cs.drjava.model.debug.Debugger
Toggles whether a breakpoint is set at the given line in the given document.
toggleBreakpoint(OpenDefinitionsDocument, int, boolean) - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Toggles whether a breakpoint is set at the given line in the given document.
toggleBreakpoint(OpenDefinitionsDocument, int, boolean) - Method in class edu.rice.cs.drjava.model.debug.NoDebuggerAvailable
Toggles whether a breakpoint is set at the given line in the given document.
tok1 - Static variable in class edu.rice.cs.util.sexp.TokensTest
 
tok2 - Static variable in class edu.rice.cs.util.sexp.TokensTest
 
tok3 - Static variable in class edu.rice.cs.util.sexp.TokensTest
 
tok4 - Static variable in class edu.rice.cs.util.sexp.TokensTest
 
tok5 - Static variable in class edu.rice.cs.util.sexp.TokensTest
 
token() - Method in class edu.rice.cs.util.BalancingStreamTokenizer
Returns the type of the current token.
tokenize(String) - Static method in class edu.rice.cs.util.ArgumentTokenizer
Tokenizes the given String into String tokens
tokenize(String, boolean) - Static method in class edu.rice.cs.util.ArgumentTokenizer
Tokenizes the given String into String tokens.
tokenizer - Variable in class edu.rice.cs.drjava.model.ClassAndInterfaceFinder
 
TokenList - Class in edu.rice.cs.drjava.model.definitions.reducedmodel
A list of reduced model tokens.
TokenList() - Constructor for class edu.rice.cs.drjava.model.definitions.reducedmodel.TokenList
 
TokenList.Iterator - Class in edu.rice.cs.drjava.model.definitions.reducedmodel
 
TokenList.Iterator() - Constructor for class edu.rice.cs.drjava.model.definitions.reducedmodel.TokenList.Iterator
 
TokenList.Iterator(TokenList.Iterator) - Constructor for class edu.rice.cs.drjava.model.definitions.reducedmodel.TokenList.Iterator
 
Tokens - Interface in edu.rice.cs.util.sexp
A common namespace for the token classes.
Tokens.BackSlashToken - Class in edu.rice.cs.util.sexp
 
Tokens.BackSlashToken() - Constructor for class edu.rice.cs.util.sexp.Tokens.BackSlashToken
 
Tokens.BooleanToken - Class in edu.rice.cs.util.sexp
Words include any text (including symbols) that is not a number, a backslash, or a quote character.
Tokens.BooleanToken(boolean) - Constructor for class edu.rice.cs.util.sexp.Tokens.BooleanToken
 
Tokens.LeftParenToken - Class in edu.rice.cs.util.sexp
 
Tokens.LeftParenToken() - Constructor for class edu.rice.cs.util.sexp.Tokens.LeftParenToken
 
Tokens.NumberToken - Class in edu.rice.cs.util.sexp
Numbers are string s of only digits (0-9)
Tokens.NumberToken(double) - Constructor for class edu.rice.cs.util.sexp.Tokens.NumberToken
 
Tokens.QuotedTextToken - Class in edu.rice.cs.util.sexp
This token is handled as a unit by the lexer.
Tokens.QuotedTextToken(String) - Constructor for class edu.rice.cs.util.sexp.Tokens.QuotedTextToken
 
Tokens.RightParenToken - Class in edu.rice.cs.util.sexp
 
Tokens.RightParenToken() - Constructor for class edu.rice.cs.util.sexp.Tokens.RightParenToken
 
Tokens.SExpToken - Class in edu.rice.cs.util.sexp
These tokens are designed to be compared using the == operator with (, ), ", and \.
Tokens.SExpToken(String) - Constructor for class edu.rice.cs.util.sexp.Tokens.SExpToken
 
Tokens.WordToken - Class in edu.rice.cs.util.sexp
Words include any text (including symbols) that is not a number, a backslash, or a quote character.
Tokens.WordToken(String) - Constructor for class edu.rice.cs.util.sexp.Tokens.WordToken
 
TokensTest - Class in edu.rice.cs.util.sexp
Test class for Tokens.java in this package.
TokensTest() - Constructor for class edu.rice.cs.util.sexp.TokensTest
 
TOL - Static variable in class edu.rice.cs.util.LogTest
 
TOOLBAR_ENABLED - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Whether or not the toolbar should be displayed.
TOOLBAR_HEIGHT - Static variable in class edu.rice.cs.drjava.ui.PreviewFrame
 
TOOLBAR_ICONS_ENABLED - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Whether icons should be displayed on the toolbar buttons.
TOOLBAR_TEXT_ENABLED - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Whether text should be displayed on toolbar buttons.
ToolbarOptionComponent - Class in edu.rice.cs.drjava.ui.config
The special option component for the toolbar text and toolbar icon options.
ToolbarOptionComponent(String, SwingFrame) - Constructor for class edu.rice.cs.drjava.ui.config.ToolbarOptionComponent
The constructor does not take an option since we have specific knowledge of the two options we'll need for this component.
ToolbarOptionComponent(String, SwingFrame, String) - Constructor for class edu.rice.cs.drjava.ui.config.ToolbarOptionComponent
Constructor that allows for a tooltip description.
TOOLS_PACKAGES - Static variable in class edu.rice.cs.drjava.model.JarJDKToolsLibrary
Packages to shadow when loading a new tools.jar.
toString() - Method in class edu.rice.cs.drjava.config.ConfigProperty
Return the value.
toString() - Method in class edu.rice.cs.drjava.config.Configuration
Returns a string representation of the contents of the OptionMap.
toString() - Method in class edu.rice.cs.drjava.config.ConstantProperty
Return the value.
toString() - Method in class edu.rice.cs.drjava.config.DefaultOptionMap
 
toString() - Method in class edu.rice.cs.drjava.config.DrJavaProperty
Return the value, which might be stale or null.
toString() - Method in class edu.rice.cs.drjava.config.FileProperty
Return the value.
toString() - Method in exception edu.rice.cs.drjava.config.OptionParseException
Format a nice message for the user.
toString() - Method in class edu.rice.cs.drjava.config.OptionParser
Returns a string representation of this OptionParser/Option suitable for debugging.
toString() - Method in class edu.rice.cs.drjava.config.ResourceBundleConfiguration
Returns a string representation of the contents of the OptionMap.
toString() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
toString() - Method in class edu.rice.cs.drjava.model.BrowserDocumentRegion
 
toString() - Method in class edu.rice.cs.drjava.model.BrowserHistoryManager
 
toString() - Method in class edu.rice.cs.drjava.model.cache.DocumentCache.DocManager
 
toString() - Method in class edu.rice.cs.drjava.model.cache.DocumentCache
 
toString() - Method in class edu.rice.cs.drjava.model.compiler.CompilerErrorModel
Prints out this model's errors.
toString() - Method in interface edu.rice.cs.drjava.model.compiler.CompilerInterface
String to display in a combo box (generally getName())
toString() - Method in class edu.rice.cs.drjava.model.compiler.JavacCompiler
 
toString() - Method in class edu.rice.cs.drjava.model.compiler.NoCompilerAvailable
The toString() of this class is displayed in the "Compiler" drop down on the compiler tab.
toString() - Method in class edu.rice.cs.drjava.model.debug.DebugWatchData
Returns a legible representation of the type, name, and value.
toString() - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDABreakpoint
 
toString() - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger.DelegatingLocation
 
toString() - Method in class edu.rice.cs.drjava.model.debug.jpda.Step
 
toString() - Method in class edu.rice.cs.drjava.model.DefaultGlobalModel.LibraryKey
 
toString() - Method in class edu.rice.cs.drjava.model.definitions.CompoundUndoManager
 
toString() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
 
toString() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.Brace
Converts a Brace to a String.
toString() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.BraceInfo
 
toString() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.Gap
Converts a Brace to a String.
toString() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.IndentInfo
 
toString() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.TokenList.Iterator
 
toString() - Method in class edu.rice.cs.drjava.model.DJError
Gets a String representation of the error.
toString() - Method in class edu.rice.cs.drjava.model.DocumentRegion
 
toString() - Method in class edu.rice.cs.drjava.model.FindResult
Intelligible toString method
toString() - Method in class edu.rice.cs.drjava.model.JarJDKToolsLibrary
 
toString() - Method in class edu.rice.cs.drjava.model.JDKDescriptor
 
toString() - Method in class edu.rice.cs.drjava.model.JDKToolsLibrary
 
toString() - Method in class edu.rice.cs.drjava.model.junit.JUnitError
 
toString() - Method in class edu.rice.cs.drjava.project.ProjectProfile
 
toString() - Method in class edu.rice.cs.drjava.ui.BreakpointsPanel.BreakpointRegionTreeUserObj
 
toString() - Method in class edu.rice.cs.drjava.ui.ClipboardHistoryFrame.FrameState
 
toString() - Method in class edu.rice.cs.drjava.ui.ClipboardHistoryFrame.HistoryString
 
toString() - Method in class edu.rice.cs.drjava.ui.config.KeyStrokeOptionComponent
Returns a custom string representation of this option component.
toString() - Method in class edu.rice.cs.drjava.ui.DetachedFrame.FrameState
 
toString() - Method in class edu.rice.cs.drjava.ui.EditExternalDialog.FrameState
 
toString() - Method in class edu.rice.cs.drjava.ui.ExecuteExternalDialog.FrameState
 
toString() - Method in class edu.rice.cs.drjava.ui.JarOptionsDialog.FrameState
 
toString() - Method in class edu.rice.cs.drjava.ui.MainFrameStatics.GoToFileListEntry
 
toString() - Method in class edu.rice.cs.drjava.ui.MainFrameStatics.JavaAPIListEntry
 
toString() - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputFrame.FrameState
 
toString() - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel.FragmentLineNumStrategy
 
toString() - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel.FragmentStrategy
 
toString() - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel.PrefixLineNumStrategy
 
toString() - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel.PrefixStrategy
 
toString() - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel.RegExLineNumStrategy
 
toString() - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel.RegExStrategy
 
toString() - Method in class edu.rice.cs.drjava.ui.ProjectAdvancedPropertiesFrame.PreferencesRecord
 
toString() - Method in class edu.rice.cs.drjava.ui.RegionsListPanel.RegionListUserObj
 
toString() - Method in class edu.rice.cs.drjava.ui.RegionsTreePanel.RegionTreeUserObj
 
toString() - Method in class edu.rice.cs.util.docnavigation.DummyINavigatorItem
 
toString() - Method in class edu.rice.cs.util.docnavigation.FileNode
 
toString() - Method in class edu.rice.cs.util.docnavigation.JListNavigator
 
toString() - Method in class edu.rice.cs.util.docnavigation.JListSortNavigator
 
toString() - Method in class edu.rice.cs.util.docnavigation.LeafNode
 
toString() - Method in class edu.rice.cs.util.docnavigation.RootNode
 
toString() - Method in class edu.rice.cs.util.docnavigation.StringNode
 
toString() - Method in class edu.rice.cs.util.FileOps.NullFile
 
toString() - Method in class edu.rice.cs.util.NullFile
 
toString() - Method in exception edu.rice.cs.util.RunnableEST.Exception
 
toString() - Method in class edu.rice.cs.util.sexp.BoolAtom
 
toString() - Method in class edu.rice.cs.util.sexp.Cons
 
toString() - Method in class edu.rice.cs.util.sexp.Empty
 
toString() - Method in class edu.rice.cs.util.sexp.NumberAtom
 
toString() - Method in class edu.rice.cs.util.sexp.QuotedTextAtom
 
toString() - Method in class edu.rice.cs.util.sexp.TextAtom
If the given text was a quoted string, the text returned excludes the quotes around the string.
toString() - Method in class edu.rice.cs.util.sexp.Tokens.SExpToken
 
toString(long[]) - Static method in class edu.rice.cs.util.StringOps
This works just like java.util.Arrays.toString in Java 5.0 but is not version-specific.
toString(int[]) - Static method in class edu.rice.cs.util.StringOps
This works just like java.util.Arrays.toString in Java 5.0 but is not version-specific.
toString(short[]) - Static method in class edu.rice.cs.util.StringOps
This works just like java.util.Arrays.toString in Java 5.0 but is not version-specific.
toString(char[]) - Static method in class edu.rice.cs.util.StringOps
This works just like java.util.Arrays.toString in Java 5.0 but is not version-specific.
toString(byte[]) - Static method in class edu.rice.cs.util.StringOps
This works just like java.util.Arrays.toString in Java 5.0 but is not version-specific.
toString(boolean[]) - Static method in class edu.rice.cs.util.StringOps
This works just like java.util.Arrays.toString in Java 5.0 but is not version-specific.
toString(float[]) - Static method in class edu.rice.cs.util.StringOps
This works just like java.util.Arrays.toString in Java 5.0 but is not version-specific.
toString(double[]) - Static method in class edu.rice.cs.util.StringOps
This works just like java.util.Arrays.toString in Java 5.0 but is not version-specific.
toString(Object[]) - Static method in class edu.rice.cs.util.StringOps
This works just like java.util.Arrays.toString in Java 5.0 but is not version-specific.
toString() - Method in class edu.rice.cs.util.swing.AsyncTask
 
toString() - Method in class edu.rice.cs.util.swing.FileDisplay
 
toString() - Method in class edu.rice.cs.util.swing.HighlightManager
Overrides to toString() to support unit testing
toString() - Method in class edu.rice.cs.util.XMLConfig
Returns a string representation of the object.
toStringHelp() - Method in class edu.rice.cs.util.sexp.Cons
 
toStringHelp() - Method in class edu.rice.cs.util.sexp.Empty
 
toStringHelp() - Method in class edu.rice.cs.util.sexp.SEList
 
toStringHexDump(String) - Static method in class edu.rice.cs.util.StringOps
Return a string containing a hexdump of the input string.
toURL(File) - Static method in class edu.rice.cs.util.FileOps
Converts the abstract pathname for f into a URL.
trace - Static variable in class edu.rice.cs.drjava.model.definitions.indent.IndentRuleWithTrace
 
traceToString(StackTraceElement[]) - Static method in class edu.rice.cs.util.Log
Converts a stack trace (StackTraceElement[]) to string form
transformAppletCommand(String) - Static method in class edu.rice.cs.drjava.model.compiler.JavacCompiler
 
transformCommands(String) - Method in interface edu.rice.cs.drjava.model.compiler.CompilerInterface
Transform the command line to be interpreted into something the Interactions JVM can use.
transformCommands(String) - Method in class edu.rice.cs.drjava.model.compiler.JavacCompiler
Transform the command line to be interpreted into something the Interactions JVM can use.
transformCommands(String) - Method in class edu.rice.cs.drjava.model.compiler.NoCompilerAvailable
Transform the command line to be interpreted into something the Interactions JVM can use.
transformCommands(String) - Method in class edu.rice.cs.drjava.model.repl.DefaultInteractionsModel
Transform the command line to be interpreted into something the Interactions JVM can use.
transformCommands(String) - Method in interface edu.rice.cs.drjava.model.repl.InteractionsModelCallback
Transform the command line to be interpreted into something the Interactions JVM can use.
transformCommands(String) - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelTest.IncompleteInputInteractionsModel
 
transformCommands(String) - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelTest.TestInteractionsModel
 
transformCommands(String) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.DummyInteractionsModel
 
transformCommands(String) - Method in class edu.rice.cs.drjava.model.repl.SimpleInteractionsModel
Transform the command line to be interpreted into something the Interactions JVM can use.
transformJavaCommand(String) - Static method in class edu.rice.cs.drjava.model.compiler.JavacCompiler
 
transformRunCommand(String) - Static method in class edu.rice.cs.drjava.model.compiler.JavacCompiler
 
transition(AbstractMasterJVM.State, AbstractMasterJVM.State) - Method in class edu.rice.cs.util.newjvm.AbstractMasterJVM
Make a thread-safe state transition.
tree - Variable in class edu.rice.cs.util.docnavigation.JTreeSortNavigatorTest
 
treeCollapsed(TreeExpansionEvent) - Method in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
Called whenever an item in the tree has been collapsed.
treeExpanded(TreeExpansionEvent) - Method in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
Called whenever an item in the tree has been expanded.
TRUE - Static variable in class edu.rice.cs.util.sexp.BoolAtom
 
TRUE - Static variable in class edu.rice.cs.util.sexp.Tokens.BooleanToken
 
TYPE - Static variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.HighlightStatus
 
TYPE_COLOR - Static variable in class edu.rice.cs.drjava.model.definitions.ColoringGlyphPainter
 
TYPE_COLOR - Static variable in class edu.rice.cs.drjava.model.definitions.ColoringView
 
TYPED - Static variable in class edu.rice.cs.drjava.ui.DefinitionsPaneTest
 
TYPED - Static variable in class edu.rice.cs.drjava.ui.InteractionsPaneTest
 

U

UNARY_FUN_NON_PUBLIC_CLASS_TEXT - Static variable in class edu.rice.cs.drjava.model.repl.InteractionsModelErrorTest
 
UNARY_FUN_NON_PUBLIC_INTERFACE_TEXT - Static variable in class edu.rice.cs.drjava.model.repl.InteractionsModelErrorTest
 
UNARY_FUN_PUBLIC_CLASS_TEXT - Static variable in class edu.rice.cs.drjava.model.repl.InteractionsModelErrorTest
 
UNARY_FUN_PUBLIC_INTERFACE_TEXT - Static variable in class edu.rice.cs.drjava.model.repl.InteractionsModelErrorTest
 
UnaryOpProperty<P,R> - Class in edu.rice.cs.drjava.config
Class representing unary operations that can be inserted as variables in external processes.
UnaryOpProperty(String, String, Lambda<P, R>, String, String, Lambda<String, P>, Lambda<R, String>) - Constructor for class edu.rice.cs.drjava.config.UnaryOpProperty
Create an eager property.
UnaryOpProperty(String, String, Lambda<P, R>, Lambda<String, P>, Lambda<R, String>) - Constructor for class edu.rice.cs.drjava.config.UnaryOpProperty
Create an eager property.
unavailable(GUIAvailabilityListener.ComponentType) - Method in class edu.rice.cs.drjava.ui.avail.GUIAvailabilityNotifier
Make a component (more) unavailable.
uncaughtException(Thread, Throwable) - Method in class edu.rice.cs.drjava.model.MultiThreadedTestCase.ExceptionHandler
Gets called if an uncaught exception occurs in a thread.
uncaughtException(Thread, Throwable) - Method in class edu.rice.cs.drjava.ui.DrJavaErrorHandler
Handles an uncaught exception.
uncaughtException(Thread, Throwable) - Method in class edu.rice.cs.util.ProcessChain.ProcessChainThreadGroup
 
uncaughtException(Thread, Throwable) - Method in class edu.rice.cs.util.ProcessSequence.ProcessSequenceThreadGroup
 
uncommentBlock(int, int) - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
Uncomments all lines between start and end inclusive.
uncommentLines(int, int) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
uncommentLines(int, int) - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
Uncomments all lines between selStart and selEnd, inclusive.
uncommentLines(int, int) - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
uncommentLines(int, int) - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
 
uncommentLines() - Method in class edu.rice.cs.drjava.ui.MainFrame
Uncomment current selection using wing commenting.
UNDEFINED - Static variable in class edu.rice.cs.drjava.ui.DefinitionsPaneTest
 
UNDEFINED - Static variable in class edu.rice.cs.drjava.ui.InteractionsPaneTest
 
undo() - Method in class edu.rice.cs.drjava.model.definitions.CompoundUndoManager
Undoes the last undoable edit, or compound edit created by the user.
undo() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument.CommandUndoableEdit
 
undo() - Method in class edu.rice.cs.drjava.model.repl.InteractionsDJDocument.CommandUndoableEdit
 
UNDO_LIMIT - Static variable in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
The maximum number of undos the model can remember
UNDO_LIMIT - Static variable in class edu.rice.cs.drjava.model.repl.InteractionsDJDocument
 
UNDO_NAME - Static variable in class edu.rice.cs.drjava.ui.InteractionsController
 
undoableEditCount - Variable in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
undoableEditHappened() - Method in class edu.rice.cs.drjava.model.DummyGlobalModelListener
Called when an undoable edit occurs.
undoableEditHappened() - Method in class edu.rice.cs.drjava.model.GlobalEventNotifier
Called when an undoable edit occurs.
undoableEditHappened() - Method in interface edu.rice.cs.drjava.model.GlobalModelListener
Called when an undoable edit occurs.
undoableEditHappened() - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
undoableEditHappened() - Method in class edu.rice.cs.drjava.ui.MainFrame.ModelListener
 
undoManagerCanRedo() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
If the undo manager is unavailable, no redos are available
undoManagerCanRedo() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
undoManagerCanRedo() - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
 
undoManagerCanRedo() - Method in class edu.rice.cs.drjava.model.repl.InteractionsDJDocument
 
undoManagerCanUndo() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
If the undo manager is unavailable, no undos are available
undoManagerCanUndo() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
undoManagerCanUndo() - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
 
undoManagerCanUndo() - Method in class edu.rice.cs.drjava.model.repl.InteractionsDJDocument
 
UneditableTableModel - Class in edu.rice.cs.util.swing
Common TableModel for Uneditable tables
UneditableTableModel() - Constructor for class edu.rice.cs.util.swing.UneditableTableModel
 
UneditableTableModel(int, int) - Constructor for class edu.rice.cs.util.swing.UneditableTableModel
 
UneditableTableModel(Object[][], Object[]) - Constructor for class edu.rice.cs.util.swing.UneditableTableModel
 
UneditableTableModel(Vector<String>, int) - Constructor for class edu.rice.cs.util.swing.UneditableTableModel
 
UneditableTableModel(Vector<Vector<Object>>, Vector<String>) - Constructor for class edu.rice.cs.util.swing.UneditableTableModel
 
unescape(String) - Method in class edu.rice.cs.util.BalancingStreamTokenizer
 
unescapeFileName(String) - Static method in class edu.rice.cs.util.StringOps
Unescapes spaces the sequence " " to a space ' ', and a double '' to a single.
unexpectedException(Throwable) - Static method in class edu.rice.cs.drjava.model.repl.newjvm.InterpretResult
 
UnexpectedException - Exception in edu.rice.cs.util
An exception which DrJava throws on an unexpected error.
UnexpectedException(Throwable) - Constructor for exception edu.rice.cs.util.UnexpectedException
Constructs an unexpected exception with value.toString() as it's message.
UnexpectedException(Throwable, String) - Constructor for exception edu.rice.cs.util.UnexpectedException
Constructs an unexpected exception for value with custom message string + value.toString().
UnexpectedException() - Constructor for exception edu.rice.cs.util.UnexpectedException
Constructs a new RuntimeException to report that unreachable point in code has been reached
UnexpectedException(String) - Constructor for exception edu.rice.cs.util.UnexpectedException
Constructs a new RuntimeException to report specified message
UnfocusableButton - Class in edu.rice.cs.util.swing
A JButton that cannot be given focus.
UnfocusableButton() - Constructor for class edu.rice.cs.util.swing.UnfocusableButton
Creates a new UnfocusableButton.
UnfocusableButton(Action) - Constructor for class edu.rice.cs.util.swing.UnfocusableButton
Creates a new UnfocusableButton.
UnfocusableButton(String) - Constructor for class edu.rice.cs.util.swing.UnfocusableButton
Creates a new UnfocusableButton.
UnfocusableButton(Icon) - Constructor for class edu.rice.cs.util.swing.UnfocusableButton
Creates a new UnfocusableButton.
UnfocusableButton(String, Icon) - Constructor for class edu.rice.cs.util.swing.UnfocusableButton
Creates a new UnfocusableButton.
union(Shape) - Method in class edu.rice.cs.drjava.ui.ReverseHighlighter.LayeredHighlightInfo
 
UNMANAGED - Static variable in class edu.rice.cs.drjava.model.cache.DocumentCache
 
UNREADLOCKED - Static variable in interface edu.rice.cs.util.text.ReadersWritersLocking
The count indicating that there are no readers of this object (logged using acquireReadLock()).
unregisterDrJavaFileExtensions() - Method in class edu.rice.cs.drjava.platform.DefaultPlatform
Unregister .drjava and .djapp file extensions.
unregisterDrJavaFileExtensions() - Method in interface edu.rice.cs.drjava.platform.PlatformSupport
Unregister .drjava and .djapp file extensions.
unregisterJavaFileExtension() - Method in class edu.rice.cs.drjava.platform.DefaultPlatform
Unregister .java file extension.
unregisterJavaFileExtension() - Method in interface edu.rice.cs.drjava.platform.PlatformSupport
Unregister .java file extension.
UNTITLED - Static variable in class edu.rice.cs.drjava.model.cache.DocumentCache
 
update(PropertyMaps) - Method in class edu.rice.cs.drjava.config.BinaryOpProperty
Update the property so the value is current.
update(PropertyMaps) - Method in class edu.rice.cs.drjava.config.ConfigProperty
Update the property so the value is current.
update(PropertyMaps) - Method in class edu.rice.cs.drjava.config.ConstantProperty
Update the property so the value is current.
update(PropertyMaps) - Method in class edu.rice.cs.drjava.config.DrJavaProperty
Update the property so the value is current.
update(PropertyMaps) - Method in class edu.rice.cs.drjava.config.FileListProperty
Update the value by concatenating the list of documents.
update(PropertyMaps) - Method in class edu.rice.cs.drjava.config.FileProperty
Update the value of the property.
update(PropertyMaps) - Method in class edu.rice.cs.drjava.config.JavaSystemProperty
Update the property so the value is current.
update(PropertyMaps) - Method in class edu.rice.cs.drjava.config.QuaternaryOpProperty
Update the property so the value is current.
update(PropertyMaps) - Method in class edu.rice.cs.drjava.config.TernaryOpProperty
Update the property so the value is current.
update(PropertyMaps) - Method in class edu.rice.cs.drjava.config.UnaryOpProperty
Update the property so the value is current.
update(BrowserDocumentRegion) - Method in class edu.rice.cs.drjava.model.BrowserDocumentRegion
 
update() - Method in interface edu.rice.cs.drjava.model.debug.Breakpoint
Update positions and line nubmers from the position that moves with the document.
update() - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDABreakpoint
Update _startPos, _endPos and _lineNumber from the position that moves with the document.
update(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.DefaultLightWeightParsingControl
Perform light-weight parsing.
update(TokenList.Iterator) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.Free
Walk function for when we're not inside a string or comment.
update(TokenList.Iterator) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.InsideBlockComment
Walk function for inside block comment.
update(TokenList.Iterator) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.InsideDoubleQuote
Walk function for when inside a quoted string.
update(TokenList.Iterator) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.InsideLineComment
Walk function for inside line comment.
update(TokenList.Iterator) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.InsideSingleQuote
Walk function for when inside single quotes.
update(TokenList.Iterator) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelState
 
update(TokenList.Iterator) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.Stutter
 
update() - Method in class edu.rice.cs.drjava.model.DocumentRegion
Throws exception indicating that getString() is not supported.
update(OpenDefinitionsDocument) - Method in interface edu.rice.cs.drjava.model.LightWeightParsingControl
Perform light-weight parsing on the document if the delay has been exceeded.
update() - Method in class edu.rice.cs.drjava.model.MovingDocumentRegion
Update _lineStartPos and _lineEndPos after line has been edited.
update() - Method in interface edu.rice.cs.drjava.model.OrderedDocumentRegion
 
update() - Method in class edu.rice.cs.drjava.ui.config.ConfigFrame.PanelTreeNode
Tells its panel to update, and tells all of its child nodes to update their panels.
update() - Method in class edu.rice.cs.drjava.ui.config.ConfigPanel
Tells each component in the vector to update Config with its value.
update(int) - Method in class edu.rice.cs.drjava.ui.PreviewFrame.JSpinnerChanger
 
update(int) - Method in class edu.rice.cs.drjava.ui.PreviewFrame.JTextFieldChanger
 
update(int) - Method in class edu.rice.cs.drjava.ui.PreviewFrame.PageChangerUpdater
 
update() - Method in class edu.rice.cs.util.swing.DefaultFileDisplayManager
Updates the UI to reflect any changes in the fs.
update() - Method in interface edu.rice.cs.util.swing.FileDisplayManager
Notifies manager that the file system has changed.
UPDATE_DELAY - Static variable in class edu.rice.cs.drjava.ui.MainFrame
 
updateAction() - Method in class edu.rice.cs.drjava.ui.NewVersionPopup
 
updateBasedOnCurrentState() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.TokenList.Iterator
Walks along the list on which ReducedModel is based from the current cursor position.
updateButtons() - Method in class edu.rice.cs.drjava.ui.AbortablePanel
Update button state and text.
updateButtons() - Method in class edu.rice.cs.drjava.ui.config.VectorOptionComponent
Enable and disable buttons.
updateButtons() - Method in class edu.rice.cs.drjava.ui.DebugPanel
 
updateButtons() - Method in class edu.rice.cs.drjava.ui.ExternalProcessPanel
Update button state and text.
updateButtons() - Method in class edu.rice.cs.drjava.ui.LessPanel
Update button state and text.
updateButtons() - Method in class edu.rice.cs.drjava.ui.RegionsListPanel
Update button state and text.
updateButtons() - Method in class edu.rice.cs.drjava.ui.RegionsTreePanel.DefaultState
 
updateButtons() - Method in interface edu.rice.cs.drjava.ui.RegionsTreePanel.IChangeState
 
updateButtons() - Method in class edu.rice.cs.drjava.ui.RegionsTreePanel
Update button state and text.
updateColors() - Method in class edu.rice.cs.drjava.model.definitions.ColoringGlyphPainter
Called when an OptionListener perceives a change in any of the colors
updateColors() - Method in class edu.rice.cs.drjava.model.definitions.ColoringView
Called when an OptionListener perceives a change in any of the colors
updateConfig() - Method in class edu.rice.cs.drjava.ui.config.BooleanOptionComponent
Updates the config object with the new setting.
updateConfig() - Method in class edu.rice.cs.drjava.ui.config.ButtonComponent
Updates the config object with the new setting.
updateConfig() - Method in class edu.rice.cs.drjava.ui.config.ColorOptionComponent
Updates the config object with the new setting.
updateConfig() - Method in class edu.rice.cs.drjava.ui.config.DirectoryOptionComponent
Updates the config object with the new setting.
updateConfig() - Method in class edu.rice.cs.drjava.ui.config.FileOptionComponent
Updates the config object with the new setting.
updateConfig() - Method in class edu.rice.cs.drjava.ui.config.FontOptionComponent
Updates the config object with the new setting.
updateConfig() - Method in class edu.rice.cs.drjava.ui.config.ForcedChoiceOptionComponent
Updates the config object with the new setting.
updateConfig() - Method in class edu.rice.cs.drjava.ui.config.IntegerOptionComponent
Updates the config object with the new setting.
updateConfig() - Method in class edu.rice.cs.drjava.ui.config.KeyStrokeOptionComponent
Updates the config object with the new setting.
updateConfig() - Method in class edu.rice.cs.drjava.ui.config.LabelComponent
Updates the config object with the new setting.
updateConfig() - Method in class edu.rice.cs.drjava.ui.config.OptionComponent
Updates the appropriate configuration option with the new value if different from the old one and legal.
updateConfig() - Method in class edu.rice.cs.drjava.ui.config.StringOptionComponent
Updates the config object with the new setting.
updateConfig() - Method in class edu.rice.cs.drjava.ui.config.ToolbarOptionComponent
Updates the config object with the new setting.
updateConfig() - Method in class edu.rice.cs.drjava.ui.config.VectorOptionComponent
Updates the config object with the new setting.
updateCurrentLocationInDoc() - Method in class edu.rice.cs.drjava.model.DummyGlobalModelListener
Called when the current location in the document needs to be synchronized to the actual location displayed in the view.
updateCurrentLocationInDoc() - Method in class edu.rice.cs.drjava.model.GlobalEventNotifier
 
updateCurrentLocationInDoc() - Method in interface edu.rice.cs.drjava.model.GlobalModelListener
Called when the current location in the document needs to be synchronized to the actual location displayed in the view.
updateCurrentLocationInDoc() - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
 
updateCurrentLocationInDoc() - Method in class edu.rice.cs.drjava.ui.DefinitionsPane
Updates the current location stored in the document by setting it to the caret position.
updateCurrentLocationInDoc() - Method in class edu.rice.cs.drjava.ui.MainFrame.ModelListener
 
updateData() - Method in class edu.rice.cs.drjava.ui.DebugPanel
Causes all display tables to update their information from the debug manager.
updateErrorInfo() - Method in class edu.rice.cs.drjava.ui.DrJavaErrorWindow
Update the buttons and text area after next or previous.
updateExtensionLabel() - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputFrame
Update the extension label based on the model.
updateFirstDocInSearch() - Method in class edu.rice.cs.drjava.ui.FindReplacePanel
Updates the first document where the current all-document search began (called in two places: either when the _findField is updated, or when the user changes documents.
updateFont() - Method in class edu.rice.cs.drjava.ui.LineEnumRule
Updates the row header's font information.
updateFontColor() - Method in class edu.rice.cs.drjava.ui.RecentDocFrame
 
updateHighlight(int) - Method in class edu.rice.cs.drjava.ui.ErrorCaretListener
Update the highlight appropriately.
updateInfo() - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputFrame
Update the information.
updateKeyBindings() - Method in class edu.rice.cs.drjava.ui.DetachedFrame
Update the key bindings from the MainFrame menu bar.
updateKeyBindings() - Method in class edu.rice.cs.drjava.ui.InteractionsController.InputBox
Update the key bindings for undo and redo.
updateLines(R, R) - Method in class edu.rice.cs.drjava.model.ConcreteRegionManager
Updates _lineStartPos, _lineEndPos of regions in the interval [firstRegion, lastRegion] using total ordering on regions.
updateLines(R, R) - Method in interface edu.rice.cs.drjava.model.RegionManager
Updates _lineStartPos, _lineEndPos of regions in the interval [firstRegion, lastRegion] using total ordering on regions.
updateList(int) - Method in class edu.rice.cs.drjava.ui.EditExternalDialog
Update the properties.
updateList() - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputFrame
Update the match list based on the model.
updateListPane(boolean) - Method in class edu.rice.cs.drjava.ui.ErrorPanel.ErrorListPane
Update the pane which holds the list of errors for the viewer.
updateLocation() - Method in class edu.rice.cs.drjava.ui.MainFrame.PositionListener
 
updateLocation(int, int) - Method in class edu.rice.cs.drjava.ui.MainFrame.PositionListener
 
updateMatchingStrings(ArrayList<T>) - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel
Update the list of matching strings and current index.
updateMax(int) - Method in class edu.rice.cs.drjava.ui.RecentFileManager
Changes the maximum number of files to display in the list.
updateMaxCharWidth(FontMetrics) - Static method in class edu.rice.cs.drjava.ui.DefinitionsPane
Update the maximum character width of the current font.
updateMenuItem(KeyBindingManager.KeyStrokeData) - Method in class edu.rice.cs.drjava.ui.KeyBindingManager
 
updateModifiedSinceSave() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
Originally designed to allow undoManager to set the current document to be modified whenever an undo or redo is performed.
updateModifiedSinceSave() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
Resets the modification state of this document to be consistent with state of _undoManager.
updateModifiedSinceSave() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
updateModifiedSinceSave() - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
Sets the document as modified.
updateModifiedSinceSave() - Method in class edu.rice.cs.drjava.model.repl.InteractionsDJDocument
 
updateNextPreviousRegionButtons() - Method in class edu.rice.cs.drjava.ui.RegionsTreePanel
Update the enabled/disabled state of the next/previous region buttons.
updateNextPreviousRegionButtons(R) - Method in class edu.rice.cs.drjava.ui.RegionsTreePanel
Update the enabled/disabled state of the next/previous region buttons.
updateOpenFiles(File) - Method in class edu.rice.cs.drjava.ui.RecentFileManager
Updates the list after the given file has been opened.
updatePanel() - Method in class edu.rice.cs.drjava.ui.RegionsTreePanel
Forces this panel to be completely updated.
updatePanes() - Method in class edu.rice.cs.drjava.ui.InsertVariableDialog
Update the properties in all the panes.
updatePreview() - Method in class edu.rice.cs.drjava.ui.ClipboardHistoryFrame
Update the preview area based on the model.
updateProperty() - Method in class edu.rice.cs.drjava.model.repl.newjvm.ClassPathManager
 
UPDATER_PRIORITY - Static variable in class edu.rice.cs.drjava.ui.MainFrame
 
updateRedoState() - Method in class edu.rice.cs.drjava.ui.DefinitionsPane.RedoAction
Updates the redo state, i.e., where we are as regards undo and redo.
updateRedoState() - Method in class edu.rice.cs.drjava.ui.InteractionsPane.RedoAction
Updates the redo state, i.e., where we are as regards undo and redo.
updateScaled() - Method in class edu.rice.cs.drjava.ui.PreviewFrame.PagePreview
Scales the interal image to the appropriate size.
updateScaled(int, int, boolean) - Method in class edu.rice.cs.drjava.ui.PreviewFrame.PagePreview
 
updateStatusField() - Method in class edu.rice.cs.drjava.ui.AbstractDJPane
Updates status fields in the main frame (title bar, selected file name) when document is modified.
updateStatusField() - Method in class edu.rice.cs.drjava.ui.DefinitionsPane
Updates status fields in the main frame (title bar, selected file name) when document is modified.
updateStatusField() - Method in class edu.rice.cs.drjava.ui.InteractionsPane
Updates status fields in the main frame (title bar, selected file name) when document is modified.
updateStatusField(String) - Method in class edu.rice.cs.drjava.ui.MainFrame
ONLY executes in event thread.
updateStatusField() - Method in class edu.rice.cs.drjava.ui.MainFrame
Updates the status field with the current status of the Definitions Pane.
updateSyntaxHighlighting() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
Update the syntax highlighting for the file type.
updateSyntaxHighlighting() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Update the syntax highlighting for all open documents.
updateSyntaxHighlighting() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
Update the syntax highlighting for the file type.
updateSyntaxHighlighting() - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
Update the syntax highlighting for the file type.
updateText() - Method in class edu.rice.cs.drjava.ui.ExternalProcessPanel
Update the text area with the text that was read.
updateText() - Method in class edu.rice.cs.drjava.ui.LessPanel
Update the text area if there is new text in the file.
updateText() - Method in class edu.rice.cs.drjava.ui.NewVersionPopup
 
updateTextField() - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputFrame
Update the text field based on the model.
updateUndoState() - Method in class edu.rice.cs.drjava.ui.DefinitionsPane.UndoAction
Updates the undo list, i.e., where we are as regards undo and redo.
updateUndoState() - Method in class edu.rice.cs.drjava.ui.InteractionsPane.UndoAction
Updates the undo list, i.e., where we are as regards undo and redo.
updateView() - Method in class edu.rice.cs.drjava.ui.ClipboardHistoryFrame
Update the displays based on the model.
updateWarnings() - Static method in class edu.rice.cs.drjava.model.compiler.CompilerOptions
 
uriListFlavor - Static variable in class edu.rice.cs.drjava.ui.MainFrame
Linux URI drag-and-drop data flavor.
url - Variable in class edu.rice.cs.drjava.ui.MainFrameStatics.JavaAPIListEntry
 
useEntireColumn() - Method in class edu.rice.cs.drjava.ui.config.OptionComponent
 
Utilities - Class in edu.rice.cs.util.swing
 
Utilities() - Constructor for class edu.rice.cs.util.swing.Utilities
 
UtilitiesTest - Class in edu.rice.cs.util.swing
 
UtilitiesTest() - Constructor for class edu.rice.cs.util.swing.UtilitiesTest
 

V

validate(File) - Static method in class edu.rice.cs.util.FileOps
 
validateTextField() - Method in class edu.rice.cs.util.swing.DirectorySelectorComponent
The chooser method for the validation of filenames that are manually entered into the text field.
validateTextField() - Method in class edu.rice.cs.util.swing.FileSelectorComponent
The chooser method for the validation of filenames that are manually entered into the text field.
value - Variable in class edu.rice.cs.drjava.config.OptionEvent
 
value - Variable in exception edu.rice.cs.drjava.config.OptionParseException
 
value(ClassLoader) - Method in class edu.rice.cs.drjava.model.repl.newjvm.ClassPathManager
Lambda value method
value(PredictiveInputFrame<X>) - Method in interface edu.rice.cs.drjava.ui.predictive.PredictiveInputFrame.CloseAction
 
value() - Method in class edu.rice.cs.util.newjvm.AbstractMasterJVM.SlaveFactory
 
valueChanged(TreeSelectionEvent) - Method in class edu.rice.cs.drjava.ui.config.ConfigFrame.PanelTreeSelectionListener
 
valueChanged(TreeSelectionEvent) - Method in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
Called whenever the value of the selection changes.
valueChanged(ListSelectionEvent) - Method in class edu.rice.cs.util.swing.CheckBoxJList
 
valueChanged(FileSelectionEvent) - Method in interface edu.rice.cs.util.swing.FileSelectionListener
Called when a new file/directory was selected by the caller.
valueOf(String) - Static method in enum edu.rice.cs.drjava.model.debug.Debugger.StepType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum edu.rice.cs.drjava.model.definitions.indent.Indenter.IndentReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum edu.rice.cs.drjava.ui.avail.GUIAvailabilityListener.ComponentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum edu.rice.cs.util.BalancingStreamTokenizer.Token
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum edu.rice.cs.util.newjvm.AbstractMasterJVM.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum edu.rice.cs.util.swing.ScrollableListSelectionDialog.SelectionState
Returns the enum constant of this type with the specified name.
values() - Static method in enum edu.rice.cs.drjava.model.debug.Debugger.StepType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum edu.rice.cs.drjava.model.definitions.indent.Indenter.IndentReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum edu.rice.cs.drjava.ui.avail.GUIAvailabilityListener.ComponentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum edu.rice.cs.util.BalancingStreamTokenizer.Token
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum edu.rice.cs.util.newjvm.AbstractMasterJVM.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum edu.rice.cs.util.swing.ScrollableListSelectionDialog.SelectionState
Returns an array containing the constants of this enum type, in the order they are declared.
VariableProperty - Class in edu.rice.cs.drjava.config
Class representing user-defined variables that can be inserted as variables in external processes.
VariableProperty(String, String) - Constructor for class edu.rice.cs.drjava.config.VariableProperty
Create a variable property.
VARIABLES_CATEGORY - Static variable in class edu.rice.cs.drjava.config.PropertyMaps
 
vector(KeyStroke...) - Static method in class edu.rice.cs.drjava.config.OptionConstants.to
 
VectorAbsRelFileOptionComponent - Class in edu.rice.cs.drjava.ui.config
Graphical form of a VectorOption for the Extra Classpath/Sourcepath options.
VectorAbsRelFileOptionComponent(VectorOption<AbsRelFile>, String, SwingFrame) - Constructor for class edu.rice.cs.drjava.ui.config.VectorAbsRelFileOptionComponent
 
VectorAbsRelFileOptionComponent(VectorOption<AbsRelFile>, String, SwingFrame, String) - Constructor for class edu.rice.cs.drjava.ui.config.VectorAbsRelFileOptionComponent
Constructor that allows for a tooltip description.
VectorAbsRelFileOptionComponent(VectorOption<AbsRelFile>, String, SwingFrame, String, boolean) - Constructor for class edu.rice.cs.drjava.ui.config.VectorAbsRelFileOptionComponent
Constructor with flag for move buttons.
VectorClassnameOptionComponent - Class in edu.rice.cs.drjava.ui.config
 
VectorClassnameOptionComponent(VectorOption<String>, String, SwingFrame) - Constructor for class edu.rice.cs.drjava.ui.config.VectorClassnameOptionComponent
 
VectorClassnameOptionComponent(VectorOption<String>, String, SwingFrame, String) - Constructor for class edu.rice.cs.drjava.ui.config.VectorClassnameOptionComponent
Constructor that allows for a tooltip description.
vectorEquals(Vector<File>, Vector<File>) - Method in class edu.rice.cs.drjava.ui.config.VectorFileOptionComponentTest
The equals method for a parameterized Vector.
VectorFileOptionComponent - Class in edu.rice.cs.drjava.ui.config
Graphical form of a VectorOption for the Extra Classpath/Sourcepath options.
VectorFileOptionComponent(VectorOption<File>, String, SwingFrame) - Constructor for class edu.rice.cs.drjava.ui.config.VectorFileOptionComponent
 
VectorFileOptionComponent(VectorOption<File>, String, SwingFrame, String) - Constructor for class edu.rice.cs.drjava.ui.config.VectorFileOptionComponent
Constructor that allows for a tooltip description.
VectorFileOptionComponent(VectorOption<File>, String, SwingFrame, String, boolean) - Constructor for class edu.rice.cs.drjava.ui.config.VectorFileOptionComponent
Constructor with flag for move buttons.
VectorFileOptionComponentTest - Class in edu.rice.cs.drjava.ui.config
Tests functionality of this OptionComponent
VectorFileOptionComponentTest() - Constructor for class edu.rice.cs.drjava.ui.config.VectorFileOptionComponentTest
 
VectorKeyStrokeOptionComponent - Class in edu.rice.cs.drjava.ui.config
Graphical form of a VectorOption for the KeyStroke options.
VectorKeyStrokeOptionComponent(VectorOption<KeyStroke>, String, SwingFrame) - Constructor for class edu.rice.cs.drjava.ui.config.VectorKeyStrokeOptionComponent
 
VectorKeyStrokeOptionComponent(VectorOption<KeyStroke>, String, SwingFrame, String) - Constructor for class edu.rice.cs.drjava.ui.config.VectorKeyStrokeOptionComponent
Constructor that allows for a tooltip description.
VectorKeyStrokeOptionComponent(VectorOption<KeyStroke>, String, SwingFrame, String, boolean) - Constructor for class edu.rice.cs.drjava.ui.config.VectorKeyStrokeOptionComponent
Constructor with flag for move buttons.
VectorKeyStrokeOptionComponent.GetKeyDialog - Class in edu.rice.cs.drjava.ui.config
A dialog that allows the user to type in a keystroke to be bound to the action that was clicked.
VectorKeyStrokeOptionComponent.GetKeyDialog(SwingFrame, String, boolean) - Constructor for class edu.rice.cs.drjava.ui.config.VectorKeyStrokeOptionComponent.GetKeyDialog
 
VectorKeyStrokeOptionComponent.GetKeyDialog.InputField - Class in edu.rice.cs.drjava.ui.config
A textfield that takes in one keystroke at a time and displays its formatted String version.
VectorKeyStrokeOptionComponent.GetKeyDialog.InputField() - Constructor for class edu.rice.cs.drjava.ui.config.VectorKeyStrokeOptionComponent.GetKeyDialog.InputField
 
VectorKeyStrokeOptionComponentTest - Class in edu.rice.cs.drjava.ui.config
Tests functionality of this OptionComponent.
VectorKeyStrokeOptionComponentTest() - Constructor for class edu.rice.cs.drjava.ui.config.VectorKeyStrokeOptionComponentTest
 
VectorOption<T> - Class in edu.rice.cs.drjava.config
Abstract class defining behavior shared by all configuration options with values of type Vector.
VectorOption(String, ParseStrategy<T>, FormatStrategy<T>, String, char, String, Vector<T>) - Constructor for class edu.rice.cs.drjava.config.VectorOption
 
VectorOption(String, Option<T>, String, char, String, Vector<T>) - Constructor for class edu.rice.cs.drjava.config.VectorOption
 
VectorOption(String, Option<T>, Vector<T>) - Constructor for class edu.rice.cs.drjava.config.VectorOption
Defaults the "header", "footer", and "delim" fields to open bracket, close bracket, and comma, repsectively.
VectorOptionComponent<T> - Class in edu.rice.cs.drjava.ui.config
Graphical form of a VectorOption for the Extra Classpath option.
VectorOptionComponent(VectorOption<T>, String, SwingFrame) - Constructor for class edu.rice.cs.drjava.ui.config.VectorOptionComponent
Builds a new VectorOptionComponent with hidden column name.
VectorOptionComponent(VectorOption<T>, String, SwingFrame, String[]) - Constructor for class edu.rice.cs.drjava.ui.config.VectorOptionComponent
Builds a new VectorOptionComponent.
VectorOptionComponent(VectorOption<T>, String, SwingFrame, String[], String) - Constructor for class edu.rice.cs.drjava.ui.config.VectorOptionComponent
Constructor that allows for a tooltip description.
VectorOptionComponent(VectorOption<T>, String, SwingFrame, String[], String, boolean) - Constructor for class edu.rice.cs.drjava.ui.config.VectorOptionComponent
Builds a new VectorOptionComponent.
VectorOptionComponent.ButtonEditor - Class in edu.rice.cs.drjava.ui.config
Editor for buttons.
VectorOptionComponent.ButtonEditor(JButton) - Constructor for class edu.rice.cs.drjava.ui.config.VectorOptionComponent.ButtonEditor
 
VectorOptionComponent.ComponentCellRenderer - Class in edu.rice.cs.drjava.ui.config
Renderer for GUI components.
VectorOptionComponent.ComponentCellRenderer() - Constructor for class edu.rice.cs.drjava.ui.config.VectorOptionComponent.ComponentCellRenderer
 
VectorOptionComponent.DragDropRowTableUI - Class in edu.rice.cs.drjava.ui.config
Drag and drop UI for tables.
VectorOptionComponent.DragDropRowTableUI() - Constructor for class edu.rice.cs.drjava.ui.config.VectorOptionComponent.DragDropRowTableUI
 
VectorOptionComponent.DragDropRowTableUI.DragDropRowMouseInputHandler - Class in edu.rice.cs.drjava.ui.config
 
VectorOptionComponent.DragDropRowTableUI.DragDropRowMouseInputHandler() - Constructor for class edu.rice.cs.drjava.ui.config.VectorOptionComponent.DragDropRowTableUI.DragDropRowMouseInputHandler
 
VectorOptionTest - Class in edu.rice.cs.drjava.config
Class according to the JUnit protocol.
VectorOptionTest() - Constructor for class edu.rice.cs.drjava.config.VectorOptionTest
 
VectorStringOptionComponent - Class in edu.rice.cs.drjava.ui.config
Graphical form of a VectorOption for the string options.
VectorStringOptionComponent(VectorOption<String>, String, SwingFrame) - Constructor for class edu.rice.cs.drjava.ui.config.VectorStringOptionComponent
 
VectorStringOptionComponent(VectorOption<String>, String, SwingFrame, String) - Constructor for class edu.rice.cs.drjava.ui.config.VectorStringOptionComponent
Constructor that allows for a tooltip description.
VectorStringOptionComponent(VectorOption<String>, String, SwingFrame, String, boolean) - Constructor for class edu.rice.cs.drjava.ui.config.VectorStringOptionComponent
Constructor with flag for move buttons.
verify(String) - Method in class edu.rice.cs.drjava.ui.config.VectorStringOptionComponent
Verify the input before we add it.
verifyExists() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
Returns true if the file exists on disk.
verifyExists() - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
verifyExists() - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
If the file exists, returns true.
verifyOverwrite(File) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.TrivialFSS
 
verifyOverwrite(File) - Method in interface edu.rice.cs.drjava.model.FileSaveSelector
Confirms whether the existing chosen file should be overwritten.
verifyOverwrite(File) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.CancelingSelector
 
verifyOverwrite(File) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.FileSelector
 
verifyOverwrite(File) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.WarningFileSelector
 
verifyOverwrite(Component, File) - Static method in class edu.rice.cs.drjava.ui.MainFrameStatics
Confirms with the user that the file should be overwritten.
version() - Method in interface edu.rice.cs.drjava.model.compiler.CompilerInterface
The latest version of Java supported by the compiler
version() - Method in class edu.rice.cs.drjava.model.compiler.JavacCompiler
 
version() - Method in class edu.rice.cs.drjava.model.compiler.NoCompilerAvailable
 
version() - Method in class edu.rice.cs.drjava.model.JDKToolsLibrary
 
Version - Class in edu.rice.cs.drjava
This interface hold the information about this build of DrJava.
Version() - Constructor for class edu.rice.cs.drjava.Version
 
VERSION_STRING - Static variable in class edu.rice.cs.drjava.Version
This string will be automatically expanded upon "ant commit".
viewInteractionsClassPath() - Method in class edu.rice.cs.drjava.ui.MainFrame
Displays the interactions classpath.
viewToModel(GlyphView, float, float, Shape, Position.Bias[]) - Method in class edu.rice.cs.drjava.model.definitions.ColoringGlyphPainter
Provides a mapping from the view coordinate space to the logical coordinate space of the model.
virtualMachine() - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger.DelegatingLocation
 
VK_UNDEF - Static variable in class edu.rice.cs.drjava.ui.DefinitionsPaneTest
 
VK_UNDEF - Static variable in class edu.rice.cs.drjava.ui.InteractionsPaneTest
 
voidReturnFlag() - Method in class edu.rice.cs.drjava.model.repl.newjvm.NewJVMTest.TestJVMExtension
 

W

W - Static variable in class edu.rice.cs.drjava.ui.DefinitionsPaneTest
 
wait(Object) - Static method in class edu.rice.cs.drjava.model.MultiThreadedTestCase
Wait for a notify or notifyAll.
WAIT_BEFORE_DECLARING_SUCCESS - Static variable in class edu.rice.cs.drjava.DrJava
Time in millisecond before restarting DrJava to change the heap size, etc.
WAIT_BEFORE_REMOTE_CONTROL_RETRY - Static variable in class edu.rice.cs.drjava.DrJava
Time in millisecond that we wait before making another remote control attempt.
WAIT_TIMEOUT - Static variable in class edu.rice.cs.drjava.model.GlobalModelTestCase.InteractionListener
 
WAIT_TIMEOUT - Static variable in class edu.rice.cs.drjava.model.repl.newjvm.NewJVMTest.TestJVMExtension
 
WAIT_TIMEOUT - Static variable in class edu.rice.cs.util.newjvm.IntegratedMasterSlaveTest.TestMasterJVM
 
waitCompileDone() - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.CompileShouldFailListener
 
waitCompileDone() - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.CompileShouldSucceedListener
 
waitDocChanged() - Method in class edu.rice.cs.drjava.ui.DefinitionsPaneMemoryLeakTest.DocChangeListener
 
waitFor() - Method in class edu.rice.cs.util.ProcessChain
Causes the current thread to wait, if necessary, until the process chain has terminated, i.e.
waitFor() - Method in class edu.rice.cs.util.ProcessSequence
Causes the current thread to wait, if necessary, until the process sequence has terminated, i.e.
waitInteractionDone() - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.InteractionListener
 
waitJUnitDone() - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.JUnitTestListener
 
waitResetDone() - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.InteractionListener
 
walkerOffset() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelComment
 
walkerOffset() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelControl
 
WARN_BREAKPOINT_OUT_OF_SYNC - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Whether to warn if a document has been modified before allowing the user to set a breakpoint in it.
WARN_CHANGE_DCP - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Whether to warn that a restart is necessary before the default compiler preference will change.
WARN_CHANGE_INTERACTIONS - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Whether to warn that a reset is necessary before these Interactions Pane preferences will change.
WARN_CHANGE_LAF - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Whether to warn that a restart is necessary before the look and feel will change.
WARN_CHANGE_MISC - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Whether to warn that a restart is necessary before these miscellaneous preferences will change.
WARN_CHANGE_THEME - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Whether to warn that a restart is necessary before the theme will change.
WARN_DEBUG_MODIFIED_FILE - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Whether to warn that the user is debugging a file that is out of sync with its class file.
WARN_IF_COMPIZ - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Whether to warn if Compiz is being used
WARN_PATH_CONTAINS_POUND - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Whether to warn that a file's path contains a "#' symbol.
warnFileOpen(File) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.TrivialFSS
 
warnFileOpen(File) - Method in interface edu.rice.cs.drjava.model.FileSaveSelector
Informs the user that the chosen file is already open and prompts them asking whether to continue with the save
warnFileOpen(File) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.CancelingSelector
 
warnFileOpen(File) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.FileSelector
 
warnFileOpen(File) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.WarningFileSelector
 
warnIfLinuxWithCompiz() - Static method in class edu.rice.cs.drjava.DrJava
Warn if this system is Linux with Compiz.
warning - Variable in class edu.rice.cs.drjava.config.ClassPathOption
 
warnUser(String, String) - Method in class edu.rice.cs.drjava.ui.JavadocDialog
Warns the user about an error condition.
warnUser(String, String) - Method in interface edu.rice.cs.util.DirectorySelector
Warns the user about an error condition.
wasClosedWithEnter() - Method in class edu.rice.cs.drjava.ui.InteractionsController.InputBox
Was Enter pressed?
watchRemoved(DebugWatchData) - Method in class edu.rice.cs.drjava.model.debug.DebugEventNotifier
Called when a watch is removed.
watchRemoved(DebugWatchData) - Method in interface edu.rice.cs.drjava.model.debug.DebugListener
Called when a watch is removed.
watchRemoved(DebugWatchData) - Method in class edu.rice.cs.drjava.model.debug.DebugTestCase.BreakpointTestListener
 
watchRemoved(DebugWatchData) - Method in class edu.rice.cs.drjava.model.debug.DebugTestCase.DebugTestListener
 
watchRemoved(DebugWatchData) - Method in class edu.rice.cs.drjava.ui.DebugPanel.DebugPanelListener
 
watchRemoved(DebugWatchData) - Method in class edu.rice.cs.drjava.ui.MainFrame.UIDebugListener
 
watchRemovedCount - Variable in class edu.rice.cs.drjava.model.debug.DebugTestCase.DebugTestListener
 
watchSet(DebugWatchData) - Method in class edu.rice.cs.drjava.model.debug.DebugEventNotifier
Called when a watch is set.
watchSet(DebugWatchData) - Method in interface edu.rice.cs.drjava.model.debug.DebugListener
Called when a watch is set.
watchSet(DebugWatchData) - Method in class edu.rice.cs.drjava.model.debug.DebugTestCase.BreakpointTestListener
 
watchSet(DebugWatchData) - Method in class edu.rice.cs.drjava.model.debug.DebugTestCase.DebugTestListener
 
watchSet(DebugWatchData) - Method in class edu.rice.cs.drjava.ui.DebugPanel.DebugPanelListener
 
watchSet(DebugWatchData) - Method in class edu.rice.cs.drjava.ui.MainFrame.UIDebugListener
 
watchSetCount - Variable in class edu.rice.cs.drjava.model.debug.DebugTestCase.DebugTestListener
 
WHITE_SPACE - Static variable in class edu.rice.cs.drjava.ui.LineEnumRule
White space between numbers and code
whitespace - Variable in class edu.rice.cs.util.BalancingStreamTokenizer.State
Whitespace characters.
whitespace(int...) - Method in class edu.rice.cs.util.BalancingStreamTokenizer
Specify one or more characters as whitespace.
whitespaceRange(int, int) - Method in class edu.rice.cs.util.BalancingStreamTokenizer
Specify a range characters as whitespace.
wholeWordFoundAtCurrent(OpenDefinitionsDocument, int) - Method in class edu.rice.cs.drjava.model.FindReplaceMachine
Determines whether the whole find word is found at the input position.
width - Variable in class edu.rice.cs.drjava.ui.AboutDialog.LogoList
 
width - Variable in class edu.rice.cs.drjava.ui.ReverseHighlighter.LayeredHighlightInfo
 
WIDTH_RATIO - Static variable in class edu.rice.cs.util.swing.ScrollableListDialog
The ratio of the screen width to use by default.
WIDTH_RATIO - Static variable in class edu.rice.cs.util.swing.ScrollableListSelectionDialog
The ratio of the screen width to use by default.
WINDOW_HEIGHT - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Height of MainFrame at startUp.
WINDOW_STATE - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
The window state (maxamized or normal).
WINDOW_STORE_POSITION - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Whether to save and restore window size and position at startUp/shutdown.
WINDOW_WIDTH - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Width of MainFrame at startUp.
WINDOW_X - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
X position of MainFrame at startUp.
WINDOW_Y - Static variable in interface edu.rice.cs.drjava.config.OptionConstants
Y position of MainFrame at startUp.
WING_COMMENT_OFFSET - Static variable in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
 
withinTolerance(Date, Date, Date) - Static method in class edu.rice.cs.util.LogTest
Returns true if time0 is less than 5000 ms earlier than 'earlier', and now is less than 5000 ms earlier than time0.
wol - Static variable in class edu.rice.cs.drjava.model.compiler.CompilerOptions
 
wordChars(int...) - Method in class edu.rice.cs.util.BalancingStreamTokenizer
Specify one or more characters as word characters.
wordRange(int, int) - Method in class edu.rice.cs.util.BalancingStreamTokenizer
Specify a range characters as word characters.
wordTable - Variable in class edu.rice.cs.util.sexp.Lexer
 
workDir() - Method in class edu.rice.cs.util.GeneralProcessCreator
Returns this process creator's working directory.
workDir() - Method in class edu.rice.cs.util.ProcessCreator
Returns this process creator's working directory.
wrapBorder(JComponent, Border) - Static method in class edu.rice.cs.drjava.ui.AboutDialog
 
write() - Method in class edu.rice.cs.drjava.project.ProjectProfile
Write project file in XML format.
write(OutputStream) - Method in class edu.rice.cs.drjava.project.ProjectProfile
 
write(int) - Method in class edu.rice.cs.util.OutputStreamRedirector
 
write(byte[]) - Method in class edu.rice.cs.util.OutputStreamRedirector
 
write(byte[], int, int) - Method in class edu.rice.cs.util.OutputStreamRedirector
 
write() - Method in class edu.rice.cs.util.ReaderWriterLockTest.PrinterWriterThread
 
write() - Method in class edu.rice.cs.util.ReaderWriterLockTest.WriterThread
 
write(int) - Method in class edu.rice.cs.util.swing.DocumentOutputStream
Writes a character to the stream.
write(byte[], int, int) - Method in class edu.rice.cs.util.swing.DocumentOutputStream
Writes an array of characters (bytes) to the stream at a particular offset.
WRITE_DELAY - Static variable in class edu.rice.cs.drjava.model.repl.InteractionsModel
Number of milliseconds to wait after each println, to prevent the JVM from being flooded with print calls.
writeIfPossible(File, String, boolean) - Static method in class edu.rice.cs.util.FileOps
Deprecated. Use IOUtil.attemptWriteStringToFile(File, String, boolean) instead.
writeOld() - Method in class edu.rice.cs.drjava.project.ProjectProfile
This method writes what information has been passed to this builder so far to disk in s-expression format.
writeOld(Writer) - Method in class edu.rice.cs.drjava.project.ProjectProfile
 
writeStringToFile(File, String) - Static method in class edu.rice.cs.util.FileOps
Deprecated. Use the equivalent IOUtil.writeStringToFile(File, String) instead
writeStringToFile(File, String, boolean) - Static method in class edu.rice.cs.util.FileOps
Deprecated. Use the equivalent IOUtil.writeStringToFile(File, String, boolean) instead
writeStringToNewTempFile(String, String, String) - Static method in class edu.rice.cs.util.FileOps
Deprecated. Instead, create a temp file with IOUtil.createAndMarkTempFile(String, String), then write to it with IOUtil.writeStringToFile(File, String).
writeToFile(FileSaveSelector) - Method in class edu.rice.cs.drjava.model.repl.History
Writes this (unedited) History to the file selected in the FileSaveSelector.
writeToFile(FileSaveSelector, String) - Static method in class edu.rice.cs.drjava.model.repl.History
Writes this History to the file selected in the FileSaveSelector.
writeToNewTempFile(String) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase
Creates a new temporary file and writes the given text to it.
writeToNewTempFile(String) - Method in class edu.rice.cs.drjava.ui.RecentFileManagerTest
Creates a new temporary file and writes the given text to it.

X

x - Variable in class edu.rice.cs.drjava.ui.ReverseHighlighter.LayeredHighlightInfo
 
XMLConfig - Class in edu.rice.cs.util
XML configuration management.
XMLConfig() - Constructor for class edu.rice.cs.util.XMLConfig
Creates an empty configuration.
XMLConfig(InputStream) - Constructor for class edu.rice.cs.util.XMLConfig
Creates a configuration from an input stream.
XMLConfig(Reader) - Constructor for class edu.rice.cs.util.XMLConfig
Creates a configuration from a reader.
XMLConfig(XMLConfig, Node) - Constructor for class edu.rice.cs.util.XMLConfig
Creates a configuration that is a part of another configuration, starting at the specified node.
XMLConfig(File) - Constructor for class edu.rice.cs.util.XMLConfig
Creates a configuration from a file.
XMLConfig(String) - Constructor for class edu.rice.cs.util.XMLConfig
Creates a configuration from a file name.
XMLConfig.XMLConfigException - Exception in edu.rice.cs.util
Exception in XMLConfig methods.
XMLConfig.XMLConfigException() - Constructor for exception edu.rice.cs.util.XMLConfig.XMLConfigException
 
XMLConfig.XMLConfigException(String) - Constructor for exception edu.rice.cs.util.XMLConfig.XMLConfigException
 
XMLConfig.XMLConfigException(String, Throwable) - Constructor for exception edu.rice.cs.util.XMLConfig.XMLConfigException
 
XMLConfig.XMLConfigException(Throwable) - Constructor for exception edu.rice.cs.util.XMLConfig.XMLConfigException
 
XMLConfigTest - Class in edu.rice.cs.util
XML configuration management tests.
XMLConfigTest() - Constructor for class edu.rice.cs.util.XMLConfigTest
 
XMLProjectFileParser - Class in edu.rice.cs.drjava.project
This parser loads XML configuration files using the XMLConfig class in the util package.
XMLProjectFileParser() - Constructor for class edu.rice.cs.drjava.project.XMLProjectFileParser
 
XMLProjectFileParserTest - Class in edu.rice.cs.drjava.project
Test for XMLProjectFileParser.
XMLProjectFileParserTest() - Constructor for class edu.rice.cs.drjava.project.XMLProjectFileParserTest
 
xtest9() - Method in class edu.rice.cs.drjava.model.definitions.indent.ActionStartPrevLinePlusMultilinePreserveTest
 
XXXtestBreakpoints() - Method in class edu.rice.cs.drjava.model.debug.jpda.DebugTest
Tests that breakpoints behave correctly.
XXXtestBreakpointsAndStepsInNonPublicClasses() - Method in class edu.rice.cs.drjava.model.debug.jpda.DebugContextTest
Tests that breakpoints behave correctly in non-public classes.
XXXtestBreakpointsWithSameNamePrefix() - Method in class edu.rice.cs.drjava.model.debug.jpda.DebugTest
Tests that the debugger will stop at a breakpoint in one class when the invoking method resides in a class with the same prefix in its name.
XXXtestDebugSourcepath() - Method in class edu.rice.cs.drjava.model.debug.jpda.DebugContextTest
Tests that the sourcepath config option properly adds files to the search directories.
XXXtestGetPackageDir() - Method in class edu.rice.cs.drjava.model.debug.jpda.DebugTest
Tests the utility function to get a relative directory for a package.
XXXtestMultiThreadedBreakpointsAndStep() - Method in class edu.rice.cs.drjava.model.debug.jpda.DebugTest
Tests that breakpoints behave correctly for multiple threads.
XXXtestMultiThreadedSetCurrentThread() - Method in class edu.rice.cs.drjava.model.debug.jpda.DebugTest
Test that when two threads are suspended setCurrentThread can be used to switch between them in the debugger
XXXtestNonStaticWatches() - Method in class edu.rice.cs.drjava.model.debug.jpda.DebugContextTest
Tests that watches can correctly see the values of local variables, fields and fields of outer classes.
XXXtestStartupAndShutdown() - Method in class edu.rice.cs.drjava.model.debug.jpda.DebugTest
Tests startUp and shutdown, ensuring that all appropriate fields are initialized.
XXXtestStaticFieldsConsistent() - Method in class edu.rice.cs.drjava.model.debug.jpda.DebugContextTest
Tests that static fields are consistent across different interpreter contexts.
XXXtestStaticWatches() - Method in class edu.rice.cs.drjava.model.debug.jpda.DebugContextTest
Tests that watches can correctly see the values of local variables, fields and fields of outer classes.
XXXtestStepInto() - Method in class edu.rice.cs.drjava.model.debug.jpda.DebugTest
Tests that breakpoints and steps behave correctly.
XXXtestStepIntoOverBreakpoint() - Method in class edu.rice.cs.drjava.model.debug.jpda.DebugContextTest
Tests that stepping into a breakpoint works.
XXXtestStepOut() - Method in class edu.rice.cs.drjava.model.debug.jpda.DebugTest
Tests that stepping out of a method behaves correctly.
XXXtestStepOverWithPackage() - Method in class edu.rice.cs.drjava.model.debug.jpda.DebugTest
Tests that stepping works in a public class with a package
XXXtestThreadShouldDie() - Method in class edu.rice.cs.drjava.model.debug.jpda.DebugContextTest
Tests that watches can correctly see the values of final local variables and method parameters from enclosing classes.
XXXtestWatchLocalVarsFromInnerClass() - Method in class edu.rice.cs.drjava.model.debug.jpda.DebugContextTest
Tests that watches can correctly see the values of final local variables and method parameters from enclosing classes.

Y

y - Variable in class edu.rice.cs.drjava.ui.ReverseHighlighter.LayeredHighlightInfo
 
YES - Static variable in class edu.rice.cs.drjava.model.definitions.indent.IndentRuleWithTrace
 
yesAction() - Method in class edu.rice.cs.drjava.ui.DrJavaSurveyPopup
 

_

_a - Variable in class edu.rice.cs.drjava.ui.KeyBindingManager.KeyStrokeData
 
_a - Variable in class edu.rice.cs.drjava.ui.KeyBindingManager.VectorKeyStrokeOptionListener
 
_abortButton - Variable in class edu.rice.cs.drjava.ui.AbortablePanel
 
_aborted - Variable in class edu.rice.cs.util.ProcessChain
True when execution of this chain has been aborted.
_aborted - Variable in class edu.rice.cs.util.ProcessSequence
True if the execution was aborted.
_abortMonitor - Variable in class edu.rice.cs.drjava.ui.ExternalProcessPanel
 
_aboutAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Action that pops up an info dialog.
_aboutDialog - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_abstractCheck - Variable in class edu.rice.cs.drjava.ui.NewJavaClassDialog
 
_action - Variable in class edu.rice.cs.drjava.model.definitions.indent.ActionBracePlusTest
 
_action() - Method in class edu.rice.cs.drjava.ui.DebugPanel.DebugTableMouseAdapter
 
_action() - Method in class edu.rice.cs.drjava.ui.DebugPanel.StackMouseAdapter
 
_action() - Method in class edu.rice.cs.drjava.ui.DebugPanel.ThreadMouseAdapter
 
_actionLabel - Variable in class edu.rice.cs.drjava.ui.config.KeyStrokeOptionComponent.GetKeyDialog
 
_actionLabel - Variable in class edu.rice.cs.drjava.ui.config.VectorKeyStrokeOptionComponent.GetKeyDialog
 
_actions - Variable in class edu.rice.cs.drjava.model.definitions.DefinitionsEditorKit
 
_actions - Variable in class edu.rice.cs.drjava.ui.predictive.PredictiveInputFrame
Action to be performed when the user closes the frame using "OK".
_actionToDataMap - Variable in class edu.rice.cs.drjava.ui.KeyBindingManager
 
_active - Variable in class edu.rice.cs.drjava.model.compiler.DefaultCompilerModel
Current compiler -- one of _compilers, or a NoCompilerAvailable
_active - Variable in class edu.rice.cs.drjava.project.DocFile
 
_activeDirectory - Variable in class edu.rice.cs.drjava.model.AbstractGlobalModel
A pointer to the active directory, which is not necessarily the parent of the active document The user may click on a folder component in the navigation pane and that will set this field without setting the active document.
_activeDocument - Variable in class edu.rice.cs.drjava.model.AbstractGlobalModel
The active document pointer, which will never be null once the constructor is done.
_activeInterpreter - Variable in class edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM
 
_adaptee - Variable in class edu.rice.cs.drjava.ui.avail.AndGUIAvailabilityActionAdapter
 
_adaptee - Variable in class edu.rice.cs.drjava.ui.avail.AndGUIAvailabilityComponentAdapter
 
_adaptee - Variable in class edu.rice.cs.drjava.ui.avail.OrGUIAvailabilityActionAdapter
 
_adaptee - Variable in class edu.rice.cs.drjava.ui.avail.OrGUIAvailabilityComponentAdapter
 
_adapter - Variable in class edu.rice.cs.drjava.model.repl.InteractionsDJDocumentTest
 
_adapter - Variable in class edu.rice.cs.drjava.model.repl.InteractionsModelTest
 
_adapter - Variable in class edu.rice.cs.drjava.ui.InteractionsPaneTest
 
_adapter - Variable in class edu.rice.cs.drjava.ui.SimpleInteractionsWindow
 
_adapterTable - Variable in class edu.rice.cs.drjava.model.cache.DocumentCacheTest
 
_addAdditionalComponents(JPanel, List<JComponent>) - Method in class edu.rice.cs.util.swing.ScrollableListDialog
Adds additional components to the bottom of the dialog.
_addAutoCompleteActions(JTextComponent) - Method in class edu.rice.cs.drjava.ui.NewJavaClassDialog
 
_addButton - Variable in class edu.rice.cs.drjava.ui.config.VectorOptionComponent
 
_addButtons() - Method in class edu.rice.cs.drjava.ui.HistorySaveDialog
Creates a custom set of buttons for this panel, including Save and Cancel.
_addButtons() - Method in class edu.rice.cs.util.swing.ScrollableDialog
Adds buttons to this dialog's button panel.
_addButtons(JPanel, List<JButton>) - Method in class edu.rice.cs.util.swing.ScrollableListDialog
Adds buttons to the bottom of the dialog.
_addButtons(JPanel) - Method in class edu.rice.cs.util.swing.ScrollableListSelectionDialog
Adds buttons to the bottom of the dialog.
_addCharToReducedModel(char) - Method in class edu.rice.cs.drjava.model.AbstractDJDocument
Add a character to the underlying reduced model.
_addDocumentStyles() - Method in class edu.rice.cs.drjava.ui.AbstractConsoleController
Adds AttributeSets as named styles to the Swing console document.
_addDocumentStyles() - Method in class edu.rice.cs.drjava.ui.InteractionsController
Adds AttributeSets as named styles to the document adapter.
_addGUIAvailabilityListener(Action, GUIAvailabilityListener.ComponentType...) - Method in class edu.rice.cs.drjava.ui.MainFrame
 
_addGUIAvailabilityListener(Component, GUIAvailabilityListener.ComponentType...) - Method in class edu.rice.cs.drjava.ui.MainFrame
 
_addHighlight(int, int) - Method in class edu.rice.cs.drjava.ui.AbstractDJPane
Adds a highlight to the document.
_additional - Variable in class edu.rice.cs.util.swing.ScrollableListDialog.Builder
 
_addMenuItem(JMenu, Action, VectorOption<KeyStroke>, boolean) - Method in class edu.rice.cs.drjava.ui.MainFrame
Adds an Action as a menu item to the given menu, using the specified configurable keystroke.
_addMenuItem(JMenu, Action, VectorOption<KeyStroke>, int, boolean) - Method in class edu.rice.cs.drjava.ui.MainFrame
Inserts an Action as a menu item to the given menu, at the specified index, using the specified configurable keystroke.
_addNewline() - Method in class edu.rice.cs.drjava.model.repl.InteractionsModel
Appends a newLine to _document assuming that the Write Lock is already held.
_addSelectButtons(JPanel) - Method in class edu.rice.cs.util.swing.ScrollableListSelectionDialog
Adds the "Select All" and "Select None" buttons to the given panel.
_addToIndentTrace(String, String, boolean) - Static method in class edu.rice.cs.drjava.model.definitions.indent.IndentRuleWithTrace
This rule just adds to the trace kept in trace
_addToOffsetsToQueries(Query, int) - Method in class edu.rice.cs.drjava.model.AbstractDJDocument
Add pair to _offsetToQueries map.
_addToStyleLists(int, String, String) - Method in class edu.rice.cs.util.text.ConsoleDocument
Adds style specifier to _stylelists.
_addValue(T) - Method in class edu.rice.cs.drjava.ui.config.VectorOptionComponent
Add the value to the table, update and resize it.
_advancedButton - Variable in class edu.rice.cs.drjava.ui.ProjectPropertiesFrame
 
_aligned - Variable in class edu.rice.cs.drjava.model.definitions.indent.ActionBracePlusTest
 
_allEntries - Variable in class edu.rice.cs.drjava.ui.AutoCompletePopup
Complete set of entries.
_allowAssertions - Variable in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM
Whether to allow "assert" statements to run in the remote JVM.
_allowKeyEvents - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_allWrapped - Variable in class edu.rice.cs.drjava.model.FindResult
 
_alreadyReading() - Method in class edu.rice.cs.util.ReaderWriterLock
Checks if the current thread is already a reader.
_alreadyRestarted - Static variable in class edu.rice.cs.drjava.DrJava
true if DrJava has already launched the new instance.
_antialiasListener - Variable in class edu.rice.cs.drjava.ui.RecentDocFrame
 
_antiAliasText - Variable in class edu.rice.cs.drjava.ui.DefinitionsPane
Whether to draw text as antialiased.
_antiAliasText - Variable in class edu.rice.cs.drjava.ui.InteractionsController.InputBox
 
_antiAliasText - Variable in class edu.rice.cs.drjava.ui.InteractionsPane
Whether to draw text as antialiased.
_antiAliasText - Variable in class edu.rice.cs.drjava.ui.RecentDocFrame
 
_anyFileFilter - Variable in class edu.rice.cs.drjava.ui.MainFrame
Filter for any files (*.*)
_apiEntries - Variable in class edu.rice.cs.drjava.ui.AutoCompletePopup
Set of all the Java API classes.
_applyButton - Variable in class edu.rice.cs.drjava.ui.config.ConfigFrame
 
_applyButton - Variable in class edu.rice.cs.drjava.ui.ProjectPropertiesFrame
 
_applyListener - Variable in class edu.rice.cs.drjava.ui.ProjectPropertiesFrame
 
_areNew - Variable in class edu.rice.cs.util.swing.FileSelectionEvent
 
_assertAppletTransformation(String, String) - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelTest
Asserts that the given string typed by the user of the form "applet classname" is transformed to the given expected applet invocation.
_assertBraceInfo(int, String) - Method in class edu.rice.cs.drjava.model.definitions.IndentTest
 
_assertContents(String, String, DJDocument) - Static method in class edu.rice.cs.drjava.model.definitions.CommentTest
 
_assertContents(String) - Method in class edu.rice.cs.drjava.model.definitions.indent.IndentRulesTestCase
Asserts that the document contains the expected text.
_assertContents(String, DJDocument) - Method in class edu.rice.cs.drjava.model.definitions.IndentTest
 
_assertContents(String, OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.GlobalIndentTest
 
_assertDocumentContents(DJDocument, String, String) - Method in class edu.rice.cs.drjava.ui.DefinitionsPaneTest
 
_assertDocumentEmpty(DJDocument, String) - Method in class edu.rice.cs.drjava.ui.DefinitionsPaneTest
 
_assertInteractionContainsHelper(String, boolean) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase
 
_assertInteractionMatchesHelper(String, boolean) - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase
 
_assertJavaTransformationTail(String, String) - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelTest
Asserts that the given string typed by the user of the form "java classname" is transformed to the given expected main method invocation.
_assertLineBraceInfo(int, String) - Method in class edu.rice.cs.drjava.model.definitions.IndentTest
 
_assertLocation(int, OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.GlobalIndentTest
 
_assertNumOpenDocs(int) - Method in class edu.rice.cs.drjava.model.GlobalIndentTest
 
_assertOffset(FindReplaceMachine, int) - Method in class edu.rice.cs.drjava.model.FindReplaceMachineTest
 
_assertOffsets(FindReplaceMachine, int, int) - Method in class edu.rice.cs.drjava.model.FindReplaceMachineTest
 
_assertProcessedContents(String, String) - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelTest
Asserts that the given string typed by the user is processed to become the given expected string for an interpretation.
_assertTokenized(String, String[]) - Method in class edu.rice.cs.util.ArgumentTokenizerTest
Asserts that the given string is tokenized to become the given array of string arguments.
_assertTokenized(String, String[], boolean) - Method in class edu.rice.cs.util.ArgumentTokenizerTest
Asserts that the given string is tokenized to become the given array of string arguments.
_asyncDoSetCurrentThread(DebugThreadData) - Method in class edu.rice.cs.drjava.model.debug.DebugTestCase
Sets the current thread in a new thread to avoid being notified of events before we start waiting for them.
_asyncResume() - Method in class edu.rice.cs.drjava.model.debug.DebugTestCase
Resumes the debugger asynchronously so as to aovid getting notified before we start waiting for notifies
_asyncStep(Debugger.StepType) - Method in class edu.rice.cs.drjava.model.debug.DebugTestCase
Resumes the debugger asynchronously so as to avoid getting notified before we start waiting for notifies.
_attachToVM() - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Handles the details of attaching to the interpreterJVM.
_attemptSaveAllDocuments() - Method in class edu.rice.cs.drjava.model.javadoc.DefaultJavadocModel
If any documents are modified, this gives the user a chance to save them before proceeding.
_attributes - Variable in class edu.rice.cs.drjava.config.DrJavaProperty
Map of attributes.
_attributes - Variable in class edu.rice.cs.util.swing.DocumentOutputStream
 
_augmentCurrentGap(int) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.AbstractReducedModel
Assuming there is a gap to the right, this function increases the size of that gap.
_augmentGapToLeft(int) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.AbstractReducedModel
Assuming there is a gap to the left, this function increases the size of that gap.
_autoComplete(JTextComponent) - Method in class edu.rice.cs.drjava.ui.NewJavaClassDialog
 
_autoCompleteAction - Variable in class edu.rice.cs.drjava.ui.NewJavaClassDialog
 
_autoCompletePopup - Variable in class edu.rice.cs.drjava.ui.NewJavaClassDialog
 
_autoImportClassSet - Variable in class edu.rice.cs.drjava.ui.MainFrame
List with entries for the auto-import dialog.
_autoImportDialog - Variable in class edu.rice.cs.drjava.ui.MainFrame
The "Auto Import" dialog instance.
_autoImportPackageCheckbox - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_autoImportSet - Variable in class edu.rice.cs.drjava.model.repl.InteractionsModel
Set of classes or packages to import again when a breakpoint is hit.
_automaticTraceButton - Variable in class edu.rice.cs.drjava.ui.DebugPanel
 
_automaticTraceDebugAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Action that automatically traces through entire program
_automaticTraceMenuItem - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_automaticTraceTimer - Variable in class edu.rice.cs.drjava.ui.MainFrame
Timer to step into another line of code.
_autoRefreshAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
auto-refresh the project and open new files
_autoRefreshComponent - Variable in class edu.rice.cs.drjava.ui.ProjectPropertiesFrame
 
_autoRefreshStatus - Variable in class edu.rice.cs.drjava.model.AbstractGlobalModel.ProjectFileGroupingState
 
_autoRefreshStatus - Variable in class edu.rice.cs.drjava.project.ProjectProfile
 
_auxFile - Variable in class edu.rice.cs.drjava.ui.ProjectMenuTest
 
_auxFiles - Variable in class edu.rice.cs.drjava.model.AbstractGlobalModel.ProjectFileGroupingState
 
_auxiliaryFiles - Variable in class edu.rice.cs.drjava.project.ProjectProfile
 
_backAction - Variable in class edu.rice.cs.drjava.ui.HTMLFrame
 
_backButton - Variable in class edu.rice.cs.drjava.ui.HTMLFrame
 
_banner - Variable in class edu.rice.cs.drjava.model.repl.InteractionsModel
Banner displayed at top of the interactions document
_base - Variable in class edu.rice.cs.drjava.project.ProjectFileParser.DocFileListVisitor
Base directory for relative paths
_base - Variable in class edu.rice.cs.drjava.ui.ProjectMenuTest
Temporary files
_base - Variable in class edu.rice.cs.util.swing.CenteredIcon
 
_baseDir - Variable in class edu.rice.cs.drjava.ui.config.VectorAbsRelFileOptionComponent
 
_baseDir - Variable in class edu.rice.cs.drjava.ui.config.VectorFileOptionComponent
 
_baseURL - Variable in class edu.rice.cs.drjava.ui.HTMLFrame
 
_beep - Variable in class edu.rice.cs.drjava.ui.InteractionsPane
A runnable object that causes the editor to beep.
_beep - Variable in class edu.rice.cs.util.text.ConsoleDocument
A runnable command to use for a notification beep.
_beginLineAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Moves the caret to the "intelligent" beginning of the line.
_beginUpdates - Variable in class edu.rice.cs.drjava.model.DefaultLightWeightParsingControl
The time at which updates may be performed.
_bgColor - Variable in class edu.rice.cs.drjava.ui.InteractionsController.InputBox
 
_book - Variable in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
_book - Variable in class edu.rice.cs.drjava.ui.ErrorPanel.ErrorDocument
 
_book - Variable in class edu.rice.cs.util.text.ConsoleDocument
The book object used for printing that represents several pages
_bookmark() - Method in class edu.rice.cs.drjava.ui.FindResultsPanel
Turn the selected regions into bookmarks.
_bookmarkButton - Variable in class edu.rice.cs.drjava.ui.FindResultsPanel
 
_bookmarkManager - Variable in class edu.rice.cs.drjava.model.AbstractGlobalModel
Manager for bookmark regions.
_bookmarks - Variable in class edu.rice.cs.drjava.project.ProjectProfile
 
_bookmarksPanel - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_bookmarksPanelAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Action that shows the bookmarks tab.
_bool - Variable in class edu.rice.cs.util.sexp.BoolAtom
 
_bool - Variable in class edu.rice.cs.util.sexp.Tokens.BooleanToken
 
_booleanOptionListeners - Variable in class edu.rice.cs.drjava.ui.DefinitionsPane
 
_bootClassPath - Variable in class edu.rice.cs.drjava.model.JarJDKToolsLibrary
 
_bottomPanel - Variable in class edu.rice.cs.drjava.ui.DrJavaErrorPopup
compresses the buttonPanel into the east
_bottomPanel - Variable in class edu.rice.cs.drjava.ui.DrJavaErrorWindow
compresses the buttonPanel into the east
_bottomPanel - Variable in class edu.rice.cs.drjava.ui.NewVersionPopup
the panel with the buttons and combobox
_box(PrimitiveValue, ThreadReference, List<ObjectReference>) - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Create a boxed object corresponding to the given primitive.
_box - Variable in class edu.rice.cs.drjava.ui.InteractionsController
A temporary variable used to hold a box allocated inside getConsoleInput below.
_braceType - Variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.BraceInfo
 
_breakpointManager - Variable in class edu.rice.cs.drjava.model.AbstractGlobalModel
Manager for breakpoint regions.
_breakpoints - Variable in class edu.rice.cs.drjava.project.ProjectProfile
 
_breakpointsPanel - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_breakpointsPanelAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Action that shows the breakpoints tab.
_browseBackAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Browse back in the browser history.
_browseForwardAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Browse forward in the browser history.
_browserChooser - Variable in class edu.rice.cs.drjava.ui.config.ConfigFrame
 
_browserHistoryManager - Variable in class edu.rice.cs.drjava.model.AbstractGlobalModel
Manager for browser history regions.
_browserRegions - Variable in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
This document's browser regions.
_buf - Variable in class edu.rice.cs.drjava.ui.ExternalProcessPanel
 
_buf - Variable in class edu.rice.cs.drjava.ui.LessPanel
 
_buf - Variable in class edu.rice.cs.util.ReaderWriterLockTest.PrintCommand
Buffer to print to
_buffer - Variable in class edu.rice.cs.util.InputStreamRedirector
Buffer that stores the current set of bytes.
_buildCP - Variable in class edu.rice.cs.drjava.model.repl.newjvm.ClassPathManager
 
_buildDir - Variable in class edu.rice.cs.drjava.model.AbstractGlobalModel.ProjectFileGroupingState
 
_buildDir - Variable in class edu.rice.cs.drjava.project.ProjectProfile
 
_buildDirectoryPanel() - Method in class edu.rice.cs.drjava.ui.ProjectPropertiesFrame
 
_buildDirSelector - Variable in class edu.rice.cs.drjava.ui.ProjectPropertiesFrame
 
_bundle - Variable in class edu.rice.cs.drjava.config.ResourceBundleConfiguration
Resource bundle containing the configuration.
_busy() - Method in class edu.rice.cs.drjava.ui.AbstractConsoleController
Determines if the associated console pane is currently computing.
_busyInterpreters - Variable in class edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM
 
_but - Variable in class edu.rice.cs.drjava.ui.MainFrameTest
 
_button - Variable in class edu.rice.cs.drjava.ui.config.ColorOptionComponent
 
_button - Variable in class edu.rice.cs.drjava.ui.config.FontOptionComponent
 
_button - Variable in class edu.rice.cs.drjava.ui.config.KeyStrokeOptionComponent
 
_buttonPanel - Variable in class edu.rice.cs.drjava.ui.AbortablePanel
 
_buttonPanel - Variable in class edu.rice.cs.drjava.ui.config.ToolbarOptionComponent
 
_buttonPanel - Variable in class edu.rice.cs.drjava.ui.config.VectorOptionComponent
 
_buttonPanel - Variable in class edu.rice.cs.drjava.ui.DebugPanel
 
_buttonPanel - Variable in class edu.rice.cs.drjava.ui.DrJavaErrorPopup
contains the buttons
_buttonPanel - Variable in class edu.rice.cs.drjava.ui.DrJavaErrorWindow
contains the butons
_buttonPanel - Variable in class edu.rice.cs.drjava.ui.RegionsListPanel
 
_buttonPanel - Variable in class edu.rice.cs.drjava.ui.RegionsTreePanel
 
_buttonPanel - Variable in class edu.rice.cs.util.swing.ScrollableDialog
Panel of buttons at the bottom of this dialog.
_buttonPressed - Variable in class edu.rice.cs.drjava.ui.ClipboardHistoryFrame
Code for the last button that was pressed.
_buttonPressed - Variable in class edu.rice.cs.drjava.ui.predictive.PredictiveInputFrame
Code for the last button that was pressed.
_buttonPressed - Variable in class edu.rice.cs.util.swing.ScrollableListDialog
The number of the button that was pressed to close the dialog.
_buttons - Variable in class edu.rice.cs.drjava.ui.predictive.PredictiveInputFrame
Action buttons.
_buttons - Variable in class edu.rice.cs.util.swing.ScrollableListDialog.Builder
 
_buttonTable - Variable in class edu.rice.cs.drjava.ui.config.VectorOptionComponent
 
_buttonTableModel - Variable in class edu.rice.cs.drjava.ui.config.VectorOptionComponent
 
_bvo - Variable in class edu.rice.cs.drjava.config.VectorOptionTest
 
_cache - Variable in class edu.rice.cs.drjava.model.AbstractGlobalModel
A document cache that manages how many unmodified documents are open at once.
_cache - Variable in class edu.rice.cs.drjava.model.cache.DocumentCacheTest
 
_cacheAdapter - Variable in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
_cachedCmdLine - Variable in class edu.rice.cs.util.ProcessCreator
Cached copy of the reconstructed command line.
_cacheLock - Variable in class edu.rice.cs.drjava.model.cache.DocumentCache
 
_calculateOffset(int, String, int, String, TokenList.Iterator) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.TokenList.Iterator
By comparing the delTo token after the walk to what it was before the walk we can see how it has changed and where the offset should go.

Prev is the item previous to the current cursor.

_calculatePositions() - Method in class edu.rice.cs.drjava.model.compiler.CompilerErrorModel
Create array of positions where each error occurred.
_cancel() - Method in class edu.rice.cs.drjava.ui.ExecuteExternalDialog
Method that handels the Cancel button
_cancel() - Method in class edu.rice.cs.drjava.ui.JarOptionsDialog
Method that handels the Cancel button
_cancelAction - Variable in class edu.rice.cs.drjava.ui.ClipboardHistoryFrame
Close actions for ok and cancel button.
_cancelAndOKPanel - Variable in class edu.rice.cs.drjava.ui.config.KeyStrokeOptionComponent.GetKeyDialog
 
_cancelAndOKPanel - Variable in class edu.rice.cs.drjava.ui.config.VectorKeyStrokeOptionComponent.GetKeyDialog
 
_cancelBtn - Variable in class edu.rice.cs.drjava.ui.InsertVariableDialog
Button to cancel.
_cancelButton - Variable in class edu.rice.cs.drjava.ui.ClipboardHistoryFrame
Cancel button.
_cancelButton - Variable in class edu.rice.cs.drjava.ui.config.ConfigFrame
 
_cancelButton - Variable in class edu.rice.cs.drjava.ui.config.KeyStrokeOptionComponent.GetKeyDialog
 
_cancelButton - Variable in class edu.rice.cs.drjava.ui.config.VectorKeyStrokeOptionComponent.GetKeyDialog
 
_cancelButton - Variable in class edu.rice.cs.drjava.ui.JarOptionsDialog
Cancel button.
_cancelButton - Variable in class edu.rice.cs.drjava.ui.NewJavaClassDialog
 
_cancelButton - Variable in class edu.rice.cs.drjava.ui.ProjectAdvancedPropertiesFrame
 
_cancelButton - Variable in class edu.rice.cs.drjava.ui.ProjectPropertiesFrame
 
_cancelButton - Variable in class edu.rice.cs.util.swing.FontChooser
 
_cancelCommand() - Method in class edu.rice.cs.drjava.ui.InsertVariableDialog
Cancel and close the dialog.
_cancelCommandButton - Variable in class edu.rice.cs.drjava.ui.ExecuteExternalDialog
Cancel Command button.
_cancelIndex - Variable in class edu.rice.cs.drjava.ui.predictive.PredictiveInputFrame
The index in the _actions list that cancels the dialog.
_cancelRequested - Variable in class edu.rice.cs.util.swing.AsyncCompletionArgs
 
_cantJarClassesLabel - Variable in class edu.rice.cs.drjava.ui.JarOptionsDialog
Label explaining why classes can't be jar-ed.
_caretChanged - Variable in class edu.rice.cs.drjava.ui.FindReplacePanel
 
_caretListener - Variable in class edu.rice.cs.drjava.ui.FindReplacePanel
Listens for changes to the cursor position in order to reset the start position
_caretPosition - Variable in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
_caughtException - Variable in class edu.rice.cs.util.swing.AsyncCompletionArgs
 
_cDoc - Variable in class edu.rice.cs.drjava.model.repl.InteractionsModel
The embedded interactions document (a SwingDocument in native DrJava)
_ch - Variable in class edu.rice.cs.drjava.model.AbstractDJDocument.CharInsertCommand
 
_chain - Variable in class edu.rice.cs.util.ProcessChain.ProcessChainThreadGroup
 
_changeCount - Variable in class edu.rice.cs.drjava.ui.ExternalProcessPanel
 
_changed - Variable in class edu.rice.cs.drjava.model.debug.DebugWatchData
 
_changed - Variable in class edu.rice.cs.util.swing.FileSelectionEvent
 
_changeListener - Variable in class edu.rice.cs.drjava.ui.config.ConfigFrame
 
_changeListeners - Variable in class edu.rice.cs.drjava.ui.config.OptionComponent
List of change listeners.
_changeState - Variable in class edu.rice.cs.drjava.ui.RegionsTreePanel
 
_chars - Variable in class edu.rice.cs.drjava.model.Query.CharArrayAndFlag
 
_checkBox - Variable in class edu.rice.cs.drjava.ui.JavadocDialog
Whether to always prompt for destination.
_checkBox - Variable in class edu.rice.cs.util.swing.ConfirmCheckBoxDialog
 
_checkButton - Variable in class edu.rice.cs.drjava.ui.GenerateCustomDrJavaJarFrame
 
_checkCache(Query) - Method in class edu.rice.cs.drjava.model.AbstractDJDocument
Checks the query cache for a stored value.
_checkHighlightStatusConsistent(List<HighlightStatus>, int, int) - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
Make sure the vector is consistent: all elements immediately adjoin one another (no overlap), and make sure all indices between start and end are in the vector.
_checkNewVersionAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Action that pops up a dialog that checks for a new version.
_checkPrevEquals(TokenList.Iterator, String) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.TokenList.Iterator
Checks if the previous token is of a certain type.
_checkPreviousInsertBackSlash() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelComment
Checks before point of insertion to make sure we don't need to combine backslash with another backslash (yes, they too can be escaped).
_checkPreviousInsertCommentChar(String) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelComment
Checks before the place of insert to make sure there are no preceding slashes with which the inserted slash must combine.
_checkPreviousInsertSpecial(String) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelComment
Checks before point of insertion to make sure we don't need to combine.
_checkProjectClose() - Method in class edu.rice.cs.drjava.ui.MainFrame
 
_checkState() - Method in class edu.rice.cs.util.swing.DelegatingAction
 
_chm - Variable in class edu.rice.cs.drjava.ui.ClipboardHistoryFrame
Clipboard history model
_choices - Variable in class edu.rice.cs.drjava.config.ForcedChoiceOption
 
_chooseFile() - Method in class edu.rice.cs.util.swing.DirectorySelectorComponent
Opens the file chooser to select a file, putting the result in the file field.
_chooseFile() - Method in class edu.rice.cs.util.swing.FileSelectorComponent
Opens the file chooser to select a file, putting the result in the file field.
_chooseFile() - Method in class edu.rice.cs.util.swing.FileSelectorStringComponent
Opens the file chooser to select a file, putting the result in the file field.
_chooser - Variable in class edu.rice.cs.util.swing.DirectorySelectorComponent
File chooser to open when clicking the "..." button.
_chooser - Variable in class edu.rice.cs.util.swing.FileSelectorComponent
File chooser to open when clicking the "..." button.
_chooser - Variable in class edu.rice.cs.util.swing.FileSelectorStringComponent
File chooser to open when clicking the "..." button.
_chooserButton - Variable in class edu.rice.cs.util.swing.DirectorySelectorComponent
"..." button to open the file chooser.
_chooserButton - Variable in class edu.rice.cs.util.swing.FileSelectorComponent
"..." button to open the file chooser.
_chooserButton - Variable in class edu.rice.cs.util.swing.FileSelectorStringComponent
"..." button to open the file chooser.
_classConstructor - Variable in class edu.rice.cs.drjava.ui.NewJavaClassDialog
 
_classFile - Variable in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
The cached class file for the document
_classFileInSync - Variable in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
Specifies if classFile is in sync with current state of the document
_className - Variable in class edu.rice.cs.drjava.model.debug.jpda.DocumentDebugAction
 
_className - Variable in class edu.rice.cs.drjava.model.junit.JUnitError
 
_className - Variable in class edu.rice.cs.drjava.ui.NewJavaClassDialog
 
_className - Variable in error edu.rice.cs.util.classloader.ClassFileError
Canonical path name for the offending file.
_className - Variable in class edu.rice.cs.util.newjvm.AbstractMasterJVM.SlaveFactory
 
_classPathFiles - Variable in class edu.rice.cs.drjava.project.ProjectProfile
 
_classPathManager - Variable in class edu.rice.cs.drjava.model.repl.InteractionsModelErrorTest
 
_classPathManager - Variable in class edu.rice.cs.drjava.model.repl.JavaInterpreterTest
 
_classPathManager - Variable in class edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM
 
_classPathManager - Variable in class edu.rice.cs.drjava.model.repl.SimpleInteractionsModel
 
_classPaths - Variable in class edu.rice.cs.util.jar.ManifestWriter
 
_clean() - Method in class edu.rice.cs.drjava.ui.MainFrame
 
_cleanAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
cleans the build directory
_cleanUp(Event) - Method in class edu.rice.cs.drjava.model.debug.jpda.EventHandlerThread
Cleans up the state after the virtual machine being debugged dies or disconnects.
_cleanUpDebugger() - Method in class edu.rice.cs.drjava.ui.MainFrame
 
_clearAllBreakpointsAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Clears all breakpoints
_clearButton - Variable in class edu.rice.cs.drjava.ui.config.KeyStrokeOptionComponent.GetKeyDialog
 
_clearCache(int) - Method in class edu.rice.cs.drjava.model.AbstractDJDocument
Clears the memozing cache of queries with offset >= than specified value.
_clearConsoleAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Clears DrJava's output console.
_clearCurrentInputText() - Method in class edu.rice.cs.util.text.ConsoleDocument
Removes the text from the current prompt to the end of the document.
_clearHistoryAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Clears the commands in the interaction history.
_clearInteractionsListener - Variable in class edu.rice.cs.drjava.model.DefaultGlobalModel
 
_clearLineAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Deletes text from the caret to the end of the current line.
_clickedOK - Variable in class edu.rice.cs.util.swing.FontChooser
 
_clipboardHistoryDialog - Variable in class edu.rice.cs.drjava.ui.MainFrame
The "Clipboard History" dialog.
_close() - Method in class edu.rice.cs.drjava.ui.AbortablePanel
Close the pane.
_close() - Method in class edu.rice.cs.drjava.ui.CompilerErrorPanel
Clean up when the tab is closed.
_close() - Method in class edu.rice.cs.drjava.ui.FindReplacePanel
 
_close() - Method in class edu.rice.cs.drjava.ui.FindResultsPanel
Destroys this panel and its contents.
_close() - Method in class edu.rice.cs.drjava.ui.JavadocErrorPanel
Closes this panel and resets the corresponding model.
_close() - Method in class edu.rice.cs.drjava.ui.JUnitPanel
Closes this panel and resets the corresponding model.
_close() - Method in class edu.rice.cs.drjava.ui.MainFrame
Closes the active document.
_close() - Method in class edu.rice.cs.drjava.ui.PreviewFrame
 
_close() - Method in class edu.rice.cs.drjava.ui.RegionsListPanel
Close the panel and update buttons.
_close() - Method in class edu.rice.cs.drjava.ui.RegionsTreePanel
Close the panel and update buttons.
_close() - Method in class edu.rice.cs.drjava.ui.TabbedPanel
Visibly closes the panel and removes it from the frame.
_closeAction - Variable in class edu.rice.cs.drjava.ui.HTMLFrame
 
_closeAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Closes the current active document, prompting to save if necessary.
_closeAction - Variable in class edu.rice.cs.drjava.ui.NewVersionPopup
 
_closeAction - Variable in class edu.rice.cs.drjava.ui.PreviewFrame
Prints the current document.
_closeAll() - Method in class edu.rice.cs.drjava.ui.MainFrame
 
_closeAllAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Closes all open documents, prompting to save if necessary.
_closeButton - Variable in class edu.rice.cs.drjava.ui.DebugPanel
 
_closeButton - Variable in class edu.rice.cs.drjava.ui.GenerateCustomDrJavaJarFrame
 
_closeButton - Variable in class edu.rice.cs.drjava.ui.HTMLFrame
 
_closeButton - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_closeButton - Variable in class edu.rice.cs.drjava.ui.NewVersionPopup
the button that closes this window
_closeButton - Variable in class edu.rice.cs.drjava.ui.TabbedPanel
button which removes this pane's tab.
_closedListeners - Variable in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
 
_closeDone - Variable in class edu.rice.cs.drjava.ui.MainFrameTest
 
_closedWithEnter - Variable in class edu.rice.cs.drjava.ui.InteractionsController.InputBox
 
_closeFolder() - Method in class edu.rice.cs.drjava.ui.MainFrame
 
_closeFolderAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Closes all open documents, prompting to save if necessary.
_closeInteractionsScript() - Method in class edu.rice.cs.drjava.ui.MainFrame
Closes the currently executing interactions script, if there is one.
_closeListener - Variable in class edu.rice.cs.drjava.ui.TabbedPanel
Defines the action that takes place upon clicking the close button.
_closeLock - Variable in class edu.rice.cs.drjava.ui.MainFrameTest
 
_closePanel - Variable in class edu.rice.cs.drjava.ui.HTMLFrame
 
_closePanel - Variable in class edu.rice.cs.drjava.ui.TabbedPanel
 
_closeProject() - Method in class edu.rice.cs.drjava.ui.MainFrame
 
_closeProject(boolean) - Method in class edu.rice.cs.drjava.ui.MainFrame
Saves the project file; closes all open project files; and calls _model.closeProject(quitting) the clean up the state of the global model.
_closeProjectAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_closeScriptAction - Variable in class edu.rice.cs.drjava.ui.InteractionsScriptController
Action to end the script.
_closeSystemInAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Close input stream in the interactions pane.
_closing - Variable in class edu.rice.cs.drjava.model.Query.AbstractEnclosingBrace
 
_cm - Variable in class edu.rice.cs.drjava.ui.ExecuteExternalDialog
Completion monitor to tell the calling dialog that we're done.
_cm - Variable in class edu.rice.cs.drjava.ui.InsertVariableDialog
Completion monitor to tell the calling dialog that we're done.
_cmdarray - Variable in class edu.rice.cs.util.ProcessCreator
 
_cmdline - Variable in class edu.rice.cs.util.ProcessCreator
 
_col - Variable in class edu.rice.cs.drjava.ui.MainFrame.PositionListener
 
_collapsed - Variable in class edu.rice.cs.util.docnavigation.InnerNode
 
_collapsedPaths - Variable in class edu.rice.cs.drjava.project.ProjectProfile
 
_color - Variable in class edu.rice.cs.drjava.ui.config.ColorOptionComponent
 
_color - Variable in class edu.rice.cs.drjava.ui.FindResultsPanel.ColorComboRenderer
 
_colorBox - Variable in class edu.rice.cs.drjava.ui.FindResultsPanel
 
_colorField - Variable in class edu.rice.cs.drjava.ui.config.ColorOptionComponent
 
_colorListener - Variable in class edu.rice.cs.drjava.ui.RecentDocFrame
 
_colorOptionListeners - Variable in class edu.rice.cs.drjava.ui.DefinitionsPane
Saved option listeners kept in this field so they can be removed for garbage collection.
_colorOptionListeners - Variable in class edu.rice.cs.drjava.ui.FindResultsPanel
Saved option listeners kept in this field so they can be removed for garbage collection
_columnNames - Variable in class edu.rice.cs.drjava.ui.config.VectorOptionComponent
 
_columnNames - Variable in class edu.rice.cs.drjava.ui.DebugPanel.StackTableModel
 
_columnNames - Variable in class edu.rice.cs.drjava.ui.DebugPanel.ThreadTableModel
 
_columnNames - Variable in class edu.rice.cs.drjava.ui.DebugPanel.WatchTableModel
 
_combineCurrentAndNextIfEscape(TokenList.Iterator) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelState
 
_combineCurrentAndNextIfFind(String, String, TokenList.Iterator) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelState
Combines the current and next braces if they match the given types.
_combinedErrorStream - Variable in class edu.rice.cs.util.ProcessChain
The combined error stream of all processes.
_combinedErrorStream - Variable in class edu.rice.cs.util.ProcessSequence
The combined error stream of all processes.
_combinedInputJoinedWithDebugStream - Variable in class edu.rice.cs.util.ProcessChain
The combined input stream of all the processes, plus a debug stream.
_combinedInputJoinedWithDebugStream - Variable in class edu.rice.cs.util.ProcessSequence
The combined input stream of all the processes, plus a debug stream.
_combinedInputStream - Variable in class edu.rice.cs.util.ProcessChain
The combined input stream of all processes.
_combinedInputStream - Variable in class edu.rice.cs.util.ProcessSequence
The combined input stream of all processes.
_combinedOutputStream - Variable in class edu.rice.cs.util.ProcessSequence
The output stream of the currently executing process.
_combinedStdErrStream - Variable in class edu.rice.cs.util.ProcessChain
The stream into which all outputs to stderr are written.
_combinedStdErrStream - Variable in class edu.rice.cs.util.ProcessSequence
The stream into which all outputs to stderr are written.
_combinedStdOutStream - Variable in class edu.rice.cs.util.ProcessChain
The stream into which all outputs to stdout are written.
_combinedStdOutStream - Variable in class edu.rice.cs.util.ProcessSequence
The stream into which all outputs to stdout are written.
_comboBox - Variable in class edu.rice.cs.drjava.ui.config.ForcedChoiceOptionComponent
 
_command - Variable in class edu.rice.cs.util.ReaderWriterLockTest.PrinterReaderThread
 
_command - Variable in class edu.rice.cs.util.ReaderWriterLockTest.PrinterWriterThread
 
_commandEnclosingFileBtn - Variable in class edu.rice.cs.drjava.ui.ExecuteExternalDialog
Command enclosing file button.
_commandEnclosingFileLine - Variable in class edu.rice.cs.drjava.ui.ExecuteExternalDialog
Entered command line enclosing file.
_commandEnclosingFileLineDoc - Variable in class edu.rice.cs.drjava.ui.ExecuteExternalDialog
Command line enclosing file preview document.
_commandEnclosingFileLinePreview - Variable in class edu.rice.cs.drjava.ui.ExecuteExternalDialog
Command line enclosing file preview.
_commandLine - Variable in class edu.rice.cs.drjava.ui.ExecuteExternalDialog
Entered command line.
_commandLineCmdAS - Variable in class edu.rice.cs.drjava.ui.ExecuteExternalDialog
Style for normal text
_commandLineDoc - Variable in class edu.rice.cs.drjava.ui.ExecuteExternalDialog
Command line preview document.
_commandLinePreview - Variable in class edu.rice.cs.drjava.ui.ExecuteExternalDialog
Command line preview.
_commandLinePreviewLabel - Variable in class edu.rice.cs.drjava.ui.ExecuteExternalDialog
Command line preview label.
_commandPanel - Variable in class edu.rice.cs.drjava.ui.ExecuteExternalDialog
Command line panel.
_commandWorkDirBtn - Variable in class edu.rice.cs.drjava.ui.ExecuteExternalDialog
Command working directory button.
_commandWorkDirLine - Variable in class edu.rice.cs.drjava.ui.ExecuteExternalDialog
Entered command line working directory.
_commandWorkDirLineDoc - Variable in class edu.rice.cs.drjava.ui.ExecuteExternalDialog
Command line working directory preview document.
_commandWorkDirLinePreview - Variable in class edu.rice.cs.drjava.ui.ExecuteExternalDialog
Command line working directory preview.
_commentLine() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
Comments out a single line with wing comments -- "// ".
_commentLines() - Method in class edu.rice.cs.drjava.ui.DefinitionsPane
Comments out the lines contained within the given selection.
_commentLinesAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Action for commenting out a block of text using wing comments.
_compile() - Method in class edu.rice.cs.drjava.ui.MainFrame
 
_compileAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Compiles the document in the definitions pane.
_compileAll() - Method in class edu.rice.cs.drjava.ui.MainFrame
 
_compileAllAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Compiles all open documents.
_compileBeforeProceeding(String, BooleanOption, String, CompilerListener) - Method in class edu.rice.cs.drjava.ui.MainFrame.ModelListener
Helper method shared by all "compileBeforeX" methods.
_compileButton - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_compileDone - Variable in class edu.rice.cs.drjava.model.GlobalModelTestCase.CompileShouldFailListener
 
_compileDone - Variable in class edu.rice.cs.drjava.model.GlobalModelTestCase.CompileShouldSucceedListener
 
_compileDone - Variable in class edu.rice.cs.drjava.ui.MainFrameTest
 
_compileFiles(List<File>, File) - Method in class edu.rice.cs.drjava.model.compiler.DefaultCompilerModel
Compile the given files and update the model with any errors that result.
_compileFolder() - Method in class edu.rice.cs.drjava.ui.MainFrame
 
_compileFolderAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Compiles all documents in the navigators active group.
_compileHasOccurred - Variable in class edu.rice.cs.drjava.ui.CompilerErrorPanel
Whether a compile has occurred since the last compiler change.
_compileLanguageLevelsFiles(List<File>, List<DJError>, Iterable<File>, Iterable<File>) - Method in class edu.rice.cs.drjava.model.compiler.DefaultCompilerModel
Compiles the language levels files in the list.
_compileLock - Variable in class edu.rice.cs.drjava.model.GlobalModelTestCase.CompileShouldFailListener
 
_compileLock - Variable in class edu.rice.cs.drjava.model.GlobalModelTestCase.CompileShouldSucceedListener
 
_compileLock - Variable in class edu.rice.cs.drjava.ui.MainFrameTest
 
_compileProject() - Method in class edu.rice.cs.drjava.ui.MainFrame
 
_compileProjectAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Compiles all the project.
_compiler - Variable in class edu.rice.cs.drjava.model.JDKToolsLibrary
 
_compilerChoiceBox - Variable in class edu.rice.cs.drjava.ui.CompilerErrorPanel
 
_compilerErrorModel - Variable in class edu.rice.cs.drjava.model.compiler.DefaultCompilerModel
The error model containing all current compiler errors.
_compilerErrorPanel - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_compilerLock - Variable in class edu.rice.cs.drjava.model.compiler.DefaultCompilerModel
The lock providing mutual exclustion between compilation and unit testing
_compilerModel - Variable in class edu.rice.cs.drjava.model.DefaultGlobalModel
CompilerModel manages all compiler functionality.
_compilerModel - Variable in class edu.rice.cs.drjava.model.junit.DefaultJUnitModel
The compiler model.
_compilers - Variable in class edu.rice.cs.drjava.model.compiler.DefaultCompilerModel
The available compilers
_completeClassSet - Variable in class edu.rice.cs.drjava.ui.MainFrame
List with entries for the complete dialog.
_completeJavaAPICheckbox - Variable in class edu.rice.cs.drjava.ui.AutoCompletePopup
Checkbox that controls whether Java API classes are included.
_completeOpenFile(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
 
_completeWordDialog - Variable in class edu.rice.cs.drjava.ui.MainFrame
The "Complete Word" dialog instance.
_completeWordUnderCursor() - Method in class edu.rice.cs.drjava.ui.MainFrame
Complete the word the cursor is on.
_component - Variable in class edu.rice.cs.drjava.ui.config.DirectoryOptionComponent
 
_component - Variable in class edu.rice.cs.drjava.ui.config.FileOptionComponent
 
_component - Variable in class edu.rice.cs.util.swing.HighlightManager
The component necessary for creating positions in in the document, which is also contained within this component.
_components - Variable in class edu.rice.cs.drjava.ui.avail.AndGUIAvailabilityListener
 
_components - Variable in class edu.rice.cs.drjava.ui.avail.OrGUIAvailabilityListener
 
_components - Variable in class edu.rice.cs.drjava.ui.config.ConfigPanel
 
_compoundBorder - Variable in class edu.rice.cs.drjava.ui.FindResultsPanel.ColorComboRenderer
 
_compoundEditInProgress() - Method in class edu.rice.cs.drjava.model.definitions.CompoundUndoManager
Returns whether or not a compound edit is in progress.
_compoundEditKey - Variable in class edu.rice.cs.drjava.ui.DefinitionsPane
 
_compoundEditKey - Variable in class edu.rice.cs.drjava.ui.InteractionsPane
 
_compoundEdits - Variable in class edu.rice.cs.drjava.model.definitions.CompoundUndoManager
The compound edits we are storing.
_concJUnitChecksEnabledListener - Variable in class edu.rice.cs.drjava.ui.config.ConfigFrame
 
_condition - Variable in class edu.rice.cs.util.text.SwingDocument
Determines which edits are legal on this document.
_config - Static variable in class edu.rice.cs.drjava.DrJava
Configuration object with all customized and default values.
_configFrame - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_configureBrowsing() - Method in class edu.rice.cs.drjava.ui.MainFrame
 
_connected - Variable in class edu.rice.cs.drjava.model.debug.jpda.EventHandlerThread
Whether this event handler is currently connected to the JPDA VirtualMachine.
_consoleController - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_consoleDoc - Variable in class edu.rice.cs.drjava.model.AbstractGlobalModel
The document used to display System.out and System.err, and to read from System.in.
_consoleDoc - Variable in class edu.rice.cs.drjava.ui.ConsoleController
GUI-neutral formulation of console document.
_consoleDocAdapter - Variable in class edu.rice.cs.drjava.model.AbstractGlobalModel
The document adapter used in the console document.
_consoleErr - Static variable in class edu.rice.cs.drjava.DrJavaRoot
 
_consoleOut - Static variable in class edu.rice.cs.drjava.DrJavaRoot
 
_consolePane - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_consolePanePopupMenu - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_consoleScroll - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_consoleStateListeners - Variable in class edu.rice.cs.drjava.ui.InteractionsController
 
_contains(ItemT) - Method in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
Tests to see if a given document is contained in this navigator.
_contentsDocPane - Variable in class edu.rice.cs.drjava.ui.HTMLFrame
 
_controller - Variable in class edu.rice.cs.drjava.ui.InteractionsPaneTest
 
_controller - Variable in class edu.rice.cs.drjava.ui.SimpleInteractionsWindow
 
_copyAction - Variable in class edu.rice.cs.drjava.ui.DrJavaErrorWindow
Copy currently selected error to clip board.
_copyButton - Variable in class edu.rice.cs.drjava.ui.AboutDialog
the button that copies the system properties to the clipboard
_copyButton - Variable in class edu.rice.cs.drjava.ui.DrJavaErrorWindow
the button that copies the stack trace to the clipboard
_copyInteractionToDefinitionsAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Copies whatever is currently in the interactions pane at the prompt to the definitions pane.
_copyVariablesFromInterpreter() - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Assumes lock is already held.
_counter - Variable in class edu.rice.cs.util.newjvm.IntegratedMasterSlaveTest.CounterSlave
 
_countFilter - Variable in class edu.rice.cs.drjava.model.debug.jpda.DebugAction
 
_createBorder() - Method in class edu.rice.cs.drjava.ui.InteractionsController.InputBox
 
_createColoringView(Element) - Static method in class edu.rice.cs.drjava.model.repl.InteractionsEditorKit
We only need to re-implement the painter for the GlyphView to modify its behavior.
_createDefaultTypedDocument() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsEditorKit
Creates a new DefinitionsDocument.
_createDefScrollPane(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.ui.MainFrame
Create new DefinitionsPane and JScrollPane for an open definitions document.
_createJarFile - Variable in class edu.rice.cs.drjava.model.AbstractGlobalModel.ProjectFileGroupingState
 
_createJarFile - Variable in class edu.rice.cs.drjava.project.ProjectProfile
 
_createJarFlags - Variable in class edu.rice.cs.drjava.model.AbstractGlobalModel.ProjectFileGroupingState
 
_createJarFlags - Variable in class edu.rice.cs.drjava.project.ProjectProfile
 
_createManualToolbarButton(Action) - Method in class edu.rice.cs.drjava.ui.MainFrame
Creates a toolbar button for undo and redo, which behave differently.
_createNewDebugPort() - Method in class edu.rice.cs.drjava.model.repl.InteractionsModel
Generates an available port for use with the debugger.
_createOpenDefinitionsDocument(NullFile) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Creates a ConcreteOpenDefDoc for a NullFile object f (corresponding to a new empty document)
_createOpenDefinitionsDocument(File) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Creates a ConcreteOpenDefDoc for an existing file f.
_createOpenDefinitionsDocument(NullFile) - Method in class edu.rice.cs.drjava.model.DefaultGlobalModel
Creates a ConcreteOpenDefDoc for a new DefinitionsDocument.
_createOpenDefinitionsDocument(File) - Method in class edu.rice.cs.drjava.model.DefaultGlobalModel
Creates a ConcreteOpenDefDoc for a given file f
_createPanel(String, ConfigFrame.PanelTreeNode) - Method in class edu.rice.cs.drjava.ui.config.ConfigFrame
Creates an individual panel, adds it to the JTree and the list of panels, and returns the tree node.
_createPanel(String) - Method in class edu.rice.cs.drjava.ui.config.ConfigFrame
Creates an individual panel, adds it to the JTree and the list of panels, and returns the tree node.
_createPanels() - Method in class edu.rice.cs.drjava.ui.config.ConfigFrame
Creates all of the panels contained within the frame.
_createRequests() - Method in class edu.rice.cs.drjava.model.debug.jpda.DebugAction
Creates an appropriate EventRequest from the EventRequestManager and stores it in the _request field.
_createRequests(Vector<ReferenceType>) - Method in class edu.rice.cs.drjava.model.debug.jpda.DocumentDebugAction
Creates appropriate EventRequests from the EventRequestManager and stores them in the _requests field.
_createRequests(Vector<ReferenceType>) - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDABreakpoint
Creates appropriate EventRequests from the EventRequestManager and stores them in the _requests field.
_createRequests() - Method in class edu.rice.cs.drjava.model.debug.jpda.Step
Creates an appropriate EventRequest from the EventRequestManager and stores it in the _request field.
_createTab(TabbedPanel) - Method in class edu.rice.cs.drjava.ui.MainFrame
 
_createToolbarButton(Action) - Method in class edu.rice.cs.drjava.ui.MainFrame
Sets up all buttons for the toolbar except for undo and redo, which use _createManualToolbarButton.
_creation - Variable in class edu.rice.cs.util.RunnableEST
 
_creators - Variable in class edu.rice.cs.util.ProcessChain
The process creators that create the processes in this process chain.
_creators - Variable in class edu.rice.cs.util.ProcessSequence
The process creators that create the processes in this process sequence.
_current - Variable in class edu.rice.cs.drjava.model.FindReplaceMachine
 
_current - Variable in class edu.rice.cs.drjava.ui.RecentDocFrame
 
_current - Variable in class edu.rice.cs.util.docnavigation.JListNavigator
The current selection value.
_current - Variable in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
The currently selected item.
_currentDefDoc - Variable in class edu.rice.cs.drjava.ui.MainFrame
The currently displayed DefinitionsDocument.
_currentDefPane - Variable in class edu.rice.cs.drjava.ui.MainFrame
The currently displayed DefinitionsPane.
_currentInteraction - Variable in class edu.rice.cs.drjava.model.repl.InteractionsScriptModel
The index into the list of the current interaction.
_currentKeyStroke - Variable in class edu.rice.cs.drjava.ui.config.KeyStrokeOptionComponent.GetKeyDialog
 
_currentKeyStroke - Variable in class edu.rice.cs.drjava.ui.config.VectorKeyStrokeOptionComponent.GetKeyDialog
 
_currentLabel - Variable in class edu.rice.cs.drjava.ui.config.KeyStrokeOptionComponent.GetKeyDialog
 
_currentLabel - Variable in class edu.rice.cs.drjava.ui.config.VectorKeyStrokeOptionComponent.GetKeyDialog
 
_currentLocation - Variable in class edu.rice.cs.drjava.model.AbstractDJDocument
The absolute character offset in the document.
_currentLocationHighlight - Variable in class edu.rice.cs.drjava.ui.MainFrame
The current highlight displaying the current location, used for FindAll and the of the debugger's thread, if there is one.
_currentProjFile - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_currentSearchString - Variable in class edu.rice.cs.drjava.model.repl.History
A placeholder for the current search string.
_currentStrategy - Variable in class edu.rice.cs.drjava.ui.predictive.PredictiveInputFrame
Currently used strategy.
_currentStrategyIndex - Variable in class edu.rice.cs.drjava.ui.predictive.PredictiveInputFrame.FrameState
 
_currentTest - Variable in class edu.rice.cs.util.newjvm.IntegratedMasterSlaveTest.TestMasterJVM
 
_currentThreadID - Variable in class edu.rice.cs.drjava.ui.DebugPanel
 
_currLocationField - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_currThreadResumed() - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Notifies all listeners that the current thread has been resumed.
_cursor - Variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.AbstractReducedModel
Keeps track of cursor position in document.
_cursor - Variable in class edu.rice.cs.drjava.model.repl.History
 
_cursorLine - Variable in class edu.rice.cs.drjava.model.definitions.indent.ActionStartPrevLinePlusMultilinePreserve
 
_cursorPos - Variable in class edu.rice.cs.drjava.model.definitions.indent.ActionStartPrevLinePlusMultilinePreserve
 
_customManifest - Variable in class edu.rice.cs.drjava.ui.JarOptionsDialog
Determines whether the jar file should include a custom manifest.
_customManifestText - Variable in class edu.rice.cs.drjava.ui.JarOptionsDialog
Holds the current text of the custom manifest.
_cutLineAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Cuts from the caret to the end of the current line to the clipboard.
_data - Variable in class edu.rice.cs.drjava.ui.config.VectorOptionComponent
 
_data - Variable in class edu.rice.cs.drjava.ui.MainFrameTest
 
_deathThread - Variable in class edu.rice.cs.drjava.ui.ExternalProcessPanel
 
_deathThread - Variable in class edu.rice.cs.util.ProcessSequence
Thread that monitors the subprocesses and starts the next process when the previous one has terminated.
_debugConsole - Static variable in class edu.rice.cs.drjava.DrJavaRoot
 
_debugFrame - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_debugger - Variable in class edu.rice.cs.drjava.model.debug.DebugTestCase
 
_debugger - Variable in class edu.rice.cs.drjava.model.debug.jpda.EventHandlerThread
Debugger to which this class reports events.
_debugger - Variable in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugTestCase
 
_debugger - Variable in class edu.rice.cs.drjava.model.DefaultGlobalModel
Interface to the integrated debugger.
_debugger - Variable in class edu.rice.cs.drjava.model.JDKToolsLibrary
 
_debugger - Variable in class edu.rice.cs.drjava.ui.BreakpointsPanel
 
_debugger - Variable in class edu.rice.cs.drjava.ui.DebugPanel
 
_debuggerEnabledMenuItem - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_debugInputStream - Variable in class edu.rice.cs.util.ProcessChain
Debug input and output stream.
_debugInputStream - Variable in class edu.rice.cs.util.ProcessSequence
Debug input and output stream.
_debugMenu - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_debugModel - Variable in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM
Listens to debug-related events
_debugOut - Variable in class edu.rice.cs.util.ProcessChain.ProcessChainThreadGroup
 
_debugOut - Variable in class edu.rice.cs.util.ProcessSequence.ProcessSequenceThreadGroup
 
_debugOutput - Variable in class edu.rice.cs.util.ProcessChain
Debug output that gets joined with the streams from the processes.
_debugOutput - Variable in class edu.rice.cs.util.ProcessSequence
Debug output that gets joined with the streams from the processes.
_debugOutputStream - Variable in class edu.rice.cs.util.ProcessChain
 
_debugOutputStream - Variable in class edu.rice.cs.util.ProcessSequence
 
_debugPanel - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_debugPort - Variable in class edu.rice.cs.drjava.model.repl.InteractionsModel
Port used by the debugger to connect to the Interactions JVM.
_debugPortSet - Variable in class edu.rice.cs.drjava.model.repl.InteractionsModel
Whether the debug port has already been set.
_debugSplitPane - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_debugStepTimer - Variable in class edu.rice.cs.drjava.ui.MainFrame
Timer to display "Stepping..." message if a step takes longer than a certain amount of time.
_debugStyle - Variable in class edu.rice.cs.drjava.ui.InteractionsController
Style to use for debug messages.
_default - Variable in class edu.rice.cs.drjava.ui.config.VectorOptionComponent.ComponentCellRenderer
 
_default - Variable in class edu.rice.cs.drjava.ui.MainFrame.OddDisplayManager
 
_defaultAction - Variable in class edu.rice.cs.drjava.ui.DefinitionsPane.IndentKeyAction
The default action to take when the specified key is pressed.
_defaultBootClassPath - Variable in class edu.rice.cs.drjava.model.compiler.JavacCompiler
 
_defaultInputCompletionCommand - Static variable in class edu.rice.cs.drjava.ui.InteractionsController
Default implementation of the input completion command
_defaultInsertTextCommand - Static variable in class edu.rice.cs.drjava.ui.InteractionsController
Default implementation of the insert text in input command
_defaultInterpreter - Variable in class edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM
 
_defaultRadio - Variable in class edu.rice.cs.drjava.ui.NewJavaClassDialog
 
_defaultRenderer - Variable in class edu.rice.cs.drjava.ui.FindResultsPanel.ColorComboRenderer
 
_defaultStyle - Variable in class edu.rice.cs.drjava.ui.AbstractConsoleController
Style to use for default text.
_defDoc - Variable in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
_definitionsPane - Variable in class edu.rice.cs.drjava.ui.ErrorCaretListener
 
_defPane - Variable in class edu.rice.cs.drjava.ui.FindReplacePanel
 
_defPane1 - Variable in class edu.rice.cs.drjava.ui.MainFrameTest
 
_defPane2 - Variable in class edu.rice.cs.drjava.ui.MainFrameTest
 
_defScrollPanes - Variable in class edu.rice.cs.drjava.ui.MainFrame
Maps an OpenDefDoc to its JScrollPane.
_delegatee - Variable in class edu.rice.cs.util.swing.DelegatingAction
The action to delegate to.
_delegee - Variable in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger.DelegatingLocation
 
_delete(int, TokenList.Iterator) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.TokenList.Iterator
Helper function for delete.
_deleteFilesTask - Variable in class edu.rice.cs.drjava.model.AbstractGlobalModel.ProjectFileGroupingState
 
_deleteSemiColon(String) - Static method in class edu.rice.cs.drjava.model.compiler.JavacCompiler
Deletes the last character of a string.
_delims - Variable in class edu.rice.cs.drjava.model.Query.IndentOfCurrStmt
 
_deprecated - Variable in class edu.rice.cs.drjava.config.ForcedChoiceOption
 
_depth - Variable in class edu.rice.cs.drjava.model.debug.jpda.Step
 
_description - Variable in class edu.rice.cs.drjava.config.ConfigOptionListeners.RequiresDrJavaRestartListener
 
_description - Variable in class edu.rice.cs.drjava.config.ConfigOptionListeners.RequiresInteractionsRestartListener
 
_description - Variable in class edu.rice.cs.drjava.ui.config.VectorOptionComponent
 
_description - Variable in class edu.rice.cs.drjava.ui.DirectoryFilter
Name of the filter.
_detach - Variable in class edu.rice.cs.drjava.ui.DetachedFrame
Lambda to execute when component is being detached.
_detachDebugFrameAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Action that detaches the debugger pane.
_detachDebugFrameMenuItem - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_detachTabbedPanesAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Action that detaches the tabbed panes.
_detachTabbedPanesMenuItem - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_dialog - Variable in class edu.rice.cs.drjava.ui.JavadocDialog
Dialog to show.
_dialog - Variable in class edu.rice.cs.util.swing.ConfirmCheckBoxDialog
 
_dialog - Variable in class edu.rice.cs.util.swing.ScrollableDialog
JDialog managed by this component.
_dialogTitle - Variable in class edu.rice.cs.util.swing.ScrollableListDialog.Builder
 
_dim - Variable in class edu.rice.cs.drjava.ui.ClipboardHistoryFrame.FrameState
 
_dim - Variable in class edu.rice.cs.drjava.ui.DetachedFrame.FrameState
 
_dim - Variable in class edu.rice.cs.drjava.ui.predictive.PredictiveInputFrame.FrameState
 
_dir - Variable in class edu.rice.cs.drjava.config.FileListProperty
Relative directory.
_dirChooser - Variable in class edu.rice.cs.drjava.ui.config.ConfigFrame
 
_dirChooser - Variable in class edu.rice.cs.drjava.ui.ExecuteExternalDialog
Directory chooser to open when clicking the "..." button.
_disableCloseSystemInMenuItemCommand - Variable in class edu.rice.cs.drjava.ui.InteractionsController
Runnable command that disables the "Close System.in" menu command.
_disableInteractionsPane() - Method in class edu.rice.cs.drjava.ui.MainFrame
Ensures that the interactions pane is not editable during an interaction.
_disableStepTimer() - Method in class edu.rice.cs.drjava.ui.MainFrame
Disable any step timer.
_dismissAction - Variable in class edu.rice.cs.drjava.ui.DrJavaErrorWindow
Dismiss all errors and close the window.
_dismissButton - Variable in class edu.rice.cs.drjava.ui.DrJavaErrorWindow
the button that clears all errors and closes the window
_displayContentsError(URL) - Method in class edu.rice.cs.drjava.ui.HTMLFrame
Prints an error indicating that the HTML file to load in the contentes pane could not be found
_displayContentsError(URL, Exception) - Method in class edu.rice.cs.drjava.ui.HTMLFrame
Prints an error indicating that the HTML file to load in the contentes pane could not be found.
_displayed - Variable in class edu.rice.cs.drjava.ui.TabbedPanel
indicates whether this tab is displayed in the tabbed pane.
_displayGUIComponentAvailabilityFrame() - Method in class edu.rice.cs.drjava.ui.MainFrame
 
_displayMainError(URL) - Method in class edu.rice.cs.drjava.ui.HTMLFrame
Prints an error indicating that the HTML file to load in the main pane could not be found.
_displayMainError(URL, Exception) - Method in class edu.rice.cs.drjava.ui.HTMLFrame
Prints an error indicating that the HTML file to load in the main pane could not be found
_displayManager - Variable in class edu.rice.cs.drjava.ui.RecentDocFrame
 
_displayManager - Variable in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
 
_displayPage(URL) - Method in class edu.rice.cs.drjava.ui.HTMLFrame
Displays the given URL in the main pane.
_displayPanel(ConfigPanel) - Method in class edu.rice.cs.drjava.ui.config.ConfigFrame
Sets the given ConfigPanel as the visible panel.
_displayRightMargin - Variable in class edu.rice.cs.drjava.ui.DefinitionsPane
Whether to display the right margin.
_displayStackTrace(JUnitError) - Method in class edu.rice.cs.drjava.ui.JUnitPanel
 
_displayUsage() - Static method in class edu.rice.cs.drjava.IndentFiles
Displays a message showing how to use this class.
_distance - Variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.BraceInfo
distance to open brace preceding the anchor point (_currentLocation or beginning of line).
_distributeErrors(List<? extends DJError>) - Method in class edu.rice.cs.drjava.model.compiler.DefaultCompilerModel
Sorts the given array of CompilerErrors and divides it into groups based on the file, giving each group to the appropriate OpenDefinitionsDocument, opening files if necessary.
_distToEnclosingBrace - Variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.IndentInfo
 
_distToEnclosingBraceStart - Variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.IndentInfo
 
_distToLineEnclosingBrace - Variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.IndentInfo
 
_distToLineEnclosingBraceStart - Variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.IndentInfo
 
_distToStart - Variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.IndentInfo
 
_dj - Variable in class edu.rice.cs.drjava.ui.MainFrame.DJFileDisplayManager
 
_dj0 - Variable in class edu.rice.cs.drjava.ui.MainFrame.DJFileDisplayManager
 
_dj1 - Variable in class edu.rice.cs.drjava.ui.MainFrame.DJFileDisplayManager
 
_dj2 - Variable in class edu.rice.cs.drjava.ui.MainFrame.DJFileDisplayManager
 
_djFileDisplayManager20 - Static variable in class edu.rice.cs.drjava.ui.MainFrame
 
_djFileDisplayManager30 - Static variable in class edu.rice.cs.drjava.ui.MainFrame
 
_djProjectIcon - Static variable in class edu.rice.cs.drjava.ui.MainFrame
 
_do(Runnable1<JMenu>) - Method in class edu.rice.cs.drjava.ui.RecentFileManager
Apply the passed runnable to all menus, i.e.
_doc - Variable in class edu.rice.cs.drjava.model.BrowserDocumentRegion
 
_doc - Variable in class edu.rice.cs.drjava.model.cache.DocumentCache.DocManager
 
_doc - Variable in class edu.rice.cs.drjava.model.debug.jpda.DocumentDebugAction
 
_doc - Variable in class edu.rice.cs.drjava.model.debug.jpda.JPDABreakpoint
Note that _position, which records the breakpoint position, is inherited from DocumentDebugAction.
_doc - Variable in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
 
_doc - Variable in class edu.rice.cs.drjava.model.definitions.indent.IndentRulesTestCase
 
_doc - Variable in class edu.rice.cs.drjava.model.definitions.IndentTest
 
_doc - Variable in class edu.rice.cs.drjava.model.DocumentRegion
 
_doc - Variable in class edu.rice.cs.drjava.model.DocumentRegionTest
 
_doc - Variable in class edu.rice.cs.drjava.model.FindReplaceMachine
 
_doc - Variable in class edu.rice.cs.drjava.model.FindReplaceMachineTest
 
_doc - Variable in class edu.rice.cs.drjava.model.GlobalModelTestCase
 
_doc - Variable in class edu.rice.cs.drjava.model.repl.InteractionsDJDocumentTest
 
_doc - Variable in class edu.rice.cs.drjava.model.repl.InteractionsDocumentTest
 
_doc - Variable in class edu.rice.cs.drjava.model.repl.InteractionsScriptModel
The interactions document.
_doc - Variable in class edu.rice.cs.drjava.model.TestDocGetter.TestOpenDoc
 
_doc - Variable in class edu.rice.cs.drjava.ui.DefinitionsPane
Our corresponding ODD
_doc - Variable in class edu.rice.cs.drjava.ui.FindResultsPanel
 
_doc - Variable in class edu.rice.cs.drjava.ui.InteractionsController
GUI-agnostic interactions document from the model.
_doc - Variable in class edu.rice.cs.drjava.ui.InteractionsPane
 
_doc - Variable in class edu.rice.cs.drjava.ui.InteractionsPaneTest
 
_doc - Variable in class edu.rice.cs.util.swing.DocumentOutputStream
 
_doc - Variable in class edu.rice.cs.util.text.ConsoleDocumentTest
 
_doc - Variable in class edu.rice.cs.util.text.SwingDocumentTest
 
_doc2node - Variable in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
Maps documents to tree nodes.
_docAppend(ConsoleDocument, String, String) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Appends a string to the given document using a particular attribute set.
_docEntries - Variable in class edu.rice.cs.drjava.ui.AutoCompletePopup
Set of the document entries.
_docIterator - Variable in class edu.rice.cs.drjava.model.FindReplaceMachine
 
_docNext - Variable in class edu.rice.cs.drjava.model.FindReplaceMachineTest
 
_doCompile(List<OpenDefinitionsDocument>) - Method in class edu.rice.cs.drjava.model.compiler.DefaultCompilerModel
Compile the given documents.
_docPrev - Variable in class edu.rice.cs.drjava.model.FindReplaceMachineTest
 
_docs - Variable in class edu.rice.cs.drjava.ui.RecentDocFrame
 
_docSplitPane - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_docToTreeNode - Variable in class edu.rice.cs.drjava.ui.RegionsTreePanel
A table mapping each document entered in this panel to its corresponding MutableTreeNode in _regTreeModel.
_document - Variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.BraceInfoTest
 
_document - Variable in exception edu.rice.cs.drjava.model.DocumentClosedException
 
_document - Variable in class edu.rice.cs.drjava.model.FindResult
 
_document - Variable in class edu.rice.cs.drjava.model.repl.InteractionsModel
InteractionsDocument containing the commands and history.
_document - Variable in class edu.rice.cs.drjava.ui.PreviewConsoleFrame
 
_document - Variable in class edu.rice.cs.drjava.ui.PreviewDefDocFrame
 
_document - Variable in class edu.rice.cs.util.text.ConsoleDocument
The embedded document storing the text and _hasPrompt property for this console model.
_document - Variable in class edu.rice.cs.util.XMLConfig
XML document.
_documentBookmarkHighlights - Variable in class edu.rice.cs.drjava.ui.MainFrame
Table to map bookmarks to their corresponding highlight objects.
_documentBreakpointHighlights - Variable in class edu.rice.cs.drjava.ui.MainFrame
Table to map breakpoints to their corresponding highlight objects.
_documentListener - Variable in class edu.rice.cs.drjava.ui.ExecuteExternalDialog
Command line document listener.
_documentNavigator - Variable in class edu.rice.cs.drjava.model.AbstractGlobalModel
The abstract container which contains views of open documents and allows user to navigate document focus among this collection of open documents
_documents - Variable in class edu.rice.cs.drjava.model.ConcreteRegionManager
The domain of the _regions.
_documentsRepos - Variable in class edu.rice.cs.drjava.model.AbstractGlobalModel
Collection for storing all OpenDefinitionsDocuments.
_doFind() - Method in class edu.rice.cs.drjava.ui.FindReplacePanel
Abstracted out since this is called from findNext and findPrevious.
_doFindAction - Variable in class edu.rice.cs.drjava.ui.FindReplacePanel
 
_done - Variable in class edu.rice.cs.drjava.model.repl.newjvm.NewJVMTest.TestJVMExtension
 
_doResetInteractions() - Method in class edu.rice.cs.drjava.ui.MainFrame
 
_doRestart - Static variable in class edu.rice.cs.drjava.DrJava
true if a new DrJava needs to be restarted to adjust parameters.
_doSetCurrentThread(DebugThreadData) - Method in class edu.rice.cs.drjava.model.debug.DebugTestCase
Sets the current debugger thread to the specified thread t.
_doStartup() - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM
Call invokeSlave with the appropriate JVMBuilder.
_down() - Method in class edu.rice.cs.drjava.ui.EditExternalDialog
Method that handels the down button
_downAction - Variable in class edu.rice.cs.drjava.ui.EditExternalDialog
Move down action.
_downButton - Variable in class edu.rice.cs.drjava.ui.EditExternalDialog
Move down button.
_downloadAction - Variable in class edu.rice.cs.drjava.ui.NewVersionPopup
Close this window, but display the full DrJava Errors window.
_downloadButton - Variable in class edu.rice.cs.drjava.ui.NewVersionPopup
the button that downloads the new version
_drjavaFile - Variable in class edu.rice.cs.drjava.ui.GenerateCustomDrJavaJarFrame
The file with the current DrJava executable.
_dropDownButton - Variable in class edu.rice.cs.drjava.ui.EditExternalDialog
Drop-down button for additional commands.
_dumpVariablesIntoInterpreterAndSwitch() - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Copy the current selected thread's visible variables (those in scope) into an interpreter's environment and then switch the Interactions window's interpreter to that interpreter.
_e - Variable in class edu.rice.cs.drjava.model.MultiThreadedTestCase.ExceptionHandler
Stored throwable, or null if nothing stored.
_edit() - Method in class edu.rice.cs.drjava.ui.EditExternalDialog
Edit a command.
_editButton - Variable in class edu.rice.cs.drjava.ui.EditExternalDialog
Edit button.
_editedEntries - Variable in class edu.rice.cs.drjava.model.repl.History
A hashmap for edited entries in the history.
_editExternalDialog - Variable in class edu.rice.cs.drjava.ui.MainFrame
The edit external dialog.
_editExternalDialogMonitor - Variable in class edu.rice.cs.drjava.ui.EditExternalDialog
Completion monitor to simulate modal behavior.
_editExternalProcessesAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Action that edits saved processes.
_editIndex - Variable in class edu.rice.cs.drjava.ui.ExecuteExternalDialog
Index of the saved external process being edited if _editMode is true.
_editManifest - Variable in class edu.rice.cs.drjava.ui.JarOptionsDialog
Button for opening edit window in custom manifest.
_editManifest() - Method in class edu.rice.cs.drjava.ui.JarOptionsDialog
Open a dialog to allow editing of the manifest file for the jar, returns only when the user has closed the dialog.
_editMenu - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_editMode - Variable in class edu.rice.cs.drjava.ui.ExecuteExternalDialog
Edit mode if true.
_editor - Variable in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
Uses an updated version of the DefaultEditorKit
_editorKit - Variable in class edu.rice.cs.drjava.model.AbstractGlobalModel
Factory for new definitions documents and views.
_editPreferencesAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Action that calls the ConfigFrame to edit preferences.
_editProject() - Method in class edu.rice.cs.drjava.ui.MainFrame
Edits project frame.
_enableDisableButton - Variable in class edu.rice.cs.drjava.ui.BreakpointsPanel
 
_enableInteractionsPane() - Method in class edu.rice.cs.drjava.ui.MainFrame
Ensures that the interactions pane is editable after an interaction completes.
_enclosingBraceTestHelper(int, String, int, String) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.BraceInfoTest
 
_enclosingBraceType - Variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.IndentInfo
 
_enclosingClassNames - Variable in class edu.rice.cs.drjava.model.DefaultLightWeightParsingControl
Enclosing class names for the documents.
_enclosingFileDocumentListener - Variable in class edu.rice.cs.drjava.ui.ExecuteExternalDialog
Command line enclosing file document listener.
_end - Variable in class edu.rice.cs.drjava.model.DocumentRegion
 
_endChar - Variable in class edu.rice.cs.drjava.model.definitions.indent.QuestionExistsCharInStmt
The character which marks the end of the search space.
_endOffset - Variable in class edu.rice.cs.drjava.model.DummyDocumentRegion
 
_endOfStream - Variable in class edu.rice.cs.drjava.ui.InteractionsController
A variable indicating whether the input stream has been closed.
_endOfStream - Variable in class edu.rice.cs.drjava.ui.InteractionsController.InputBox
 
_endPos - Variable in class edu.rice.cs.drjava.model.debug.jpda.JPDABreakpoint
 
_endPos - Variable in class edu.rice.cs.drjava.model.MovingDocumentRegion
 
_endPos - Variable in class edu.rice.cs.util.swing.HighlightManager.HighlightInfo
 
_endPosition - Variable in class edu.rice.cs.drjava.model.BrowserDocumentRegion
 
_enforceAllAccess - Variable in class edu.rice.cs.drjava.model.repl.InteractionsPaneOptions
 
_enforcePrivateAccess - Variable in class edu.rice.cs.drjava.model.repl.InteractionsPaneOptions
 
_ensureAlreadyRunning() - Method in class edu.rice.cs.util.ReaderWriterLock
Ensures that the current thread is already considered a reader or writer.
_ensureColInRow(String, int, int) - Static method in class edu.rice.cs.util.StringOps
Verifies that the given column position is within the row at rowStartIndex in the given String.
_ensureNotActive(List<OpenDefinitionsDocument>) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Makes sure that none of the documents in the list are active.
_ensureNotAlreadyRunning() - Method in class edu.rice.cs.util.ReaderWriterLock
Ensures that the current thread is not already considered a reader or writer.
_ensureNotEmpty() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Creates a new document if there are currently no documents open.
_ensureReady() - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Ensures that debugger is active.
_ensureStartBeforeEnd(int, int, int, int) - Static method in class edu.rice.cs.util.StringOps
Verifies that (startRow, startCol) occurs before (endRow, endCol).
_entireColumn - Variable in class edu.rice.cs.drjava.ui.config.OptionComponent
 
_env - Variable in class edu.rice.cs.util.ProcessCreator
 
_errBuf - Variable in class edu.rice.cs.drjava.model.repl.newjvm.NewJVMTest.TestJVMExtension
 
_errbuf - Variable in class edu.rice.cs.drjava.ui.ExternalProcessPanel
 
_erris - Variable in class edu.rice.cs.drjava.ui.ExternalProcessPanel
 
_error - Variable in class edu.rice.cs.drjava.ui.DrJavaErrorPopup
the error
_error - Variable in class edu.rice.cs.drjava.ui.DrJavaErrorWindow
the currently selected error
_error - Variable in class edu.rice.cs.drjava.ui.JUnitPanel
The currently selected error.
_error - Variable in error edu.rice.cs.util.classloader.ClassFileError
 
_errorAtPoint(Point) - Method in class edu.rice.cs.drjava.ui.ErrorPanel.ErrorListPane
Returns DJError associated with the given visual coordinates.
_errorCount - Variable in class edu.rice.cs.drjava.model.junit.JUnitTestRunner
The current number of errors in the result.
_errorCount - Variable in class edu.rice.cs.drjava.ui.DrJavaErrorWindow
the number of errors that had occurred
_errorHighlightTag - Variable in class edu.rice.cs.drjava.ui.DefinitionsPane
Our current compiler error matching highlight.
_errorIndex - Variable in class edu.rice.cs.drjava.ui.DrJavaErrorWindow
the currently selected error index
_errorInfo - Variable in class edu.rice.cs.drjava.ui.DrJavaErrorPopup
information about the error
_errorInfo - Variable in class edu.rice.cs.drjava.ui.DrJavaErrorWindow
information about the error
_errorLabel - Variable in class edu.rice.cs.drjava.ui.JUnitPanel
 
_errorListener - Variable in class edu.rice.cs.drjava.ui.DefinitionsPane
Listens to caret to highlight errors as appropriate.
_errorListPane - Variable in class edu.rice.cs.drjava.ui.CompilerErrorPanel
 
_errorListPane - Variable in class edu.rice.cs.drjava.ui.JavadocErrorPanel
 
_errorListPane - Variable in class edu.rice.cs.drjava.ui.JUnitPanel
 
_errorListPositions - Variable in class edu.rice.cs.drjava.ui.ErrorPanel.ErrorListPane
The start position of each error in the list.
_errorMessage - Variable in class edu.rice.cs.drjava.ui.NewJavaClassDialog
 
_errorNavButtonsPanel - Variable in class edu.rice.cs.drjava.ui.ErrorPanel
 
_errorNavPanel - Variable in class edu.rice.cs.drjava.ui.ErrorPanel
 
_errors - Variable in class edu.rice.cs.drjava.model.compiler.CompilerErrorModel
An array of errors to be displayed in the CompilerErrorPanel associated with this model.
_errors - Static variable in class edu.rice.cs.drjava.ui.DrJavaErrorHandler
the list of errors
_errorsAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Action that pops up the DrJava errors dialog.
_errorsButton - Static variable in class edu.rice.cs.drjava.ui.DrJavaErrorHandler
the button to show
_errorsButton - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_errorTable - Variable in class edu.rice.cs.drjava.ui.ErrorPanel.ErrorListPane
Table mapping Positions in the error list to CompilerErrors.
_errred - Variable in class edu.rice.cs.drjava.ui.ExternalProcessPanel
 
_errStyle - Variable in class edu.rice.cs.drjava.ui.InteractionsController
Style to use for error messages.
_escape - Variable in class edu.rice.cs.util.BalancingStreamTokenizer
Escape character, if available.
_escapeQuotesAndBackslashes(String) - Static method in class edu.rice.cs.util.ArgumentTokenizer
Inserts backslashes before any occurrences of a backslash or quote in the given string.
_evaluatedCmdLine - Variable in class edu.rice.cs.util.ProcessCreator
 
_evaluatedWorkDir - Variable in class edu.rice.cs.util.ProcessCreator
 
_eventHandlerError - Variable in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
If not null, this field holds an error caught by the EventHandlerThread.
_eventManager - Variable in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Manages all event requests in JDI.
_exactClassName - Variable in class edu.rice.cs.drjava.model.debug.jpda.DocumentDebugAction
 
_exception - Variable in class edu.rice.cs.drjava.model.junit.JUnitError
 
_exceptionMsgBuf - Variable in class edu.rice.cs.drjava.model.repl.newjvm.NewJVMTest.TestJVMExtension
 
_exclFiles - Variable in class edu.rice.cs.drjava.model.AbstractGlobalModel.ProjectFileGroupingState
 
_exclude - Variable in class edu.rice.cs.drjava.config.RecursiveFileListProperty.FileMaskFilter
 
_excludedFiles - Variable in class edu.rice.cs.drjava.project.ProjectProfile
 
_excludedFiles - Variable in class edu.rice.cs.drjava.ui.CompilerErrorPanel
The list of files from the last compilation unit that were not compiled because they were not source files.
_excludedFilesComponent() - Method in class edu.rice.cs.drjava.ui.ProjectPropertiesFrame
 
_excludedFilesList - Variable in class edu.rice.cs.drjava.ui.ProjectPropertiesFrame
 
_executeExternalDialog - Variable in class edu.rice.cs.drjava.ui.MainFrame
The execute external dialog.
_executeExternalProcess() - Method in class edu.rice.cs.drjava.ui.MainFrame
Execute an external process and monitor its output.
_executeExternalProcessAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Execute an external process.
_executeHistoryAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Interprets the commands in a file in the interactions window.
_executeInteractionAction - Variable in class edu.rice.cs.drjava.ui.InteractionsScriptController
Action to execute the current interaction.
_expected - Variable in class edu.rice.cs.drjava.model.GlobalModelIOTest.TestFileIOListener
 
_export() - Method in class edu.rice.cs.drjava.ui.EditExternalDialog
Export process.
_exportAction - Variable in class edu.rice.cs.drjava.ui.EditExternalDialog
Export action.
_exportButton - Variable in class edu.rice.cs.drjava.ui.EditExternalDialog
Export button.
_exportChooser - Variable in class edu.rice.cs.drjava.ui.EditExternalDialog
For saving files.
_exportProjectInOldFormatAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_externalFilesCP - Variable in class edu.rice.cs.drjava.model.repl.newjvm.ClassPathManager
 
_extProcFilter - Variable in class edu.rice.cs.drjava.ui.EditExternalDialog
Filter for drjava external process files (.djapp)
_extraClassPathComponent() - Method in class edu.rice.cs.drjava.ui.ProjectPropertiesFrame
 
_extraClassPathList - Variable in class edu.rice.cs.drjava.ui.ProjectPropertiesFrame
 
_extraCP - Variable in class edu.rice.cs.drjava.model.repl.newjvm.ClassPathManager
 
_extractErrors(String) - Method in class edu.rice.cs.drjava.model.javadoc.DefaultJavadocModel
Reads through javadoc output text, looking for Javadoc errors.
_f - Variable in class edu.rice.cs.drjava.ui.LessPanel
 
_factory - Static variable in class edu.rice.cs.drjava.model.definitions.DefinitionsEditorKit
 
_factory - Static variable in class edu.rice.cs.drjava.model.repl.InteractionsEditorKit
 
_failureCount - Variable in class edu.rice.cs.drjava.model.junit.JUnitTestRunner
The current number of failures in the result.
_failures - Variable in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.StartingState
 
_fdm - Variable in class edu.rice.cs.util.swing.FileDisplay
 
_fgColor - Variable in class edu.rice.cs.drjava.ui.InteractionsController.InputBox
 
_file - Variable in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
_file - Variable in class edu.rice.cs.drjava.model.AbstractGlobalModel.TrivialFSS
 
_file - Variable in class edu.rice.cs.drjava.model.BrowserDocumentRegion
 
_file - Variable in class edu.rice.cs.drjava.model.debug.jpda.DocumentDebugAction
 
_file - Variable in class edu.rice.cs.drjava.model.DJError
 
_file - Variable in class edu.rice.cs.drjava.model.DummyDocumentRegion
 
_file - Variable in exception edu.rice.cs.drjava.model.FileMovedException
 
_file - Variable in class edu.rice.cs.drjava.model.GlobalModelTestCase.WarningFileSelector
 
_file - Variable in class edu.rice.cs.drjava.model.TestDocGetter.TestOpenDoc
 
_file - Variable in class edu.rice.cs.util.Log
The file object for this log.
_file - Variable in class edu.rice.cs.util.swing.DirectorySelectorComponent
The current file
_file - Variable in class edu.rice.cs.util.swing.FileDisplay
 
_file - Variable in class edu.rice.cs.util.swing.FileSelectorComponent
The current file
_file - Variable in class edu.rice.cs.util.swing.FileSelectorStringComponent
The current file
_file1 - Variable in class edu.rice.cs.drjava.model.GlobalModelTestCase.FileSelector
 
_file1 - Variable in class edu.rice.cs.drjava.ui.ProjectMenuTest
 
_file2 - Variable in class edu.rice.cs.drjava.model.GlobalModelTestCase.FileSelector
 
_file2 - Variable in class edu.rice.cs.drjava.ui.ProjectMenuTest
 
_fileChooser - Variable in class edu.rice.cs.drjava.ui.ExecuteExternalDialog
File chooser to open when clicking the "..." button.
_fileClosed(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.ui.MainFrame.ModelListener
Does the work of closing a file
_fileField - Variable in class edu.rice.cs.util.swing.DirectorySelectorComponent
Text field with the name of the selected file.
_fileField - Variable in class edu.rice.cs.util.swing.FileSelectorComponent
Text field with the name of the selected file.
_fileFilter - Variable in class edu.rice.cs.drjava.ui.config.VectorAbsRelFileOptionComponent
 
_fileFilter - Variable in class edu.rice.cs.util.swing.FileSelectorComponent
File filter to use in the chooser.
_fileLabel - Variable in class edu.rice.cs.drjava.ui.JUnitPanel
 
_fileMenu - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_fileMenu - Variable in class edu.rice.cs.drjava.ui.RecentFileManager
The File menu containing the entries.
_fileName - Variable in class edu.rice.cs.drjava.model.print.DrJavaBook
 
_fileName - Variable in class edu.rice.cs.drjava.model.print.PagePrinter
 
_fileOpened(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.ui.MainFrame.ModelListener
 
_fileOptionChooser - Variable in class edu.rice.cs.drjava.ui.config.ConfigFrame
 
_fileSaveHelper(OpenDefinitionsDocument, int) - Method in class edu.rice.cs.drjava.ui.MainFrame.ModelListener
 
_filesToIndexes - Variable in class edu.rice.cs.drjava.model.compiler.CompilerErrorModel
Used internally in building _positions.
_filesToOpen - Static variable in class edu.rice.cs.drjava.DrJava
 
_fileTitle - Variable in class edu.rice.cs.drjava.ui.MainFrame
The filename currently being displayed.
_fileValue - Variable in class edu.rice.cs.drjava.config.MutableFileProperty
 
_fillTempFile(String, String) - Method in class edu.rice.cs.util.sexp.SExpParserTest
Creates a temporary file and writes the given string to that file
_filter - Variable in class edu.rice.cs.util.docnavigation.GroupNode
 
_filterExe - Variable in class edu.rice.cs.drjava.model.compiler.Javac160FilteringCompiler
 
_finalCheck - Variable in class edu.rice.cs.drjava.ui.NewJavaClassDialog
 
_finalDocCt - Variable in class edu.rice.cs.drjava.ui.DefinitionsPaneMemoryLeakTest
 
_finalizationListeners - Variable in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
This list of listeners to notify when we are finalized.
_finalizationListeners - Variable in class edu.rice.cs.drjava.ui.DefinitionsPane
This list of listeners to notify when we are finalized
_finalPaneCt - Variable in class edu.rice.cs.drjava.ui.DefinitionsPaneMemoryLeakTest
 
_findAgain() - Method in class edu.rice.cs.drjava.ui.FindResultsPanel
Find again.
_findAgainButton - Variable in class edu.rice.cs.drjava.ui.FindResultsPanel
 
_findAll() - Method in class edu.rice.cs.drjava.ui.FindReplacePanel
Performs "find all" command.
_findAllAction - Variable in class edu.rice.cs.drjava.ui.FindReplacePanel
 
_findAllButton - Variable in class edu.rice.cs.drjava.ui.FindReplacePanel
 
_findChar - Variable in class edu.rice.cs.drjava.model.definitions.indent.QuestionExistsCharInStmt
The character to search for
_findChar - Variable in class edu.rice.cs.drjava.model.definitions.indent.QuestionLineContains
Character to search for
_findChar - Variable in class edu.rice.cs.drjava.model.Query.CharOnLine
 
_findField - Variable in class edu.rice.cs.drjava.ui.FindReplacePanel
 
_findFilesToCleanTask - Variable in class edu.rice.cs.drjava.model.AbstractGlobalModel.ProjectFileGroupingState
 
_findKeywordAtToplevel(String, String, int) - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
Finds the first occurrence of the keyword within the text (located at textOffset in this documennt) that is not enclosed within a brace or comment and is followed by whitespace.
_findLabelBot - Variable in class edu.rice.cs.drjava.ui.FindReplacePanel
 
_findNextAction - Variable in class edu.rice.cs.drjava.ui.FindReplacePanel
The action performed when searching forwards
_findNextAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Find the next instance of the find word.
_findNextButton - Variable in class edu.rice.cs.drjava.ui.FindReplacePanel
 
_findNextInDoc(OpenDefinitionsDocument, int, int, boolean) - Method in class edu.rice.cs.drjava.model.FindReplaceMachine
Finds next match in specified doc only.
_findNextInDocSegment(OpenDefinitionsDocument, int, int) - Method in class edu.rice.cs.drjava.model.FindReplaceMachine
Find first valid match withing specified segment of doc.
_findNextInDocSegment(OpenDefinitionsDocument, int, int, boolean, boolean) - Method in class edu.rice.cs.drjava.model.FindReplaceMachine
Main helper method for findNext...
_findNextInOtherDocs(OpenDefinitionsDocument, int, int) - Method in class edu.rice.cs.drjava.model.FindReplaceMachine
Searches all documents following startDoc for _findWord, cycling through the documents in the direction specified by _isForward.
_findNextOpenCurly(String, int) - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
Assumes that read lock is already held.
_findPrevAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Does the find next in the opposite direction.
_findPrevCharPos(int, char[]) - Method in class edu.rice.cs.drjava.model.AbstractDJDocument
Finds the position of the first non-whitespace, non-comment character before pos.
_findPreviousAction - Variable in class edu.rice.cs.drjava.ui.FindReplacePanel
 
_findPreviousButton - Variable in class edu.rice.cs.drjava.ui.FindReplacePanel
 
_findPrevKeyword(String, String, int) - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
Assuming that text is a document prefix including offset pos, finds the index of the keyword kw searching back from pos.
_findPrevNonWSCharPos(int) - Method in class edu.rice.cs.drjava.model.AbstractDJDocument
 
_findReplace - Variable in class edu.rice.cs.drjava.ui.FindResultsPanel
 
_findReplace - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_findReplaceAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Action that shows the find/replace tab.
_findResults - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_findResultsManagers - Variable in class edu.rice.cs.drjava.model.AbstractGlobalModel
Managers for find result regions.
_findWord - Variable in class edu.rice.cs.drjava.model.FindReplaceMachine
 
_findWrapped(OpenDefinitionsDocument, int, int, boolean) - Method in class edu.rice.cs.drjava.model.FindReplaceMachine
Helper method for findNext that looks for a match after searching has wrapped off the "end" (start if searching backward) of the document.
_first - Variable in class edu.rice.cs.drjava.model.DefaultGlobalModel.LibraryKey
 
_first - Variable in class edu.rice.cs.util.sexp.Cons
 
_firstDoc - Variable in class edu.rice.cs.drjava.model.FindReplaceMachine
 
_firstRegion - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_fitToScreen - Variable in class edu.rice.cs.util.swing.ScrollableListDialog.Builder
 
_fixToolbarHeights() - Method in class edu.rice.cs.drjava.ui.MainFrame
Ensures that all toolbar buttons have the same height.
_flag - Variable in class edu.rice.cs.drjava.model.Query.CharArrayAndFlag
 
_fm - Variable in class edu.rice.cs.drjava.ui.LineEnumRule
font metrics for the DefPane's font
_fnfCount - Variable in class edu.rice.cs.drjava.ui.MainFrame.ModelListener
 
_focusListenerForRecentDocs - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_folderChooser - Variable in class edu.rice.cs.drjava.ui.MainFrame
Provides a chooser to open a directory
_followFile() - Method in class edu.rice.cs.drjava.ui.MainFrame
Open a file for following (like using "less" and F).
_followFileAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Follow a file.
_font - Variable in class edu.rice.cs.drjava.ui.config.FontOptionComponent
 
_fontField - Variable in class edu.rice.cs.drjava.ui.config.FontOptionComponent
 
_fontList - Variable in class edu.rice.cs.util.swing.FontChooser
 
_fontListener - Variable in class edu.rice.cs.drjava.ui.RecentDocFrame
 
_force - Variable in class edu.rice.cs.drjava.ui.predictive.PredictiveInputFrame
True if the user is forced to select one of the items.
_forceNewInstance - Static variable in class edu.rice.cs.drjava.DrJava
true if a new instance of DrJava should be started instead of connecting to an already running instance.
_forceQuit() - Method in class edu.rice.cs.drjava.ui.MainFrame
 
_forceQuitAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Quits DrJava.
_forceTestSuffix - Variable in class edu.rice.cs.drjava.model.junit.DefaultJUnitModel
State flag to record if test classes in projects must end in "Test"
_format - Variable in class edu.rice.cs.drjava.config.BinaryOpProperty
Lambda to format the result.
_format - Variable in class edu.rice.cs.drjava.config.QuaternaryOpProperty
Lambda to format the result.
_format - Variable in class edu.rice.cs.drjava.config.TernaryOpProperty
Lambda to format the result.
_format - Variable in class edu.rice.cs.drjava.config.UnaryOpProperty
Lambda to format the result.
_format - Variable in class edu.rice.cs.drjava.model.print.DrJavaBook
 
_forwardAction - Variable in class edu.rice.cs.drjava.ui.HTMLFrame
 
_forwardButton - Variable in class edu.rice.cs.drjava.ui.HTMLFrame
 
_foundoffset - Variable in class edu.rice.cs.drjava.model.FindResult
 
_fr - Variable in class edu.rice.cs.drjava.ui.LessPanel
 
_frame - Variable in class edu.rice.cs.drjava.model.FindReplaceMachine
 
_frame - Variable in class edu.rice.cs.drjava.RemoteControlServer.RCServerThread
Main frame access so the server can open files, etc.
_frame - Variable in class edu.rice.cs.drjava.ui.AbortablePanel
 
_frame - Variable in class edu.rice.cs.drjava.ui.DebugPanel
 
_frame - Variable in class edu.rice.cs.drjava.ui.DefinitionsPaneMemoryLeakTest
 
_frame - Variable in class edu.rice.cs.drjava.ui.DefinitionsPaneTest
 
_frame - Variable in class edu.rice.cs.drjava.ui.ErrorCaretListener
 
_frame - Variable in class edu.rice.cs.drjava.ui.JavadocDialog
Parent frame of the dialog.
_frame - Variable in class edu.rice.cs.drjava.ui.MainFrameTest
 
_frame - Variable in class edu.rice.cs.drjava.ui.ProjectMenuTest
 
_frame - Variable in class edu.rice.cs.drjava.ui.RecentDocFrame
 
_frame - Variable in class edu.rice.cs.drjava.ui.RegionsListPanel
 
_frame - Variable in class edu.rice.cs.drjava.ui.RegionsTreePanel
 
_frame - Variable in class edu.rice.cs.drjava.ui.TabbedPanel
 
_frm - Variable in class edu.rice.cs.drjava.model.FindReplaceMachineTest
 
_fullPath - Variable in class edu.rice.cs.drjava.model.repl.newjvm.ClassPathManager
 
_futureRegions - Variable in class edu.rice.cs.drjava.model.BrowserHistoryManager
 
_gapToLeft() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.AbstractReducedModel
Determines if there is a gap immediately to the left of the cursor.
_gapToRight() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.AbstractReducedModel
Determines if there is a Gap immediately to the right of the cursor.
_generateButton - Variable in class edu.rice.cs.drjava.ui.GenerateCustomDrJavaJarFrame
 
_generateCustomDrJavaJarAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Action that pops up the dialog to generate a custom drjava.jar file.
_generateJavaAPISet(String, String, String) - Static method in class edu.rice.cs.drjava.ui.MainFrame
Generate Java API class list.
_generateJavaAPISet(String, String, URL) - Static method in class edu.rice.cs.drjava.ui.MainFrame
Generate Java API class list.
_getAddAction() - Method in class edu.rice.cs.drjava.ui.config.VectorAbsRelFileOptionComponent
 
_getAddAction() - Method in class edu.rice.cs.drjava.ui.config.VectorClassnameOptionComponent
 
_getAddAction() - Method in class edu.rice.cs.drjava.ui.config.VectorFileOptionComponent
 
_getAddAction() - Method in class edu.rice.cs.drjava.ui.config.VectorKeyStrokeOptionComponent
 
_getAddAction() - Method in class edu.rice.cs.drjava.ui.config.VectorOptionComponent
Gets an action that adds a component to the set of options.
_getAddAction() - Method in class edu.rice.cs.drjava.ui.config.VectorStringOptionComponent
 
_getAllText() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
 
_getAnonymousInnerClassIndex(int) - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
Returns the index of the anonymous inner class being instantiated at the specified position (where openining brace for anonymous inner class is pos).
_getAttachingConnector() - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Returns an attaching connector to use for connecting to the interpreter JVM.
_getAutoRefreshStatus() - Method in class edu.rice.cs.drjava.ui.ProjectPropertiesFrame
Returns whether the project is set to automatically open new source files
_getBeginLinePos() - Method in class edu.rice.cs.drjava.ui.MainFrame
Returns the "intelligent" beginning of line.
_getBoldAttributes() - Static method in class edu.rice.cs.drjava.ui.ErrorPanel
 
_getBuildDate() - Static method in class edu.rice.cs.drjava.Version
 
_getBuildDir() - Method in class edu.rice.cs.drjava.ui.ProjectPropertiesFrame
Returns the current build directory in the project profile.
_getClass(String) - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Get a reference type corresponding to the class with the given name.
_getClassFromName(String) - Method in class edu.rice.cs.drjava.ui.JUnitPanel.JUnitErrorListPane
 
_getDebugPort() - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM
Returns the debug port to use, as specified by the model.
_getDistToStart(TokenList.Iterator) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelComment
Returns distance to previous newline (not including the newline itself).
_getEnclosingBrace() - Method in class edu.rice.cs.drjava.model.AbstractDJDocument
Cached version of _reduced.getEnclosingBrace().
_getEnclosingBrace() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelBrace
Determines the brace enclosing the current location.
_getEnclosingBrace() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelControl
Gets info about the brace enclosing this location.
_getEnclosingClassName(int, boolean) - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
Searches backwards to find the name of the enclosing named class or interface.
_getErrorText() - Method in class edu.rice.cs.drjava.ui.ErrorPanel.ErrorListPane
Returns the string to identify an error.
_getErrorText() - Method in class edu.rice.cs.drjava.ui.JUnitPanel.JUnitErrorListPane
Returns the string to identify an error.
_getErrorTitle() - Method in class edu.rice.cs.drjava.ui.ErrorPanel.ErrorListPane
Gets the message to title the block containing only errors.
_getFile - Variable in class edu.rice.cs.drjava.config.FileProperty
 
_getFileFromDocument(OpenDefinitionsDocument, FileSaveSelector) - Method in class edu.rice.cs.drjava.model.javadoc.DefaultJavadocModel
Attempts to get the file from the given document.
_getFullFile(File) - Method in class edu.rice.cs.drjava.ui.MainFrame
Gets the absolute file, or if necessary, the canonical file.
_getHistoryText(FileOpenSelector) - Static method in class edu.rice.cs.drjava.model.repl.InteractionsModel
Opens the files chosen in the given file selector, and returns an ArrayList with one history string for each selected file.
_getIcon(String) - Method in class edu.rice.cs.drjava.ui.MainFrame
Returns the icon with the given name.
_getIcon(String) - Method in class edu.rice.cs.drjava.ui.PreviewFrame
Mirrored from MainFrame, will later use the same Icon access code.
_getIcon(int) - Method in class edu.rice.cs.util.swing.ScrollableListDialog
Lookup the icon associated with the given messageType.
_getIcon(int) - Method in class edu.rice.cs.util.swing.ScrollableListSelectionDialog
Lookup the icon associated with the given messageType.
_getIndentOfCurrStmt(int) - Method in class edu.rice.cs.drjava.model.AbstractDJDocument
Returns the number of blanks in the indent prefix for the start of the statement identified by pos assuming statement is already properly indented.
_getIndentOfCurrStmt(int, char[]) - Method in class edu.rice.cs.drjava.model.AbstractDJDocument
Returns the number of blanks in the indent prefix of the start of the statement identified by pos assuming statement is already properly indented.
_getIndentOfCurrStmt(int, char[], char[]) - Method in class edu.rice.cs.drjava.model.AbstractDJDocument
Returns the number of blanks in the indent prefix of the start of the statement identified by pos, assuming that the statement is already properly indented
_getIndentOfCurrStmt(int) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
Assumes read lock is already held.
_getIndentOfCurrStmt(int, char[]) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
Assumes read lock is already held.
_getIndentOfCurrStmt(int, char[], char[]) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
Assumes read lock is already held.
_getIndentOfCurrStmt(int) - Method in class edu.rice.cs.drjava.model.definitions.IndentHelperTest
Convenience method that wraps _doc.getIndentOfCurrStmt calls in a read lock.
_getIndentOfCurrStmt(int) - Method in interface edu.rice.cs.drjava.model.DJDocument
Returns the indent level of the start of the statement that the cursor is on.
_getIndentOfCurrStmt(int, char[]) - Method in interface edu.rice.cs.drjava.model.DJDocument
Returns the indent level of the start of the statement that the cursor is on.
_getIndentOfCurrStmt(int, char[], char[]) - Method in interface edu.rice.cs.drjava.model.DJDocument
Returns the indent level of the start of the statement that the cursor is on.
_getIndentOfCurrStmt(int) - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
_getIndentOfCurrStmt(int, char[]) - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
_getIndentOfCurrStmt(int, char[], char[]) - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
_getIndexForError(DJError) - Method in class edu.rice.cs.drjava.ui.ErrorPanel.ErrorListPane
Returns the index into _errorListPositions corresponding to the given DJError.
_getInput() - Method in class edu.rice.cs.util.InputStreamRedirector
This method gets called whenever input is requested from the stream and nothing is currently available.
_getKeyDialog - Static variable in class edu.rice.cs.drjava.ui.config.KeyStrokeOptionComponent
 
_getLineEnclosingBrace() - Method in class edu.rice.cs.drjava.model.AbstractDJDocument
Cached version of _reduced.getLineEnclosingBrace().
_getLineEnclosingBrace() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelBrace
Determines the brace (type and distance) enclosing the beginning of the current line (except the first line).
_getLineEnclosingBrace() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelControl
Gets info about the brace enclosing the beginning of this line.
_getLineEndPos(int) - Method in class edu.rice.cs.drjava.model.AbstractDJDocument
Returns the absolute position of the end of the current line.
_getLineEndPos(int) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
Gets end of line containing pos (line includes closing '\n').
_getLineEndPos(int) - Method in class edu.rice.cs.drjava.model.definitions.IndentHelperTest
Convenience method that wraps _doc.getLineEndPos calls in a read lock.
_getLineEndPos(int) - Method in interface edu.rice.cs.drjava.model.DJDocument
Returns the absolute position of the end of the current line.
_getLineEndPos(int) - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
_getLineFirstCharPos(int) - Method in class edu.rice.cs.drjava.model.AbstractDJDocument
Returns the absolute position of the first non-blank/tab character on the current line including comment text or the end of the line if no non-blank/tab character is found.
_getLineFirstCharPos(int) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
Assumes read lock is already held.
_getLineFirstCharPos(int) - Method in class edu.rice.cs.drjava.model.definitions.IndentHelperTest
Convenience method that wraps _doc.getLineFirstCharPos calls in a read lock.
_getLineFirstCharPos(int) - Method in interface edu.rice.cs.drjava.model.DJDocument
Returns the absolute position of the first non-whitespace character on the current line.
_getLineFirstCharPos(int) - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
_getLineNumFont() - Method in class edu.rice.cs.drjava.ui.LineEnumRule
Get the font for line numbers, making sure that it is vertically smaller than the definitions pane font.
_getLineStartPos(int) - Method in class edu.rice.cs.drjava.model.AbstractDJDocument
Returns the absolute position of the beginning of the current line.
_getLineStartPos(int) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
Gets start of line containing pos.
_getLineStartPos(int) - Method in class edu.rice.cs.drjava.model.definitions.IndentHelperTest
Convenience method that wraps _doc.getLineStartPos calls in a read lock.
_getLineStartPos(int) - Method in interface edu.rice.cs.drjava.model.DJDocument
Returns the absolute position of the beginning of the current line.
_getLineStartPos(int) - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
_getLinkArgs() - Method in class edu.rice.cs.drjava.model.javadoc.DefaultJavadocModel
 
_getMainClass() - Method in class edu.rice.cs.drjava.ui.ProjectPropertiesFrame
Returns the fully-qualified name of the main class in the project profile ("" if none is set)
_getMainFile() - Method in class edu.rice.cs.drjava.ui.ProjectPropertiesFrame
Returns the file contianing the main class in the project profile (FileOption.NULL_FILE if none is set)
_getNormalAttributes() - Static method in class edu.rice.cs.drjava.ui.ErrorPanel
 
_getNumErrorsMessage(String, String) - Method in class edu.rice.cs.drjava.ui.ErrorPanel.ErrorListPane
Gets the message indicating the number of errors and warnings.
_getNumErrorsMessage(String, String) - Method in class edu.rice.cs.drjava.ui.JUnitPanel.JUnitErrorListPane
Gets the message indicating the number of errors and warnings.
_getOffset(int) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
Gets offset of beginning of given 1-based line.
_getOffset(int) - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
Returns the offset corresponding to the first character of the given line number, or -1 if the lineNum is not found.
_getOffset(int) - Method in class edu.rice.cs.drjava.model.DummyOpenDefDoc
 
_getOffset(int) - Method in interface edu.rice.cs.drjava.model.OpenDefinitionsDocument
 
_getOpenDoc() - Method in class edu.rice.cs.drjava.model.GlobalIndentTest
Get the only open definitions document.
_getOpenDocument(File) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Returns the OpenDefinitionsDocument corresponding to the given File, or null if that file is not open.
_getOutOfSyncAttributes() - Static method in class edu.rice.cs.drjava.ui.JUnitPanel
 
_getPositionBeforePrompt() - Method in class edu.rice.cs.util.text.ConsoleDocument
Gets the position immediately before the prompt, or the doc length if there is no prompt.
_getProjRoot() - Method in class edu.rice.cs.drjava.ui.ProjectPropertiesFrame
Returns the current project root in the project profile.
_getPromptString(ThreadReference) - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
 
_getQuoteType(String) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelComment
Helper function for insertNewQuote.
_getSourceFileFromPath(String, File) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Gets the file named filename from the given path, if it exists.
_getStackAt(HighlightManager.HighlightInfo) - Method in class edu.rice.cs.util.swing.HighlightManager
Returns the Stack corresponding to the given region in the document, or null in none exists.
_getStaticField(ReferenceType, String) - Static method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Get the value of the given static field, and handle any errors that may arise.
_getTestFailAttributes() - Static method in class edu.rice.cs.drjava.ui.JUnitPanel
 
_getTestFromName(String) - Method in class edu.rice.cs.drjava.ui.JUnitPanel.JUnitErrorListPane
 
_getTestPassAttributes() - Static method in class edu.rice.cs.drjava.ui.JUnitPanel
 
_getText(int, int) - Method in class edu.rice.cs.util.text.SwingDocument
Sanitized version of getText(int, int) that converts BadLocationException to UnexpectedException.
_getThreadFromDebugThreadData(DebugThreadData) - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Assumes lock is already held.
_getUniqueThreadName(ThreadReference) - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Returns a unique name for the given thread.
_getWarningText() - Method in class edu.rice.cs.drjava.ui.ErrorPanel.ErrorListPane
Returns the string to identify a warning.
_getWarningText() - Method in class edu.rice.cs.drjava.ui.JUnitPanel.JUnitErrorListPane
Returns the string to identify a warning.
_getWarningTitle() - Method in class edu.rice.cs.drjava.ui.ErrorPanel.ErrorListPane
Gets the message to title the block containing only warnings.
_getWhiteSpace() - Method in class edu.rice.cs.drjava.model.AbstractDJDocument
Gets the number of blank characters between the current location and the first non-blank character or the end of the document, whichever comes first.
_getWhiteSpacePrefix() - Method in class edu.rice.cs.drjava.model.AbstractDJDocument
Returns the size of the white space prefix before the current location.
_getWorkDir() - Method in class edu.rice.cs.drjava.ui.config.ConfigFrame
Returns the current master working directory, or the user's current directory if none is set.
_getWorkDir() - Method in class edu.rice.cs.drjava.ui.ProjectPropertiesFrame
Returns the current working directory in the project profile (FileOption.NULL_FILE if none is set)
_goToButton - Variable in class edu.rice.cs.drjava.ui.BookmarksPanel
 
_goToButton - Variable in class edu.rice.cs.drjava.ui.BreakpointsPanel
 
_goToButton - Variable in class edu.rice.cs.drjava.ui.FindResultsPanel
 
_gotoClosingBraceAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Go to the closing brace.
_gotoFileAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Action implementing "Go to file" command, which asks the user for a file name and goes there.
_gotoFileDialog - Variable in class edu.rice.cs.drjava.ui.MainFrame
The "Go to File" dialog instance.
_gotoFileUnderCursor() - Method in class edu.rice.cs.drjava.ui.MainFrame
Goes to the file specified by the word the cursor is on.
_gotoFileUnderCursorAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Goes to the file specified by the word the cursor is on.
_gotoLine() - Method in class edu.rice.cs.drjava.ui.MainFrame
Ask the user what line they'd like to jump to, then go there.
_gotoLineAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Asks the user for a line number and goes there.
_gotoOpeningBraceAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Go to the opening brace.
_goToPage(int) - Method in class edu.rice.cs.drjava.ui.PreviewFrame
 
_group - Variable in class edu.rice.cs.drjava.ui.config.ToolbarOptionComponent
 
_group1 - Variable in class edu.rice.cs.drjava.ui.NewJavaClassDialog
 
_guiAvailabilityNotifier - Variable in class edu.rice.cs.drjava.ui.MainFrame
GUI component availability notifier.
_guiComponent - Variable in class edu.rice.cs.drjava.ui.config.OptionComponent
 
_h - Variable in class edu.rice.cs.util.swing.CenteredIcon
 
_h - Variable in class edu.rice.cs.util.swing.LayeredIcon
 
_handleBreakpointEvent(BreakpointEvent) - Method in class edu.rice.cs.drjava.model.debug.jpda.EventHandlerThread
Responds to a breakpoint event.
_handleClassPrepareEvent(ClassPrepareEvent) - Method in class edu.rice.cs.drjava.model.debug.jpda.EventHandlerThread
Responds when a class of interest has been prepared.
_handler - Variable in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM
Instance of inner class to handle interpret result.
_handleRemoteException(RemoteException) - Method in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM
Lets the model know if any exceptions occur while communicating with the Interpreter JVM.
_handleStepEvent(StepEvent) - Method in class edu.rice.cs.drjava.model.debug.jpda.EventHandlerThread
Responds to a step event.
_handleThreadDeathEvent(ThreadDeathEvent) - Method in class edu.rice.cs.drjava.model.debug.jpda.EventHandlerThread
Reponds to a thread death event.
_handleThreadStartEvent(ThreadStartEvent) - Method in class edu.rice.cs.drjava.model.debug.jpda.EventHandlerThread
Responds to a thread start event.
_handleVMDeathEvent(VMDeathEvent) - Method in class edu.rice.cs.drjava.model.debug.jpda.EventHandlerThread
Responds if the virtual machine being debugged dies.
_handleVMDisconnectEvent(VMDisconnectEvent) - Method in class edu.rice.cs.drjava.model.debug.jpda.EventHandlerThread
Responds if the virtual machine being debugged disconnects.
_hasDecimals - Variable in class edu.rice.cs.util.sexp.NumberAtom
 
_hasError - Variable in class edu.rice.cs.drjava.ui.JUnitPanel.JUnitProgressBar
 
_hasNextPrevButtons - Variable in class edu.rice.cs.drjava.ui.RegionsTreePanel
 
_hasOneEmptyDocument() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Returns whether there is currently only one open document which is untitled and unchanged.
_hasPrompt - Variable in class edu.rice.cs.drjava.model.repl.InteractionsDJDocument
Whether the document currently has a prompt and is ready to accept input.
_hasWarnedAboutModified - Variable in class edu.rice.cs.drjava.ui.DefinitionsPane
Flag used to determine if the user has already been warned about debugging when the document within this defpane has been modified since its last save.
_head - Variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.ModelList
 
_header - Variable in class edu.rice.cs.drjava.ui.ExternalProcessPanel
 
_height - Variable in class edu.rice.cs.drjava.ui.PreviewFrame.PagePreview
 
_height - Variable in class edu.rice.cs.util.swing.ScrollableListDialog.Builder
 
_help - Variable in class edu.rice.cs.drjava.config.DrJavaProperty
Help page for this property.
_helpAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Action that shows what help documentation is available.
_helpFrame - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_helpMenu - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_helpPane - Variable in class edu.rice.cs.drjava.ui.InsertVariableDialog
Help/Description for the variable.
_hideDebuggerPanel() - Method in class edu.rice.cs.drjava.ui.MainFrame
 
_hideNavigationPane() - Method in class edu.rice.cs.drjava.ui.HTMLFrame
Hides the navigation panel on the left.
_hideWatches() - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Hides all of the values of the watches and their types.
_highlightErrorInSource(Position) - Method in class edu.rice.cs.drjava.ui.ErrorCaretListener
Highlights the given error in the source.
_highlightKeywords(ArrayList<HighlightStatus>, int) - Method in class edu.rice.cs.drjava.model.AbstractDJDocument
Distinguishes keywords from normal text in the given HighlightStatus element.
_highlightManager - Variable in class edu.rice.cs.drjava.ui.AbstractDJPane
 
_highlightManager - Variable in class edu.rice.cs.drjava.ui.ErrorPanel.ErrorListPane
 
_highlights - Variable in class edu.rice.cs.drjava.ui.ReverseHighlighter
 
_highlights - Variable in class edu.rice.cs.util.swing.HighlightManager
An unsorted Vector of Stack, each of which corresponds to a unique region in the document.
_highlightTag - Variable in class edu.rice.cs.util.swing.HighlightManager.HighlightInfo
 
_history - Variable in class edu.rice.cs.drjava.model.ClipboardHistoryModel
The history of strings.
_history - Variable in class edu.rice.cs.drjava.model.repl.HistoryTest
 
_history - Variable in class edu.rice.cs.drjava.model.repl.InteractionsDocument
Command-line history.
_history - Variable in class edu.rice.cs.drjava.ui.HistorySaveDialog
Reference to the history text being edited.
_history - Variable in class edu.rice.cs.drjava.ui.HTMLFrame
 
_historyList - Variable in class edu.rice.cs.drjava.ui.ClipboardHistoryFrame
List with history.
_historyListener - Variable in class edu.rice.cs.drjava.ui.MainFrame
These listeners support the traversal operations that cycle through recent documents.
_hourglassNestLevel - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_hyperlinkListeners - Variable in class edu.rice.cs.drjava.ui.HTMLFrame
 
_icon - Variable in class edu.rice.cs.drjava.ui.SplashScreen
 
_icon - Variable in class edu.rice.cs.util.swing.ScrollableListDialog.Builder
 
_iconsButton - Variable in class edu.rice.cs.drjava.ui.config.ToolbarOptionComponent
 
_ignoreCase - Variable in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel
True if case should be ignored.
_ignoreCommentsAndStrings - Variable in class edu.rice.cs.drjava.model.FindReplaceMachine
 
_ignoreCommentsAndStrings - Variable in class edu.rice.cs.drjava.ui.FindReplacePanel
 
_ignoreTestCases - Variable in class edu.rice.cs.drjava.model.FindReplaceMachine
 
_ignoreTestCases - Variable in class edu.rice.cs.drjava.ui.FindReplacePanel
 
_image - Variable in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
Cached String image of document as last read from or written to disk; initially null
_image - Variable in class edu.rice.cs.drjava.ui.PreviewFrame.PagePreview
 
_import() - Method in class edu.rice.cs.drjava.ui.EditExternalDialog
Import process.
_importAction - Variable in class edu.rice.cs.drjava.ui.EditExternalDialog
Import action.
_importButton - Variable in class edu.rice.cs.drjava.ui.EditExternalDialog
Import button.
_importChooser - Variable in class edu.rice.cs.drjava.ui.EditExternalDialog
For opening files.
_inBlockComment(int) - Method in class edu.rice.cs.drjava.model.AbstractDJDocument
Determines if pos lies within a block comment using the reduced model (ignoring the cache).
_inBlockComment() - Method in class edu.rice.cs.drjava.model.repl.InteractionsDJDocument
 
_include - Variable in class edu.rice.cs.drjava.config.RecursiveFileListProperty.FileMaskFilter
 
_inCompoundEdit - Variable in class edu.rice.cs.drjava.ui.DefinitionsPane
Tells us whether we currently are in the middle of a CompoundEdit for regular keystrokes.
_inCompoundEdit - Variable in class edu.rice.cs.drjava.ui.InteractionsPane
 
_increment - Variable in class edu.rice.cs.drjava.ui.LineEnumRule
Vertical increment between line numbers
_indent - Variable in class edu.rice.cs.drjava.model.AbstractDJDocument
The default indent setting.
_indentBlock(int, int, Indenter.IndentReason, ProgressMonitor) - Method in class edu.rice.cs.drjava.model.AbstractDJDocument
Indents the lines between and including the lines containing points start and end.
_indenter - Variable in class edu.rice.cs.drjava.model.AbstractDJDocument
The instance of the indent decision tree used by Definitions documents.
_indentKeyActionColon - Variable in class edu.rice.cs.drjava.ui.DefinitionsPane
 
_indentKeyActionCurly - Variable in class edu.rice.cs.drjava.ui.DefinitionsPane
Likewise, regular text keys like '{', '}', and ':' do not have special actions that are returned by getAction(KeyStroke).
_indentKeyActionLine - Variable in class edu.rice.cs.drjava.ui.DefinitionsPane
Because the "default" action for the enter key is special, it must be grabbed from the Keymap using getAction(KeyStroke), which returns the "default" action for all keys which have behavior extending beyond regular text keys.
_indentKeyActionOpenCurly - Variable in class edu.rice.cs.drjava.ui.DefinitionsPane
 
_indentKeyActionTab - Variable in class edu.rice.cs.drjava.ui.DefinitionsPane
Special action to take care of case when tab key is pressed.
_indentLevel - Variable in class edu.rice.cs.drjava.model.definitions.CommentTest
 
_indentLevel - Variable in class edu.rice.cs.drjava.model.definitions.indent.Indenter
 
_indentLine(Indenter.IndentReason) - Method in class edu.rice.cs.drjava.model.AbstractDJDocument
Indents a line using the Indenter.
_indentLinesAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Indents the current selection.
_indentNonCode - Variable in class edu.rice.cs.drjava.ui.DefinitionsPane.IndentKeyAction
Whether to perform the indent if the caret is in a String or comment.
_index - Variable in class edu.rice.cs.drjava.model.BrowserDocumentRegion
 
_index - Variable in class edu.rice.cs.drjava.ui.DefinitionsPane.FindResultsColorOptionListener
 
_index - Variable in class edu.rice.cs.drjava.ui.FindResultsPanel.FindResultsColorOptionListener
 
_index - Variable in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel
Index of currently selected full string.
_index - Variable in class edu.rice.cs.util.ProcessSequence
Index of the currently running process.
_indexCounter - Static variable in class edu.rice.cs.drjava.model.BrowserDocumentRegion
 
_indexLabel - Variable in class edu.rice.cs.drjava.ui.DrJavaErrorWindow
label with index
_info - Variable in class edu.rice.cs.drjava.ui.predictive.PredictiveInputFrame
Info supplier.
_infoLabel - Variable in class edu.rice.cs.drjava.ui.predictive.PredictiveInputFrame
Text area for additional information.
_init() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
 
_init() - Method in class edu.rice.cs.drjava.ui.AbstractConsoleController
Initialization method.
_init() - Method in class edu.rice.cs.util.Log
Creates the log file, if enabled.
_init(Component, File, boolean, boolean) - Method in class edu.rice.cs.util.swing.DirectoryChooser
Sets up the GUI components of the dialog
_init(File) - Method in class edu.rice.cs.util.swing.FileChooser
Sets up the GUI components of the dialog
_initAutoImportDialog() - Method in class edu.rice.cs.drjava.ui.MainFrame
Initialize dialog if necessary.
_initCheckBox(String) - Method in class edu.rice.cs.util.swing.ConfirmCheckBoxDialog
Initializes the JCheckBox to have the given text.
_initComplete - Variable in class edu.rice.cs.util.swing.SwingFrame
 
_initConfig() - Static method in class edu.rice.cs.drjava.DrJava
Initializes the configuration object with the current notion of the properties file.
_initFrm(int) - Method in class edu.rice.cs.drjava.model.FindReplaceMachineTest
 
_initHScroll - Variable in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
_initializeRequests() - Method in class edu.rice.cs.drjava.model.debug.jpda.DebugAction
This should always be called from the constructor of the subclass.
_initializeRequests(Vector<ReferenceType>) - Method in class edu.rice.cs.drjava.model.debug.jpda.DocumentDebugAction
This should always be called from the constructor of the subclass.
_initNewIndenter() - Method in class edu.rice.cs.drjava.model.AbstractDJDocument
Only called from within getIndenter().
_initPopup() - Method in class edu.rice.cs.drjava.ui.DebugPanel
Initializes the pop-up menu that is revealed when the user right-clicks on a row in the thread table or stack table.
_initPopup() - Method in class edu.rice.cs.drjava.ui.RegionsTreePanel
Initializes the pop-up menu.
_initPos - Variable in class edu.rice.cs.drjava.ui.RecentFileManager
Position in the file menu where the entries start.
_initSelEnd - Variable in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
_initSelStart - Variable in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
_initThreadTable() - Method in class edu.rice.cs.drjava.ui.DebugPanel
 
_initTree() - Method in class edu.rice.cs.drjava.ui.config.ConfigFrame
Creates the JTree to display preferences categories.
_initVScroll - Variable in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
_initWatchTable() - Method in class edu.rice.cs.drjava.ui.DebugPanel
 
_inParenPhrase(int) - Method in class edu.rice.cs.drjava.model.AbstractDJDocument
Returns true if the given position is inside a paren phrase.
_inParenPhrase() - Method in class edu.rice.cs.drjava.model.AbstractDJDocument
Returns true if the reduced model's current position is inside a paren phrase.
_inParenPhrase(int) - Method in class edu.rice.cs.drjava.model.definitions.IndentHelperTest
Convenience method that wraps _doc.inParenPhrase calls in a read lock.
_inputAndClearPanel - Variable in class edu.rice.cs.drjava.ui.config.KeyStrokeOptionComponent.GetKeyDialog
 
_inputAndClearPanel - Variable in class edu.rice.cs.drjava.ui.config.VectorKeyStrokeOptionComponent.GetKeyDialog
 
_inputCompletionCommand - Variable in class edu.rice.cs.drjava.ui.InteractionsController
Runnable command used to force the System.in input to complete
_inputField - Variable in class edu.rice.cs.drjava.ui.config.KeyStrokeOptionComponent.GetKeyDialog
 
_inputField - Variable in class edu.rice.cs.drjava.ui.config.VectorKeyStrokeOptionComponent.GetKeyDialog
 
_inputListener - Variable in class edu.rice.cs.drjava.model.repl.InteractionsModel
The input listener to listen for requests to System.in.
_inputListener - Variable in class edu.rice.cs.drjava.ui.InteractionsController
Listens for input requests from System.in, displaying an input box as needed.
_insertBrace(String) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelBrace
Helper function for top level brace insert functions.
_insertCommandButton - Variable in class edu.rice.cs.drjava.ui.ExecuteExternalDialog
Insert Command button.
_insertErrors(ErrorPanel.ErrorDocument) - Method in class edu.rice.cs.drjava.ui.ErrorPanel.ErrorListPane
Inserts all of the errors into the given document.
_insertErrorText(DJError, ErrorPanel.ErrorDocument) - Method in class edu.rice.cs.drjava.ui.ErrorPanel.ErrorListPane
Prints a message for the given error
_insertGap(int) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.AbstractReducedModel
Inserts a block of text into the reduced model which has no special consideration in the reduced model.
_insertNewEndOfLine() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelComment
 
_insertNewGap(int) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.AbstractReducedModel
Helper function for _insertGap.
_insertNewQuote(String) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelComment
Helper function for insertQuote.
_insertSeparator(int) - Method in class edu.rice.cs.drjava.ui.RecentFileManager
Insert a separator into all menus at the specified position.
_insertTextCommand - Variable in class edu.rice.cs.drjava.ui.InteractionsController
Lambda used to input text into the embedded System.in input box.
_insertVarDialog - Variable in class edu.rice.cs.drjava.ui.ExecuteExternalDialog
Dialog to insert variables.
_insertVarDialogMonitor - Variable in class edu.rice.cs.drjava.ui.ExecuteExternalDialog
Completion monitor to simulate modal behavior.
_insertVariableCommand() - Method in class edu.rice.cs.drjava.ui.ExecuteExternalDialog
Insert a variable into the command line.
_installNewDocumentListener(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.ui.MainFrame
Makes sure save and compile buttons and menu items are enabled and disabled appropriately after document modifications.
_instructionLabel - Variable in class edu.rice.cs.drjava.ui.config.KeyStrokeOptionComponent.GetKeyDialog
 
_instructionLabel - Variable in class edu.rice.cs.drjava.ui.config.VectorKeyStrokeOptionComponent.GetKeyDialog
 
_integerOptionListeners - Variable in class edu.rice.cs.drjava.ui.DefinitionsPane
 
_interactionDone - Variable in class edu.rice.cs.drjava.model.GlobalModelTestCase.InteractionListener
 
_interactionDone - Variable in class edu.rice.cs.drjava.model.repl.InteractionsModelTest.IncompleteInputInteractionsModel
 
_interactionDone - Variable in class edu.rice.cs.drjava.model.repl.InteractionsModelTest.TestInteractionsModel
 
_interactionIsOver() - Method in class edu.rice.cs.drjava.model.repl.InteractionsModel
Performs the common behavior when an interaction ends.
_interactionLock - Variable in class edu.rice.cs.drjava.model.repl.InteractionsModelTest.IncompleteInputInteractionsModel
 
_interactionLock - Variable in class edu.rice.cs.drjava.model.repl.InteractionsModelTest.TestInteractionsModel
 
_interactions - Variable in class edu.rice.cs.drjava.model.repl.InteractionsScriptModel
The interactions to perform.
_interactionsContainer - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_interactionsController - Variable in class edu.rice.cs.drjava.model.GlobalModelTestCase
 
_interactionsController - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_interactionsDJDocument - Variable in class edu.rice.cs.drjava.ui.AbstractConsoleController
Adapter for the Swing document used by the model.
_interactionsDocument - Variable in class edu.rice.cs.drjava.model.DefaultGlobalModel
The document used in the Interactions model.
_interactionsHistoryChooser - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_interactionsHistoryFileSelector - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_interactionsListener - Variable in class edu.rice.cs.drjava.model.DefaultGlobalModel
Core listener attached to interactions model
_interactionsModel - Variable in class edu.rice.cs.drjava.model.DefaultGlobalModel
Interface between the InteractionsDocument and the JavaInterpreter, which runs in a separate JVM.
_interactionsModel - Variable in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM
Listens to interactions-related events.
_interactionsPane - Variable in class edu.rice.cs.drjava.ui.InteractionsScriptController
Interactions pane.
_interactionsPane - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_interactionsPanePopupMenu - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_interactionsScriptController - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_interactionsScriptPane - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_interfaces - Variable in class edu.rice.cs.drjava.ui.NewJavaClassDialog
 
_interpret(String) - Method in class edu.rice.cs.drjava.model.repl.InteractionsModel
Interprets the given command.
_interpret(String) - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelTest.BadSyntaxInteractionsModel
Simulates a syntax error in interpretation.
_interpret(String) - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelTest.TestInteractionsModel
Sets toEval field and simulates successful interpretation.
_interpret(String) - Method in class edu.rice.cs.drjava.model.repl.RMIInteractionsModel
Interprets the given command.
_interpret(String) - Method in class edu.rice.cs.drjava.model.repl.SimpleInteractionsModel
Interprets the given command.
_interpreter - Variable in class edu.rice.cs.drjava.model.repl.InteractionsModelErrorTest
 
_interpreter - Variable in class edu.rice.cs.drjava.model.repl.JavaInterpreterTest
 
_interpreter - Variable in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM.RunningState
 
_interpreter - Variable in class edu.rice.cs.drjava.model.repl.SimpleInteractionsModel
 
_interpreterJVM - Variable in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
A handle to the interpreterJVM that we need so we can populate the environment.
_interpreterLoader - Variable in class edu.rice.cs.drjava.model.repl.InteractionsModelErrorTest
 
_interpreterLoader - Variable in class edu.rice.cs.drjava.model.repl.JavaInterpreterTest
 
_interpreterLoader - Variable in class edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM
 
_interpreterOptions - Variable in class edu.rice.cs.drjava.model.repl.InteractionsModelErrorTest
 
_interpreterOptions - Variable in class edu.rice.cs.drjava.model.repl.JavaInterpreterTest
 
_interpreterOptions - Variable in class edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM
 
_interpreterOptions - Variable in class edu.rice.cs.drjava.model.repl.SimpleInteractionsModel
 
_interpreterResetFailed(Throwable) - Method in class edu.rice.cs.drjava.model.repl.DefaultInteractionsModel
Any extra action to perform (beyond notifying listeners) when the interpreter fails to reset.
_interpreterResetFailed(Throwable) - Method in class edu.rice.cs.drjava.model.repl.InteractionsModel
Any extra action to perform (beyond notifying listeners) when the interpreter fails to reset.
_interpreterResetFailed(Throwable) - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelTest.IncompleteInputInteractionsModel
 
_interpreterResetFailed(Throwable) - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelTest.TestInteractionsModel
 
_interpreterResetFailed(Throwable) - Method in class edu.rice.cs.drjava.model.repl.SimpleInteractionsModel
Any extra action to perform (beyond notifying listeners) when the interpreter fails to reset.
_interpreterRestarted - Variable in class edu.rice.cs.drjava.model.repl.InteractionsDJDocumentTest
 
_interpreters - Variable in class edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM
 
_interpreterWontStart(Exception) - Method in class edu.rice.cs.drjava.model.repl.DefaultInteractionsModel
 
_interpreterWontStart(Exception) - Method in class edu.rice.cs.drjava.model.repl.InteractionsModel
Action to perform when the interpreter won't start.
_interpreterWontStart(Exception) - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelTest.IncompleteInputInteractionsModel
 
_interpreterWontStart(Exception) - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelTest.TestInteractionsModel
 
_interpreterWontStart(Exception) - Method in class edu.rice.cs.drjava.model.repl.SimpleInteractionsModel
 
_invalidate() - Method in class edu.rice.cs.drjava.config.DrJavaProperty
Just invalidate.
_invokeConstructor(ThreadReference, ClassType, String, Value...) - Static method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Invoke a constructor of the given class, and handle any errors that may arise.
_invokeMethod(ThreadReference, ObjectReference, String, String, Value...) - Static method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Invoke the given method, and handle any errors that may arise.
_invokeStaticMethod(ThreadReference, ClassType, String, String, Value...) - Static method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Invoke the given static method, and handle any errors that may arise.
_is - Variable in class edu.rice.cs.drjava.ui.ExternalProcessPanel
 
_isAnonymousInnerClass(int, int) - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
Returns true if this position is the instantiation of an anonymous inner class.
_isAutomaticTraceEnabled - Variable in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
 
_isBackgroundColor - Variable in class edu.rice.cs.drjava.ui.config.ColorOptionComponent
 
_isBoldText - Variable in class edu.rice.cs.drjava.ui.config.ColorOptionComponent
 
_isCtrlShiftBracketDown - Variable in class edu.rice.cs.drjava.ui.DefinitionsPane
 
_isCurrent - Variable in class edu.rice.cs.drjava.config.DrJavaProperty
Is the value current?
_isCurrentBraceMatchable() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelBrace
If the current brace is a /, a *, a // or a \n, it's not matchable.
_isCursorAfterPrompt() - Method in class edu.rice.cs.drjava.ui.InteractionsController
 
_isDelegatedKey(String) - Method in class edu.rice.cs.util.swing.DelegatingAction
 
_isDeleteCompoundEdit - Variable in class edu.rice.cs.drjava.ui.DefinitionsPane
 
_isElementaryOrFunctionalJava - Variable in class edu.rice.cs.drjava.ui.NewJavaClassDialog
 
_isEmptySelection() - Method in class edu.rice.cs.drjava.ui.ErrorPanel.ErrorListPane
Returns true if the text selection interval is empty.
_isEnabled - Variable in class edu.rice.cs.drjava.model.debug.jpda.DebugAction
 
_isEnabled - Variable in class edu.rice.cs.util.Log
Whether this particular log is enabled in development mode.
_isEscape - Variable in class edu.rice.cs.util.BalancingStreamTokenizer
The current character is the escape character.
_isFindReplaceActive - Variable in class edu.rice.cs.drjava.ui.FindReplacePanel
 
_isForward - Variable in class edu.rice.cs.drjava.model.FindReplaceMachine
 
_isGenericCompiler() - Method in class edu.rice.cs.drjava.model.GlobalModelCompileSuccessTestCase
Returns whether the currently active compiler supports generics.
_isJUnitTest(Class<?>) - Method in class edu.rice.cs.drjava.model.junit.JUnitTestManager
Determines if the given class is a junit Test.
_isknownMessageType(int) - Method in class edu.rice.cs.util.swing.ScrollableListDialog
A method to check if they given message type is a know message type.
_isknownMessageType(int) - Method in class edu.rice.cs.util.swing.ScrollableListSelectionDialog
A method to check if they given message type is a know message type.
_isList - Variable in class edu.rice.cs.drjava.config.ConfigProperty
True if this is a list of values.
_isModifiedSinceSave - Variable in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
Specifies if the document has been modified since the last save.
_isModifiedSinceSave - Variable in class edu.rice.cs.drjava.model.repl.InteractionsDJDocument
 
_isModifiedSinceSave - Variable in class edu.rice.cs.util.text.SwingDocument
The modified state.
_isNew - Variable in class edu.rice.cs.util.swing.FileDisplay
 
_isNum(String) - Static method in class edu.rice.cs.drjava.model.AbstractDJDocument
Checks to see if the current string is a number
_isPositiveResult() - Method in class edu.rice.cs.drjava.ui.JavadocDialog
Returns whether the JOptionPane currently has the OK_OPTION result.
_isProjectChanged - Variable in class edu.rice.cs.drjava.model.AbstractGlobalModel.ProjectFileGroupingState
 
_isStartOfComment(String, int) - Static method in class edu.rice.cs.drjava.model.AbstractDJDocument
Helper method for getFirstNonWSCharPos Determines whether the current character is the start of a comment: "/*" or "//"
_isStatic - Variable in class edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM.DebugMethodContext
 
_isSuspendedWithFrames(ThreadReference) - Method in class edu.rice.cs.drjava.model.debug.jpda.EventHandlerThread
Returns whether the given thread is both suspended and has stack frames.
_isType(String) - Method in class edu.rice.cs.drjava.model.AbstractDJDocument
Checks to see if the current string is a type.
_isWaiting - Variable in class edu.rice.cs.util.ReaderWriterLock.ReaderWriterThread
 
_isWarning - Variable in class edu.rice.cs.drjava.model.DJError
 
_item - Variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.ModelList.Node
 
_items - Variable in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel
Array of items.
_ivo - Variable in class edu.rice.cs.drjava.config.VectorOptionTest
 
_jarAll - Variable in class edu.rice.cs.drjava.ui.JarOptionsDialog
Determines whether all files should be jar-ed.
_jarChooser - Variable in class edu.rice.cs.drjava.ui.config.ConfigFrame
 
_jarClasses - Variable in class edu.rice.cs.drjava.ui.JarOptionsDialog
Determines whether class files should be jar-ed.
_jarFileSelector - Variable in class edu.rice.cs.drjava.ui.GenerateCustomDrJavaJarFrame
File selector for the jar output file.
_jarFileSelector - Variable in class edu.rice.cs.drjava.ui.JarOptionsDialog
File selector for the jar output file.
_jarOptionsDialog - Variable in class edu.rice.cs.drjava.ui.MainFrame
The jar options dialog.
_jarProjectAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_jarSources - Variable in class edu.rice.cs.drjava.ui.JarOptionsDialog
Determines whether source files should be jar-ed.
_java - Variable in class edu.rice.cs.drjava.ui.MainFrame.DJFileDisplayManager
 
_javaAPISet - Variable in class edu.rice.cs.drjava.ui.MainFrame
The list of Java API classes.
_javadoc - Variable in class edu.rice.cs.drjava.model.JDKToolsLibrary
 
_javadocAllAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Runs Javadoc on all open documents (and the files in their packages).
_javadocAllWorker(File, FileSaveSelector) - Method in class edu.rice.cs.drjava.model.javadoc.DefaultJavadocModel
This method handles most of the logic of performing a Javadoc operation, once we know that it won't be canceled.
_javadocCurrentAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Runs Javadoc on the current document.
_javadocErrorModel - Variable in class edu.rice.cs.drjava.model.javadoc.DefaultJavadocModel
The error model containing all current Javadoc errors.
_javadocErrorModel - Variable in class edu.rice.cs.drjava.model.javadoc.NoJavadocAvailable
 
_javadocErrorPanel - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_javadocMainHasExecuteMethod(Class<?>) - Method in class edu.rice.cs.drjava.platform.DefaultPlatform
Returns true if the given class object for com.sun.tools.javadoc.Main has an execute(String[]) method.
_javadocModel - Variable in class edu.rice.cs.drjava.model.DefaultGlobalModel
Manages all Javadoc functionality.
_javadocSelector - Variable in class edu.rice.cs.drjava.ui.MainFrame
Provides the view's contribution to the Javadoc interaction.
_javaExcludes - Variable in class edu.rice.cs.drjava.model.debug.jpda.Step
 
_jb - Variable in class edu.rice.cs.drjava.ui.config.ButtonComponent
 
_jcb - Variable in class edu.rice.cs.drjava.ui.config.BooleanOptionComponent
 
_jdkDescriptor - Variable in class edu.rice.cs.drjava.model.JDKToolsLibrary
 
_jfc - Variable in class edu.rice.cs.drjava.ui.config.VectorAbsRelFileOptionComponent
 
_jfc - Variable in class edu.rice.cs.drjava.ui.config.VectorFileOptionComponent
 
_jfc - Variable in class edu.rice.cs.util.swing.DefaultFileDisplayManager
 
_jmc - Variable in class edu.rice.cs.drjava.model.junit.JUnitTestManager
The interface to the master JVM via RMI.
_jmc - Variable in class edu.rice.cs.drjava.model.junit.JUnitTestRunner
Receives updates on the test suite's progress.
_jmi - Variable in class edu.rice.cs.drjava.ui.KeyBindingManager.KeyStrokeData
 
_jmi - Variable in class edu.rice.cs.drjava.ui.KeyBindingManager.VectorKeyStrokeOptionListener
 
_jtf - Variable in class edu.rice.cs.drjava.ui.config.IntegerOptionComponent
 
_jtf - Variable in class edu.rice.cs.drjava.ui.config.StringOptionComponent
 
_jumpToLine(int) - Method in class edu.rice.cs.drjava.ui.MainFrame
Jump to the specified line and return the offset.
_junit() - Method in class edu.rice.cs.drjava.ui.MainFrame
 
_junitAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Runs JUnit on the document in the definitions pane.
_junitAll() - Method in class edu.rice.cs.drjava.ui.MainFrame
Tests all open documents.
_junitAllAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Runs JUnit over all open JUnit tests.
_junitButton - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_junitDoc - Variable in class edu.rice.cs.drjava.model.junit.DefaultJUnitModel
The document used to display JUnit test results.
_junitDone - Variable in class edu.rice.cs.drjava.model.GlobalModelTestCase.JUnitTestListener
 
_junitErrorModel - Variable in class edu.rice.cs.drjava.model.junit.DefaultJUnitModel
The error model containing all current JUnit errors.
_junitFolder() - Method in class edu.rice.cs.drjava.ui.MainFrame
 
_junitFolderAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Tests all the files in a folder.
_junitInterrupted(UnexpectedException) - Method in class edu.rice.cs.drjava.ui.MainFrame
 
_junitInterrupted(String) - Method in class edu.rice.cs.drjava.ui.MainFrame
 
_junitLocationEnabledListener - Variable in class edu.rice.cs.drjava.ui.config.ConfigFrame
 
_junitLocationListener - Variable in class edu.rice.cs.drjava.ui.config.ConfigFrame
 
_junitLock - Variable in class edu.rice.cs.drjava.model.GlobalModelTestCase.JUnitTestListener
 
_junitModel - Variable in class edu.rice.cs.drjava.model.DefaultGlobalModel
JUnitModel manages all JUnit functionality.
_junitModel - Variable in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM
Listens to JUnit-related events.
_junitPanel - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_junitProject() - Method in class edu.rice.cs.drjava.ui.MainFrame
Tests the documents in the project source tree.
_junitProjectAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Runs JUnit over all open JUnit tests in the project directory.
_junitTestManager - Variable in class edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM
Responsible for running JUnit tests in this JVM.
_justQuit - Variable in class edu.rice.cs.util.newjvm.IntegratedMasterSlaveTest.TestMasterJVM
Field and lock used to signal slave quit events.
_jvm - Variable in class edu.rice.cs.drjava.model.DefaultGlobalModel
RMI interface to the Interactions JVM.
_jvm - Variable in class edu.rice.cs.drjava.model.junit.DefaultJUnitModel
RMI interface to a secondary JVM for running tests.
_jvm - Static variable in class edu.rice.cs.drjava.model.repl.newjvm.NewJVMTest
 
_jvm - Variable in class edu.rice.cs.drjava.model.repl.RMIInteractionsModel
RMI interface to the remote Java interpreter.
_jvmArgs - Static variable in class edu.rice.cs.drjava.DrJava
 
_jvmBuilder - Variable in class edu.rice.cs.drjava.model.javadoc.DefaultJavadocModel
Launcher for javadoc process
_jvmStarter - Variable in class edu.rice.cs.drjava.model.DefaultGlobalModel
 
_keepAbsolute - Variable in class edu.rice.cs.util.AbsRelFile
 
_keepDisplaying - Variable in class edu.rice.cs.drjava.ui.DrJavaErrorPopup
contains the stack trace
_key - Variable in class edu.rice.cs.drjava.ui.config.KeyStrokeOptionComponent
 
_key - Variable in class edu.rice.cs.drjava.ui.DefinitionsPane.IndentKeyAction
The key string ("\n"|"{"|"}") for the key pressed that invokes this instance.
_keyBindingOptionListener - Variable in class edu.rice.cs.drjava.ui.DetachedFrame
OptionListener responding to changes for the undo/redo key bindings.
_keyBindingOptionListener - Variable in class edu.rice.cs.drjava.ui.InteractionsController
OptionListener responding to changes for the undo/redo key bindings.
_keymap - Variable in class edu.rice.cs.drjava.ui.ErrorPanel.ErrorListPane
The custom keymap for the error list pane.
_keymap - Variable in class edu.rice.cs.drjava.ui.InteractionsPane
The custom keymap for the interactions pane.
_keys - Variable in class edu.rice.cs.drjava.model.definitions.CompoundUndoManager
The keys for the CompoundEdits we are storing.
_keyToDataMap - Variable in class edu.rice.cs.drjava.ui.KeyBindingManager
 
_keyToKSOC - Static variable in class edu.rice.cs.drjava.ui.config.KeyStrokeOptionComponent
 
_keyToKSOC - Static variable in class edu.rice.cs.drjava.ui.config.VectorKeyStrokeOptionComponent
 
_keywords - Variable in class edu.rice.cs.drjava.model.AbstractDJDocument
A set of Java keywords.
_keywords - Variable in class edu.rice.cs.drjava.model.cache.DocumentCache.DocManager
Set of keywords if they were updated since the document had been kicked out, or null if not updated.
_ks - Variable in class edu.rice.cs.drjava.ui.KeyBindingManager.KeyStrokeData
 
_ksoc - Variable in class edu.rice.cs.drjava.ui.config.KeyStrokeOptionComponent.GetKeyDialog
 
_label - Variable in class edu.rice.cs.drjava.ui.config.OptionComponent
 
_label - Variable in class edu.rice.cs.drjava.ui.RecentDocFrame
 
_labelText - Variable in class edu.rice.cs.drjava.ui.config.OptionComponent
 
_lambdaRepaint - Variable in class edu.rice.cs.drjava.model.definitions.ColoringGlyphPainter
 
_languageLevelMenu - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_lastChangeTime - Variable in class edu.rice.cs.drjava.ui.MainFrame
The timestamp for the last change to any document.
_lastCommandFocus - Variable in class edu.rice.cs.drjava.ui.ExecuteExternalDialog
Last of the two text panes to have focus.
_lastDelay - Variable in class edu.rice.cs.drjava.model.DefaultLightWeightParsingControl
The time at which the last delay operation was performed.
_lastError - Variable in class edu.rice.cs.drjava.model.repl.InteractionsModel
Last error, or null if successful.
_lastExitStatus - Variable in class edu.rice.cs.drjava.model.GlobalModelTestCase.InteractionListener
 
_lastFindWord - Variable in class edu.rice.cs.drjava.model.FindReplaceMachine
 
_lastFocusOwner - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_lastIndex - Variable in class edu.rice.cs.drjava.ui.FindResultsPanel
 
_lastMouseClick - Variable in class edu.rice.cs.drjava.ui.DefinitionsPane.PopupMenuMouseAdapter
 
_lastRegion - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_lastRow - Variable in class edu.rice.cs.drjava.ui.DebugPanel.DebugTableMouseAdapter
 
_lastSelectedRegion - Variable in class edu.rice.cs.drjava.ui.RegionsTreePanel
the region that was last selected (may be null).
_lastState - Variable in class edu.rice.cs.drjava.ui.AutoCompletePopup
Frame state.
_lastState - Variable in class edu.rice.cs.drjava.ui.ClipboardHistoryFrame
Last frame state.
_lastState - Variable in class edu.rice.cs.drjava.ui.DetachedFrame
Last frame state.
_lastState - Variable in class edu.rice.cs.drjava.ui.EditExternalDialog
Last frame state.
_lastState - Variable in class edu.rice.cs.drjava.ui.ExecuteExternalDialog
Last frame state.
_lastState - Variable in class edu.rice.cs.drjava.ui.JarOptionsDialog
Last frame state.
_lastState - Variable in class edu.rice.cs.drjava.ui.predictive.PredictiveInputFrame
Last frame state.
_lastUpdates - Variable in class edu.rice.cs.drjava.model.DefaultLightWeightParsingControl
Last updates for the documents.
_lastURL - Variable in class edu.rice.cs.drjava.ui.HTMLFrame
 
_lastValue - Variable in class edu.rice.cs.drjava.ui.avail.AndGUIAvailabilityListener
 
_lastValue - Variable in class edu.rice.cs.drjava.ui.avail.OrGUIAvailabilityListener
 
_layers - Variable in class edu.rice.cs.util.swing.LayeredIcon
 
_leaderText - Variable in class edu.rice.cs.util.swing.ScrollableListDialog.Builder
 
_leafVisitor - Variable in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
 
_leftPane - Variable in class edu.rice.cs.drjava.ui.AbortablePanel
 
_leftPane - Variable in class edu.rice.cs.drjava.ui.DebugPanel
 
_leftPane - Variable in class edu.rice.cs.drjava.ui.RegionsListPanel
 
_leftPane - Variable in class edu.rice.cs.drjava.ui.RegionsTreePanel
 
_leftPanel - Variable in class edu.rice.cs.drjava.ui.ErrorPanel
This contains the _scroller and the _errorNavPanel.
_length - Variable in class edu.rice.cs.drjava.model.AbstractDJDocument.RemoveCommand
 
_length - Variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.HighlightStatus
 
_length - Variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.ModelList
length of this list; supports constant time length lookup
_letter - Variable in class edu.rice.cs.util.newjvm.IntegratedMasterSlaveTest.TestMasterJVM
Field and lock used to signal letter change events.
_letterLock - Variable in class edu.rice.cs.util.newjvm.IntegratedMasterSlaveTest.TestMasterJVM
 
_lex - Variable in class edu.rice.cs.util.sexp.SExpParser.ParseHelper
 
_lexiName - Variable in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
The fully qualified name of the class with '.' converted to ' ' so that alphabetic ordering works properly.
_line - Variable in class edu.rice.cs.drjava.model.debug.DebugStackData
 
_line - Variable in class edu.rice.cs.drjava.model.definitions.indent.ActionStartPrevLinePlusMultiline
 
_line - Variable in class edu.rice.cs.drjava.ui.MainFrame.PositionListener
 
_lineEnclosingBraceTestHelper(int, String, int, String) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.BraceInfoTest
 
_lineEnclosingBraceType - Variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.IndentInfo
 
_lineEndPos - Variable in class edu.rice.cs.drjava.model.MovingDocumentRegion
 
_lineNumber - Variable in class edu.rice.cs.drjava.model.debug.jpda.DebugAction
 
_lineNumber - Variable in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger.DelegatingLocation
 
_lineNumber - Variable in class edu.rice.cs.drjava.model.DJError
zero-based line number.
_lineNumber(String, String) - Method in class edu.rice.cs.drjava.model.junit.JUnitTestManager
Parses the line number out of the stack trace in the given class name.
_lineNumbers - Variable in class edu.rice.cs.drjava.model.print.PagePrinter
 
_lineStartPos - Variable in class edu.rice.cs.drjava.model.MovingDocumentRegion
 
_linkError - Variable in class edu.rice.cs.drjava.ui.HTMLFrame
 
_linkListener - Variable in class edu.rice.cs.drjava.ui.HelpFrame
Shows the page selected by the hyperlink event.
_linkListener - Variable in class edu.rice.cs.drjava.ui.QuickStartFrame
Shows the page selected by the hyperlink event.
_list - Static variable in class edu.rice.cs.drjava.config.OptionConstants.COMPILER_PREFERENCE_CONTROL
 
_list - Variable in class edu.rice.cs.drjava.ui.EditExternalDialog
List of commands.
_list - Variable in class edu.rice.cs.drjava.ui.RegionsListPanel
 
_listener - Variable in class edu.rice.cs.drjava.ui.predictive.PredictiveInputFrame
Listener for several events.
_listener1 - Variable in class edu.rice.cs.drjava.model.AbstractDJDocument
 
_listener2 - Variable in class edu.rice.cs.drjava.model.AbstractDJDocument
 
_listenerList - Variable in class edu.rice.cs.util.swing.DelegatingAction
 
_listeners - Variable in class edu.rice.cs.drjava.model.DefaultLightWeightParsingControl
List of listeners.
_listeners - Variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.ModelList
a set of objects that can trigger and listen for updates to the list
_listeners - Variable in class edu.rice.cs.drjava.model.EventNotifier
All T Listeners that are listening to the model.
_listenersAttached - Variable in class edu.rice.cs.drjava.model.definitions.ColoringGlyphPainter
 
_listenersToRemoveWhenDisposed - Variable in class edu.rice.cs.drjava.ui.DetachedFrame
Listeners that need to be removed when this frame is disposed.
_listening - Variable in class edu.rice.cs.drjava.config.DrJavaProperty
Set of other properties that are listening to this property, i.e.
_listHighlightPainter - Static variable in class edu.rice.cs.drjava.ui.ErrorPanel
Highlight painter for selected list items.
_listHighlightTag - Variable in class edu.rice.cs.drjava.ui.ErrorPanel.ErrorListPane
 
_listItems - Variable in class edu.rice.cs.util.swing.ScrollableListDialog.Builder
 
_listModel - Variable in class edu.rice.cs.drjava.ui.RegionsListPanel
 
_LLSTM - Variable in class edu.rice.cs.drjava.model.compiler.DefaultCompilerModel
The LanguageLevelStackTraceMapper that helps translate .java line numbers to .dj* line numbers when an error is thrown
_loader - Variable in class edu.rice.cs.drjava.model.junit.JUnitTestRunner
Class loader that uses DrJava's classpath.
_loaderFactory - Variable in class edu.rice.cs.drjava.model.junit.JUnitTestManager
A factory producing a ClassLoader for tests with the given parent
_loadHistoryScriptAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Action to load an interactions history as a replayable script.
_loadProject(ProjectFileIR) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Loads the specified project into the document navigator and opens all of the files (if not already open).
_loadSettings() - Method in class edu.rice.cs.drjava.ui.JarOptionsDialog
Load the initial state from the previous files or with defaults.
_loc - Variable in class edu.rice.cs.drjava.ui.ClipboardHistoryFrame.FrameState
 
_loc - Variable in class edu.rice.cs.drjava.ui.DetachedFrame.FrameState
 
_loc - Variable in class edu.rice.cs.drjava.ui.EditExternalDialog.FrameState
 
_loc - Variable in class edu.rice.cs.drjava.ui.ExecuteExternalDialog.FrameState
 
_loc - Variable in class edu.rice.cs.drjava.ui.JarOptionsDialog.FrameState
 
_loc - Variable in class edu.rice.cs.drjava.ui.predictive.PredictiveInputFrame.FrameState
 
_localProperties - Variable in class edu.rice.cs.util.swing.DelegatingAction
Can't use a more specific type parameter because of Action interface.
_locateClassFile() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
Returns the class file for this source document by searching the source roots of open documents, the system classpath, and the "extra.classpath ".
_location - Variable in class edu.rice.cs.drjava.model.compiler.JavacCompiler
 
_location - Variable in exception edu.rice.cs.drjava.model.definitions.InvalidPackageException
 
_location - Variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.HighlightStatus
 
_location - Variable in class edu.rice.cs.drjava.model.JarJDKToolsLibrary
 
_lock - Variable in class edu.rice.cs.drjava.model.EventNotifier
Provides synchronization primitives for solving the readers/writers problem.
_lock - Variable in class edu.rice.cs.util.ReaderWriterLockTest
 
_log - Variable in class edu.rice.cs.drjava.CommandLineTest
 
_log - Static variable in class edu.rice.cs.drjava.DrJava
 
_log - Static variable in class edu.rice.cs.drjava.DrJavaTestCase
 
_log - Static variable in class edu.rice.cs.drjava.model.AbstractGlobalModel
 
_log - Static variable in class edu.rice.cs.drjava.model.cache.DocumentCache
Log file.
_log - Static variable in class edu.rice.cs.drjava.model.compiler.DefaultCompilerModel
for logging debug info
_log - Static variable in class edu.rice.cs.drjava.model.debug.jpda.EventHandlerThread
A log for recording messages in a file.
_log(String) - Method in class edu.rice.cs.drjava.model.debug.jpda.EventHandlerThread
Logs any unexpected behavior that occurs (but which should not cause DrJava to abort).
_log(String, Throwable) - Method in class edu.rice.cs.drjava.model.debug.jpda.EventHandlerThread
Logs any unexpected behavior that occurs (but which should not cause DrJava to abort).
_log - Static variable in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
A log for recording messages in a file.
_log(String) - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Logs any unexpected behavior that occurs (but which should not cause DrJava to abort).
_log(String, Throwable) - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Logs any unexpected behavior that occurs (but which should not cause DrJava to abort).
_log - Static variable in class edu.rice.cs.drjava.model.DefaultLightWeightParsingControl
Log file.
_log - Static variable in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
 
_log - Static variable in class edu.rice.cs.drjava.model.FindReplaceMachine
 
_log - Static variable in class edu.rice.cs.drjava.model.GlobalModelCompileTest
 
_log - Static variable in class edu.rice.cs.drjava.model.GlobalModelJUnitTest
 
_log - Variable in class edu.rice.cs.drjava.model.GlobalModelOtherTest
 
_log - Static variable in class edu.rice.cs.drjava.model.GlobalModelTestCase
 
_log - Static variable in class edu.rice.cs.drjava.model.junit.DefaultJUnitModel
log for use in debugging
_log - Static variable in class edu.rice.cs.drjava.model.junit.JUnitErrorModelTest
 
_log - Static variable in class edu.rice.cs.drjava.model.junit.JUnitTestManager
 
_log - Static variable in class edu.rice.cs.drjava.model.repl.InteractionsModelErrorTest
 
_log - Static variable in class edu.rice.cs.drjava.model.repl.InteractionsModelTest
 
_log - Static variable in class edu.rice.cs.drjava.model.repl.newjvm.NewJVMTest
 
_log - Static variable in class edu.rice.cs.drjava.ui.DefinitionsPaneTest
 
_log - Static variable in class edu.rice.cs.drjava.ui.MainFrame
 
_log - Static variable in class edu.rice.cs.drjava.ui.MainFrameTest
 
_log - Static variable in class edu.rice.cs.util.FileOps
 
_log - Static variable in class edu.rice.cs.util.FileOpsTest
 
_log - Variable in class edu.rice.cs.util.LogTest.LogTestThread
 
_logInteractionStart() - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelTest.IncompleteInputInteractionsModel
 
_logInteractionStart() - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelTest.TestInteractionsModel
 
_lookFor - Variable in class edu.rice.cs.drjava.model.definitions.indent.QuestionExistsCharInPrevStmt
 
_m - Variable in class edu.rice.cs.drjava.model.junit.JUnitErrorModelTest
 
_machine - Variable in class edu.rice.cs.drjava.ui.FindReplacePanel
 
_mainClass - Variable in class edu.rice.cs.drjava.model.AbstractGlobalModel.ProjectFileGroupingState
 
_mainClass - Variable in class edu.rice.cs.drjava.project.ProjectProfile
 
_mainClass - Variable in class edu.rice.cs.util.jar.ManifestWriter
 
_mainClassField - Variable in class edu.rice.cs.drjava.ui.JarOptionsDialog
Text field for the main class.
_mainClassLabel - Variable in class edu.rice.cs.drjava.ui.JarOptionsDialog
Label for main class.
_mainDocPane - Variable in class edu.rice.cs.drjava.ui.HTMLFrame
 
_mainDocumentSelector - Variable in class edu.rice.cs.drjava.ui.ProjectPropertiesFrame
 
_mainDocumentSelector() - Method in class edu.rice.cs.drjava.ui.ProjectPropertiesFrame
 
_mainFrame - Static variable in class edu.rice.cs.drjava.DrJavaRoot
Main frame of this DrJava instance.
_mainFrame - Variable in class edu.rice.cs.drjava.ui.AutoCompletePopup
Main frame.
_mainFrame - Variable in class edu.rice.cs.drjava.ui.ClipboardHistoryFrame
Owner frame.
_mainFrame - Variable in class edu.rice.cs.drjava.ui.config.ConfigFrame
 
_mainFrame - Variable in class edu.rice.cs.drjava.ui.DefinitionsPane
Our parent window.
_mainFrame - Variable in class edu.rice.cs.drjava.ui.DetachedFrame
Main frame.
_mainFrame - Variable in class edu.rice.cs.drjava.ui.DrJavaSurveyPopup
the parent frame
_mainFrame - Variable in class edu.rice.cs.drjava.ui.EditExternalDialog
Main frame.
_mainFrame - Variable in class edu.rice.cs.drjava.ui.ExecuteExternalDialog
Main frame.
_mainFrame - Variable in class edu.rice.cs.drjava.ui.GenerateCustomDrJavaJarFrame
 
_mainFrame - Variable in class edu.rice.cs.drjava.ui.InsertVariableDialog
Main frame.
_mainFrame - Variable in class edu.rice.cs.drjava.ui.JarOptionsDialog
Main frame.
_mainFrame - Variable in class edu.rice.cs.drjava.ui.JUnitPanel
 
_mainFrame - Variable in class edu.rice.cs.drjava.ui.KeyBindingManager
 
_mainFrame - Variable in class edu.rice.cs.drjava.ui.NewJavaClassDialog
 
_mainFrame - Variable in class edu.rice.cs.drjava.ui.NewVersionPopup
the parent frame
_mainFrame - Variable in class edu.rice.cs.drjava.ui.PreviewFrame
 
_mainFrame - Variable in class edu.rice.cs.drjava.ui.ProjectAdvancedPropertiesFrame
 
_mainFrame - Variable in class edu.rice.cs.drjava.ui.ProjectPropertiesFrame
 
_mainJVM - Variable in class edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM
Remote reference to the MainJVM class in DrJava's primary JVM.
_mainListener - Variable in class edu.rice.cs.drjava.ui.MainFrame
The main model listener attached by the main frame to the global model
_mainMethod - Variable in class edu.rice.cs.drjava.ui.NewJavaClassDialog
 
_mainPanel - Variable in class edu.rice.cs.drjava.ui.config.ConfigFrame
 
_mainPanel - Variable in class edu.rice.cs.drjava.ui.GenerateCustomDrJavaJarFrame
 
_mainPanel - Variable in class edu.rice.cs.drjava.ui.NewJavaClassDialog
 
_mainPanel - Variable in class edu.rice.cs.drjava.ui.ProjectAdvancedPropertiesFrame
 
_mainPanel - Variable in class edu.rice.cs.drjava.ui.ProjectPropertiesFrame
 
_mainPanel - Variable in class edu.rice.cs.drjava.ui.TabbedPanel
 
_mainScroll - Variable in class edu.rice.cs.drjava.ui.HTMLFrame
 
_mainSplit - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_mainThread - Variable in class edu.rice.cs.drjava.model.MultiThreadedTestCase.ExceptionHandler
Thread that spawns the other threads.
_makeClassesPanel() - Method in class edu.rice.cs.drjava.ui.JarOptionsDialog
Make the panel that is enabled when you are going to jar class files
_makeDecoratedTableModel(AbstractTableModel) - Method in class edu.rice.cs.drjava.ui.config.VectorOptionComponent
Returns the decorated table model.
_makeExecutable - Variable in class edu.rice.cs.drjava.ui.JarOptionsDialog
Determines whether the jar file should be made executable.
_makeInfoGetter(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.ui.MainFrame
Gets the information to be saved for a project document.
_makeJarFileSelector() - Method in class edu.rice.cs.drjava.ui.GenerateCustomDrJavaJarFrame
Create a file selector to select the output jar file
_makeJarFileSelector() - Method in class edu.rice.cs.drjava.ui.JarOptionsDialog
Create a file selector to select the output jar file
_makeJUnitError(TestFailure, List<String>, boolean, List<File>) - Method in class edu.rice.cs.drjava.model.junit.JUnitTestManager
Constructs a new JUnitError from a TestFailure
_makeMainClassSelectorPanel() - Method in class edu.rice.cs.drjava.ui.JarOptionsDialog
Make the panel that lets you select the jar's main class.
_makeNormEndings() - Static method in class edu.rice.cs.drjava.model.AbstractDJDocument
Create a set of normal endings, i.e., semi-colons and braces for the purposes of indenting.
_makePanel() - Method in class edu.rice.cs.drjava.ui.JarOptionsDialog
Make the options panel.
_makePrimTypes() - Static method in class edu.rice.cs.drjava.model.AbstractDJDocument
Create a set of Java/GJ primitive types for special coloring.
_makeProjectProfile(File, HashMap<OpenDefinitionsDocument, DocumentInfoGetter>) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Writes the project profile augmented by usage info to specified file.
_makeSafeSnapshot - Variable in class edu.rice.cs.drjava.model.repl.newjvm.ClassPathManager
 
_makeTableModel() - Method in class edu.rice.cs.drjava.ui.config.VectorAbsRelFileOptionComponent
Returns the table model.
_makeTableModel() - Method in class edu.rice.cs.drjava.ui.config.VectorKeyStrokeOptionComponent
Returns the table model.
_makeTableModel() - Method in class edu.rice.cs.drjava.ui.config.VectorOptionComponent
Returns the table model.
_manager - Variable in class edu.rice.cs.drjava.model.debug.jpda.DebugAction
 
_manager - Variable in class edu.rice.cs.drjava.model.debug.jpda.PendingRequestManager
 
_manifest - Variable in class edu.rice.cs.drjava.model.AbstractGlobalModel.ProjectFileGroupingState
 
_manifest - Variable in class edu.rice.cs.drjava.project.ProjectProfile
 
_mask - Variable in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel
Currently entered mask.
_master - Variable in class edu.rice.cs.util.newjvm.IntegratedMasterSlaveTest.CounterSlave
 
_masterJvmXmxListener - Variable in class edu.rice.cs.drjava.ui.MainFrame
Listener for Main JVM
_masterStub - Variable in class edu.rice.cs.util.newjvm.AbstractMasterJVM
 
_matchCase - Variable in class edu.rice.cs.drjava.model.FindReplaceMachine
 
_matchCase - Variable in class edu.rice.cs.drjava.ui.FindReplacePanel
 
_matchCase - Variable in class edu.rice.cs.drjava.ui.FindResultsPanel
 
_matchHighlight - Variable in class edu.rice.cs.drjava.ui.AbstractDJPane
Our current paren/brace/bracket matching highlight.
_matchingItems - Variable in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel
Array of matching items.
_matchList - Variable in class edu.rice.cs.drjava.ui.predictive.PredictiveInputFrame
List with matches.
_matchListener - Variable in class edu.rice.cs.drjava.ui.AbstractDJPane
Looks for changes in the caret position to see if a paren/brace/bracket highlight is needed.
_matchText(int) - Method in class edu.rice.cs.drjava.ui.DefinitionsPane
 
_matchWholeWord - Variable in class edu.rice.cs.drjava.model.FindReplaceMachine
 
_matchWholeWord - Variable in class edu.rice.cs.drjava.ui.FindReplacePanel
 
_maxCharWidth - Static variable in class edu.rice.cs.drjava.ui.DefinitionsPane
Maximum character width of the current main font.
_maxRows - Variable in class edu.rice.cs.drjava.ui.config.VectorOptionComponent
 
_maxSize - Variable in class edu.rice.cs.drjava.model.BrowserHistoryManager
 
_maxSize - Variable in class edu.rice.cs.drjava.model.ClipboardHistoryModel
Maximum size of the history.
_maxSize - Variable in class edu.rice.cs.drjava.model.repl.History
 
_memLeakCounter - Variable in class edu.rice.cs.drjava.model.cache.DocumentCacheTest
 
_menu - Variable in class edu.rice.cs.drjava.ui.RecentFileManagerTest
 
_menuBar - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_message - Variable in class edu.rice.cs.drjava.model.DJError
 
_messageType - Variable in class edu.rice.cs.util.swing.ScrollableListDialog.Builder
 
_method - Variable in class edu.rice.cs.drjava.model.debug.DebugStackData
 
_metrics - Variable in class edu.rice.cs.drjava.model.definitions.ColoringGlyphPainter
 
_mf - Variable in class edu.rice.cs.drjava.CommandLineTest
The MainFrame we're working with.
_mf - Variable in class edu.rice.cs.drjava.ui.MainFrame.MenuBar
 
_millis - Variable in class edu.rice.cs.util.LogTest.LogTestThread
 
_minRows - Variable in class edu.rice.cs.drjava.ui.config.VectorOptionComponent
 
_mirrorArray(String, List<? extends ObjectReference>, ThreadReference, List<ObjectReference>) - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Create an array of the given elements in the VM and prevent it from being garbage collected.
_mirroredMenus - Variable in class edu.rice.cs.drjava.ui.RecentFileManager
Other File menus to be kept synchronized to the original File menu.
_mirrorString(String, List<ObjectReference>) - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Create a String in the VM and prevent it from being garbage collected.
_mod - Variable in class edu.rice.cs.drjava.project.DocFile
 
_modalWindowAdapterOwner - Variable in class edu.rice.cs.drjava.ui.MainFrame
The owner of the modal window listener has already been taken by another window.
_modalWindowAdapters - Variable in class edu.rice.cs.drjava.ui.MainFrame
Window adapter for "pseudo-modal" dialogs, i.e.
_modeBox - Variable in class edu.rice.cs.drjava.ui.NewVersionPopup
whether to keep displaying this dialog, and for which releases
_model - Variable in class edu.rice.cs.drjava.model.cache.DocumentCacheTest
 
_model - Variable in class edu.rice.cs.drjava.model.compiler.CompilerErrorModel
The global model which created/controls this object.
_model - Variable in class edu.rice.cs.drjava.model.compiler.DefaultCompilerModel
The global model to which this compiler model belongs.
_model - Variable in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Reference to DrJava's model.
_model - Variable in class edu.rice.cs.drjava.model.DefaultLightWeightParsingControl
The model.
_model - Variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.MixedQuoteTest
 
_model - Static variable in class edu.rice.cs.drjava.model.DocumentRegionTest
 
_model - Variable in class edu.rice.cs.drjava.model.FindReplaceMachine
 
_model - Static variable in class edu.rice.cs.drjava.model.FindReplaceMachineTest
 
_model - Variable in class edu.rice.cs.drjava.model.GlobalModelTestCase
 
_model - Variable in class edu.rice.cs.drjava.model.javadoc.DefaultJavadocModel
Used by CompilerErrorModel to open documents that have errors.
_model - Variable in class edu.rice.cs.drjava.model.junit.DefaultJUnitModel
The global model to which the JUnitModel belongs
_model - Variable in class edu.rice.cs.drjava.model.repl.DefaultInteractionsModel
The global model that includes this interactions model.
_model - Variable in class edu.rice.cs.drjava.model.repl.InteractionsDJDocumentTest
 
_model - Variable in class edu.rice.cs.drjava.model.repl.InteractionsModelTest
 
_model - Variable in class edu.rice.cs.drjava.model.repl.InteractionsScriptModel
The interactions model associated with the script.
_model - Variable in class edu.rice.cs.drjava.ui.AbortablePanel
 
_model - Variable in class edu.rice.cs.drjava.ui.DebugPanel
 
_model - Variable in class edu.rice.cs.drjava.ui.ErrorPanel
 
_model - Variable in class edu.rice.cs.drjava.ui.FindReplacePanel
 
_model - Variable in class edu.rice.cs.drjava.ui.InteractionsController
InteractionsModel to handle interpretation.
_model - Variable in class edu.rice.cs.drjava.ui.InteractionsPaneTest
 
_model - Variable in class edu.rice.cs.drjava.ui.InteractionsScriptController
Associated model.
_model - Variable in class edu.rice.cs.drjava.ui.JarOptionsDialog
Model.
_model - Variable in class edu.rice.cs.drjava.ui.MainFrame
The model which controls all logic in DrJava.
_model - Variable in class edu.rice.cs.drjava.ui.NewJavaClassDialog
 
_model - Variable in class edu.rice.cs.drjava.ui.PreviewFrame
 
_model - Variable in class edu.rice.cs.drjava.ui.ProjectAdvancedPropertiesFrame
 
_model - Variable in class edu.rice.cs.drjava.ui.ProjectMenuTest
 
_model - Variable in class edu.rice.cs.drjava.ui.ProjectPropertiesFrame
 
_model - Variable in class edu.rice.cs.drjava.ui.RegionsListPanel
 
_model - Variable in class edu.rice.cs.drjava.ui.RegionsTreePanel
 
_model - Variable in class edu.rice.cs.drjava.ui.SimpleInteractionsWindow
 
_model - Variable in class edu.rice.cs.util.docnavigation.JListNavigator
The list model (extending AbstractListModel) for this JList.
_model - Variable in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
The model of the tree.
_monitor - Variable in class edu.rice.cs.util.newjvm.AbstractMasterJVM
 
_moreAction - Variable in class edu.rice.cs.drjava.ui.DrJavaErrorPopup
Close this window, but display the full DrJava Errors window.
_moreButton - Variable in class edu.rice.cs.drjava.ui.DrJavaErrorPopup
the button that shows the error window
_move(int, int) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.TokenList.Iterator
Helper function for move(int).
_moveAllToAuxiliary() - Method in class edu.rice.cs.drjava.ui.MainFrame
Converts all external files to auxiliary files.
_moveAllToAuxiliaryAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_moveButtonEnabled - Variable in class edu.rice.cs.drjava.ui.config.VectorOptionComponent
 
_moveDownAction() - Method in class edu.rice.cs.drjava.ui.config.VectorOptionComponent
Move selected rows down by one row.
_moveDownButton - Variable in class edu.rice.cs.drjava.ui.config.VectorOptionComponent
 
_moveLeft(int, int) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.TokenList.Iterator
Helper function that moves cursor ([iterator pos, count]) backward by count chars.
_moveRight(int, int) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.TokenList.Iterator
Helper function that moves cursor ([iterator pos, count]) forward by count chars.
_moveToAuxiliary() - Method in class edu.rice.cs.drjava.ui.MainFrame
 
_moveToAuxiliaryAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_moveUpAction() - Method in class edu.rice.cs.drjava.ui.config.VectorOptionComponent
Move selected rows up by one row.
_moveUpButton - Variable in class edu.rice.cs.drjava.ui.config.VectorOptionComponent
 
_msg - Variable in class edu.rice.cs.drjava.model.repl.newjvm.InterpretResult.ExceptionResult
 
_msg - Variable in class edu.rice.cs.drjava.ui.NewVersionPopup
the message for the user
_msg - Variable in class edu.rice.cs.util.ReaderWriterLockTest.PrintCommand
Message to print
_mustExist - Variable in class edu.rice.cs.util.swing.DirectorySelectorComponent
true if the file specified must exist and a file that doesn't exist will be rejected.
_mustExist - Variable in class edu.rice.cs.util.swing.FileSelectorComponent
True if file must exist.
_name - Variable in class edu.rice.cs.drjava.config.DrJavaProperty
Name of the property.
_name - Variable in class edu.rice.cs.drjava.model.debug.DebugThreadData
 
_name - Variable in class edu.rice.cs.drjava.model.debug.DebugWatchData
 
_name() - Method in class edu.rice.cs.drjava.model.GlobalModelCompileErrorsTest
Gets the name of the compiler.
_name() - Method in class edu.rice.cs.drjava.model.GlobalModelCompileSuccessTestCase
 
_name() - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelErrorTest
 
_name - Variable in class edu.rice.cs.drjava.ui.KeyBindingManager.KeyStrokeData
 
_name - Variable in class edu.rice.cs.drjava.ui.TabbedPanel
 
_name - Variable in class edu.rice.cs.util.Log
The filename of this log.
_name - Variable in class edu.rice.cs.util.swing.AsyncTask
 
_navPane - Variable in class edu.rice.cs.drjava.ui.HTMLFrame
 
_navPaneDisplayManager - Variable in class edu.rice.cs.drjava.ui.MainFrame
This is what is given to the JTreeSortNavigator.
_neverAskAgain - Variable in class edu.rice.cs.drjava.ui.DrJavaSurveyPopup
don't ask user again
_new() - Method in class edu.rice.cs.drjava.ui.MainFrame
 
_newAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Creates a new blank document and select it in the definitions pane.
_newClassAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Creates a new Java class file.
_newDrJavaInstanceAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Action that starts a new, blank, unconnected DrJava instance.
_newestVersionString - Variable in class edu.rice.cs.drjava.ui.NewVersionPopup
the version string of the new version found, or ""
_newFileFolderAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Creates a new untitled, empty file in the current folder.
_newFont - Variable in class edu.rice.cs.drjava.ui.LineEnumRule
custom font for the line numbers
_newJavaClass() - Method in class edu.rice.cs.drjava.ui.MainFrame
 
_newJUnitTestAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Sets the document in the definitions pane to a new templated junit test class.
_newLead - Variable in class edu.rice.cs.util.swing.FileSelectionEvent
 
_newProject() - Method in class edu.rice.cs.drjava.ui.MainFrame
Closes all files and makes a new project.
_newProjectAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_next - Variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.ModelList.Node
 
_nextAction - Variable in class edu.rice.cs.drjava.ui.DrJavaErrorWindow
Go to the next error.
_nextButton - Variable in class edu.rice.cs.drjava.ui.DrJavaErrorWindow
the button that moves to the next error
_nextButton - Variable in class edu.rice.cs.drjava.ui.RegionsTreePanel
button to go to the next region (or null if _hasNextPrevButtons==false).
_nextErrorButton - Variable in class edu.rice.cs.drjava.ui.ErrorPanel
 
_nextInteractionAction - Variable in class edu.rice.cs.drjava.ui.InteractionsScriptController
Action to go forward in the script.
_nextKey - Variable in class edu.rice.cs.drjava.model.definitions.CompoundUndoManager
The next key to use for nested CompoundEdits.
_nextPage() - Method in class edu.rice.cs.drjava.ui.PreviewFrame
 
_nextPageAction - Variable in class edu.rice.cs.drjava.ui.PreviewFrame
Displays the next page of the document.
_nextRegionAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Jump to the next region in the tabbed pane.
_nfm - Variable in class edu.rice.cs.drjava.ui.LineEnumRule
font metrics for the new font
_noAction - Variable in class edu.rice.cs.drjava.ui.DrJavaSurveyPopup
 
_noButton - Variable in class edu.rice.cs.drjava.ui.DrJavaSurveyPopup
the no button
_noComments - Variable in class edu.rice.cs.drjava.ui.FindResultsPanel
 
_noLocation - Variable in class edu.rice.cs.drjava.model.DJError
This boolean is true when the DJError does not have a location (lineNumber is -1).
_noneButton - Variable in class edu.rice.cs.drjava.ui.config.ToolbarOptionComponent
 
_normEndings - Static variable in class edu.rice.cs.drjava.model.AbstractDJDocument
A set of normal endings for lines.
_noRule - Variable in class edu.rice.cs.drjava.model.definitions.indent.IndentRuleQuestion
Node in decision tree to use if the rule does not hold in this context.
_noTestCases - Variable in class edu.rice.cs.drjava.ui.FindResultsPanel
 
_notifier - Variable in class edu.rice.cs.drjava.model.AbstractGlobalModel
Keeps track of all listeners to the model, and has the ability to notify them of some event.
_notifier - Variable in class edu.rice.cs.drjava.model.compiler.DefaultCompilerModel
Manages listeners to this model.
_notifier - Variable in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Provides a way for the JPDADebugger to communicate with the view.
_notifier - Variable in class edu.rice.cs.drjava.model.definitions.CommentTest
 
_notifier - Variable in class edu.rice.cs.drjava.model.definitions.CompoundUndoManager
Keeps track of the listeners to this undo manager.
_notifier - Variable in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
Keeps track of the listeners to this model.
_notifier - Variable in class edu.rice.cs.drjava.model.definitions.DefinitionsDocumentTest
 
_notifier - Variable in class edu.rice.cs.drjava.model.definitions.DefinitionsEditorKit
 
_notifier - Variable in class edu.rice.cs.drjava.model.definitions.IndentTest
 
_notifier - Variable in class edu.rice.cs.drjava.model.EventNotifierTest
 
_notifier - Variable in class edu.rice.cs.drjava.model.javadoc.DefaultJavadocModel
Manages listeners to this model.
_notifier - Variable in class edu.rice.cs.drjava.model.javadoc.NoJavadocAvailable
 
_notifier - Variable in class edu.rice.cs.drjava.model.junit.DefaultJUnitModel
Manages listeners to this model.
_notifier - Variable in class edu.rice.cs.drjava.model.repl.InteractionsDJDocument
 
_notifier - Variable in class edu.rice.cs.drjava.model.repl.InteractionsModel
Keeps track of any listeners to the model.
_notifier - Variable in class edu.rice.cs.drjava.ui.avail.AndGUIAvailabilityListener
 
_notifier - Variable in class edu.rice.cs.drjava.ui.avail.OrGUIAvailabilityListener
 
_notifierLock - Variable in class edu.rice.cs.drjava.model.debug.DebugTestCase
 
_notify() - Method in class edu.rice.cs.util.ReaderWriterLockTest
Notifies the _notifyObject (semaphore) when the _notifyCount reaches 0.
_notifyCompileBeforeJavadoc(CompilerListener) - Method in class edu.rice.cs.drjava.model.javadoc.DefaultJavadocModel
Helper method to notify JavadocModel listeners that all open files must be compiled before Javadoc is run.
_notifyCompileBeforeJUnit(CompilerListener, List<OpenDefinitionsDocument>) - Method in class edu.rice.cs.drjava.model.junit.DefaultJUnitModel
Helper method to notify JUnitModel listeners that all open files must be compiled before JUnit is run.
_notifyCompileDone() - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.CompileShouldFailListener
 
_notifyCompileDone() - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.CompileShouldSucceedListener
 
_notifyCount - Variable in class edu.rice.cs.util.ReaderWriterLockTest
Number of notifications expected before we actually notify.
_notifyInteractionEnded() - Method in class edu.rice.cs.drjava.model.repl.DefaultInteractionsModel
In the event thread, notifies listeners that an interaction has ended.
_notifyInteractionEnded() - Method in class edu.rice.cs.drjava.model.repl.InteractionsModel
Notifies listeners that an interaction has ended.
_notifyInteractionEnded() - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelTest.IncompleteInputInteractionsModel
 
_notifyInteractionEnded() - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelTest.TestInteractionsModel
 
_notifyInteractionEnded() - Method in class edu.rice.cs.drjava.model.repl.SimpleInteractionsModel
Notifies listeners that an interaction has ended.
_notifyInteractionIncomplete() - Method in class edu.rice.cs.drjava.model.repl.DefaultInteractionsModel
In the event thread, notifies the view that the current interaction is incomplete.
_notifyInteractionIncomplete() - Method in class edu.rice.cs.drjava.model.repl.InteractionsModel
Notifies the view that the current interaction is incomplete.
_notifyInteractionIncomplete() - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelTest.IncompleteInputInteractionsModel
 
_notifyInteractionIncomplete() - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelTest.TestInteractionsModel
 
_notifyInteractionIncomplete() - Method in class edu.rice.cs.drjava.model.repl.SimpleInteractionsModel
Notifies listeners that the interperaction was incomplete.
_notifyInteractionStarted() - Method in class edu.rice.cs.drjava.model.repl.DefaultInteractionsModel
In the event thread, notifies listeners that an interaction has started.
_notifyInteractionStarted() - Method in class edu.rice.cs.drjava.model.repl.InteractionsModel
Notifies listeners that an interaction has started.
_notifyInteractionStarted() - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelTest.IncompleteInputInteractionsModel
 
_notifyInteractionStarted() - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelTest.TestInteractionsModel
 
_notifyInteractionStarted() - Method in class edu.rice.cs.drjava.model.repl.SimpleInteractionsModel
Notifies listeners that an interaction has started.
_notifyInterpreterChanged(boolean) - Method in class edu.rice.cs.drjava.model.repl.DefaultInteractionsModel
In the event thread, notifies listeners that the interpreter has changed.
_notifyInterpreterChanged(boolean) - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelTest.IncompleteInputInteractionsModel
 
_notifyInterpreterChanged(boolean) - Method in class edu.rice.cs.drjava.model.repl.RMIInteractionsModel
Notifies listeners that the interpreter has changed.
_notifyInterpreterExited(int) - Method in class edu.rice.cs.drjava.model.repl.DefaultInteractionsModel
In the event thread, notifies listeners that the interpreter has exited unexpectedly.
_notifyInterpreterExited(int) - Method in class edu.rice.cs.drjava.model.repl.InteractionsModel
Notifies listeners that the interpreter has exited unexpectedly.
_notifyInterpreterExited(int) - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelTest.IncompleteInputInteractionsModel
 
_notifyInterpreterExited(int) - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelTest.TestInteractionsModel
 
_notifyInterpreterExited(int) - Method in class edu.rice.cs.drjava.model.repl.SimpleInteractionsModel
Notifies listeners that the interpreter has exited unexpectedly.
_notifyInterpreterReady(File) - Method in class edu.rice.cs.drjava.model.repl.DefaultInteractionsModel
In the event thread, notifies listeners that the interpreter is ready.
_notifyInterpreterReady(File) - Method in class edu.rice.cs.drjava.model.repl.InteractionsModel
Notifies listeners that the interpreter is ready.
_notifyInterpreterReady(File) - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelTest.IncompleteInputInteractionsModel
 
_notifyInterpreterReady(File) - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelTest.TestInteractionsModel
 
_notifyInterpreterReady(File) - Method in class edu.rice.cs.drjava.model.repl.SimpleInteractionsModel
Notifies listeners that the interpreter is ready.
_notifyInterpreterResetFailed(Throwable) - Method in class edu.rice.cs.drjava.model.repl.DefaultInteractionsModel
In the event thread, notifies listeners that the interpreter reset failed.
_notifyInterpreterResetFailed(Throwable) - Method in class edu.rice.cs.drjava.model.repl.InteractionsModel
Notifies listeners that the interpreter reset failed.
_notifyInterpreterResetFailed(Throwable) - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelTest.IncompleteInputInteractionsModel
 
_notifyInterpreterResetFailed(Throwable) - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelTest.TestInteractionsModel
 
_notifyInterpreterResetFailed(Throwable) - Method in class edu.rice.cs.drjava.model.repl.SimpleInteractionsModel
Notifies listeners that the interpreter reset failed.
_notifyInterpreterResetting() - Method in class edu.rice.cs.drjava.model.repl.DefaultInteractionsModel
In the event thread, notifies listeners that the interpreter is resetting.
_notifyInterpreterResetting() - Method in class edu.rice.cs.drjava.model.repl.InteractionsModel
Notifies listeners that the interpreter is resetting.
_notifyInterpreterResetting() - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelTest.IncompleteInputInteractionsModel
 
_notifyInterpreterResetting() - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelTest.TestInteractionsModel
 
_notifyInterpreterResetting() - Method in class edu.rice.cs.drjava.model.repl.SimpleInteractionsModel
Notifies listeners that the interpreter is resetting.
_notifyJUnitDone() - Method in class edu.rice.cs.drjava.model.GlobalModelTestCase.JUnitTestListener
 
_notifyJUnitEnded() - Method in class edu.rice.cs.drjava.model.junit.DefaultJUnitModel
Helper method to notify JUnitModel listeners that JUnit test suite execution has just ended.
_notifyJUnitStarted() - Method in class edu.rice.cs.drjava.model.junit.DefaultJUnitModel
Helper method to notify JUnitModel listeners that JUnit test suite execution has started.
_notifyLock() - Method in class edu.rice.cs.drjava.model.debug.DebugTestCase
Notifies _notifierLock if the after the notify count has expired.
_notifyNonTestCase(boolean, boolean) - Method in class edu.rice.cs.drjava.model.junit.DefaultJUnitModel
Helper method to notify JUnitModel listeners that JUnit aborted before any tests could be run.
_notifyObject - Variable in class edu.rice.cs.util.ReaderWriterLockTest
Object to provide semaphore-like synchronization.
_notifyRegionRemoved(R) - Method in class edu.rice.cs.drjava.model.ConcreteRegionManager
 
_notifySyntaxErrorOccurred(int, int) - Method in class edu.rice.cs.drjava.model.repl.DefaultInteractionsModel
In the event thread, notifies listeners that an error was present in the interaction.
_notifySyntaxErrorOccurred(int, int) - Method in class edu.rice.cs.drjava.model.repl.InteractionsModel
Handles a syntax error being returned from an interaction
_notifySyntaxErrorOccurred(int, int) - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelTest.IncompleteInputInteractionsModel
 
_notifySyntaxErrorOccurred(int, int) - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelTest.TestInteractionsModel
 
_notifySyntaxErrorOccurred(int, int) - Method in class edu.rice.cs.drjava.model.repl.SimpleInteractionsModel
Notifies listeners that an interaction contained a syntax error.
_notifyUndoHappened() - Method in class edu.rice.cs.drjava.model.definitions.CompoundUndoManager
Helper method to notify the view that an undoable edit has occured.
_num - Variable in class edu.rice.cs.util.sexp.NumberAtom
 
_num - Variable in class edu.rice.cs.util.sexp.Tokens.NumberToken
 
_numActiveReaders - Variable in class edu.rice.cs.util.ReaderWriterLock
The number of readers currently reading.
_numActiveWriters - Variable in class edu.rice.cs.util.ReaderWriterLock
The number of writers currently writing (ie.
_numCompilerErrors - Variable in class edu.rice.cs.drjava.model.compiler.CompilerErrorModel
The number of compile errors.
_numCompilerErrors - Variable in class edu.rice.cs.drjava.model.DefaultGlobalModel
Number of errors in last compilation.
_numErrors - Variable in class edu.rice.cs.drjava.model.compiler.CompilerErrorModel
The size of _errors and _positions.
_numErrors - Variable in class edu.rice.cs.drjava.ui.ErrorPanel
The total number of errors in the list
_numIterations - Variable in class edu.rice.cs.util.ReaderWriterLockTest.PrintCommand
Number of times to print
_numLinesChanged(int) - Method in class edu.rice.cs.drjava.model.AbstractDJDocument
Updates _numLinesChanged given that a newline was inserted or removed at the specified offset.
_numLinesChangedAfter - Variable in class edu.rice.cs.drjava.model.AbstractDJDocument
Offset marking where line number changes begin due to an insertion or deletion.
_numRightMarginColumns - Variable in class edu.rice.cs.drjava.ui.DefinitionsPane
After how many columns to display the right margin.
_numWaitingReaders - Variable in class edu.rice.cs.util.ReaderWriterLock
The number of readers waiting to read.
_numWaitingWriters - Variable in class edu.rice.cs.util.ReaderWriterLock
The number of writers waiting to write.
_numWarnings - Variable in class edu.rice.cs.drjava.model.compiler.CompilerErrorModel
The number of compile warnings.
_obj - Variable in class edu.rice.cs.drjava.model.FinalizationEvent
 
_objString - Variable in class edu.rice.cs.drjava.model.repl.newjvm.InterpretResult.ObjectValueResult
 
_objTypeStr - Variable in class edu.rice.cs.drjava.model.repl.newjvm.InterpretResult.ObjectValueResult
 
_odd - Variable in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
This reference to the OpenDefinitionsDocument is needed so that the document iterator (the DefaultGlobalModel) can find the next ODD given a DD.
_oddDisplayManager20 - Static variable in class edu.rice.cs.drjava.ui.MainFrame
 
_oddDisplayManager30 - Static variable in class edu.rice.cs.drjava.ui.MainFrame
 
_offset - Variable in class edu.rice.cs.drjava.model.AbstractDJDocument.CharInsertCommand
 
_offset - Variable in class edu.rice.cs.drjava.model.AbstractDJDocument.InsertCommand
 
_offset - Variable in class edu.rice.cs.drjava.model.AbstractDJDocument.RemoveCommand
 
_offset - Variable in class edu.rice.cs.drjava.model.debug.jpda.DocumentDebugAction
 
_offset - Variable in class edu.rice.cs.drjava.model.definitions.indent.ActionStartPrevLinePlusMultiline
 
_offset - Variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelControl
 
_offset - Variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.TokenList.Iterator
 
_offset - Variable in class edu.rice.cs.drjava.model.FindReplaceMachineTest
 
_offset - Variable in class edu.rice.cs.drjava.ui.MainFrame.PositionListener
 
_offsetToQueries - Variable in class edu.rice.cs.drjava.model.AbstractDJDocument
Records the set of queries (as a list) for each offset.
_ok() - Method in class edu.rice.cs.drjava.ui.EditExternalDialog
Method that handels the OK button
_ok() - Method in class edu.rice.cs.drjava.ui.JarOptionsDialog
Do the Jar.
_okAction - Variable in class edu.rice.cs.drjava.ui.ClipboardHistoryFrame
Close actions for ok and cancel button.
_okAction - Variable in class edu.rice.cs.drjava.ui.DrJavaErrorPopup
 
_okAction - Variable in class edu.rice.cs.drjava.ui.DrJavaErrorWindow
 
_okAction - Variable in class edu.rice.cs.util.swing.ScrollableDialog
A default "OK" action which disposes this dialog when invoked.
_okBtn - Variable in class edu.rice.cs.drjava.ui.InsertVariableDialog
Button to accept the selection.
_okButton - Variable in class edu.rice.cs.drjava.ui.AboutDialog
 
_okButton - Variable in class edu.rice.cs.drjava.ui.ClipboardHistoryFrame
Ok button.
_okButton - Variable in class edu.rice.cs.drjava.ui.config.ConfigFrame
 
_okButton - Variable in class edu.rice.cs.drjava.ui.config.KeyStrokeOptionComponent.GetKeyDialog
 
_okButton - Variable in class edu.rice.cs.drjava.ui.config.VectorKeyStrokeOptionComponent.GetKeyDialog
 
_okButton - Variable in class edu.rice.cs.drjava.ui.DrJavaErrorPopup
the button that closes this window
_okButton - Variable in class edu.rice.cs.drjava.ui.DrJavaErrorWindow
the button that closes this window
_okButton - Variable in class edu.rice.cs.drjava.ui.EditExternalDialog
Ok button.
_okButton - Variable in class edu.rice.cs.drjava.ui.JarOptionsDialog
OK button.
_okButton - Variable in class edu.rice.cs.drjava.ui.NewJavaClassDialog
 
_okButton - Variable in class edu.rice.cs.drjava.ui.ProjectAdvancedPropertiesFrame
 
_okButton - Variable in class edu.rice.cs.drjava.ui.ProjectPropertiesFrame
 
_okButton - Variable in class edu.rice.cs.util.swing.FontChooser
 
_okCommand() - Method in class edu.rice.cs.drjava.ui.InsertVariableDialog
Close the dialog, keeping the last selection in _selected.
_oldInputMap - Variable in class edu.rice.cs.drjava.ui.DetachedFrame
Old InputMap without accelerators added.
_oldInputMap - Variable in class edu.rice.cs.drjava.ui.InteractionsController.InputBox
 
_oldKeys - Variable in class edu.rice.cs.drjava.ui.KeyBindingManager.VectorKeyStrokeOptionListener
 
_oldLead - Variable in class edu.rice.cs.util.swing.FileSelectionEvent
 
_onlyWarnings - Variable in class edu.rice.cs.drjava.model.compiler.CompilerErrorModel
Cached result of hasOnlyWarnings.
_op - Variable in class edu.rice.cs.drjava.config.BinaryOpProperty
Operation to perform.
_op - Variable in class edu.rice.cs.drjava.config.QuaternaryOpProperty
Operation to perform.
_op - Variable in class edu.rice.cs.drjava.config.TernaryOpProperty
Operation to perform.
_op - Variable in class edu.rice.cs.drjava.config.UnaryOpProperty
Operation to perform.
_op1Default - Variable in class edu.rice.cs.drjava.config.BinaryOpProperty
Operator 1 default
_op1Default - Variable in class edu.rice.cs.drjava.config.QuaternaryOpProperty
Operator 1 default
_op1Default - Variable in class edu.rice.cs.drjava.config.TernaryOpProperty
Operator 1 default
_op1Default - Variable in class edu.rice.cs.drjava.config.UnaryOpProperty
Operator default
_op1Name - Variable in class edu.rice.cs.drjava.config.BinaryOpProperty
Operator 1 name
_op1Name - Variable in class edu.rice.cs.drjava.config.QuaternaryOpProperty
Operator 1 name
_op1Name - Variable in class edu.rice.cs.drjava.config.TernaryOpProperty
Operator 1 name
_op1Name - Variable in class edu.rice.cs.drjava.config.UnaryOpProperty
Operator name
_op2Default - Variable in class edu.rice.cs.drjava.config.BinaryOpProperty
Operator 2 default
_op2Default - Variable in class edu.rice.cs.drjava.config.QuaternaryOpProperty
Operator 2 default
_op2Default - Variable in class edu.rice.cs.drjava.config.TernaryOpProperty
Operator 2 default
_op2Name - Variable in class edu.rice.cs.drjava.config.BinaryOpProperty
Operator 2 name
_op2Name - Variable in class edu.rice.cs.drjava.config.QuaternaryOpProperty
Operator 2 name
_op2Name - Variable in class edu.rice.cs.drjava.config.TernaryOpProperty
Operator 2 name
_op3Default - Variable in class edu.rice.cs.drjava.config.QuaternaryOpProperty
Operator 3 default
_op3Default - Variable in class edu.rice.cs.drjava.config.TernaryOpProperty
Operator 3 default
_op3Name - Variable in class edu.rice.cs.drjava.config.QuaternaryOpProperty
Operator 3 name
_op3Name - Variable in class edu.rice.cs.drjava.config.TernaryOpProperty
Operator 3 name
_op4Default - Variable in class edu.rice.cs.drjava.config.QuaternaryOpProperty
Operator 4 default
_op4Name - Variable in class edu.rice.cs.drjava.config.QuaternaryOpProperty
Operator 4 name
_open() - Method in class edu.rice.cs.drjava.ui.MainFrame
 
_openAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Asks user for file name and and reads that file into the definitions pane.
_openAllFolderAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Opens all the files in the current folder.
_openAnyFileSelector - Variable in class edu.rice.cs.drjava.ui.MainFrame
Returns the files to open.
_openChooser - Variable in class edu.rice.cs.drjava.ui.MainFrame
For opening files.
_openCommandLineFiles(MainFrame, String[], int, boolean) - Static method in class edu.rice.cs.drjava.DrJavaRoot
 
_openCurlyPos - Variable in class edu.rice.cs.drjava.model.Query.AnonymousInnerClass
 
_openDoc - Variable in class edu.rice.cs.drjava.ui.ErrorCaretListener
 
_openDocs - Variable in exception edu.rice.cs.drjava.model.AlreadyOpenException
 
_openDone - Variable in class edu.rice.cs.drjava.ui.MainFrameTest
 
_openFile(File) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Creates a document from a file.
_openFileDownloadPage(String) - Method in class edu.rice.cs.drjava.ui.NewVersionPopup
Opens the specified page.
_openFileOrProject() - Method in class edu.rice.cs.drjava.ui.MainFrame
 
_openFileOrProjectAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Asks user for file name and and reads that file into the definitions pane.
_openFileOrProjectSelector - Variable in class edu.rice.cs.drjava.ui.MainFrame
Returns the files to open to the model (command pattern).
_openFiles(File[]) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Opens all the files in the list, and notifies about the last file opened.
_openFolder() - Method in class edu.rice.cs.drjava.ui.MainFrame
 
_openFolder(File, boolean, String) - Method in class edu.rice.cs.drjava.ui.MainFrame
Opens all the files in the specified directory; it opens all files in nested folders if rec is true.
_openFolderAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Asks user for directory name and and reads it's files (and subdirectories files, on request) to the definitions pane.
_opening - Variable in class edu.rice.cs.drjava.model.Query.AbstractEnclosingBrace
 
_openJavadocAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Action that asks the user for a file name and goes there.
_openJavadocDialog - Variable in class edu.rice.cs.drjava.ui.MainFrame
The "Open Javadoc" dialog instance.
_openJavadocUnderCursor() - Method in class edu.rice.cs.drjava.ui.MainFrame
Opens the Javadoc specified by the word the cursor is on.
_openJavadocUnderCursorAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Open Javadoc page specified by the word the cursor is on.
_openLock - Variable in class edu.rice.cs.drjava.ui.MainFrameTest
 
_openOneFolderAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Opens a files in the current folder.
_openProject() - Method in class edu.rice.cs.drjava.ui.MainFrame
Asks the user to select the project file to open and starts the process of opening the project.
_openProjectAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Asks user for project file name and and reads the associated files into the file navigator (and places the first source file in the editor pane)
_openProjectChooser - Variable in class edu.rice.cs.drjava.ui.MainFrame
For opening project files.
_openProjectHelper(File) - Method in class edu.rice.cs.drjava.ui.MainFrame
Oversees the opening of the project by delegating to the model to parse and initialize the project while resetting the navigator pane and opening up the files itself.
_openProjectSelector - Variable in class edu.rice.cs.drjava.ui.MainFrame
Returns the project file to open.
_openProjectUpdate() - Method in class edu.rice.cs.drjava.ui.MainFrame
 
_openRecursiveCheckBox - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_openSelector - Variable in class edu.rice.cs.drjava.ui.MainFrame
Returns the files to open to the model (command pattern).
_option - Static variable in class edu.rice.cs.drjava.ui.config.BooleanOptionComponentTest
 
_option - Static variable in class edu.rice.cs.drjava.ui.config.ColorOptionComponentTest
 
_option - Static variable in class edu.rice.cs.drjava.ui.config.FileOptionComponentTest
 
_option - Static variable in class edu.rice.cs.drjava.ui.config.FontOptionComponentTest
 
_option - Static variable in class edu.rice.cs.drjava.ui.config.ForcedChoiceOptionComponentTest
 
_option - Static variable in class edu.rice.cs.drjava.ui.config.IntegerOptionComponentTest
 
_option - Static variable in class edu.rice.cs.drjava.ui.config.KeyStrokeOptionComponentTest
 
_option - Variable in class edu.rice.cs.drjava.ui.config.OptionComponent
 
_option - Static variable in class edu.rice.cs.drjava.ui.config.VectorFileOptionComponentTest
 
_option - Static variable in class edu.rice.cs.drjava.ui.config.VectorKeyStrokeOptionComponentTest
 
_optionalComponents - Variable in class edu.rice.cs.drjava.ui.predictive.PredictiveInputFrame
Optional components for the _optionsPanel.
_optionPane - Variable in class edu.rice.cs.drjava.ui.JavadocDialog
OptionPane from which to get the results.
_optionPane - Variable in class edu.rice.cs.util.swing.ConfirmCheckBoxDialog
 
_optionsPanel - Variable in class edu.rice.cs.drjava.ui.predictive.PredictiveInputFrame
Panel for additional options.
_other - Variable in class edu.rice.cs.drjava.ui.MainFrame.DJFileDisplayManager
 
_outBuf - Variable in class edu.rice.cs.drjava.model.repl.newjvm.NewJVMTest.TestJVMExtension
 
_output - Variable in class edu.rice.cs.util.jar.JarBuilder
 
_owner - Variable in class edu.rice.cs.drjava.ui.predictive.PredictiveInputFrame
Owner frame.
_owner - Variable in class edu.rice.cs.util.swing.DirectoryChooser
GUI component that owns the dialog (if any) for this directory chooser.
_owner - Variable in class edu.rice.cs.util.swing.ScrollableListDialog.Builder
 
_p - Variable in class edu.rice.cs.drjava.ui.ExternalProcessPanel
 
_package - Variable in class edu.rice.cs.drjava.project.DocFile
 
_packageName - Variable in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
The package name embedded in the document the last time is was loaded, reconstructed, or saved.
_padding - Variable in class edu.rice.cs.drjava.ui.RecentDocFrame
 
_pageChanger - Variable in class edu.rice.cs.drjava.ui.PreviewFrame
 
_pageFormat - Variable in class edu.rice.cs.drjava.model.AbstractGlobalModel
A PageFormat object for printing to paper.
_pageNumber - Variable in class edu.rice.cs.drjava.ui.PreviewFrame
 
_pagePreview - Variable in class edu.rice.cs.drjava.ui.PreviewFrame
 
_pagePrinters - Variable in class edu.rice.cs.drjava.model.print.DrJavaBook
 
_pageSetup() - Method in class edu.rice.cs.drjava.ui.MainFrame
 
_pageSetupAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Opens the page setup window.
_painter - Variable in class edu.rice.cs.drjava.ui.ReverseHighlighter.HighlightInfo
 
_painter - Variable in class edu.rice.cs.util.swing.HighlightManager.HighlightInfo
 
_pane - Variable in class edu.rice.cs.drjava.model.repl.InteractionsModel
The interactions pane bundled with this document.
_pane - Variable in class edu.rice.cs.drjava.ui.AbstractConsoleController
Pane from the view.
_pane - Variable in class edu.rice.cs.drjava.ui.InteractionsPaneTest
 
_pane - Variable in class edu.rice.cs.drjava.ui.InteractionsScriptController
Associated view.
_pane - Variable in class edu.rice.cs.drjava.ui.LineEnumRule
DefinitionsPane that this rule is displayed for
_pane - Variable in class edu.rice.cs.drjava.ui.SimpleInteractionsWindow
 
_pane1 - Variable in class edu.rice.cs.drjava.ui.MainFrameTest
 
_pane2 - Variable in class edu.rice.cs.drjava.ui.MainFrameTest
 
_panel - Variable in class edu.rice.cs.drjava.ui.config.ColorOptionComponent
 
_panel - Variable in class edu.rice.cs.drjava.ui.config.ConfigFrame.PanelTreeNode
 
_panel - Variable in class edu.rice.cs.drjava.ui.config.FontOptionComponent
 
_panel - Variable in class edu.rice.cs.drjava.ui.config.KeyStrokeOptionComponent
 
_panel - Variable in class edu.rice.cs.drjava.ui.config.VectorOptionComponent
 
_panel - Variable in class edu.rice.cs.drjava.ui.RecentDocFrame
 
_parent - Variable in class edu.rice.cs.drjava.config.ConfigOptionListeners.DefaultCompilerListener
 
_parent - Variable in class edu.rice.cs.drjava.config.ConfigOptionListeners.DisplayAllCompilerVersionsListener
 
_parent - Variable in class edu.rice.cs.drjava.config.ConfigOptionListeners.JavadocCustomParamsListener
 
_parent - Variable in class edu.rice.cs.drjava.config.ConfigOptionListeners.LookAndFeelListener
 
_parent - Variable in class edu.rice.cs.drjava.config.ConfigOptionListeners.MasterJVMArgsListener
 
_parent - Variable in class edu.rice.cs.drjava.config.ConfigOptionListeners.MasterJVMXMXListener
 
_parent - Variable in class edu.rice.cs.drjava.config.ConfigOptionListeners.PlasticThemeListener
 
_parent - Variable in class edu.rice.cs.drjava.config.ConfigOptionListeners.RequiresDrJavaRestartListener
 
_parent - Variable in class edu.rice.cs.drjava.config.ConfigOptionListeners.RequiresInteractionsRestartListener
 
_parent - Variable in class edu.rice.cs.drjava.config.ConfigOptionListeners.SlaveJVMArgsListener
 
_parent - Variable in class edu.rice.cs.drjava.config.ConfigOptionListeners.SlaveJVMXMXListener
 
_parent - Variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelBrace
 
_parent - Variable in class edu.rice.cs.drjava.model.print.PagePrinter
 
_parent - Variable in class edu.rice.cs.drjava.project.ProjectFileParser
 
_parent - Variable in class edu.rice.cs.drjava.project.XMLProjectFileParser
 
_parent - Variable in class edu.rice.cs.drjava.ui.config.OptionComponent
 
_parent - Variable in class edu.rice.cs.drjava.ui.ProjectMenuTest
 
_parent - Variable in class edu.rice.cs.util.swing.DirectorySelectorComponent
The parent component of this component.
_parent - Variable in class edu.rice.cs.util.swing.FileSelectorComponent
The parent frame of this component.
_parent - Variable in class edu.rice.cs.util.swing.FileSelectorStringComponent
The parent component of this component.
_parent - Variable in class edu.rice.cs.util.swing.ProcessingDialog
 
_parent - Variable in class edu.rice.cs.util.XMLConfig
XMLConfig to delegate to, or null.
_parentChanged - Static variable in class edu.rice.cs.drjava.ui.DrJavaErrorWindow
true if parent changed since last singleton() call
_parentDir - Variable in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
The folder containing this document
_parentFrame - Static variable in class edu.rice.cs.drjava.ui.DrJavaErrorWindow
the parent frame
_parentFrame - Variable in class edu.rice.cs.drjava.ui.ProjectAdvancedPropertiesFrame
 
_parse - Variable in class edu.rice.cs.drjava.config.UnaryOpProperty
Lambda to turn a string into the operand.
_parse1 - Variable in class edu.rice.cs.drjava.config.BinaryOpProperty
Lambda to turn a string into the first operand.
_parse1 - Variable in class edu.rice.cs.drjava.config.QuaternaryOpProperty
Lambda to turn a string into the first operand.
_parse1 - Variable in class edu.rice.cs.drjava.config.TernaryOpProperty
Lambda to turn a string into the first operand.
_parse2 - Variable in class edu.rice.cs.drjava.config.BinaryOpProperty
Lambda to turn a string into the first operand.
_parse2 - Variable in class edu.rice.cs.drjava.config.QuaternaryOpProperty
Lambda to turn a string into the second operand.
_parse2 - Variable in class edu.rice.cs.drjava.config.TernaryOpProperty
Lambda to turn a string into the second operand.
_parse3 - Variable in class edu.rice.cs.drjava.config.QuaternaryOpProperty
Lambda to turn a string into the third operand.
_parse3 - Variable in class edu.rice.cs.drjava.config.TernaryOpProperty
Lambda to turn a string into the third operand.
_parse4 - Variable in class edu.rice.cs.drjava.config.QuaternaryOpProperty
Lambda to turn a string into the fourth operand.
_parseExceptions2CompilerErrors(LinkedList<JExprParseException>) - Method in class edu.rice.cs.drjava.model.compiler.DefaultCompilerModel
Converts JExprParseExceptions thrown by the JExprParser in language levels to CompilerErrors.
_parseJavadocErrorLine(String) - Method in class edu.rice.cs.drjava.model.javadoc.DefaultJavadocModel
Convert a line of Javadoc text to a DJError.
_parsePackagesFile(File, File) - Static method in class edu.rice.cs.drjava.ui.JavadocFrame
Reads through the beginning of the packages.html file to determine if it is just a pointer to another file.
_passedCurrent - Variable in class edu.rice.cs.drjava.model.repl.InteractionsScriptModel
Indicates whether the iterator has "passed" the current interaction, which is the case after an execution.
_pasteHistoryAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Asks the user for a file name and goes there.
_pastRegions - Variable in class edu.rice.cs.drjava.model.BrowserHistoryManager
List of regions.
_path - Variable in error edu.rice.cs.util.classloader.ClassFileError
 
_path2node - Variable in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
Maps path's to nodes and nodes to paths.
_pb - Variable in class edu.rice.cs.util.swing.ProcessingDialog
 
_pc - Variable in class edu.rice.cs.drjava.ui.ExternalProcessPanel
 
_pendingActions - Variable in class edu.rice.cs.drjava.model.debug.jpda.PendingRequestManager
 
_pendingDocument - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_pendingNotifies - Variable in class edu.rice.cs.drjava.model.debug.DebugTestCase
 
_pendingRequestManager - Variable in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Keeps track of any DebugActions whose classes have not yet been loaded, so that EventRequests can be created when the correct ClassPrepareEvent occurs.
_pendingUpdate - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_pim - Variable in class edu.rice.cs.drjava.ui.predictive.PredictiveInputFrame
Predictive input model
_point - Variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.ModelList.ModelIterator
 
_pollMasterThreadName - Variable in class edu.rice.cs.util.newjvm.AbstractSlaveJVM
Name of the thread to periodically poll the master.
_popMenu - Variable in class edu.rice.cs.drjava.ui.DefinitionsPane
The contextual popup menu for the Definitions Pane.
_popMenu - Variable in class edu.rice.cs.drjava.ui.JUnitPanel.JUnitErrorListPane
 
_popupAction(MouseEvent) - Method in class edu.rice.cs.drjava.ui.DebugPanel.DebugTableMouseAdapter
 
_popupAction(MouseEvent) - Method in class edu.rice.cs.drjava.ui.DefinitionsPane.PopupMenuMouseAdapter
 
_popupAction(MouseEvent) - Method in class edu.rice.cs.drjava.ui.JUnitPanel.JUnitErrorListPane.PopupAdapter
Shows the popup menu for this mouse adapter.
_popupAction(MouseEvent) - Method in class edu.rice.cs.drjava.ui.RegionsListPanel.RegionMouseAdapter
 
_popupAction(MouseEvent) - Method in class edu.rice.cs.drjava.ui.RegionsTreePanel.RegionMouseAdapter
 
_popupAction(MouseEvent) - Method in class edu.rice.cs.util.swing.RightClickMouseAdapter
Performs the action when the popup trigger is received.
_popupMenu - Variable in class edu.rice.cs.drjava.ui.ErrorPanel
_popupMenu and _popupMenuListener are either both null or both non-null.
_popupMenuListener - Variable in class edu.rice.cs.drjava.ui.ErrorPanel
 
_popupMenuMA - Variable in class edu.rice.cs.drjava.ui.DefinitionsPane
The mouse adapter for handling a popup menu.
_pos - Variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.ModelList.ModelIterator
 
_pos - Variable in class edu.rice.cs.drjava.model.Query.AbstractEnclosingBrace
 
_pos - Variable in class edu.rice.cs.drjava.model.Query.AnonymousInnerClass
 
_pos - Variable in class edu.rice.cs.drjava.model.Query.CharArrayAndFlag
 
_pos - Variable in class edu.rice.cs.drjava.model.Query.CharOnLine
 
_pos - Variable in class edu.rice.cs.drjava.model.Query.EnclosingClassName
 
_pos - Variable in class edu.rice.cs.drjava.model.Query.IndentOfCurrStmt
 
_pos - Variable in class edu.rice.cs.drjava.model.Query.Pos
 
_pos - Variable in class edu.rice.cs.drjava.model.Query.PrevCharPos
 
_pos - Variable in class edu.rice.cs.drjava.ui.RecentFileManager
Position in the file menu for the next insert.
_position - Variable in class edu.rice.cs.drjava.model.debug.jpda.JPDABreakpoint
 
_position - Variable in class edu.rice.cs.drjava.ui.DefinitionsPane
 
_positions - Variable in class edu.rice.cs.drjava.model.compiler.CompilerErrorModel
An array of file offsets, parallel to the _errors array.
_posListener - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_preferencesComponent() - Method in class edu.rice.cs.drjava.ui.ProjectAdvancedPropertiesFrame
 
_preferencesList - Variable in class edu.rice.cs.drjava.ui.ProjectAdvancedPropertiesFrame
 
_prefix - Variable in class edu.rice.cs.drjava.model.definitions.indent.QuestionCurrLineStartsWith
 
_prefix - Variable in class edu.rice.cs.drjava.model.definitions.indent.QuestionCurrLineStartsWithSkipComments
The String to be matched.
_prefix - Variable in class edu.rice.cs.drjava.model.definitions.indent.QuestionHasCharPrecedingOpenBrace
 
_prefix - Variable in class edu.rice.cs.drjava.model.definitions.indent.QuestionPrevLineStartsWith
 
_prepareForCompile() - Method in class edu.rice.cs.drjava.model.compiler.DefaultCompilerModel
Check that there are no unsaved or untitled files currently open.
_prepareRequest(T) - Method in class edu.rice.cs.drjava.model.debug.jpda.DebugAction
Prepares this EventRequest with the current stored values.
_prepareRequest(T) - Method in class edu.rice.cs.drjava.model.debug.jpda.DocumentDebugAction
Prepares this EventRequest with the current stored values.
_prepareRequests(Vector<T>) - Method in class edu.rice.cs.drjava.model.debug.jpda.DebugAction
Prepares all relevant EventRequests with the current stored values.
_prepareToInterpret(String) - Method in class edu.rice.cs.drjava.model.repl.InteractionsModel
Performs pre-interpretation preparation of the interactions document and notifies the view.
_prev - Variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.ModelList.Node
 
_prevAction - Variable in class edu.rice.cs.drjava.ui.DrJavaErrorWindow
 
_prevButton - Variable in class edu.rice.cs.drjava.ui.DrJavaErrorWindow
the button that moves to the previous error
_prevButton - Variable in class edu.rice.cs.drjava.ui.RegionsTreePanel
button to go to the previous region (or null if _hasNextPrevButtons==false).
_prevErrorButton - Variable in class edu.rice.cs.drjava.ui.ErrorPanel
 
_previewArea - Variable in class edu.rice.cs.drjava.ui.ClipboardHistoryFrame
Text area for that previews the history content.
_previewScroll - Variable in class edu.rice.cs.drjava.ui.PreviewFrame
 
_prevInteractionAction - Variable in class edu.rice.cs.drjava.ui.InteractionsScriptController
Action to go back in the script.
_previousPage() - Method in class edu.rice.cs.drjava.ui.PreviewFrame
 
_prevPageAction - Variable in class edu.rice.cs.drjava.ui.PreviewFrame
Displays the previous page of the document.
_prevRegionAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Jump to the previous region in the tabbed pane.
_primTypes - Static variable in class edu.rice.cs.drjava.model.AbstractDJDocument
A set of Java primitive types.
_print() - Method in class edu.rice.cs.drjava.ui.ErrorPanel.PreviewErrorFrame
 
_print() - Method in class edu.rice.cs.drjava.ui.PreviewConsoleFrame
 
_print() - Method in class edu.rice.cs.drjava.ui.PreviewDefDocFrame
 
_print - Variable in class edu.rice.cs.drjava.ui.PreviewFrame
 
_print() - Method in class edu.rice.cs.drjava.ui.PreviewFrame
Prints the document being previewed
_printConsole() - Method in class edu.rice.cs.drjava.ui.MainFrame
 
_printConsoleAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Prints the console document.
_printConsolePreview() - Method in class edu.rice.cs.drjava.ui.MainFrame
 
_printConsolePreviewAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Opens the print preview window.
_printDefDoc() - Method in class edu.rice.cs.drjava.ui.MainFrame
 
_printDefDocAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Prints the current document.
_printDefDocPreview() - Method in class edu.rice.cs.drjava.ui.MainFrame
Opens a new PrintPreview frame.
_printDefDocPreviewAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Opens the print preview window.
_printInteractions() - Method in class edu.rice.cs.drjava.ui.MainFrame
 
_printInteractionsAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Prints the interactions document.
_printInteractionsPreview() - Method in class edu.rice.cs.drjava.ui.MainFrame
 
_printInteractionsPreviewAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Opens the print preview window.
_printListener - Variable in class edu.rice.cs.drjava.ui.PreviewFrame
Prints the current document.
_priority - Variable in class edu.rice.cs.drjava.model.DefaultGlobalModel.LibraryKey
 
_processAllInCurrentDoc(Runnable1<FindResult>, boolean) - Method in class edu.rice.cs.drjava.model.FindReplaceMachine
Processes all occurences of _findWord in _doc.
_processDocs(Collection<OpenDefinitionsDocument>, Runnable1<OpenDefinitionsDocument>) - Method in class edu.rice.cs.drjava.ui.MainFrame
Performs op on each document in docs and invalidates the various project file collection properties.
_processes - Variable in class edu.rice.cs.util.ProcessChain
The processes inside this piping chain.
_processes - Variable in class edu.rice.cs.util.ProcessSequence
The processes inside this process sequence.
_processingDialog - Variable in class edu.rice.cs.drjava.ui.JarOptionsDialog
Processing dialog.
_progressBar - Variable in class edu.rice.cs.drjava.ui.JUnitPanel
 
_projectCP - Variable in class edu.rice.cs.drjava.model.repl.newjvm.ClassPathManager
 
_projectFile - Variable in class edu.rice.cs.drjava.model.AbstractGlobalModel.ProjectFileGroupingState
 
_projectFile - Variable in class edu.rice.cs.drjava.project.ProjectFileParserFacade
 
_projectFile - Variable in class edu.rice.cs.drjava.project.ProjectProfile
 
_projectFiles - Variable in class edu.rice.cs.drjava.model.AbstractGlobalModel.ProjectFileGroupingState
 
_projectFilesCP - Variable in class edu.rice.cs.drjava.model.repl.newjvm.ClassPathManager
 
_projectFilter - Variable in class edu.rice.cs.drjava.ui.MainFrame
Filter for drjava project files (.drjava and .xml and .pjt)
_projectMenu - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_projectPropertiesAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_projectRoot - Variable in class edu.rice.cs.drjava.project.ProjectProfile
root of project source tree.
_projExtraClassPath - Variable in class edu.rice.cs.drjava.model.AbstractGlobalModel.ProjectFileGroupingState
 
_projFile - Variable in class edu.rice.cs.drjava.ui.ProjectMenuTest
 
_projFilePaths - Variable in class edu.rice.cs.drjava.model.AbstractGlobalModel.ProjectFileGroupingState
 
_projFileText - Variable in class edu.rice.cs.drjava.ui.ProjectMenuTest
 
_projRoot - Variable in class edu.rice.cs.drjava.model.AbstractGlobalModel.ProjectFileGroupingState
 
_projRootPanel() - Method in class edu.rice.cs.drjava.ui.ProjectPropertiesFrame
 
_projRootSelector - Variable in class edu.rice.cs.drjava.ui.ProjectPropertiesFrame
 
_prompt - Variable in class edu.rice.cs.util.text.ConsoleDocument
String to use for the prompt.
_promptBeforeQuit - Variable in class edu.rice.cs.drjava.ui.MainFrame
Whether to display a prompt message before quitting.
_promptPos - Variable in class edu.rice.cs.util.text.ConsoleDocument
Index in the document of the first place that is editable.
_propertiesFile - Static variable in class edu.rice.cs.drjava.DrJava
Properties file used by the configuration object.
_propertiesTabIndex - Variable in class edu.rice.cs.drjava.ui.AboutDialog
index the System Properties tab, one of the tabs in _tabs
_propertiesTable - Variable in class edu.rice.cs.drjava.ui.AboutDialog
the table with the System Properties information
_propertiesTable - Variable in class edu.rice.cs.drjava.ui.DrJavaSurveyPopup
the table with the information that DrJava will send
_props - Variable in class edu.rice.cs.drjava.config.PropertyMaps
Map of property sets.
_props - Variable in class edu.rice.cs.drjava.ui.ExecuteExternalDialog
PropertyMaps used for substitution when replacing variables.
_props - Variable in class edu.rice.cs.util.ProcessCreator
 
_psrvLine - Variable in class edu.rice.cs.drjava.model.definitions.indent.ActionStartPrevLinePlusMultilinePreserve
 
_psrvPos - Variable in class edu.rice.cs.drjava.model.definitions.indent.ActionStartPrevLinePlusMultilinePreserve
 
_publicRadio - Variable in class edu.rice.cs.drjava.ui.NewJavaClassDialog
 
_pushed - Variable in class edu.rice.cs.util.BalancingStreamTokenizer
Stack of characters having been pushed back.
_putTextIntoDefinitions(String) - Method in class edu.rice.cs.drjava.ui.MainFrame
Puts the given text into the current definitions pane at the current caret position.
_qual - Variable in class edu.rice.cs.drjava.model.Query.EnclosingClassName
 
_queryCache - Variable in class edu.rice.cs.drjava.model.AbstractDJDocument
 
_questionPanel - Variable in class edu.rice.cs.drjava.ui.DrJavaSurveyPopup
the version information pane
_quickStartAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Action that shows the quick start documentation.
_quickStartFrame - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_quitAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Quits DrJava.
_quitSlaveThreadName - Variable in class edu.rice.cs.util.newjvm.AbstractSlaveJVM
Name of the thread to quit the slave.
_r - Static variable in class edu.rice.cs.drjava.config.DrJavaPropertySetupTest
 
_rawJavadocDocument(File) - Method in class edu.rice.cs.drjava.model.javadoc.DefaultJavadocModel
 
_rawJUnitOpenDefDocs(List<OpenDefinitionsDocument>, boolean) - Method in class edu.rice.cs.drjava.model.junit.DefaultJUnitModel
Runs all TestCases in the document list lod; assumes all documents have been compiled.
_rawManifest - Variable in class edu.rice.cs.util.jar.ManifestWriter
 
_rawOpenFile(File) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Creates an OpenDefinitionsDocument for a file.
_reader - Variable in class edu.rice.cs.util.BalancingStreamTokenizer
Input Reader.
_readInputIntoBuffer() - Method in class edu.rice.cs.util.InputStreamRedirector
Reads a single "line" of input into the buffer, i.e.
_readThread - Variable in class edu.rice.cs.drjava.ui.ExternalProcessPanel
 
_reattach - Variable in class edu.rice.cs.drjava.ui.DetachedFrame
Lambda to execute when component is being re-attached.
_rec - Variable in class edu.rice.cs.drjava.model.cache.DocumentCache.DocManager
 
_recentDocFrame - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_recentFileAction - Variable in class edu.rice.cs.drjava.ui.RecentFileManager
An action that will be invoked when the file is clicked.
_recentFileManager - Variable in class edu.rice.cs.drjava.ui.MainFrame
Keeps track of the recent files list in the File menu.
_recentFiles - Variable in class edu.rice.cs.drjava.ui.RecentFileManager
All of the recently used files in the list, in order.
_recentProjectManager - Variable in class edu.rice.cs.drjava.ui.MainFrame
Keeps track of the recent projects list in the Project menu
_red - Variable in class edu.rice.cs.drjava.ui.ExternalProcessPanel
 
_red - Variable in class edu.rice.cs.drjava.ui.LessPanel
 
_redirectors - Variable in class edu.rice.cs.util.ProcessChain
The redirector threads that move output (both stdout and stderr) from one process to the input of the next process.
_redoAction - Variable in class edu.rice.cs.drjava.ui.DefinitionsPane
 
_redoAction - Variable in class edu.rice.cs.drjava.ui.InteractionsController
 
_redoAction - Variable in class edu.rice.cs.drjava.ui.InteractionsPane
 
_redoAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Redoes the last undo to the active definitions document.
_redoButton - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_redoCommand - Variable in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument.CommandUndoableEdit
 
_redoCommand - Variable in class edu.rice.cs.drjava.model.repl.InteractionsDJDocument.CommandUndoableEdit
 
_redoPos - Variable in class edu.rice.cs.drjava.ui.DefinitionsPaneTest
 
_reduced - Variable in class edu.rice.cs.drjava.model.AbstractDJDocument
The reduced model of the document (stored in field _reduced) handles most of the document logic and keeps track of state.
_reenableScrollBar() - Method in class edu.rice.cs.drjava.ui.MainFrame
Addresses Mac OS X bug where the scrollbars are disabled in one document after opening another.
_refreshDefScrollPane() - Method in class edu.rice.cs.drjava.ui.MainFrame
Refresh the JScrollPane containing the DefinitionsPane for the active document.
_regex - Variable in class edu.rice.cs.drjava.config.RecursiveFileListProperty.RegexFilter
 
_region - Variable in class edu.rice.cs.drjava.ui.FindResultsPanel
 
_region - Variable in class edu.rice.cs.drjava.ui.RegionsListPanel.RegionListUserObj
 
_region - Variable in class edu.rice.cs.drjava.ui.RegionsTreePanel.RegionTreeUserObj
 
_regionManager - Variable in class edu.rice.cs.drjava.ui.RegionsTreePanel
 
_regionPopupMenu - Variable in class edu.rice.cs.drjava.ui.RegionsTreePanel
 
_regions - Variable in class edu.rice.cs.drjava.model.ConcreteRegionManager
Hashtable mapping documents to collections of regions.
_regionToTreeNode - Variable in class edu.rice.cs.drjava.ui.RegionsTreePanel
A table mapping each region entered in this panel to its corresponding MutableTreeNode in _regTreeModel.
_registered - Static variable in class edu.rice.cs.drjava.config.OptionConstants.LookAndFeels
 
_registerLAFs - Static variable in class edu.rice.cs.drjava.config.OptionConstants.LookAndFeels
 
_registerOptionListeners() - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Registers OptionListeners.
_regListeners - Variable in class edu.rice.cs.drjava.model.cache.DocumentCache
 
_regTree - Variable in class edu.rice.cs.drjava.ui.RegionsTreePanel
 
_regTreeModel - Variable in class edu.rice.cs.drjava.ui.RegionsTreePanel
 
_remove() - Method in class edu.rice.cs.drjava.ui.EditExternalDialog
Method that handels the remove button
_remove(int) - Method in class edu.rice.cs.drjava.ui.RecentFileManager
Remove a menu item from all menus at the specified position.
_remove() - Method in class edu.rice.cs.drjava.ui.RegionsTreePanel
Remove the selected regions.
_removeAction() - Method in class edu.rice.cs.drjava.ui.config.VectorOptionComponent
Remove selected rows.
_removeAllAuxiliary() - Method in class edu.rice.cs.drjava.ui.MainFrame
Converts all auxiliary files to external files.
_removeAllAuxiliaryAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_removeAllButton - Variable in class edu.rice.cs.drjava.ui.BookmarksPanel
 
_removeAllButton - Variable in class edu.rice.cs.drjava.ui.BreakpointsPanel
 
_removeAllDebugInterpreters() - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Removes all of the debug interpreters as part of shutting down.
_removeAuxiliary() - Method in class edu.rice.cs.drjava.ui.MainFrame
Removes selected auxiliary files.
_removeAuxiliaryAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_removeButton - Variable in class edu.rice.cs.drjava.ui.BookmarksPanel
 
_removeButton - Variable in class edu.rice.cs.drjava.ui.BreakpointsPanel
 
_removeButton - Variable in class edu.rice.cs.drjava.ui.config.VectorOptionComponent
 
_removeButton - Variable in class edu.rice.cs.drjava.ui.EditExternalDialog
Remove button.
_removeButton - Variable in class edu.rice.cs.drjava.ui.FindResultsPanel
 
_removeCurrentDebugInterpreter(boolean) - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Removes the current debug interpreter upon resuming the current thread.
_removedText - Variable in class edu.rice.cs.drjava.model.AbstractDJDocument.RemoveCommand
 
_removeErrorListener(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.ui.MainFrame
Removes the ErrorCaretListener corresponding to the given document, after that document has been closed.
_removeIndenter() - Method in class edu.rice.cs.drjava.model.AbstractDJDocument
 
_removeIndex(int) - Method in class edu.rice.cs.drjava.ui.config.VectorKeyStrokeOptionComponent
Also have to remove the keystroke from the map, in addition to what the superclass already does.
_removeIndex(int) - Method in class edu.rice.cs.drjava.ui.config.VectorOptionComponent
Remove the value at index i, update the table and resize it.
_removeListHighlight() - Method in class edu.rice.cs.drjava.ui.ErrorPanel.ErrorListPane
When the selection of the current error changes, remove the highlight in the error pane.
_removeListHighlight() - Method in class edu.rice.cs.drjava.ui.JUnitPanel.JUnitErrorListPane
Overrides _removeListHighlight in ErrorListPane to disable the _showStackTraceButton.
_removePreviousHighlight() - Method in class edu.rice.cs.drjava.ui.AbstractDJPane
Removes the previous highlight so document is cleared when caret position changes.
_removeSeparators(String) - Static method in class edu.rice.cs.drjava.model.repl.InteractionsModel
Removes the interaction-separator comments from a history, so that they will not appear when executing the history.
_removeTabs(String) - Static method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
Given a String, return a new String will all tabs converted to spaces.
_rename() - Method in class edu.rice.cs.drjava.ui.MainFrame
 
_renameAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Asks the user for a file name and renames and saves the active document (in the definitions pane) to that file.
_renderer - Variable in class edu.rice.cs.util.docnavigation.JListNavigator
The cell renderer for this JList
_renderer - Variable in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
The renderer for this JTree.
_rep - Variable in class edu.rice.cs.util.docnavigation.LeafNode
 
_rep - Variable in class edu.rice.cs.util.sexp.Tokens.SExpToken
 
_rep - Variable in class edu.rice.cs.util.swing.FileDisplay
 
_repaintLineNums() - Method in class edu.rice.cs.drjava.ui.MainFrame
Repaints the line numbers on the active scroll pane.
_replace() - Method in class edu.rice.cs.drjava.ui.FindReplacePanel
 
_replaceAction - Variable in class edu.rice.cs.drjava.ui.FindReplacePanel
 
_replaceAll() - Method in class edu.rice.cs.drjava.ui.FindReplacePanel
Performs the "replace all" command.
_replaceAllAction - Variable in class edu.rice.cs.drjava.ui.FindReplacePanel
Replaces all occurences of the findfield text with that of the replacefield text both before and after the cursor without prompting for wrapping around the end of the document.
_replaceAllButton - Variable in class edu.rice.cs.drjava.ui.FindReplacePanel
 
_replaceAllInCurrentDoc(boolean) - Method in class edu.rice.cs.drjava.model.FindReplaceMachine
Replaces all occurences of _findWord with _replaceWord in _doc.
_replaceButton - Variable in class edu.rice.cs.drjava.ui.FindReplacePanel
 
_replaceCurrentLineFromHistory() - Method in class edu.rice.cs.drjava.model.repl.InteractionsDocument
Replaces any text entered past the prompt with the current item in the history.
_replaceField - Variable in class edu.rice.cs.drjava.ui.FindReplacePanel
 
_replaceFindNext() - Method in class edu.rice.cs.drjava.ui.FindReplacePanel
 
_replaceFindNextAction - Variable in class edu.rice.cs.drjava.ui.FindReplacePanel
 
_replaceFindNextButton - Variable in class edu.rice.cs.drjava.ui.FindReplacePanel
 
_replaceFindPrevious() - Method in class edu.rice.cs.drjava.ui.FindReplacePanel
 
_replaceFindPreviousAction - Variable in class edu.rice.cs.drjava.ui.FindReplacePanel
 
_replaceFindPreviousButton - Variable in class edu.rice.cs.drjava.ui.FindReplacePanel
 
_replaceInProgressText(String) - Method in class edu.rice.cs.drjava.ui.JUnitPanel.JUnitErrorListPane
Replaces the "Testing in progress..." text with the given message.
_replaceWord - Variable in class edu.rice.cs.drjava.model.FindReplaceMachine
 
_requestFocusInWindow() - Method in class edu.rice.cs.drjava.ui.RegionsTreePanel
Forces the panel to be updated and requests focus in this panel.
_requests - Variable in class edu.rice.cs.drjava.model.debug.jpda.DebugAction
Vector of EventRequests.
_requireSemicolon - Variable in class edu.rice.cs.drjava.model.repl.InteractionsPaneOptions
 
_requireVariableType - Variable in class edu.rice.cs.drjava.model.repl.InteractionsPaneOptions
 
_reset() - Method in class edu.rice.cs.drjava.model.junit.JUnitTestManager
 
_resetAfterCompile - Variable in class edu.rice.cs.drjava.model.DefaultGlobalModel
Whether or not to reset the interactions JVM after compiling.
_resetDone - Variable in class edu.rice.cs.drjava.model.GlobalModelTestCase.InteractionListener
 
_resetFindReplaceListener - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_resetInteractionsAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Resets the Interactions pane.
_resetInterpreter(File, boolean) - Method in class edu.rice.cs.drjava.model.repl.InteractionsModel
Resets the Java interpreter.
_resetInterpreter(File, boolean) - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelTest.TestInteractionsModel
 
_resetInterpreter(File, boolean) - Method in class edu.rice.cs.drjava.model.repl.RMIInteractionsModel
Resets the Java interpreter.
_resetInterpreter(File, boolean) - Method in class edu.rice.cs.drjava.model.repl.SimpleInteractionsModel
Resets the Java interpreter.
_resetJUnit() - Method in class edu.rice.cs.drjava.ui.MainFrame
 
_resetListener - Variable in class edu.rice.cs.drjava.ui.HTMLFrame
 
_resetMainPane() - Method in class edu.rice.cs.drjava.ui.HTMLFrame
 
_resetNavigatorPane() - Method in class edu.rice.cs.drjava.ui.MainFrame
Sets the left navigator pane to the correct component as dictated by the model.
_resetUndo() - Method in class edu.rice.cs.drjava.ui.DefinitionsPane
Reset the document Undo list.
_resetUndo() - Method in class edu.rice.cs.drjava.ui.InteractionsPane
Reset the document Undo list.
_residentQueue - Variable in class edu.rice.cs.drjava.model.cache.DocumentCache
 
_resourceBundleName - Variable in class edu.rice.cs.drjava.config.ResourceBundleConfiguration
Name of the resource bundle.
_rest - Variable in class edu.rice.cs.util.sexp.Cons
 
_restart - Variable in class edu.rice.cs.drjava.model.DefaultLightWeightParsingControl
Monitor to restart automatic updates.
_restartButton - Variable in class edu.rice.cs.drjava.ui.LessPanel
 
_restartedDrJavaUsesRemoteControl - Static variable in class edu.rice.cs.drjava.DrJava
true if the restarted DrJava will use remote control, and we can try to pass along files to open that arrived too late.
_result - Variable in class edu.rice.cs.drjava.model.FindReplaceMachineTest
 
_result - Variable in class edu.rice.cs.drjava.model.junit.JUnitTestRunner
The JUnit TestResult being accumulated.
_result - Variable in class edu.rice.cs.drjava.ui.DefinitionsPaneTest
 
_result - Variable in class edu.rice.cs.drjava.ui.InteractionsController
A temporary variable used to hold the result fetched from _box in getConsoleInput below.
_result - Variable in class edu.rice.cs.util.swing.AsyncCompletionArgs
 
_resumeButton - Variable in class edu.rice.cs.drjava.ui.DebugPanel
 
_resumeDebugAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Action that resumes debugging.
_resumeFromStep() - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Resumes the thread currently being debugged without removing the debug interpreter or switching to the next suspended thread.
_resumeHelper(boolean) - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Resumes execution of the currently suspended thread.
_resumeThread(ThreadReference, boolean) - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Resumes the given thread, only copying variables from its debug interpreter if shouldCopyBack is true.
_returnBuf - Variable in class edu.rice.cs.drjava.model.repl.newjvm.NewJVMTest.TestJVMExtension
 
_retVal - Variable in class edu.rice.cs.drjava.ui.ExternalProcessPanel
 
_revert() - Method in class edu.rice.cs.drjava.ui.MainFrame
 
_revert(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.ui.MainFrame
 
_revertAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Reverts the current document.
_rfm - Variable in class edu.rice.cs.drjava.ui.RecentFileManagerTest
 
_rightMarginColor - Variable in class edu.rice.cs.drjava.ui.DefinitionsPane
Color of the right margin.
_rightPane - Variable in class edu.rice.cs.drjava.ui.DebugPanel
 
_rightPanel - Variable in class edu.rice.cs.drjava.ui.ErrorPanel
This contains the label, showHighlightsCheckBox, and the customPanel.
_rmb - Variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelControl
 
_rmc - Variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelControl
 
_root - Variable in class edu.rice.cs.util.swing.DirectoryChooser
File system root for chooser
_root - Variable in class edu.rice.cs.util.swing.FileChooser
File system root for chooser
_rootFile - Variable in class edu.rice.cs.drjava.ui.JarOptionsDialog
Root of the chooser.
_rootIcon - Variable in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
 
_rootNode - Variable in class edu.rice.cs.drjava.ui.config.ConfigFrame
 
_rootNode - Variable in class edu.rice.cs.drjava.ui.RegionsTreePanel
 
_roots - Variable in class edu.rice.cs.util.docnavigation.JTreeSortNavigator
 
_rtConcJUnitLocationListener - Variable in class edu.rice.cs.drjava.ui.config.ConfigFrame
 
_rule - Variable in class edu.rice.cs.drjava.model.definitions.indent.QuestionBraceIsCurlyTest
 
_rule - Variable in class edu.rice.cs.drjava.model.definitions.indent.QuestionBraceIsParenOrBracketTest
 
_rule - Static variable in class edu.rice.cs.drjava.model.definitions.indent.QuestionCurrLineEmptyOrEnterPressTest
 
_rule - Static variable in class edu.rice.cs.drjava.model.definitions.indent.QuestionCurrLineIsWingCommentTest
 
_rule - Variable in class edu.rice.cs.drjava.model.definitions.indent.QuestionCurrLineStartsWithSkipCommentsTest
 
_rule - Static variable in class edu.rice.cs.drjava.model.definitions.indent.QuestionInsideCommentTest
 
_rule - Variable in class edu.rice.cs.drjava.model.definitions.indent.QuestionStartAfterOpenBraceTest
 
_runAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Finds and runs the main method of the current document, if it exists.
_runAgainButton - Variable in class edu.rice.cs.drjava.ui.ExternalProcessPanel
 
_runApplet() - Method in class edu.rice.cs.drjava.ui.MainFrame
Internal helper method to run the current document as applet in the interactions pane.
_runAppletAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Tries to run the current document as an applet.
_runButton - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_runCommand() - Method in class edu.rice.cs.drjava.ui.ExecuteExternalDialog
Execute the command line.
_runCommandButton - Variable in class edu.rice.cs.drjava.ui.ExecuteExternalDialog
Run Command button.
_runInInteractions(String, String) - Method in class edu.rice.cs.drjava.model.DefaultGlobalModel.ConcreteOpenDefDoc
Runs the main method in this document in the interactions pane after resetting interactions with the source root for this document as the working directory.
_runJavadoc(Iterable<String>, File, Iterable<String>, boolean) - Method in class edu.rice.cs.drjava.model.javadoc.DefaultJavadocModel
Run a new process to generate javdocs, and then tell the listeners when we're done.
_runMain - Variable in class edu.rice.cs.drjava.model.DefaultGlobalModel.ConcreteOpenDefDoc
 
_runMain() - Method in class edu.rice.cs.drjava.ui.MainFrame
Internal helper method to run the main method of the current document in the interactions pane.
_running - Variable in class edu.rice.cs.drjava.model.DefaultLightWeightParsingControl
Flag to stop automatic updates.
_runningTestName - Variable in class edu.rice.cs.drjava.ui.JUnitPanel.JUnitErrorListPane
 
_runningTestNamePositions - Variable in class edu.rice.cs.drjava.ui.JUnitPanel.JUnitErrorListPane
Maps any test names in the currently running suite to the position that they appear in the list pane.
_runningThread - Variable in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
The running ThreadReference that we are debugging.
_runningThreads - Variable in class edu.rice.cs.util.ReaderWriterLock
A list of the Threads that are currently reading or writing.
_runProject() - Method in class edu.rice.cs.drjava.ui.MainFrame
 
_runProjectAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_sampleText - Variable in class edu.rice.cs.util.swing.FontChooser
 
_save() - Method in class edu.rice.cs.drjava.ui.MainFrame
 
_saveAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Saves the current document.
_saveAll() - Method in class edu.rice.cs.drjava.ui.MainFrame
 
_saveAllAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Saves all documents, prompting for file names as necessary.
_saveAllBeforeProceeding(String, BooleanOption, String) - Method in class edu.rice.cs.drjava.ui.MainFrame.ModelListener
Helper method shared by all "saveBeforeX" methods.
_saveAllOld() - Method in class edu.rice.cs.drjava.ui.MainFrame
 
_saveAs() - Method in class edu.rice.cs.drjava.ui.MainFrame
 
_saveAsAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Asks the user for a file name and saves the active document (in the definitions pane) to that file.
_saveAsSelector - Variable in class edu.rice.cs.drjava.ui.MainFrame
Returns the file to save to the model (command pattern).
_saveChooser - Variable in class edu.rice.cs.drjava.ui.MainFrame
For saving files.
_saveCommand() - Method in class edu.rice.cs.drjava.ui.ExecuteExternalDialog
Save the command line to the menu.
_saveCommandButton - Variable in class edu.rice.cs.drjava.ui.ExecuteExternalDialog
Save Command button.
_saveConfig() - Static method in class edu.rice.cs.drjava.DrJava
Saves the contents of the config file.
_saveConsoleCopy(ConsoleDocument) - Method in class edu.rice.cs.drjava.ui.MainFrame
Saves a copy of either the console or the interactions pane to a file.
_saveConsoleCopyAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Saves a copy of DrJava's output console to a file.
_saveCopy() - Method in class edu.rice.cs.drjava.ui.MainFrame
 
_saveCopyAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Asks the user for a file name and saves a copy of the active document (in the definitions pane) to that file.
_saveCopySelector - Variable in class edu.rice.cs.drjava.ui.MainFrame
Returns the file to save to the model (command pattern) without updating the document state.
_savedHScroll - Variable in class edu.rice.cs.drjava.ui.DefinitionsPane
 
_saveDocumentCopy(SwingDocument) - Method in class edu.rice.cs.drjava.ui.MainFrame
Saves a copy of an error pane to a file.
_savedVScroll - Variable in class edu.rice.cs.drjava.ui.DefinitionsPane
Used to save the caret position, selection, and scroll when setting the definitions pane to be inactive
_saveExtProcFilter - Variable in class edu.rice.cs.drjava.ui.EditExternalDialog
Filter for drjava project files (.djapp only)
_saveHistoryAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Save the commands in the interactions window's history to a file
_saveInteractionsCopyAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Save the contents of the interactions window to a file.
_savePoint - Variable in class edu.rice.cs.drjava.model.definitions.CompoundUndoManager
The last edit that was performed before the last save.
_saveProject() - Method in class edu.rice.cs.drjava.ui.MainFrame
 
_saveProjectAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_saveProjectAs() - Method in class edu.rice.cs.drjava.ui.MainFrame
Pops up the _saveChooser dialog, asks the user for a new project file name, and sets the project file to the specified file.
_saveProjectAsAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_saveProjectHelper(File) - Method in class edu.rice.cs.drjava.ui.MainFrame
 
_saveSelector - Variable in class edu.rice.cs.drjava.ui.MainFrame
Returns the file to save to the model (command pattern).
_saveSettings() - Method in class edu.rice.cs.drjava.ui.ExecuteExternalDialog
Save the settings for this dialog.
_saveSettings() - Method in class edu.rice.cs.drjava.ui.JarOptionsDialog
Save the settings for this dialog.
_sb - Variable in class edu.rice.cs.drjava.ui.ExternalProcessPanel
 
_scanClassFiles() - Method in class edu.rice.cs.drjava.ui.MainFrame
Scan the build directory for class files and update the auto-completion list.
_screenSize - Variable in class edu.rice.cs.drjava.ui.PreviewFrame
 
_scroll - Variable in class edu.rice.cs.drjava.project.DocFile
 
_scroller - Variable in class edu.rice.cs.drjava.ui.ErrorPanel
 
_scroller - Variable in class edu.rice.cs.drjava.ui.RecentDocFrame
 
_scrollPane - Variable in class edu.rice.cs.drjava.ui.AbortablePanel
 
_scrollPane - Variable in class edu.rice.cs.drjava.ui.DefinitionsPane
This instance of the scroll pane is here in order to allow for the definitions pane to save the horizontal and vertical scroll
_searchAll - Variable in class edu.rice.cs.drjava.ui.FindResultsPanel
 
_searchAllDocuments - Variable in class edu.rice.cs.drjava.model.FindReplaceMachine
 
_searchAllDocuments - Variable in class edu.rice.cs.drjava.ui.FindReplacePanel
 
_searchSelectionOnly - Variable in class edu.rice.cs.drjava.model.FindReplaceMachine
 
_searchSelectionOnly - Variable in class edu.rice.cs.drjava.ui.FindReplacePanel
 
_searchSelectionOnly - Variable in class edu.rice.cs.drjava.ui.FindResultsPanel
 
_searchString - Variable in class edu.rice.cs.drjava.ui.FindResultsPanel
 
_second - Variable in class edu.rice.cs.drjava.model.DefaultGlobalModel.LibraryKey
 
_secondToLastError - Variable in class edu.rice.cs.drjava.model.repl.InteractionsModel
 
_sel - Variable in class edu.rice.cs.drjava.project.DocFile
 
_select - Variable in class edu.rice.cs.drjava.model.definitions.DefinitionsEditorKit.BeginWordAction
 
_select - Variable in class edu.rice.cs.drjava.model.definitions.DefinitionsEditorKit.EndWordAction
 
_select - Variable in class edu.rice.cs.drjava.model.definitions.DefinitionsEditorKit.NextWordAction
 
_select - Variable in class edu.rice.cs.drjava.model.definitions.DefinitionsEditorKit.PreviousWordAction
 
_selectable - Variable in class edu.rice.cs.util.swing.ScrollableListDialog.Builder
 
_selectAll() - Method in class edu.rice.cs.drjava.ui.MainFrame
 
_selectAllAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Selects all text in window.
_selectCurrentThread() - Method in class edu.rice.cs.drjava.ui.DebugPanel
 
_selected - Variable in class edu.rice.cs.drjava.ui.InsertVariableDialog
Selected entry, or null if canceled.
_selectedIndex - Variable in class edu.rice.cs.drjava.ui.ErrorPanel.ErrorListPane
Index into _errorListPositions of the currently selected error.
_selectedItems - Variable in class edu.rice.cs.util.swing.ScrollableListDialog.Builder
 
_selectError(MouseEvent) - Method in class edu.rice.cs.drjava.ui.JUnitPanel.JUnitErrorListPane.PopupAdapter
Select the error at the given mouse event.
_selectFoundOrReplacedItem(int) - Method in class edu.rice.cs.drjava.ui.FindReplacePanel
This method is used to select the item that has been inserted in a replacement.
_selectFoundOrReplacedItem(int, int) - Method in class edu.rice.cs.drjava.ui.FindReplacePanel
Will select the identified text (from, to).
_selectionBeginLineAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Selects to the "intelligent" beginning of the line.
_selectionRegion - Variable in class edu.rice.cs.drjava.model.FindReplaceMachine
 
_selector - Variable in class edu.rice.cs.drjava.ui.JavadocDialog
File field and button.
_selEnd - Variable in class edu.rice.cs.drjava.ui.DefinitionsPane
 
_selStart - Variable in class edu.rice.cs.drjava.ui.DefinitionsPane
 
_sep - Variable in class edu.rice.cs.drjava.config.FileListProperty
Separating string.
_seqs - Variable in class edu.rice.cs.util.GeneralProcessCreator
 
_serverRunning - Static variable in class edu.rice.cs.drjava.RemoteControlClient
true if a DrJava remote control server is running.
_serverUser - Static variable in class edu.rice.cs.drjava.RemoteControlClient
Contains the name of the user running the server, or is null if no server is running.
_setActiveDoc(INavigatorItem) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
 
_setColor(Color) - Method in class edu.rice.cs.drjava.ui.ForegroundColorListener
 
_setColors(Component) - Static method in class edu.rice.cs.drjava.ui.AbortablePanel
Quick helper for setting up color listeners.
_setColors(Component) - Static method in class edu.rice.cs.drjava.ui.DebugPanel
Quick helper for setting up color listeners.
_setColors(Component) - Static method in class edu.rice.cs.drjava.ui.RegionsListPanel
Quick helper for setting up color listeners.
_setColors(Component) - Static method in class edu.rice.cs.drjava.ui.RegionsTreePanel
Quick helper for setting up color listeners.
_setConsoleInputCommands(Runnable, Lambda<String, String>) - Method in class edu.rice.cs.drjava.ui.InteractionsController
Sets the commands used to manipulate the console input process.
_setCurrentDirectory(File) - Method in class edu.rice.cs.drjava.ui.MainFrame
Sets the current directory to be that of the given file.
_setCurrentDirectory(OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.ui.MainFrame
Sets the current directory to be that of document's file.
_setDebugMenuItemsEnabled(boolean) - Method in class edu.rice.cs.drjava.ui.MainFrame
Called every time the debug mode checkbox is toggled.
_setDocText(String) - Method in class edu.rice.cs.drjava.model.definitions.indent.IndentRulesTestCase
Clears the text of the _doc field and sets it to the given string.
_setEnableCustomManifest(boolean) - Method in class edu.rice.cs.drjava.ui.JarOptionsDialog
Enables/Disables the custom manifest checkbox
_setEnableExecutable(boolean) - Method in class edu.rice.cs.drjava.ui.JarOptionsDialog
Modifies state for when the executable check box is selected
_setMainFont() - Method in class edu.rice.cs.drjava.ui.MainFrame
Sets the font of all panes and panels to the main font.
_setMenuShortcut(JMenuItem, Action, VectorOption<KeyStroke>, boolean) - Method in class edu.rice.cs.drjava.ui.MainFrame
Sets the given menu item to have the specified configurable keystroke.
_setModifiedSinceSave() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
Sets the modification state of this document to true and updates the state of the associated _odd.
_setModifiedSinceSave() - Method in class edu.rice.cs.drjava.model.repl.InteractionsDJDocument
Sets the modification state of this document to true and updates the state of the associated _odd.
_setPendingNotifies(int) - Method in class edu.rice.cs.drjava.model.debug.DebugTestCase
Ensures that the given object will wait for n notifications.
_setSelected(boolean, boolean, boolean) - Method in class edu.rice.cs.drjava.ui.config.ToolbarOptionComponent
Selects the radio button corresponding to the specified configuration.
_setSizeListener - Variable in class edu.rice.cs.drjava.ui.DefinitionsPane
 
_setThreadDependentDebugMenuItems(boolean) - Method in class edu.rice.cs.drjava.ui.MainFrame
Enables and disables the appropriate menu items in the debug menu depending upon the state of the current thread.
_settingConfigConstant - Variable in class edu.rice.cs.drjava.ui.RecentFileManager
The OptionConstant that should be used to retrieve the list of recent files.
_setToValue - Variable in class edu.rice.cs.util.swing.ScrollableListSelectionDialog.SelectAllNoneActionListener
The value that the selection state will be set to when this listener runs.
_setupAction(Action, String, String) - Method in class edu.rice.cs.drjava.ui.InteractionsScriptController
Sets up fields on the given Action, such as the name and tooltip.
_setUpAction(Action, String, String, String) - Method in class edu.rice.cs.drjava.ui.MainFrame
 
_setUpAction(Action, String, String) - Method in class edu.rice.cs.drjava.ui.MainFrame
 
_setUpActions() - Method in class edu.rice.cs.drjava.ui.MainFrame
Initializes all action objects.
_setUpActions() - Method in class edu.rice.cs.drjava.ui.PreviewFrame
Initializes all action objects.
_setupButtonPanel() - Method in class edu.rice.cs.drjava.ui.AbortablePanel
Creates the buttons for controlling the regions.
_setupButtonPanel() - Method in class edu.rice.cs.drjava.ui.DebugPanel
Creates the buttons for controlling the debugger.
_setupButtonPanel() - Method in class edu.rice.cs.drjava.ui.RegionsListPanel
Creates the buttons for controlling the regions.
_setupButtonPanel() - Method in class edu.rice.cs.drjava.ui.RegionsTreePanel
Creates the buttons for controlling the regions.
_setupColorPanel(ConfigPanel) - Method in class edu.rice.cs.drjava.ui.config.ConfigFrame
Adds all of the components for the Color panel of the preferences window.
_setupCompilerPanel(ConfigPanel) - Method in class edu.rice.cs.drjava.ui.config.ConfigFrame
Adds all of the components for the Compiler Options Panel of the preferences window
_setUpContextMenus() - Method in class edu.rice.cs.drjava.ui.MainFrame
Sets up the context menu to show in the document pane.
_setupDebugger() - Method in class edu.rice.cs.drjava.model.DefaultGlobalModel
 
_setUpDebugMenu(int, boolean) - Method in class edu.rice.cs.drjava.ui.MainFrame
Creates and returns a debug menu.
_setupDebugPanel(ConfigPanel) - Method in class edu.rice.cs.drjava.ui.config.ConfigFrame
Add all of the components for the Debugger panel of the preferences window.
_setupDisplayPanel(ConfigPanel) - Method in class edu.rice.cs.drjava.ui.config.ConfigFrame
Add all of the components for the Display Options panel of the preferences window.
_setUpEditMenu(int, boolean) - Method in class edu.rice.cs.drjava.ui.MainFrame
Creates and returns a edit menu.
_setUpFileMenu(int, boolean) - Method in class edu.rice.cs.drjava.ui.MainFrame
Creates and returns a file menu.
_setupFileTypesPanel(ConfigPanel) - Method in class edu.rice.cs.drjava.ui.config.ConfigFrame
Adds all of the components for the file types panel of the preferences window.
_setupFontPanel(ConfigPanel) - Method in class edu.rice.cs.drjava.ui.config.ConfigFrame
Add all of the components for the Font panel of the preferences window.
_setUpGUIComponentAvailability() - Method in class edu.rice.cs.drjava.ui.MainFrame
Initialize the availability of GUI components.
_setUpHelpMenu(int, boolean) - Method in class edu.rice.cs.drjava.ui.MainFrame
Creates and returns a help menu.
_setupInteractionsPanel(ConfigPanel) - Method in class edu.rice.cs.drjava.ui.config.ConfigFrame
Add all of the components for the Interactions panel of the preferences window.
_setupJavadocPanel(ConfigPanel) - Method in class edu.rice.cs.drjava.ui.config.ConfigFrame
Add all of the components for the Javadoc panel of the preferences window.
_setupJUnitPanel(ConfigPanel) - Method in class edu.rice.cs.drjava.ui.config.ConfigFrame
Add all of the components for the JUnit panel of the preferences window.
_setupJVMsPanel(ConfigPanel) - Method in class edu.rice.cs.drjava.ui.config.ConfigFrame
Adds all of the components for the JVMs panel of the preferences window.
_setUpKeyBindingMaps() - Method in class edu.rice.cs.drjava.ui.MainFrame
Builds the Hashtables in KeyBindingManager that record key-bindings and support live updating, conflict resolution, and intelligent error messages (the ActionToNameMap).
_setupKeyBindingsPanel(ConfigPanel) - Method in class edu.rice.cs.drjava.ui.config.ConfigFrame
Adds all of the components for the Key Bindings panel of the preferences window.
_setUpLanguageLevelMenu(int, boolean) - Method in class edu.rice.cs.drjava.ui.MainFrame
Creates and returns the language levels menu.
_setUpMenuBar(JMenuBar) - Method in class edu.rice.cs.drjava.ui.MainFrame
Sets up the components of the menu bar and links them to the private fields within MainFrame.
_setUpMenuBar(JMenuBar, JMenu, JMenu, JMenu, JMenu, JMenu, JMenu, JMenu) - Method in class edu.rice.cs.drjava.ui.MainFrame
 
_setupMiscPanel(ConfigPanel) - Method in class edu.rice.cs.drjava.ui.config.ConfigFrame
Adds all of the components for the Miscellaneous panel of the preferences window.
_setupModel() - Method in class edu.rice.cs.drjava.ui.AbstractConsoleController
Sets up the model.
_setupModel() - Method in class edu.rice.cs.drjava.ui.ConsoleController
 
_setupModel() - Method in class edu.rice.cs.drjava.ui.InteractionsController
Adds listeners to the model.
_setupNotificationsPanel(ConfigPanel) - Method in class edu.rice.cs.drjava.ui.config.ConfigFrame
Adds all of the components for the Prompts panel of the preferences window.
_setupOptionsPanel(JComponent[]) - Method in class edu.rice.cs.drjava.ui.predictive.PredictiveInputFrame
Creates the panel with the optional components.
_setupPanel(JPanel) - Method in class edu.rice.cs.drjava.ui.GenerateCustomDrJavaJarFrame
Set up the panel with the explanation, the output file selector, and the table with the additional sources.
_setupPanel(JPanel) - Method in class edu.rice.cs.drjava.ui.NewJavaClassDialog
 
_setupPanel(JPanel) - Method in class edu.rice.cs.drjava.ui.ProjectAdvancedPropertiesFrame
 
_setupPanel(JPanel) - Method in class edu.rice.cs.drjava.ui.ProjectPropertiesFrame
 
_setUpPanes() - Method in class edu.rice.cs.drjava.ui.MainFrame
 
_setUpPanes() - Method in class edu.rice.cs.drjava.ui.TabbedPanel
Puts the close panel in the east of this panel and puts the main panel in the center.
_setupPositionsPanel(ConfigPanel) - Method in class edu.rice.cs.drjava.ui.config.ConfigFrame
Add all of the components for the Positions panel of the preferences window.
_setUpProjectButtons(File) - Method in class edu.rice.cs.drjava.ui.MainFrame
 
_setUpProjectMenu(int, boolean) - Method in class edu.rice.cs.drjava.ui.MainFrame
Creates and returns a project menu
_setupRegionList() - Method in class edu.rice.cs.drjava.ui.RegionsListPanel
Creates the region list.
_setupRegionTree() - Method in class edu.rice.cs.drjava.ui.RegionsTreePanel
Creates the region tree.
_setupResourceLocPanel(ConfigPanel) - Method in class edu.rice.cs.drjava.ui.config.ConfigFrame
Add all of the components for the Resource Locations panel of the preferences window.
_setupStackTraceFrame() - Method in class edu.rice.cs.drjava.ui.JUnitPanel.JUnitErrorListPane
 
_setUpStatusBar() - Method in class edu.rice.cs.drjava.ui.MainFrame
Sets up the status bar with the filename field.
_setupTabPanes() - Method in class edu.rice.cs.drjava.ui.DebugPanel
Creates the tabbed panes in the debug panel.
_setUpTabs() - Method in class edu.rice.cs.drjava.ui.MainFrame
 
_setUpToolBar() - Method in class edu.rice.cs.drjava.ui.MainFrame
Sets up the toolbar with several useful buttons.
_setUpToolBar() - Method in class edu.rice.cs.drjava.ui.PreviewFrame
Sets up the toolbar with all of the necessary buttons.
_setUpToolsMenu(int, boolean) - Method in class edu.rice.cs.drjava.ui.MainFrame
Creates and returns a tools menu.
_setupView() - Method in class edu.rice.cs.drjava.ui.AbstractConsoleController
Sets up the view.
_setupView() - Method in class edu.rice.cs.drjava.ui.InteractionsController
Adds actions to the view.
_setWatchCellFont(int) - Method in class edu.rice.cs.drjava.ui.DebugPanel.WatchRenderer
Sets the font for a cell in the watch table.
_shadowed - Variable in class edu.rice.cs.drjava.config.ResourceBundleConfiguration
Shadowed configuration used if the resource bundle does not define an option.
_sharedExtLabel - Variable in class edu.rice.cs.drjava.ui.predictive.PredictiveInputFrame
Label with shared extension.
_shouldBeTestAll - Variable in class edu.rice.cs.drjava.model.GlobalModelTestCase.JUnitNonTestListener
 
_shouldCheckConflict - Variable in class edu.rice.cs.drjava.ui.KeyBindingManager
Should only check conflicts when the keyboard configuration options are first entered into the maps.
_shouldGoIntoHistory(int, int) - Method in class edu.rice.cs.drjava.ui.InteractionsController
Tests whether or not to move into the history.
_shouldIgnore(int, OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.FindReplaceMachine
Returns true if the currently found instance should be ignored (either because it is inside a string or comment or because it does not match the whole word when either or both of those conditions are set to true).
_showAutoImportDialog(String) - Method in class edu.rice.cs.drjava.ui.MainFrame
Imports a class.
_showClassNotFoundError(ClassNotFoundException) - Method in class edu.rice.cs.drjava.ui.MainFrame
 
_showConfigException() - Method in class edu.rice.cs.drjava.ui.MainFrame
Check if any errors occurred while parsing the config file, and display a message if necessary.
_showCurrentInteraction() - Method in class edu.rice.cs.drjava.model.repl.InteractionsScriptModel
Clears the current text at the prompt and shows the current interaction from the script.
_showDebugConsole - Static variable in class edu.rice.cs.drjava.DrJava
 
_showDebugConsoleAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Shows the DebugConsole.
_showDebugError(DebugException) - Method in class edu.rice.cs.drjava.ui.MainFrame
 
_showDebugger - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_showDebuggerPanel() - Method in class edu.rice.cs.drjava.ui.MainFrame
 
_showError(Throwable, String, String) - Method in class edu.rice.cs.drjava.ui.MainFrame
 
_showError(Exception, String, String) - Method in class edu.rice.cs.drjava.ui.PreviewFrame
 
_showFileMovedError(FileMovedException) - Method in class edu.rice.cs.drjava.ui.MainFrame
 
_showFileNotFoundError(FileNotFoundException) - Method in class edu.rice.cs.drjava.ui.MainFrame
 
_showFindReplaceTab(boolean) - Method in class edu.rice.cs.drjava.ui.MainFrame
Shows the find/replace tab in the interactions pane.
_showHighlightsCheckBox - Variable in class edu.rice.cs.drjava.ui.ErrorPanel
 
_showIOError(IOException) - Method in class edu.rice.cs.drjava.ui.MainFrame
 
_showJUnitInterrupted(UnexpectedException) - Method in class edu.rice.cs.drjava.ui.MainFrame
 
_showJUnitInterrupted(String) - Method in class edu.rice.cs.drjava.ui.MainFrame
 
_showNoClassDefError(NoClassDefFoundError) - Method in class edu.rice.cs.drjava.ui.MainFrame
 
_showPopup(MouseEvent) - Method in class edu.rice.cs.drjava.ui.DebugPanel.DebugTableMouseAdapter
 
_showPopup(MouseEvent) - Method in class edu.rice.cs.drjava.ui.DebugPanel.StackMouseAdapter
 
_showPopup(MouseEvent) - Method in class edu.rice.cs.drjava.ui.DebugPanel.ThreadMouseAdapter
 
_showProjectFileParseError(MalformedProjectFileException) - Method in class edu.rice.cs.drjava.ui.MainFrame
 
_showSource - Variable in class edu.rice.cs.drjava.ui.RecentDocFrame
 
_showSourceListener - Variable in class edu.rice.cs.drjava.ui.RecentDocFrame
 
_showStackTraceAction - Variable in class edu.rice.cs.drjava.ui.JUnitPanel
 
_showStackTraceButton - Variable in class edu.rice.cs.drjava.ui.JUnitPanel
 
_showType - Variable in class edu.rice.cs.drjava.model.debug.DebugWatchData
 
_showValue - Variable in class edu.rice.cs.drjava.model.debug.DebugWatchData
 
_showWarning(Throwable, String, String) - Method in class edu.rice.cs.drjava.ui.MainFrame
 
_shutdownAndWaitForInteractionEnded() - Method in class edu.rice.cs.drjava.model.debug.DebugTestCase
Cleanly shuts down the debugger, waiting for a suspended interaction to complete.
_shutdownWithoutSuspendedInteraction() - Method in class edu.rice.cs.drjava.model.debug.DebugTestCase
Cleanly shuts down the debugger, without having to wait for a suspended interaction to complete.
_singletonInstance - Static variable in class edu.rice.cs.drjava.ui.DrJavaErrorWindow
The singleton instance of this dialog.
_size - Variable in class edu.rice.cs.drjava.model.debug.jpda.Step
 
_size - Variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.Brace
the type of this brace, which is MUTABLE via flip and setType
_size - Variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.Gap
 
_size - Variable in class edu.rice.cs.drjava.ui.FindResultsPanel.ColorComboRenderer
 
_sizeList - Variable in class edu.rice.cs.util.swing.FontChooser
 
_skipText - Variable in class edu.rice.cs.drjava.model.FindReplaceMachine
 
_slave - Variable in class edu.rice.cs.util.newjvm.AbstractMasterJVM
The slave JVM remote stub (non-null when the state is RUNNING).
_slave - Variable in class edu.rice.cs.util.newjvm.IntegratedMasterSlaveTest.TestMasterJVM
Field and lock used to signal slave connected events.
_slaveFactory - Variable in class edu.rice.cs.util.newjvm.AbstractMasterJVM
 
_slaveJvmXmxListener - Variable in class edu.rice.cs.drjava.ui.MainFrame
Listener for Interactions JVM
_source - Variable in class edu.rice.cs.drjava.ui.PreviewFrame.PagePreview
 
_sourceFiles - Variable in class edu.rice.cs.drjava.project.ProjectProfile
 
_sourceName - Variable in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger.DelegatingLocation
 
_sourcePath - Variable in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger.DelegatingLocation
 
_sourcesComponent() - Method in class edu.rice.cs.drjava.ui.GenerateCustomDrJavaJarFrame
Create the component that maintains the table of additional sources.
_sourcesList - Variable in class edu.rice.cs.drjava.ui.GenerateCustomDrJavaJarFrame
List with additional sources.
_splitCurrentIfCommentBlock(boolean, boolean) - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.TokenList.Iterator
Splits the current brace if it is a multiple character brace and fulfills certain conditions.
_splitPane - Variable in class edu.rice.cs.drjava.ui.HTMLFrame
 
_splitPaneHolder - Variable in class edu.rice.cs.drjava.ui.HTMLFrame
 
_srcDir - Variable in class edu.rice.cs.drjava.ui.ProjectMenuTest
 
_srcFileBase - Variable in class edu.rice.cs.drjava.project.ProjectFileParser
 
_srcFileBase - Variable in class edu.rice.cs.drjava.project.XMLProjectFileParser
 
_stackFrame - Variable in class edu.rice.cs.drjava.ui.JUnitPanel
 
_stackFrames - Variable in class edu.rice.cs.drjava.ui.DebugPanel
 
_stackPopupMenu - Variable in class edu.rice.cs.drjava.ui.DebugPanel
 
_stackTable - Variable in class edu.rice.cs.drjava.ui.DebugPanel
 
_stackTextArea - Variable in class edu.rice.cs.drjava.ui.JUnitPanel
 
_stackTrace - Variable in class edu.rice.cs.drjava.model.junit.JUnitError
 
_stackTrace - Variable in class edu.rice.cs.drjava.model.repl.newjvm.InterpretResult.ExceptionResult
 
_stackTrace - Variable in class edu.rice.cs.drjava.ui.DrJavaErrorWindow
contains the stack trace
_stackTraceScroll - Variable in class edu.rice.cs.drjava.ui.DrJavaErrorWindow
scroll pane for _stackTrace
_standardNewlineAction - Variable in class edu.rice.cs.drjava.ui.FindReplacePanel
 
_star - Variable in class edu.rice.cs.drjava.ui.MainFrame.OddDisplayManager
 
_start - Variable in class edu.rice.cs.drjava.config.RecursiveFileListProperty
Start directory.
_start - Variable in class edu.rice.cs.drjava.model.DocumentRegion
 
_startColumn - Variable in class edu.rice.cs.drjava.model.DJError
zero-based column number.
_started - Variable in class edu.rice.cs.util.newjvm.AbstractSlaveJVM
 
_startNode - Variable in class edu.rice.cs.util.XMLConfig
Node where this XMLConfig starts if delegation is used, or null.
_startOffset - Variable in class edu.rice.cs.drjava.model.DummyDocumentRegion
 
_startPos - Variable in class edu.rice.cs.drjava.model.debug.jpda.JPDABreakpoint
 
_startPos - Variable in class edu.rice.cs.drjava.model.MovingDocumentRegion
 
_startPos - Variable in class edu.rice.cs.util.swing.HighlightManager.HighlightInfo
 
_startPosition - Variable in class edu.rice.cs.drjava.model.BrowserDocumentRegion
 
_startupClassPath - Variable in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM
Class path to use for starting the interpreter JVM
_startupDebugger(String, String) - Method in class edu.rice.cs.drjava.model.debug.DebugTestCase
Cleanly starts the debugger with a newly compiled file saved in a temporary directory.
_startupDebugger(File, String) - Method in class edu.rice.cs.drjava.model.debug.DebugTestCase
Cleanly starts the debugger with a newly compiled file saved in a temporary directory.
_startupException - Variable in class edu.rice.cs.drjava.config.Configuration
Any exception that is caught when initializing this Configuration object.
_startupTrace - Variable in class edu.rice.cs.drjava.model.GlobalModelTestCase.TestListener
Remembers when this listener was created.
_stat - Variable in class edu.rice.cs.drjava.model.cache.DocumentCache.DocManager
 
_state - Variable in class edu.rice.cs.drjava.model.AbstractGlobalModel
Specifies the state of the navigator pane.
_state - Variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.HighlightStatus
 
_state - Variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedToken
 
_state - Variable in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM
Contains the current InterpreterJVM stub, or null if it is not running.
_state - Variable in class edu.rice.cs.util.BalancingStreamTokenizer
Current state of the tokenizer.
_stateLock - Variable in class edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM
 
_stateStack - Variable in class edu.rice.cs.util.BalancingStreamTokenizer
Stack of previous states.
_status - Variable in class edu.rice.cs.drjava.model.debug.DebugThreadData
 
_statusBar - Variable in class edu.rice.cs.drjava.ui.DebugPanel
 
_statusBar - Variable in class edu.rice.cs.drjava.ui.MainFrame
Panel to hold both InteractionsPane and its sync message.
_statusField - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_statusReport - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_stdErrRedirector - Variable in class edu.rice.cs.util.ProcessSequence
The redirector thread that moves stderr output from one process to the input of the next process.
_stdOutRedirector - Variable in class edu.rice.cs.util.ProcessSequence
The redirector thread that moves stdout output from one process to the input of the next process.
_stepHelper(Debugger.StepType, boolean) - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Performs a step in the currently suspended thread, only generating a step event if shouldNotify if true.
_stepIntoButton - Variable in class edu.rice.cs.drjava.ui.DebugPanel
 
_stepIntoDebugAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Action that steps into the next method call.
_stepOutButton - Variable in class edu.rice.cs.drjava.ui.DebugPanel
 
_stepOutDebugAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Action that steps out of the next method call.
_stepOverButton - Variable in class edu.rice.cs.drjava.ui.DebugPanel
 
_stepOverDebugAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Action that executes the next line, without stepping into methods.
_storedFile - Variable in class edu.rice.cs.drjava.model.javadoc.JavadocModelTest
Field needed by testUnsavedSuggestedDirectory
_storedPreferences - Variable in class edu.rice.cs.drjava.model.AbstractGlobalModel.ProjectFileGroupingState
 
_storedPreferences - Variable in class edu.rice.cs.drjava.project.ProjectProfile
 
_storedPreferences - Variable in class edu.rice.cs.drjava.ui.ProjectPropertiesFrame
 
_storeInCache(Query, Object, int) - Method in class edu.rice.cs.drjava.model.AbstractDJDocument
Stores the given result in the helper method cache.
_storePositionInfo() - Method in class edu.rice.cs.drjava.ui.MainFrame
Stores the current position and size info for window and panes to the config framework.
_strategies - Variable in class edu.rice.cs.drjava.ui.predictive.PredictiveInputFrame
Array of strategies.
_strategy - Variable in class edu.rice.cs.drjava.ui.predictive.PredictiveInputModel
Matching strategy.
_strategyBox - Variable in class edu.rice.cs.drjava.ui.predictive.PredictiveInputFrame
Combo box.
_stringSuspension - Variable in class edu.rice.cs.drjava.model.MovingDocumentRegion
Suspension that generates the JTree label excerpt for this region.
_styleChanged() - Method in class edu.rice.cs.drjava.model.AbstractDJDocument
Fire event that styles changed from current location to the end.
_styleChanged() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
Recolors the rest of the document based on the change that triggered this call.
_styleChanged() - Method in class edu.rice.cs.drjava.model.repl.InteractionsDJDocument
 
_styleList - Variable in class edu.rice.cs.util.swing.FontChooser
 
_styles - Variable in class edu.rice.cs.util.text.SwingDocument
Maps names to attribute sets
_stylesList - Variable in class edu.rice.cs.drjava.model.repl.InteractionsDJDocument
A list of styles and their locations augmenting this document.
_suffices - Variable in class edu.rice.cs.drjava.model.definitions.indent.ActionStartPrevLinePlusMultiline
 
_suffices - Variable in class edu.rice.cs.drjava.model.definitions.indent.ActionStartPrevLinePlusMultilinePreserve
 
_suffix - Variable in class edu.rice.cs.drjava.model.definitions.indent.ActionStartCurrStmtPlus
 
_suffix - Variable in class edu.rice.cs.drjava.model.definitions.indent.ActionStartPrevLinePlus
 
_suffix - Variable in class edu.rice.cs.drjava.model.definitions.indent.ActionStartPrevStmtPlus
 
_suffix - Variable in class edu.rice.cs.drjava.model.definitions.indent.ActionStartStmtOfBracePlus
 
_suffixCt - Variable in class edu.rice.cs.drjava.model.definitions.indent.ActionBracePlus
int holding the number of additional blanks to be inserted.
_suggestedDir - Variable in class edu.rice.cs.drjava.ui.JavadocDialog
Current suggestion for the destination directory, or null.
_suite - Variable in class edu.rice.cs.drjava.model.junit.JUnitTestManager
The accumulated test suite; null if no test is pending.
_superClass - Variable in class edu.rice.cs.drjava.ui.NewJavaClassDialog
 
_superClassButton - Variable in class edu.rice.cs.drjava.ui.NewJavaClassDialog
 
_suspendedThreads - Variable in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Storage for all the threads suspended by this debugger.
_suspendPolicy - Variable in class edu.rice.cs.drjava.model.debug.jpda.DebugAction
 
_svo - Variable in class edu.rice.cs.drjava.config.VectorOptionTest
 
_switchDefScrollPane() - Method in class edu.rice.cs.drjava.ui.MainFrame
Switch to the JScrollPane containing the DefinitionsPane for the active document.
_switchPaneFocus(boolean) - Method in class edu.rice.cs.drjava.ui.MainFrame
This method allows the user to cycle through the definitions pane and all of the open tabs.
_switchToInterpreterForThreadReference(ThreadReference) - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Switches the current interpreter to the one corresponding to threadRef.
_switchToNextAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Action that switches to next document.
_switchToNextPaneAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Switches focus to next pane.
_switchToPane(Component) - Method in class edu.rice.cs.drjava.ui.MainFrame
This takes a component and gives it focus, showing it if it's a tab.
_switchToPrevAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Switches to previous document.
_switchToPreviousPaneAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Switches focus to previous pane.
_switchToSuspendedThread() - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Calls the real switchToSuspendedThread, telling it to updateWatches.
_switchToSuspendedThread(BreakpointRequest) - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Calls the real switchToSuspendedThread, telling it to updateWatches.
_switchToSuspendedThread(BreakpointRequest, boolean) - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Performs the bookkeeping to switch to the suspened thread on the top of the _suspendedThreads stack.
_sysInColor - Variable in class edu.rice.cs.drjava.ui.InteractionsController.InputBox
 
_systemErrStyle - Variable in class edu.rice.cs.drjava.ui.AbstractConsoleController
Style to use for System.err.
_systemOutStyle - Variable in class edu.rice.cs.drjava.ui.AbstractConsoleController
Style to use for System.out.
_t - Variable in class edu.rice.cs.drjava.model.MultiThreadedTestCase.ExceptionHandler
Stored thread that threw or null if none.
_t - Variable in class edu.rice.cs.drjava.model.repl.newjvm.InterpretResult.UnexpectedExceptionResult
 
_tabbedPane - Variable in class edu.rice.cs.drjava.ui.InsertVariableDialog
Tab pane.
_tabbedPane - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_tabbedPanesFrame - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_tabCompletesLabel - Variable in class edu.rice.cs.drjava.ui.predictive.PredictiveInputFrame
Label with "Tab completes:" string.
_table - Variable in class edu.rice.cs.drjava.ui.config.VectorOptionComponent
 
_table - Variable in class edu.rice.cs.drjava.ui.DebugPanel.DebugTableMouseAdapter
 
_tableModel - Variable in class edu.rice.cs.drjava.ui.config.VectorOptionComponent
 
_tableScrollPane - Variable in class edu.rice.cs.drjava.ui.config.VectorOptionComponent
 
_tabs - Variable in class edu.rice.cs.drjava.ui.AboutDialog
the pane with tabs to select
_tabs - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_tabsAndStatusPane - Variable in class edu.rice.cs.drjava.ui.DebugPanel
 
_tabsPane - Variable in class edu.rice.cs.drjava.ui.DebugPanel
 
_tabsRemoved - Static variable in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
Specifies if tabs are removed on open and converted to spaces.
_tabUpdatePending - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_tail - Variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.ModelList
 
_target - Variable in class edu.rice.cs.drjava.ui.BackgroundColorListener
 
_target - Variable in class edu.rice.cs.drjava.ui.ForegroundColorListener
 
_tempDir - Variable in class edu.rice.cs.drjava.model.cache.DocumentCacheTest
 
_tempDir - Variable in class edu.rice.cs.drjava.model.DocumentRegionTest
 
_tempDir - Variable in class edu.rice.cs.drjava.model.FindReplaceMachineTest
 
_tempDir - Variable in class edu.rice.cs.drjava.model.GlobalModelTestCase
 
_tempDir - Variable in class edu.rice.cs.drjava.model.repl.HistoryTest
 
_tempDir - Variable in class edu.rice.cs.drjava.ui.DefinitionsPaneMemoryLeakTest
 
_tempDir - Variable in class edu.rice.cs.drjava.ui.MainFrameTest
A temporary directory
_tempDir - Variable in class edu.rice.cs.drjava.ui.RecentFileManagerTest
 
_tempJUnit - Variable in class edu.rice.cs.drjava.model.compiler.Javac160FilteringCompiler
 
_test - Variable in class edu.rice.cs.drjava.model.junit.JUnitError
 
_testClassNames - Variable in class edu.rice.cs.drjava.model.junit.JUnitTestManager
The accumulated list of names of TestCase classes; null if no test is pending.
_testCount - Variable in class edu.rice.cs.drjava.ui.JUnitPanel
 
_testFailed - Static variable in class edu.rice.cs.drjava.model.MultiThreadedTestCase
Flag to keep track of whether or not a test failed in another thread (not the testing thread).
_testFiles - Variable in class edu.rice.cs.drjava.model.junit.JUnitTestManager
The list of files corresponding to testClassNames; null if no test is pending.
_testFileSort(List<File>) - Static method in class edu.rice.cs.drjava.model.compiler.DefaultCompilerModel
Reorders files so that all file names containing "Test" are at the end.
_testFindNextFails(FindReplaceMachine, int, int) - Method in class edu.rice.cs.drjava.model.FindReplaceMachineTest
 
_testFindNextSucceeds(FindReplaceMachine, int, int, OpenDefinitionsDocument) - Method in class edu.rice.cs.drjava.model.FindReplaceMachineTest
 
_testFindNextSucceeds(FindReplaceMachine, int, int) - Method in class edu.rice.cs.drjava.model.FindReplaceMachineTest
 
_testHandler - Variable in class edu.rice.cs.drjava.model.repl.newjvm.NewJVMTest.TestJVMExtension
 
_testInProgress - Variable in class edu.rice.cs.drjava.model.junit.DefaultJUnitModel
State flag to prevent starting new tests on top of old ones and to prevent resetting interactions after compilation is forced by unit testing.
_testLabel - Variable in class edu.rice.cs.drjava.ui.JUnitPanel
 
_testMaster - Variable in class edu.rice.cs.util.newjvm.IntegratedMasterSlaveTest
 
_testRunner - Variable in class edu.rice.cs.drjava.model.junit.JUnitTestManager
The current testRunner; initially null.
_testsHaveRun - Variable in class edu.rice.cs.drjava.model.junit.JUnitErrorModel
 
_testsSuccessful - Variable in class edu.rice.cs.drjava.ui.JUnitPanel
 
_text - Variable in class edu.rice.cs.drjava.model.AbstractDJDocument.InsertCommand
 
_text - Variable in class edu.rice.cs.drjava.model.definitions.indent.ActionBracePlusTest
 
_text - Variable in class edu.rice.cs.drjava.model.definitions.indent.QuestionBraceIsCurlyTest
 
_text - Variable in class edu.rice.cs.drjava.model.definitions.indent.QuestionBraceIsParenOrBracketTest
 
_text - Variable in class edu.rice.cs.drjava.model.definitions.indent.QuestionCurrLineStartsWithSkipCommentsTest
 
_text - Variable in class edu.rice.cs.drjava.model.definitions.indent.QuestionHasCharPrecedingOpenBraceTest
 
_text - Variable in class edu.rice.cs.drjava.model.definitions.indent.QuestionStartAfterOpenBraceTest
 
_text - Variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.BraceInfoTest
 
_text - Variable in class edu.rice.cs.drjava.ui.config.LabelComponent
 
_text - Variable in class edu.rice.cs.util.sexp.TextAtom
 
_textAndIconsButton - Variable in class edu.rice.cs.drjava.ui.config.ToolbarOptionComponent
 
_textArea - Variable in class edu.rice.cs.drjava.ui.ExternalProcessPanel
 
_textArea - Variable in class edu.rice.cs.drjava.ui.LessPanel
 
_textArea - Variable in class edu.rice.cs.util.swing.ScrollableDialog
JTextArea contained in a scroll pane in this dialog.
_textButton - Variable in class edu.rice.cs.drjava.ui.config.ToolbarOptionComponent
 
_textField - Variable in class edu.rice.cs.drjava.ui.predictive.PredictiveInputFrame
Text field for string input.
_textField - Variable in class edu.rice.cs.util.swing.FileSelectorStringComponent
Text field with the name of the selected file.
_textLayouts - Variable in class edu.rice.cs.drjava.model.print.PagePrinter
 
_textpane - Variable in class edu.rice.cs.drjava.ui.RecentDocFrame
 
_textScroll - Variable in class edu.rice.cs.util.swing.ScrollableDialog
ScrollPane that contains the text area.
_thread - Variable in class edu.rice.cs.drjava.model.debug.jpda.JPDAThreadData
 
_thread - Variable in class edu.rice.cs.drjava.model.debug.jpda.Step
 
_thread - Variable in class edu.rice.cs.util.swing.SwingWorker.ThreadVar
 
_threadInPopup - Variable in class edu.rice.cs.drjava.ui.DebugPanel
 
_threadPool - Variable in class edu.rice.cs.drjava.ui.MainFrame
Thread pool for executing asynchronous tasks.
_threads - Variable in class edu.rice.cs.drjava.ui.DebugPanel
 
_threadSuspendedPopupMenu - Variable in class edu.rice.cs.drjava.ui.DebugPanel
 
_threadTable - Variable in class edu.rice.cs.drjava.ui.DebugPanel
 
_threadVar - Variable in class edu.rice.cs.util.swing.SwingWorker
 
_timestamp - Variable in class edu.rice.cs.drjava.model.AbstractGlobalModel.ConcreteOpenDefDoc
 
_title - Variable in class edu.rice.cs.drjava.ui.AbortablePanel
 
_title - Variable in class edu.rice.cs.drjava.ui.config.ConfigPanel
 
_title - Variable in class edu.rice.cs.drjava.ui.ErrorPanel.ErrorDocument
 
_title - Variable in class edu.rice.cs.drjava.ui.RegionsListPanel
 
_title - Variable in class edu.rice.cs.drjava.ui.RegionsTreePanel
 
_toAddToHistory - Variable in class edu.rice.cs.drjava.model.repl.InteractionsModel
The String added to history when the interaction is complete or an error is thrown
_toClear - Variable in class edu.rice.cs.drjava.model.repl.InteractionsDJDocument
A flag indicating that the interpreter was recently reset, and to reset the styles list the next time a style is added.
_toggleBookmark(int, int) - Method in class edu.rice.cs.drjava.model.AbstractGlobalModel
Raw version of toggleBookmark.
_toggleBookmarkAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Toggles a bookmark.
_toggleBreakpointAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Toggles a breakpoint on the current line
_toggleClassOptions() - Method in class edu.rice.cs.drjava.ui.JarOptionsDialog
Method to run when the jar class file is selected
_toggleCustomManifest() - Method in class edu.rice.cs.drjava.ui.JarOptionsDialog
Toggles the enabled state on _editManifest
_toggleDebuggerAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Action that enables the debugger.
_toggleMainClass() - Method in class edu.rice.cs.drjava.ui.JarOptionsDialog
Method to call when the 'Make Executable' check box is clicked.
_token - Variable in class edu.rice.cs.util.BalancingStreamTokenizer
 
_tokens - Variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.AbstractReducedModel
The reduced model for a document is a list of ReducedTokens (braces and gaps).
_toolBar - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_toolBar - Variable in class edu.rice.cs.drjava.ui.PreviewFrame
 
_toolsMenu - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_topRule - Variable in class edu.rice.cs.drjava.model.definitions.indent.Indenter
Root of decision tree.
_totalRead - Variable in class edu.rice.cs.drjava.ui.LessPanel
 
_transformCommand(String, String) - Static method in class edu.rice.cs.drjava.model.compiler.JavacCompiler
Assumes a trimmed String.
_tree - Variable in class edu.rice.cs.drjava.ui.config.ConfigFrame
 
_treeModel - Variable in class edu.rice.cs.drjava.ui.config.ConfigFrame
 
_treeNode - Variable in class edu.rice.cs.drjava.model.BrowserDocumentRegion
 
_txtFileFilter - Variable in class edu.rice.cs.drjava.ui.MainFrame
Filter for text files (.txt)
_type - Variable in class edu.rice.cs.drjava.model.debug.DebugWatchData
 
_type - Variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.Brace
 
_unbox(ObjectReference, ThreadReference) - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Create an unboxed primitive corresponding to the given object.
_uncommentLine() - Method in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
Uncomments a single line.
_uncommentLines() - Method in class edu.rice.cs.drjava.ui.DefinitionsPane
Uncomments the lines contained within the given selection.
_uncommentLinesAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Action for un-commenting a block of commented text.
_undoAction - Variable in class edu.rice.cs.drjava.ui.DefinitionsPane
 
_undoAction - Variable in class edu.rice.cs.drjava.ui.InteractionsController
 
_undoAction - Variable in class edu.rice.cs.drjava.ui.InteractionsPane
fields for use in undo/redo functionality
_undoAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Undoes the last change to the active definitions document.
_undoButton - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_undoCommand - Variable in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument.CommandUndoableEdit
 
_undoCommand - Variable in class edu.rice.cs.drjava.model.repl.InteractionsDJDocument.CommandUndoableEdit
 
_undoListener - Variable in class edu.rice.cs.drjava.ui.DefinitionsPane
Listens to any undoable events in the document, and adds them to the undo manager.
_undoListener - Variable in class edu.rice.cs.drjava.ui.InteractionsPane
Listens to any undoable events in the document, and adds them to the undo manager.
_undoManager - Variable in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
 
_undoManager - Variable in class edu.rice.cs.drjava.model.repl.InteractionsDJDocument
 
_undoRedoDefinitionsFocusListener - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_undoRedoInteractionFocusListeners - Variable in class edu.rice.cs.drjava.ui.InteractionsController
 
_uniqueID - Variable in class edu.rice.cs.drjava.model.debug.DebugThreadData
 
_unmodifiedStoredPreferences - Variable in class edu.rice.cs.drjava.ui.ProjectAdvancedPropertiesFrame
 
_up() - Method in class edu.rice.cs.drjava.ui.EditExternalDialog
Method that handels the up button
_upAction - Variable in class edu.rice.cs.drjava.ui.EditExternalDialog
Move up action.
_upButton - Variable in class edu.rice.cs.drjava.ui.EditExternalDialog
Move up button.
_updateAction - Variable in class edu.rice.cs.drjava.ui.NewVersionPopup
Download new DrJava and update this DrJava, then restart.
_updateActions() - Method in class edu.rice.cs.drjava.ui.PreviewFrame
Updates all of the buttons on the page to reflect the current state of the PreviewWindows.
_updateBackgroundColor() - Method in class edu.rice.cs.drjava.ui.MainFrame
Updates the background color for the doc list.
_updateBasedOnCurrentState() - Method in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelComment
USE RULES: Inserting between braces: This should be called from between the two characters of the broken double comment.
_updateButton - Variable in class edu.rice.cs.drjava.ui.NewVersionPopup
the button that updates to the new version
_updateButtons() - Method in class edu.rice.cs.drjava.ui.BookmarksPanel
Update button state and text.
_updateButtons() - Method in class edu.rice.cs.drjava.ui.BreakpointsPanel
Update button state and text.
_updateButtons() - Method in class edu.rice.cs.drjava.ui.FindResultsPanel
Update button state and text.
_updateButtons() - Method in class edu.rice.cs.drjava.ui.RegionsTreePanel
 
_updateDebugStatus() - Method in class edu.rice.cs.drjava.ui.MainFrame
Checks if debugPanel's status bar displays the DEBUGGER_OUT_OF_SYNC message but the current document is in sync.
_updateDefScrollRowHeader() - Method in class edu.rice.cs.drjava.ui.MainFrame
Update the row header (line number enumeration) for the definitions scroll pane.
_updateDocument(String, boolean) - Method in class edu.rice.cs.drjava.model.repl.RMIInteractionsModel
Updates the prompt and status of the document after an interpreter change.
_updateField(Color) - Method in class edu.rice.cs.drjava.ui.config.ColorOptionComponent
Updates the component's field to display the given color.
_updateField(Font) - Method in class edu.rice.cs.drjava.ui.config.FontOptionComponent
Updates the font field to display the given font.
_updateLineNums() - Method in class edu.rice.cs.drjava.ui.MainFrame
Updates the font and colors of the line number display.
_updateLock - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_updateMachine() - Method in class edu.rice.cs.drjava.ui.FindReplacePanel
Sets appropriate variables in the FindReplaceMachine if the caret has been changed.
_updateNoErrors(boolean) - Method in class edu.rice.cs.drjava.ui.CompilerErrorPanel.CompilerErrorListPane
Used to show that the last compile was successful.
_updateNoErrors(boolean) - Method in class edu.rice.cs.drjava.ui.ErrorPanel.ErrorListPane
 
_updateNoErrors(boolean) - Method in class edu.rice.cs.drjava.ui.JavadocErrorPanel.JavadocErrorListPane
Used to show that the last compile was successful.
_updateNoErrors(boolean) - Method in class edu.rice.cs.drjava.ui.JUnitPanel.JUnitErrorListPane
Updates the list pane with no errors.
_updateNormalColor() - Method in class edu.rice.cs.drjava.ui.MainFrame
Updates the text color for the doc list.
_updateNowButton - Variable in class edu.rice.cs.drjava.ui.ExternalProcessPanel
 
_updateNowButton - Variable in class edu.rice.cs.drjava.ui.LessPanel
 
_updater - Variable in class edu.rice.cs.drjava.model.DefaultLightWeightParsingControl
Thread to perform automatic updates.
_updaterThreadGroup - Variable in class edu.rice.cs.drjava.model.DefaultLightWeightParsingControl
Thread group for the updater.
_updateSavedConfiguration() - Method in class edu.rice.cs.drjava.ui.MainFrame
 
_updateScrollButtons() - Method in class edu.rice.cs.drjava.ui.ErrorPanel.ErrorListPane
 
_updateStyles(AttributeSet) - Method in class edu.rice.cs.drjava.ui.ErrorPanel
Updates all document styles with the attributes contained in newSet.
_updateStyles(AttributeSet) - Method in class edu.rice.cs.drjava.ui.JUnitPanel
Updates all document styles with the attributes contained in newSet.
_updateThread - Variable in class edu.rice.cs.drjava.ui.ExternalProcessPanel
 
_updateThread - Variable in class edu.rice.cs.drjava.ui.LessPanel
 
_updateToolbarButton(JButton, Action) - Method in class edu.rice.cs.drjava.ui.MainFrame
Removes the button b from the toolbar and creates new button in its place.
_updateToolbarButtons() - Method in class edu.rice.cs.drjava.ui.MainFrame
Update the toolbar's buttons, following any change to TOOLBAR_ICONS_ENABLED, TOOLBAR_TEXT_ENABLED, or FONT_TOOLBAR (name, style, text)
_updateToolBarVisible() - Method in class edu.rice.cs.drjava.ui.MainFrame
Sets the toolbar as either visible or invisible based on the config option.
_updateWatches() - Method in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Updates the stored value of each watched field and variable.
_updateWithErrors() - Method in class edu.rice.cs.drjava.ui.CompilerErrorPanel.CompilerErrorListPane
 
_updateWithErrors() - Method in class edu.rice.cs.drjava.ui.ErrorPanel.ErrorListPane
 
_updateWithErrors(String, String, ErrorPanel.ErrorDocument) - Method in class edu.rice.cs.drjava.ui.ErrorPanel.ErrorListPane
Used to show that the last compile was unsuccessful.
_updateWithErrors() - Method in class edu.rice.cs.drjava.ui.JavadocErrorPanel.JavadocErrorListPane
Used to show that the last javadoc command was unsuccessful.
_updateWithErrors() - Method in class edu.rice.cs.drjava.ui.JUnitPanel.JUnitErrorListPane
Used to show that testing was unsuccessful.
_updateWithErrors(String, String, ErrorPanel.ErrorDocument) - Method in class edu.rice.cs.drjava.ui.JUnitPanel.JUnitErrorListPane
 
_useColon - Variable in class edu.rice.cs.drjava.model.definitions.indent.ActionStartPrevStmtPlus
 
_useSuggestion - Variable in class edu.rice.cs.drjava.ui.JavadocDialog
Whether to use the suggested directory each time the dialog is shown.
_val - Variable in class edu.rice.cs.drjava.model.repl.newjvm.InterpretResult.BooleanValueResult
 
_val - Variable in class edu.rice.cs.drjava.model.repl.newjvm.InterpretResult.CharValueResult
 
_val - Variable in class edu.rice.cs.drjava.model.repl.newjvm.InterpretResult.NumberValueResult
 
_val - Variable in class edu.rice.cs.drjava.model.repl.newjvm.InterpretResult.StringValueResult
 
_validationInProgress - Variable in class edu.rice.cs.util.swing.DirectorySelectorComponent
Flag indicating that validation by the focus listener or action listener is pending.
_value - Variable in class edu.rice.cs.drjava.config.DrJavaProperty
Value of the property.
_value - Variable in class edu.rice.cs.drjava.model.debug.DebugWatchData
 
_value - Variable in class edu.rice.cs.util.swing.SwingWorker
 
_value - Variable in exception edu.rice.cs.util.text.EditDocumentException
 
_value - Variable in exception edu.rice.cs.util.UnexpectedException
 
_values - Variable in class edu.rice.cs.drjava.ui.avail.GUIAvailabilityNotifier
The current availabilities of the individual components.
_varCommandLineCmdStyle - Variable in class edu.rice.cs.drjava.ui.ExecuteExternalDialog
Style for variable the executable part.
_varErrorCommandLineCmdStyle - Variable in class edu.rice.cs.drjava.ui.ExecuteExternalDialog
Style for erroneous variable the command args part.
_variables - Variable in class edu.rice.cs.drjava.config.PropertyMaps
 
_varTable - Variable in class edu.rice.cs.drjava.ui.InsertVariableDialog
Table with variables.
_varTableModel - Variable in class edu.rice.cs.drjava.ui.InsertVariableDialog
Model for the table.
_varValueField - Variable in class edu.rice.cs.drjava.ui.InsertVariableDialog
Field to preview the value of the variable.
_vector - Variable in class edu.rice.cs.drjava.model.repl.History
 
_verifyOverwrite(File) - Method in class edu.rice.cs.drjava.ui.MainFrame
Confirms with the user that the file should be overwritten.
_version - Variable in class edu.rice.cs.drjava.model.compiler.JavacCompiler
 
_version - Variable in class edu.rice.cs.drjava.model.JDKToolsLibrary
 
_version - Variable in class edu.rice.cs.drjava.project.ProjectProfile
 
_versionPanel - Variable in class edu.rice.cs.drjava.ui.NewVersionPopup
the version information pane
_viewInteractionsClassPathAction - Variable in class edu.rice.cs.drjava.ui.MainFrame
Defines actions that displays the interactions classpath.
_viewListener - Variable in class edu.rice.cs.drjava.ui.InteractionsController
 
_visitorErrors2CompilerErrors(LinkedList<Pair<String, JExpressionIF>>) - Method in class edu.rice.cs.drjava.model.compiler.DefaultCompilerModel
Converts errors thrown by the language level visitors to CompilerErrors.
_vkso - Variable in class edu.rice.cs.drjava.ui.KeyBindingManager.KeyStrokeData
 
_vm - Variable in class edu.rice.cs.drjava.model.debug.jpda.EventHandlerThread
JPDA reference to the VirtualMachine generating the events.
_vm - Variable in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
VirtualMachine of the interactions JVM.
_voidReturnFlag - Variable in class edu.rice.cs.drjava.model.repl.newjvm.NewJVMTest.TestJVMExtension
 
_w - Variable in class edu.rice.cs.util.swing.CenteredIcon
 
_w - Variable in class edu.rice.cs.util.swing.LayeredIcon
 
_wa - Variable in class edu.rice.cs.drjava.ui.DetachedFrame
Window adapter to re-attach the tabbed pane when the window is closed.
_waitAgain - Variable in class edu.rice.cs.drjava.ui.MainFrame
 
_waitingForFirstInterpreter - Variable in class edu.rice.cs.drjava.model.repl.InteractionsModel
Whether we are waiting for the interpreter to register for the first time.
_waitInteractionDone() - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelTest.IncompleteInputInteractionsModel
 
_waitInteractionDone() - Method in class edu.rice.cs.drjava.model.repl.InteractionsModelTest.TestInteractionsModel
 
_waitMillis - Variable in class edu.rice.cs.util.ReaderWriterLockTest.PrintCommand
Number of milliseconds to wait between iterations
_waitQueue - Variable in class edu.rice.cs.util.ReaderWriterLock
Queue of all waiting reader and writer threads.
_wakeFrontGroupOfWaitQueue() - Method in class edu.rice.cs.util.ReaderWriterLock
Wakes up either the writer or all sequential readers before a writer at the front of the waitQueue.
_walker - Variable in class edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelComment
Can be used by other classes to walk through the list of comment chars
_warnedOutOfSync - Variable in class edu.rice.cs.drjava.ui.JUnitPanel.JUnitErrorListPane
 
_warnFileOpen(File) - Method in class edu.rice.cs.drjava.ui.MainFrame
Warns the user that the current file is open and query them if they wish to save over the currently open file.
_wasEscape - Variable in class edu.rice.cs.util.BalancingStreamTokenizer
The previous character was the escape character.
_wasSuccessful - Variable in class edu.rice.cs.drjava.ui.JavadocErrorPanel.JavadocErrorListPane
 
_watches - Variable in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
Vector of all current Watches.
_watches - Variable in class edu.rice.cs.drjava.project.ProjectProfile
 
_watches - Variable in class edu.rice.cs.drjava.ui.DebugPanel
 
_watchListener - Variable in class edu.rice.cs.drjava.model.debug.jpda.JPDADebugger
 
_watchPopupMenu - Variable in class edu.rice.cs.drjava.ui.DebugPanel
 
_watchTable - Variable in class edu.rice.cs.drjava.ui.DebugPanel
 
_whitespace - Variable in class edu.rice.cs.drjava.model.Query.IndentOfCurrStmt
 
_whitespace - Variable in class edu.rice.cs.drjava.model.Query.PrevCharPos
 
_wholeWord - Variable in class edu.rice.cs.drjava.ui.FindResultsPanel
 
_width - Variable in class edu.rice.cs.drjava.ui.PreviewFrame.PagePreview
 
_width - Variable in class edu.rice.cs.util.swing.ScrollableListDialog.Builder
 
_windowCloseListener - Variable in class edu.rice.cs.drjava.ui.MainFrame
How DrJava responds to window events.
_windowCloseListener - Variable in class edu.rice.cs.drjava.ui.PreviewFrame
How Preview Pane responds to window events.
_windowListener - Variable in class edu.rice.cs.drjava.ui.ClipboardHistoryFrame
 
_windowListener - Variable in class edu.rice.cs.drjava.ui.DrJavaErrorWindow
 
_workDir - Variable in class edu.rice.cs.drjava.model.AbstractGlobalModel.ProjectFileGroupingState
 
_workDir - Variable in class edu.rice.cs.drjava.project.ProjectProfile
 
_workdir - Variable in class edu.rice.cs.util.ProcessCreator
 
_workDirDocumentListener - Variable in class edu.rice.cs.drjava.ui.ExecuteExternalDialog
Command line work directory document listener.
_workDirectoryPanel() - Method in class edu.rice.cs.drjava.ui.ProjectPropertiesFrame
 
_workDirSelector - Variable in class edu.rice.cs.drjava.ui.ProjectPropertiesFrame
 
_workingDir - Variable in class edu.rice.cs.drjava.model.repl.newjvm.MainJVM
Working directory for slave JVM
_workingDirectory - Variable in class edu.rice.cs.drjava.model.repl.InteractionsModel
The working directory for the current interpreter.
_wrapped - Variable in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument.WrappedPosition
 
_wrapped - Variable in class edu.rice.cs.drjava.model.FindResult
 
_wrappedPosList - Variable in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
List with weak references to positions.
_wrappedPosListLock - Static variable in class edu.rice.cs.drjava.model.definitions.DefinitionsDocument
 
_writeDelay - Variable in class edu.rice.cs.drjava.model.repl.InteractionsModel
Number of milliseconds to wait after each println, to prevent the JVM from being flooded with print calls.
_writer - Variable in class edu.rice.cs.util.Log
PrintWriter to print messages to a file.
_writerDelay() - Method in class edu.rice.cs.drjava.model.repl.InteractionsModel
Waits for a small amount of time on a shared writer lock.
_writerLock - Variable in class edu.rice.cs.drjava.model.repl.InteractionsModel
A lock object to prevent print calls to System.out or System.err from flooding the JVM, ensuring the UI remains responsive.
_xc - Variable in class edu.rice.cs.drjava.project.XMLProjectFileParser
 
_xmlProjectFile - Variable in class edu.rice.cs.drjava.project.ProjectFileParserFacade
 
_xoffs - Variable in class edu.rice.cs.util.swing.LayeredIcon
 
_yesAction - Variable in class edu.rice.cs.drjava.ui.DrJavaSurveyPopup
Close this window, but display the full DrJava Errors window.
_yesButton - Variable in class edu.rice.cs.drjava.ui.DrJavaSurveyPopup
the yes button
_yesRule - Variable in class edu.rice.cs.drjava.model.definitions.indent.IndentRuleQuestion
Node in decision tree to use if the rule holds in this context.
_yoffs - Variable in class edu.rice.cs.util.swing.LayeredIcon
 
_zoomSlider - Variable in class edu.rice.cs.drjava.ui.PreviewFrame
 

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 _