jbcl.view Package
java.lang.Object +----com.borland.jbcl.view.TreeAdapter
Properties Methods
Implements TreeListener, EventListener
TreeAdapter
is a helper component to allow easy implementation of the TreeListener
interface. The methods in TreeAdapter
are empty stubs. Simply instantiate a TreeAdapter
in your component, and override the desired handler methods. You only write methods for the specific tree item events your component responds to.