Skip navigation links
GEF4 MVC
1.0.0.201605021044
A B C D E F G H I L M N O P R S T U V Z 

D

deactivate() - Method in class org.eclipse.gef4.mvc.behaviors.AbstractBehavior
 
deactivate() - Method in class org.eclipse.gef4.mvc.domain.AbstractDomain
 
deactivate() - Method in class org.eclipse.gef4.mvc.fx.ui.parts.AbstractFXEditor
Deactivates the editor by deactivating its FXDomain.
deactivate() - Method in class org.eclipse.gef4.mvc.fx.ui.parts.AbstractFXView
Deactivates this AbstractFXView by deactivating its FXDomain that was previously injected.
deactivate() - Method in class org.eclipse.gef4.mvc.parts.AbstractVisualPart
Deactivates this IVisualPart (if it is active) by delegating to AbstractVisualPart.doDeactivate() first and setting (and propagating) the new active state afterwards.
deactivate() - Method in class org.eclipse.gef4.mvc.tools.AbstractTool
 
deactivate() - Method in class org.eclipse.gef4.mvc.viewer.AbstractViewer
 
deactivateChildren() - Method in class org.eclipse.gef4.mvc.parts.AbstractRootPart
 
deactivateChildren() - Method in class org.eclipse.gef4.mvc.parts.AbstractVisualPart
Deactivates the children of this AbstractVisualPart.
DEFAULT_FILL - Static variable in class org.eclipse.gef4.mvc.fx.parts.FXCircleSegmentHandlePart
The default fill color for this part's visualization.
DEFAULT_FILL - Static variable in class org.eclipse.gef4.mvc.fx.parts.FXSquareSegmentHandlePart
The default fill color for this part's visualization.
DEFAULT_LABEL - Static variable in class org.eclipse.gef4.mvc.operations.ChangeContentsOperation
"Change Contents" The default label for this operation (i.e. used if no label is specified).
DEFAULT_LABEL - Static variable in class org.eclipse.gef4.mvc.operations.ChangeFocusOperation
"change-focus" The default label for this operation (i.e. used if no label is specified).
DEFAULT_LABEL - Static variable in class org.eclipse.gef4.mvc.operations.DeselectOperation
"change-selection" The default label for this operation (i.e. used if no label is specified).
DEFAULT_LABEL - Static variable in class org.eclipse.gef4.mvc.operations.SelectOperation
"change-selection" The default label for this operation (i.e. used if no label is specified).
DEFAULT_LENGTH - Static variable in class org.eclipse.gef4.mvc.fx.parts.FXRectangleSegmentHandlePart
The default length for this part's visualization.
DEFAULT_OVERLAY_THRESHOLD - Static variable in class org.eclipse.gef4.mvc.fx.policies.FXBendConnectionPolicy
The overlay threshold, i.e. the distance between two points so that they are regarded as overlying.
DEFAULT_SCROLL_AMOUNT_PER_SECOND - Static variable in class org.eclipse.gef4.mvc.fx.policies.FXPanOnTypePolicy
The default scroll amount per second, i.e. how many pixels the viewport is moved per second.
DEFAULT_SEGMENT_OVERLAY_THRESHOLD - Static variable in class org.eclipse.gef4.mvc.fx.policies.FXBendConnectionPolicy
The overlay threshold, i.e. the distance between two points so that they are regarded as overlying.
DEFAULT_SIZE - Static variable in class org.eclipse.gef4.mvc.fx.parts.FXCircleSegmentHandlePart
The default size for this part's visualization.
DEFAULT_SIZE - Static variable in class org.eclipse.gef4.mvc.fx.parts.FXSquareSegmentHandlePart
The default size for this part's visualization.
DEFAULT_STROKE - Static variable in class org.eclipse.gef4.mvc.fx.parts.FXCircleSegmentHandlePart
The default stroke color for this part's visualization.
DEFAULT_STROKE - Static variable in class org.eclipse.gef4.mvc.fx.parts.FXFocusFeedbackPart
The default stroke color for this part's visualization.
DEFAULT_STROKE - Static variable in class org.eclipse.gef4.mvc.fx.parts.FXHoverFeedbackPart
The default stroke color for this part's visualization.
DEFAULT_STROKE - Static variable in class org.eclipse.gef4.mvc.fx.parts.FXRectangleSegmentHandlePart
The default stroke color for this part's visualization.
DEFAULT_STROKE - Static variable in class org.eclipse.gef4.mvc.fx.parts.FXSquareSegmentHandlePart
The default stroke color for this part's visualization.
DEFAULT_STYLE - Static variable in class org.eclipse.gef4.mvc.fx.viewer.FXViewer
Defines the default CSS styling for the InfiniteCanvas: no background, no border.
DEFAULT_VALUE - Static variable in class org.eclipse.gef4.mvc.ui.properties.SetPropertyValueOperation
Value constant to indicate that the property is to be reset to its default value during execute/redo and undo.
DEFAULT_WIDTH - Static variable in class org.eclipse.gef4.mvc.fx.parts.FXRectangleSegmentHandlePart
The default width for this part's visualization.
DefaultTargetPolicyResolver - Class in org.eclipse.gef4.mvc.fx.tools
The DefaultTargetPolicyResolver is an ITargetPolicyResolver that works in two stages: Examining the active policies of other tools to find "multi-gesture" policies that implement or extend the given target policy type.
DefaultTargetPolicyResolver() - Constructor for class org.eclipse.gef4.mvc.fx.tools.DefaultTargetPolicyResolver
 
