jbcl.model Package 

MatrixSelectionAdapter class

java.lang.Object
   +----com.borland.jbcl.model.MatrixSelectionAdapter

About the MatrixSelectionAdapter class

Properties  Methods  

Implements MatrixSelectionListener, EventListener

A MatrixSelectionAdapter component implements the MatrixSelectionListener interface. The bodies of the methods are empty.

You can use the MatrixSelectionAdapter component to listen to only some of the matrix-selection events. Extend the class, overriding the methods for the events you want your component to respond to.

If there are multiple listeners for matrix-selection events, you can use a MatrixSelectionAdapter 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.


MatrixSelectionAdapter properties

*Read-only properties **Write-only properties

Properties implemented in java.lang.Object

MatrixSelectionAdapter methods

Methods implemented in this class

Methods implemented in java.lang.Object