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.
|
org.yawlfoundation.yawl.editor.ui.net |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
NetSelectionListener.publishState(GraphSelectionModel model,
GraphSelectionEvent event)
This method interrogates the selected cells suppled with the
model specified,
and based on the state of the selection set, will send events to subscribers that have asked for
notification of the selection being in a particular state of interest. |
Constructor and Description |
---|
NetSelectionListener(GraphSelectionModel model) |