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 :
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.