public interface JScriptingLauncher extends Component
JScriptingLauncher
is a component that contains
JScriptingBrowser
s 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(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
JScriptingBrowser s |
asJComponent
static final int DEFAULT_ACTION
static final int SELECTION_ACTION
static final int DROPDOWN_ACTION
void refresh()
JScriptingBrowser
sJScriptingBrowser getSelectedBrowser()
void addDefaultActionListener(ActionListener listener)
listener
-