Skip navigation links
GEF4 MVC
0.1.0.201506081138
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.behaviors.ContentBehavior
 
deactivate() - Method in class org.eclipse.gef4.mvc.behaviors.HoverBehavior
 
deactivate() - Method in class org.eclipse.gef4.mvc.behaviors.SelectionBehavior
 
deactivate() - Method in class org.eclipse.gef4.mvc.domain.AbstractDomain
 
deactivate() - Method in class org.eclipse.gef4.mvc.fx.behaviors.FXCursorBehavior
 
deactivate() - Method in class org.eclipse.gef4.mvc.fx.behaviors.FXFocusBehavior
 
deactivate() - Method in class org.eclipse.gef4.mvc.fx.behaviors.FXGridBehavior
 
deactivate() - Method in class org.eclipse.gef4.mvc.fx.behaviors.FXHoverBehavior
 
deactivate() - Method in class org.eclipse.gef4.mvc.fx.behaviors.FXViewportBehavior
 
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
 
DEFAULT_COLOR - Static variable in class org.eclipse.gef4.mvc.fx.ui.properties.AbstractFXColorPicker
 
DEFAULT_FILL - Static variable in class org.eclipse.gef4.mvc.fx.parts.FXCircleSegmentHandlePart
 
DEFAULT_FILL - Static variable in class org.eclipse.gef4.mvc.fx.parts.FXRectangleSegmentHandlePart
 
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.ChangeHoverOperation
"change-hover" 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.ChangeSelectionOperation
"change-selection" The default label for this operation (i.e. used if no label is specified).
DEFAULT_OVERLAY_THRESHOLD - Static variable in class org.eclipse.gef4.mvc.fx.policies.FXBendPolicy
 
DEFAULT_SCROLL_AMOUNT_PER_SECOND - Static variable in class org.eclipse.gef4.mvc.fx.policies.FXPanOnTypePolicy
 
DEFAULT_SIZE - Static variable in class org.eclipse.gef4.mvc.fx.parts.FXCircleSegmentHandlePart
 
DEFAULT_SIZE - Static variable in class org.eclipse.gef4.mvc.fx.parts.FXRectangleSegmentHandlePart
 
DEFAULT_STROKE - Static variable in class org.eclipse.gef4.mvc.fx.parts.FXCircleSegmentHandlePart
 
DEFAULT_STROKE - Static variable in class org.eclipse.gef4.mvc.fx.parts.FXHoverFeedbackPart
 
DEFAULT_STROKE - Static variable in class org.eclipse.gef4.mvc.fx.parts.FXRectangleSegmentHandlePart
 
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.
DefaultSelectionProvider - Class in org.eclipse.gef4.mvc.fx.ui.parts
 
DefaultSelectionProvider() - Constructor for class org.eclipse.gef4.mvc.fx.ui.parts.DefaultSelectionProvider
 
delete(Collection<IContentPart<VR, ? extends VR>>) - Method in class org.eclipse.gef4.mvc.policies.DeletionPolicy
Marks the given IContentParts for deletion.
delete(IContentPart<VR, ? extends VR>...) - Method in class org.eclipse.gef4.mvc.policies.DeletionPolicy
Marks the given IContentParts for deletion.
deleteContent() - Method in class org.eclipse.gef4.mvc.policies.ContentPolicy
Creates and records operations to delete the host of this ContentPolicy from the content model, i.e. detaches all content anchoreds, detaches from all content anchorages, and removes from its parent's content children.
DeletionPolicy<VR> - Class in org.eclipse.gef4.mvc.policies
The DeletionPolicy is an ITransactional AbstractPolicy that handles the deletion of existing IContentParts via the ContentPolicy.
DeletionPolicy() - Constructor for class org.eclipse.gef4.mvc.policies.DeletionPolicy
 
deselect(Collection<? extends IContentPart<VR, ? extends VR>>) - Method in class org.eclipse.gef4.mvc.models.SelectionModel
Removes the given IContentParts from the current selection.
deselectAll() - Method in class org.eclipse.gef4.mvc.models.SelectionModel
Clears the current selection.
detachAllContentAnchoreds() - Method in class org.eclipse.gef4.mvc.policies.ContentPolicy
Creates and records operations to detach all content anchoreds from the host of this ContentPolicy.
detachFromAllContentAnchorages() - Method in class org.eclipse.gef4.mvc.policies.ContentPolicy
Creates and records operations to detach the host of this ContentPolicy from all content anchorages.
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
 
detachFromContentAnchorage(Object, String) - Method in class org.eclipse.gef4.mvc.parts.AbstractContentPart
 
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.getContentAnchorages().
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
 
disableRefreshVisuals() - Method in class org.eclipse.gef4.mvc.fx.policies.FXBendOnSegmentHandleDragPolicy
 
disableRefreshVisuals(IVisualPart<VR, ? extends VR>) - Method in class org.eclipse.gef4.mvc.policies.AbstractPolicy
 
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.FXEditor
 
dispose() - Method in class org.eclipse.gef4.mvc.fx.ui.parts.FXView
 
dispose() - Method in class org.eclipse.gef4.mvc.fx.ui.parts.SelectionForwarder
 
dispose() - Method in class org.eclipse.gef4.mvc.fx.ui.properties.FXFillCellEditor
 
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
 
doActivate() - Method in class org.eclipse.gef4.mvc.fx.parts.FXSelectionFeedbackPart
 
doActivate() - Method in class org.eclipse.gef4.mvc.parts.AbstractRootPart
 
doActivate() - Method in class org.eclipse.gef4.mvc.parts.AbstractVisualPart
 
doDeactivate() - Method in class org.eclipse.gef4.mvc.fx.parts.FXSelectionFeedbackPart
 
doDeactivate() - Method in class org.eclipse.gef4.mvc.parts.AbstractRootPart
 
doDeactivate() - Method in class org.eclipse.gef4.mvc.parts.AbstractVisualPart
 
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(FXGeometryNode<IGeometry>) - Method in class org.eclipse.gef4.mvc.fx.parts.FXHoverFeedbackPart
 
doRefreshVisual(Group) - Method in class org.eclipse.gef4.mvc.fx.parts.FXRootPart
 
doRefreshVisual(FXGeometryNode<IGeometry>) - Method in class org.eclipse.gef4.mvc.fx.parts.FXSelectionFeedbackPart
 
doRefreshVisual(V) - Method in class org.eclipse.gef4.mvc.parts.AbstractVisualPart
 
drag(MouseEvent, Dimension) - Method in class org.eclipse.gef4.mvc.fx.policies.AbstractFXOnDragPolicy
 
drag(MouseEvent, Dimension) - Method in class org.eclipse.gef4.mvc.fx.policies.FXBendOnSegmentHandleDragPolicy
 
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.FXRelocateOnDragPolicy
 
drag(MouseEvent, Dimension) - Method in class org.eclipse.gef4.mvc.fx.policies.FXResizeRelocateOnHandleDragPolicy
 
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.FXScaleRelocateOnHandleDragPolicy
 
DRAG_TOOL_POLICY_KEY - Static variable in class org.eclipse.gef4.mvc.fx.tools.FXClickDragTool
 
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
0.1.0.201506081138

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