Previous Next
Class hierarchy of an individual class

So far we've looked at an overview of the complete class hierarchy. Let's now take a look at the superclasses and subclasses of an individual class. To see the superclasses and subclasses (i.e. only the immediate relatives) of class Button :

  1. Right-click anywhere in the Project Tree.
  2. Choose Context menu > Select from All Projects.
    All the projects in the Project Tree are now checkmarked, and so all the classes of all the projects are now displayed in the Hierarchy view.
  3. Make sure that Button is selected in the Hierarchy view.
  4. Right-click in the Hierarchy view and choose
    Context menu > Show Button Relatives
    The Hierarchy view now displays only the relatives of
    Button .

    Click for full size, then use Back button

    As you can see, only the superclasses and subclasses of Button are shown. All other classes are hidden. This gives you a better picture of the inheritance of ActionButton and related classes.