|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OptionConstants | |
---|---|
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 | The model package is responsible for the majority of the logic
and state in DrJava. |
edu.rice.cs.drjava.model.compiler | Contains adaptor code for invoking various Java compilers. |
edu.rice.cs.drjava.model.debug.jpda | |
edu.rice.cs.drjava.model.definitions | Provides the data model for storing Java source code. |
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.ui | The ui package contains classes for the default user interface
for DrJava. |
edu.rice.cs.drjava.ui.config | Contains the GUI code for displaying and modifying configuration options. |
Uses of OptionConstants in edu.rice.cs.drjava.config |
---|
Classes in edu.rice.cs.drjava.config that implement OptionConstants | |
---|---|
class |
ConfigOptionListeners
|
static class |
ConfigOptionListeners.JavadocCustomParamsListener
|
static class |
ConfigOptionListeners.MasterJVMArgsListener
|
static class |
ConfigOptionListeners.MasterJVMXMXListener
|
static class |
ConfigOptionListeners.SlaveJVMArgsListener
|
static class |
ConfigOptionListeners.SlaveJVMXMXListener
|
class |
DrJavaPropertySetup
Class setting up the variables for external processes. |
class |
OptionMapLoader
|
class |
OptionMapLoaderTest
Tests the OptionMapLoader. |
Uses of OptionConstants in edu.rice.cs.drjava.model |
---|
Classes in edu.rice.cs.drjava.model that implement OptionConstants | |
---|---|
class |
AbstractDJDocument
This class contains code supporting the concept of a "DJDocument"; it is shared between DefinitionsDocument and InteractionsDJDocument. |
class |
AbstractGlobalModel
In simple terms, a DefaultGlobalModel without an interpreter, compiler, junit testing, debugger or javadoc. |
class |
DefaultGlobalModel
Handles the bulk of DrJava's program logic. |
class |
GlobalModelIOTest
Test I/O functions of the global model. |
class |
GlobalModelOtherTest
A test on the GlobalModel that does deals with everything outside of simple file operations, e.g., compile, quit. |
class |
GlobalModelTestCase.TestGlobalModel
|
Uses of OptionConstants in edu.rice.cs.drjava.model.compiler |
---|
Classes in edu.rice.cs.drjava.model.compiler that implement OptionConstants | |
---|---|
class |
CompilerOptions
Represents the compiler warnings |
Uses of OptionConstants in edu.rice.cs.drjava.model.debug.jpda |
---|
Classes in edu.rice.cs.drjava.model.debug.jpda that implement OptionConstants | |
---|---|
class |
DebugTest
Tests the JPDA-based debugger. |
class |
Step
The breakpoint object which has references to its OpenDefinitionsDocument and its StepRequest |
Uses of OptionConstants in edu.rice.cs.drjava.model.definitions |
---|
Classes in edu.rice.cs.drjava.model.definitions that implement OptionConstants | |
---|---|
class |
ColoringGlyphPainter
|
class |
ColoringView
This view class renders text on the screen using the reduced model info. |
class |
DefinitionsDocument
The document model for the definitions pane; it contains a reduced model since it extends AbstractDJDocument. |
Uses of OptionConstants in edu.rice.cs.drjava.model.repl |
---|
Classes in edu.rice.cs.drjava.model.repl that implement OptionConstants | |
---|---|
class |
History
History class that records what has been typed in the interactions pane. |
class |
HistoryTest
Tests the functionality of the repl History. |
class |
InteractionsDJDocument
Represents a Swing-based InteractionsDocument. |
Uses of OptionConstants in edu.rice.cs.drjava.ui |
---|
Classes in edu.rice.cs.drjava.ui that implement OptionConstants | |
---|---|
class |
AbstractDJPane
This pane class for a SwingDocument. |
class |
CompilerErrorPanel
The panel which houses the list of errors after an unsuccessful compilation. |
class |
DebugPanel
Panel for displaying the debugger input and output in MainFrame. |
class |
DefinitionsPane
The pane in which work on a given OpenDefinitionsDocument occurs. |
class |
EditExternalDialog
|
class |
ErrorPanel
This class contains common code and interfaces from CompilerErrorPanel, JUnitPanel, and JavadocErrorPanel. |
class |
ExecuteExternalDialog
|
class |
InsertVariableDialog
Dialog allowing the user to select a variable. |
class |
InteractionsPane
The view component for repl interaction. |
class |
JavadocErrorPanel
The panel which displays all the Javadoc parsing errors. |
class |
JUnitPanel
The panel that displays all the testing errors. |
class |
RecentFileManager
Manages a list of the most recently used files to be displayed in the File menu. |
Uses of OptionConstants in edu.rice.cs.drjava.ui.config |
---|
Classes in edu.rice.cs.drjava.ui.config that implement OptionConstants | |
---|---|
class |
DirectoryOptionComponent
Graphical form of a FileOption. |
class |
FileOptionComponent
Graphical form of a FileOption. |
class |
VectorClassnameOptionComponent
|
class |
VectorFileOptionComponent
Graphical form of a VectorOption for the Extra Classpath/Sourcepath options. |
class |
VectorOptionComponent<T>
Graphical form of a VectorOption for the Extra Classpath option. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |