Package | Description |
---|---|
org.jgraph |
JGraph's topmost package which contains the JGraph class.
|
org.jgraph.event |
Contains event classes and listener interfaces that are used to react to events fired by JGraph.
|
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.configuration.menu.action | |
org.yawlfoundation.yawl.decobar | |
org.yawlfoundation.yawl.editor.ui.actions | |
org.yawlfoundation.yawl.editor.ui.actions.element | |
org.yawlfoundation.yawl.editor.ui.actions.element.align | |
org.yawlfoundation.yawl.editor.ui.actions.net | |
org.yawlfoundation.yawl.editor.ui.actions.net.zoom | |
org.yawlfoundation.yawl.editor.ui.net | |
org.yawlfoundation.yawl.editor.ui.properties | |
org.yawlfoundation.yawl.editor.ui.specification.pubsub | |
org.yawlfoundation.yawl.editor.ui.swing.specification |
Modifier and Type | Method and Description |
---|---|
protected void |
JGraph.fireValueChanged(GraphSelectionEvent e)
Notifies all listeners that have registered interest for notification on
this event type.
|
void |
JGraph.GraphSelectionRedirector.valueChanged(GraphSelectionEvent e)
Invoked by the
GraphSelectionModel when the selection
changes. |
Modifier and Type | Method and Description |
---|---|
void |
GraphSelectionListener.valueChanged(GraphSelectionEvent e)
Called whenever the value of the selection changes.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultGraphSelectionModel.fireValueChanged(GraphSelectionEvent e)
Notifies all listeners that are registered for tree selection events on
this object.
|
void |
DefaultGraphCellEditor.valueChanged(GraphSelectionEvent e)
Resets lastPath.
|
Modifier and Type | Method and Description |
---|---|
void |
BasicGraphUI.GraphSelectionHandler.valueChanged(GraphSelectionEvent event)
Messaged when the selection changes in the graph we're displaying
for.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurableTaskAction.graphSelectionChange(GraphState state,
GraphSelectionEvent event) |
void |
ProcessConfigurationAction.graphSelectionChange(GraphState state,
GraphSelectionEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
DecoratorToolBar.graphSelectionChange(GraphState state,
GraphSelectionEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
CopyAction.graphSelectionChange(GraphState state,
GraphSelectionEvent event) |
void |
CutAction.graphSelectionChange(GraphState state,
GraphSelectionEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
DecreaseSizeAction.graphSelectionChange(GraphState state,
GraphSelectionEvent event) |
void |
IncreaseSizeAction.graphSelectionChange(GraphState state,
GraphSelectionEvent event) |
void |
SetSelectedElementsFillColourAction.graphSelectionChange(GraphState state,
GraphSelectionEvent event) |
void |
ViewCancellationSetAction.graphSelectionChange(GraphState state,
GraphSelectionEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
AlignBottomAction.graphSelectionChange(GraphState state,
GraphSelectionEvent event) |
void |
AlignCentreAction.graphSelectionChange(GraphState state,
GraphSelectionEvent event) |
void |
AlignLeftAction.graphSelectionChange(GraphState state,
GraphSelectionEvent event) |
void |
AlignMiddleAction.graphSelectionChange(GraphState state,
GraphSelectionEvent event) |
void |
AlignRightAction.graphSelectionChange(GraphState state,
GraphSelectionEvent event) |
void |
AlignTopAction.graphSelectionChange(GraphState state,
GraphSelectionEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
DeleteAction.graphSelectionChange(GraphState state,
GraphSelectionEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
ZoomSelectedElementsAction.graphSelectionChange(GraphState state,
GraphSelectionEvent event) |
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. |
void |
CancellationSetModel.valueChanged(GraphSelectionEvent event) |
void |
NetSelectionListener.valueChanged(GraphSelectionEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
PropertiesLoader.graphSelectionChange(GraphState state,
GraphSelectionEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
GraphStateListener.graphSelectionChange(GraphState state,
GraphSelectionEvent event) |
void |
Publisher.publishState(GraphState state,
GraphSelectionEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
BottomPanel.graphSelectionChange(GraphState state,
GraphSelectionEvent event) |