borland Packages  Class Hierarchy  jbcl.view Package  Index 

HeaderAdapter class

java.lang.Object
   +----borland.jbcl.view.HeaderAdapter

About the HeaderAdapter class

Properties  Methods  

Implements HeaderListener, Serializable, EventListener

A HeaderAdapter class implements the HeaderListener interface. The bodies of the methods are empty.

You can use the HeaderAdapter class to listen to only some of the header events. Extend the class, overriding the methods for the events you want your component to respond to.

If there are multiple listeners for header events, you can use a HeaderAdapter class for each object that listens to these events. This way your code won't have to test the source component to determine which one fired the event.


HeaderAdapter properties

*Read-only properties **Write-only properties

Properties implemented in java.lang.Object

HeaderAdapter methods

Methods implemented in this class

Methods implemented in java.lang.Object