borland.jbcl Packages borland.jbcl Class Hierarchy borland.jbcl.model
java.util.EventListener +----borland.jbcl.model.GraphSelectionListener
Methods
Implemented by GraphSelectionAdapter, GraphSelectionMulticaster
This interface provides the methods to respond to graph-selection events. Graph-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 SELECTION_CHANGED, the event object is passed to the the selectionChanged() method, which then responds to the event.
void selectionChanged(borland.jbcl.model.GraphSelectionEvent e)Responds to a change in the set of selected nodes.
Parameters:
void selectionItemChanged(borland.jbcl.model.GraphSelectionEvent e)Responds to a change of a particular node in the set of selected nodes.
Parameters: