Uses of Interface org.jgraph.event.GraphSelectionListener

Uses in package org.jgraph

Classes implementing org.jgraph.event.GraphSelectionListener

class
Handles creating a new GraphSelectionEvent with the JGraph as the source and passing it off to all the listeners.

Methods with parameter type org.jgraph.event.GraphSelectionListener

void
Adds a listener for GraphSelection events.
void
Removes a GraphSelection listener.

Uses in package org.jgraph.plaf.basic

Classes implementing org.jgraph.event.GraphSelectionListener

class
Listens for changes in the selection model and updates the display accordingly.

Fields of type org.jgraph.event.GraphSelectionListener

GraphSelectionListener
Updates the display when the selection changes.

Methods with return type org.jgraph.event.GraphSelectionListener

GraphSelectionListener
Creates the listener that updates the display based on selection change methods.

Uses in package org.jgraph.graph

Classes implementing org.jgraph.event.GraphSelectionListener

class

Methods with parameter type org.jgraph.event.GraphSelectionListener

void
Adds x to the list of listeners that are notified each time the set of selected TreePaths changes.
void
Adds x to the list of listeners that are notified each time the set of selected Objects changes.
void
Removes x from the list of listeners that are notified each time the set of selected TreePaths changes.
void
Removes x from the list of listeners that are notified each time the set of selected Objects changes.

Copyright (C) 2001-2006 Gaudenz Alder. All rights reserved.