|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgui.BSFAction
public class BSFAction
Class to execute ooRexx code
| Field Summary | |
|---|---|
java.lang.Object |
element
The gui element object |
java.util.Vector |
guiElements
A Vector that contains the gui elements |
java.lang.String |
ooRexxCode
The actual ooRexx code, that will be executed |
| Constructor Summary | |
|---|---|
BSFAction()
Default constructor |
|
| Method Summary | |
|---|---|
void |
addElement(java.lang.Object o)
Method to add an additional gui element to the vector, that can be accessed within the ooRexx code |
void |
executeOoRexx()
Executes the ooRexx code |
java.lang.Object |
getElement()
Method that returns the gui element |
java.lang.String |
getOoRexxCode()
Method that returns the ooRexx code |
void |
setElement(java.lang.Object o)
Method to set the gui element and add it to the vector, so that it can be accessed within the ooRexx code |
void |
setOoRexxCode(java.lang.String code)
Method to set the ooRexx code |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String ooRexxCode
public java.lang.Object element
public java.util.Vector guiElements
| Constructor Detail |
|---|
public BSFAction()
| Method Detail |
|---|
public java.lang.String getOoRexxCode()
public void setOoRexxCode(java.lang.String code)
public java.lang.Object getElement()
public void setElement(java.lang.Object o)
public void addElement(java.lang.Object o)
public void executeOoRexx()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||