A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
ObjectDeserializer — class, package com.yworks.io.binary
A deserializer that simply returns the deserialized AMF objects from the List that is passed upon initialization.
ObjectDeserializer(list:com.yworks.support:List) — Constructor, class com.yworks.io.binary.ObjectDeserializer
Create a new instance that will return the previously deserialized objects contained in the provided List.
ObjectMapperAttributeInputHandler — class, package com.yworks.io.graphml.reader
Input handler for reading complex mapper data using a provided IDeserializer instance.
ObjectMapperAttributeInputHandler(scopeType:String, tag:Object, deserializer:com.yworks.io.graphml.reader:IDeserializer, autoCreateMapper:Boolean) — Constructor, class com.yworks.io.graphml.reader.ObjectMapperAttributeInputHandler
Create a new instance that will parse complex mapper data using the provided deserializer and store the resulting objects in a mapper that is retrieved from the graph using the provided mapper tag.
ObjectMapperAttributeOutputHandler — class, package com.yworks.io.graphml.writer
Output handler for writing complex mapper data using a provided ISerializer instance.
ObjectMapperAttributeOutputHandler(tag:Object, serializer:com.yworks.io.graphml.writer:ISerializer) — Constructor, class com.yworks.io.graphml.writer.ObjectMapperAttributeOutputHandler
Create a new instance that will retrieve the complex mapper data from the graph using the provided mapper tag and serialize the data using the provided serializer instance.
ObjectSerializer — class, package com.yworks.io.binary
A serialized that will simply put any objects that have to be serialized using the AMF format into the List passed upon initialization.
ObjectSerializer(objectList:com.yworks.support:List) — Constructor, class com.yworks.io.binary.ObjectSerializer
Create a new instance that will put any Objects that are to be serialized using the AMF format into the provided list.
obstacleProviderDecorator — Property, class com.yworks.graph.model.NodeDecorator
The LookupDecorator that decorates the IObstacleProvider type for INodes.
octagon — Constant Static Property, class com.yworks.graph.drawing.ShapeNodeShape
Shape type constant.
OCTAGON — Constant Static Property, class com.yworks.graph.drawing.ShapeNodeShape
Deprecated.
offset — Property, class com.yworks.canvas.drawing.VariableLinePaintable
The offset used to extend the line between the source and target point.
offset — Property, class com.yworks.canvas.geom.AnchoredPoint
The mutable offset this instance uses to calculate its position.
Offset — Property, class com.yworks.graph.model.portLocation.NodeScaledParameterExtension
OFFSET_EAST — Constant Static Property, class com.yworks.canvas.input.HandleType
A modifier that can be used to tell the rendering engine to render the visual representation of this handle with an offset to the east.
OFFSET_MASK — Constant Static Property, class com.yworks.canvas.input.HandleType
A bitmask that can be used to query the offsets of a basic handle type.
OFFSET_NORTH — Constant Static Property, class com.yworks.canvas.input.HandleType
A modifier that can be used to tell the rendering engine to render the visual representation of this handle with an offset to the north.
OFFSET_SOUTH — Constant Static Property, class com.yworks.canvas.input.HandleType
A modifier that can be used to tell the rendering engine to render the visual representation of this handle with an offset to the south.
OFFSET_WEST — Constant Static Property, class com.yworks.canvas.input.HandleType
A modifier that can be used to tell the rendering engine to render the visual representation of this handle with an offset to the west.
offsetX — Property, class com.yworks.resources.Cursor
Returns the x offset of the click point of a cursor image relative to its center.
offsetY — Property, class com.yworks.resources.Cursor
Returns the y offset of the click point of a cursor image relative to its center
OK — Static Property, class com.yworks.resources.Actions
OldDefaultArrowDeserializer — class, package com.yworks.io.graphml.reader.deserializer
A deserializer implementation that deserializes IArrow instances.
oldOrder — Property, class com.yworks.graph.model.ZOrderEvent
The z-order before it has been changed.
oldOwner — Property, class com.yworks.graph.model.BendEvent
The owner of the bend.
oldOwner — Property, class com.yworks.graph.model.LabelEvent
The owner of the label.
oldOwner — Property, class com.yworks.graph.model.PortEvent
The owner of the port.
_oldParameter — Property, class com.yworks.graph.input.PortLocationModelParameterHandle
oldParent — Property, class com.yworks.graph.input.GraphEditorHierarchyEvent
The parent of the node before it was reparented by the user.
oldParent — Property, class com.yworks.graph.model.NodeHierarchyEvent
Yields the old parent of the item, if applicable.
oldSourcePort — Property, class com.yworks.graph.model.EdgeEvent
The (old) source port of the edge.
oldTargetPort — Property, class com.yworks.graph.model.EdgeEvent
The (old) target port of the edge.
onAdd(event:mx.events:FlexEvent) — method, class com.yworks.canvas.CanvasComponent
Called when the component is added to the display list.
onAddingBend(edge:com.yworks.graph.model:IEdge, bend:com.yworks.graph.model:IBend, index:int) — method, class com.yworks.graph.model.DefaultGraph
Called when a bend is going to be added to an edge.
onAddingEdgeLabel(edge:com.yworks.graph.model:IEdge, label:com.yworks.graph.model:ILabel) — method, class com.yworks.graph.model.DefaultGraph
Callback method that will be called just before an edge label is added to a edge.
onAddingNodeLabel(node:com.yworks.graph.model:INode, label:com.yworks.graph.model:ILabel) — method, class com.yworks.graph.model.DefaultGraph
Callback method that will be called just before a node label is added to a node.
onAddingPort(node:com.yworks.graph.model:INode, port:com.yworks.graph.model:IPort) — method, class com.yworks.graph.model.DefaultGraph
Called when a port is going to be added to a node.
onAnimationEnd(evt:com.yworks.graph.anim:GraphMorphEvent) — method, class com.yworks.ui.GraphCanvasComponent
Called when an animation triggered by morphGraph ends.
onAutoDragChanged(oldValue:Boolean, newValue:Boolean) — method, class com.yworks.canvas.CanvasComponent
Called when the autoDrag property changes.
onAutoDragInsetsChanged(oldValue:com.yworks.canvas.geom:ImmutableRectangle, newValue:com.yworks.canvas.geom:ImmutableRectangle) — method, class com.yworks.canvas.CanvasComponent
Called when the autoDragInsets property changes.
onBackgroundGroupChanged(oldBackgroundGroup:com.yworks.canvas:ICanvasObjectGroup, newBackgroundGroup:com.yworks.canvas:ICanvasObjectGroup) — method, class com.yworks.ui.GraphCanvasComponent
Called when the backgroundGroup property value changes and after initialization of the field.
onBeginEditing() — method, class com.yworks.canvas.input.TextEditorInputMode
Called when editing starts.
onBendAdded(evt:com.yworks.graph.model:GraphEvent) — method, class com.yworks.graph.model.AbstractGraphWrapper
Dispatches the GraphEvent.
onBendAdded(bend:com.yworks.graph.model:IBend) — method, class com.yworks.graph.model.DefaultGraph
Callback that is invoked after a bend has been added to this graph's structure.
onBendChanged(evt:com.yworks.graph.model:GraphEvent) — method, class com.yworks.graph.model.AbstractGraphWrapper
Dispatches the GraphEvent.
onBendCreated(bend:com.yworks.graph.model:IBend) — method, class com.yworks.graph.input.CreateBendInputMode
Triggers the bendCreated event.
onBendRemoved(evt:com.yworks.graph.model:GraphEvent) — method, class com.yworks.graph.model.AbstractGraphWrapper
Dispatches the GraphEvent.
onBendRemoved(owner:com.yworks.graph.model:IEdge, bend:com.yworks.graph.model:IBend) — method, class com.yworks.graph.model.DefaultGraph
Callback method that is invoked just after a bend has been removed from its edge.
onCancel(te:com.yworks.support:TransitionEvent) — method, class com.yworks.graph.input.CreateBendInputMode
onCancel(te:com.yworks.support:TransitionEvent) — method, class com.yworks.graph.input.EdgeDragInputModeBase
Callback that is triggered when a drag on an edge segment has been canceled.
onCancel(event:flash.events:Event) — method, class com.yworks.remote.AbstractFileReadHandler
Called when the user chose the cancel button of the upload dialog.
onCancel(evt:flash.events:Event) — method, class com.yworks.remote.AbstractFileWriteHandler
Called when the user cancels the download using the file chooser's cancel button.
onCancel(event:flash.events:Event) — method, class com.yworks.remote.AbstractImageExportHandler
Called when the user chose the cancel button of the download dialog.
onCanceled(context:com.yworks.canvas.input:IInputModeContext, originalX:Number, originalY:Number) — method, class com.yworks.canvas.input.ConstrainedDragHandler
Called when the cancelDrag method has been called.
onCancelEditing() — method, class com.yworks.canvas.input.TextEditorInputMode
Called when editing gets canceled.
onCancelStateEntered(evt:com.yworks.support:StateChangeEvent) — method, class com.yworks.canvas.input.StateMachineInputMode
Called when the cancel state has been entered.
onCanvasGraphChanged(oldGraph:com.yworks.graph.model:IGraph, newGraph:com.yworks.graph.model:IGraph) — method, class com.yworks.canvas.CanvasObjectDependencyManager
Callback that is invoked when the graph property changes.
onCanvasMouseClicked(evt:com.yworks.canvas.input:CanvasMouseEvent) — method, class com.yworks.canvas.CanvasComponent
Callback method that is called when the mouse has been clicked.
onCanvasMouseDown(evt:com.yworks.canvas.input:CanvasMouseEvent) — method, class com.yworks.canvas.CanvasComponent
Callback method that is called when a mouse button has been pressed.
onCanvasMouseDragged(evt:com.yworks.canvas.input:CanvasMouseEvent) — method, class com.yworks.canvas.CanvasComponent
Callback method that is called when the mouse gets dragged.
onCanvasMouseMoved(evt:com.yworks.canvas.input:CanvasMouseEvent) — method, class com.yworks.canvas.CanvasComponent
Callback method that is called when the mouse has been moved and the mouse button has not been pressed.
onCanvasMouseUp(evt:com.yworks.canvas.input:CanvasMouseEvent) — method, class com.yworks.canvas.CanvasComponent
Callback method that is called when a mouse button has been released.
onCanvasMouseWheel(evt:com.yworks.canvas.input:CanvasMouseEvent) — method, class com.yworks.canvas.CanvasComponent
Callback method that is called when the mouse wheel has been turned.
onCanvasObjectDependencyManagerChanged(oldValue:com.yworks.canvas:CanvasObjectDependencyManager, newValue:com.yworks.canvas:CanvasObjectDependencyManager) — method, class com.yworks.ui.GraphCanvasComponent
Called when the canvasObjectDependencyManager property value changes.
onChangingEdge(edge:com.yworks.graph.model:IEdge) — method, class com.yworks.graph.model.DefaultGraph
Callback that is invoked before an edge will change.
onChangingLabel(label:com.yworks.graph.model:ILabel) — method, class com.yworks.graph.model.DefaultGraph
Callback that is invoked before a label will change.
onChangingNode(node:com.yworks.graph.model:INode) — method, class com.yworks.graph.model.DefaultGraph
Callback that is invoked before a node will change.
onChangingPort(port:com.yworks.graph.model:IPort) — method, class com.yworks.graph.model.DefaultGraph
Callback that is invoked before a port is being changed.
onCleanedUp() — method, class com.yworks.canvas.input.snapLines.SnapContext
Raises the cleanedUp event.
onCleanedUp() — method, class com.yworks.graph.input.snapLines.OrthogonalEdgeEditingContext
Raises the CleanedUp event.
onClicked() — method, class com.yworks.canvas.input.ClickInputMode
onClickInputModeChanged(oldClickInputMode:com.yworks.canvas.input:ClickInputMode, newClickInputMode:com.yworks.canvas.input:ClickInputMode) — method, class com.yworks.canvas.input.MainInputMode
Called when the clickInputMode property value changes and after initialization of the field.
onClickInputModeChanged(oldClickInputMode:com.yworks.canvas.input:ClickInputMode, newClickInputMode:com.yworks.canvas.input:ClickInputMode) — method, class com.yworks.graph.input.TableEditorInputMode
Called when the clickInputMode property value changes and after initialization of the field.
onClickInputModeClicked(evt:com.yworks.canvas.input:ClickEvent) — method, class com.yworks.canvas.input.MainInputMode
Callback that is triggered once clickInputMode triggers the ClickInputMode.CLICK event.
onClickInputModeClicked(evt:com.yworks.canvas.input:ClickEvent) — method, class com.yworks.graph.input.GraphEditorInputMode
Called when the mouse has been clicked at a given location.
onClickInputModeClicked(e:com.yworks.canvas.input:ClickEvent) — method, class com.yworks.graph.input.TableEditorInputMode
Callback that gets triggered once clickInputMode triggers the ClickEvent.CLICKED event.
onCollapseGroupCommand(event:flash.events:Event) — method, class com.yworks.canvas.input.NavigationInputMode
Collapses a group.
onCollectionModelChanged(oldCollectionModel:com.yworks.util:ICollectionModel, newCollectionModel:com.yworks.util:ICollectionModel) — method, class com.yworks.canvas.input.MainInputMode
Callback that gets triggered once the collectionModel property changes.
onCollectSnapLines(evt:com.yworks.graph.input.snapLines:CollectSnapLinesEvent) — method, class com.yworks.graph.input.snapLines.GraphSnapContext
Dispatches the given CollectSnapLinesEvent.
onCollectSnapResults(inputContext:com.yworks.canvas.input:IInputModeContext, originalLocation:com.yworks.canvas.geom:IPoint, newLocation:com.yworks.canvas.geom:IPoint, snapDistance:Number, snapResults:com.yworks.support:Collection) — method, class com.yworks.canvas.input.snapLines.SnapContext
Raises the collectSnapResults event using the provided data.
onComplete(event:flash.events:Event) — method, class com.yworks.remote.AbstractFileReadHandler
Called when the data is sent or loaded.
onComplete(evt:flash.events:Event) — method, class com.yworks.remote.AbstractFileWriteHandler
Called when the download operation has finished successfully.
onComplete(evt:flash.events:Event) — method, class com.yworks.remote.AbstractImageExportHandler
Called when the export operation has finished succesfully.
onComplete(event:flash.events:Event) — method, class com.yworks.remote.LoadHandler
Called after the load is complete and the response is received.
onContentGroupChanged(oldContentGroup:com.yworks.canvas:ICanvasObjectGroup, newContentGroup:com.yworks.canvas:ICanvasObjectGroup) — method, class com.yworks.ui.GraphCanvasComponent
Called when the contentGroup property value changes and after initialization of the field.
onContentRectChanged() — method, class com.yworks.canvas.CanvasComponent
Callback that is invoked when the ContentRect property changes.
onContextMenuInputModeChanged(oldContextMenuInputMode:com.yworks.canvas.input:ContextMenuInputMode, newContextMenuInputMode:com.yworks.canvas.input:ContextMenuInputMode) — method, class com.yworks.canvas.input.MainInputMode
Called when the contextMenuInputMode property value changes
onContextMenuInputModeMenuSelect(evt:com.yworks.canvas.input:CanvasContextMenuEvent) — method, class com.yworks.canvas.input.MainInputMode
Callback that is triggered on a CanvasContextMenuEvent
onContextMenuInputModeMenuSelect(evt:com.yworks.canvas.input:CanvasContextMenuEvent) — method, class com.yworks.graph.input.GraphEditorInputMode
onCreateBendInputModeBendCreated(evt:com.yworks.graph.input:BendCreatedEvent) — method, class com.yworks.graph.input.GraphEditorInputMode
Callback that is called as soon as createBendInputMode created a new bend.
onCreateBendInputModeChanged(oldCreateBendInputMode:com.yworks.graph.input:CreateBendInputMode, newCreateBendInputMode:com.yworks.graph.input:CreateBendInputMode) — method, class com.yworks.graph.input.GraphEditorInputMode
Called when the createBendInputMode property value changes.
onCreateEdgeInputModeChanged(oldCreateEdgeInputMode:com.yworks.graph.input:CreateEdgeInputMode, newCreateEdgeInputMode:com.yworks.graph.input:CreateEdgeInputMode) — method, class com.yworks.graph.input.GraphEditorInputMode
Called when the createEdgeInputMode property value changes
onCreateEdgeInputModeEdgeCreated(evt:com.yworks.graph.input:GraphEditorEvent) — method, class com.yworks.graph.input.GraphEditorInputMode
Callback that is called as soon as createEdgeInputMode created a new edge.
onCreatingEdge(edge:com.yworks.graph.model:IEdge) — method, class com.yworks.graph.model.DefaultGraph
Callback that is invoked before the edge is added to this graph's structure.
onCreatingNode(node:com.yworks.graph.model:INode) — method, class com.yworks.graph.model.DefaultGraph
Callback that is invoked before the node is added to this graph's structure.
onCtrlAPressed(evt:flash.events:KeyboardEvent) — method, class com.yworks.graph.input.GraphEditorInputMode
Callback that delegates to selectAll if selectElementsAllowed is true.
onCurrentItemChanged(oldItem:com.yworks.canvas.model:IModelItem, newItem:com.yworks.canvas.model:IModelItem) — method, class com.yworks.ui.GraphCanvasComponent
Called when the currentItem property changed.
onDefaultGroupNodeStyleChanged(oldStyle:com.yworks.graph.drawing:INodeStyle, newStyle:com.yworks.graph.drawing:INodeStyle) — method, class com.yworks.graph.model.GroupedGraph
Called when the defaultGroupNodeStyle property value changes and after initialization of the field.
onDeletedItem(item:com.yworks.graph.model:IStripe) — method, class com.yworks.graph.input.TableEditorInputMode
Called after a stripe has been deleted.
onDeletePressed(evt:flash.events:KeyboardEvent) — method, class com.yworks.graph.input.GraphEditorInputMode
Callback that delegates to deleteSelection if deleteElementsAllowed is true.
onDeletingItem(item:com.yworks.graph.model:IStripe) — method, class com.yworks.graph.input.TableEditorInputMode
Called before a stripe will be deleted.
onDisable() — method, class com.yworks.canvas.input.StateMachineInputMode
Runs the state machine using a disable event.
onDisabled() — method, class com.yworks.canvas.input.AbstractConcurrentInputMode
Called when the enabled property changes to false.
onDisabled() — method, class com.yworks.canvas.input.ConcurrencyController
Callback that is called if enabled has been successfully changed accordingly.
onDisabled() — method, class com.yworks.canvas.input.DropInputMode
Called when the AbstractConcurrentInputMode.enabled property changes to false.
onDisabled() — method, class com.yworks.canvas.input.MouseHoverInputMode
Called when the enabled property changes to false.
onDisabled() — method, class com.yworks.canvas.input.MultiplexingInputMode
Called when the AbstractConcurrentInputMode.enabled property changes to false.
onDisabled() — method, class com.yworks.canvas.model.FocusPaintManager
Called when this mode gets disabled.
onDrag(t:com.yworks.support:TransitionEvent) — method, class com.yworks.canvas.input.HandleInputMode
Called by the state machine during the drag.
onDrag(evt:com.yworks.support:TransitionEvent) — method, class com.yworks.canvas.input.MoveInputMode
Called by the state machine during the dragging.
onDragCanceled() — method, class com.yworks.canvas.input.HandleInputMode
Callback triggered when the drag has been canceled.
onDragCanceled() — method, class com.yworks.canvas.input.MoveInputMode
Callback triggered once the drag has been canceled.
onDragCanceled() — method, class com.yworks.canvas.input.MoveLabelInputMode
Clears the MoveInputMode.positionHandler property.
onDragCanceled() — method, class com.yworks.graph.input.ResizeStripeInputMode
Callback triggered when the drag has been canceled.
onDragDrop(e:mx.events:DragEvent) — method, class com.yworks.canvas.input.DropInputMode
Called whenever a drag is over the canvas.
onDragDrop(e:mx.events:DragEvent) — method, class com.yworks.graph.input.NodeDropInputMode
Called whenever a drag is over the canvas.
onDragDrop(e:mx.events:DragEvent) — method, class com.yworks.graph.input.StripeDropInputMode
Called whenever a drag is over the canvas.
onDragEnter(e:mx.events:DragEvent) — method, class com.yworks.canvas.input.DropInputMode
Called once a drag has entered the canvas.
onDragEnter(e:mx.events:DragEvent) — method, class com.yworks.graph.input.NodeDropInputMode
Called once a drag has entered the canvas.
onDragEnter(e:mx.events:DragEvent) — method, class com.yworks.graph.input.StripeDropInputMode
Called once a drag has entered the canvas.
onDragExit(e:mx.events:DragEvent) — method, class com.yworks.canvas.input.DropInputMode
Called whenever a drag is over the canvas.
onDragExit(e:mx.events:DragEvent) — method, class com.yworks.graph.input.NodeDropInputMode
Called whenever a drag is over the canvas.
onDragExit(e:mx.events:DragEvent) — method, class com.yworks.graph.input.StripeDropInputMode
Called whenever a drag is over the canvas.
onDragFinished() — method, class com.yworks.canvas.input.HandleInputMode
Callback triggered once the drag has been finalized.
onDragFinished() — method, class com.yworks.canvas.input.MoveInputMode
Callback triggered once the drag has been finalized.
onDragFinished() — method, class com.yworks.canvas.input.MoveLabelInputMode
Clears the MoveInputMode.positionHandler property.
onDragFinished() — method, class com.yworks.graph.input.ResizeStripeInputMode
Callback triggered once the drag has been finalized.
onDragging() — method, class com.yworks.canvas.input.MoveInputMode
Callback triggered for each drag.
onDragOver(e:mx.events:DragEvent) — method, class com.yworks.canvas.input.DropInputMode
Called whenever a drag is over the canvas.
onDragOver(e:mx.events:DragEvent) — method, class com.yworks.graph.input.StripeDropInputMode
Called whenever a drag is over the canvas.
onDragStarted() — method, class com.yworks.canvas.input.HandleInputMode
Callback triggered when the drag is initialized and has started.
onDragStarted() — method, class com.yworks.canvas.input.MoveInputMode
Triggers the dragStarted event.
onDragStarted() — method, class com.yworks.graph.input.ResizeStripeInputMode
Callback triggered when the drag is initialized and has started.
onDragStarting() — method, class com.yworks.canvas.input.HandleInputMode
Callback triggered when the user starts dragging.
onDragStarting() — method, class com.yworks.canvas.input.MoveInputMode
Triggers the dragStarting event.
onDragStarting() — method, class com.yworks.canvas.input.MoveLabelInputMode
Registers the MoveInputMode.positionHandler created during the last createLabelPositionHandler call.
onDragStarting() — method, class com.yworks.graph.input.ResizeStripeInputMode
Callback triggered when the user starts dragging.
onEdgeChanged(evt:com.yworks.graph.model:GraphEvent) — method, class com.yworks.graph.model.AbstractGraphWrapper
Dispatches the GraphEvent.
onEdgeChanged(edge:com.yworks.graph.model:IEdge, oldSourcePort:com.yworks.graph.model:IPort, oldTargetPort:com.yworks.graph.model:IPort) — method, class com.yworks.graph.model.DefaultGraph
Callback that is invoked after an edge has changed.
onEdgeCreated(graph:com.yworks.graph.model:IGraph, edge:com.yworks.graph.model:IEdge) — method, class com.yworks.graph.input.CreateEdgeInputMode
Called by createEdge(IControlPointList) after the edge has been finalized.
onEdgeCreated(evt:com.yworks.graph.model:GraphEvent) — method, class com.yworks.graph.model.AbstractGraphWrapper
Dispatches the GraphEvent.
onEdgeCreated(edge:com.yworks.graph.model:IEdge) — method, class com.yworks.graph.model.DefaultGraph
Callback that triggers the GraphEvent.GRAPH_CHANGED event with the GraphEventKind.EDGE_CREATED type.
onEdgeCreationStarted(edge:com.yworks.graph.model:IEdge) — method, class com.yworks.graph.input.CreateEdgeInputMode
Raises the edgeCreationStarted event when the gesture for creating an edge has been initialized.
onEdgeLabelAdded(label:com.yworks.graph.model:ILabel) — method, class com.yworks.graph.model.DefaultGraph
Called after a label has been added to an edge.
onEdgeLabelRemoved(owner:com.yworks.graph.model:ILabeledItem, label:com.yworks.graph.model:ILabel) — method, class com.yworks.graph.model.DefaultGraph
Called after a label has been removed from its edge.
onEdgeRemoved(evt:com.yworks.graph.model:GraphEvent) — method, class com.yworks.graph.model.AbstractGraphWrapper
Dispatches the GraphEvent.
onEdgeRemoved(edge:com.yworks.graph.model:IEdge, oldSourcePort:com.yworks.graph.model:IPort, oldTargetPort:com.yworks.graph.model:IPort) — method, class com.yworks.graph.model.DefaultGraph
Callback that triggers the GraphEvent.GRAPH_CHANGED event with the GraphEventKind.EDGE_REMOVED type.
onEditableChanged() — method, class com.yworks.canvas.CanvasComponent
Callback that is called when the editable property changes.
onEditLabel() — method, class com.yworks.graph.input.GraphEditorInputMode
Callback that is invoked if the F2 key is pressed and labelEditingAllowed is set to true.
onEditLabel() — method, class com.yworks.graph.input.TableEditorInputMode
Callback that is invoked if the F2 key is pressed and labelEditingAllowed is set to true.
onElementCopied(original:com.yworks.canvas.model:IModelItem, copy:com.yworks.canvas.model:IModelItem) — method, class com.yworks.graph.model.GraphClipboard
Delegate that will be invoked for each item that has been copied into the clipboard graph in response to a copy operation.
onElementCut(original:com.yworks.canvas.model:IModelItem, copy:com.yworks.canvas.model:IModelItem) — method, class com.yworks.graph.model.GraphClipboard
Delegate that will be invoked for each item that has been copied into the clipboard graph in response to a cut operation.
onElementPasted(original:com.yworks.canvas.model:IModelItem, copy:com.yworks.canvas.model:IModelItem) — method, class com.yworks.graph.model.GraphClipboard
Delegate that will be invoked for each item that has been pasted into the target graph in response to a paste(IGraph) operation.
onEnable() — method, class com.yworks.canvas.input.StateMachineInputMode
Runs the state machine using a enable event.
onEnabled() — method, class com.yworks.canvas.input.AbstractConcurrentInputMode
Called when the enabled property changes to true.
onEnabled() — method, class com.yworks.canvas.input.ConcurrencyController
Callback that is called if enabled has been successfully changed accordingly.
onEnabled() — method, class com.yworks.canvas.input.DropInputMode
Called when the AbstractConcurrentInputMode.enabled property changes to true.
onEnabled() — method, class com.yworks.canvas.input.MultiplexingInputMode
Called when the AbstractConcurrentInputMode.enabled property changes to true.
onEnabled() — method, class com.yworks.canvas.model.FocusPaintManager
Called when this mode gets enabled.
ON_END — Constant Static Property, class com.yworks.canvas.model.BridgeUpdateMode
The bridges are not updated during movement.
onEnterGroupCommand(event:flash.events:Event) — method, class com.yworks.canvas.input.NavigationInputMode
Enters a group.
onExitGroupCommand(event:flash.events:Event) — method, class com.yworks.canvas.input.NavigationInputMode
Exits a group.
onExpandGroupCommand(event:flash.events:Event) — method, class com.yworks.canvas.input.NavigationInputMode
Expands a group.
onExtendDownCommand(event:flash.events:Event) — method, class com.yworks.canvas.input.NavigationInputMode
Extends the selection down.
onExtendLeftCommand(event:flash.events:Event) — method, class com.yworks.canvas.input.NavigationInputMode
Extends the selection left.
onExtendRightCommand(event:flash.events:Event) — method, class com.yworks.canvas.input.NavigationInputMode
Extends the selection right.
onExtendToChildCommand(event:flash.events:Event) — method, class com.yworks.canvas.input.NavigationInputMode
Extends the selection to the child.
onExtendToParentCommand(event:flash.events:Event) — method, class com.yworks.canvas.input.NavigationInputMode
Extends the selection to the parent.
onExtendUpCommand(event:flash.events:Event) — method, class com.yworks.canvas.input.NavigationInputMode
Extends the selection up.
onF2KeyPressed(evt:flash.events:KeyboardEvent) — method, class com.yworks.graph.input.GraphEditorInputMode
Callback that triggers OnEditLabel.
onFinished(context:com.yworks.canvas.input:IInputModeContext, originalX:Number, originalY:Number, newX:Number, newY:Number) — method, class com.yworks.canvas.input.ConstrainedDragHandler
Called when the dragFinished method has been called.
onFocusGroupChanged(oldFocusGroup:com.yworks.canvas:ICanvasObjectGroup, newFocusGroup:com.yworks.canvas:ICanvasObjectGroup) — method, class com.yworks.ui.GraphCanvasComponent
Called when the focusGroup property value changes and after initialization of the field.
onFocusPaintManagerChanged(oldFocusPaintManager:com.yworks.canvas.model:FocusPaintManager, newFocusPaintManager:com.yworks.canvas.model:FocusPaintManager) — method, class com.yworks.ui.GraphCanvasComponent
Called when the focusPaintManager property value changes and after initialization of the field.
onGraphCanvasChanged(oldCanvas:com.yworks.ui:GraphCanvasComponent, newCanvas:com.yworks.ui:GraphCanvasComponent) — method, class com.yworks.graph.input.GraphEditorInputMode
Called when the graphCanvas property changes.
onGraphChanged(oldGraph:com.yworks.graph.model:IGraph, newGraph:com.yworks.graph.model:IGraph) — method, class com.yworks.canvas.input.MoveLabelInputMode
Called when the graph property changes.
onGraphChanged(oldGraph:com.yworks.graph.model:IGraph, newGraph:com.yworks.graph.model:IGraph) — method, class com.yworks.graph.input.CreateEdgeInputMode
Called when the graph property changes.
onGraphChanged(oldGraph:com.yworks.graph.model:IGraph, newGraph:com.yworks.graph.model:IGraph) — method, class com.yworks.graph.input.EdgeDragInputModeBase
Called when the graph property changes.
onGraphChanged(oldGraph:com.yworks.graph.model:IGraph, newGraph:com.yworks.graph.model:IGraph) — method, class com.yworks.graph.input.GraphEditorInputMode
Called when the graph property changes.
onGraphChanged(oldGraph:com.yworks.graph.model:IGraph, newGraph:com.yworks.graph.model:IGraph) — method, class com.yworks.ui.GraphCanvasComponent
Called when the graph property value changes and after initialization of the field.
onGraphChanged(oldGraph:com.yworks.graph.model:IGraph, newGraph:com.yworks.graph.model:IGraph) — method, class com.yworks.ui.tree.HierarchyTreeView
Callback when the graph property of the graphCanvasComponent changed.
onGraphInvalidated(evt:com.yworks.graph.model:InvalidateEvent) — method, class com.yworks.ui.GraphCanvasComponent
Called when the graph has to be repainted
onGraphModelManagerChanged(oldGraphModelManager:com.yworks.graph.model:GraphModelManager, newGraphModelManager:com.yworks.graph.model:GraphModelManager) — method, class com.yworks.ui.GraphCanvasComponent
Called when the graphModelManager property value changes.
onGraphSelectionChanged(oldGraphSelection:com.yworks.graph.model:IGraphSelection, newGraphSelection:com.yworks.graph.model:IGraphSelection) — method, class com.yworks.canvas.input.MoveLabelInputMode
Called when the graphSelection property changes.
onGraphSelectionChanged(oldSelection:com.yworks.graph.model:IGraphSelection, newSelection:com.yworks.graph.model:IGraphSelection) — method, class com.yworks.graph.input.GraphEditorInputMode
Called when the graphSelection property changes.
onGraphStructureChanged(evt:com.yworks.graph.model:GraphEvent) — method, class com.yworks.canvas.CanvasObjectDependencyManager
Callback that is invoked when the structure of the graph managed by this instance changes.
onGraphStructureChanged(evt:com.yworks.graph.model:GraphEvent) — method, class com.yworks.graph.input.CreateEdgeInputMode
Called when the graph structure of the graph changes during an edge creation gesture.
onGroupNodeCreated(parent:com.yworks.graph.model:INode, node:com.yworks.graph.model:INode) — method, class com.yworks.graph.model.GroupedGraph
Called whenever a new group node has been created in the graph.
onHandleInputModeChanged(oldHandleInputMode:com.yworks.canvas.input:HandleInputMode, newHandleInputMode:com.yworks.canvas.input:HandleInputMode) — method, class com.yworks.canvas.input.MainInputMode
Called when the handleInputMode property value changes and after initialization of the field.
onHandleInputModeChanged(oldHandleInputMode:com.yworks.canvas.input:HandleInputMode, newHandleInputMode:com.yworks.canvas.input:HandleInputMode) — method, class com.yworks.graph.input.GraphEditorInputMode
onHide() — method, class com.yworks.canvas.input.MouseHoverInputMode
Called when the tooltip should be hidden.
onHideTimer(evt:flash.events:TimerEvent) — method, class com.yworks.canvas.input.MouseHoverInputMode
Called by a timer to hide the tooltip.
onHighlightGroupChanged(oldHighlightGroup:com.yworks.canvas:ICanvasObjectGroup, newHighlightGroup:com.yworks.canvas:ICanvasObjectGroup) — method, class com.yworks.ui.GraphCanvasComponent
Called when the highlightGroup property value changes and after initialization of the field.
onHighlightPaintManagerChanged(oldHighlightPaintManager:com.yworks.canvas.model:HighlightPaintManager, newHighlightPaintManager:com.yworks.canvas.model:HighlightPaintManager) — method, class com.yworks.ui.GraphCanvasComponent
Called when the highlightPaintManager property value changes and after initialization of the field.
onHitTestRadiusChanged(oldValue:Number, newValue:Number) — method, class com.yworks.canvas.CanvasComponent
Callback that is invoked when the hitTestRadius property changed.
onHTTPStatus(evt:flash.events:HTTPStatusEvent) — method, class com.yworks.remote.AbstractFileReadHandler
Called when the server sends a HTTP status.
onHTTPStatus(evt:flash.events:HTTPStatusEvent) — method, class com.yworks.remote.AbstractFileWriteHandler
Called when the server sends a HTTP status.
onHTTPStatus(evt:flash.events:HTTPStatusEvent) — method, class com.yworks.remote.AbstractImageExportHandler
Called when the server sends a HTTP status.
onInitialized(context:com.yworks.canvas.input:IInputModeContext, originalX:Number, originalY:Number) — method, class com.yworks.canvas.input.ConstrainedDragHandler
Called when the initializeDrag method has been called.
onInitialized() — method, class com.yworks.canvas.input.snapLines.SnapContext
Raises the initialized event.
onInitialized() — method, class com.yworks.graph.input.snapLines.OrthogonalEdgeEditingContext
Raises the OrthogonalEdgeEditingEvent.INITIALIZED event.
onInitializing() — method, class com.yworks.canvas.input.snapLines.SnapContext
Raises the initializing event.
onInitializing() — method, class com.yworks.graph.input.snapLines.OrthogonalEdgeEditingContext
Raises the OrthogonalEdgeEditingEvent.INITIALIZING event.
onInputModeCanvasGroupChanged(oldGroup:com.yworks.canvas:ICanvasObjectGroup, newGroup:com.yworks.canvas:ICanvasObjectGroup) — method, class com.yworks.canvas.input.MainInputMode
Called when the inputModeCanvasGroup property changes.
onInputModeChanged(oldValue:com.yworks.canvas.input:IInputMode, newValue:com.yworks.canvas.input:IInputMode) — method, class com.yworks.canvas.CanvasComponent
Callback that is invoked when the inputMode property changes.
onInputModeContextChanged(oldInputModeContext:com.yworks.canvas.input:IInputModeContext, newInputModeContext:com.yworks.canvas.input:IInputModeContext) — method, class com.yworks.canvas.CanvasComponent
Called when the inputModeContext property value changes and after initialization of the field.
onInputModeGroupChanged(oldInputModeGroup:com.yworks.canvas:ICanvasObjectGroup, newInputModeGroup:com.yworks.canvas:ICanvasObjectGroup) — method, class com.yworks.ui.GraphCanvasComponent
Called when the inputModeGroup property value changes and after initialization of the field.
onInvalidateDisplays(evt:com.yworks.graph.model:InvalidateEvent) — method, class com.yworks.graph.model.AbstractGraphWrapper
Dispatches the InvalidateEvent.
onInvalidateDisplays() — method, class com.yworks.graph.model.DefaultGraph
Triggers the displaysInvalidated event.
onIOError(evt:flash.events:IOErrorEvent) — method, class com.yworks.remote.AbstractFileReadHandler
Called when an IO error occurs while executing the file download.
onIOError(evt:flash.events:IOErrorEvent) — method, class com.yworks.remote.AbstractFileWriteHandler
Called when an IO error occurs while executing the file download.
onIOError(evt:flash.events:IOErrorEvent) — method, class com.yworks.remote.AbstractImageExportHandler
Called when an IO error occurs while executing the image file download.
onItemAdded(item:Object) — method, class com.yworks.canvas.model.DefaultCollectionModel
Callback method that will trigger the collectionChange event.
onItemAdded(item:com.yworks.graph.model:INode, parent:com.yworks.graph.model:INode) — method, class com.yworks.graph.model.DefaultNodeHierarchy
Dispatches the itemAdded event.
onItemAdded(evt:mx.events:CollectionEvent) — method, class com.yworks.util.FilteredCollectionModel
Called whenever an item has been added.
onItemAddedByFilter(evt:mx.events:CollectionEvent) — method, class com.yworks.util.FilteredCollectionModel
Callback that indicates that the item has been added by the filter.
onItemAddedInBackingStore(evt:mx.events:CollectionEvent) — method, class com.yworks.util.FilteredCollectionModel
Callback that indicates that the item has been add in the backing store.
onItemChanged(item:Object) — method, class com.yworks.canvas.model.DefaultCollectionModel
Callback method that will trigger the collectionChange event.
onItemChanged(item:com.yworks.graph.model:INode, parent:com.yworks.graph.model:INode) — method, class com.yworks.graph.model.DefaultNodeHierarchy
Dispatches the itemChanged event.
onItemChanged(evt:mx.events:CollectionEvent) — method, class com.yworks.util.FilteredCollectionModel
Called whenever an item has changed.
onItemDeselected(evt:com.yworks.graph.model:SelectionEvent) — method, class com.yworks.graph.model.CompositeStripeSelection
Raises the SelectionEvent.DESELECT event.
onItemDeselected(item:com.yworks.canvas.model:IModelItem) — method, class com.yworks.graph.model.DefaultSelectionModel
Called when an item gets deselected.
onItemDeselected(event:mx.events:CollectionEvent) — method, class com.yworks.graph.model.StripeSelection
Raises the SelectionEvent.DESELECT event for each newly deselected item.
onItemMoved(item:com.yworks.graph.model:INode, oldParent:com.yworks.graph.model:INode, newParent:com.yworks.graph.model:INode) — method, class com.yworks.graph.model.DefaultNodeHierarchy
Dispatches the itemMoved event.
onItemRemoved(item:Object) — method, class com.yworks.canvas.model.DefaultCollectionModel
Callback method that will trigger the collectionChange event.
onItemRemoved(item:com.yworks.graph.model:INode, oldParent:com.yworks.graph.model:INode) — method, class com.yworks.graph.model.DefaultNodeHierarchy
Dispatches the itemRemoved event.
onItemRemoved(evt:mx.events:CollectionEvent) — method, class com.yworks.util.FilteredCollectionModel
Called whenever an item has been removed.
onItemRemovedByFilter(evt:mx.events:CollectionEvent) — method, class com.yworks.util.FilteredCollectionModel
Callback that indicates that the item has been removed by the filter.
onItemRemovedInBackingStore(evt:mx.events:CollectionEvent) — method, class com.yworks.util.FilteredCollectionModel
Callback that indicates that the item has been removed in the backing store.
onItemReset(evt:mx.events:CollectionEvent) — method, class com.yworks.util.FilteredCollectionModel
Called whenever the collection has been reset.
onItemSelected(evt:com.yworks.graph.model:SelectionEvent) — method, class com.yworks.graph.model.CompositeStripeSelection
Raises the SelectionEvent.SELECT event.
onItemSelected(item:com.yworks.canvas.model:IModelItem) — method, class com.yworks.graph.model.DefaultSelectionModel
Called when an item gets selected.
onItemSelected(event:mx.events:CollectionEvent) — method, class com.yworks.graph.model.StripeSelection
Raises the SelectionEvent.SELECT event for each newly selected item.
onKeyboardInputModeChanged(oldKeyboardInputMode:com.yworks.canvas.input:KeyboardInputMode, newKeyboardInputMode:com.yworks.canvas.input:KeyboardInputMode) — method, class com.yworks.canvas.input.MainInputMode
Called when the keyboard input mode changed.
onKeyboardInputModeChanged(oldKeyboardInputMode:com.yworks.canvas.input:KeyboardInputMode, newKeyboardInputMode:com.yworks.canvas.input:KeyboardInputMode) — method, class com.yworks.graph.input.GraphEditorInputMode
onKeyboardInputModeChanged(oldKeyboardInputMode:com.yworks.canvas.input:KeyboardInputMode, newKeyboardInputMode:com.yworks.canvas.input:KeyboardInputMode) — method, class com.yworks.graph.input.TableEditorInputMode
Called when the keyboard input mode changed.
onLabelAdded(label:com.yworks.graph.model:ILabel) — method, class com.yworks.graph.input.GraphEditorInputMode
Called when a new Label is added after pressing F2.
onLabelAdded(label:com.yworks.graph.model:ILabel) — method, class com.yworks.graph.input.TableEditorInputMode
Dispatches the GraphEditorEvent.LABEL_CREATED event.
onLabelAdded(evt:com.yworks.graph.model:GraphEvent) — method, class com.yworks.graph.model.AbstractGraphWrapper
Dispatches the GraphEvent.
onLabelAdded(label:com.yworks.graph.model:ILabel) — method, class com.yworks.graph.model.Table
Called after a label has been added to a stripe.
onLabelChanged(evt:com.yworks.graph.model:GraphEvent) — method, class com.yworks.graph.model.AbstractGraphWrapper
Dispatches the GraphEvent.
onLabelChanged(label:com.yworks.graph.model:ILabel) — method, class com.yworks.graph.model.DefaultGraph
Callback that is invoked after a label has changed.
onLabelChanged(label:com.yworks.graph.model:ILabel) — method, class com.yworks.graph.model.Table
Called after a label has changed.
onLabelRemoved(evt:com.yworks.graph.model:GraphEvent) — method, class com.yworks.graph.model.AbstractGraphWrapper
Dispatches the GraphEvent.
onLabelRemoved(owner:com.yworks.graph.model:IStripe, label:com.yworks.graph.model:ILabel) — method, class com.yworks.graph.model.Table
Called after a label has been removed from a stripe.
onMachineReset() — method, class com.yworks.canvas.input.ClickInputMode
onMachineReset() — method, class com.yworks.canvas.input.StateMachineInputMode
onMarqueeSelected() — method, class com.yworks.canvas.input.MarqueeSelectionInputMode
Called when the marquee selection has been finished.
onMarqueeSelectionInputModeChanged(oldMarqueeSelectionInputMode:com.yworks.canvas.input:MarqueeSelectionInputMode, newMarqueeSelectionInputMode:com.yworks.canvas.input:MarqueeSelectionInputMode) — method, class com.yworks.canvas.input.MainInputMode
Called when the marqueeSelectionInputMode property value changes and after initialization of the field.
onMarqueeSelectionInputModeMarqueeSelected(evt:flash.events:Event) — method, class com.yworks.canvas.input.MainInputMode
Callback used by MarqueeSelectionInputMode if the user has finished creating the marquee selection.
onMouseDown(evt:flash.events:MouseEvent) — method, class com.yworks.canvas.CanvasComponent
Tries to gain the focus, if the canvas area was hit.
onMouseEvent(evt:flash.events:MouseEvent) — method, class com.yworks.canvas.CanvasComponent
Called when this component receives a MouseEvent.
onMouseEvent(evt:com.yworks.canvas.input:CanvasMouseEvent) — method, class com.yworks.canvas.input.MouseHoverInputMode
Called when a mouse event occurs.
onMouseMove(evt:flash.events:MouseEvent) — method, class com.yworks.canvas.CanvasComponent
Calls onCanvasMouseDragged or onCanvasMouseMoved with the corresponding CanvasMouseEvent.
onMouseUp(evt:flash.events:MouseEvent) — method, class com.yworks.canvas.CanvasComponent
Calls onCanvasMouseUp and possibly onCanvasMouseClicked with the corresponding CanvasMouseEvent.
onMouseWheel(evt:flash.events:MouseEvent) — method, class com.yworks.canvas.CanvasComponent
Calls onCanvasMouseWheel with the corresponding CanvasMouseEvent.
onMoved(context:com.yworks.canvas.input:IInputModeContext, originalX:Number, originalY:Number, newX:Number, newY:Number) — method, class com.yworks.canvas.input.ConstrainedDragHandler
Called when the handleMove operation has been performed.
onMoveDownCommand(event:flash.events:Event) — method, class com.yworks.canvas.input.NavigationInputMode
Moves the selection left.
onMoveFocusDownCommand(event:flash.events:Event) — method, class com.yworks.canvas.input.NavigationInputMode
Moves the focus down.
onMoveFocusLeftCommand(event:flash.events:Event) — method, class com.yworks.canvas.input.NavigationInputMode
Moves the focus left.
onMoveFocusRightCommand(event:flash.events:Event) — method, class com.yworks.canvas.input.NavigationInputMode
Moves the focus right.
onMoveFocusToChildCommand(event:flash.events:Event) — method, class com.yworks.canvas.input.NavigationInputMode
Moves the focus to the child.
onMoveFocusToParentCommand(event:flash.events:Event) — method, class com.yworks.canvas.input.NavigationInputMode
Moves the focus to the parent.
onMoveFocusUpCommand(event:flash.events:Event) — method, class com.yworks.canvas.input.NavigationInputMode
Moves the focus up.
onMoveInputModeChanged(oldMoveInputMode:com.yworks.canvas.input:MoveInputMode, newMoveInputMode:com.yworks.canvas.input:MoveInputMode) — method, class com.yworks.canvas.input.MainInputMode
Called when the moveInputMode property value changes
onMoveInputModeChanged(oldMoveInputMode:com.yworks.canvas.input:MoveInputMode, newMoveInputMode:com.yworks.canvas.input:MoveInputMode) — method, class com.yworks.graph.input.GraphEditorInputMode
onMoveInputModeDragFinished(evt:flash.events:Event) — method, class com.yworks.canvas.input.MainInputMode
Callback method that will be triggered when a drag has been finished.
onMoveInputModeMoveFinished(evt:com.yworks.canvas.input:DragEvent) — method, class com.yworks.graph.input.GraphEditorInputMode
Called when a drag operation is finished
onMoveLabelInputModeChanged(oldMoveLabelInputMode:com.yworks.canvas.input:MoveLabelInputMode, newMoveLabelInputMode:com.yworks.canvas.input:MoveLabelInputMode) — method, class com.yworks.graph.input.GraphEditorInputMode
Called when the moveLabelInputMode property value changes and after initialization of the field.
onMoveLabelInputModeMoveFinished(evt:com.yworks.canvas.input:DragEvent) — method, class com.yworks.graph.input.GraphEditorInputMode
Callback that is called as soon as moveLabelInputMode has moved a label.
onMoveLeftCommand(event:flash.events:Event) — method, class com.yworks.canvas.input.NavigationInputMode
Moves the selection left.
onMoveRightCommand(event:flash.events:Event) — method, class com.yworks.canvas.input.NavigationInputMode
Moves the selection left.
onMoveToChildCommand(event:flash.events:Event) — method, class com.yworks.canvas.input.NavigationInputMode
Moves the selection to the child.
onMoveToParentCommand(event:flash.events:Event) — method, class com.yworks.canvas.input.NavigationInputMode
Moves the selection to the parent.
onMoveUpCommand(event:flash.events:Event) — method, class com.yworks.canvas.input.NavigationInputMode
Moves the selection left.
onMutexObtained() — method, class com.yworks.canvas.input.AbstractConcurrentInputMode
Called when this instance obtains the InputMutex.
onMutexObtained() — method, class com.yworks.canvas.input.StateMachineInputMode
Runs the state machine using a mutex obtained event.
onMutexReleased() — method, class com.yworks.canvas.input.AbstractConcurrentInputMode
Called when this instance released the InputMutex.
onMutexReleased(oldOwner:com.yworks.canvas.input:IConcurrentInputMode) — method, class com.yworks.canvas.input.ConcurrencyController
Callback method that will be triggered if a mode released the input mutex.
onMutexReleased() — method, class com.yworks.canvas.input.StateMachineInputMode
Runs the state machine using a mutex lost event.
onMutexRequested(newOwner:com.yworks.canvas.input:IConcurrentInputMode) — method, class com.yworks.canvas.input.ConcurrencyController
Callback method that will be triggered if a mode requests the input mutex.
onNavigationInputModeChanged(oldNavigationInputMode:com.yworks.canvas.input:NavigationInputMode, newNavigationInputMode:com.yworks.canvas.input:NavigationInputMode) — method, class com.yworks.graph.input.GraphEditorInputMode
Called when the navigationInputMode property value changes and after initialization of the field.
onNodeChanged(evt:com.yworks.graph.model:GraphEvent) — method, class com.yworks.graph.model.AbstractGraphWrapper
Dispatches the GraphEvent.
onNodeChanged(node:com.yworks.graph.model:INode) — method, class com.yworks.graph.model.DefaultGraph
Callback that is invoked after a node has changed.
onNodeChanged(node:com.yworks.graph.model:INode) — method, class com.yworks.graph.model.GroupedGraph
Callback that will be called once the original IGraph triggers the nodeChanged event.
onNodeCreated(node:com.yworks.graph.model:INode) — method, class com.yworks.graph.input.GraphEditorInputMode
Called when a new node is created by this input mode.
onNodeCreated(evt:com.yworks.graph.input:NodeDropEvent) — method, class com.yworks.graph.input.NodeDropInputMode
Called whenever a new node is created
onNodeCreated(evt:com.yworks.graph.model:GraphEvent) — method, class com.yworks.graph.model.AbstractGraphWrapper
Dispatches the GraphEvent.
onNodeCreated(node:com.yworks.graph.model:INode) — method, class com.yworks.graph.model.DefaultGraph
Callback that triggers the GraphEvent.GRAPH_CHANGED event with the GraphEventKind.NODE_CREATED type.
onNodeCreated(parent:com.yworks.graph.model:INode, node:com.yworks.graph.model:INode) — method, class com.yworks.graph.model.GroupedGraph
Called whenever a new node has been created in the graph.
onNodeLabelAdded(label:com.yworks.graph.model:ILabel) — method, class com.yworks.graph.model.DefaultGraph
Called after a label has been added to a node.
onNodeLabelRemoved(owner:com.yworks.graph.model:ILabeledItem, label:com.yworks.graph.model:ILabel) — method, class com.yworks.graph.model.DefaultGraph
Called after a label has been removed from its node.
onNodeRemoved(evt:com.yworks.graph.model:GraphEvent) — method, class com.yworks.graph.model.AbstractGraphWrapper
Dispatches the GraphEvent.
onNodeRemoved(node:com.yworks.graph.model:INode) — method, class com.yworks.graph.model.DefaultGraph
Callback that triggers the GraphEvent.GRAPH_CHANGED event with the GraphEventKind.NODE_REMOVED type.
onNodeRemoved(node:com.yworks.graph.model:INode) — method, class com.yworks.graph.model.GroupedGraph
Called whenever a node has been removed in the graph.
onNodeReparented(node:com.yworks.graph.model:INode, oldParent:com.yworks.graph.model:INode, newParent:com.yworks.graph.model:INode) — method, class com.yworks.graph.input.GraphEditorInputMode
Called when a node is reparented by this input mode.
onPortAdded(evt:com.yworks.graph.model:GraphEvent) — method, class com.yworks.graph.model.AbstractGraphWrapper
Dispatches the GraphEvent.
onPortAdded(port:com.yworks.graph.model:IPort) — method, class com.yworks.graph.model.DefaultGraph
Called when a port has been added to a node.
onPortChanged(evt:com.yworks.graph.model:GraphEvent) — method, class com.yworks.graph.model.AbstractGraphWrapper
Dispatches the GraphEvent.
onPortChanged(port:com.yworks.graph.model:IPort) — method, class com.yworks.graph.model.DefaultGraph
Callback that is invoked after a port has changed.
onPortRemoved(evt:com.yworks.graph.model:GraphEvent) — method, class com.yworks.graph.model.AbstractGraphWrapper
Dispatches the GraphEvent.
onPortRemoved(oldOwner:com.yworks.graph.model:IPortOwner, port:com.yworks.graph.model:IPort) — method, class com.yworks.graph.model.DefaultGraph
Callback method that is called just after a port has been removed from its owner.
onPreferredCursorChanged(oldValue:com.yworks.resources:Cursor, newValue:com.yworks.resources:Cursor) — method, class com.yworks.canvas.input.AbstractConcurrentInputMode
Called when the preferredCursor property changes.
onPrepareContext(context:com.yworks.canvas.drawing:IPaintContext) — method, class com.yworks.canvas.model.BridgeManager
onProgress(evt:flash.events:ProgressEvent) — method, class com.yworks.remote.AbstractFileWriteHandler
Dispatched periodically during the file upload or download operation.
onProgress(evt:flash.events:ProgressEvent) — method, class com.yworks.remote.AbstractImageExportHandler
Dispatched periodically during the file upload or download operation.
onPropertyChanged(property:Object, oldValue:Object, newValue:Object) — method, class com.yworks.canvas.model.FocusPaintManager
onPropertyChanged(name:String, oldValue:Object, newValue:Object) — method, class com.yworks.support.UndoEngine
This will trigger the corresponding PropertyChangedEvent.
onReleased(te:com.yworks.support:TransitionEvent) — method, class com.yworks.graph.input.CreateBendInputMode
onReleased(te:com.yworks.support:TransitionEvent) — method, class com.yworks.graph.input.EdgeDragInputModeBase
Callback that is triggered when a drag on an edge segment has been released.
onRemove(event:mx.events:FlexEvent) — method, class com.yworks.canvas.CanvasComponent
Called when the component is removed from the display list.
onRemovingBend(bend:com.yworks.graph.model:IBend) — method, class com.yworks.graph.model.DefaultGraph
Callback method that is invoked just before a bend is removed.
onRemovingEdge(edge:com.yworks.graph.model:IEdge) — method, class com.yworks.graph.model.DefaultGraph
Callback that is invoked before the edge is removed from this graph's structure.
onRemovingEdgeLabel(label:com.yworks.graph.model:ILabel) — method, class com.yworks.graph.model.DefaultGraph
Callback method that will be called just before an edge label is removed from its edge.
onRemovingNode(node:com.yworks.graph.model:INode) — method, class com.yworks.graph.model.DefaultGraph
Callback that is invoked before the node is removed from this graph's structure.
onRemovingNodeLabel(label:com.yworks.graph.model:ILabel) — method, class com.yworks.graph.model.DefaultGraph
Callback method that will be called just before a node label is removed from its node.
onRemovingPort(port:com.yworks.graph.model:IPort) — method, class com.yworks.graph.model.DefaultGraph
Callback method that is called just before a port will be removed.
onReparentNodeHandlerChanged(oldHandler:com.yworks.graph.input:IReparentNodeHandler, newHandler:com.yworks.graph.input:IReparentNodeHandler) — method, class com.yworks.graph.input.GraphEditorInputMode
Called when the reparentNodeHandler property value changes and after initialization of the field.
onReparentStripeHandlerChanged(oldReparentStripeHandler:com.yworks.graph.input:IReparentStripeHandler, newReparentStripeHandler:com.yworks.graph.input:IReparentStripeHandler) — method, class com.yworks.graph.input.TableEditorInputMode
Called when the reparentStripeHandler property value changes and after initialization of the field.
onReparentStripeInputModeChanged(oldReparentStripeInputMode:com.yworks.graph.input:ReparentStripeInputMode, newReparentStripeInputMode:com.yworks.graph.input:ReparentStripeInputMode) — method, class com.yworks.graph.input.TableEditorInputMode
Called when the reparentStripeInputMode property value changes and after initialization of the field.
onResizeStripeInputModeChanged(oldResizeStripeInputMode:com.yworks.graph.input:ResizeStripeInputMode, newResizeStripeInputMode:com.yworks.graph.input:ResizeStripeInputMode) — method, class com.yworks.graph.input.TableEditorInputMode
Called when the resizeStripeInputMode property value changes and after initialization of the field.
onRun(evt:flash.events:Event) — method, class com.yworks.canvas.input.StateMachineInputMode
Callback method that will be called after the state machine has been run using the arguments provided.
onSecurityError(evt:flash.events:SecurityErrorEvent) — method, class com.yworks.remote.AbstractFileReadHandler
Called when a security error occurs while executing the file download.
onSecurityError(evt:flash.events:SecurityErrorEvent) — method, class com.yworks.remote.AbstractFileWriteHandler
Called when a security error occurs while executing the file download.
onSecurityError(evt:flash.events:SecurityErrorEvent) — method, class com.yworks.remote.AbstractImageExportHandler
Called when a security error occurs while executing the image file download.
onSelect(evt:flash.events:Event) — method, class com.yworks.remote.AbstractFileWriteHandler
Called when the user has selected a location for the file download.
onSelect(evt:flash.events:Event) — method, class com.yworks.remote.AbstractImageExportHandler
Called when the user has selected a location for the image file download.
onSelected(event:flash.events:Event) — method, class com.yworks.remote.AbstractFileReadHandler
Called when a file is chosen for upload from the FileChooser.
onSelected(event:flash.events:Event) — method, class com.yworks.remote.LoadHandler
Called when a file is chosen to load from the FileChooser.
onSelected(event:flash.events:Event) — method, class com.yworks.remote.UploadHandler
Called when a file is chosen for upload from the FileChooser.
onSelectionChanged(oldGraphSelection:com.yworks.graph.model:IGraphSelection, newGraphSelection:com.yworks.graph.model:IGraphSelection) — method, class com.yworks.ui.GraphCanvasComponent
Called when the selection property value changes and after initialization of the field.
onSelectionGroupChanged(oldSelectionGroup:com.yworks.canvas:ICanvasObjectGroup, newSelectionGroup:com.yworks.canvas:ICanvasObjectGroup) — method, class com.yworks.ui.GraphCanvasComponent
Called when the selectionGroup property value changes and after initialization of the field. Triggers the selectionGroupChanged event.
onSelectionModelChanged(oldSelectionModel:com.yworks.graph.model:ISelectionModel, newSelectionModel:com.yworks.graph.model:ISelectionModel) — method, class com.yworks.canvas.input.MainInputMode
Callback that gets triggered once the selectionModel property changes.
onSelectionPaintManagerChanged(oldSelectionPaintManager:com.yworks.graph.model:SelectionPaintManager, newSelectionPaintManager:com.yworks.graph.model:SelectionPaintManager) — method, class com.yworks.ui.GraphCanvasComponent
Called when the selectionPaintManager property value changes and after initialization of the field.
onShow(x:Number, y:Number) — method, class com.yworks.canvas.input.MouseHoverInputMode
Triggered when the mouse hovers over the given coordinates.
onShowTimer(evt:flash.events:TimerEvent) — method, class com.yworks.canvas.input.MouseHoverInputMode
Called by a timer when the mouse hovers.
onSnapContextChanged(oldSnapContext:com.yworks.canvas.input.snapLines:SnapContext, newSnapContext:com.yworks.canvas.input.snapLines:SnapContext) — method, class com.yworks.canvas.input.MainInputMode
onSnapResultGroupChanged(oldSnapResultGroup:com.yworks.canvas:ICanvasObjectGroup, newSnapResultGroup:com.yworks.canvas:ICanvasObjectGroup) — method, class com.yworks.ui.GraphCanvasComponent
Called when the snapResultGroup property value changes and after initialization of the field.
ON_START_AND_END — Constant Static Property, class com.yworks.canvas.model.BridgeUpdateMode
The bridges will be removed when the movement starts and re-added after the movement has ended.
onStateChange(newState:com.yworks.support:State, oldState:com.yworks.support:State) — method, class com.yworks.support.StateMachine
Called when the current state changes.
onStopEditing() — method, class com.yworks.canvas.input.TextEditorInputMode
Called when editing is stopped.
onStopStateEntered(evt:com.yworks.support:StateChangeEvent) — method, class com.yworks.canvas.input.StateMachineInputMode
Called when the cancel state has been entered.
onStripeAdded(stripe:com.yworks.graph.model:IStripe) — method, class com.yworks.graph.model.Table
Called after a stripe has been added to the table.
onStripeChanged(stripe:com.yworks.graph.model:IStripe) — method, class com.yworks.graph.input.ReparentStripePositionHandler
Called whenever a change in the table hierarchy occurs through this position handler.
onStripeChanged(owner:com.yworks.graph.model:IStripe, stripe:com.yworks.graph.model:IStripe) — method, class com.yworks.graph.model.Table
Callback that is invoked after a stripe has changed.
onStripeCreated(e:com.yworks.graph.model:StripeEvent) — method, class com.yworks.graph.input.StripeDropInputMode
Called whenever a new stripe is created.
onStripeDropInputModeChanged(oldStripeDropInputMode:com.yworks.graph.input:StripeDropInputMode, newStripeDropInputMode:com.yworks.graph.input:StripeDropInputMode) — method, class com.yworks.graph.input.TableEditorInputMode
Called when the stripeDropInputMode property value changes and after initialization of the field.
onStripeRemoved(owner:com.yworks.graph.model:IStripe, stripe:com.yworks.graph.model:IStripe) — method, class com.yworks.graph.model.Table
Called after a stripe has been removed from its parent.
onTargetLocationChanged(dragPoint:com.yworks.canvas.geom:IPoint) — method, class com.yworks.graph.input.CreateEdgeInputMode
Updates the visual representation and port candidates.
onTextEditorInputModeChanged(oldTextEditorInputMode:com.yworks.canvas.input:TextEditorInputMode, newTextEditorInputMode:com.yworks.canvas.input:TextEditorInputMode) — method, class com.yworks.graph.input.GraphEditorInputMode
Called when the textEditorInputMode property value changes
onTextEditorInputModeChanged(oldTextEditorInputMode:com.yworks.canvas.input:TextEditorInputMode, newTextEditorInputMode:com.yworks.canvas.input:TextEditorInputMode) — method, class com.yworks.graph.input.TableEditorInputMode
Called when the textEditorInputMode property value changes and after initialization of the field.
onTextEditorInputModeTextEdited(evt:flash.events:Event) — method, class com.yworks.graph.input.GraphEditorInputMode
Called when a label's text was edited by the TextEditorInputMode.
onTextEditorInputModeTextEdited(evt:flash.events:Event) — method, class com.yworks.graph.input.TableEditorInputMode
Called when a label's text was edited by the TextEditorInputMode
onTextEditorInputModeTextEditingCanceled(evt:flash.events:Event) — method, class com.yworks.graph.input.GraphEditorInputMode
Called when text editing was cancelled by the TextEditorInputMode.
onTextEditorInputModeTextEditingCanceled(evt:flash.events:Event) — method, class com.yworks.graph.input.TableEditorInputMode
Called when text editing was cancelled by the TextEditorInputMode.
ON_TOP_OF_OWNER_LEVEL — Constant Static Property, class com.yworks.graph.model.LabelLayerPolicy
The labels will be visualized on top of the layer their owner is placed in.
ON_TOP_OF_OWNER_LEVEL — Constant Static Property, class com.yworks.graph.model.PortLayerPolicy
The ports will be visualized on top of the layer their owner is placed in.
onTransition(transition:com.yworks.support:Transition) — method, class com.yworks.support.StateMachine
Called when a transition is being traversed.
onUploadComplete(event:flash.events:DataEvent) — method, class com.yworks.remote.AbstractFileReadHandler
Called after the upload is complete and the response is received.
onUploadComplete(event:flash.events:DataEvent) — method, class com.yworks.remote.UploadHandler
Called after the upload is complete and the response is recieved.
onViewPortChanged() — method, class com.yworks.canvas.CanvasComponent
Callback that is invoked when the view port property changes.
onXmlGenerated(xml:XML) — method, class com.yworks.remote.AbstractRoundtripHandler
Called after the graph has been serialized in the method createParametersFromGraph().
onXmlGenerated(xml:XML) — method, class com.yworks.remote.RoundtripHandler
Dispatches a RoundtripEvent.XML_SERIALIZED containing the serialized XML data.
onZOrderChanged(item:com.yworks.canvas.model:IModelItem, oldZOrder:int, newZOrder:int) — method, class com.yworks.graph.model.DefaultZOrderSupport
This method is called by setZOrder if the z-order of a model items has changed.
OPEN — Static Property, class com.yworks.resources.Actions
openDialog(graph:com.yworks.graph.model:IGraph, defaultFileName:String) — method, class com.yworks.remote.AbstractFileReadHandler
Opens the file dialog.
oppositePort(edge:com.yworks.graph.model:IEdge, port:com.yworks.graph.model:IPort) — Static Method , class com.yworks.graph.model.GraphUtil
Yields the opposites port of an IEdge.
oppositePortOwner(edge:com.yworks.graph.model:IEdge, portOwner:com.yworks.graph.model:IPortOwner) — Static Method , class com.yworks.graph.model.GraphUtil
Yields the opposites port owner of an IEdge.
OPTION_COPY_ALL — Constant Static Property, class com.yworks.ui.GraphCanvasComponent
Option constant for the morphGraph function that will cause the morphing function to copy everything that can be copied.
OPTION_COPY_EDGE_DATA — Constant Static Property, class com.yworks.ui.GraphCanvasComponent
Option constant for the morphGraph function that will cause the morphing function to copy all data associated with edges using the mapper registry.
OPTION_COPY_EDGE_LABEL_USER_TAGS — Constant Static Property, class com.yworks.ui.GraphCanvasComponent
Option constant for the morphGraph function that will cause the morphing function to copy the user tags associated with edge labels using ITagOwner instances provided by the label's lookup.
OPTION_COPY_EDGE_STYLE — Constant Static Property, class com.yworks.ui.GraphCanvasComponent
Option constant for the morphGraph function that will cause the morphing function to copy all styles associated with edges.
OPTION_COPY_EDGE_USER_TAGS — Constant Static Property, class com.yworks.ui.GraphCanvasComponent
Option constant for the morphGraph function that will cause the morphing function to copy the user tags associated with edges using ITagOwner instances provided by the edge's lookup.
OPTION_COPY_GRAPH_DATA — Constant Static Property, class com.yworks.ui.GraphCanvasComponent
Option constant for the morphGraph function that will cause the morphing function to copy all data associated with the graph instance using the mapper registry.
OPTION_COPY_LABELS — Constant Static Property, class com.yworks.ui.GraphCanvasComponent
Option constant for the morphGraph function that will cause the morphing function to copy the labels without copying the styles.
OPTION_COPY_LABEL_STYLE — Constant Static Property, class com.yworks.ui.GraphCanvasComponent
Option constant for the morphGraph function that will cause the morphing function to copy all styles associated with labels.
OPTION_COPY_NODE_AND_EDGE_DATA — Constant Static Property, class com.yworks.ui.GraphCanvasComponent
Option constant for the morphGraph function that will cause the morphing function to copy all data associated with both nodes and edges using the mapper registry.
OPTION_COPY_NODE_DATA — Constant Static Property, class com.yworks.ui.GraphCanvasComponent
Option constant for the morphGraph function that will cause the morphing function to copy all data associated with nodes using the mapper registry.
OPTION_COPY_NODE_LABEL_USER_TAGS — Constant Static Property, class com.yworks.ui.GraphCanvasComponent
Option constant for the morphGraph function that will cause the morphing function to copy the user tags associated with node labels using ITagOwner instances provided by the label's lookup.
OPTION_COPY_NODE_STYLE — Constant Static Property, class com.yworks.ui.GraphCanvasComponent
Option constant for the morphGraph function that will cause the morphing function to copy all styles associated with nodes.
OPTION_COPY_NODE_USER_TAGS — Constant Static Property, class com.yworks.ui.GraphCanvasComponent
Option constant for the morphGraph function that will cause the morphing function to copy the user tags associated with nodes using ITagOwner instances provided by the node's lookup.
OPTION_COPY_NONE — Constant Static Property, class com.yworks.ui.GraphCanvasComponent
Option constant for the morphGraph function that will prevent the morphing function from copying any data associated with graph items by the mapper registry.
OPTION_COPY_PORT_DATA — Constant Static Property, class com.yworks.ui.GraphCanvasComponent
Option constant for the morphGraph function that will cause the morphing function to copy all data associated with ports using the mapper registry.
OPTION_COPY_PORT_MODEL — Constant Static Property, class com.yworks.ui.GraphCanvasComponent
Option constant for the morphGraph function that will cause the morphing function to copy the port location models.
OPTION_COPY_PORT_STYLE — Constant Static Property, class com.yworks.ui.GraphCanvasComponent
Option constant for the morphGraph function that will cause the morphing function to copy all styles associated with ports.
OPTION_COPY_PORT_USER_TAGS — Constant Static Property, class com.yworks.ui.GraphCanvasComponent
Option constant for the morphGraph function that will cause the morphing function to copy the user tags associated with ports using ITagOwner instances provided by the port's lookup.
OPTION_COPY_TABLE_LAYOUT — Constant Static Property, class com.yworks.ui.GraphCanvasComponent
Option constant for the morphGraph function that will cause the morphing function to copy the layout of ITables.
OPTION_COPY_TABLES — Constant Static Property, class com.yworks.ui.GraphCanvasComponent
Option constant for the morphGraph function that will cause the morphing function to copy the style and layout of ITables.
OPTION_COPY_TABLE_STYLE — Constant Static Property, class com.yworks.ui.GraphCanvasComponent
Option constant for the morphGraph function that will cause the morphing function to copy the style of ITables.
OPTION_COPY_USER_TAGS — Constant Static Property, class com.yworks.ui.GraphCanvasComponent
Option constant for the morphGraph function that will cause the morphing function to copy the user tags associated with all graph items using ITagOwner instances provided by the item's lookup.
ORANGE — Constant Static Property, class com.yworks.graph.drawing.Fills
orientation — Property, class com.yworks.canvas.drawing.AbstractSingleLineSnapResultPaintable
The orientation of the SnapLine.
orientation — Property, class com.yworks.canvas.input.snapLines.SnapLine
The orientation of the snap line as defined in SnapLineOrientation.
ORIENTATION_DOWN — Constant Static Property, class com.yworks.canvas.model.BridgeManager
Adds bridges that point downwards.
ORIENTATION_FLOW_LEFT — Constant Static Property, class com.yworks.canvas.model.BridgeManager
Adds a bridge to the left of the flow of the path.
ORIENTATION_FLOW_RIGHT — Constant Static Property, class com.yworks.canvas.model.BridgeManager
Adds a bridge to the right of the flow of the path.
ORIENTATION_LEFT — Constant Static Property, class com.yworks.canvas.model.BridgeManager
Adds bridges that point to the left.
ORIENTATION_NEGATIVE — Constant Static Property, class com.yworks.canvas.model.BridgeManager
Adds a bridge in the direction of the negative axes.
ORIENTATION_POSITIVE — Constant Static Property, class com.yworks.canvas.model.BridgeManager
Adds a bridge in the direction of the positive axes.
ORIENTATION_RIGHT — Constant Static Property, class com.yworks.canvas.model.BridgeManager
Adds bridges that point to the right.
ORIENTATION_UP — Constant Static Property, class com.yworks.canvas.model.BridgeManager
Adds bridges that point upwards.
OrientedRectangle — class, package com.yworks.canvas.geom
A simple default implementation of a mutable oriented rectangle in 2D coordinate space with values stored in an instance of IMutablePoint and IMutableSize as well as two doubles for the up vector components.
OrientedRectangle(position:com.yworks.canvas.geom:YPoint, size:com.yworks.canvas.geom:IMutableSize, upX:Number, upY:Number) — Constructor, class com.yworks.canvas.geom.OrientedRectangle
Creates a new instance using the provided values to initialize the anchor and size.
orientedRectangleBounds(rect:com.yworks.canvas.geom:IOrientedRectangle, scratch:com.yworks.canvas.geom:IMutableRectangle) — Static Method , class com.yworks.canvas.geom.GeomSupport
Determines the bounds of an oriented rectangle.
orientedRectangleContains(rect:com.yworks.canvas.geom:IOrientedRectangle, x:Number, y:Number, epsilon:Number) — Static Method , class com.yworks.canvas.geom.GeomSupport
Determines whether the given oriented rectangle contains the provided point, using an epsilon value.
OrientedRectangleFocusPaintable — class, package com.yworks.canvas.drawing
An installer for a display object in which an oriented rectangle as focus indicator is painted.
OrientedRectangleFocusPaintable(bounds:com.yworks.canvas.geom:IOrientedRectangle) — Constructor, class com.yworks.canvas.drawing.OrientedRectangleFocusPaintable
Initializes a new instance of the OrientedRectangleFocusPaintable class that uses the provided bounds for painting.
OrientedRectangleSelectionPaintable — class, package com.yworks.canvas.drawing
A simple ISelectionPaintable implementation that draws an oriented rectangle as a selection box.
OrientedRectangleSelectionPaintable(bounds:com.yworks.canvas.geom:IOrientedRectangle) — Constructor, class com.yworks.canvas.drawing.OrientedRectangleSelectionPaintable
Creates a selection paintable that paints the bounds.
origin — Property, class com.yworks.canvas.GridInfo
The canonic origin of the grid.
ORIGIN — Constant Static Property, class com.yworks.canvas.geom.ImmutablePoint
An instance of an immutable point whose coordinates are (0,0) always.
originalLocation — Property, class com.yworks.canvas.input.snapLines.CollectSnapResultEvent
Gets the original location of the mouse at the beginning of the gesture.
originalLocation — Property, class com.yworks.canvas.input.snapLines.SnapContext
Gets the original location of the mouse at the time the gesture was initialized.
originalLocation — Property, class com.yworks.graph.input.snapLines.MovementInfo
Gets the original location of the element at the time the editing started.
ORTHOGONAL — Static Property, class com.yworks.resources.Actions
orthogonalEdgeCreation — Property, class com.yworks.graph.input.CreateEdgeInputMode
Gets or sets the property that enforces creation of orthogonal edges.
orthogonalEdgeEditing — Property, class com.yworks.graph.input.snapLines.OrthogonalEdgeEditingContext
Gets or sets a value indicating whether orthogonal edge editing is enabled at all.
orthogonalEdgeEditingContext — Property, class com.yworks.graph.input.GraphEditorInputMode
Gets or sets the orthogonal edge editing context.
OrthogonalEdgeEditingContext — class, package com.yworks.graph.input.snapLines
A helper class that can be used to interactively reshape orthogonal edge paths.
OrthogonalEdgeEditingContext() — Constructor, class com.yworks.graph.input.snapLines.OrthogonalEdgeEditingContext
Initializes a new instance of the OrthogonalEdgeEditingContext class where orthogonalEdgeEditing is turned on.
OrthogonalEdgeEditingEvent — class, package com.yworks.graph.input.snapLines
The OrthogonalEdgeEditingEvent class represents the event object passed to the event listener for events dispatched by the OrthogonalEdgeEditingContext.
OrthogonalEdgeEditingEvent(type:String, bubbles:Boolean, cancelable:Boolean) — Constructor, class com.yworks.graph.input.snapLines.OrthogonalEdgeEditingEvent
Creates a new instance of the OrthogonalEdgeEditingEvent class.
OrthogonalEdgeHelper — class, package com.yworks.graph.input.snapLines
Default implementation of the IOrthogonalEdgeHelper.
orthogonalEdgeHelperDecorator — Property, class com.yworks.graph.model.EdgeDecorator
Gets a LookupDecorator that decorates the IOrthogonalEdgeHelper type for the IEdges of the graph this instance has been created for.
orthogonalSnapDistance — Property, class com.yworks.graph.input.CreateEdgeInputMode
Gets or sets the distance in the view coordinate system that determines how far the mouse should be snapped to a horizontal or vertical line.
outDegree(graph:com.yworks.graph.model:IGraph, portOwner:com.yworks.graph.model:IPortOwner) — Static Method , class com.yworks.graph.model.GraphUtil
Calculates the number of outgoing edges at the given IPortOwner for this graph.
outEdgesAtPort(port:com.yworks.graph.model:IPort) — method, class com.yworks.graph.model.DefaultGraph
Returns an Iterable for all edges that have the given port as a IEdge.sourcePort.
outEdgesAtPortOwner(portOwner:com.yworks.graph.model:IPortOwner) — method, class com.yworks.graph.model.DefaultGraph
Returns an Iterable for all edges that have the given port owner as their IEdge.sourcePort's IPort.owner.
outEdgesAtPortOwner(graph:com.yworks.graph.model:IGraph, owner:com.yworks.graph.model:IPortOwner) — Static Method , class com.yworks.graph.model.GraphUtil
Convenience method that yields the outgoing edges at the given owner.
outerLine1From — Property, class com.yworks.canvas.drawing.AbstractInBetweenSnapResultPaintable
The begin of the first outer line segment.
outerLine1To — Property, class com.yworks.canvas.drawing.AbstractInBetweenSnapResultPaintable
The end of the first outer line segment.
outerLine2From — Property, class com.yworks.canvas.drawing.AbstractInBetweenSnapResultPaintable
The begin of the second outer line segment.
outerLine2To — Property, class com.yworks.canvas.drawing.AbstractInBetweenSnapResultPaintable
The end of the second outer line segment.
outputHandlerProvider — Property, class com.yworks.io.graphml.GraphMLIOHandler
Gets or sets an IOutputHandlerProvider instance for dynamic output handler retrieval.
outputHandlerProvider — Property, class com.yworks.io.graphml.writer.DirectGraphMLWriter
Get or set a reference to an IOutputHandlerProvider instance that will be queried for dynamic handlers.
outputIOHandler — Property, class com.yworks.remote.AbstractFileWriteHandler
Get or set the GraphMLIOHandler instance that will be used for graph serialization.
outputIOHandler — Property, class com.yworks.remote.RoundtripHandler
Get or set the GraphMLIOHandler instance that will be used for GraphML output if send is set.
overlayMouseDown(event:flash.events:MouseEvent) — method, class com.yworks.canvas.input.NodeEffectInputMode
Called when mouse was pressed over the overlay sprite.
overlaySprite — Property, class com.yworks.canvas.input.NodeEffectInputMode
The Sprite to draw the effect node on.
OVERVIEW — Static Property, class com.yworks.resources.Actions
overviewEdgeStyle — Property, class com.yworks.graph.drawing.OverviewGraphDisplayObjectCreator
The overview edge style.
OverviewGraphDisplayObjectCreator — class, package com.yworks.graph.drawing
An IDisplayObjectCreator for use in a CanvasComponent that renders an IGraph instance in a sloppy overview style.
OverviewGraphDisplayObjectCreator(graph:com.yworks.graph.model:IGraph) — Constructor, class com.yworks.graph.drawing.OverviewGraphDisplayObjectCreator
Creates a new instance for the given graph.
OverviewGraphPaintable — class, package com.yworks.graph.drawing
An IPaintable for use in a CanvasComponent that renders an IGraph instance in a sloppy overview style.
OverviewGraphPaintable(graph:com.yworks.graph.model:IGraph) — Constructor, class com.yworks.graph.drawing.OverviewGraphPaintable
Creates a new instance for the given graph.
overviewGroupNodeStyle — Property, class com.yworks.graph.drawing.OverviewGraphDisplayObjectCreator
The overview group node style.
overviewInputMode — Property, class com.yworks.ui.GraphOverviewComponent
The OverviewInputMode that is used to navigate the client control.
OverviewInputMode — class, package com.yworks.canvas.input
An IInputMode that can be used for an overview CanvasComponent.
OverviewInputMode() — Constructor, class com.yworks.canvas.input.OverviewInputMode
Creates a new instance.
overviewNodeStyle — Property, class com.yworks.graph.drawing.OverviewGraphDisplayObjectCreator
The overview node style.
owner — Property, class com.yworks.graph.model.DefaultBend
Returns the edge this bend instance belongs to.
owner — Property, class com.yworks.graph.model.DefaultColumn
Returns the parent of this column.
owner — Property, class com.yworks.graph.model.DefaultLabel
Gets the owner of this label.
owner — Property, class com.yworks.graph.model.DefaultPort
Returns the owner of this port.
owner — Property, class com.yworks.graph.model.DefaultPortCandidate
Gets or sets the owner of the port to be created.
owner — Property, class com.yworks.graph.model.DefaultRow
Returns the parent of this row.
owner — Property, interface com.yworks.graph.model.IBend
Returns the edge this bend instance belongs to.
owner — Property, interface com.yworks.graph.model.IColumn
Returns the parent of this column.
owner — Property, interface com.yworks.graph.model.ILabel
Gets the owner of this label.
owner — Property, interface com.yworks.graph.model.IPort
Returns the owner of this port.
owner — Property, interface com.yworks.graph.model.IPortCandidate
Returns the possible owner of the port to be created for this candidate.
owner — Property, interface com.yworks.graph.model.IRow
Returns the parent of this row.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z