Package | Description |
---|---|
data |
Provides a collection of data structures used throughout ODEToolkit.
|
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 |
---|---|
ODEWorkspace |
WorkspaceData.getODEWorkspace()
Returns the ODEWorkspace associated with this WorkspaceData.
|
Modifier and Type | Method and Description |
---|---|
void |
WorkspaceData.setODEWorkspace(ODEWorkspace odeWorkspace)
Set the ODEWorkspace associated with this WorkspaceData.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
static ODEWorkspace |
GUI.activeWorkspace
The ODEWorkspace corresponding to the selected workspace
|
Modifier and Type | Method and Description |
---|---|
ODEWorkspace |
TabbedOutputPanel.getOwner()
Returns the ODEWorkspace owning this tabbed panel.
|
Modifier and Type | Method and Description |
---|---|
void |
GUI.addWorkspace(ODEWorkspace newWorkspace)
Add a new ODEWorkspace to the program
|
Constructor and Description |
---|
InputPanel(ODEWorkspace owner)
Constructor.
|
TabbedOutputPanel(ODEWorkspace newOwner)
Constructor that creates a new TabbedOutputPanel according to the given
ODEWorkspace
|
Constructor and Description |
---|
SolverOptionsPanel(SolverParameters p,
ODEWorkspace owner)
Constructs a new solver options panel associated with the given
ODEWorkspace.
|
Constructor and Description |
---|
CurveInspector(DataPanel owner,
ODEWorkspace workspace)
Constructor that creates a CurveInspector for the given ODEWorkspace
|
DataRep(ODEWorkspace odews,
java.lang.String workspaceName)
Creates a new Data component of the ODEWorkspace.
|
EquilibriumInspector(DataPanel owner,
ODEWorkspace workspace)
Constructor that creates a EquilibriumInspector for the given
ODEWorkspace
|
GraphicsRep(ODEWorkspace odews,
GUI ui,
javax.swing.JPanel p)
Constructor that creates a Graphics component of ODEWorkspace.
|
ODEInspector(DataPanel owner,
ODEWorkspace workspace)
Constructor that creates a ODEInspector for the given ODEWorkspace
|
SolverRep(ODEWorkspace odews)
Constructor for creating an new Solver component.
|