Class DefaultScriptChooserPanel

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
org.gvsig.scripting.swing.impl.tools.DefaultScriptChooserPanel
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, org.gvsig.tools.swing.api.Component, org.gvsig.tools.swing.api.script.ScriptSwingManager.ScriptChooserPanel

public class DefaultScriptChooserPanel extends JPanel implements org.gvsig.tools.swing.api.script.ScriptSwingManager.ScriptChooserPanel
Author:
jjdelcerro
See Also:
  • Constructor Details

    • DefaultScriptChooserPanel

      public DefaultScriptChooserPanel(ScriptingUIManager uimanager)
  • Method Details

    • showDialog

      public int showDialog()
      Specified by:
      showDialog in interface org.gvsig.tools.swing.api.script.ScriptSwingManager.ScriptChooserPanel
    • getScript

      public org.gvsig.tools.script.Script getScript()
      Specified by:
      getScript in interface org.gvsig.tools.swing.api.script.ScriptSwingManager.ScriptChooserPanel
    • getAction

      public int getAction()
      Specified by:
      getAction in interface org.gvsig.tools.swing.api.script.ScriptSwingManager.ScriptChooserPanel
    • asJComponent

      public JComponent asJComponent()
      Specified by:
      asJComponent in interface org.gvsig.tools.swing.api.Component