With this tool you are able to examine (reflect) entire classes. It is an interface for java.lang.reflect. You can list and view the methods, fields and contructors of a class. This is possible for public and non - public (i.e. protected) class - members.
Class to explore: This is the class that will be reflected in this tool. When the class explorer first opens, the currently selected Jedi class will be used here. You can use the arrow on the right side to get a complete list of all available classes. This might take some time to calculate.
Class Member Type: By chosing an entry in the pulldown menu, all parent classes will displayed in the left list and corresponding information of the selected class is shown in the right list. By using the context menu on either side of the two lists, you can directly add the corresponding method signatures to the current Jedi project.
Signature: The signature of the currently selected class - member is shown in this text field.
Edit Classpath: You can set the class path that will be searched for the class to reflect using this button.
Get class from Jedi: Use this button to examine the class currently active in Jedi. The active class in jedi is also the preset that is being shown when the class explorer is opened. However, if the class explorer remains open during your programming, you can use this button to change to the current class.
Close Window: Closes the class explorer. You can open again it any time using the apropriate menu item.