delete(IContentPart<VR, ? extends VR>) - Method in class org.eclipse.gef4.mvc.policies.DeletionPolicy
Deletes the given IContentPart by removing the IContentPart's content from the parent IContentPart' content and by detaching the contents of all anchored IContentParts from the IContentPart's content.
DeleteActionHandler - Class in org.eclipse.gef4.mvc.fx.ui.parts
An Action to handle deletion of selection elements in an FXViewer IMPORTANT: Usually, an action handler will only be executed in case the widget that currently has focus does not already consume the triggering key event.
DeleteActionHandler() - Constructor for class org.eclipse.gef4.mvc.fx.ui.parts.DeleteActionHandler
Creates a new DeleteActionHandler.
DeletionPolicy<VR> - Class in org.eclipse.gef4.mvc.policies
The DeletionPolicy is an AbstractTransactionPolicy that handles the deletion of content.
DeletionPolicy() - Constructor for class org.eclipse.gef4.mvc.policies.DeletionPolicy
 
DeselectOperation<VR> - Class in org.eclipse.gef4.mvc.operations
The DeselectOperation can be used to change the SelectionModel of an IViewer.
DeselectOperation(IViewer<VR>, List<? extends IContentPart<VR, ? extends VR>>) - Constructor for class org.eclipse.gef4.mvc.operations.DeselectOperation
Creates a new DeselectOperation to change the selection within the given IViewer by removing the given IContentParts.
DeselectOperation(String, IViewer<VR>, List<? extends IContentPart<VR, ? extends VR>>) - Constructor for class org.eclipse.gef4.mvc.operations.DeselectOperation
Creates a new DeselectOperation to change the selection within the given IViewer by removing the given IContentParts.
detachAnchored(IVisualPart<VR, ? extends VR>) - Method in class org.eclipse.gef4.mvc.parts.AbstractVisualPart
 
detachAnchored(IVisualPart<VR, ? extends VR>) - Method in interface org.eclipse.gef4.mvc.parts.IVisualPart
Used by an anchored IVisualPart to unestablish an anchorage-anchored relationship with this anchorage IVisualPart.
detachFromAnchorage(IVisualPart<VR, ? extends VR>) - Method in class org.eclipse.gef4.mvc.parts.AbstractVisualPart
 
detachFromAnchorage(IVisualPart<VR, ? extends VR>, String) - Method in class org.eclipse.gef4.mvc.parts.AbstractVisualPart
 
detachFromAnchorage(IVisualPart<VR, ? extends VR>) - Method in interface org.eclipse.gef4.mvc.parts.IVisualPart
Detaches this IVisualPart from the given anchorage IVisualPart under the 'default' role.
detachFromAnchorage(IVisualPart<VR, ? extends VR>, String) - Method in interface org.eclipse.gef4.mvc.parts.IVisualPart
Detaches this IVisualPart from the given anchorage IVisualPart under the given role.
detachFromAnchorageVisual(IVisualPart<Node, ? extends Node>, String) - Method in class org.eclipse.gef4.mvc.fx.parts.AbstractFXFeedbackPart
 
