| Home >> All >> org >> jext >> [ scripting Javadoc ] |
| | org.jext.scripting.dawn.* (17) | | org.jext.scripting.dawn.functions.* (15) |
| | org.jext.scripting.python.* (2) |
org.jext.scripting: Javadoc index of package org.jext.scripting.
Package Samples:
org.jext.scripting.dawn.functions
org.jext.scripting.dawn
org.jext.scripting.python
Classes:
CreateActionFunction: Creates a new action in Jext. Usage: code actionLabel actionName createAction code is the Dawn code which will be executed on click, actionLabel is the name which will appear in Jext menu bar, and actionName is Jext internal action name.
GetSelectedTextFunction: Puts text from current text area selection onto the stack. Usage: getSelectedText
IsPropertyEnabledFunction: Checks if a property is enabled. Usage: property isPropertyEnabled
GetTextFunction: Puts text from current text area onto the stack. Usage: getText
YesNoCancelFunction: Displays a yes/no/cancel dialog box. Usage: message yesNoCancel
ConsoleFunction: Makes the console execute a command. Usage: command console
InsertTextFunction: Inserts text in current text area. Usage: text insertText
JextActionFunction: Executes a jext action. Usage: actionName jextAction
YesNoFunction: Displays a yes/no dialog box. Usage: message yesNo
SetPropertyFunction: Sets a property. Usage: property value setProperty
InputFunction: Displays an input dialog box. Usage: message input
SetTextFunction: Sets current text area text. Usage: text setText
GetPropertyFunction: Gets a property. Usage: property getProperty
MsgBoxFunction: Displays a dialog box. Usage: message msgBox
OpenFunction: Opens a file. Usage: file open
AbstractLogWindow
DawnLogWindow
Run
PythonLogWindow
Run
| Home | Contact Us | Privacy Policy | Terms of Service |