MATLAB Function Reference |
Display information on class methods in separate window
Syntax
Description
methodsview
packagename.classname
displays information describing the Java class classname
that is available from the package of Java classes packagename
.
methodsview
classname
displays information describing the MATLAB, COM, or imported Java class classname
.
methodsview(object)
displays information describing the object
instantiated from a COM or Java class.
MATLAB creates a new window in response to the methodsview
command. This window displays all the methods defined in the specified class. For each of these methods, the following additional information is supplied:
abstract
or synchronized
)
Examples
The following command lists information on all methods in the java.awt.MenuItem
class.
MATLAB displays this information in a new window, as shown below
See Also
methods
, import
, class
, javaArray
methods | mex |
© 1994-2005 The MathWorks, Inc.