Previous Next
Interface of a class

To look at the interface of Button:

  1. From the Modifiers drop-down, choose All Modifiers.
    All methods of class
    Button are displayed in the Member List.
  2. In the Inheritance view, choose Context menu > Select from All Classes.
  3. Clear the Signature check box to get a less cluttered view of the Member List.
    You now have a completely flat view of the class
    Button , including all overridden methods. Each entry in the list shows the method name and the class defining the method so you can see what overrides what. For example, the method At is defined in VObject and overridden in CompositeVObject .
    A completely flat view of the class is not always useful. Sometimes you want to see just the interface of the current class, hiding all the methods that are overridden.
  4. In the Inheritance view, make sure Button is highlighted and choose
    Context menu > Select from Button only.
  5. Clear the Overridden checkbox.
    Now, only the client interface of the loaded class is visible.