public interface ScriptingDialog extends ScriptingScript
Interface that represents a single script with window dialog.
ScriptingUnit,
ScriptingBaseScript| Modifier and Type | Field and Description |
|---|---|
static int |
MODE_DIALOG |
static int |
MODE_TOOL |
static int |
MODE_WINDOW |
ISOLATION_HIGH, ISOLATION_LOW| Modifier and Type | Method and Description |
|---|---|
File |
getDialogFile()
Returns the file where is the window dialog's gui.
|
int |
getShowMode()
Returns the type of the window dialog associated with the ScriptingDialog.
|
void |
setShowMode(int mode)
Sets the window mode associated with a ScriptingDialog.
|
getCode, getLangName, getMainName, getMimeType, invokeFunction, invokeMethod, save, setCode, setMainNameaddStderrWriter, addStdoutWriter, compile, getIsolation, getLibrarySuffix, getResource, getScriptFile, isEnabled, put, removeStderrWriter, removeStdoutWriter, run, run, runAsTask, setEnabled, setIsolation, setLibrarySuffixaddPropertyChangeListener, getCreatedBy, getDescription, getFile, getFiles, getIconNames, getId, getName, getParent, getTypeName, getVersion, isSaved, move, remove, rename, setCreatedBy, setDescription, setName, setSaved, setVersionaddObserver, deleteObserver, deleteObserversgetName, getTypeName, putstatic final int MODE_DIALOG
static final int MODE_WINDOW
static final int MODE_TOOL
File getDialogFile()
int getShowMode()
void setShowMode(int mode)
mode - int that contains the window mode.