public interface JScriptingLauncher extends 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)JScriptingBrowser, 
JScriptingComposer| 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 | 
addDefaultActionListener(java.awt.event.ActionListener listener)
Registra un listener para ser informado cuando se realiza doble click
 sobre un ScriptingUnit. 
 | 
JScriptingBrowser | 
getSelectedBrowser()
Return the selected browser in this launcher. 
 | 
void | 
refresh()
Reloads the content of the  
JScriptingBrowsers | 
asJComponentstatic final int DEFAULT_ACTION
static final int SELECTION_ACTION
static final int DROPDOWN_ACTION
void refresh()
JScriptingBrowsersJScriptingBrowser getSelectedBrowser()
void addDefaultActionListener(java.awt.event.ActionListener listener)
listener -