This is a feature of JBuilder Enterprise.
Use the UML page of the IDE Options dialog box to globally configure the display of UML diagrams in JBuilder's UML browser. You can control such options as visibility icons, grouping of elements, display of properties, font, font size, and color of text, arrows, and backgrounds.
To open the UML page, choose Tools|IDE Options, then click the UML tab.
Displays JBuilder's AppBrowser icons in the UML diagram. These are the same icons displayed in the structure pane when a source file is open in the editor. For definitions of these icons, see "The JBuilder environment."
Groups class methods and data members from the most visible to the least visible in the UML diagram. Public methods and data members are followed by protected, which are followed by private.
Sorts class methods and data members alphabetically in the UML diagram.
Displays any class variables with getters and/or setters as properties in a separate section at the bottom of the class diagram. The getters, setters, and class variables are not displayed. Properties exist when a method name matching a field name is preceded by "is", "get", or "set". For example, a field name parameterRow
with a getParameterRow()
method is a property. Properties have the visibility of the getters/setters.
Select a font type from the list of available screen fonts installed on your system.
Select a font size for the UML diagram from the predefined font sizes associated with the font you selected in the Font Family list box.
Choose a UML element in the Screen Element list and select a new color to change the default color displayed in the UML browser. Select a standard or a custom color to the right of the Screen Element list.
Displays the selected standard or custom color. Select a color from the palette or choose the Select Custom Color button and choose or create a custom color.
Resets the selected screen element to the JBuilder default color.
Choose Select Custom Color to open the Select A Color dialog box where you can create your own color.
Resets all the UML options to the JBuilder default.
Resets the UML options to the settings in effect when the dialog box was displayed.