Superclass and Interface Methods for a Java Object
If an object's class is a subclass, you can view the methods of any superclasses. To do this, select the class bar at the top of the right-hand side of the window.
If an object's class implements an interface, you can view the interface's methods:
- Select the Interfaces check box.
The drop-down list now contains the interfaces the object implements.
- Select an interface.
Its methods now appear in the right panel.
Version 5.2
[prev] | [next]