detachFromAnchorageVisual(IVisualPart<Node, ? extends Node>, String) - Method in class org.eclipse.gef4.mvc.fx.parts.AbstractFXHandlePart
 
detachFromAnchorageVisual(IVisualPart<VR, ? extends VR>, String) - Method in class org.eclipse.gef4.mvc.parts.AbstractRootPart
 
detachFromAnchorageVisual(IVisualPart<VR, ? extends VR>, String) - Method in class org.eclipse.gef4.mvc.parts.AbstractVisualPart
Detaches this part's visual from the visual of the given anchorage.
detachFromContentAnchorage(Object, String) - Method in class org.eclipse.gef4.mvc.parts.AbstractContentPart
Detaches this part's content from the given contentAnchorage under the specified role, so that it will no longer be returned by subsequent calls to IContentPart.getContentAnchoragesUnmodifiable().
detachFromContentAnchorage(Object, String) - Method in interface org.eclipse.gef4.mvc.parts.IContentPart
Detaches this part's content from the given contentAnchorage under the specified role, so that it will no longer be returned by subsequent calls to IContentPart.getContentAnchoragesUnmodifiable().
detachFromContentAnchorage(Object, String) - Method in class org.eclipse.gef4.mvc.policies.ContentPolicy
Creates and records operations to detach the host of this ContentPolicy from the specified contentAnchorage under the specified role.
DetachFromContentAnchorageOperation<VR> - Class in org.eclipse.gef4.mvc.operations
The DetachFromContentAnchorageOperation uses the IContentPart API to detach an anchored from the given anchorage.
DetachFromContentAnchorageOperation(IContentPart<VR, ? extends VR>, Object, String) - Constructor for class org.eclipse.gef4.mvc.operations.DetachFromContentAnchorageOperation
Creates a new DetachFromContentAnchorageOperation to detach the given anchored IContentPart from the given contentAnchorage under the specified role, so that it will not be returned by subsequent calls to IContentPart.getContentAnchoragesUnmodifiable().
determineTargetPart() - Method in class org.eclipse.gef4.mvc.fx.policies.FXResizeTranslateFirstAnchorageOnHandleDragPolicy
Returns the target IVisualPart for this policy.
determineTargetParts() - Method in class org.eclipse.gef4.mvc.fx.policies.FXRotateSelectedOnHandleDragPolicy
Returns a List containing the whole selection.
determineTargetParts() - Method in class org.eclipse.gef4.mvc.fx.policies.FXRotateSelectedOnRotatePolicy
Returns a List containing all IContentParts that should be rotated by this policy.
determineViewer(IVisualPart<VR, ? extends VR>, Multiset<IVisualPart<VR, ? extends VR>>) - Method in class org.eclipse.gef4.mvc.parts.AbstractVisualPart
Determines the viewer reference via the given parent or any of the given anchoreds.
determineViewportPolicy() - Method in class org.eclipse.gef4.mvc.fx.policies.FXPanOrZoomOnScrollPolicy
Returns the FXChangeViewportPolicy that is to be used for changing the viewport.
determineViewportPolicy() - Method in class org.eclipse.gef4.mvc.fx.policies.FXZoomOnPinchSpreadPolicy
Determines the FXChangeViewportPolicy that is used by this policy.
dispose() - Method in class org.eclipse.gef4.mvc.behaviors.ContentBehavior
 
dispose() - Method in class org.eclipse.gef4.mvc.domain.AbstractDomain
 
dispose() - Method in class org.eclipse.gef4.mvc.fx.ui.parts.AbstractFXEditor
 
dispose() - Method in class org.eclipse.gef4.mvc.fx.ui.parts.AbstractFXView
 
dispose() - Method in class org.eclipse.gef4.mvc.fx.ui.parts.FXEditorActionBarContributor
 
dispose() - Method in class org.eclipse.gef4.mvc.fx.ui.parts.SelectionForwarder
Unregisters all listeners.
dispose() - Method in class org.eclipse.gef4.mvc.parts.AbstractVisualPart
 
dispose() - Method in class org.eclipse.gef4.mvc.ui.properties.UndoablePropertySheetEntry
 
