Elements of Java objects and member accessibility
Subtrees of each Java object represent the hierarchy of elements. Java objects typically contain at least one class that contains elements such as constructors, methods, variables and inner classes. You can set behavior properties for each of these elements.
Table 5: Java Object Elements
Member accessibility
The elements listed above can have several kinds of accessibility. The icons of the elements consist of icons in the previous table and their accessibility flag(s).
Table 6: Icons for accessibility
Contents | Prev | Next | Index |