A B E G J K M O S

A

actionPerformed(ActionEvent) - Method in class gui.BSFAction
Executes the ooRexx code
actionPerformed(ActionEvent) - Method in class gui.JavaScriptAction
Executes the JavaScript code
addElement(Object) - Method in class gui.BSFAction
Method to add an additional gui element to the vector, that can be accessed within the ooRexx code

B

BSFAction - Class in gui
Class to execute ooRexx code when a button or a menu item is clicked
BSFAction() - Constructor for class gui.BSFAction
Default constructor

E

element - Variable in class gui.BSFAction
The gui element object
ExtensionFrame - Class in gui
 
ExtensionFrame() - Constructor for class gui.ExtensionFrame
This is the default constructor

G

getElement() - Method in class gui.BSFAction
Method that returns the gui element
getJavascriptCode() - Method in class gui.JavaScriptAction
Method that returns the JavaScript code
getOoRexxCode() - Method in class gui.BSFAction
Method that returns the ooRexx code
gui - package gui
 
guiElements - Variable in class gui.BSFAction
A Vector that contains the gui elements

J

JavaScriptAction - Class in gui
Class to execute JavaScript code when a button or a menu item is clicked
JavaScriptAction() - Constructor for class gui.JavaScriptAction
Default constructor
JavascriptButtonFrame - Class in gui
 
JavascriptButtonFrame() - Constructor for class gui.JavascriptButtonFrame
This is the default constructor
javascriptCode - Variable in class gui.JavaScriptAction
The actual JavaScript code, that will be executed when the action is performed

K

KeyEventFrame - Class in gui
 
KeyEventFrame() - Constructor for class gui.KeyEventFrame
This is the default constructor

M

MenuBarFrame - Class in gui
 
MenuBarFrame() - Constructor for class gui.MenuBarFrame
This is the default constructor
MouseEventFrame - Class in gui
 
MouseEventFrame() - Constructor for class gui.MouseEventFrame
This is the default constructor

O

OoRexxButtonFrame - Class in gui
 
OoRexxButtonFrame() - Constructor for class gui.OoRexxButtonFrame
This is the default constructor
ooRexxCode - Variable in class gui.BSFAction
The actual ooRexx code, that will be executed when the action is performed

S

setElement(Object) - Method in class gui.BSFAction
Method to set the gui element and add it to the vector, so that it can be accessed within the ooRexx code
setJavascriptCode(String) - Method in class gui.JavaScriptAction
Method to set the JavaScript code
setOoRexxCode(String) - Method in class gui.BSFAction
Method to set the ooRexx code

A B E G J K M O S