borland.jbcl Packages borland.jbcl Class Hierarchy borland.jbcl.model
java.util.EventListener +----borland.jbcl.model.VectorSubfocusListener
Methods
Implemented by ListControl, VectorSubfocusAdapter
The VectorSubfocusListener interface provides the methods to respond to vector-sufocus events: subfocusChanged() and subfocusChanging().
void subfocusChanged(borland.jbcl.model.VectorSubfocusEvent e)Responds to a subfocus location change.
Parameters:
void subfocusChanging(borland.jbcl.model.VectorSubfocusEvent e)Requests to change the subfocus location. The request can be vetoed by throwing VetoException.
Parameters: