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.graph.styles |
Contains interfaces and default implementations for graph element styles.
|
com.yworks.yfiles.graphml |
Definitions, default implementations, and support classes for GraphML I/O support.
|
com.yworks.yfiles.layout |
Provides essential classes and interfaces that constitute the infrastructure for automatic graph layout generation.
|
com.yworks.yfiles.layout.organic |
Provides organic layout style algorithms that are based on a force-directed layout paradigm.
|
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 | 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 |
GraphCopier.addBendCopiedListener(IEventHandler<ItemCopiedEventArgs<IBend>> bendCopiedEvent)
Adds the given listener for the
BendCopied event that occurs after a bend has been copied. |
void |
IGraph.addBendRemovedListener(IEventHandler<BendEventArgs> bendRemovedEvent)
Adds the given listener for the
BendRemoved event that occurs when a bend has been removed from an edge in this
graph. |
void |
DefaultGraph.addBendRemovedListener(IEventHandler<BendEventArgs> bendRemovedEvent) |
void |
AbstractGraphWrapper.addBendRemovedListener(IEventHandler<BendEventArgs> bendRemovedEvent) |
void |
IGraph.addBendTagChangedListener(IEventHandler<ItemChangedEventArgs<IBend,Object>> bendTagChangedEvent)
Adds the given listener for the
BendTagChanged event that occurs when the tag of a
bend has been replaced. |
void |
DefaultGraph.addBendTagChangedListener(IEventHandler<ItemChangedEventArgs<IBend,Object>> bendTagChangedEvent) |
void |
AbstractGraphWrapper.addBendTagChangedListener(IEventHandler<ItemChangedEventArgs<IBend,Object>> bendTagChangedEvent) |
void |
IGraph.addDisplaysInvalidatedListener(IEventHandler<IEventArgs> displaysInvalidatedEvent)
Adds the given listener for the
DisplaysInvalidated event that occurs when the graph has changed visually and
the display should be updated to reflect the changes. |
void |
DefaultGraph.addDisplaysInvalidatedListener(IEventHandler<IEventArgs> displaysInvalidatedEvent) |
void |
AbstractGraphWrapper.addDisplaysInvalidatedListener(IEventHandler<IEventArgs> displaysInvalidatedEvent) |
void |
GraphCopier.addEdgeCopiedListener(IEventHandler<ItemCopiedEventArgs<IEdge>> edgeCopiedEvent)
Adds the given listener for the
EdgeCopied event that occurs after an edge has been copied. |
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 |
IGraph.addEdgePortsChangedListener(IEventHandler<EdgeEventArgs> edgePortsChangedEvent)
Adds the given listener for the
EdgePortsChanged event that occurs when an edge had its SourcePort
or TargetPort changed . |
void |
DefaultGraph.addEdgePortsChangedListener(IEventHandler<EdgeEventArgs> edgePortsChangedEvent) |
void |
AbstractGraphWrapper.addEdgePortsChangedListener(IEventHandler<EdgeEventArgs> edgePortsChangedEvent) |
void |
IGraph.addEdgeRemovedListener(IEventHandler<EdgeEventArgs> edgeRemovedEvent)
Adds the given listener for the
EdgeRemoved event that occurs when an edge has been removed. |
void |
DefaultGraph.addEdgeRemovedListener(IEventHandler<EdgeEventArgs> edgeRemovedEvent) |
void |
AbstractGraphWrapper.addEdgeRemovedListener(IEventHandler<EdgeEventArgs> edgeRemovedEvent) |
void |
IGraph.addEdgeStyleChangedListener(IEventHandler<ItemChangedEventArgs<IEdge,IEdgeStyle>> edgeStyleChangedEvent)
Adds the given listener for the
EdgeStyleChanged event that occurs when an edge style has been replaced. |
void |
DefaultGraph.addEdgeStyleChangedListener(IEventHandler<ItemChangedEventArgs<IEdge,IEdgeStyle>> edgeStyleChangedEvent) |
void |
AbstractGraphWrapper.addEdgeStyleChangedListener(IEventHandler<ItemChangedEventArgs<IEdge,IEdgeStyle>> edgeStyleChangedEvent) |
void |
IGraph.addEdgeTagChangedListener(IEventHandler<ItemChangedEventArgs<IEdge,Object>> edgeTagChangedEvent)
Adds the given listener for the
EdgeTagChanged event that occurs when the tag of an
edge has been replaced. |
void |
DefaultGraph.addEdgeTagChangedListener(IEventHandler<ItemChangedEventArgs<IEdge,Object>> edgeTagChangedEvent) |
void |
AbstractGraphWrapper.addEdgeTagChangedListener(IEventHandler<ItemChangedEventArgs<IEdge,Object>> edgeTagChangedEvent) |
void |
GraphClipboard.addElementsCopiedListener(IEventHandler<IEventArgs> elementsCopiedEvent)
Adds the given listener for the
ElementsCopied event that occurs when the GraphClipboard.copy(IGraph, Predicate)
operation finished successfully. |
void |
GraphClipboard.addElementsCutListener(IEventHandler<IEventArgs> elementsCutEvent)
Adds the given listener for the
ElementsCut event that occurs when the GraphClipboard.cut(IGraph, Predicate) operation
finished successfully. |
void |
GraphClipboard.addElementsPastedListener(IEventHandler<IEventArgs> elementsPastedEvent)
Adds the given listener for the
ElementsPasted event that occurs when the GraphClipboard.paste(IInputModeContext, IGraph, Predicate, IElementCopiedCallback, Predicate)
operation finished successfully. |
void |
GraphCopier.addGraphCopiedListener(IEventHandler<ItemCopiedEventArgs<IGraph>> graphCopiedEvent)
Adds the given listener for the
GraphCopied event that occurs after the entire graph has been copied. |
void |
IGraph.addGraphTagChangedListener(IEventHandler<ItemChangedEventArgs<IGraph,Object>> graphTagChangedEvent)
Adds the given listener for the
GraphTagChanged event that occurs when the tag of the
graph has been replaced. |
void |
DefaultGraph.addGraphTagChangedListener(IEventHandler<ItemChangedEventArgs<IGraph,Object>> graphTagChangedEvent) |
void |
AbstractGraphWrapper.addGraphTagChangedListener(IEventHandler<ItemChangedEventArgs<IGraph,Object>> graphTagChangedEvent) |
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 |
IGraph.addIsGroupNodeChangedListener(IEventHandler<NodeEventArgs> isGroupNodeChangedEvent)
Adds the given listener for the
IsGroupNodeChanged
event. |
void |
DefaultGraph.addIsGroupNodeChangedListener(IEventHandler<NodeEventArgs> isGroupNodeChangedEvent) |
void |
AbstractGraphWrapper.addIsGroupNodeChangedListener(IEventHandler<NodeEventArgs> isGroupNodeChangedEvent) |
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 |
GraphCopier.addLabelCopiedListener(IEventHandler<ItemCopiedEventArgs<ILabel>> labelCopiedEvent)
Adds the given listener for the
LabelCopied event that occurs after a label has been copied. |
void |
IGraph.addLabelLayoutParameterChangedListener(IEventHandler<ItemChangedEventArgs<ILabel,ILabelModelParameter>> labelLayoutParameterChangedEvent)
Adds the given listener for the
LabelLayoutParameterChanged event that occurs when the model parameter of a
label has been changed. |
void |
DefaultGraph.addLabelLayoutParameterChangedListener(IEventHandler<ItemChangedEventArgs<ILabel,ILabelModelParameter>> labelLayoutParameterChangedEvent) |
void |
AbstractGraphWrapper.addLabelLayoutParameterChangedListener(IEventHandler<ItemChangedEventArgs<ILabel,ILabelModelParameter>> labelLayoutParameterChangedEvent) |
void |
IGraph.addLabelPreferredSizeChangedListener(IEventHandler<ItemChangedEventArgs<ILabel,SizeD>> labelPreferredSizeChangedEvent)
Adds the given listener for the
LabelPreferredSizeChanged event that occurs when the preferred size of a label
has been changed. |
void |
DefaultGraph.addLabelPreferredSizeChangedListener(IEventHandler<ItemChangedEventArgs<ILabel,SizeD>> labelPreferredSizeChangedEvent) |
void |
AbstractGraphWrapper.addLabelPreferredSizeChangedListener(IEventHandler<ItemChangedEventArgs<ILabel,SizeD>> labelPreferredSizeChangedEvent) |
void |
Table.addLabelRemovedListener(IEventHandler<LabelEventArgs> labelRemovedEvent) |
void |
ITable.addLabelRemovedListener(IEventHandler<LabelEventArgs> labelRemovedEvent)
Adds the given listener for the
LabelRemoved event that occurs when a label has been removed from this graph
instance. |
void |
IGraph.addLabelRemovedListener(IEventHandler<LabelEventArgs> labelRemovedEvent)
Adds the given listener for the
LabelRemoved event that occurs when a label has been removed from this graph
instance. |
void |
DefaultGraph.addLabelRemovedListener(IEventHandler<LabelEventArgs> labelRemovedEvent) |
void |
AbstractGraphWrapper.addLabelRemovedListener(IEventHandler<LabelEventArgs> labelRemovedEvent) |
void |
IGraph.addLabelStyleChangedListener(IEventHandler<ItemChangedEventArgs<ILabel,ILabelStyle>> labelStyleChangedEvent)
Adds the given listener for the
LabelStyleChanged event that occurs when a label style has been replaced. |
void |
DefaultGraph.addLabelStyleChangedListener(IEventHandler<ItemChangedEventArgs<ILabel,ILabelStyle>> labelStyleChangedEvent) |
void |
AbstractGraphWrapper.addLabelStyleChangedListener(IEventHandler<ItemChangedEventArgs<ILabel,ILabelStyle>> labelStyleChangedEvent) |
void |
IGraph.addLabelTagChangedListener(IEventHandler<ItemChangedEventArgs<ILabel,Object>> labelTagChangedEvent)
Adds the given listener for the
LabelTagChanged event that occurs when the tag of a
label has been replaced. |
void |
DefaultGraph.addLabelTagChangedListener(IEventHandler<ItemChangedEventArgs<ILabel,Object>> labelTagChangedEvent) |
void |
AbstractGraphWrapper.addLabelTagChangedListener(IEventHandler<ItemChangedEventArgs<ILabel,Object>> labelTagChangedEvent) |
void |
IGraph.addLabelTextChangedListener(IEventHandler<ItemChangedEventArgs<ILabel,String>> labelTextChangedEvent)
Adds the given listener for the
LabelTextChanged event that occurs when the text of a label has been changed. |
void |
DefaultGraph.addLabelTextChangedListener(IEventHandler<ItemChangedEventArgs<ILabel,String>> labelTextChangedEvent) |
void |
AbstractGraphWrapper.addLabelTextChangedListener(IEventHandler<ItemChangedEventArgs<ILabel,String>> labelTextChangedEvent) |
void |
GraphCopier.addNodeCopiedListener(IEventHandler<ItemCopiedEventArgs<INode>> nodeCopiedEvent)
Adds the given listener for the
NodeCopied event that occurs after a node has been copied. |
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.addNodeRemovedListener(IEventHandler<NodeEventArgs> nodeRemovedEvent)
Adds the given listener for the
NodeRemoved event that occurs when a node has been removed. |
void |
DefaultGraph.addNodeRemovedListener(IEventHandler<NodeEventArgs> nodeRemovedEvent) |
void |
AbstractGraphWrapper.addNodeRemovedListener(IEventHandler<NodeEventArgs> nodeRemovedEvent) |
void |
IGraph.addNodeStyleChangedListener(IEventHandler<ItemChangedEventArgs<INode,INodeStyle>> nodeStyleChangedEvent)
Adds the given listener for the
NodeStyleChanged event that occurs when a node style has been replaced. |
void |
DefaultGraph.addNodeStyleChangedListener(IEventHandler<ItemChangedEventArgs<INode,INodeStyle>> nodeStyleChangedEvent) |
void |
AbstractGraphWrapper.addNodeStyleChangedListener(IEventHandler<ItemChangedEventArgs<INode,INodeStyle>> nodeStyleChangedEvent) |
void |
IGraph.addNodeTagChangedListener(IEventHandler<ItemChangedEventArgs<INode,Object>> nodeTagChangedEvent)
Adds the given listener for the
NodeTagChanged event that occurs when the tag of a
node has been replaced. |
void |
DefaultGraph.addNodeTagChangedListener(IEventHandler<ItemChangedEventArgs<INode,Object>> nodeTagChangedEvent) |
void |
AbstractGraphWrapper.addNodeTagChangedListener(IEventHandler<ItemChangedEventArgs<INode,Object>> nodeTagChangedEvent) |
void |
GraphCopier.addObjectCopiedListener(IEventHandler<ItemCopiedEventArgs<Object>> objectCopiedEvent)
Adds the given listener for the
ObjectCopied event that occurs after a style has been copied. |
void |
IGraph.addParentChangedListener(IEventHandler<NodeEventArgs> parentChangedEvent)
Adds the given listener for the
ParentChanged
event. |
void |
DefaultGraph.addParentChangedListener(IEventHandler<NodeEventArgs> parentChangedEvent) |
void |
AbstractGraphWrapper.addParentChangedListener(IEventHandler<NodeEventArgs> parentChangedEvent) |
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 |
GraphCopier.addPortCopiedListener(IEventHandler<ItemCopiedEventArgs<IPort>> portCopiedEvent)
Adds the given listener for the
PortCopied event that occurs after a port has been copied. |
void |
IGraph.addPortLocationParameterChangedListener(IEventHandler<ItemChangedEventArgs<IPort,IPortLocationModelParameter>> portLocationParameterChangedEvent)
Adds the given listener for the
PortLocationParameterChanged event that occurs when the location model parameter
of a port has been changed. |
void |
DefaultGraph.addPortLocationParameterChangedListener(IEventHandler<ItemChangedEventArgs<IPort,IPortLocationModelParameter>> portLocationParameterChangedEvent) |
void |
AbstractGraphWrapper.addPortLocationParameterChangedListener(IEventHandler<ItemChangedEventArgs<IPort,IPortLocationModelParameter>> portLocationParameterChangedEvent) |
void |
IGraph.addPortRemovedListener(IEventHandler<PortEventArgs> portRemovedEvent)
Adds the given listener for the
PortRemoved event that occurs when a port has been removed from its
owner . |
void |
DefaultGraph.addPortRemovedListener(IEventHandler<PortEventArgs> portRemovedEvent) |
void |
AbstractGraphWrapper.addPortRemovedListener(IEventHandler<PortEventArgs> portRemovedEvent) |
void |
IGraph.addPortStyleChangedListener(IEventHandler<ItemChangedEventArgs<IPort,IPortStyle>> portStyleChangedEvent)
Adds the given listener for the
PortStyleChanged event that occurs when a port style has been replaced. |
void |
DefaultGraph.addPortStyleChangedListener(IEventHandler<ItemChangedEventArgs<IPort,IPortStyle>> portStyleChangedEvent) |
void |
AbstractGraphWrapper.addPortStyleChangedListener(IEventHandler<ItemChangedEventArgs<IPort,IPortStyle>> portStyleChangedEvent) |
void |
IGraph.addPortTagChangedListener(IEventHandler<ItemChangedEventArgs<IPort,Object>> portTagChangedEvent)
Adds the given listener for the
PortTagChanged event that occurs when the tag of a
port has been replaced. |
void |
DefaultGraph.addPortTagChangedListener(IEventHandler<ItemChangedEventArgs<IPort,Object>> portTagChangedEvent) |
void |
AbstractGraphWrapper.addPortTagChangedListener(IEventHandler<ItemChangedEventArgs<IPort,Object>> portTagChangedEvent) |
void |
UndoEngine.addPropertyChangedListener(IEventHandler<PropertyChangedEventArgs> propertyChangedEvent)
Adds the given listener for the
PropertyChanged event that occurs when UndoEngine.canUndo() , UndoEngine.canRedo() ,
UndoName , or RedoName changed its value. |
void |
LookupChain.addPropertyChangedListener(IEventHandler<PropertyChangedEventArgs> propertyChangedEvent)
Adds the given listener for the
PropertyChanged event that occurs when the lookup of this instance has changed
for some or all of the types or items. |
void |
IFoldingView.addPropertyChangedListener(IEventHandler<PropertyChangedEventArgs> propertyChangedEvent)
Adds the given listener for the
PropertyChanged event that occurs whenever the view becomes invalid or the LocalRoot
property changes. |
void |
Table.addStripeChangedListener(IEventHandler<StripeEventArgs> stripeChangedEvent) |
void |
ITable.addStripeChangedListener(IEventHandler<StripeEventArgs> stripeChangedEvent)
Adds the given listener for the
StripeChanged event that occurs when a stripe has been changed, for instance, if
its style has been replaced. |
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 |
Table.addStripeRemovedListener(IEventHandler<StripeEventArgs> stripeRemovedEvent) |
void |
ITable.addStripeRemovedListener(IEventHandler<StripeEventArgs> stripeRemovedEvent)
Adds the given listener for the
StripeRemoved event that occurs when a stripe has been removed from its parent. |
void |
UndoEngine.addUnitRedoneListener(IEventHandler<IEventArgs> unitRedoneEvent)
Adds the given listener for the
UnitRedone event that occurs when the engine has successfully executed the IUndoUnit.redo()
operation of an IUndoUnit . |
void |
UndoEngine.addUnitUndoneListener(IEventHandler<IEventArgs> unitUndoneEvent)
Adds the given listener for the
UnitUndone event that occurs when the engine has successfully executed the IUndoUnit.undo()
operation of an IUndoUnit . |
static void |
LayoutUtilities.morphLayout(GraphControl graphControl,
ILayoutAlgorithm layout,
Duration morphDuration,
IEventHandler<LayoutEventArgs> doneHandler)
Convenience method that runs a layout on the graph of a given graph control, animates the transition, and calls the
given
doneHandler once the animation has finished. |
static void |
LayoutUtilities.morphLayout(GraphControl control,
ILayoutAlgorithm layout,
Duration morphDuration,
LayoutData layoutData,
IEventHandler<LayoutEventArgs> doneHandler)
Convenience method that runs a layout on the graph of a given graph control, animates the transition, and calls the
given
doneHandler once the animation has finished. |
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 |
GraphCopier.removeBendCopiedListener(IEventHandler<ItemCopiedEventArgs<IBend>> bendCopiedEvent)
Removes the given listener for the
BendCopied event that occurs after a bend has been copied. |
void |
IGraph.removeBendRemovedListener(IEventHandler<BendEventArgs> bendRemovedEvent)
Removes the given listener for the
BendRemoved event that occurs when a bend has been removed from an edge in
this graph. |
void |
DefaultGraph.removeBendRemovedListener(IEventHandler<BendEventArgs> bendRemovedEvent) |
void |
AbstractGraphWrapper.removeBendRemovedListener(IEventHandler<BendEventArgs> bendRemovedEvent) |
void |
IGraph.removeBendTagChangedListener(IEventHandler<ItemChangedEventArgs<IBend,Object>> bendTagChangedEvent)
Removes the given listener for the
BendTagChanged event that occurs when the tag of a
bend has been replaced. |
void |
DefaultGraph.removeBendTagChangedListener(IEventHandler<ItemChangedEventArgs<IBend,Object>> bendTagChangedEvent) |
void |
AbstractGraphWrapper.removeBendTagChangedListener(IEventHandler<ItemChangedEventArgs<IBend,Object>> bendTagChangedEvent) |
void |
IGraph.removeDisplaysInvalidatedListener(IEventHandler<IEventArgs> displaysInvalidatedEvent)
Removes the given listener for the
DisplaysInvalidated event that occurs when the graph has changed visually and
the display should be updated to reflect the changes. |
void |
DefaultGraph.removeDisplaysInvalidatedListener(IEventHandler<IEventArgs> displaysInvalidatedEvent) |
void |
AbstractGraphWrapper.removeDisplaysInvalidatedListener(IEventHandler<IEventArgs> displaysInvalidatedEvent) |
void |
GraphCopier.removeEdgeCopiedListener(IEventHandler<ItemCopiedEventArgs<IEdge>> edgeCopiedEvent)
Removes the given listener for the
EdgeCopied event that occurs after an edge has been copied. |
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 |
IGraph.removeEdgePortsChangedListener(IEventHandler<EdgeEventArgs> edgePortsChangedEvent)
Removes the given listener for the
EdgePortsChanged event that occurs when an edge had its SourcePort
or TargetPort changed . |
void |
DefaultGraph.removeEdgePortsChangedListener(IEventHandler<EdgeEventArgs> edgePortsChangedEvent) |
void |
AbstractGraphWrapper.removeEdgePortsChangedListener(IEventHandler<EdgeEventArgs> edgePortsChangedEvent) |
void |
IGraph.removeEdgeRemovedListener(IEventHandler<EdgeEventArgs> edgeRemovedEvent)
Removes the given listener for the
EdgeRemoved event that occurs when an edge has been removed. |
void |
DefaultGraph.removeEdgeRemovedListener(IEventHandler<EdgeEventArgs> edgeRemovedEvent) |
void |
AbstractGraphWrapper.removeEdgeRemovedListener(IEventHandler<EdgeEventArgs> edgeRemovedEvent) |
void |
IGraph.removeEdgeStyleChangedListener(IEventHandler<ItemChangedEventArgs<IEdge,IEdgeStyle>> edgeStyleChangedEvent)
Removes the given listener for the
EdgeStyleChanged event that occurs when an edge style has been replaced. |
void |
DefaultGraph.removeEdgeStyleChangedListener(IEventHandler<ItemChangedEventArgs<IEdge,IEdgeStyle>> edgeStyleChangedEvent) |
void |
AbstractGraphWrapper.removeEdgeStyleChangedListener(IEventHandler<ItemChangedEventArgs<IEdge,IEdgeStyle>> edgeStyleChangedEvent) |
void |
IGraph.removeEdgeTagChangedListener(IEventHandler<ItemChangedEventArgs<IEdge,Object>> edgeTagChangedEvent)
Removes the given listener for the
EdgeTagChanged event that occurs when the tag of
an edge has been replaced. |
void |
DefaultGraph.removeEdgeTagChangedListener(IEventHandler<ItemChangedEventArgs<IEdge,Object>> edgeTagChangedEvent) |
void |
AbstractGraphWrapper.removeEdgeTagChangedListener(IEventHandler<ItemChangedEventArgs<IEdge,Object>> edgeTagChangedEvent) |
void |
GraphClipboard.removeElementsCopiedListener(IEventHandler<IEventArgs> elementsCopiedEvent)
Removes the given listener for the
ElementsCopied event that occurs when the GraphClipboard.copy(IGraph, Predicate)
operation finished successfully. |
void |
GraphClipboard.removeElementsCutListener(IEventHandler<IEventArgs> elementsCutEvent)
Removes the given listener for the
ElementsCut event that occurs when the GraphClipboard.cut(IGraph, Predicate)
operation finished successfully. |
void |
GraphClipboard.removeElementsPastedListener(IEventHandler<IEventArgs> elementsPastedEvent)
Removes the given listener for the
ElementsPasted event that occurs when the GraphClipboard.paste(IInputModeContext, IGraph, Predicate, IElementCopiedCallback, Predicate)
operation finished successfully. |
void |
GraphCopier.removeGraphCopiedListener(IEventHandler<ItemCopiedEventArgs<IGraph>> graphCopiedEvent)
Removes the given listener for the
GraphCopied event that occurs after the entire graph has been copied. |
void |
IGraph.removeGraphTagChangedListener(IEventHandler<ItemChangedEventArgs<IGraph,Object>> graphTagChangedEvent)
Removes the given listener for the
GraphTagChanged event that occurs when the tag of
the graph has been replaced. |
void |
DefaultGraph.removeGraphTagChangedListener(IEventHandler<ItemChangedEventArgs<IGraph,Object>> graphTagChangedEvent) |
void |
AbstractGraphWrapper.removeGraphTagChangedListener(IEventHandler<ItemChangedEventArgs<IGraph,Object>> graphTagChangedEvent) |
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 |
IGraph.removeIsGroupNodeChangedListener(IEventHandler<NodeEventArgs> isGroupNodeChangedEvent)
Removes the given listener for the
IsGroupNodeChanged
event. |
void |
DefaultGraph.removeIsGroupNodeChangedListener(IEventHandler<NodeEventArgs> isGroupNodeChangedEvent) |
void |
AbstractGraphWrapper.removeIsGroupNodeChangedListener(IEventHandler<NodeEventArgs> isGroupNodeChangedEvent) |
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 |
GraphCopier.removeLabelCopiedListener(IEventHandler<ItemCopiedEventArgs<ILabel>> labelCopiedEvent)
Removes the given listener for the
LabelCopied event that occurs after a label has been copied. |
void |
IGraph.removeLabelLayoutParameterChangedListener(IEventHandler<ItemChangedEventArgs<ILabel,ILabelModelParameter>> labelLayoutParameterChangedEvent)
Removes the given listener for the
LabelLayoutParameterChanged event that occurs when the model parameter of a
label has been changed. |
void |
DefaultGraph.removeLabelLayoutParameterChangedListener(IEventHandler<ItemChangedEventArgs<ILabel,ILabelModelParameter>> labelLayoutParameterChangedEvent) |
void |
AbstractGraphWrapper.removeLabelLayoutParameterChangedListener(IEventHandler<ItemChangedEventArgs<ILabel,ILabelModelParameter>> labelLayoutParameterChangedEvent) |
void |
IGraph.removeLabelPreferredSizeChangedListener(IEventHandler<ItemChangedEventArgs<ILabel,SizeD>> labelPreferredSizeChangedEvent)
Removes the given listener for the
LabelPreferredSizeChanged event that occurs when the preferred size of a
label has been changed. |
void |
DefaultGraph.removeLabelPreferredSizeChangedListener(IEventHandler<ItemChangedEventArgs<ILabel,SizeD>> labelPreferredSizeChangedEvent) |
void |
AbstractGraphWrapper.removeLabelPreferredSizeChangedListener(IEventHandler<ItemChangedEventArgs<ILabel,SizeD>> labelPreferredSizeChangedEvent) |
void |
Table.removeLabelRemovedListener(IEventHandler<LabelEventArgs> labelRemovedEvent) |
void |
ITable.removeLabelRemovedListener(IEventHandler<LabelEventArgs> labelRemovedEvent)
Removes the given listener for the
LabelRemoved event that occurs when a label has been removed from this graph
instance. |
void |
IGraph.removeLabelRemovedListener(IEventHandler<LabelEventArgs> labelRemovedEvent)
Removes the given listener for the
LabelRemoved event that occurs when a label has been removed from this graph
instance. |
void |
DefaultGraph.removeLabelRemovedListener(IEventHandler<LabelEventArgs> labelRemovedEvent) |
void |
AbstractGraphWrapper.removeLabelRemovedListener(IEventHandler<LabelEventArgs> labelRemovedEvent) |
void |
IGraph.removeLabelStyleChangedListener(IEventHandler<ItemChangedEventArgs<ILabel,ILabelStyle>> labelStyleChangedEvent)
Removes the given listener for the
LabelStyleChanged event that occurs when a label style has been replaced. |
void |
DefaultGraph.removeLabelStyleChangedListener(IEventHandler<ItemChangedEventArgs<ILabel,ILabelStyle>> labelStyleChangedEvent) |
void |
AbstractGraphWrapper.removeLabelStyleChangedListener(IEventHandler<ItemChangedEventArgs<ILabel,ILabelStyle>> labelStyleChangedEvent) |
void |
IGraph.removeLabelTagChangedListener(IEventHandler<ItemChangedEventArgs<ILabel,Object>> labelTagChangedEvent)
Removes the given listener for the
LabelTagChanged event that occurs when the tag of
a label has been replaced. |
void |
DefaultGraph.removeLabelTagChangedListener(IEventHandler<ItemChangedEventArgs<ILabel,Object>> labelTagChangedEvent) |
void |
AbstractGraphWrapper.removeLabelTagChangedListener(IEventHandler<ItemChangedEventArgs<ILabel,Object>> labelTagChangedEvent) |
void |
IGraph.removeLabelTextChangedListener(IEventHandler<ItemChangedEventArgs<ILabel,String>> labelTextChangedEvent)
Removes the given listener for the
LabelTextChanged event that occurs when the text of a label has been
changed. |
void |
DefaultGraph.removeLabelTextChangedListener(IEventHandler<ItemChangedEventArgs<ILabel,String>> labelTextChangedEvent) |
void |
AbstractGraphWrapper.removeLabelTextChangedListener(IEventHandler<ItemChangedEventArgs<ILabel,String>> labelTextChangedEvent) |
void |
GraphCopier.removeNodeCopiedListener(IEventHandler<ItemCopiedEventArgs<INode>> nodeCopiedEvent)
Removes the given listener for the
NodeCopied event that occurs after a node has been copied. |
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.removeNodeRemovedListener(IEventHandler<NodeEventArgs> nodeRemovedEvent)
Removes the given listener for the
NodeRemoved event that occurs when a node has been removed. |
void |
DefaultGraph.removeNodeRemovedListener(IEventHandler<NodeEventArgs> nodeRemovedEvent) |
void |
AbstractGraphWrapper.removeNodeRemovedListener(IEventHandler<NodeEventArgs> nodeRemovedEvent) |
void |
IGraph.removeNodeStyleChangedListener(IEventHandler<ItemChangedEventArgs<INode,INodeStyle>> nodeStyleChangedEvent)
Removes the given listener for the
NodeStyleChanged event that occurs when a node style has been replaced. |
void |
DefaultGraph.removeNodeStyleChangedListener(IEventHandler<ItemChangedEventArgs<INode,INodeStyle>> nodeStyleChangedEvent) |
void |
AbstractGraphWrapper.removeNodeStyleChangedListener(IEventHandler<ItemChangedEventArgs<INode,INodeStyle>> nodeStyleChangedEvent) |
void |
IGraph.removeNodeTagChangedListener(IEventHandler<ItemChangedEventArgs<INode,Object>> nodeTagChangedEvent)
Removes the given listener for the
NodeTagChanged event that occurs when the tag of a
node has been replaced. |
void |
DefaultGraph.removeNodeTagChangedListener(IEventHandler<ItemChangedEventArgs<INode,Object>> nodeTagChangedEvent) |
void |
AbstractGraphWrapper.removeNodeTagChangedListener(IEventHandler<ItemChangedEventArgs<INode,Object>> nodeTagChangedEvent) |
void |
GraphCopier.removeObjectCopiedListener(IEventHandler<ItemCopiedEventArgs<Object>> objectCopiedEvent)
Removes the given listener for the
ObjectCopied event that occurs after a style has been copied. |
void |
IGraph.removeParentChangedListener(IEventHandler<NodeEventArgs> parentChangedEvent)
Removes the given listener for the
ParentChanged
event. |
void |
DefaultGraph.removeParentChangedListener(IEventHandler<NodeEventArgs> parentChangedEvent) |
void |
AbstractGraphWrapper.removeParentChangedListener(IEventHandler<NodeEventArgs> parentChangedEvent) |
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 |
GraphCopier.removePortCopiedListener(IEventHandler<ItemCopiedEventArgs<IPort>> portCopiedEvent)
Removes the given listener for the
PortCopied event that occurs after a port has been copied. |
void |
IGraph.removePortLocationParameterChangedListener(IEventHandler<ItemChangedEventArgs<IPort,IPortLocationModelParameter>> portLocationParameterChangedEvent)
Removes the given listener for the
PortLocationParameterChanged event that occurs when the location model
parameter of a port has been changed. |
void |
DefaultGraph.removePortLocationParameterChangedListener(IEventHandler<ItemChangedEventArgs<IPort,IPortLocationModelParameter>> portLocationParameterChangedEvent) |
void |
AbstractGraphWrapper.removePortLocationParameterChangedListener(IEventHandler<ItemChangedEventArgs<IPort,IPortLocationModelParameter>> portLocationParameterChangedEvent) |
void |
IGraph.removePortRemovedListener(IEventHandler<PortEventArgs> portRemovedEvent)
Removes the given listener for the
PortRemoved event that occurs when a port has been removed from its
owner . |
void |
DefaultGraph.removePortRemovedListener(IEventHandler<PortEventArgs> portRemovedEvent) |
void |
AbstractGraphWrapper.removePortRemovedListener(IEventHandler<PortEventArgs> portRemovedEvent) |
void |
IGraph.removePortStyleChangedListener(IEventHandler<ItemChangedEventArgs<IPort,IPortStyle>> portStyleChangedEvent)
Removes the given listener for the
PortStyleChanged event that occurs when a port style has been replaced. |
void |
DefaultGraph.removePortStyleChangedListener(IEventHandler<ItemChangedEventArgs<IPort,IPortStyle>> portStyleChangedEvent) |
void |
AbstractGraphWrapper.removePortStyleChangedListener(IEventHandler<ItemChangedEventArgs<IPort,IPortStyle>> portStyleChangedEvent) |
void |
IGraph.removePortTagChangedListener(IEventHandler<ItemChangedEventArgs<IPort,Object>> portTagChangedEvent)
Removes the given listener for the
PortTagChanged event that occurs when the tag of a
port has been replaced. |
void |
DefaultGraph.removePortTagChangedListener(IEventHandler<ItemChangedEventArgs<IPort,Object>> portTagChangedEvent) |
void |
AbstractGraphWrapper.removePortTagChangedListener(IEventHandler<ItemChangedEventArgs<IPort,Object>> portTagChangedEvent) |
void |
UndoEngine.removePropertyChangedListener(IEventHandler<PropertyChangedEventArgs> propertyChangedEvent)
Removes the given listener for the
PropertyChanged event that occurs when UndoEngine.canUndo() ,
UndoEngine.canRedo() , UndoName , or RedoName changed its value. |
void |
LookupChain.removePropertyChangedListener(IEventHandler<PropertyChangedEventArgs> propertyChangedEvent)
Removes the given listener for the
PropertyChanged event that occurs when the lookup of this instance has
changed for some or all of the types or items. |
void |
IFoldingView.removePropertyChangedListener(IEventHandler<PropertyChangedEventArgs> propertyChangedEvent)
Removes the given listener for the
PropertyChanged event that occurs whenever the view becomes invalid or the LocalRoot
property changes. |
void |
Table.removeStripeChangedListener(IEventHandler<StripeEventArgs> stripeChangedEvent) |
void |
ITable.removeStripeChangedListener(IEventHandler<StripeEventArgs> stripeChangedEvent)
Removes the given listener for the
StripeChanged event that occurs when a stripe has been changed, for instance,
if its style has been replaced. |
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. |
void |
Table.removeStripeRemovedListener(IEventHandler<StripeEventArgs> stripeRemovedEvent) |
void |
ITable.removeStripeRemovedListener(IEventHandler<StripeEventArgs> stripeRemovedEvent)
Removes the given listener for the
StripeRemoved event that occurs when a stripe has been removed from its
parent. |
void |
UndoEngine.removeUnitRedoneListener(IEventHandler<IEventArgs> unitRedoneEvent)
Removes the given listener for the
UnitRedone event that occurs when the engine has successfully executed the IUndoUnit.redo()
operation of an IUndoUnit . |
void |
UndoEngine.removeUnitUndoneListener(IEventHandler<IEventArgs> unitUndoneEvent)
Removes the given listener for the
UnitUndone event that occurs when the engine has successfully executed the IUndoUnit.undo()
operation of an IUndoUnit . |
Modifier and Type | Method and Description |
---|---|
void |
TableNodeStyle.addPropertyChangedListener(IEventHandler<PropertyChangedEventArgs> propertyChangedEvent)
Adds the given listener for the
PropertyChanged event that occurs when the value of the Table
property changes. |
void |
AbstractTemplateStyle.addPropertyChangedListener(IEventHandler<PropertyChangedEventArgs> propertyChangedEvent)
Adds the given listener for the
PropertyChanged event that occurs when a property value changes. |
void |
TableNodeStyle.removePropertyChangedListener(IEventHandler<PropertyChangedEventArgs> propertyChangedEvent)
Removes the given listener for the
PropertyChanged event that occurs when the value of the Table
property changes. |
void |
AbstractTemplateStyle.removePropertyChangedListener(IEventHandler<PropertyChangedEventArgs> propertyChangedEvent)
Removes the given listener for the
PropertyChanged event that occurs when a property value changes. |
Modifier and Type | Method and Description |
---|---|
IEventHandler<HandleDeserializationEventArgs> |
MapperInputHandler.getDeserializer()
Gets the deserializer.
|
IEventHandler<HandleSerializationEventArgs> |
MapperOutputHandler.getSerializer()
Gets the serialization callback to use for serializing the value in
MapperOutputHandler.writeValueCore(IWriteContext, java.lang.Object) . |
Modifier and Type | Method and Description |
---|---|
void |
IParseEvents.addDataParsedListener(IEventHandler<ParseEventArgs> dataParsedEvent)
Adds the given listener for the
DataParsed event that occurs after a data element has been fully parsed. |
void |
IParseEvents.addDataParsingListener(IEventHandler<ParseEventArgs> dataParsingEvent)
Adds the given listener for the
DataParsing event that occurs when a data element is about to be parsed. |
void |
IWriteEvents.addDataWritingListener(IEventHandler<WriteEventArgs> dataWritingEvent)
Adds the given listener for the
DataWriting event that occurs right after the IXmlWriter.writeStartElement(java.lang.String, java.lang.String, java.lang.String)
method for writing a GraphMl 'data' element has been called. |
void |
IWriteEvents.addDataWrittenListener(IEventHandler<WriteEventArgs> dataWrittenEvent)
Adds the given listener for the
DataWritten event that occurs just before the IXmlWriter.writeEndElement()
for the GraphML 'data' element will be called. |
void |
IParseEvents.addDocumentParsedListener(IEventHandler<ParseEventArgs> documentParsedEvent)
Adds the given listener for the
DocumentParsed event that occurs when the document has been parsed. |
void |
IParseEvents.addDocumentParsingListener(IEventHandler<ParseEventArgs> documentParsingEvent)
Adds the given listener for the
DocumentParsing event that occurs when the document is about to be parsed. |
void |
IWriteEvents.addDocumentWritingListener(IEventHandler<WriteEventArgs> documentWritingEvent)
Adds the given listener for the
DocumentWriting event that occurs just after the IXmlWriter.writeStartDocument()
has been called. |
void |
IWriteEvents.addDocumentWrittenListener(IEventHandler<WriteEventArgs> documentWrittenEvent)
Adds the given listener for the
DocumentWritten event that occurs just before the IXmlWriter.writeEndDocument()
will be called. |
void |
IParseEvents.addEdgeParsedListener(IEventHandler<ParseEventArgs> edgeParsedEvent)
Adds the given listener for the
EdgeParsed event that occurs after a edge element has been fully parsed. |
void |
IParseEvents.addEdgeParsingListener(IEventHandler<ParseEventArgs> edgeParsingEvent)
Adds the given listener for the
EdgeParsing event that occurs when an edge element is about to be parsed. |
void |
IWriteEvents.addEdgeWritingListener(IEventHandler<WriteEventArgs> edgeWritingEvent)
Adds the given listener for the
EdgeWriting event that occurs right after the IXmlWriter.writeStartElement(java.lang.String, java.lang.String, java.lang.String)
method for writing a GraphMl 'edge' element has been called. |
void |
IWriteEvents.addEdgeWrittenListener(IEventHandler<WriteEventArgs> edgeWrittenEvent)
Adds the given listener for the
EdgeWritten event that occurs just before the IXmlWriter.writeEndElement()
for the GraphML 'edge' element will be called. |
void |
IParseEvents.addGraphMLParsedListener(IEventHandler<ParseEventArgs> graphMLParsedEvent)
Adds the given listener for the
GraphMLParsed event that occurs after the graphml element has been fully
parsed. |
void |
IParseEvents.addGraphMLParsingListener(IEventHandler<ParseEventArgs> graphMLParsingEvent)
Adds the given listener for the
GraphMLParsing event that occurs when the graphml element is about to be
parsed. |
void |
IWriteEvents.addGraphMLWritingListener(IEventHandler<WriteEventArgs> graphMLWritingEvent)
Adds the given listener for the
GraphMLWriting event that occurs right after the IXmlWriter.writeStartElement(java.lang.String, java.lang.String, java.lang.String)
method for writing a GraphMl 'graphml' element has been called. |
void |
IWriteEvents.addGraphMLWrittenListener(IEventHandler<WriteEventArgs> graphMLWrittenEvent)
Adds the given listener for the
GraphMLWritten event that occurs just before the IXmlWriter.writeEndElement()
for the GraphML 'graphml' element will be called. |
void |
IParseEvents.addGraphParsedListener(IEventHandler<ParseEventArgs> graphParsedEvent)
Adds the given listener for the
GraphParsed event that occurs after a graph element has been fully parsed. |
void |
IParseEvents.addGraphParsingListener(IEventHandler<ParseEventArgs> graphParsingEvent)
Adds the given listener for the
GraphParsing event that occurs when a graph element is about to be parsed. |
void |
IWriteEvents.addGraphWritingListener(IEventHandler<WriteEventArgs> graphWritingEvent)
Adds the given listener for the
GraphWriting event that occurs right after the IXmlWriter.writeStartElement(java.lang.String, java.lang.String, java.lang.String)
method for writing a GraphMl 'graph' element has been called. |
void |
IWriteEvents.addGraphWrittenListener(IEventHandler<WriteEventArgs> graphWrittenEvent)
Adds the given listener for the
GraphWritten event that occurs just before the IXmlWriter.writeEndElement()
for the GraphML 'graph' element will be called. |
void |
GraphMLParser.addHandleDeserializationListener(IEventHandler<HandleDeserializationEventArgs> handleDeserializationEvent)
Adds the given listener for the
HandleDeserialization event that occurs when XML content is about to be
deserialized. |
void |
GraphMLIOHandler.addHandleDeserializationListener(IEventHandler<HandleDeserializationEventArgs> handleDeserializationEvent)
Adds the given listener for the
HandleDeserialization event that occurs when XML content is about to be
deserialized. |
void |
GraphMLWriter.addHandleSerializationListener(IEventHandler<HandleSerializationEventArgs> handleSerializationEvent)
Adds the given listener for the
HandleSerialization event that occurs when XML content is about to be
serialized. |
void |
GraphMLIOHandler.addHandleSerializationListener(IEventHandler<HandleSerializationEventArgs> handleSerializationEvent)
Adds the given listener for the
HandleSerialization event that occurs when XML content is about to be
serialized. |
<TKey,TData> |
GraphMLIOHandler.addInputMapper(Class<TKey> keyType,
Class<TData> dataType,
Predicate<Element> keyDefinitionPredicate,
IMapper<TKey,TData> mapper,
IEventHandler<HandleDeserializationEventArgs> deserializationCallback)
Register a
IMapper instance for use as an input data target. |
<TKey,TData> |
GraphMLIOHandler.addInputMapperFuture(Class<TKey> keyType,
Class<TData> dataType,
Predicate<Element> keyDefinitionPredicate,
IEventHandler<HandleDeserializationEventArgs> deserializationCallback)
|
void |
IParseEvents.addKeyParsedListener(IEventHandler<ParseEventArgs> keyParsedEvent)
Adds the given listener for the
KeyParsed event that occurs after a key element has been fully parsed. |
void |
IParseEvents.addKeyParsingListener(IEventHandler<ParseEventArgs> keyParsingEvent)
Adds the given listener for the
KeyParsing event that occurs when a key element is about to be parsed. |
void |
IWriteEvents.addKeyWritingListener(IEventHandler<WriteEventArgs> keyWritingEvent)
Adds the given listener for the
KeyWriting event that occurs right after the IXmlWriter.writeStartElement(java.lang.String, java.lang.String, java.lang.String)
method for writing a GraphMl 'key' element has been called. |
void |
IWriteEvents.addKeyWrittenListener(IEventHandler<WriteEventArgs> keyWrittenEvent)
Adds the given listener for the
KeyWritten event that occurs just before the IXmlWriter.writeEndElement()
for the GraphML 'key' element will be called. |
void |
IParseEvents.addNodeParsedListener(IEventHandler<ParseEventArgs> nodeParsedEvent)
Adds the given listener for the
NodeParsed event that occurs after a node element has been fully parsed. |
void |
IParseEvents.addNodeParsingListener(IEventHandler<ParseEventArgs> nodeParsingEvent)
Adds the given listener for the
NodeParsing event that occurs when a node element is about to be parsed. |
void |
IWriteEvents.addNodeWritingListener(IEventHandler<WriteEventArgs> nodeWritingEvent)
Adds the given listener for the
NodeWriting event that occurs right after the IXmlWriter.writeStartElement(java.lang.String, java.lang.String, java.lang.String)
method for writing a GraphMl 'node' element has been called. |
void |
IWriteEvents.addNodeWrittenListener(IEventHandler<WriteEventArgs> nodeWrittenEvent)
Adds the given listener for the
NodeWritten event that occurs just before the IXmlWriter.writeEndElement()
for the GraphML 'node' element will be called. |
<TModelItem,TValue> |
GraphMLIOHandler.addOutputMapper(Class<TModelItem> modelItemType,
Class<TValue> valueType,
String name,
String uri,
IMapper<TModelItem,TValue> mapper,
IEventHandler<HandleSerializationEventArgs> serializationCallback,
KeyType declaredKeyType)
Register a
IMapper instance for use as an output data source. |
void |
GraphMLIOHandler.addOverrideResolveReferenceListener(IEventHandler<ResolveReferenceEventArgs> overrideResolveReferenceEvent)
Adds the given listener for the
OverrideResolveReference event that occurs before inline references are
evaluated. |
void |
GraphMLParser.addParsedListener(IEventHandler<ParseEventArgs> parsedEvent)
Adds the given listener for the
Parsed event that occurs when the the document has been parsed. |
void |
GraphMLIOHandler.addParsedListener(IEventHandler<ParseEventArgs> parsedEvent)
Adds the given listener for the
Parsed event that occurs when the the document has been parsed. |
void |
GraphMLParser.addParsingListener(IEventHandler<ParseEventArgs> parsingEvent)
Adds the given listener for the
Parsing event that occurs when the parsing of the document is just about to
begin. |
void |
GraphMLIOHandler.addParsingListener(IEventHandler<ParseEventArgs> parsingEvent)
Adds the given listener for the
Parsing event that occurs when the parsing of a document is just about to
begin. |
void |
IParseEvents.addPortParsedListener(IEventHandler<ParseEventArgs> portParsedEvent)
Adds the given listener for the
PortParsed event that occurs after a port element has been fully parsed. |
void |
IParseEvents.addPortParsingListener(IEventHandler<ParseEventArgs> portParsingEvent)
Adds the given listener for the
PortParsing event that occurs when a port element is about to be parsed. |
void |
IWriteEvents.addPortWritingListener(IEventHandler<WriteEventArgs> portWritingEvent)
Adds the given listener for the
PortWriting event that occurs right after the IXmlWriter.writeStartElement(java.lang.String, java.lang.String, java.lang.String)
method for writing a GraphMl 'port' element has been called. |
void |
IWriteEvents.addPortWrittenListener(IEventHandler<WriteEventArgs> portWrittenEvent)
Adds the given listener for the
PortWritten event that occurs just before the IXmlWriter.writeEndElement()
for the GraphML 'port' element will be called. |
void |
GraphMLParser.addQueryInputHandlersListener(IEventHandler<QueryInputHandlersEventArgs> queryInputHandlersEvent)
Adds the given listener for the
QueryInputHandlers event that occurs when IInputHandler s are queried. |
void |
GraphMLIOHandler.addQueryInputHandlersListener(IEventHandler<QueryInputHandlersEventArgs> queryInputHandlersEvent)
Adds the given listener for the
QueryInputHandlers event that occurs when a GraphML attribute is about to be
read. |
void |
GraphMLWriter.addQueryOutputHandlersListener(IEventHandler<QueryOutputHandlersEventArgs> queryOutputHandlersEvent)
Adds the given listener for the
QueryOutputHandlers event that occurs when IOutputHandler s are queried. |
void |
GraphMLIOHandler.addQueryOutputHandlersListener(IEventHandler<QueryOutputHandlersEventArgs> queryOutputHandlersEvent)
Adds the given listener for the
QueryOutputHandlers event that occurs when a GraphML attribute is about to be
written. |
void |
GraphMLWriter.addQueryReferenceIdListener(IEventHandler<QueryReferenceIdEventArgs> queryReferenceIdEvent)
Adds the given listener for the
QueryReferenceId event that occurs when a reference is queried. |
void |
GraphMLIOHandler.addQueryReferenceIdListener(IEventHandler<QueryReferenceIdEventArgs> queryReferenceIdEvent)
Adds the given listener for the
QueryReferenceId event that occurs when a reference is queried. |
<TKey,TData> |
GraphMLIOHandler.addRegistryInputMapper(Class<TKey> keyType,
Class<TData> dataType,
Object tag,
Predicate<Element> keyDefinitionPredicate,
IEventHandler<HandleDeserializationEventArgs> deserializationCallback)
Create a
Future instance that wraps an IInputHandler that stores the data in an IMapper that
will be created in the graph's IMapperRegistry . |
<TModelItem,TValue> |
GraphMLIOHandler.addRegistryOutputMapper(Class<TModelItem> modelItemType,
Class<TValue> valueType,
String name,
String uri,
Object tag,
IEventHandler<HandleSerializationEventArgs> serializationCallback,
KeyType declaredKeyType)
Use a registered
IMapper instance as source for the given GraphML attribute. |
void |
GraphMLIOHandler.addRegistryOutputMapper(String name,
String uri,
Object tag,
IEventHandler<HandleSerializationEventArgs> serializationCallback)
Use a registered
IMapper instance as source for the given GraphML attribute. |
void |
GraphMLIOHandler.addResolveReferenceListener(IEventHandler<ResolveReferenceEventArgs> resolveReferenceEvent)
Adds the given listener for the
ResolveReference event that occurs after references are evaluated. |
void |
GraphMLWriter.addWritingListener(IEventHandler<WriteEventArgs> writingEvent)
Adds the given listener for the
Writing event that occurs when the writing of a document is just about to
begin. |
void |
GraphMLIOHandler.addWritingListener(IEventHandler<WriteEventArgs> writingEvent)
Adds the given listener for the
Writing event that occurs when the writing of a document is just about to
begin. |
void |
GraphMLWriter.addWrittenListener(IEventHandler<WriteEventArgs> writtenEvent)
Adds the given listener for the
Written event that occurs when the writing of a document has just been
finished. |
void |
GraphMLIOHandler.addWrittenListener(IEventHandler<WriteEventArgs> writtenEvent)
Adds the given listener for the
Written event that occurs when the writing of a document has been finished. |
static <TKey,TData> |
GraphMLIOHandler.createMapperInputHandler(Class<TKey> modelItemType,
Class<TData> dataType,
IMapper<TKey,TData> mapper,
IEventHandler<HandleDeserializationEventArgs> deserializationCallback)
Convenience factory method that can create an instance of several predefined
IInputHandler implementations that
match the provided TKey and TData . |
static <TKey,TData> |
GraphMLIOHandler.createMapperOutputHandler(Class<TKey> modelItemType,
Class<TData> dataType,
String name,
IMapper<TKey,TData> mapper,
IEventHandler<HandleSerializationEventArgs> serializationCallback)
Convenience factory method that can create an instance of several predefined
IOutputHandler implementations that
match the provided TKey and TData . |
void |
IParseEvents.removeDataParsedListener(IEventHandler<ParseEventArgs> dataParsedEvent)
Removes the given listener for the
DataParsed event that occurs after a data element has been fully parsed. |
void |
IParseEvents.removeDataParsingListener(IEventHandler<ParseEventArgs> dataParsingEvent)
Removes the given listener for the
DataParsing event that occurs when a data element is about to be parsed. |
void |
IWriteEvents.removeDataWritingListener(IEventHandler<WriteEventArgs> dataWritingEvent)
Removes the given listener for the
DataWriting event that occurs right after the IXmlWriter.writeStartElement(java.lang.String, java.lang.String, java.lang.String)
method for writing a GraphMl 'data' element has been called. |
void |
IWriteEvents.removeDataWrittenListener(IEventHandler<WriteEventArgs> dataWrittenEvent)
Removes the given listener for the
DataWritten event that occurs just before the IXmlWriter.writeEndElement()
for the GraphML 'data' element will be called. |
void |
IParseEvents.removeDocumentParsedListener(IEventHandler<ParseEventArgs> documentParsedEvent)
Removes the given listener for the
DocumentParsed event that occurs when the document has been parsed. |
void |
IParseEvents.removeDocumentParsingListener(IEventHandler<ParseEventArgs> documentParsingEvent)
Removes the given listener for the
DocumentParsing event that occurs when the document is about to be parsed. |
void |
IWriteEvents.removeDocumentWritingListener(IEventHandler<WriteEventArgs> documentWritingEvent)
Removes the given listener for the
DocumentWriting event that occurs just after the IXmlWriter.writeStartDocument()
has been called. |
void |
IWriteEvents.removeDocumentWrittenListener(IEventHandler<WriteEventArgs> documentWrittenEvent)
Removes the given listener for the
DocumentWritten event that occurs just before the IXmlWriter.writeEndDocument()
will be called. |
void |
IParseEvents.removeEdgeParsedListener(IEventHandler<ParseEventArgs> edgeParsedEvent)
Removes the given listener for the
EdgeParsed event that occurs after a edge element has been fully parsed. |
void |
IParseEvents.removeEdgeParsingListener(IEventHandler<ParseEventArgs> edgeParsingEvent)
Removes the given listener for the
EdgeParsing event that occurs when an edge element is about to be parsed. |
void |
IWriteEvents.removeEdgeWritingListener(IEventHandler<WriteEventArgs> edgeWritingEvent)
Removes the given listener for the
EdgeWriting event that occurs right after the IXmlWriter.writeStartElement(java.lang.String, java.lang.String, java.lang.String)
method for writing a GraphMl 'edge' element has been called. |
void |
IWriteEvents.removeEdgeWrittenListener(IEventHandler<WriteEventArgs> edgeWrittenEvent)
Removes the given listener for the
EdgeWritten event that occurs just before the IXmlWriter.writeEndElement()
for the GraphML 'edge' element will be called. |
void |
IParseEvents.removeGraphMLParsedListener(IEventHandler<ParseEventArgs> graphMLParsedEvent)
Removes the given listener for the
GraphMLParsed event that occurs after the graphml element has been fully
parsed. |
void |
IParseEvents.removeGraphMLParsingListener(IEventHandler<ParseEventArgs> graphMLParsingEvent)
Removes the given listener for the
GraphMLParsing event that occurs when the graphml element is about to be
parsed. |
void |
IWriteEvents.removeGraphMLWritingListener(IEventHandler<WriteEventArgs> graphMLWritingEvent)
Removes the given listener for the
GraphMLWriting event that occurs right after the IXmlWriter.writeStartElement(java.lang.String, java.lang.String, java.lang.String)
method for writing a GraphMl 'graphml' element has been called. |
void |
IWriteEvents.removeGraphMLWrittenListener(IEventHandler<WriteEventArgs> graphMLWrittenEvent)
Removes the given listener for the
GraphMLWritten event that occurs just before the IXmlWriter.writeEndElement()
for the GraphML 'graphml' element will be called. |
void |
IParseEvents.removeGraphParsedListener(IEventHandler<ParseEventArgs> graphParsedEvent)
Removes the given listener for the
GraphParsed event that occurs after a graph element has been fully parsed. |
void |
IParseEvents.removeGraphParsingListener(IEventHandler<ParseEventArgs> graphParsingEvent)
Removes the given listener for the
GraphParsing event that occurs when a graph element is about to be parsed. |
void |
IWriteEvents.removeGraphWritingListener(IEventHandler<WriteEventArgs> graphWritingEvent)
Removes the given listener for the
GraphWriting event that occurs right after the IXmlWriter.writeStartElement(java.lang.String, java.lang.String, java.lang.String)
method for writing a GraphMl 'graph' element has been called. |
void |
IWriteEvents.removeGraphWrittenListener(IEventHandler<WriteEventArgs> graphWrittenEvent)
Removes the given listener for the
GraphWritten event that occurs just before the IXmlWriter.writeEndElement()
for the GraphML 'graph' element will be called. |
void |
GraphMLParser.removeHandleDeserializationListener(IEventHandler<HandleDeserializationEventArgs> handleDeserializationEvent)
Removes the given listener for the
HandleDeserialization event that occurs when XML content is about to be
deserialized. |
void |
GraphMLIOHandler.removeHandleDeserializationListener(IEventHandler<HandleDeserializationEventArgs> handleDeserializationEvent)
Removes the given listener for the
HandleDeserialization event that occurs when XML content is about to be
deserialized. |
void |
GraphMLWriter.removeHandleSerializationListener(IEventHandler<HandleSerializationEventArgs> handleSerializationEvent)
Removes the given listener for the
HandleSerialization event that occurs when XML content is about to be
serialized. |
void |
GraphMLIOHandler.removeHandleSerializationListener(IEventHandler<HandleSerializationEventArgs> handleSerializationEvent)
Removes the given listener for the
HandleSerialization event that occurs when XML content is about to be
serialized. |
void |
IParseEvents.removeKeyParsedListener(IEventHandler<ParseEventArgs> keyParsedEvent)
Removes the given listener for the
KeyParsed event that occurs after a key element has been fully parsed. |
void |
IParseEvents.removeKeyParsingListener(IEventHandler<ParseEventArgs> keyParsingEvent)
Removes the given listener for the
KeyParsing event that occurs when a key element is about to be parsed. |
void |
IWriteEvents.removeKeyWritingListener(IEventHandler<WriteEventArgs> keyWritingEvent)
Removes the given listener for the
KeyWriting event that occurs right after the IXmlWriter.writeStartElement(java.lang.String, java.lang.String, java.lang.String)
method for writing a GraphMl 'key' element has been called. |
void |
IWriteEvents.removeKeyWrittenListener(IEventHandler<WriteEventArgs> keyWrittenEvent)
Removes the given listener for the
KeyWritten event that occurs just before the IXmlWriter.writeEndElement()
for the GraphML 'key' element will be called. |
void |
IParseEvents.removeNodeParsedListener(IEventHandler<ParseEventArgs> nodeParsedEvent)
Removes the given listener for the
NodeParsed event that occurs after a node element has been fully parsed. |
void |
IParseEvents.removeNodeParsingListener(IEventHandler<ParseEventArgs> nodeParsingEvent)
Removes the given listener for the
NodeParsing event that occurs when a node element is about to be parsed. |
void |
IWriteEvents.removeNodeWritingListener(IEventHandler<WriteEventArgs> nodeWritingEvent)
Removes the given listener for the
NodeWriting event that occurs right after the IXmlWriter.writeStartElement(java.lang.String, java.lang.String, java.lang.String)
method for writing a GraphMl 'node' element has been called. |
void |
IWriteEvents.removeNodeWrittenListener(IEventHandler<WriteEventArgs> nodeWrittenEvent)
Removes the given listener for the
NodeWritten event that occurs just before the IXmlWriter.writeEndElement()
for the GraphML 'node' element will be called. |
void |
GraphMLIOHandler.removeOverrideResolveReferenceListener(IEventHandler<ResolveReferenceEventArgs> overrideResolveReferenceEvent)
Removes the given listener for the
OverrideResolveReference event that occurs before inline references are
evaluated. |
void |
GraphMLParser.removeParsedListener(IEventHandler<ParseEventArgs> parsedEvent)
Removes the given listener for the
Parsed event that occurs when the the document has been parsed. |
void |
GraphMLIOHandler.removeParsedListener(IEventHandler<ParseEventArgs> parsedEvent)
Removes the given listener for the
Parsed event that occurs when the the document has been parsed. |
void |
GraphMLParser.removeParsingListener(IEventHandler<ParseEventArgs> parsingEvent)
Removes the given listener for the
Parsing event that occurs when the parsing of the document is just about to
begin. |
void |
GraphMLIOHandler.removeParsingListener(IEventHandler<ParseEventArgs> parsingEvent)
Removes the given listener for the
Parsing event that occurs when the parsing of a document is just about to
begin. |
void |
IParseEvents.removePortParsedListener(IEventHandler<ParseEventArgs> portParsedEvent)
Removes the given listener for the
PortParsed event that occurs after a port element has been fully parsed. |
void |
IParseEvents.removePortParsingListener(IEventHandler<ParseEventArgs> portParsingEvent)
Removes the given listener for the
PortParsing event that occurs when a port element is about to be parsed. |
void |
IWriteEvents.removePortWritingListener(IEventHandler<WriteEventArgs> portWritingEvent)
Removes the given listener for the
PortWriting event that occurs right after the IXmlWriter.writeStartElement(java.lang.String, java.lang.String, java.lang.String)
method for writing a GraphMl 'port' element has been called. |
void |
IWriteEvents.removePortWrittenListener(IEventHandler<WriteEventArgs> portWrittenEvent)
Removes the given listener for the
PortWritten event that occurs just before the IXmlWriter.writeEndElement()
for the GraphML 'port' element will be called. |
void |
GraphMLParser.removeQueryInputHandlersListener(IEventHandler<QueryInputHandlersEventArgs> queryInputHandlersEvent)
Removes the given listener for the
QueryInputHandlers event that occurs when
IInputHandler s are queried. |
void |
GraphMLIOHandler.removeQueryInputHandlersListener(IEventHandler<QueryInputHandlersEventArgs> queryInputHandlersEvent)
Removes the given listener for the
QueryInputHandlers event that occurs when a GraphML attribute is about to be
read. |
void |
GraphMLWriter.removeQueryOutputHandlersListener(IEventHandler<QueryOutputHandlersEventArgs> queryOutputHandlersEvent)
Removes the given listener for the
QueryOutputHandlers event that occurs when
IOutputHandler s are queried. |
void |
GraphMLIOHandler.removeQueryOutputHandlersListener(IEventHandler<QueryOutputHandlersEventArgs> queryOutputHandlersEvent)
Removes the given listener for the
QueryOutputHandlers event that occurs when a GraphML attribute is about to be
written. |
void |
GraphMLWriter.removeQueryReferenceIdListener(IEventHandler<QueryReferenceIdEventArgs> queryReferenceIdEvent)
Removes the given listener for the
QueryReferenceId event that occurs when a reference is queried. |
void |
GraphMLIOHandler.removeQueryReferenceIdListener(IEventHandler<QueryReferenceIdEventArgs> queryReferenceIdEvent)
Removes the given listener for the
QueryReferenceId event that occurs when a reference is queried. |
void |
GraphMLIOHandler.removeResolveReferenceListener(IEventHandler<ResolveReferenceEventArgs> resolveReferenceEvent)
Removes the given listener for the
ResolveReference event that occurs after references are evaluated. |
void |
GraphMLWriter.removeWritingListener(IEventHandler<WriteEventArgs> writingEvent)
Removes the given listener for the
Writing event that occurs when the writing of a document is just about to
begin. |
void |
GraphMLIOHandler.removeWritingListener(IEventHandler<WriteEventArgs> writingEvent)
Removes the given listener for the
Writing event that occurs when the writing of a document is just about to
begin. |
void |
GraphMLWriter.removeWrittenListener(IEventHandler<WriteEventArgs> writtenEvent)
Removes the given listener for the
Written event that occurs when the writing of a document has just been
finished. |
void |
GraphMLIOHandler.removeWrittenListener(IEventHandler<WriteEventArgs> writtenEvent)
Removes the given listener for the
Written event that occurs when the writing of a document has been finished. |
void |
MapperInputHandler.setDeserializer(IEventHandler<HandleDeserializationEventArgs> value)
Sets the deserializer.
|
void |
MapperOutputHandler.setSerializer(IEventHandler<HandleSerializationEventArgs> value)
Sets the serialization callback to use for serializing the value in
MapperOutputHandler.writeValueCore(IWriteContext, java.lang.Object) . |
Constructor and Description |
---|
MapperInputHandler(Class<TKey> keyType,
Class<TData> valueType,
IEventHandler<HandleDeserializationEventArgs> deserializer)
Initializes a new instance of the
MapperInputHandler class that uses the event handler for deserialization and
suggests the provided target type for the deserializer. |
MapperInputHandler(Class<TKey> keyType,
Class<TData> valueType,
IEventHandler<HandleDeserializationEventArgs> deserializer,
Class deserializerTargetType)
Initializes a new instance of the
MapperInputHandler class that uses the event handler for deserialization and
suggests the provided target type for the deserializer. |
Modifier and Type | Method and Description |
---|---|
void |
LayoutExecutor.addLayoutFinishedListener(IEventHandler<LayoutEventArgs> layoutFinishedEvent)
Adds the given listener for the
LayoutFinished
event. |
void |
LayoutExecutor.removeLayoutFinishedListener(IEventHandler<LayoutEventArgs> layoutFinishedEvent)
Removes the given listener for the
LayoutFinished
event. |
Modifier and Type | Method and Description |
---|---|
void |
InteractiveOrganicLayout.addStructureUpdate(IEventHandler handler,
IEventArgs args)
Schedules an update for the structure of the graph, which will automatically be executed at a later point in the
life-cycle of this algorithm.
|
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 |
Future.addPropertyChangedListener(IEventHandler<PropertyChangedEventArgs> propertyChangedEvent)
Adds the given listener for the
PropertyChanged event that occurs when a property value changes. |
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. |
void |
Future.removePropertyChangedListener(IEventHandler<PropertyChangedEventArgs> propertyChangedEvent)
Removes the given listener for the
PropertyChanged event that occurs when a property value changes. |
Modifier and Type | Method and Description |
---|---|
void |
CanvasControl.addBackgroundGroupChangedListener(IEventHandler backgroundGroupChangedEvent)
Adds the given listener for the
BackgroundGroupChanged event that occurs when the BackgroundGroup
property has been changed. |
void |
CanvasControl.addContentGroupChangedListener(IEventHandler contentGroupChangedEvent)
Adds the given listener for the
ContentGroupChanged event that occurs when the ContentGroup
property has been changed. |
void |
CanvasControl.addFocusGroupChangedListener(IEventHandler focusGroupChangedEvent)
Adds the given listener for the
FocusGroupChanged event that occurs when the FocusGroup
property has been changed. |
void |
CanvasControl.addHighlightGroupChangedListener(IEventHandler highlightGroupChangedEvent)
Adds the given listener for the
HighlightGroupChanged event that occurs when the HighlightGroup
property has been changed. |
void |
CanvasControl.addInputModeContextChangedListener(IEventHandler<PropertyChangedEventArgs> inputModeContextChangedEvent)
Adds the given listener for the
InputModeContextChanged event that occurs when the InputModeContext
property has been changed. |
void |
CanvasControl.addInputModeGroupChangedListener(IEventHandler inputModeGroupChangedEvent)
Adds the given listener for the
InputModeGroupChanged event that occurs when the InputModeGroup
property has been changed. |
void |
GraphSelection.addItemSelectionChangedListener(IEventHandler<ItemSelectionChangedEventArgs<IModelItem>> itemSelectionChangedEvent) |
void |
StripeSelection.addItemSelectionChangedListener(IEventHandler<ItemSelectionChangedEventArgs<IStripe>> itemSelectionChangedEvent) |
void |
ISelectionModel.addItemSelectionChangedListener(IEventHandler<ItemSelectionChangedEventArgs<T>> itemSelectionChangedEvent)
Adds the given listener for the
ItemSelectionChanged event that occurs when an item changed its selection state
from selected to unselected or vice versa. |
void |
DefaultSelectionModel.addItemSelectionChangedListener(IEventHandler<ItemSelectionChangedEventArgs<T>> itemSelectionChangedEvent) |
void |
CanvasPrinter.addPrintedListener(IEventHandler<PrintingEvent> printedEventHandler)
Adds a listener for the printed event.
|
void |
CanvasPrinter.addPrintingListener(IEventHandler<PrintingEvent> printingEventHandler)
Adds a listener for the printing event.
|
void |
FocusIndicatorManager.addPropertyChangedListener(IEventHandler<PropertyChangedEventArgs> propertyChangedEvent)
Adds the given listener for the
PropertyChanged event that occurs when the FocusedItem
property has been changed. |
void |
CanvasControl.addSelectionGroupChangedListener(IEventHandler selectionGroupChangedEvent)
Adds the given listener for the
SelectionGroupChanged event that occurs when the SelectionGroup
property has been changed. |
void |
Animator.animate(IAnimationCallback callback,
Duration duration,
IEventHandler<IEventArgs> finishedCallback)
Starts animating the given animation for the specified duration.
|
void |
Animator.animate(IAnimation animation,
IEventHandler<IEventArgs> finishedCallback)
Animates the given animation instance and triggers the callback upon completion.
|
void |
GraphControl.morphLayout(ILayoutAlgorithm layout,
Duration morphDuration,
IEventHandler<LayoutEventArgs> doneHandler)
Convenience method that runs a layout on the graph of a given graph control, animates the transition, and calls the
given
doneHandler once the animation has finished. |
void |
GraphControl.morphLayout(ILayoutAlgorithm layout,
Duration morphDuration,
LayoutData layoutData,
IEventHandler<LayoutEventArgs> doneHandler)
Convenience method that runs a layout on the graph of a given graph control, animates the transition, and calls the
given
doneHandler once the animation has finished. |
void |
CanvasControl.removeBackgroundGroupChangedListener(IEventHandler backgroundGroupChangedEvent)
Removes the given listener for the
BackgroundGroupChanged event that occurs when the BackgroundGroup
property has been changed. |
void |
CanvasControl.removeContentGroupChangedListener(IEventHandler contentGroupChangedEvent)
Removes the given listener for the
ContentGroupChanged event that occurs when the ContentGroup
property has been changed. |
void |
CanvasControl.removeFocusGroupChangedListener(IEventHandler focusGroupChangedEvent)
Removes the given listener for the
FocusGroupChanged event that occurs when the FocusGroup
property has been changed. |
void |
CanvasControl.removeHighlightGroupChangedListener(IEventHandler highlightGroupChangedEvent)
Removes the given listener for the
HighlightGroupChanged event that occurs when the HighlightGroup
property has been changed. |
void |
CanvasControl.removeInputModeContextChangedListener(IEventHandler<PropertyChangedEventArgs> inputModeContextChangedEvent)
Removes the given listener for the
InputModeContextChanged event that occurs when the InputModeContext
property has been changed. |
void |
CanvasControl.removeInputModeGroupChangedListener(IEventHandler inputModeGroupChangedEvent)
Removes the given listener for the
InputModeGroupChanged event that occurs when the InputModeGroup
property has been changed. |
void |
GraphSelection.removeItemSelectionChangedListener(IEventHandler<ItemSelectionChangedEventArgs<IModelItem>> itemSelectionChangedEvent) |
void |
StripeSelection.removeItemSelectionChangedListener(IEventHandler<ItemSelectionChangedEventArgs<IStripe>> itemSelectionChangedEvent) |
void |
ISelectionModel.removeItemSelectionChangedListener(IEventHandler<ItemSelectionChangedEventArgs<T>> itemSelectionChangedEvent)
Removes the given listener for the
ItemSelectionChanged event that occurs when an item changed its selection
state from selected to unselected or vice versa. |
void |
DefaultSelectionModel.removeItemSelectionChangedListener(IEventHandler<ItemSelectionChangedEventArgs<T>> itemSelectionChangedEvent) |
void |
CanvasPrinter.removePrintedListener(IEventHandler<PrintingEvent> printedEventHandler)
Removes the given listener for the printed event.
|
void |
CanvasPrinter.removePrintingListener(IEventHandler<PrintingEvent> printingEventHandler)
Removes the given listener for the printing event.
|
void |
FocusIndicatorManager.removePropertyChangedListener(IEventHandler<PropertyChangedEventArgs> propertyChangedEvent)
Removes the given listener for the
PropertyChanged event that occurs when the FocusedItem
property has been changed. |
void |
CanvasControl.removeSelectionGroupChangedListener(IEventHandler selectionGroupChangedEvent)
Removes the given listener for the
SelectionGroupChanged event that occurs when the SelectionGroup
property has been changed. |
Modifier and Type | Method and Description |
---|---|
void |
ConcurrencyController.addActiveChangedListener(IEventHandler<IEventArgs> activeChangedEvent)
Adds the given listener for the
ActiveChanged event that occurs the Active property
changes. |
void |
CreateBendInputMode.addBendCreatedListener(IEventHandler<BendEventArgs> bendCreatedEvent)
Adds the given listener for the
BendCreated event that occurs once a bend creation gesture has been recognized. |
void |
AbstractInputMode.addCanceledListener(IEventHandler<InputModeEventArgs> canceledEvent)
Adds the given listener for the
Canceled event that occurs after the call to AbstractInputMode.cancel() . |
void |
ICommand.addCanExecuteChangedListener(IEventHandler canExecuteChangedEvent)
Adds the given listener for the
CanExecuteChanged event that occurs when the result of a call to ICommand.canExecute(Object, Object)
may yield a different result. |
void |
SnapContext.addCleanedUpListener(IEventHandler<InputModeEventArgs> cleanedUpEvent)
Adds the given listener for the
CleanedUp event that occurs when this instance has been cleaned up. |
void |
OrthogonalEdgeEditingContext.addCleanedUpListener(IEventHandler<InputModeEventArgs> cleanedUpEvent)
Adds the given listener for the
CleanedUp event that occurs when the recent edit operation has been cleaned up. |
void |
ClickInputMode.addClickedListener(IEventHandler<ClickEventArgs> clickedEvent)
Adds the given listener for the
Clicked event that occurs once a click has been detected. |
void |
GraphSnapContext.addCollectSnapLinesListener(IEventHandler<CollectGraphSnapLinesEventArgs> collectSnapLinesEvent)
Adds the given listener for the
CollectSnapLines event that occurs every time this instance has been initialized
to collect OrthogonalSnapLine s. |
void |
LabelSnapContext.addCollectSnapLinesListener(IEventHandler<CollectLabelSnapLineEventArgs> collectSnapLinesEvent)
Adds the given listener for the
CollectSnapLines event that occurs every time this instance has been initialized
to collect SnapLine s. |
void |
SnapContext.addCollectSnapResultsListener(IEventHandler<CollectSnapResultsEventArgs> collectSnapResultsEvent)
Adds the given listener for the
CollectSnapResults event that occurs while moving
items and handles. |
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 |
GraphEditorInputMode.addDeletedSelectionListener(IEventHandler<SelectionEventArgs<IModelItem>> deletedSelectionEvent)
Adds the given listener for the
DeletedSelection event that occurs just before the GraphEditorInputMode.deleteSelection()
method has deleted the selection after all selected items have been removed. |
void |
TableEditorInputMode.addDeletedSelectionListener(IEventHandler<SelectionEventArgs<IStripe>> deletedSelectionEvent)
Adds the given listener for the
DeletedSelection event that occurs just before the TableEditorInputMode.deleteSelection()
method has deleted the selection after all selected items have been removed. |
void |
GraphEditorInputMode.addDeletingSelectionListener(IEventHandler<SelectionEventArgs<IModelItem>> deletingSelectionEvent)
Adds the given listener for the
DeletingSelection event that occurs just before the GraphEditorInputMode.deleteSelection()
method starts its work and will be followed by any number of DeletedItem
events and finalized by a DeletedSelection event. |
void |
TableEditorInputMode.addDeletingSelectionListener(IEventHandler<SelectionEventArgs<IStripe>> deletingSelectionEvent)
Adds the given listener for the
DeletingSelection event that occurs just before the TableEditorInputMode.deleteSelection()
method starts its work and will be followed by any number of DeletedItem
events and finalized by a DeletedSelection event. |
void |
ClickInputMode.addDoubleClickedListener(IEventHandler<ClickEventArgs> doubleClickedEvent)
Adds the given listener for the
DoubleClicked event that occurs once a double-click has been detected. |
void |
TapInputMode.addDoubleTappedListener(IEventHandler<TapEventArgs> doubleTappedEvent)
Adds the given listener for the
DoubleTapped event that occurs once a double-tap has been detected. |
void |
ResizeStripeInputMode.addDragCanceledListener(IEventHandler<InputModeEventArgs> dragCanceledEvent)
Adds the given listener for the
DragCanceled event that occurs when the drag has been canceled. |
void |
MoveViewportInputMode.addDragCanceledListener(IEventHandler<InputModeEventArgs> dragCanceledEvent)
Adds the given listener for the
DragCanceled event that occurs when the drag has been canceled. |
void |
MoveInputMode.addDragCanceledListener(IEventHandler<InputModeEventArgs> dragCanceledEvent)
Adds the given listener for the
DragCanceled event that occurs when the drag has been canceled. |
void |
HandleInputMode.addDragCanceledListener(IEventHandler<InputModeEventArgs> dragCanceledEvent)
Adds the given listener for the
DragCanceled event that occurs when the drag has been canceled. |
void |
CreateBendInputMode.addDragCanceledListener(IEventHandler<InputModeEventArgs> dragCanceledEvent)
Adds the given listener for the
DragCanceled event that occurs when the drag has been canceled. |
void |
MarqueeSelectionInputMode.addDragCanceledListener(IEventHandler<MarqueeSelectionEventArgs> dragCanceledEvent)
Adds the given listener for the
DragCanceled event that occurs when the drag has been canceled. |
void |
ResizeStripeInputMode.addDragCancelingListener(IEventHandler<InputModeEventArgs> dragCancelingEvent)
Adds the given listener for the
DragCanceling event that occurs before the drag will be canceled. |
void |
MoveViewportInputMode.addDragCancelingListener(IEventHandler<InputModeEventArgs> dragCancelingEvent)
Adds the given listener for the
DragCanceling event that occurs before the drag will be canceled. |
void |
MoveInputMode.addDragCancelingListener(IEventHandler<InputModeEventArgs> dragCancelingEvent)
Adds the given listener for the
DragCanceling event that occurs before the drag will be canceled. |
void |
HandleInputMode.addDragCancelingListener(IEventHandler<InputModeEventArgs> dragCancelingEvent)
Adds the given listener for the
DragCanceling event that occurs before the drag will be canceled. |
void |
MarqueeSelectionInputMode.addDragCancelingListener(IEventHandler<MarqueeSelectionEventArgs> dragCancelingEvent)
Adds the given listener for the
DragCanceling event that occurs before the drag will be canceled. |
void |
DropInputMode.addDragDroppedListener(IEventHandler<InputModeEventArgs> dragDroppedEvent)
Adds the given listener for the
DragDropped event that occurs when a drag operation is dropped onto the CanvasControl
into which this instance is installed. |
void |
DropInputMode.addDragEnteredListener(IEventHandler<InputModeEventArgs> dragEnteredEvent)
Adds the given listener for the
DragEntered event that occurs when a drag operation enters the CanvasControl
into which this instance is installed. |
void |
ResizeStripeInputMode.addDragFinishedListener(IEventHandler<InputModeEventArgs> dragFinishedEvent)
Adds the given listener for the
DragFinished event that occurs once the drag has been finished. |
void |
MoveViewportInputMode.addDragFinishedListener(IEventHandler<InputModeEventArgs> dragFinishedEvent)
Adds the given listener for the
DragFinished event that occurs once the drag has been finished. |
void |
MoveInputMode.addDragFinishedListener(IEventHandler<InputModeEventArgs> dragFinishedEvent)
Adds the given listener for the
DragFinished event that occurs once the drag has been finished. |
void |
HandleInputMode.addDragFinishedListener(IEventHandler<InputModeEventArgs> dragFinishedEvent)
Adds the given listener for the
DragFinished event that occurs once the drag has been finished. |
void |
MarqueeSelectionInputMode.addDragFinishedListener(IEventHandler<MarqueeSelectionEventArgs> dragFinishedEvent)
Adds the given listener for the
DragFinished event that occurs the drag has been finished. |
void |
ResizeStripeInputMode.addDragFinishingListener(IEventHandler<InputModeEventArgs> dragFinishingEvent)
Adds the given listener for the
DragFinishing event that occurs before the drag will be finished. |
void |
MoveViewportInputMode.addDragFinishingListener(IEventHandler<InputModeEventArgs> dragFinishingEvent)
Adds the given listener for the
DragFinishing event that occurs before the drag will be finished. |
void |
MoveInputMode.addDragFinishingListener(IEventHandler<InputModeEventArgs> dragFinishingEvent)
Adds the given listener for the
DragFinishing event that occurs before the drag will be finished. |
void |
HandleInputMode.addDragFinishingListener(IEventHandler<InputModeEventArgs> dragFinishingEvent)
Adds the given listener for the
DragFinishing event that occurs before the drag will be finished. |
void |
MarqueeSelectionInputMode.addDragFinishingListener(IEventHandler<MarqueeSelectionEventArgs> dragFinishingEvent)
Adds the given listener for the
DragFinishing event that occurs before the drag will be finished. |
void |
ResizeStripeInputMode.addDraggedListener(IEventHandler<InputModeEventArgs> draggedEvent)
Adds the given listener for the
Dragged event that occurs at the end of every drag. |
void |
MoveViewportInputMode.addDraggedListener(IEventHandler<InputModeEventArgs> draggedEvent)
Adds the given listener for the
Dragged event that occurs at the end of every drag. |
void |
MoveInputMode.addDraggedListener(IEventHandler<InputModeEventArgs> draggedEvent)
Adds the given listener for the
Dragged event that occurs at the end of every drag. |
void |
HandleInputMode.addDraggedListener(IEventHandler<InputModeEventArgs> draggedEvent)
Adds the given listener for the
Dragged event that occurs at the end of every drag. |
void |
CreateBendInputMode.addDraggedListener(IEventHandler<InputModeEventArgs> draggedEvent)
Adds the given listener for the
Dragged event that occurs at the end of every drag. |
void |
MarqueeSelectionInputMode.addDraggedListener(IEventHandler<MarqueeSelectionEventArgs> draggedEvent)
Adds the given listener for the
Dragged event that occurs at the end of every drag. |
void |
ResizeStripeInputMode.addDraggingListener(IEventHandler<InputModeEventArgs> draggingEvent)
Adds the given listener for the
Dragging event that occurs at the start of every drag. |
void |
MoveViewportInputMode.addDraggingListener(IEventHandler<InputModeEventArgs> draggingEvent)
Adds the given listener for the
Dragging event that occurs at the start of every drag. |
void |
MoveInputMode.addDraggingListener(IEventHandler<InputModeEventArgs> draggingEvent)
Adds the given listener for the
Dragging event that occurs at the start of every drag. |
void |
HandleInputMode.addDraggingListener(IEventHandler<InputModeEventArgs> draggingEvent)
Adds the given listener for the
Dragging event that occurs at the start of every drag. |
void |
CreateBendInputMode.addDraggingListener(IEventHandler<InputModeEventArgs> draggingEvent)
Adds the given listener for the
Dragging event that occurs at the start of every drag. |
void |
MarqueeSelectionInputMode.addDraggingListener(IEventHandler<MarqueeSelectionEventArgs> draggingEvent)
Adds the given listener for the
Dragging event that occurs at the start of every drag. |
void |
DropInputMode.addDragLeftListener(IEventHandler<InputModeEventArgs> dragLeftEvent)
Adds the given listener for the
DragLeft event that occurs when a drag operation leaves the CanvasControl
into which this instance is installed. |
void |
DropInputMode.addDragOverListener(IEventHandler<InputModeEventArgs> dragOverEvent)
Adds the given listener for the
DragOver event that occurs when a drag operation drags over the CanvasControl
into which this instance is installed. |
void |
ResizeStripeInputMode.addDragStartedListener(IEventHandler<InputModeEventArgs> dragStartedEvent)
Adds the given listener for the
DragStarted event that occurs once the drag is initialized and has started. |
void |
MoveViewportInputMode.addDragStartedListener(IEventHandler<InputModeEventArgs> dragStartedEvent)
Adds the given listener for the
DragStarted event that occurs once the drag is initialized and has started. |
void |
MoveInputMode.addDragStartedListener(IEventHandler<InputModeEventArgs> dragStartedEvent)
Adds the given listener for the
DragStarted event that occurs once the drag is initialized and has started. |
void |
HandleInputMode.addDragStartedListener(IEventHandler<InputModeEventArgs> dragStartedEvent)
Adds the given listener for the
DragStarted event that occurs once the drag is initialized and has started. |
void |
MarqueeSelectionInputMode.addDragStartedListener(IEventHandler<MarqueeSelectionEventArgs> dragStartedEvent)
Adds the given listener for the
DragStarted event that occurs once the drag is initialized and has started. |
void |
ResizeStripeInputMode.addDragStartingListener(IEventHandler<InputModeEventArgs> dragStartingEvent)
Adds the given listener for the
DragStarting event that occurs once the drag is starting. |
void |
MoveViewportInputMode.addDragStartingListener(IEventHandler<InputModeEventArgs> dragStartingEvent)
Adds the given listener for the
DragStarting event that occurs once the drag is starting. |
void |
MoveInputMode.addDragStartingListener(IEventHandler<InputModeEventArgs> dragStartingEvent)
Adds the given listener for the
DragStarting event that occurs once the drag is starting. |
void |
HandleInputMode.addDragStartingListener(IEventHandler<InputModeEventArgs> dragStartingEvent)
Adds the given listener for the
DragStarting event that occurs once the drag is starting. |
void |
MarqueeSelectionInputMode.addDragStartingListener(IEventHandler<MarqueeSelectionEventArgs> dragStartingEvent)
Adds the given listener for the
DragStarting event that occurs once the drag is starting. |
void |
CreateEdgeInputMode.addEdgeCreatedListener(IEventHandler<EdgeEventArgs> edgeCreatedEvent)
Adds the given listener for the
EdgeCreated event that occurs after an edge has been created by this mode. |
void |
CreateEdgeInputMode.addEdgeCreationStartedListener(IEventHandler<EdgeEventArgs> edgeCreationStartedEvent)
Adds the given listener for the
EdgeCreationStarted event that occurs when the edge creation has started. |
void |
GraphEditorInputMode.addEdgePortsChangedListener(IEventHandler<EdgeEventArgs> edgePortsChangedEvent)
Adds the given listener for the
EdgePortsChanged event that occurs after an edge's source and/or target ports
have been changed as the result of an input gesture. |
void |
TextEditorInputMode.addEditingCanceledListener(IEventHandler<TextEventArgs> editingCanceledEvent)
Adds the given listener for the
EditingCanceled event that occurs if the editing has not been finished. |
void |
TextEditorInputMode.addEditingStartedListener(IEventHandler<TextEventArgs> editingStartedEvent)
Adds the given listener for the
EditingStarted event that occurs when text editing is started. |
void |
CreateEdgeInputMode.addGestureCanceledListener(IEventHandler<InputModeEventArgs> gestureCanceledEvent)
Adds the given listener for the
GestureCanceled event that occurs when the gesture has been canceled. |
void |
CreateEdgeInputMode.addGestureCancelingListener(IEventHandler<InputModeEventArgs> gestureCancelingEvent)
Adds the given listener for the
GestureCanceling event that occurs before the gesture will be canceled. |
void |
CreateEdgeInputMode.addGestureFinishedListener(IEventHandler<InputModeEventArgs> gestureFinishedEvent)
Adds the given listener for the
GestureFinished event that occurs once the gesture has been finished. |
void |
CreateEdgeInputMode.addGestureFinishingListener(IEventHandler<InputModeEventArgs> gestureFinishingEvent)
Adds the given listener for the
GestureFinishing event that occurs before the gesture will be finished. |
void |
CreateEdgeInputMode.addGestureStartedListener(IEventHandler<InputModeEventArgs> gestureStartedEvent)
Adds the given listener for the
GestureStarted event that occurs once the gesture is initialized and has
started. |
void |
CreateEdgeInputMode.addGestureStartingListener(IEventHandler<InputModeEventArgs> gestureStartingEvent)
Adds the given listener for the
GestureStarting event that occurs once the gesture is starting. |
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 |
ItemHoverInputMode.addHoveredItemChangedListener(IEventHandler<HoveredItemChangedEventArgs> hoveredItemChangedEvent)
Adds the given listener for the
HoveredItemChanged event that occurs when the item that is being hovered over
with the mouse changes. |
void |
SnapContext.addInitializedListener(IEventHandler<InputModeEventArgs> initializedEvent)
Adds the given listener for the
Initialized event that occurs when this instance has been initialized. |
void |
OrthogonalEdgeEditingContext.addInitializedListener(IEventHandler<InputModeEventArgs> initializedEvent)
Adds the given listener for the
Initialized event that occurs when the edit has been initialized. |
void |
AbstractInputMode.addInitializedListener(IEventHandler<InputModeEventArgs> initializedEvent)
Adds the given listener for the
Initialized event that occurs after the call to AbstractInputMode.initialize() . |
void |
SnapContext.addInitializingListener(IEventHandler<InputModeEventArgs> initializingEvent)
Adds the given listener for the
Initializing event that occurs when this instance is about to be initialized. |
void |
OrthogonalEdgeEditingContext.addInitializingListener(IEventHandler<InputModeEventArgs> initializingEvent)
Adds the given listener for the
Initializing event that occurs when the edit is about to be initialized. |
void |
AbstractInputMode.addInitializingListener(IEventHandler<InputModeEventArgs> initializingEvent)
Adds the given listener for the
Initializing event that occurs before the call to AbstractInputMode.initialize() . |
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.addLabelAddedListener(IEventHandler<LabelEventArgs> labelAddedEvent)
Adds the given listener for the
LabelAdded event that occurs when this mode has triggered the addition of an
ILabel , for instance, in response to TableEditorInputMode.createLabel(IStripe) . |
void |
GraphEditorInputMode.addLabelAddedListener(IEventHandler<LabelEventArgs> labelAddedEvent)
Adds the given listener for the
LabelAdded event that occurs when this mode has triggered the addition of an
ILabel , for instance, in response to GraphEditorInputMode.createLabel(ILabelOwner) . |
void |
TableEditorInputMode.addLabelAddingListener(IEventHandler<LabelEditingEventArgs> labelAddingEvent)
Adds the given listener for the
LabelAdding event that occurs when a label is about to be added. |
void |
GraphEditorInputMode.addLabelAddingListener(IEventHandler<LabelEditingEventArgs> labelAddingEvent)
Adds the given listener for the
LabelAdding event that occurs when a label is about to be added. |
void |
TableEditorInputMode.addLabelEditingListener(IEventHandler<LabelEditingEventArgs> labelEditingEvent)
Adds the given listener for the
LabelEditing event that occurs when a label is about to be edited. |
void |
GraphEditorInputMode.addLabelEditingListener(IEventHandler<LabelEditingEventArgs> labelEditingEvent)
Adds the given listener for the
LabelEditing event that occurs when a label is about to be edited. |
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 |
GraphEditorInputMode.addLabelTextChangedListener(IEventHandler<LabelEventArgs> 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 GraphEditorInputMode.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 |
GraphEditorInputMode.addLabelTextEditingCanceledListener(IEventHandler<LabelEventArgs> 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.addLabelTextEditingStartedListener(IEventHandler<LabelEventArgs> labelTextEditingStartedEvent)
Adds the given listener for the
LabelTextEditingStarted event that occurs when the actual label editing process
is about to start. |
void |
ClickInputMode.addLeftClickedListener(IEventHandler<ClickEventArgs> leftClickedEvent)
Adds the given listener for the
LeftClicked event that occurs once a left click has been detected. |
void |
ClickInputMode.addLeftDoubleClickedListener(IEventHandler<ClickEventArgs> leftDoubleClickedEvent)
Adds the given listener for the
LeftDoubleClicked event that occurs once a left double-click has been detected. |
void |
CreateEdgeInputMode.addMovedListener(IEventHandler<InputModeEventArgs> movedEvent)
Adds the given listener for the
Moved event that occurs at the end of every drag or move. |
void |
CreateEdgeInputMode.addMovingListener(IEventHandler<InputModeEventArgs> movingEvent)
Adds the given listener for the
Moving event that occurs at the start of every drag or move. |
void |
ConcurrencyController.addMutexObtainedListener(IEventHandler<IEventArgs> mutexObtainedEvent)
Adds the given listener for the
MutexObtained event that occurs when the mutex has been successfully obtained. |
void |
ConcurrencyController.addMutexReleasedListener(IEventHandler<IEventArgs> mutexReleasedEvent)
Adds the given listener for the
MutexReleased event that occurs when the mutex has been released. |
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 |
GraphEditorInputMode.addNodeReparentedListener(IEventHandler<NodeEventArgs> nodeReparentedEvent)
Adds the given listener for the
NodeReparented event that occurs when a node has been reparented interactively. |
void |
AbstractContextMenuInputMode.addPopulateMenuListener(IEventHandler<PopulateMenuEventArgs> populateMenuEvent)
Adds the given listener for the
PopulateMenu event that occurs when the context menu is about to be shown. |
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 |
ConcurrencyController.addPreferredCursorChangedListener(IEventHandler<IEventArgs> preferredCursorChangedEvent)
Adds the given listener for the
PreferredCursorChanged event that occurs when the PreferredCursor
property changes. |
void |
ConcurrencyController.addPriorityChangedListener(IEventHandler<IEventArgs> priorityChangedEvent)
Adds the given listener for the
PriorityChanged event that occurs when ConcurrencyController.onPriorityChanged() is called by
the associated mode. |
void |
MoveInputMode.addQueryPositionHandlerListener(IEventHandler<QueryPositionHandlerEventArgs> queryPositionHandlerEvent)
Adds the given listener for the
QueryPositionHandler event that occurs when a drag is recognized for the
MoveInputMode . |
void |
MouseHoverInputMode.addQueryToolTipListener(IEventHandler<ToolTipQueryEventArgs> queryToolTipEvent)
Adds the given listener for the
QueryToolTip event that occurs when this mode queries the tool tip for a certain
query location. |
void |
ClickInputMode.addRightClickedListener(IEventHandler<ClickEventArgs> rightClickedEvent)
Adds the given listener for the
RightClicked event that occurs once a right click has been detected. |
void |
ClickInputMode.addRightDoubleClickedListener(IEventHandler<ClickEventArgs> rightDoubleClickedEvent)
Adds the given listener for the
RightDoubleClicked event that occurs once a right double-click has been
detected. |
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 |
AbstractInputMode.addStoppedListener(IEventHandler<InputModeEventArgs> stoppedEvent)
Adds the given listener for the
Stopped event that occurs after the call to AbstractInputMode.stop() . |
void |
ReparentStripePositionHandler.addStripeChangedListener(IEventHandler<StripeEventArgs> stripeChangedEvent)
Adds the given listener for the
StripeChanged event that occurs when a stripe state is changed by this input
mode. |
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 |
TapInputMode.addTappedListener(IEventHandler<TapEventArgs> tappedEvent)
Adds the given listener for the
Tapped event that occurs once a tap has been detected. |
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 |
TextEditorInputMode.addTextEditedListener(IEventHandler<TextEventArgs> textEditedEvent)
Adds the given listener for the
TextEdited event that occurs once the text has been edited. |
void |
TableEditorInputMode.addValidateLabelTextListener(IEventHandler<LabelTextValidatingEventArgs> validateLabelTextEvent)
Adds the given listener for the
ValidateLabelText event that occurs after label editing to validate the label
text for a label that is about to be added or edited. |
void |
GraphEditorInputMode.addValidateLabelTextListener(IEventHandler<LabelTextValidatingEventArgs> validateLabelTextEvent)
|
void |
WaitInputMode.addWaitingEndedListener(IEventHandler<InputModeEventArgs> waitingEndedEvent)
Adds the given listener for the
WaitingEnded event that occurs when the waiting ended. |
void |
WaitInputMode.addWaitingStartedListener(IEventHandler<InputModeEventArgs> waitingStartedEvent)
Adds the given listener for the
WaitingStarted event that occurs when the waiting started. |
void |
ConcurrencyController.removeActiveChangedListener(IEventHandler<IEventArgs> activeChangedEvent)
Removes the given listener for the
ActiveChanged event that occurs the Active property
changes. |
void |
CreateBendInputMode.removeBendCreatedListener(IEventHandler<BendEventArgs> bendCreatedEvent)
Removes the given listener for the
BendCreated event that occurs once a bend creation gesture has been
recognized. |
void |
AbstractInputMode.removeCanceledListener(IEventHandler<InputModeEventArgs> canceledEvent)
Removes the given listener for the
Canceled event that occurs after the call to AbstractInputMode.cancel() . |
void |
ICommand.removeCanExecuteChangedListener(IEventHandler canExecuteChangedEvent)
Removes the given listener for the
CanExecuteChanged event that occurs when the result of a call to ICommand.canExecute(Object, Object)
may yield a different result. |
void |
SnapContext.removeCleanedUpListener(IEventHandler<InputModeEventArgs> cleanedUpEvent)
Removes the given listener for the
CleanedUp event that occurs when this instance has been cleaned up. |
void |
OrthogonalEdgeEditingContext.removeCleanedUpListener(IEventHandler<InputModeEventArgs> cleanedUpEvent)
Removes the given listener for the
CleanedUp event that occurs when the recent edit operation has been cleaned
up. |
void |
ClickInputMode.removeClickedListener(IEventHandler<ClickEventArgs> clickedEvent)
Removes the given listener for the
Clicked event that occurs once a click has been detected. |
void |
GraphSnapContext.removeCollectSnapLinesListener(IEventHandler<CollectGraphSnapLinesEventArgs> collectSnapLinesEvent)
Removes the given listener for the
CollectSnapLines event that occurs every time this instance has been initialized
to collect OrthogonalSnapLine s. |
void |
LabelSnapContext.removeCollectSnapLinesListener(IEventHandler<CollectLabelSnapLineEventArgs> collectSnapLinesEvent)
Removes the given listener for the
CollectSnapLines event that occurs every time this instance has been initialized
to collect SnapLine s. |
void |
SnapContext.removeCollectSnapResultsListener(IEventHandler<CollectSnapResultsEventArgs> collectSnapResultsEvent)
Removes the given listener for the
CollectSnapResults event that occurs while moving
items and handles. |
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 |
GraphEditorInputMode.removeDeletedSelectionListener(IEventHandler<SelectionEventArgs<IModelItem>> deletedSelectionEvent)
Removes the given listener for the
DeletedSelection event that occurs just before the GraphEditorInputMode.deleteSelection()
method has deleted the selection after all selected items have been removed. |
void |
TableEditorInputMode.removeDeletedSelectionListener(IEventHandler<SelectionEventArgs<IStripe>> deletedSelectionEvent)
Removes the given listener for the
DeletedSelection event that occurs just before the TableEditorInputMode.deleteSelection()
method has deleted the selection after all selected items have been removed. |
void |
GraphEditorInputMode.removeDeletingSelectionListener(IEventHandler<SelectionEventArgs<IModelItem>> deletingSelectionEvent)
Removes the given listener for the
DeletingSelection event that occurs just before the GraphEditorInputMode.deleteSelection()
method starts its work and will be followed by any number of DeletedItem
events and finalized by a DeletedSelection event. |
void |
TableEditorInputMode.removeDeletingSelectionListener(IEventHandler<SelectionEventArgs<IStripe>> deletingSelectionEvent)
Removes the given listener for the
DeletingSelection event that occurs just before the TableEditorInputMode.deleteSelection()
method starts its work and will be followed by any number of DeletedItem
events and finalized by a DeletedSelection event. |
void |
ClickInputMode.removeDoubleClickedListener(IEventHandler<ClickEventArgs> doubleClickedEvent)
Removes the given listener for the
DoubleClicked event that occurs once a double-click has been detected. |
void |
TapInputMode.removeDoubleTappedListener(IEventHandler<TapEventArgs> doubleTappedEvent)
Removes the given listener for the
DoubleTapped event that occurs once a double-tap has been detected. |
void |
ResizeStripeInputMode.removeDragCanceledListener(IEventHandler<InputModeEventArgs> dragCanceledEvent)
Removes the given listener for the
DragCanceled event that occurs when the drag has been canceled. |
void |
MoveViewportInputMode.removeDragCanceledListener(IEventHandler<InputModeEventArgs> dragCanceledEvent)
Removes the given listener for the
DragCanceled event that occurs when the drag has been canceled. |
void |
MoveInputMode.removeDragCanceledListener(IEventHandler<InputModeEventArgs> dragCanceledEvent)
Removes the given listener for the
DragCanceled event that occurs when the drag has been canceled. |
void |
HandleInputMode.removeDragCanceledListener(IEventHandler<InputModeEventArgs> dragCanceledEvent)
Removes the given listener for the
DragCanceled event that occurs when the drag has been canceled. |
void |
CreateBendInputMode.removeDragCanceledListener(IEventHandler<InputModeEventArgs> dragCanceledEvent)
Removes the given listener for the
DragCanceled event that occurs when the drag has been canceled. |
void |
MarqueeSelectionInputMode.removeDragCanceledListener(IEventHandler<MarqueeSelectionEventArgs> dragCanceledEvent)
Removes the given listener for the
DragCanceled event that occurs when the drag has been canceled. |
void |
ResizeStripeInputMode.removeDragCancelingListener(IEventHandler<InputModeEventArgs> dragCancelingEvent)
Removes the given listener for the
DragCanceling event that occurs before the drag will be canceled. |
void |
MoveViewportInputMode.removeDragCancelingListener(IEventHandler<InputModeEventArgs> dragCancelingEvent)
Removes the given listener for the
DragCanceling event that occurs before the drag will be canceled. |
void |
MoveInputMode.removeDragCancelingListener(IEventHandler<InputModeEventArgs> dragCancelingEvent)
Removes the given listener for the
DragCanceling event that occurs before the drag will be canceled. |
void |
HandleInputMode.removeDragCancelingListener(IEventHandler<InputModeEventArgs> dragCancelingEvent)
Removes the given listener for the
DragCanceling event that occurs before the drag will be canceled. |
void |
MarqueeSelectionInputMode.removeDragCancelingListener(IEventHandler<MarqueeSelectionEventArgs> dragCancelingEvent)
Removes the given listener for the
DragCanceling event that occurs before the drag will be canceled. |
void |
DropInputMode.removeDragDroppedListener(IEventHandler<InputModeEventArgs> dragDroppedEvent)
Removes the given listener for the
DragDropped event that occurs when a drag operation is dropped onto the CanvasControl
into which this instance is installed. |
void |
DropInputMode.removeDragEnteredListener(IEventHandler<InputModeEventArgs> dragEnteredEvent)
Removes the given listener for the
DragEntered event that occurs when a drag operation enters the CanvasControl
into which this instance is installed. |
void |
ResizeStripeInputMode.removeDragFinishedListener(IEventHandler<InputModeEventArgs> dragFinishedEvent)
Removes the given listener for the
DragFinished event that occurs once the drag has been finished. |
void |
MoveViewportInputMode.removeDragFinishedListener(IEventHandler<InputModeEventArgs> dragFinishedEvent)
Removes the given listener for the
DragFinished event that occurs once the drag has been finished. |
void |
MoveInputMode.removeDragFinishedListener(IEventHandler<InputModeEventArgs> dragFinishedEvent)
Removes the given listener for the
DragFinished event that occurs once the drag has been finished. |
void |
HandleInputMode.removeDragFinishedListener(IEventHandler<InputModeEventArgs> dragFinishedEvent)
Removes the given listener for the
DragFinished event that occurs once the drag has been finished. |
void |
MarqueeSelectionInputMode.removeDragFinishedListener(IEventHandler<MarqueeSelectionEventArgs> dragFinishedEvent)
Removes the given listener for the
DragFinished event that occurs the drag has been finished. |
void |
ResizeStripeInputMode.removeDragFinishingListener(IEventHandler<InputModeEventArgs> dragFinishingEvent)
Removes the given listener for the
DragFinishing event that occurs before the drag will be finished. |
void |
MoveViewportInputMode.removeDragFinishingListener(IEventHandler<InputModeEventArgs> dragFinishingEvent)
Removes the given listener for the
DragFinishing event that occurs before the drag will be finished. |
void |
MoveInputMode.removeDragFinishingListener(IEventHandler<InputModeEventArgs> dragFinishingEvent)
Removes the given listener for the
DragFinishing event that occurs before the drag will be finished. |
void |
HandleInputMode.removeDragFinishingListener(IEventHandler<InputModeEventArgs> dragFinishingEvent)
Removes the given listener for the
DragFinishing event that occurs before the drag will be finished. |
void |
MarqueeSelectionInputMode.removeDragFinishingListener(IEventHandler<MarqueeSelectionEventArgs> dragFinishingEvent)
Removes the given listener for the
DragFinishing event that occurs before the drag will be finished. |
void |
ResizeStripeInputMode.removeDraggedListener(IEventHandler<InputModeEventArgs> draggedEvent)
Removes the given listener for the
Dragged event that occurs at the end of every drag. |
void |
MoveViewportInputMode.removeDraggedListener(IEventHandler<InputModeEventArgs> draggedEvent)
Removes the given listener for the
Dragged event that occurs at the end of every drag. |
void |
MoveInputMode.removeDraggedListener(IEventHandler<InputModeEventArgs> draggedEvent)
Removes the given listener for the
Dragged event that occurs at the end of every drag. |
void |
HandleInputMode.removeDraggedListener(IEventHandler<InputModeEventArgs> draggedEvent)
Removes the given listener for the
Dragged event that occurs at the end of every drag. |
void |
CreateBendInputMode.removeDraggedListener(IEventHandler<InputModeEventArgs> draggedEvent)
Removes the given listener for the
Dragged event that occurs at the end of every drag. |
void |
MarqueeSelectionInputMode.removeDraggedListener(IEventHandler<MarqueeSelectionEventArgs> draggedEvent)
Removes the given listener for the
Dragged event that occurs at the end of every drag. |
void |
ResizeStripeInputMode.removeDraggingListener(IEventHandler<InputModeEventArgs> draggingEvent)
Removes the given listener for the
Dragging event that occurs at the start of every drag. |
void |
MoveViewportInputMode.removeDraggingListener(IEventHandler<InputModeEventArgs> draggingEvent)
Removes the given listener for the
Dragging event that occurs at the start of every drag. |
void |
MoveInputMode.removeDraggingListener(IEventHandler<InputModeEventArgs> draggingEvent)
Removes the given listener for the
Dragging event that occurs at the start of every drag. |
void |
HandleInputMode.removeDraggingListener(IEventHandler<InputModeEventArgs> draggingEvent)
Removes the given listener for the
Dragging event that occurs at the start of every drag. |
void |
CreateBendInputMode.removeDraggingListener(IEventHandler<InputModeEventArgs> draggingEvent)
Removes the given listener for the
Dragging event that occurs at the start of every drag. |
void |
MarqueeSelectionInputMode.removeDraggingListener(IEventHandler<MarqueeSelectionEventArgs> draggingEvent)
Removes the given listener for the
Dragging event that occurs at the start of every drag. |
void |
DropInputMode.removeDragLeftListener(IEventHandler<InputModeEventArgs> dragLeftEvent)
Removes the given listener for the
DragLeft event that occurs when a drag operation leaves the CanvasControl
into which this instance is installed. |
void |
DropInputMode.removeDragOverListener(IEventHandler<InputModeEventArgs> dragOverEvent)
Removes the given listener for the
DragOver event that occurs when a drag operation drags over the CanvasControl
into which this instance is installed. |
void |
ResizeStripeInputMode.removeDragStartedListener(IEventHandler<InputModeEventArgs> dragStartedEvent)
Removes the given listener for the
DragStarted event that occurs once the drag is initialized and has started. |
void |
MoveViewportInputMode.removeDragStartedListener(IEventHandler<InputModeEventArgs> dragStartedEvent)
Removes the given listener for the
DragStarted event that occurs once the drag is initialized and has started. |
void |
MoveInputMode.removeDragStartedListener(IEventHandler<InputModeEventArgs> dragStartedEvent)
Removes the given listener for the
DragStarted event that occurs once the drag is initialized and has started. |
void |
HandleInputMode.removeDragStartedListener(IEventHandler<InputModeEventArgs> dragStartedEvent)
Removes the given listener for the
DragStarted event that occurs once the drag is initialized and has started. |
void |
MarqueeSelectionInputMode.removeDragStartedListener(IEventHandler<MarqueeSelectionEventArgs> dragStartedEvent)
Removes the given listener for the
DragStarted event that occurs once the drag is initialized and has started. |
void |
ResizeStripeInputMode.removeDragStartingListener(IEventHandler<InputModeEventArgs> dragStartingEvent)
Removes the given listener for the
DragStarting event that occurs once the drag is starting. |
void |
MoveViewportInputMode.removeDragStartingListener(IEventHandler<InputModeEventArgs> dragStartingEvent)
Removes the given listener for the
DragStarting event that occurs once the drag is starting. |
void |
MoveInputMode.removeDragStartingListener(IEventHandler<InputModeEventArgs> dragStartingEvent)
Removes the given listener for the
DragStarting event that occurs once the drag is starting. |
void |
HandleInputMode.removeDragStartingListener(IEventHandler<InputModeEventArgs> dragStartingEvent)
Removes the given listener for the
DragStarting event that occurs once the drag is starting. |
void |
MarqueeSelectionInputMode.removeDragStartingListener(IEventHandler<MarqueeSelectionEventArgs> dragStartingEvent)
Removes the given listener for the
DragStarting event that occurs once the drag is starting. |
void |
CreateEdgeInputMode.removeEdgeCreatedListener(IEventHandler<EdgeEventArgs> edgeCreatedEvent)
Removes the given listener for the
EdgeCreated event that occurs after an edge has been created by this mode. |
void |
CreateEdgeInputMode.removeEdgeCreationStartedListener(IEventHandler<EdgeEventArgs> edgeCreationStartedEvent)
Removes the given listener for the
EdgeCreationStarted event that occurs when the edge creation has started. |
void |
GraphEditorInputMode.removeEdgePortsChangedListener(IEventHandler<EdgeEventArgs> edgePortsChangedEvent)
Removes the given listener for the
EdgePortsChanged event that occurs after an edge's source and/or target ports
have been changed as the result of an input gesture. |
void |
TextEditorInputMode.removeEditingCanceledListener(IEventHandler<TextEventArgs> editingCanceledEvent)
Removes the given listener for the
EditingCanceled event that occurs if the editing has not been finished. |
void |
TextEditorInputMode.removeEditingStartedListener(IEventHandler<TextEventArgs> editingStartedEvent)
Removes the given listener for the
EditingStarted event that occurs when text editing is started. |
void |
CreateEdgeInputMode.removeGestureCanceledListener(IEventHandler<InputModeEventArgs> gestureCanceledEvent)
Removes the given listener for the
GestureCanceled event that occurs when the gesture has been canceled. |
void |
CreateEdgeInputMode.removeGestureCancelingListener(IEventHandler<InputModeEventArgs> gestureCancelingEvent)
Removes the given listener for the
GestureCanceling event that occurs before the gesture will be canceled. |
void |
CreateEdgeInputMode.removeGestureFinishedListener(IEventHandler<InputModeEventArgs> gestureFinishedEvent)
Removes the given listener for the
GestureFinished event that occurs once the gesture has been finished. |
void |
CreateEdgeInputMode.removeGestureFinishingListener(IEventHandler<InputModeEventArgs> gestureFinishingEvent)
Removes the given listener for the
GestureFinishing event that occurs before the gesture will be finished. |
void |
CreateEdgeInputMode.removeGestureStartedListener(IEventHandler<InputModeEventArgs> gestureStartedEvent)
Removes the given listener for the
GestureStarted event that occurs once the gesture is initialized and has
started. |
void |
CreateEdgeInputMode.removeGestureStartingListener(IEventHandler<InputModeEventArgs> gestureStartingEvent)
Removes the given listener for the
GestureStarting event that occurs once the gesture is starting. |
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 |
ItemHoverInputMode.removeHoveredItemChangedListener(IEventHandler<HoveredItemChangedEventArgs> hoveredItemChangedEvent)
Removes the given listener for the
HoveredItemChanged event that occurs when the item that is being hovered over
with the mouse changes. |
void |
SnapContext.removeInitializedListener(IEventHandler<InputModeEventArgs> initializedEvent)
Removes the given listener for the
Initialized event that occurs when this instance has been initialized. |
void |
OrthogonalEdgeEditingContext.removeInitializedListener(IEventHandler<InputModeEventArgs> initializedEvent)
Removes the given listener for the
Initialized event that occurs when the edit has been initialized. |
void |
AbstractInputMode.removeInitializedListener(IEventHandler<InputModeEventArgs> initializedEvent)
Removes the given listener for the
Initialized event that occurs after the call to AbstractInputMode.initialize() . |
void |
SnapContext.removeInitializingListener(IEventHandler<InputModeEventArgs> initializingEvent)
Removes the given listener for the
Initializing event that occurs when this instance is about to be
initialized. |
void |
OrthogonalEdgeEditingContext.removeInitializingListener(IEventHandler<InputModeEventArgs> initializingEvent)
Removes the given listener for the
Initializing event that occurs when the edit is about to be initialized. |
void |
AbstractInputMode.removeInitializingListener(IEventHandler<InputModeEventArgs> initializingEvent)
Removes the given listener for the
Initializing event that occurs before the call to AbstractInputMode.initialize() . |
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.removeLabelAddedListener(IEventHandler<LabelEventArgs> labelAddedEvent)
Removes the given listener for the
LabelAdded event that occurs when this mode has triggered the addition of an
ILabel , for instance, in response to TableEditorInputMode.createLabel(IStripe) . |
void |
GraphEditorInputMode.removeLabelAddedListener(IEventHandler<LabelEventArgs> labelAddedEvent)
Removes the given listener for the
LabelAdded event that occurs when this mode has triggered the addition of an
ILabel , for instance, in response to GraphEditorInputMode.createLabel(ILabelOwner) . |
void |
TableEditorInputMode.removeLabelAddingListener(IEventHandler<LabelEditingEventArgs> labelAddingEvent)
Removes the given listener for the
LabelAdding event that occurs when a label is about to be added. |
void |
GraphEditorInputMode.removeLabelAddingListener(IEventHandler<LabelEditingEventArgs> labelAddingEvent)
Removes the given listener for the
LabelAdding event that occurs when a label is about to be added. |
void |
TableEditorInputMode.removeLabelEditingListener(IEventHandler<LabelEditingEventArgs> labelEditingEvent)
Removes the given listener for the
LabelEditing event that occurs when a label is about to be edited. |
void |
GraphEditorInputMode.removeLabelEditingListener(IEventHandler<LabelEditingEventArgs> labelEditingEvent)
Removes the given listener for the
LabelEditing event that occurs when a label is about to be edited. |
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 |
GraphEditorInputMode.removeLabelTextChangedListener(IEventHandler<LabelEventArgs> 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 GraphEditorInputMode.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 |
GraphEditorInputMode.removeLabelTextEditingCanceledListener(IEventHandler<LabelEventArgs> 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.removeLabelTextEditingStartedListener(IEventHandler<LabelEventArgs> labelTextEditingStartedEvent)
Removes the given listener for the
LabelTextEditingStarted event that occurs when the actual label editing
process is about to start. |
void |
ClickInputMode.removeLeftClickedListener(IEventHandler<ClickEventArgs> leftClickedEvent)
Removes the given listener for the
LeftClicked event that occurs once a left click has been detected. |
void |
ClickInputMode.removeLeftDoubleClickedListener(IEventHandler<ClickEventArgs> leftDoubleClickedEvent)
Removes the given listener for the
LeftDoubleClicked event that occurs once a left double-click has been
detected. |
void |
CreateEdgeInputMode.removeMovedListener(IEventHandler<InputModeEventArgs> movedEvent)
Removes the given listener for the
Moved event that occurs at the end of every drag or move. |
void |
CreateEdgeInputMode.removeMovingListener(IEventHandler<InputModeEventArgs> movingEvent)
Removes the given listener for the
Moving event that occurs at the start of every drag or move. |
void |
ConcurrencyController.removeMutexObtainedListener(IEventHandler<IEventArgs> mutexObtainedEvent)
Removes the given listener for the
MutexObtained event that occurs when the mutex has been successfully
obtained. |
void |
ConcurrencyController.removeMutexReleasedListener(IEventHandler<IEventArgs> mutexReleasedEvent)
Removes the given listener for the
MutexReleased event that occurs when the mutex has been released. |
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 |
GraphEditorInputMode.removeNodeReparentedListener(IEventHandler<NodeEventArgs> nodeReparentedEvent)
Removes the given listener for the
NodeReparented event that occurs when a node has been reparented
interactively. |
void |
AbstractContextMenuInputMode.removePopulateMenuListener(IEventHandler<PopulateMenuEventArgs> populateMenuEvent)
Removes the given listener for the
PopulateMenu event that occurs when the context menu is about to be shown. |
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 |
ConcurrencyController.removePreferredCursorChangedListener(IEventHandler<IEventArgs> preferredCursorChangedEvent)
Removes the given listener for the
PreferredCursorChanged event that occurs when the PreferredCursor
property changes. |
void |
ConcurrencyController.removePriorityChangedListener(IEventHandler<IEventArgs> priorityChangedEvent)
Removes the given listener for the
PriorityChanged event that occurs when ConcurrencyController.onPriorityChanged() is called
by the associated mode. |
void |
MoveInputMode.removeQueryPositionHandlerListener(IEventHandler<QueryPositionHandlerEventArgs> queryPositionHandlerEvent)
Removes the given listener for the
QueryPositionHandler event that occurs when a drag is recognized for the
MoveInputMode . |
void |
MouseHoverInputMode.removeQueryToolTipListener(IEventHandler<ToolTipQueryEventArgs> queryToolTipEvent)
Removes the given listener for the
QueryToolTip event that occurs when this mode queries the tool tip for a
certain query location. |
void |
ClickInputMode.removeRightClickedListener(IEventHandler<ClickEventArgs> rightClickedEvent)
Removes the given listener for the
RightClicked event that occurs once a right click has been detected. |
void |
ClickInputMode.removeRightDoubleClickedListener(IEventHandler<ClickEventArgs> rightDoubleClickedEvent)
Removes the given listener for the
RightDoubleClicked event that occurs once a right double-click has been
detected. |
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 |
AbstractInputMode.removeStoppedListener(IEventHandler<InputModeEventArgs> stoppedEvent)
Removes the given listener for the
Stopped event that occurs after the call to AbstractInputMode.stop() . |
void |
ReparentStripePositionHandler.removeStripeChangedListener(IEventHandler<StripeEventArgs> stripeChangedEvent)
Removes the given listener for the
StripeChanged event that occurs when a stripe state is changed by this input
mode. |
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 |
TapInputMode.removeTappedListener(IEventHandler<TapEventArgs> tappedEvent)
Removes the given listener for the
Tapped event that occurs once a tap has been detected. |
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. |
void |
TextEditorInputMode.removeTextEditedListener(IEventHandler<TextEventArgs> textEditedEvent)
Removes the given listener for the
TextEdited event that occurs once the text has been edited. |
void |
TableEditorInputMode.removeValidateLabelTextListener(IEventHandler<LabelTextValidatingEventArgs> validateLabelTextEvent)
Removes the given listener for the
ValidateLabelText event that occurs after label editing to validate the label
text for a label that is about to be added or edited. |
void |
GraphEditorInputMode.removeValidateLabelTextListener(IEventHandler<LabelTextValidatingEventArgs> validateLabelTextEvent)
|
void |
WaitInputMode.removeWaitingEndedListener(IEventHandler<InputModeEventArgs> waitingEndedEvent)
Removes the given listener for the
WaitingEnded event that occurs when the waiting ended. |
void |
WaitInputMode.removeWaitingStartedListener(IEventHandler<InputModeEventArgs> waitingStartedEvent)
Removes the given listener for the
WaitingStarted event that occurs when the waiting started. |
Constructor and Description |
---|
MouseHoverInputMode(IEventHandler<ToolTipQueryEventArgs> textProvider)
Creates a new instance using the provided
ToolTip and query callback. |