|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.onemind.jxp.Control
public class Control
Represent a control object in the script language
| Field Summary | |
|---|---|
private java.lang.Object |
_obj
reference to an object * |
static Control |
BREAK
the break control * |
static Control |
CONTINUE
the continue control * |
static Control |
EXIT
the exit |
static Control |
RETURN
the return control * |
| Constructor Summary | |
|---|---|
private |
Control()
|
|
Control(java.lang.Object obj)
|
| Method Summary | |
|---|---|
java.lang.Object |
getObject()
Get the object |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private java.lang.Object _obj
public static final Control BREAK
public static final Control CONTINUE
public static final Control RETURN
public static final Control EXIT
| Constructor Detail |
|---|
private Control()
public Control(java.lang.Object obj)
obj - an object| Method Detail |
|---|
public java.lang.Object getObject()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||