Uses of Interface org.jgraph.graph.GraphSelectionModel

Uses in package org.jgraph

Classes implementing org.jgraph.graph.GraphSelectionModel

class
EmptySelectionModel is a GraphSelectionModel that does not allow anything to be selected.

Fields of type org.jgraph.graph.GraphSelectionModel

GraphSelectionModel
Models the set of selected objects in this graph.

Methods with parameter type org.jgraph.graph.GraphSelectionModel

void
Sets the graph's selection model.

Methods with return type org.jgraph.graph.GraphSelectionModel

GraphSelectionModel
Returns the model for selections.

Uses in package org.jgraph.plaf.basic

Fields of type org.jgraph.graph.GraphSelectionModel

GraphSelectionModel
Model maintaining the selection.

Methods with parameter type org.jgraph.graph.GraphSelectionModel

void
Resets the selection model.

Uses in package org.jgraph.graph

Classes implementing org.jgraph.graph.GraphSelectionModel

class
Default implementation of GraphSelectionModel.

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