ClassName[javaclass] returns, as a string, the fully qualified name of the specified JavaClass. ClassName[javaobject] returns the fully qualified name of the Java class of ...
ConnectToFrontEnd[] establishes a link to the notebook front end for use by the UseFrontEnd[] function.
Constructors[javaclass] returns a list of the Java declarations for all constructors of the specified JavaClass. Constructors["classname"] lists the constructor for the named ...
DoModal[] does not return until the Java side sends an expression of the form EvaluatePacket[EndModal[args]].
EndJavaBlock[] ends an evaluation block equivalent to a JavaBlock, except that it works across a larger span than the evaluation of a single expression.
Fields[javaclass] returns a list of the Java declarations for all fields of the specified JavaClass. Fields["classname"] lists the fields for the named class. ...
ImplementJavaInterface[interfaces, mappings] uses the Dynamic Proxy facility of Java to create a new Java class and return an object of that class that implements the named ...
InstallJava[] launches the Java runtime and prepares it to be used from Mathematica.
InstanceOf[javaobject, javaclass] gives True if javaobject is an instance of the class or interface javaclass, or a subclass. Otherwise, it returns False. ...
JavaClass[classname, n] represents a Java class with the specified name.