C D G M N 

C

Class1 - Class in GUI_Test
The Class1 class provides a Java interface to the M-functions from the files: C:\\Users\\Ina\\Desktop\\Jan\\Test_MATLAB_JAR\\GUI_Test\\GUI_Test.m C:\\Users\\Ina\\Desktop\\Jan\\Test_MATLAB_JAR\\GUI_Test\\GUI_Test_export.m The Class1.dispose() method must be called on a Class1 instance when it is no longer needed to ensure that native resources allocated by this class are properly freed.
Class1() - Constructor for class GUI_Test.Class1
Constructs a new instance of the Class1 class.
Class1(String) - Constructor for class GUI_Test.Class1
Deprecated.
Please use the constructor Class1.Class1(MWComponentOptions componentOptions). The com.mathworks.toolbox.javabuilder.MWComponentOptions class provides API to set the path to the component.
Class1(MWComponentOptions) - Constructor for class GUI_Test.Class1
Constructs a new instance of the Class1 class.
Class1Remote - Interface in GUI_Test
The Class1Remote class provides a Java RMI-compliant interface to the M-functions from the files: C:\\Users\\Ina\\Desktop\\Jan\\Test_MATLAB_JAR\\GUI_Test\\GUI_Test.m C:\\Users\\Ina\\Desktop\\Jan\\Test_MATLAB_JAR\\GUI_Test\\GUI_Test_export.m The Class1Remote.dispose() method must be called on a Class1Remote instance when it is no longer needed to ensure that native resources allocated by this class are properly freed, and the server-side proxy is unexported.

D

dispose() - Method in class GUI_Test.Class1
Frees native resources associated with this object
dispose() - Method in interface GUI_Test.Class1Remote
Frees native resources associated with the remote server object
disposeAllInstances() - Static method in class GUI_Test.Class1
Calls dispose method for each outstanding instance of this class.

G

GUI_Test - package GUI_Test
This package was created using MATLAB Builder JA.
GUI_Test(List, List) - Method in class GUI_Test.Class1
Provides the interface for calling the GUI_Test M-function where the first input, an instance of List, receives the output of the M-function and the second input, also an instance of List, provides the input to the M-function.
GUI_Test(Object[], Object[]) - Method in class GUI_Test.Class1
Provides the interface for calling the GUI_Test M-function where the first input, an Object array, receives the output of the M-function and the second input, also an Object array, provides the input to the M-function.
GUI_Test(int, Object...) - Method in class GUI_Test.Class1
Provides the standard interface for calling the GUI_Test M-function with 1 input argument.
GUI_Test(int, Object...) - Method in interface GUI_Test.Class1Remote
Provides the standard interface for calling the GUI_Test M-function with 1 input argument.
GUI_Test_export(List, List) - Method in class GUI_Test.Class1
Provides the interface for calling the GUI_Test_export M-function where the first input, an instance of List, receives the output of the M-function and the second input, also an instance of List, provides the input to the M-function.
GUI_Test_export(Object[], Object[]) - Method in class GUI_Test.Class1
Provides the interface for calling the GUI_Test_export M-function where the first input, an Object array, receives the output of the M-function and the second input, also an Object array, provides the input to the M-function.
GUI_Test_export(int, Object...) - Method in class GUI_Test.Class1
Provides the standard interface for calling the GUI_Test_export M-function with 1 input argument.
GUI_Test_export(int, Object...) - Method in interface GUI_Test.Class1Remote
Provides the standard interface for calling the GUI_Test_export M-function with 1 input argument.
GUI_TestMCRFactory - Class in GUI_Test
INTERNAL USE ONLY

M

main(String[]) - Static method in class GUI_Test.Class1
Invokes the first m-function specified by MCC, with any arguments given on the command line, and prints the result.

N

newInstance(MWComponentOptions) - Static method in class GUI_Test.GUI_TestMCRFactory
 
newInstance() - Static method in class GUI_Test.GUI_TestMCRFactory
 
C D G M N