borland Packages Class Hierarchy jbcl.view Package Index
java.lang.Object +----borland.jbcl.view.TreeAdapter
Properties Methods
Implements TreeListener, EventListener
TreeAdapter is a helper class to allow easy implementation of the TreeItemListener 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.
See also: Glossary: adapter class