| java.lang.Object org.openjx.jx.JXControl org.openjx.jx.jxcheckboxCTL
jxcheckboxCTL | public class jxcheckboxCTL extends JXControl (Code) | | This is the control class for the jxcheckbox otherwise known as the
JCheckBox.
author: Jared Spigner |
Method Summary | |
public boolean | Compile(JXObject jxObject) This method is called when the compiler wishes to compile the
component into Java code.
Parameters: jxObject - points to the JXObject in the stack we wish to compileinto Java. | public boolean | Interpret(JXObject jxObject) This method is called when the interpreter wishes to interpret the
component's script into Java code.
Parameters: jxObject - points to the JXObject in the stack we wish to interpretinto Java. |
jxcheckboxCTL | public jxcheckboxCTL(VirtualMachine vm)(Code) | | This is the constructor for the jxcheckboxCTL class. It creates a new
instance of jxchecboxCTL.
Parameters: vm - points to an instance of the Virtual Machine. |
Compile | public boolean Compile(JXObject jxObject)(Code) | | This method is called when the compiler wishes to compile the
component into Java code.
Parameters: jxObject - points to the JXObject in the stack we wish to compileinto Java. true on success, else false on failure. |
Interpret | public boolean Interpret(JXObject jxObject)(Code) | | This method is called when the interpreter wishes to interpret the
component's script into Java code.
Parameters: jxObject - points to the JXObject in the stack we wish to interpretinto Java. true on success, else false on failure. |
|
|