public interface JScriptingBrowser extends Component
JScriptingBrowser
is a component that shows hierachically a
system folder. It launch events on selection or double.clic of each
ScriptingUnit
. In case of ScriptingFolder
a selection will
load the content lazily, and double-clic will expand it. In case of
ScriptingBaseScript
will throw a exception to the
JScriptingLauncher
JScriptingLauncher
Modifier and Type | Interface and Description |
---|---|
static interface |
JScriptingBrowser.BrowserActionEvent |
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_ACTION |
static int |
DROPDOWN_ACTION |
static int |
SELECTION_ACTION |
Modifier and Type | Method and Description |
---|---|
void |
addActionListener(java.awt.event.ActionListener listener) |
ScriptingManager |
getManager() |
ScriptingFolder |
getRoot() |
ScriptingUnit |
getSelectedNode() |
javax.swing.tree.TreePath |
getSelectionPath() |
void |
setSelectionPath(javax.swing.tree.TreePath path) |
asJComponent
static final int DEFAULT_ACTION
static final int SELECTION_ACTION
static final int DROPDOWN_ACTION
ScriptingManager getManager()
ScriptingFolder getRoot()
ScriptingUnit getSelectedNode()
javax.swing.tree.TreePath getSelectionPath()
void setSelectionPath(javax.swing.tree.TreePath path)
void addActionListener(java.awt.event.ActionListener listener)