PreviousNext

View classes

Select a subset of classes

Type the Class Name Prefix and press ENTER. For example, type java.lang. In the classes pane, classes that start with the string typed in the Class Name Prefix field appear.

    1. In the classes pane, right click a class.
    2. Perform one of the following actions:
      Steps
      Task

      Click Source code.

      > Display the source code that implements the selected class.

      Click Break when exception thrown.

      > Set the BlackBerry® IDE to trigger a breakpoint when the code throws an object of the selected class.

      Click Break on new object.

      > Set the BlackBerry IDE to trigger a breakpoint when an object of the selected class is instantiated.

View the methods in a class

The methods pane displays all methods in a class. In the classes pane, double-click a class. The methods pane updates to display all methods in the selected class.

Related topic


   BlackBerry