Package org.gvsig.scripting.swing.api
Interface JScriptingLauncher
- All Superinterfaces:
org.gvsig.tools.swing.api.Component
public interface JScriptingLauncher
extends org.gvsig.tools.swing.api.Component
JScriptingLauncher is a component that contains
JScriptingBrowsers to navigate for the User's Folder and for System's
Folder. It has a tab for each JScriptingBrowser. It catches the
exceptions throws by JScriptingBrowser and it do the associated
action or throw a new exception to the JScriptingComposer (if it's
included on it)- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final int -
Method Summary
Modifier and TypeMethodDescriptionvoidaddDefaultActionListener(ActionListener listener) Registra un listener para ser informado cuando se realiza doble click sobre un ScriptingUnit.Return the selected browser in this launcher.voidrefresh()Reloads the content of theJScriptingBrowsersMethods 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
-
refresh
void refresh()Reloads the content of theJScriptingBrowsers -
getSelectedBrowser
JScriptingBrowser getSelectedBrowser()Return the selected browser in this launcher.- Returns:
-
addDefaultActionListener
Registra un listener para ser informado cuando se realiza doble click sobre un ScriptingUnit.- Parameters:
listener-
-