Package | Description |
---|---|
org.jgraph |
JGraph's topmost package which contains the JGraph class.
|
org.jgraph.graph |
Graphs are made up of a number of classes and interfaces defined in their own
package - the
jgraph.graph package. |
org.jgraph.plaf.basic |
Contains the BasicGraphUI, which is GraphUI's default implementation.
|
Modifier and Type | Class and Description |
---|---|
static class |
JGraph.EmptySelectionModel
EmptySelectionModel is a GraphSelectionModel
that does not allow anything to be selected. |
Modifier and Type | Field and Description |
---|---|
protected GraphSelectionModel |
JGraph.selectionModel
Models the set of selected objects in this graph.
|
Modifier and Type | Method and Description |
---|---|
GraphSelectionModel |
JGraph.getSelectionModel()
Returns the model for selections.
|
Modifier and Type | Method and Description |
---|---|
void |
JGraph.setSelectionModel(GraphSelectionModel selectionModel)
Sets the graph's selection model.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultGraphSelectionModel
Default implementation of GraphSelectionModel.
|
Modifier and Type | Field and Description |
---|---|
protected GraphSelectionModel |
BasicGraphUI.graphSelectionModel
Model maintaining the selection.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BasicGraphUI.setSelectionModel(GraphSelectionModel newLSM)
Resets the selection model.
|
Copyright (C) 2001-2009 JGraph Ltd. All rights reserved.