Package org.jext.scripting.dawn.functions

Class Summary
ConsoleFunction Makes the console execute a command.
Usage:
command console
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.
GetPropertyFunction Gets a property.
Usage:
property getProperty
GetSelectedTextFunction Puts text from current text area selection onto the stack.
Usage:
getSelectedText
GetTextFunction Puts text from current text area onto the stack.
Usage:
getText
InputFunction Displays an input dialog box.
Usage:
message input
InsertTextFunction Inserts text in current text area.
Usage:
text insertText
IsPropertyEnabledFunction Checks if a property is enabled.
Usage:
property isPropertyEnabled
JextActionFunction Executes a jext action.
Usage:
actionName jextAction
MsgBoxFunction Displays a dialog box.
Usage:
message msgBox
OpenFunction Opens a file.
Usage:
file open
SetPropertyFunction Sets a property.
Usage:
property value setProperty
SetTextFunction Sets current text area text.
Usage:
text setText
YesNoCancelFunction Displays a yes/no/cancel dialog box.
Usage:
message yesNoCancel
YesNoFunction Displays a yes/no dialog box.
Usage:
message yesNo
 



Copyright © 2002 Romain Guy.