The Method ExplorerTM


When you open or create a new Non-Visual or Server-Side application, the Application Builder switches the display to show the Method Tree, Method Explorer and Source and Definition Windows. These windows give you a complete visual representation of your Java source file.

Explorer Display

The method explorer gives you a visual representation of how the constructors, globals and methods of you Java source interact with one another. This technology is the first and only of its kind or the Java developer and will save you substantial amounts of programming time since you no longer have to search manually trough the Java source code to learn its class structure. The Method Explorer does it for you.

By selecting a global in the method tree you can quickly see all the methods that access that global variable. When selecting a method you can see which globals are accessed along with the methods that this method calls. You can also see which methods call this one.

Explorer Functions

The following functions exist for the Explorer: