5591 - 5600 of 10072 for copyingSearch Results
View search results from all Wolfram sites (14307 matches)
ClassName   (JLink Symbol)
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   (JLink Symbol)
ConnectToFrontEnd[] establishes a link to the notebook front end for use by the UseFrontEnd[] function.
Constructors   (JLink Symbol)
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   (JLink Symbol)
DoModal[] does not return until the Java side sends an expression of the form EvaluatePacket[EndModal[args]].
EndJavaBlock   (JLink Symbol)
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   (JLink Symbol)
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   (JLink Symbol)
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   (JLink Symbol)
InstallJava[] launches the Java runtime and prepares it to be used from Mathematica.
InstanceOf   (JLink Symbol)
InstanceOf[javaobject, javaclass] gives True if javaobject is an instance of the class or interface javaclass, or a subclass. Otherwise, it returns False. ...
JavaClass   (JLink Symbol)
JavaClass[classname, n] represents a Java class with the specified name.
1 ... 557|558|559|560|561|562|563 ... 1008 Previous Next

...