Package org.gvsig.scripting.swing.api
Interface JScriptingBrowser
- All Superinterfaces:
org.gvsig.tools.swing.api.Component
public interface JScriptingBrowser
extends org.gvsig.tools.swing.api.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- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final int -
Method Summary
Modifier and TypeMethodDescriptionvoidaddActionListener(ActionListener listener) getRoot()voidsetSelectionPath(TreePath path) Methods inherited from interface org.gvsig.tools.swing.api.Component
asJComponent
-
Field Details
-
DEFAULT_ACTION
static final int DEFAULT_ACTION- See Also:
-
SELECTION_ACTION
static final int SELECTION_ACTION- See Also:
-
DROPDOWN_ACTION
static final int DROPDOWN_ACTION- See Also:
-
-
Method Details
-
getManager
ScriptingManager getManager() -
getRoot
ScriptingFolder getRoot() -
getSelectedNode
ScriptingUnit getSelectedNode() -
getSelectionPath
TreePath getSelectionPath() -
setSelectionPath
-
addActionListener
-