Customizing the default Java types to be shown or filtered out in domain modeling class diagrams

You can customize the default Java types to be shown or filtered out in domain modeling class diagrams when you populate diagrams.

Before you begin

Note: This preference setting only affects Show Related Elements actions and topic and browse diagrams. It does not prevent you from visualizing a binary type in the following situation:
  • By using the Visualize Existing > Java type menu
  • By using the Visualize menu on the selected binary type in the Package or Project Explorer view
  • As part of visualizing attributes as associations
  • By dragging and dropping from the Package or Project Explorer view into diagrams

About this task

To customize the default Java types to be shown or filtered out in diagrams, complete the following steps:

Procedure

  1. Click Window > Preferences.
  2. In the Preferences window, expand Modeling, expand Java, and click Show Related elements Filters.
  3. On the Java Show Related Elements Filters page, complete one of the following steps:
    • To show all Java types, click Show all Java types.
    • To filter all binary Java types, click Filter all binary Java types (defined in referenced libraries).
    • To filter specific Java types, click Filter specific Java types; then add the specific Libraries, Packages, or Types.
  4. Click OK.

Feedback