dispose() - Method in class org.eclipse.gef4.mvc.ui.properties.UndoablePropertySheetPage
Overwritten to unregister command stack listener.
dispose() - Method in class org.eclipse.gef4.mvc.viewer.AbstractViewer
 
disposeIfObsolete(IContentPart<VR, ? extends VR>) - Method in class org.eclipse.gef4.mvc.behaviors.ContentBehavior
If the given IContentPart does neither have a parent nor any anchoreds, then it's content is set to null and the part is added to the ContentPartPool.
doActivate() - Method in class org.eclipse.gef4.mvc.behaviors.AbstractBehavior
Post AbstractBehavior.activate() hook that may be overwritten to e.g. register listeners.
doActivate() - Method in class org.eclipse.gef4.mvc.behaviors.ContentBehavior
 
doActivate() - Method in class org.eclipse.gef4.mvc.behaviors.HoverBehavior
 
doActivate() - Method in class org.eclipse.gef4.mvc.behaviors.SelectionBehavior
 
doActivate() - Method in class org.eclipse.gef4.mvc.fx.behaviors.FXConnectionClickableAreaBehavior
 
doActivate() - Method in class org.eclipse.gef4.mvc.fx.behaviors.FXFocusBehavior
 
doActivate() - Method in class org.eclipse.gef4.mvc.fx.behaviors.FXGridBehavior
 
doActivate() - Method in class org.eclipse.gef4.mvc.fx.parts.FXFocusFeedbackPart
 
doActivate() - Method in class org.eclipse.gef4.mvc.parts.AbstractVisualPart
doAddContentChild(Object, int) - Method in class org.eclipse.gef4.mvc.parts.AbstractContentPart
Adds the given contentChild to this part's content children, so that it will no longer be returned by subsequent calls to AbstractContentPart.doGetContentChildren().
doAttachToContentAnchorage(Object, String) - Method in class org.eclipse.gef4.mvc.parts.AbstractContentPart
Attaches this part's content to the given contentAnchorage under the specified role, so that it will be returned by subsequent calls to AbstractContentPart.doGetContentAnchorages().
doDeactivate() - Method in class org.eclipse.gef4.mvc.behaviors.AbstractBehavior
Pre AbstractBehavior.deactivate() hook that may be overwritten to e.g. unregister listeners.
doDeactivate() - Method in class org.eclipse.gef4.mvc.behaviors.ContentBehavior
 
doDeactivate() - Method in class org.eclipse.gef4.mvc.behaviors.HoverBehavior
 
doDeactivate() - Method in class org.eclipse.gef4.mvc.behaviors.SelectionBehavior
 
doDeactivate() - Method in class org.eclipse.gef4.mvc.fx.behaviors.FXConnectionClickableAreaBehavior
 
doDeactivate() - Method in class org.eclipse.gef4.mvc.fx.behaviors.FXFocusBehavior
 
doDeactivate() - Method in class org.eclipse.gef4.mvc.fx.behaviors.FXGridBehavior
 
doDeactivate() - Method in class org.eclipse.gef4.mvc.fx.behaviors.FXHoverBehavior
 
doDeactivate() - Method in class org.eclipse.gef4.mvc.fx.parts.FXFocusFeedbackPart
 
doDeactivate() - Method in class org.eclipse.gef4.mvc.parts.AbstractVisualPart
doDetachFromContentAnchorage(Object, String) - Method in class org.eclipse.gef4.mvc.parts.AbstractContentPart
Detaches this part's content from the given contentAnchorage under the specified role, so that it will no longer be returned by subsequent calls to AbstractContentPart.doGetContentAnchorages().
doGetContentAnchorages() - Method in class org.eclipse.gef4.mvc.parts.AbstractContentPart
Hook method to return the current list of content anchorages.
doGetContentChildren() - Method in class org.eclipse.gef4.mvc.parts.AbstractContentPart
Hook method to return the current list of content children.
doRefreshVisual(N) - Method in class org.eclipse.gef4.mvc.fx.parts.AbstractFXSegmentHandlePart
 
doRefreshVisual(Circle) - Method in class org.eclipse.gef4.mvc.fx.parts.FXCircleSegmentHandlePart
 
doRefreshVisual(GeometryNode<IGeometry>) - Method in class org.eclipse.gef4.mvc.fx.parts.FXFocusFeedbackPart
 
