Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.progeeks.util

Class Summary
ClassIterator Given a class, this iterator will traverse the class hierarchy from the specified class, through its interfaces, to the parent class with its interfaces, and so on.
Inspector A utility for doing simple Bean-like reflection.
ObservableList A java.util.List wrapper that will deliver the appropriate ListPropertyChangeEvents when the list is modified.
ObservableMap A java.util.Map wrapper that will deliver the appropriate PropertyChangeEvents when the Map is modified.
 

Exception Summary
InspectionException Runtime exception thrown by the Inspector class.