|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.jstatcom.engine.LoadTypes com.jstatcom.engine.ox.OxLoadTypes
public final class OxLoadTypes
The types that can be loaded by the OxEngine
.
OxLoadTypes
are parameters that define the behaviour of the
OxEngine.load
method.
Field Summary | |
---|---|
static OxLoadTypes |
CLASS
Creates a new instance of an Ox class. |
static OxLoadTypes |
OXO
Loads an .ox or .oxo file. |
static OxLoadTypes |
VIEWER
Spawns a viewer with a file argument. |
Constructor Summary | |
---|---|
OxLoadTypes(java.lang.String name)
OxLoadTypes constructor. |
Method Summary |
---|
Methods inherited from class com.jstatcom.engine.LoadTypes |
---|
equals, hashCode, name, toString |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final OxLoadTypes OXO
public static final OxLoadTypes CLASS
public static final OxLoadTypes VIEWER
Constructor Detail |
---|
public OxLoadTypes(java.lang.String name)
name
- the name of the new constant
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |