borland.jbcl Packages  borland.jbcl Class Hierarchy  borland.jbcl.model 

GraphSelectionAdapter class

java.lang.Object
   +----borland.jbcl.model.GraphSelectionAdapter

About the GraphSelectionAdapter class

Properties  Methods  

Implements GraphSelectionListener, EventListener

A GraphSelectionAdapter class implements the GraphSelectionListener interface. The bodies of the methods are empty.

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

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


GraphSelectionAdapter properties

*Read-only properties **Write-only properties

Properties implemented in java.lang.Object

GraphSelectionAdapter methods

Methods implemented in this class

Methods implemented in java.lang.Object