Package com.cycling74.max

Interface Summary
Executable Executable provides a common interface for classes that need a method to execute.
MessageReceiver MessageReceiver provides a common interface for Objects to be notified of potentially interesting events asynchronously.
 

Class Summary
Atom An element of a list or argument of a message.
AttributeInfo  
Callback Callback is an implementation of the Executable interface.
DataTypes This class contains constants describing the various data types that MaxObjects can pass through their outlets and inlets, and a method to make them readable.
MaxBox MaxBox represents the graphical element of an external in a patcher.
MaxClock MaxClock provides a way for your mxj classes to set up the execution of events in the future.
MaxContext The context and company in which a Max object finds itself.
MaxObject Base class for a Java Max object.
MaxPatcher MaxPatcher can be used in conjunction with MaxBox to dynamically modify and create patchers on the fly.
MaxQelem The MaxQelem object can be used to defer execution of a method from the timer thread to the main thread.
MaxSystem Collection of functions relating primarily to interaction with the Max environment and other information about the environment mxj is executing within.
MaxWindow MaxWindow is a reference to the window containing a patcher.
MXJClassLoader If you are looking at this class I am imagining that the method names are more or less self-explanatory.
MXJClassLoaderImpl  
MXJDecompiler We currently use JODE http://jode.sourceforge.net as the backend for this interface.
MXJPreferences  
 

Exception Summary
MaxRuntimeException