| Package | Description |
|---|---|
| visad.python | |
| visad.util |
Provides a collection of useful utilities, many of them
GUI widgets, to aid in VisAD application design.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JPythonEditor
An editor for writing and executing JPython code in Java runtime.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CodeEditor
An editor for writing and executing source code in Java runtime.
|
| Modifier and Type | Field and Description |
|---|---|
protected TextEditor |
TextFrame.textPane
main frame component
|
| Modifier and Type | Method and Description |
|---|---|
TextEditor |
TextFrame.getTextPane()
returns the main text editor pane
|
| Constructor and Description |
|---|
TextFrame(TextEditor textEdit)
constructs a TextFrame from the given TextEditor object
|