|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MainFrame | |
---|---|
edu.rice.cs.drjava | This is the top-level package for DrJava. |
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 MainFrame in edu.rice.cs.drjava |
---|
Fields in edu.rice.cs.drjava declared as MainFrame | |
---|---|
protected MainFrame |
RemoteControlServer.RCServerThread._frame
Main frame access so the server can open files, etc. |
Methods in edu.rice.cs.drjava with parameters of type MainFrame | |
---|---|
static void |
DrJavaRoot.showDrJavaDebugConsole(MainFrame mf)
Shows a separate interactions window with a reference to DrJava's MainFrame defined as "mainFrame". |
Constructors in edu.rice.cs.drjava with parameters of type MainFrame | |
---|---|
RemoteControlServer.RCServerThread(MainFrame frame)
Create a new server thread. |
|
RemoteControlServer.RCServerThread(String name,
MainFrame frame)
Create a new server thread with a specified name. |
|
RemoteControlServer(MainFrame frame)
Create a new remote control server, running in its own daemon thread. |
Uses of MainFrame in edu.rice.cs.drjava.model.repl |
---|
Fields in edu.rice.cs.drjava.model.repl declared as MainFrame | |
---|---|
protected MainFrame |
InteractionsDJDocumentTest.mf
|
Uses of MainFrame in edu.rice.cs.drjava.ui |
---|
Fields in edu.rice.cs.drjava.ui declared as MainFrame | |
---|---|
protected MainFrame |
TabbedPanel._frame
|
protected MainFrame |
RegionsTreePanel._frame
|
protected MainFrame |
RegionsListPanel._frame
|
protected MainFrame |
ErrorCaretListener._frame
|
protected MainFrame |
AbortablePanel._frame
|
protected MainFrame |
PreviewFrame._mainFrame
|
protected MainFrame |
ExecuteExternalDialog._mainFrame
Main frame. |
protected MainFrame |
EditExternalDialog._mainFrame
Main frame. |
Methods in edu.rice.cs.drjava.ui with parameters of type MainFrame | |
---|---|
void |
KeyBindingManager.setMainFrame(MainFrame mainFrame)
|
Constructors in edu.rice.cs.drjava.ui with parameters of type MainFrame | |
---|---|
AbortablePanel(MainFrame frame,
String title)
Constructs a new abortable panel. |
|
BookmarksPanel(MainFrame frame,
RegionManager<MovingDocumentRegion> bookmarkManager)
Constructs a new bookmarks panel. |
|
BreakpointsPanel(MainFrame frame,
RegionManager<Breakpoint> breakpointManager)
Constructs a new breakpoints panel. |
|
BrowserHistoryPanel(MainFrame frame)
Constructs a new browser history panel. |
|
ClipboardHistoryFrame(MainFrame owner,
String title,
ClipboardHistoryModel chm,
ClipboardHistoryFrame.CloseAction okAction,
ClipboardHistoryFrame.CloseAction cancelAction)
Create a new clipboard history frame. |
|
CompilerErrorPanel(SingleDisplayModel model,
MainFrame frame)
Constructor. |
|
DebugPanel(MainFrame frame)
Constructs a new panel to display debugging information when the Debugger is active. |
|
DefinitionsPane(MainFrame mf,
OpenDefinitionsDocument doc)
Standard Constructor. |
|
DetachedFrame(String name,
MainFrame mf,
Runnable1<DetachedFrame> detach,
Runnable1<DetachedFrame> reattach)
Create a tabbed pane frame. |
|
DrJavaSurveyPopup(MainFrame parent)
Creates a window to display whether a new version of DrJava is available. |
|
EditExternalDialog(MainFrame mf)
Create a dialog. |
|
ErrorCaretListener(OpenDefinitionsDocument doc,
DefinitionsPane defPane,
MainFrame frame)
Constructs a new caret listener to highlight errors. |
|
ErrorPanel(SingleDisplayModel model,
MainFrame frame,
String tabString,
String labelString)
|
|
ExecuteExternalDialog(MainFrame mf)
Create a dialog with the "Run" button. |
|
ExecuteExternalDialog(MainFrame mf,
boolean editMode,
int editIndex,
CompletionMonitor cm)
Create a dialog. |
|
ExternalProcessPanel(MainFrame frame,
String title,
ProcessCreator pc)
Constructs a new "process" panel to watch process output. |
|
FindResultsPanel(MainFrame frame,
RegionManager<MovingDocumentRegion> regionManager,
String title,
String searchString,
boolean searchAll,
boolean matchCase,
boolean wholeWord,
boolean noComments,
boolean noTestCases,
WeakReference<OpenDefinitionsDocument> doc,
edu.rice.cs.drjava.ui.FindReplacePanel findReplace)
Constructs a new find results panel. |
|
InsertVariableDialog(MainFrame mf,
CompletionMonitor cm)
Create a dialog. |
|
JarOptionsDialog(MainFrame mf)
Create a "Create Jar" dialog |
|
JavadocErrorPanel(SingleDisplayModel model,
MainFrame frame)
Constructor. |
|
JUnitPanel(SingleDisplayModel model,
MainFrame frame)
Constructor. |
|
LessPanel(MainFrame frame,
String title,
File f)
Constructs a new "less" panel to watch file output. |
|
NewVersionPopup(MainFrame parent)
Creates a window to display whether a new version of DrJava is available. |
|
PreviewConsoleFrame(SingleDisplayModel model,
MainFrame mainFrame,
boolean interactions)
Contructs a new PreviewConsoleFrame using a parent model and a MainFrame. |
|
PreviewDefDocFrame(SingleDisplayModel model,
MainFrame mainFrame)
Contructs a new PreviewDefDocFrame using a parent model and a MainFrame object. |
|
PreviewFrame(SingleDisplayModel model,
MainFrame mainFrame,
boolean interactions)
Contructs a new PreviewFrame using a parent model and a Pageable object print to show. |
|
ProjectPropertiesFrame(MainFrame mf)
Constructs project properties frame for a new project and displays it. |
|
RecentDocFrame(MainFrame f)
|
|
RegionsListPanel(MainFrame frame,
String title)
Constructs a new panel to display regions in a list. |
|
RegionsTreePanel(MainFrame frame,
String title,
RegionManager<R> regionManager)
Constructs a new panel to display regions in a tree. |
|
TabbedPanel(MainFrame frame,
String name)
Constructor. |
Uses of MainFrame in edu.rice.cs.drjava.ui.config |
---|
Constructors in edu.rice.cs.drjava.ui.config with parameters of type MainFrame | |
---|---|
ConfigFrame(MainFrame frame)
Sets up the frame and displays it. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |