Package | Description |
---|---|
com.jgraph.components.labels | |
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 |
---|---|
class |
RedirectingEditor
In-place editor for rich text multiline values.
|
class |
RichTextEditor
In-place editor for rich text multiline values.
|
Modifier and Type | Class and Description |
---|---|
protected class |
JGraph.GraphSelectionRedirector
Handles creating a new
GraphSelectionEvent with the
JGraph as the source and passing it off to all the
listeners. |
Modifier and Type | Method and Description |
---|---|
void |
JGraph.addGraphSelectionListener(GraphSelectionListener tsl)
Adds a listener for
GraphSelection events. |
void |
JGraph.removeGraphSelectionListener(GraphSelectionListener tsl)
Removes a
GraphSelection listener. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultGraphCellEditor |
Modifier and Type | Method and Description |
---|---|
void |
GraphSelectionModel.addGraphSelectionListener(GraphSelectionListener x)
Adds x to the list of listeners that are notified each time the
set of selected Objects changes.
|
void |
DefaultGraphSelectionModel.addGraphSelectionListener(GraphSelectionListener x)
Adds x to the list of listeners that are notified each time the set of
selected TreePaths changes.
|
void |
GraphSelectionModel.removeGraphSelectionListener(GraphSelectionListener x)
Removes x from the list of listeners that are notified each time
the set of selected Objects changes.
|
void |
DefaultGraphSelectionModel.removeGraphSelectionListener(GraphSelectionListener x)
Removes x from the list of listeners that are notified each time the set
of selected TreePaths changes.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicGraphUI.GraphSelectionHandler
Listens for changes in the selection model and updates the display
accordingly.
|
Modifier and Type | Field and Description |
---|---|
protected GraphSelectionListener |
BasicGraphUI.graphSelectionListener
Updates the display when the selection changes.
|
Modifier and Type | Method and Description |
---|---|
protected GraphSelectionListener |
BasicGraphUI.createGraphSelectionListener()
Creates the listener that updates the display based on selection change
methods.
|
Copyright (C) 2001-2009 JGraph Ltd. All rights reserved.