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

VectorSelectionListener interface

java.util.EventListener
   +----borland.jbcl.model.VectorSelectionListener

About the VectorSelectionListener interface

Methods  

Implemented by TabsetControl, TabsetPanel, VectorSelectionAdapter, VectorSelectionMulticaster, TabsetView

This interface provides the methods to respond to vector-selection events. Vector-selection event objects are passed to these methods. Which method receives the event object depends on the type of the event. For example, if the event ID is RANGE_CHANGED, the event object is passed to the the selectionRangeChanged() method, which then responds to the event.


VectorSelectionListener methods

Methods defined in this interface


VectorSelectionListener methods

selectionChanged(borland.jbcl.model.VectorSelectionEvent)

  void selectionChanged(borland.jbcl.model.VectorSelectionEvent e)
Responds to a change in the set of selected locations.

Parameters:

e
The vector-selection event object.

selectionItemChanged(borland.jbcl.model.VectorSelectionEvent)

  void selectionItemChanged(borland.jbcl.model.VectorSelectionEvent e)
Responds to a change in a particular location in the set of selected locations.

Parameters:

e
The vector-selection event object.

selectionRangeChanged(borland.jbcl.model.VectorSelectionEvent)

  void selectionRangeChanged(borland.jbcl.model.VectorSelectionEvent e)
Responds to a change in the range of selected locations, such as an insertion or deletion.

Parameters:

e
The vector-selection event object.