Package | Description |
---|---|
com.jgraph.navigation | |
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 |
---|---|
class |
GraphNavigator |
Modifier and Type | Method and Description |
---|---|
GraphModelListener[] |
DefaultGraphModel.getGraphModelListeners()
Return an array of all GraphModelListeners that were added to this model.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultGraphModel.addGraphModelListener(GraphModelListener l)
Adds a listener for the GraphModelEvent posted after the graph changes.
|
void |
GraphModel.addGraphModelListener(GraphModelListener l)
Adds a listener for the GraphModelEvent posted after the model changes.
|
void |
DefaultGraphModel.removeGraphModelListener(GraphModelListener l)
Removes a listener previously added with addGraphModelListener() .
|
void |
GraphModel.removeGraphModelListener(GraphModelListener l)
Removes a listener previously added with addGraphModelListener() .
|
Modifier and Type | Class and Description |
---|---|
class |
BasicGraphUI.GraphModelHandler
Listens for changes in the graph model and updates the view accordingly.
|
Modifier and Type | Field and Description |
---|---|
protected GraphModelListener |
BasicGraphUI.graphModelListener
Is responsible for updating the view based on model events.
|
Modifier and Type | Method and Description |
---|---|
protected GraphModelListener |
BasicGraphUI.createGraphModelListener()
Returns a listener that can update the graph when the model changes.
|
Copyright (C) 2001-2009 JGraph Ltd. All rights reserved.