Interface ScriptingDialog

All Superinterfaces:
org.gvsig.tools.observer.Observable, org.gvsig.tools.script.Script, ScriptingBaseScript, ScriptingScript, ScriptingText, ScriptingUnit, org.gvsig.tools.observer.WeakReferencingObservable

public interface ScriptingDialog extends ScriptingScript

Interface that represents a single script with window dialog.

See Also:
  • Field Details

  • Method Details

    • getDialogFile

      File getDialogFile()
      Returns the file where is the window dialog's gui.
      Returns:
      a File with the code of the window dialog.
    • getShowMode

      int getShowMode()
      Returns the type of the window dialog associated with the ScriptingDialog.
      Returns:
      an int with the window mode.
    • setShowMode

      void setShowMode(int mode)
      Sets the window mode associated with a ScriptingDialog.
      Parameters:
      mode - int that contains the window mode.