All Manuals > LispWorks IDE User Guide > 8 The Class Browser > 8.1 Simple use of the Class Browser

NextPrevUpTopContentsIndex

8.1.4 Examining other classes

There are two ways that you can examine other classes. The first is to type the name of the class you wish to see into the Class text box at the top of the browser. For long class names, you might find it useful to type just a few characters and then press Up or Down to invoke in-place completion. Press Return or click and the named class is described.

  1. While still examining class capi:list-panel , type capi:push-button-panel into the Class area.

The class capi:push-button-panel is described.

Because some class names may be potentially quite long, you can use completion to reduce typing. This allows you to select from a list of all class names which begin with the partial input you have entered. See Completion for detailed instructions. When you have entered the complete class name, click on to make this the class being described.

The second way to examine other classes is by using the Superclasses and Subclasses lists available in the hierarchy view. Click on the Hierarchy tab to display the hierarchy view.

The main part of the hierarchy view consists of two lists:

Double-click on any superclass or subclass of the current class to examine it.

  1. Double-click on CAPI:BUTTON-PANEL in the Superclasses list.
  2. The capi:button-panel class is described.

  3. Double-click on CAPI:PUSH-BUTTON-PANEL in the Subclasses list.
  4. The capi:push-button-panel class is described again.

So, using the Hierarchy tab, you can easily look through the related classes in a system.


LispWorks IDE User Guide (Unix version) - 25 Nov 2011

NextPrevUpTopContentsIndex