jbcl.view Package 

TreeAdapter class

java.lang.Object
   +----com.borland.jbcl.view.TreeAdapter

About the TreeAdapter class

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.


TreeAdapter properties

*Read-only properties **Write-only properties

Properties implemented in java.lang.Object

TreeAdapter methods

Methods implemented in this class

Methods implemented in java.lang.Object