Package | Description |
---|---|
com.yworks.yfiles.graph |
Definitions, default implementations, and support classes that represent graph structures and provide facilities for their programmatic modification.
|
com.yworks.yfiles.utils |
Contains classes and interfaces which support the yFiles collection and event handling framework,
and other utility classes.
|
com.yworks.yfiles.view |
Contains the main UI classes, interfaces, default implementations and support classes that can be used to display
IGraph instances. |
com.yworks.yfiles.view.input |
Contains definitions, default implementations, and support classes that deal with the user interaction in a
CanvasControl in general, as well as specialized utility classes and IInputMode implementations that can be used to work with and edit IGraph instances in a GraphControl . |
Modifier and Type | Class and Description |
---|---|
class |
BendEventArgs
A specialized subclass of the
ItemEventArgs class that is bound to the IBend type and carries additional
owner and index information. |
class |
EdgeEventArgs
A specialized subclass of the
ItemEventArgs class that is bound to the IEdge type and carries additional
source and target port information. |
class |
ItemChangedEventArgs<TItem,TValue>
Event argument class used by
IGraph if a model item's property has been changed. |
class |
LabelEventArgs
A specialized subclass of the
ItemEventArgs class that is bound to the ILabel type and carries
additional owner information. |
class |
NodeEventArgs
A specialized subclass of the
ItemEventArgs class that is bound to the INode type and carries additional
information about the parent node and the group node status. |
class |
PortEventArgs
A specialized subclass of the
ItemEventArgs class that is bound to the IPort type and carries additional
IPortOwner information. |
class |
StripeEventArgs
A specialized subclass of the
ItemEventArgs class that is bound to the IStripe type and carries
additional owner information. |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractGraphWrapper.onBendAdded(ItemEventArgs<IBend> args)
Raises the
BendAdded event. |
protected void |
AbstractGraphWrapper.onEdgeCreated(ItemEventArgs<IEdge> args)
Raises the
EdgeCreated event. |
protected void |
AbstractGraphWrapper.onLabelAdded(ItemEventArgs<ILabel> args)
Raises the
LabelAdded event. |
protected void |
AbstractGraphWrapper.onNodeCreated(ItemEventArgs<INode> args)
Raises the
NodeCreated event. |
protected void |
AbstractGraphWrapper.onPortAdded(ItemEventArgs<IPort> args)
Raises the
PortAdded event. |
Modifier and Type | Method and Description |
---|---|
void |
IGraph.addBendAddedListener(IEventHandler<ItemEventArgs<IBend>> bendAddedEvent)
Adds the given listener for the
BendAdded event that occurs when a bend has been added to an edge in this
graph. |
void |
DefaultGraph.addBendAddedListener(IEventHandler<ItemEventArgs<IBend>> bendAddedEvent) |
void |
AbstractGraphWrapper.addBendAddedListener(IEventHandler<ItemEventArgs<IBend>> bendAddedEvent) |
void |
IGraph.addEdgeCreatedListener(IEventHandler<ItemEventArgs<IEdge>> edgeCreatedEvent)
Adds the given listener for the
EdgeCreated event that occurs when an edge has been created. |
void |
DefaultGraph.addEdgeCreatedListener(IEventHandler<ItemEventArgs<IEdge>> edgeCreatedEvent) |
void |
AbstractGraphWrapper.addEdgeCreatedListener(IEventHandler<ItemEventArgs<IEdge>> edgeCreatedEvent) |
void |
IFoldingView.addGroupCollapsedListener(IEventHandler<ItemEventArgs<INode>> groupCollapsedEvent)
Adds the given listener for the
GroupCollapsed event that occurs whenever a group has been
IFoldingView.collapse(INode) d. |
void |
IFoldingView.addGroupExpandedListener(IEventHandler<ItemEventArgs<INode>> groupExpandedEvent)
Adds the given listener for the
GroupExpanded event that occurs whenever a group has been
IFoldingView.expand(INode) ed. |
void |
Table.addLabelAddedListener(IEventHandler<ItemEventArgs<ILabel>> labelAddedEvent) |
void |
ITable.addLabelAddedListener(IEventHandler<ItemEventArgs<ILabel>> labelAddedEvent)
Adds the given listener for the
LabelAdded event that occurs when a label has been added to this graph
instance. |
void |
IGraph.addLabelAddedListener(IEventHandler<ItemEventArgs<ILabel>> labelAddedEvent)
Adds the given listener for the
LabelAdded event that occurs when a label has been added to this graph
instance. |
void |
DefaultGraph.addLabelAddedListener(IEventHandler<ItemEventArgs<ILabel>> labelAddedEvent) |
void |
AbstractGraphWrapper.addLabelAddedListener(IEventHandler<ItemEventArgs<ILabel>> labelAddedEvent) |
void |
Table.addLabelChangedListener(IEventHandler<ItemEventArgs<ILabel>> labelChangedEvent) |
void |
ITable.addLabelChangedListener(IEventHandler<ItemEventArgs<ILabel>> labelChangedEvent)
Adds the given listener for the
LabelChanged event that occurs when a label has been changed, for instance, if
its style has been replaced. |
void |
IGraph.addNodeCreatedListener(IEventHandler<ItemEventArgs<INode>> nodeCreatedEvent)
Adds the given listener for the
NodeCreated event that occurs when a node has been created. |
void |
DefaultGraph.addNodeCreatedListener(IEventHandler<ItemEventArgs<INode>> nodeCreatedEvent) |
void |
AbstractGraphWrapper.addNodeCreatedListener(IEventHandler<ItemEventArgs<INode>> nodeCreatedEvent) |
void |
IGraph.addPortAddedListener(IEventHandler<ItemEventArgs<IPort>> portAddedEvent)
Adds the given listener for the
PortAdded event that occurs when a port has been added to this graph instance. |
void |
DefaultGraph.addPortAddedListener(IEventHandler<ItemEventArgs<IPort>> portAddedEvent) |
void |
AbstractGraphWrapper.addPortAddedListener(IEventHandler<ItemEventArgs<IPort>> portAddedEvent) |
void |
Table.addStripeCreatedListener(IEventHandler<ItemEventArgs<IStripe>> stripeCreatedEvent) |
void |
ITable.addStripeCreatedListener(IEventHandler<ItemEventArgs<IStripe>> stripeCreatedEvent)
Adds the given listener for the
StripeCreated event that occurs when a stripe has been added. |
void |
IGraph.removeBendAddedListener(IEventHandler<ItemEventArgs<IBend>> bendAddedEvent)
Removes the given listener for the
BendAdded event that occurs when a bend has been added to an edge in this
graph. |
void |
DefaultGraph.removeBendAddedListener(IEventHandler<ItemEventArgs<IBend>> bendAddedEvent) |
void |
AbstractGraphWrapper.removeBendAddedListener(IEventHandler<ItemEventArgs<IBend>> bendAddedEvent) |
void |
IGraph.removeEdgeCreatedListener(IEventHandler<ItemEventArgs<IEdge>> edgeCreatedEvent)
Removes the given listener for the
EdgeCreated event that occurs when an edge has been created. |
void |
DefaultGraph.removeEdgeCreatedListener(IEventHandler<ItemEventArgs<IEdge>> edgeCreatedEvent) |
void |
AbstractGraphWrapper.removeEdgeCreatedListener(IEventHandler<ItemEventArgs<IEdge>> edgeCreatedEvent) |
void |
IFoldingView.removeGroupCollapsedListener(IEventHandler<ItemEventArgs<INode>> groupCollapsedEvent)
Removes the given listener for the
GroupCollapsed event that occurs whenever a group has been
IFoldingView.collapse(INode) d. |
void |
IFoldingView.removeGroupExpandedListener(IEventHandler<ItemEventArgs<INode>> groupExpandedEvent)
Removes the given listener for the
GroupExpanded event that occurs whenever a group has been
IFoldingView.expand(INode) ed. |
void |
Table.removeLabelAddedListener(IEventHandler<ItemEventArgs<ILabel>> labelAddedEvent) |
void |
ITable.removeLabelAddedListener(IEventHandler<ItemEventArgs<ILabel>> labelAddedEvent)
Removes the given listener for the
LabelAdded event that occurs when a label has been added to this graph
instance. |
void |
IGraph.removeLabelAddedListener(IEventHandler<ItemEventArgs<ILabel>> labelAddedEvent)
Removes the given listener for the
LabelAdded event that occurs when a label has been added to this graph
instance. |
void |
DefaultGraph.removeLabelAddedListener(IEventHandler<ItemEventArgs<ILabel>> labelAddedEvent) |
void |
AbstractGraphWrapper.removeLabelAddedListener(IEventHandler<ItemEventArgs<ILabel>> labelAddedEvent) |
void |
Table.removeLabelChangedListener(IEventHandler<ItemEventArgs<ILabel>> labelChangedEvent) |
void |
ITable.removeLabelChangedListener(IEventHandler<ItemEventArgs<ILabel>> labelChangedEvent)
Removes the given listener for the
LabelChanged event that occurs when a label has been changed, for instance,
if its style has been replaced. |
void |
IGraph.removeNodeCreatedListener(IEventHandler<ItemEventArgs<INode>> nodeCreatedEvent)
Removes the given listener for the
NodeCreated event that occurs when a node has been created. |
void |
DefaultGraph.removeNodeCreatedListener(IEventHandler<ItemEventArgs<INode>> nodeCreatedEvent) |
void |
AbstractGraphWrapper.removeNodeCreatedListener(IEventHandler<ItemEventArgs<INode>> nodeCreatedEvent) |
void |
IGraph.removePortAddedListener(IEventHandler<ItemEventArgs<IPort>> portAddedEvent)
Removes the given listener for the
PortAdded event that occurs when a port has been added to this graph
instance. |
void |
DefaultGraph.removePortAddedListener(IEventHandler<ItemEventArgs<IPort>> portAddedEvent) |
void |
AbstractGraphWrapper.removePortAddedListener(IEventHandler<ItemEventArgs<IPort>> portAddedEvent) |
void |
Table.removeStripeCreatedListener(IEventHandler<ItemEventArgs<IStripe>> stripeCreatedEvent) |
void |
ITable.removeStripeCreatedListener(IEventHandler<ItemEventArgs<IStripe>> stripeCreatedEvent)
Removes the given listener for the
StripeCreated event that occurs when a stripe has been added. |
Modifier and Type | Method and Description |
---|---|
void |
ObservableCollection.addItemAddedListener(IEventHandler<ItemEventArgs<T>> itemAddedEvent)
Adds the given listener for the
ItemAdded event that occurs when an item has been added to this collection. |
void |
IObservableCollection.addItemAddedListener(IEventHandler<ItemEventArgs<T>> itemAddedEvent)
Adds the given listener for the
ItemAdded event that occurs when an item has been added to this collection. |
void |
ObservableCollection.addItemChangedListener(IEventHandler<ItemEventArgs<T>> itemChangedEvent)
Adds the given listener for the
ItemChanged event that occurs when an item has been changed inside this
collection. |
void |
IObservableCollection.addItemChangedListener(IEventHandler<ItemEventArgs<T>> itemChangedEvent)
Adds the given listener for the
ItemChanged event that occurs when an item in this collection has changed
significantly. |
void |
ObservableCollection.addItemRemovedListener(IEventHandler<ItemEventArgs<T>> itemRemovedEvent)
Adds the given listener for the
ItemRemoved event that occurs when an item has been removed from this
collection. |
void |
IObservableCollection.addItemRemovedListener(IEventHandler<ItemEventArgs<T>> itemRemovedEvent)
Adds the given listener for the
ItemRemoved event that occurs when an item has been removed from this
collection. |
void |
ObservableCollection.removeItemAddedListener(IEventHandler<ItemEventArgs<T>> itemAddedEvent)
Removes the given listener for the
ItemAdded event that occurs when an item has been added to this collection. |
void |
IObservableCollection.removeItemAddedListener(IEventHandler<ItemEventArgs<T>> itemAddedEvent)
Removes the given listener for the
ItemAdded event that occurs when an item has been added to this collection. |
void |
ObservableCollection.removeItemChangedListener(IEventHandler<ItemEventArgs<T>> itemChangedEvent)
Removes the given listener for the
ItemChanged event that occurs when an item has been changed inside this
collection. |
void |
IObservableCollection.removeItemChangedListener(IEventHandler<ItemEventArgs<T>> itemChangedEvent)
Removes the given listener for the
ItemChanged event that occurs when an item in this collection has changed
significantly. |
void |
ObservableCollection.removeItemRemovedListener(IEventHandler<ItemEventArgs<T>> itemRemovedEvent)
Removes the given listener for the
ItemRemoved event that occurs when an item has been removed from this
collection. |
void |
IObservableCollection.removeItemRemovedListener(IEventHandler<ItemEventArgs<T>> itemRemovedEvent)
Removes the given listener for the
ItemRemoved event that occurs when an item has been removed from this
collection. |
Modifier and Type | Class and Description |
---|---|
class |
ItemSelectionChangedEventArgs<T>
Provides data for the
ItemSelectionChanged
event. |
Modifier and Type | Method and Description |
---|---|
void |
ItemModelManager.itemAddedHandler(Object source,
ItemEventArgs<T> args)
Event handler for item creation events that adds the item to this manager.
|
void |
ItemModelManager.itemChangedHandler(Object source,
ItemEventArgs<T> args)
Event handler for item change events that updates the visual representation for that item.
|
void |
DefaultSelectionModel.itemRemovedFromDomainHandler(Object source,
ItemEventArgs<T> evt)
Event handler for domain item removal events that removes the item from this model.
|
void |
ItemModelManager.itemRemovedHandler(Object source,
ItemEventArgs<T> args)
Event handler for item removal events that removes the item from this manager.
|
Modifier and Type | Class and Description |
---|---|
class |
HoveredItemChangedEventArgs
Event argument class containing information about which
IModelItem the mouse is currently hovering over. |
class |
ItemClickedEventArgs<T>
Provides data for the
ItemClicked ,
ItemDoubleClicked ,
ItemLeftClicked ,
ItemLeftDoubleClicked ,
ItemRightClicked and ItemRightDoubleClicked
events. |
Modifier and Type | Method and Description |
---|---|
protected void |
GraphEditorInputMode.onCreateBendInputModeBendCreated(Object sender,
ItemEventArgs<IBend> e)
Callback that is called as soon as
CreateBendInputMode created a new bend. |
protected void |
TableEditorInputMode.onDeletedItem(ItemEventArgs<IModelItem> args)
Raises the
DeletedItem event. |
protected void |
GraphEditorInputMode.onDeletedItem(ItemEventArgs<IModelItem> args)
Raises the
DeletedItem event. |
protected void |
NavigationInputMode.onGroupCollapsed(ItemEventArgs<INode> argument)
Raises the
GroupCollapsed event. |
protected void |
NavigationInputMode.onGroupCollapsing(ItemEventArgs<INode> argument)
Raises the
GroupCollapsing event. |
protected void |
NavigationInputMode.onGroupEntered(ItemEventArgs<INode> argument)
Raises the
GroupEntered event. |
protected void |
NavigationInputMode.onGroupEntering(ItemEventArgs<INode> argument)
Raises the
GroupEntering event. |
protected void |
NavigationInputMode.onGroupExited(ItemEventArgs<INode> argument)
Raises the
GroupExited event. |
protected void |
NavigationInputMode.onGroupExiting(ItemEventArgs<INode> argument)
Raises the
GroupExiting event. |
protected void |
NavigationInputMode.onGroupExpanded(ItemEventArgs<INode> argument)
Raises the
GroupExpanded event. |
protected void |
NavigationInputMode.onGroupExpanding(ItemEventArgs<INode> argument)
Raises the
GroupExpanding event. |
protected void |
ItemDropInputMode.onItemCreated(ItemEventArgs<T> args)
Called whenever a new item is created.
|
protected void |
TableEditorInputMode.onLabelTextChanged(ItemEventArgs<ILabel> args)
Raises the
LabelTextChanged event. |
protected void |
GraphEditorInputMode.onNodeCreated(ItemEventArgs<INode> args)
Raises the
NodeCreated event. |
protected void |
GraphEditorInputMode.onNodeDropInputModeNodeCreated(Object sender,
ItemEventArgs<INode> e)
Called when the
NodeDropInputMode 's ItemCreated
event is triggered. |
protected void |
CreateEdgeInputMode.onPortAdded(ItemEventArgs<IPort> args)
Raises the
PortAdded event if the mode has added a port
for the source or target node to complete the edge creation. |
protected void |
CreateEdgeInputMode.onSourcePortCandidateChanged(ItemEventArgs<IPortCandidate> args)
Triggers the
SourcePortCandidateChanged event. |
protected void |
StripeDropInputMode.onStripeCreated(ItemEventArgs<IStripe> args)
Called whenever a new stripe is created.
|
protected void |
CreateEdgeInputMode.onTargetPortCandidateChanged(ItemEventArgs<IPortCandidate> args)
Triggers the
TargetPortCandidateChanged event. |
Modifier and Type | Method and Description |
---|---|
void |
TableEditorInputMode.addDeletedItemListener(IEventHandler<ItemEventArgs<IModelItem>> deletedItemEvent)
Adds the given listener for the
DeletedItem event that occurs when an item has been deleted interactively by
this mode. |
void |
GraphEditorInputMode.addDeletedItemListener(IEventHandler<ItemEventArgs<IModelItem>> deletedItemEvent)
Adds the given listener for the
DeletedItem event that occurs when an item has been deleted interactively by
this mode. |
void |
NavigationInputMode.addGroupCollapsedListener(IEventHandler<ItemEventArgs<INode>> groupCollapsedEvent)
Adds the given listener for the
GroupCollapsed event that occurs whenever a group has been
Collapsed . |
void |
NavigationInputMode.addGroupCollapsingListener(IEventHandler<ItemEventArgs<INode>> groupCollapsingEvent)
Adds the given listener for the
GroupCollapsing event that occurs before a group will be
Collapsed . |
void |
NavigationInputMode.addGroupEnteredListener(IEventHandler<ItemEventArgs<INode>> groupEnteredEvent)
Adds the given listener for the
GroupEntered event that occurs whenever a group has been
Entered . |
void |
NavigationInputMode.addGroupEnteringListener(IEventHandler<ItemEventArgs<INode>> groupEnteringEvent)
Adds the given listener for the
GroupEntering event that occurs before a group will be
Entered . |
void |
NavigationInputMode.addGroupExitedListener(IEventHandler<ItemEventArgs<INode>> groupExitedEvent)
Adds the given listener for the
GroupExited event that occurs whenever a group has been
Exited . |
void |
NavigationInputMode.addGroupExitingListener(IEventHandler<ItemEventArgs<INode>> groupExitingEvent)
Adds the given listener for the
GroupExiting event that occurs before a group will be
Exited . |
void |
NavigationInputMode.addGroupExpandedListener(IEventHandler<ItemEventArgs<INode>> groupExpandedEvent)
Adds the given listener for the
GroupExpanded event that occurs whenever a group has been
Expanded . |
void |
NavigationInputMode.addGroupExpandingListener(IEventHandler<ItemEventArgs<INode>> groupExpandingEvent)
Adds the given listener for the
GroupExpanding event that occurs before a group will be
Expanded . |
void |
ItemDropInputMode.addItemCreatedListener(IEventHandler<ItemEventArgs<T>> itemCreatedEvent)
Adds the given listener for the
ItemCreated event that occurs when a new item gets created by this input mode. |
void |
TableEditorInputMode.addLabelTextChangedListener(IEventHandler<ItemEventArgs<ILabel>> labelTextChangedEvent)
Adds the given listener for the
LabelTextChanged event that occurs when this mode has triggered the edit of an
ILabel , for instance, in response to TableEditorInputMode.editLabel(ILabel) . |
void |
TableEditorInputMode.addLabelTextEditingCanceledListener(IEventHandler<ItemEventArgs<ILabel>> labelTextEditingCanceledEvent)
Adds the given listener for the
LabelTextEditingCanceled event that occurs when the actual label editing process
is canceled. |
void |
TableEditorInputMode.addLabelTextEditingStartedListener(IEventHandler<ItemEventArgs<ILabel>> labelTextEditingStartedEvent)
Adds the given listener for the
LabelTextEditingStarted event that occurs when the actual label editing process
is about to start. |
void |
GraphEditorInputMode.addNodeCreatedListener(IEventHandler<ItemEventArgs<INode>> nodeCreatedEvent)
Adds the given listener for the
NodeCreated event that occurs when this mode has created a node in response to
user interaction. |
void |
CreateEdgeInputMode.addPortAddedListener(IEventHandler<ItemEventArgs<IPort>> portAddedEvent)
Adds the given listener for the
PortAdded event that occurs when this instance adds a port
to the source or target node during completion of the edge creation gesture. |
void |
CreateEdgeInputMode.addSourcePortCandidateChangedListener(IEventHandler<ItemEventArgs<IPortCandidate>> sourcePortCandidateChangedEvent)
Adds the given listener for the
SourcePortCandidateChanged event that occurs when the value of the SourcePortCandidate
property changes. |
void |
StripeDropInputMode.addStripeCreatedListener(IEventHandler<ItemEventArgs<IStripe>> stripeCreatedEvent)
Adds the given listener for the
StripeCreated event that occurs when a new stripe gets created by this input
mode. |
void |
CreateEdgeInputMode.addTargetPortCandidateChangedListener(IEventHandler<ItemEventArgs<IPortCandidate>> targetPortCandidateChangedEvent)
Adds the given listener for the
TargetPortCandidateChanged event that occurs when the value of the TargetPortCandidate
property changes. |
void |
TableEditorInputMode.removeDeletedItemListener(IEventHandler<ItemEventArgs<IModelItem>> deletedItemEvent)
Removes the given listener for the
DeletedItem event that occurs when an item has been deleted interactively by
this mode. |
void |
GraphEditorInputMode.removeDeletedItemListener(IEventHandler<ItemEventArgs<IModelItem>> deletedItemEvent)
Removes the given listener for the
DeletedItem event that occurs when an item has been deleted interactively by
this mode. |
void |
NavigationInputMode.removeGroupCollapsedListener(IEventHandler<ItemEventArgs<INode>> groupCollapsedEvent)
Removes the given listener for the
GroupCollapsed event that occurs whenever a group has been
Collapsed . |
void |
NavigationInputMode.removeGroupCollapsingListener(IEventHandler<ItemEventArgs<INode>> groupCollapsingEvent)
Removes the given listener for the
GroupCollapsing event that occurs before a group will be
Collapsed . |
void |
NavigationInputMode.removeGroupEnteredListener(IEventHandler<ItemEventArgs<INode>> groupEnteredEvent)
Removes the given listener for the
GroupEntered event that occurs whenever a group has been
Entered . |
void |
NavigationInputMode.removeGroupEnteringListener(IEventHandler<ItemEventArgs<INode>> groupEnteringEvent)
Removes the given listener for the
GroupEntering event that occurs before a group will be
Entered . |
void |
NavigationInputMode.removeGroupExitedListener(IEventHandler<ItemEventArgs<INode>> groupExitedEvent)
Removes the given listener for the
GroupExited event that occurs whenever a group has been
Exited . |
void |
NavigationInputMode.removeGroupExitingListener(IEventHandler<ItemEventArgs<INode>> groupExitingEvent)
Removes the given listener for the
GroupExiting event that occurs before a group will be
Exited . |
void |
NavigationInputMode.removeGroupExpandedListener(IEventHandler<ItemEventArgs<INode>> groupExpandedEvent)
Removes the given listener for the
GroupExpanded event that occurs whenever a group has been
Expanded . |
void |
NavigationInputMode.removeGroupExpandingListener(IEventHandler<ItemEventArgs<INode>> groupExpandingEvent)
Removes the given listener for the
GroupExpanding event that occurs before a group will be
Expanded . |
void |
ItemDropInputMode.removeItemCreatedListener(IEventHandler<ItemEventArgs<T>> itemCreatedEvent)
Removes the given listener for the
ItemCreated event that occurs when a new item gets created by this input
mode. |
void |
TableEditorInputMode.removeLabelTextChangedListener(IEventHandler<ItemEventArgs<ILabel>> labelTextChangedEvent)
Removes the given listener for the
LabelTextChanged event that occurs when this mode has triggered the edit of
an ILabel , for instance, in response to TableEditorInputMode.editLabel(ILabel) . |
void |
TableEditorInputMode.removeLabelTextEditingCanceledListener(IEventHandler<ItemEventArgs<ILabel>> labelTextEditingCanceledEvent)
Removes the given listener for the
LabelTextEditingCanceled event that occurs when the actual label editing
process is canceled. |
void |
TableEditorInputMode.removeLabelTextEditingStartedListener(IEventHandler<ItemEventArgs<ILabel>> labelTextEditingStartedEvent)
Removes the given listener for the
LabelTextEditingStarted event that occurs when the actual label editing
process is about to start. |
void |
GraphEditorInputMode.removeNodeCreatedListener(IEventHandler<ItemEventArgs<INode>> nodeCreatedEvent)
Removes the given listener for the
NodeCreated event that occurs when this mode has created a node in response
to user interaction. |
void |
CreateEdgeInputMode.removePortAddedListener(IEventHandler<ItemEventArgs<IPort>> portAddedEvent)
Removes the given listener for the
PortAdded event that occurs when this instance adds a port
to the source or target node during completion of the edge creation gesture. |
void |
CreateEdgeInputMode.removeSourcePortCandidateChangedListener(IEventHandler<ItemEventArgs<IPortCandidate>> sourcePortCandidateChangedEvent)
Removes the given listener for the
SourcePortCandidateChanged event that occurs when the value of the SourcePortCandidate
property changes. |
void |
StripeDropInputMode.removeStripeCreatedListener(IEventHandler<ItemEventArgs<IStripe>> stripeCreatedEvent)
Removes the given listener for the
StripeCreated event that occurs when a new stripe gets created by this input
mode. |
void |
CreateEdgeInputMode.removeTargetPortCandidateChangedListener(IEventHandler<ItemEventArgs<IPortCandidate>> targetPortCandidateChangedEvent)
Removes the given listener for the
TargetPortCandidateChanged event that occurs when the value of the TargetPortCandidate
property changes. |