doRefreshVisual(GeometryNode<IGeometry>) - Method in class org.eclipse.gef4.mvc.fx.parts.FXHoverFeedbackPart
 
doRefreshVisual(Rectangle) - Method in class org.eclipse.gef4.mvc.fx.parts.FXRectangleSegmentHandlePart
 
doRefreshVisual(Group) - Method in class org.eclipse.gef4.mvc.fx.parts.FXRootPart
 
doRefreshVisual(GeometryNode<IGeometry>) - Method in class org.eclipse.gef4.mvc.fx.parts.FXSelectionFeedbackPart
 
doRefreshVisual(V) - Method in class org.eclipse.gef4.mvc.parts.AbstractVisualPart
Refreshes this part's visualization based on this part's content.
doRemoveContentChild(Object) - Method in class org.eclipse.gef4.mvc.parts.AbstractContentPart
Removes the given contentChild from this part's content children, so that it will no longer be returned by subsequent calls to AbstractContentPart.doGetContentChildren().
doReorderContentChild(Object, int) - Method in class org.eclipse.gef4.mvc.parts.AbstractContentPart
Rearranges the given contentChild to the new index position.
drag(MouseEvent, Dimension) - Method in class org.eclipse.gef4.mvc.fx.policies.FXBendFirstAnchorageOnSegmentHandleDragPolicy
 
drag(MouseEvent, Dimension) - Method in class org.eclipse.gef4.mvc.fx.policies.FXBendOnSegmentDragPolicy
 
drag(MouseEvent, Dimension) - Method in class org.eclipse.gef4.mvc.fx.policies.FXMarqueeOnDragPolicy
 
drag(MouseEvent, Dimension) - Method in class org.eclipse.gef4.mvc.fx.policies.FXNormalizeConnectedOnDragPolicy
 
drag(MouseEvent, Dimension) - Method in class org.eclipse.gef4.mvc.fx.policies.FXResizeTransformSelectedOnHandleDragPolicy
 
drag(MouseEvent, Dimension) - Method in class org.eclipse.gef4.mvc.fx.policies.FXResizeTranslateFirstAnchorageOnHandleDragPolicy
 
drag(MouseEvent, Dimension) - Method in class org.eclipse.gef4.mvc.fx.policies.FXRotateSelectedOnHandleDragPolicy
 
drag(MouseEvent, Dimension) - Method in class org.eclipse.gef4.mvc.fx.policies.FXTranslateSelectedOnDragPolicy
 
drag(MouseEvent, Dimension) - Method in interface org.eclipse.gef4.mvc.fx.policies.IFXOnDragPolicy
This callback method is invoked when the mouse is moved while a button is pressed.
dragAborted() - Method in class org.eclipse.gef4.mvc.fx.policies.FXBendFirstAnchorageOnSegmentHandleDragPolicy
 
dragAborted() - Method in class org.eclipse.gef4.mvc.fx.policies.FXBendOnSegmentDragPolicy
 
dragAborted() - Method in class org.eclipse.gef4.mvc.fx.policies.FXMarqueeOnDragPolicy
 
dragAborted() - Method in class org.eclipse.gef4.mvc.fx.policies.FXNormalizeConnectedOnDragPolicy
 
dragAborted() - Method in class org.eclipse.gef4.mvc.fx.policies.FXResizeTransformSelectedOnHandleDragPolicy
 
dragAborted() - Method in class org.eclipse.gef4.mvc.fx.policies.FXResizeTranslateFirstAnchorageOnHandleDragPolicy
 
dragAborted() - Method in class org.eclipse.gef4.mvc.fx.policies.FXRotateSelectedOnHandleDragPolicy
 
dragAborted() - Method in class org.eclipse.gef4.mvc.fx.policies.FXTranslateSelectedOnDragPolicy
 
dragAborted() - Method in interface org.eclipse.gef4.mvc.fx.policies.IFXOnDragPolicy
This callback method is invoked when the mouse drag gesture is aborted, i.e. the gesture ends unexpectedly, without a mouse release event being fired.
A B C D E F G H I L M N O P R S T U V Z 
Skip navigation links
GEF4 MVC
1.0.0.201605021044

Copyright (c) 2014 itemis AG and others. All rights reserved.