| MATLAB Function Reference | ![]() |
methodsview packagename.classname
methodsview classname
methodsview(object)
methodsview packagename.classname displays information about the methods in the class, classname. You must include packagename if the class is in a package. If classname is a MATLAB® or Sun™ Java™ class, methodsview lists only public methods, including those inherited from superclasses.
methodsview classname displays information describing the class classname.
methodsview(object) displays information about the methods of the class of object.
methodsview creates a new window that displays the methods defined in the specified class and lists the following information;
Qualifiers—information about the method (for example, abstract or synchronized)
Returned Type—class of returned values
Name—name of the method
Arguments—Arguments passed to the method
Other—Possible exceptions thrown
Inherited From—Superclass of the specified class
The following command lists information on all methods in the java.awt.MenuItem class.
methodsview java.awt.MenuItem
MATLAB displays this information in a new window, as shown below

methods, import, class, javaArray
![]() | methods | mex | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |