Package | Description |
---|---|
io |
Provides classes for handling ODE files.
|
ui |
Contains all files that are used to create the user interface.
|
ui.dialogs |
Contains the classes that define the look and behavior of dialog boxes used by ODEToolkit.
|
ui.outputpanels |
Provides an abstraction of tabbed panels for displaying different forms of
output, including the ODEWorkspace, its representation graphs and data.
|
Modifier and Type | Method and Description |
---|---|
static void |
AutoLaunch.loadURL(GUI gui,
java.net.URL webPath)
Open the workspace specified by the URL
|
static ODEWorkspace |
ODEFileHandler.readFile(java.io.File odeFile,
GUI gui)
Unmarshals a .ode file using Castor and opens the contents in a new
ODEWorkspace.
|
static ODEWorkspace |
ODEFileHandler.readWorkspaceFromURL(java.net.URL url,
GUI parent)
Reads the contents of a .ode file referenced by a URL, then creates a
temporary file to to read the Workspace into the GUI.
|
Constructor and Description |
---|
MenuBar(GUI owner)
Constructor, defines the menu bar items for ODE Toolkit's menu bar and
adds the appropriate listeners to the menu items.
|
Constructor and Description |
---|
OpenURLDialog(GUI owner)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ODE |
DataRep.createODEFromText(java.lang.String odeText,
GUI gui)
Create a new ODE form the given ODE text if the text is updated at all
|
Constructor and Description |
---|
GraphicsRep(ODEWorkspace odews,
GUI ui,
javax.swing.JPanel p)
Constructor that creates a Graphics component of ODEWorkspace.
|
ODEWorkspace(GUI gui,
java.lang.String name)
Constructor that creates a new, blank ODEWorkspace, given the name and
the reference to the main GUI.
|