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  
octagon — Constant static property in class com.yworks.graph.drawing.ShapeNodeShape
Shape type constant.
OCTAGON — Constant static property in class com.yworks.graph.drawing.ShapeNodeShape
Deprecated.
offset — Property in class com.yworks.canvas.geom.AnchoredPoint
The mutable offset this instance uses to calculate its position.
OFFSET_EAST — Constant static property in 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 in 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 in 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 in 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 in 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 in class com.yworks.resources.Cursor
Returns the x offset of the click point of a cursor image relative to its center.
offsetY — Property in class com.yworks.resources.Cursor
Returns the y offset of the click point of a cursor image relative to its center
OK — Static property in class com.yworks.resources.Actions
OldDefaultArrowDeserializer — Class in package com.yworks.io.graphml.reader.deserializer
A deserializer implementation that deserializes IArrow instances.
oldParent — Property in class com.yworks.graph.model.NodeHierarchyEvent
Yields the old parent of the item, if applicable.
onAdd(event) — Method in 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) — Method in 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 in 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 in 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 in 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 in class com.yworks.ui.GraphCanvasComponent
Called when an animation triggered by morphGraph ends.
onAutoDragChanged(oldValue, newValue) — Method in 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 in class com.yworks.canvas.CanvasComponent
Called when the autoDragInsets property changes.
onBackgroundGroupChanged(oldBackgroundGroup:com.yworks.canvas:ICanvasObjectGroup, newBackgroundGroup:com.yworks.canvas:ICanvasObjectGroup) — Method in class com.yworks.ui.GraphCanvasComponent
Called when the backgroundGroup property value changes and after initialization of the field.
onBeginEditing() — Method in class com.yworks.canvas.input.TextEditorInputMode
Called when editing starts.
onBendAdded(bend:com.yworks.graph.model:IBend) — Method in class com.yworks.graph.model.DefaultGraph
Callback that is invoked after a bend has been added to this graph's structure.
onBendCreated(bend:com.yworks.graph.model:IBend) — Method in class com.yworks.graph.input.CreateBendInputMode
Triggers the BendCreated event.
onBendRemoved(owner:com.yworks.graph.model:IEdge, bend:com.yworks.graph.model:IBend) — Method in class com.yworks.graph.model.DefaultGraph
Callback method that is inovked just after a bend has been removed from its edge.
onCancelEditing() — Method in class com.yworks.canvas.input.TextEditorInputMode
Called when editing gets canceled.
onCancelStateEntered(evt:com.yworks.support:StateChangeEvent) — Method in 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 in class com.yworks.canvas.CanvasObjectDependencyManager
Callback that is invoked when the graph property changes.
onCanvasMouseClicked(evt:com.yworks.canvas.input:CanvasMouseEvent) — Method in class com.yworks.canvas.CanvasComponent
Callback method that is called when the mouse has been clicked.
onCanvasMouseDown(evt:com.yworks.canvas.input:CanvasMouseEvent) — Method in 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 in class com.yworks.canvas.CanvasComponent
Callback method that is called when the mouse gets dragged.
onCanvasMouseMoved(evt:com.yworks.canvas.input:CanvasMouseEvent) — Method in 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 in 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 in 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 in class com.yworks.ui.GraphCanvasComponent
Called when the canvasObjectDependencyManager property value changes.
onChangingEdge(edge:com.yworks.graph.model:IEdge) — Method in class com.yworks.graph.model.DefaultGraph
Callback that is invoked before an edge will change.
onChangingLabel(label:com.yworks.graph.model:ILabel) — Method in class com.yworks.graph.model.DefaultGraph
Callback that is invoked before a label will change.
onChangingNode(node:com.yworks.graph.model:INode) — Method in class com.yworks.graph.model.DefaultGraph
Callback that is invoked before a node will change.
onChangingPort(port:com.yworks.graph.model:IPort) — Method in class com.yworks.graph.model.DefaultGraph
Callback that is invoked before a port is being changed.
onClicked() — Method in class com.yworks.canvas.input.ClickInputMode
onClickInputModeChanged(oldClickInputMode:com.yworks.canvas.input:ClickInputMode, newClickInputMode:com.yworks.canvas.input:ClickInputMode) — Method in class com.yworks.canvas.input.MainInputMode
Called when the clickInputMode property value changes and after initialization of the field.
onClickInputModeClicked(evt:com.yworks.canvas.input:ClickEvent) — Method in 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 in class com.yworks.graph.input.GraphEditorInputMode
Called when the mouse has been clicked at a given location.
onCollectionModelChanged(oldCollectionModel:com.yworks.util:ICollectionModel, newCollectionModel:com.yworks.util:ICollectionModel) — Method in class com.yworks.canvas.input.MainInputMode
Callback that gets triggered once the collectionModel property changes.
onComplete(evt) — Method in class com.yworks.remote.DownloadHandler
Called when the download operation has finished succesfully.
onComplete(evt) — Method in class com.yworks.remote.ImageExportHandler
Called when the export operation has finished succesfully.
onComplete(event) — Method in class com.yworks.remote.UploadHandler
Called when the data is completely sent to the server.
onContentGroupChanged(oldContentGroup:com.yworks.canvas:ICanvasObjectGroup, newContentGroup:com.yworks.canvas:ICanvasObjectGroup) — Method in class com.yworks.ui.GraphCanvasComponent
Called when the contentGroup property value changes and after initialization of the field.
onContentRectChanged() — Method in 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 in class com.yworks.canvas.input.MainInputMode
Called when the contextMenuInputMode property value changes
onContextMenuInputModeMenuSelect(evt:com.yworks.canvas.input:CanvasContextMenuEvent) — Method in class com.yworks.canvas.input.MainInputMode
Callback that is triggered on a CanvasContextMenuEvent
onContextMenuInputModeMenuSelect(evt:com.yworks.canvas.input:CanvasContextMenuEvent) — Method in class com.yworks.graph.input.GraphEditorInputMode
Callback that is triggered on a CanvasContextMenuEvent
onCreateBendInputModeBendCreated(evt:com.yworks.graph.input:BendCreatedEvent) — Method in 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 in 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 in class com.yworks.graph.input.GraphEditorInputMode
Called when the createEdgeInputMode property value changes
onCreatingEdge(edge:com.yworks.graph.model:IEdge) — Method in 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 in class com.yworks.graph.model.DefaultGraph
Callback that is invoked before the node is added to this graph's structure.
onCtrlAPressed(evt) — Method in class com.yworks.graph.input.GraphEditorInputMode
Callback that delegates to selectAll if selectElementsAllowed is true.
onDefaultGroupNodeStyleChanged(oldStyle:com.yworks.graph.drawing:INodeStyle, newStyle:com.yworks.graph.drawing:INodeStyle) — Method in class com.yworks.graph.model.GroupedGraph
Called when the defaultGroupNodeStyle property value changes and after initialization of the field.
onDeletePressed(evt) — Method in class com.yworks.graph.input.GraphEditorInputMode
Callback that delegates to deleteSelection if deleteElementsAllowed is true.
onDisable() — Method in class com.yworks.canvas.input.StateMachineInputMode
Runs the state machine using a disable event.
onDisabled() — Method in class com.yworks.canvas.input.AbstractConcurrentInputMode
Called when the enabled property changes to false.
onDisabled() — Method in class com.yworks.canvas.input.MouseHoverInputMode
Called when the enabled property changes to false.
onDrag(t:com.yworks.support:TransitionEvent) — Method in class com.yworks.canvas.input.HandleInputMode
Called by the state machine during the drag.
onDrag(evt:com.yworks.support:TransitionEvent) — Method in class com.yworks.canvas.input.MoveInputMode
Called by the state machine during the dragging.
onDragCanceled() — Method in class com.yworks.canvas.input.HandleInputMode
Callback triggered when the drag has been canceled.
onDragCanceled() — Method in class com.yworks.canvas.input.MoveInputMode
triggers the "dragCanceled" event.
onDragCanceled() — Method in class com.yworks.canvas.input.MoveLabelInputMode
Clears the MoveInputMode.positionHandler property.
onDragFinished() — Method in class com.yworks.canvas.input.HandleInputMode
Callback triggered once the drag has been finalized.
onDragFinished() — Method in class com.yworks.canvas.input.MoveInputMode
Callback triggered once the drag has been finalized.
onDragFinished() — Method in class com.yworks.canvas.input.MoveLabelInputMode
Clears the MoveInputMode.positionHandler property.
onDragStarting() — Method in class com.yworks.canvas.input.HandleInputMode
Callback triggered when the user starts dragging.
onDragStarting() — Method in class com.yworks.canvas.input.MoveInputMode
Triggers the dragStarting event.
onDragStarting() — Method in class com.yworks.canvas.input.MoveLabelInputMode
Registers the MoveInputMode.positionHandler created during the last createLabelPositionHandler call.
onEdgeChanged(edge:com.yworks.graph.model:IEdge) — Method in class com.yworks.graph.model.DefaultGraph
Callback that is invoked after an edge has changed.
onEdgeCreated(edge:com.yworks.graph.model:IEdge) — Method in class com.yworks.graph.model.DefaultGraph
Callback that triggers the GraphEvent.GRAPH_CHANGED event with the GraphEventKind.EDGE_CREATED type.
onEdgeLabelAdded(label:com.yworks.graph.model:ILabel) — Method in 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 in class com.yworks.graph.model.DefaultGraph
Called after a label has been removed from its edge.
onEdgeRemoved(edge:com.yworks.graph.model:IEdge) — Method in class com.yworks.graph.model.DefaultGraph
Callback that triggers the GraphEvent.GRAPH_CHANGED event with the GraphEventKind.EDGE_REMOVED type.
onEditableChanged() — Method in class com.yworks.canvas.CanvasComponent
Callback that is called when the editable property changes.
onEditLabel() — Method in class com.yworks.graph.input.GraphEditorInputMode
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 in 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 in 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 in 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 in class com.yworks.canvas.input.StateMachineInputMode
Runs the state machine using a enable event.
onEnabled() — Method in class com.yworks.canvas.input.AbstractConcurrentInputMode
Called when the enabled property changes to true.
onF2KeyPressed(evt) — Method in class com.yworks.graph.input.GraphEditorInputMode
Callback that triggers OnEditLabel.
onGraphCanvasChanged(oldCanvas:com.yworks.ui:GraphCanvasComponent, newCanvas:com.yworks.ui:GraphCanvasComponent) — Method in class com.yworks.graph.input.GraphEditorInputMode
Called when the gaphControl property changes.
onGraphChanged(oldGraph:com.yworks.graph.model:IGraph, newGraph:com.yworks.graph.model:IGraph) — Method in 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 in class com.yworks.graph.input.CreateBendInputMode
Called when the graph property changes.
onGraphChanged(oldGraph:com.yworks.graph.model:IGraph, newGraph:com.yworks.graph.model:IGraph) — Method in 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 in 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 in class com.yworks.ui.GraphCanvasComponent
Called when the graph property value changes and after initialization of the field.
onGraphInvalidated(evt:com.yworks.graph.model:InvalidateEvent) — Method in 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 in 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 in 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 in class com.yworks.graph.input.GraphEditorInputMode
Called when the graphSelection property changes.
onGraphStructureChanged(evt:com.yworks.graph.model:GraphEvent) — Method in class com.yworks.canvas.CanvasObjectDependencyManager
Callback that is invoked when the structure of the graph managed by this instance changes.
onGroupNodeCreated(parent:com.yworks.graph.model:INode, node:com.yworks.graph.model:INode) — Method in 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 in 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 in class com.yworks.graph.input.GraphEditorInputMode
Called when the handleInputMode property value changes and after initialization of the field.
onHide() — Method in class com.yworks.canvas.input.MouseHoverInputMode
Called when the tooltip should be hidden.
onHideTimer(evt) — Method in 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 in 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 in class com.yworks.ui.GraphCanvasComponent
Called when the highlightPaintManager property value changes and after initialization of the field.
onHitTestRadiusChanged(oldValue, newValue) — Method in class com.yworks.canvas.CanvasComponent
Callback that is invoked when the hitTestRadius property changed.
onHTTPStatus(evt) — Method in class com.yworks.remote.DownloadHandler
Called when the server sends a HTTP status.
onHTTPStatus(evt) — Method in class com.yworks.remote.ImageExportHandler
Called when the server sends a HTTP status.
onHTTPStatus(evt) — Method in class com.yworks.remote.UploadHandler
Called when the server sends a HTTP status.
onInputModeCanvasGroupChanged(oldGroup:com.yworks.canvas:ICanvasObjectGroup, newGroup:com.yworks.canvas:ICanvasObjectGroup) — Method in 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 in 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 in 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 in class com.yworks.ui.GraphCanvasComponent
Called when the inputModeGroup property value changes and after initialization of the field.
onInvalidateDisplays() — Method in class com.yworks.graph.model.DefaultGraph
Triggers the displaysInvalidated event.
onIOError(evt) — Method in class com.yworks.remote.DownloadHandler
Called when an IO error occurs while executing the file download.
onIOError(evt) — Method in class com.yworks.remote.ImageExportHandler
Called when an IO error occurs while executing the image file download.
onIOError(evt) — Method in class com.yworks.remote.UploadHandler
Called when an IO error occurs while executing the file download.
onItemAdded(item) — Method in 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 in class com.yworks.graph.model.DefaultNodeHierarchy
Dispatches the itemAdded event.
onItemChanged(item) — Method in 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 in class com.yworks.graph.model.DefaultNodeHierarchy
Dispatches the itemChanged event.
onItemDeselected(item:com.yworks.canvas.model:IModelItem) — Method in class com.yworks.graph.model.DefaultSelectionModel
Called when an item gets deselected.
onItemMoved(item:com.yworks.graph.model:INode, oldParent:com.yworks.graph.model:INode, newParent:com.yworks.graph.model:INode) — Method in class com.yworks.graph.model.DefaultNodeHierarchy
Dispatches the itemMoved event.
onItemRemoved(item) — Method in 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 in class com.yworks.graph.model.DefaultNodeHierarchy
Dispatches the itemRemoved event.
onItemSelected(item:com.yworks.canvas.model:IModelItem) — Method in class com.yworks.graph.model.DefaultSelectionModel
Called when an item gets selected.
onKeyboardInputModeChanged(oldKeyboardInputMode:com.yworks.canvas.input:KeyboardInputMode, newKeyboardInputMode:com.yworks.canvas.input:KeyboardInputMode) — Method in 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 in class com.yworks.graph.input.GraphEditorInputMode
Called when the keyboard input mode changed.
onLabelChanged(label:com.yworks.graph.model:ILabel) — Method in class com.yworks.graph.model.DefaultGraph
Callback that is invoked after a label has changed.
onMachineReset() — Method in class com.yworks.canvas.input.ClickInputMode
onMachineReset() — Method in class com.yworks.canvas.input.StateMachineInputMode
onMarqueeSelected() — Method in 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 in class com.yworks.canvas.input.MainInputMode
Called when the marqueeSelectionInputMode property value changes and after initialization of the field.
onMarqueeSelectionInputModeMarqueeSelected(evt) — Method in class com.yworks.canvas.input.MainInputMode
Callback used by MarqueeSelectionInputMode if the user has finished creating the marquee selection.
onMouseDown(evt) — Method in class com.yworks.canvas.CanvasComponent
Tries to gain the focus, if the canvas area was hit.
onMouseEvent(evt:com.yworks.canvas.input:CanvasMouseEvent) — Method in class com.yworks.canvas.input.MouseHoverInputMode
Called when a mouse event occurs.
onMouseMove(evt) — Method in class com.yworks.canvas.CanvasComponent
Calls onCanvasMouseDragged or onCanvasMouseMoved with the corresponding CanvasMouseEvent.
onMouseUp(evt) — Method in class com.yworks.canvas.CanvasComponent
Calls onCanvasMouseUp and possibly onCanvasMouseClicked with the corresponding CanvasMouseEvent.
onMouseWheel(evt) — Method in class com.yworks.canvas.CanvasComponent
Calls onCanvasMouseWheel with the corresponding CanvasMouseEvent.
onMoveInputModeChanged(oldMoveInputMode:com.yworks.canvas.input:MoveInputMode, newMoveInputMode:com.yworks.canvas.input:MoveInputMode) — Method in 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 in class com.yworks.graph.input.GraphEditorInputMode
Called when the moveInputMode property value changes
onMoveInputModeDragFinished(evt) — Method in 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 in class com.yworks.graph.input.GraphEditorInputMode
Called when the a drag operation is finished
onMoveLabelInputModeChanged(oldMoveLabelInputMode:com.yworks.canvas.input:MoveLabelInputMode, newMoveLabelInputMode:com.yworks.canvas.input:MoveLabelInputMode) — Method in class com.yworks.graph.input.GraphEditorInputMode
Called when the moveLabelInputMode property value changes and after initialization of the field.
onMutexObtained() — Method in class com.yworks.canvas.input.AbstractConcurrentInputMode
Called when this instance obtains the InputMutex.
onMutexObtained() — Method in class com.yworks.canvas.input.StateMachineInputMode
Runs the state machine using a mutex obtained event.
onMutexReleased() — Method in class com.yworks.canvas.input.AbstractConcurrentInputMode
Called when this instance released the InputMutex.
onMutexReleased(oldOwner:com.yworks.canvas.input:IConcurrentInputMode) — Method in class com.yworks.canvas.input.ConcurrencyController
Callback method that will be triggered if a mode released the input mutex.
onMutexReleased() — Method in class com.yworks.canvas.input.StateMachineInputMode
Runs the state machine using a mutex lost event.
onMutexRequested(newOwner:com.yworks.canvas.input:IConcurrentInputMode) — Method in class com.yworks.canvas.input.ConcurrencyController
Callback method that will be triggered if a mode requests the input mutex.
onNodeChanged(node:com.yworks.graph.model:INode) — Method in class com.yworks.graph.model.DefaultGraph
Callback that is invoked after a node has changed.
onNodeChanged(node:com.yworks.graph.model:INode) — Method in 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 in 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 in 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 in 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 in class com.yworks.graph.model.DefaultGraph
Called after a label has been removed from its node.
onNodeRemoved(node:com.yworks.graph.model:INode) — Method in 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 in class com.yworks.graph.model.GroupedGraph
Called whenever a node has been removed in the graph.
onPortAdded(port:com.yworks.graph.model:IPort) — Method in class com.yworks.graph.model.DefaultGraph
Called when a port has been added to a node.
onPortChanged(port:com.yworks.graph.model:IPort) — Method in class com.yworks.graph.model.DefaultGraph
Callback that is invoked after a port has changed.
onPortRemoved(oldOwner:com.yworks.graph.model:IPortOwner, port:com.yworks.graph.model:IPort) — Method in 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 in class com.yworks.canvas.input.AbstractConcurrentInputMode
Called when the preferredCursor property changes.
onPropertyChanged(name, oldValue, newValue) — Method in class com.yworks.support.UndoEngine
This will trigger the corresponding PropertyChangedEvent.
onRemove(event) — Method in class com.yworks.canvas.CanvasComponent
Called when the component is removed from the display list.
onRemovingBend(bend:com.yworks.graph.model:IBend) — Method in 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 in 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 in 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 in 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 in 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 in 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 in class com.yworks.graph.input.GraphEditorInputMode
Called when the reparentNodeHandler property value changes and after initialization of the field.
onRun(evt) — Method in 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) — Method in class com.yworks.remote.DownloadHandler
Called when a security error occurs while executing the file download.
onSecurityError(evt) — Method in class com.yworks.remote.ImageExportHandler
Called when a security error occurs while executing the image file download.
onSecurityError(evt) — Method in class com.yworks.remote.UploadHandler
Called when a security error occurs while executing the file download.
onSelect(evt) — Method in class com.yworks.remote.DownloadHandler
Called when the user has selected a location for the file download.
onSelect(evt) — Method in class com.yworks.remote.ImageExportHandler
Called when the user has selected a location for the image file download.