| 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 |
| UNBOUND — Constant static property in class com.yworks.canvas.drawing.BoundsProvider |
|
An IBoundsProvider that yields "infinite"/unbound bounds. |
| UNBOUND — Constant static property in class com.yworks.canvas.geom.ImmutableSize |
|
An immutable instance that is treated as an unbound size. |
| UNBOUND — Constant static property in class com.yworks.canvas.geom.Size |
|
An implementation of ISize with infinite bounds
|
| undo() — Method in class com.yworks.graph.input.GraphEditorInputMode |
|
Undoes the last undoable change. |
| undo() — Method in class com.yworks.support.AbstractUndoUnit |
|
Undoes the change that is represented by this unit. |
| undo() — Method in class com.yworks.support.CompoundUndoUnit |
|
Undoes the next IUndoUnit. |
| undo() — Method in interface com.yworks.support.IUndoUnit |
|
Undoes the change that is represented by this unit. |
| undo() — Method in class com.yworks.support.UndoEngine |
|
Undoes all units in this queue. |
| undo() — Method in class com.yworks.ui.GraphCanvasComponent |
|
Undoes the last operation. |
| UNDO — Static property in class com.yworks.resources.Actions |
| |
| UndoEngine — Class in package com.yworks.support |
|
A generic support class that can manage IUndoUnit instances to support undoability. |
| undoEngineEnabled — Property in class com.yworks.graph.model.DefaultGraph |
|
Determines whether the UndoEngine used for this instance should be enabled. |
| undoImpl() — Method in class com.yworks.support.AbstractUndoUnit |
|
Undoes the operation. |
| undoImpl() — Method in class com.yworks.support.MementoUndoUnit |
|
Reads the current state and applies the old one. |
| undoName — Property in class com.yworks.support.AbstractUndoUnit |
|
The name of the undo unit. |
| undoName — Property in class com.yworks.support.CompoundUndoUnit |
|
The name of the undo unit. |
| undoName — Property in interface com.yworks.support.IUndoUnit |
|
The name of the undo unit. |
| undoName — Property in class com.yworks.support.UndoEngine |
|
The name of the undo unit. |
| undoNext() — Method in class com.yworks.support.UndoEngine |
|
Undoes the next IUndoUnit. |
| undoOperationsAllowed — Property in class com.yworks.graph.input.GraphEditorInputMode |
|
Determines whether undo/redo operations with the usual shortcuts are enabled on the canvas. |
| undoText — Property in class com.yworks.support.UndoEngine |
|
The IUndoUnit.undoName of the next undo operation. |
| UNGROUP — Static property in class com.yworks.resources.Actions |
| |
| ungroupSelection() — Method in class com.yworks.graph.input.GraphEditorInputMode |
|
Makes each of the currently selected nodes a direct child of the root group (if not already). |
| ungroupSelectionAllowed — Property in class com.yworks.graph.input.GraphEditorInputMode |
|
Determines whether Ctrl-U-presses should result in calls to ungroupSelection(). |
| unhideOriginalEdge(edge:com.yworks.graph.model:IEdge, canvas:com.yworks.canvas:CanvasComponent) — Method in class com.yworks.graph.model.PortRelocationHandle |
|
Unhides the original edge that was hidden during the drag operation. |
| uninstall(context:com.yworks.canvas.input:IInputModeContext) — Method in class com.yworks.canvas.input.AbstractInputMode |
|
Uninstalls this mode from the canvas. |
| uninstall(context:com.yworks.canvas.input:IInputModeContext) — Method in class com.yworks.canvas.input.ContextMenuInputMode |
| |
| uninstall(context:com.yworks.canvas.input:IInputModeContext) — Method in class com.yworks.canvas.input.HandleInputMode |
|
Removes the paintable from the canvas. |
| uninstall(context:com.yworks.canvas.input:IInputModeContext) — Method in interface com.yworks.canvas.input.IInputMode |
|
Uninstalls this mode from the given canvas. |
| uninstall(context:com.yworks.canvas.input:IInputModeContext) — Method in class com.yworks.canvas.input.KeyboardInputMode |
|
Uninstalls this mode from the given canvas. |
| uninstall(context:com.yworks.canvas.input:IInputModeContext) — Method in class com.yworks.canvas.input.MarqueeSelectionInputMode |
|
Uninstalls this mode from the given canvas. |
| uninstall(context:com.yworks.canvas.input:IInputModeContext) — Method in class com.yworks.canvas.input.MouseHoverInputMode |
|
Uninstalls this mode from the given canvas. |
| uninstall(context:com.yworks.canvas.input:IInputModeContext) — Method in class com.yworks.canvas.input.MultiplexingInputMode |
| |
| uninstall(context:com.yworks.canvas.input:IInputModeContext) — Method in class com.yworks.canvas.input.NodeEffectInputMode |
|
Uninstalls this mode from the given canvas. |
| uninstall(context:com.yworks.canvas.input:IInputModeContext) — Method in class com.yworks.canvas.input.OverviewInputMode |
|
Uninstalls this mode from the given canvas. |
| uninstall(context:com.yworks.canvas.input:IInputModeContext) — Method in class com.yworks.canvas.input.StateMachineInputMode |
|
Uninstalls this mode from the canvas. |
| uninstall(context:com.yworks.canvas.input:IInputModeContext) — Method in class com.yworks.canvas.input.TextEditorInputMode |
|
Uninstalls this mode from the given canvas. |
| uninstall(canvas:com.yworks.canvas:CanvasComponent) — Method in interface com.yworks.canvas.model.IModelItemInstaller |
|
Called by the framework to let this instance do the clean up for a given canvas
that has been initialized in install(CanvasComponent). |
| uninstall(descriptor:com.yworks.canvas.model:IModelItemDescriptor, canvasObjects) — Method in class com.yworks.canvas.model.ModelManager |
|
Simple implementation that removes all of the given canvasObjects. |
| uninstall(canvas:com.yworks.canvas:CanvasComponent) — Method in class com.yworks.graph.drawing.AbstractStyleInstaller |
|
This implementation does nothing. |
| uninstall(context:com.yworks.canvas.input:IInputModeContext) — Method in class com.yworks.graph.input.CreateEdgeInputMode |
|
Uninstalls this mode from the canvas. |
| uninstallListeners() — Method in class com.yworks.canvas.input.ClickInputMode |
|
Uninstalls all listeners, this instance has installed on calling intallListeners()
|
| uninstallListeners() — Method in class com.yworks.canvas.input.StateMachineInputMode |
|
Uninstalls all listeners, this instance has installed on calling intallListeners()
|
| uninstallTextEditor() — Method in class com.yworks.canvas.input.TextEditorInputMode |
|
Removes the text box. |
| union(rect1:com.yworks.canvas.geom:IRectangle, rect2:com.yworks.canvas.geom:IRectangle, dest:com.yworks.canvas.geom:IMutableRectangle) — Static method in class com.yworks.canvas.geom.GeomSupport |
|
Creates the union of two rectangles, placing the result in a third. |
| unMap(key) — Static method in class com.yworks.util.BitmapCache |
|
Removes the data cached for the given key. |
| unMapValue(key) — Method in class com.yworks.support.DictionaryMapper |
|
Removes a previously created association with the given key. |
| unMapValue(key) — Method in interface com.yworks.support.IMapper |
|
Removes a previously created association with the given key. |
| UnoccupiedPortCandidateProvider — Class in package com.yworks.graph.model |
|
Simple implementation of an IPortCandidateProvider
that returns unoccuppied ports at a given entity. |
| UnoccupiedPortCandidateProvider(portOwner:com.yworks.graph.model:IPortOwner) — Constructor in class com.yworks.graph.model.UnoccupiedPortCandidateProvider |
|
Creates a new instance of this
|
| unregister(mode:com.yworks.canvas.input:IConcurrentInputMode) — Method in class com.yworks.canvas.input.ConcurrencyController |
|
Unregisters the given mode from this controller. |
| unregisterDeserializer(deserializer:com.yworks.io.graphml.reader:IDeserializer) — Method in class com.yworks.io.graphml.GraphMLIOHandler |
|
Unregister an IDeserializer instance that was previously registered. |
| unregisterSerializer(serializer:com.yworks.io.graphml.writer:ISerializer) — Method in class com.yworks.io.graphml.GraphMLIOHandler |
|
Unregister an ISerializer instance that was previously registered. |
| unselectedItemsHitTestable — Property in class com.yworks.graph.model.InputModeController |
|
Gets an implementation of the IHitTestable interface that
is a live composite of all IHitTestable implementations of the currently
unselected items. |
| unselectedMovableItemsHitTestable — Property in class com.yworks.graph.model.InputModeController |
|
Gets an implementation of the interface that
is a live composite of all IMovable implementations of the currently
unselected items. |
| update(item) — Method in class com.yworks.canvas.model.CollectionModelManager |
|
This method may be called to update the visual representation of the given item. |
| update — Property in class com.yworks.remote.RoundtripHandler |
|
Gets or sets whether the graph instance currently displayed in the graph canvas should
be updated using the GraphML data sent by the server. |
| UPDATE — Constant static property in class com.yworks.graph.model.GraphEventKind |
|
The whole graph was updated. |
| updateContentRect(margins:com.yworks.canvas.geom:IRectangle) — Method in class com.yworks.canvas.CanvasComponent |
|
Updates the contentRect to encompass the bounds by all elements in the
current scene graph upon the next invocation of updateDisplayList. |
| updateDescriptor(descriptor:com.yworks.canvas.model:IModelItemDescriptor) — Method in class com.yworks.canvas.model.ModelManager |
|
Updates the item in the canvas by uninstalling and reinstalling it
into the canvas. |
| updateDisplayList(unscaledWidth, unscaledHeight) — Method in class com.yworks.canvas.CanvasComponent |
|
|
| updateGraphItems() — Method in class com.yworks.canvas.CanvasObjectDependencyManager |
|
Updates all items of the graph by calling onGraphStructureChanged
for each item of the graph. |
| updateOptions — Property in class com.yworks.remote.RoundtripHandler |
|
Get or set the options to use for the graph update. |
| updateTargetPortOwner(oldOwner:com.yworks.graph.model:IPortOwner, newOwner:com.yworks.graph.model:IPortOwner) — Method in class com.yworks.graph.input.CreateEdgeInputMode |
|
Updates the dummyEdge to reflect the current target port candidate. |
| updateTimerDelay — Property in class com.yworks.canvas.input.OverviewInputMode |
|
Gets or sets the invalidation delay in milliseconds
for the timer that triggers an update of the canvas. |
| updateTree(partially) — Method in class com.yworks.canvas.CanvasComponent |
|
Repaints the display list
|
| updateTree(partially) — Method in class com.yworks.ui.GraphCanvasComponent |
|
Repaints the display list
|
| updateViewport() — Method in class com.yworks.canvas.CanvasComponent |
|
update the viewport bounds upon the next invocation of updateDisplayList. |
| upload(graph:com.yworks.graph.model:IGraph, defaultFileName) — Method in class com.yworks.remote.UploadHandler |
|
Calls the upload URL that was passed upon initialization. |
| UploadHandler — Class in package com.yworks.remote |
|
A Handler which sends a file to a server and expects a GraphML encoded graph as reponse. |
| UploadHandler(uploadURL, roundtripHandler:com.yworks.remote:RoundtripHandler) — Constructor in class com.yworks.remote.UploadHandler |
|
Create a new instance for the given service URL. |
| upX — Property in interface com.yworks.canvas.geom.IOrientedRectangle |
|
Returns the x value of the up vector. |
| upX — Property in interface com.yworks.canvas.geom.IOrientedRectangleSetter |
|
Sets the x value of the up vector. |
| upX — Property in class com.yworks.canvas.geom.OrientedRectangle |
|
Gets or sets the x component of the up vector to the new value. |
| upX — Property in class com.yworks.canvas.geom.YRectangle |
|
always returns 0. |
| upY — Property in interface com.yworks.canvas.geom.IOrientedRectangle |
|
Returns the y value of the up vector. |
| upY — Property in interface com.yworks.canvas.geom.IOrientedRectangleSetter |
|
Sets the y value of the up vector. |
| upY — Property in class com.yworks.canvas.geom.OrientedRectangle |
|
The y component of the up vector to the new value. |
| upY — Property in class com.yworks.canvas.geom.YRectangle |
|
always returns -1. |
| uriEncode — Property in class com.yworks.remote.DownloadHandler |
|
Whether to encode the graphML string sent to
the server using the global encodeURIComponent function. |
| uriEncode — Property in class com.yworks.remote.RoundtripHandler |
|
Whether to encode the graphML string sent to
the server using the global encodeURIComponent function. |
| url — Property in class com.yworks.graph.drawing.ImageIcon |
|
The URL this image is to be loaded from. |
| url — Property in class com.yworks.graph.drawing.ImageNodeStyle |
|
The URL this image is to be loaded from. |
| url — Property in class com.yworks.graph.drawing.SWFNodeStyle |
|
Get or set an url that points to the SWF file which will be used as
a node representation. |
| url — Property in class com.yworks.remote.DefaultServerAction |
| |
| url — Property in interface com.yworks.remote.ServerAction |
|
The location of the server action. |
| useFinder — Property in class com.yworks.canvas.input.LabelPositionHandler |
|
Gets or sets a property that determines whether the handler may use a
ILabelModelParameterFinder to assign arbitrary positions. |
| useHitNodeTargetCandidatesOnly — Property in class com.yworks.graph.input.CreateEdgeInputMode |
|
Gets or sets a property that determines whether this mode should
use only the target port candidates of the node the mouse currently hovers over. |
| useJavaStyles — Property in class com.yworks.remote.RoundtripHandler |
| |
| useLabelModelParameterFinder — Property in class com.yworks.canvas.input.MoveLabelInputMode |
|
Gets or sets a property that determines whether to allow the use of the ILabelModelParameterFinder
to assign new label model parameters. |
| useOverlayHitArea — Property in class com.yworks.canvas.input.NodeEffectInputMode |
|
Wether to use the overlay as the node's hitArea or to query the nodeStyles IBoundsProvider
for the node bounds. |
| useParameterFinder() — Method in class com.yworks.canvas.input.LabelPositionHandler |
|
Determines whether to use a ILabelModelParameterFinder to find the best candidate. |
| usePortCandidateProviders — Property in class com.yworks.graph.model.DefaultGraph |
|
Gets or sets a property that determines whether
createEdgeBetweenNodes
should use IPortCandidateProvider implementations to
find the ports to connect the newly created edge to. |
| userObject — Property in interface com.yworks.canvas.ICanvasObject |
|
Gets or sets the user object associated with this instance. |
| userObject — Property in class com.yworks.support.YList |
|
Gets or set the user object associated with this list. |
| Util — Class in package com.yworks.util |
|
Provides static utility functions. |
|
| 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 |