Delphi Clinic C++Builder Gate Training & Consultancy Delphi Notes Weblog Dr.Bob's Webshop
Hubert Klein Ikkink (aka Mr.Haki) - Communications Officer
 Mr.Haki's JBuilder Jar #25
See Also: JBuilder Papers

Structure pane icons
The following tables show the different icons which we can see when we have selected a Java source file in the AppBrowser window. Each icon is followed by a short description. We cannot find these icons and their descriptions in the JBuilder help file, but it can be quite useful to know what we are looking at.

IconDescription
Class - The class we are working on
Application - The Java application file we are working on
Applet - The source file is a Java applet
Native - The class contains native methods
Interface - Denotes an interface
Super class - The class our class is extended from

IconDescription
Method - Method inside class
Main - Method with the following signature to denote a Java application: public static void main(String[] args)
Init - Init method inside a Java applet
Native method - Method with the native keyword
Constructor - Constructor of the Java class
Overriden method - Method is overriden and this symbol indicates the different method signatures

IconDescription
Primitive data type data member - Data member with a primitive data type
Object data member - Data member with a class type, which isn't a primitive data type

IconDescription
Package - This package is imported in the class
Current package - The name of the package the class is part of


This webpage © 1997-2009 by Bob Swart (aka Dr.Bob - www.drbob42.com). All Rights Reserved.