|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.cycling74.max.MaxSystem
public class MaxSystem
MXJ System utilities.
| Field Summary | |
|---|---|
static String |
MXJ_VERSION
|
static int |
PATH_STYLE_COLON
|
static int |
PATH_STYLE_MAX
|
static int |
PATH_STYLE_NATIVE
|
static int |
PATH_STYLE_NATIVE_WIN
|
static int |
PATH_STYLE_SLASH
|
static int |
PATH_TYPE_ABSOLUTE
|
static int |
PATH_TYPE_BOOT
|
static int |
PATH_TYPE_C74
|
static int |
PATH_TYPE_IGNORE
|
static int |
PATH_TYPE_RELATIVE
|
| Constructor Summary | |
|---|---|
MaxSystem()
|
|
| Method Summary | |
|---|---|
static void |
defer(Executable fn)
|
static void |
deferFront(Executable fn)
|
static void |
deferLow(Executable fn)
Will schedule the executable to a low priority thread |
static void |
deferMedium(Executable fn)
Will schedule the executable to a medium priority thread |
static void |
error(String message)
Shows a error message to the pd console |
static String[] |
getClassPath()
Returns the user classpath. |
static short |
getMaxVersion()
|
static int[] |
getMaxVersionInts()
|
static String[] |
getSystemClassPath()
|
static void |
hideCursor()
Not supported in PD |
static boolean |
isStandAlone()
Not supported in PD |
static String |
locateFile(String filename)
Tries to locate file in pure-data search path. |
static void |
nextWindowIsModal()
Not supported in PD |
static void |
ouch(String message)
Shows a message in the pd console and kill PD afterwards. |
static void |
post(String message)
Shows a message to the pd console |
static boolean |
sendMessageToBoundObject(String name,
String msg,
Atom[] args)
Sends a message to a bound object (IEM object or a receiver) |
static void |
showCursor()
Not supported in PD |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static String MXJ_VERSION
public static final int PATH_STYLE_COLON
public static final int PATH_STYLE_MAX
public static final int PATH_STYLE_NATIVE
public static final int PATH_STYLE_NATIVE_WIN
public static final int PATH_STYLE_SLASH
public static final int PATH_TYPE_ABSOLUTE
public static final int PATH_TYPE_BOOT
public static final int PATH_TYPE_C74
public static final int PATH_TYPE_IGNORE
public static final int PATH_TYPE_RELATIVE
| Constructor Detail |
|---|
public MaxSystem()
| Method Detail |
|---|
public static void post(String message)
message - the string to showpublic static void error(String message)
message - the string to showpublic static void ouch(String message)
message - the string to show
public static boolean sendMessageToBoundObject(String name,
String msg,
Atom[] args)
name - the destination of the messagemsg - the symbol message ("bang", "float", "list")args - the array of Atoms
public static String locateFile(String filename)
filename - of the file to search in path
public static void deferLow(Executable fn)
fn - the executablepublic static void deferMedium(Executable fn)
fn - the executablepublic static String[] getClassPath()
public static void defer(Executable fn)
public static void deferFront(Executable fn)
public static String[] getSystemClassPath()
public static boolean isStandAlone()
public static short getMaxVersion()
public static int[] getMaxVersionInts()
public static void hideCursor()
public static void showCursor()
public static void nextWindowIsModal()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||