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 Details

  • Method Details

    • refresh

      void refresh()
      Reloads the content of the JScriptingBrowsers
    • getSelectedBrowser

      JScriptingBrowser getSelectedBrowser()
      Return the selected browser in this launcher.
      Returns:
    • addDefaultActionListener

      void addDefaultActionListener(ActionListener listener)
      Registra un listener para ser informado cuando se realiza doble click sobre un ScriptingUnit.
      Parameters:
      listener -