Index

A B C D E F G H I L M N O P R S T U V Z 
All Classes and Interfaces|All Packages|Constant Field Values

R

readViewport(InfiniteCanvas) - Method in class org.eclipse.gef.mvc.fx.operations.ChangeViewportOperation
Stores all relevant viewport values in fields, so that they can be restored later.
RectangleSegmentHandlePart - Class in org.eclipse.gef.mvc.fx.parts
An AbstractSegmentHandlePart with a rectangular Rectangle visual.
RectangleSegmentHandlePart() - Constructor for class org.eclipse.gef.mvc.fx.parts.RectangleSegmentHandlePart
 
redo(IProgressMonitor, IAdaptable) - Method in class org.eclipse.gef.mvc.fx.operations.AbstractCompositeOperation
 
redo(IProgressMonitor, IAdaptable) - Method in class org.eclipse.gef.mvc.fx.operations.AddContentChildOperation
 
redo(IProgressMonitor, IAdaptable) - Method in class org.eclipse.gef.mvc.fx.operations.AddSnapToStrategyOperation
 
redo(IProgressMonitor, IAdaptable) - Method in class org.eclipse.gef.mvc.fx.operations.AttachToContentAnchorageOperation
 
redo(IProgressMonitor, IAdaptable) - Method in class org.eclipse.gef.mvc.fx.operations.BendContentOperation
 
redo(IProgressMonitor, IAdaptable) - Method in class org.eclipse.gef.mvc.fx.operations.BendVisualOperation
 
redo(IProgressMonitor, IAdaptable) - Method in class org.eclipse.gef.mvc.fx.operations.ChangeContentsOperation
 
redo(IProgressMonitor, IAdaptable) - Method in class org.eclipse.gef.mvc.fx.operations.ChangeFocusOperation
 
redo(IProgressMonitor, IAdaptable) - Method in class org.eclipse.gef.mvc.fx.operations.ChangeSelectionOperation
 
redo(IProgressMonitor, IAdaptable) - Method in class org.eclipse.gef.mvc.fx.operations.ChangeViewportOperation
 
redo(IProgressMonitor, IAdaptable) - Method in class org.eclipse.gef.mvc.fx.operations.DeselectOperation
 
redo(IProgressMonitor, IAdaptable) - Method in class org.eclipse.gef.mvc.fx.operations.DetachFromContentAnchorageOperation
 
redo(IProgressMonitor, IAdaptable) - Method in class org.eclipse.gef.mvc.fx.operations.RemoveContentChildOperation
 
redo(IProgressMonitor, IAdaptable) - Method in class org.eclipse.gef.mvc.fx.operations.RemoveSnapToStrategyOperation
 
redo(IProgressMonitor, IAdaptable) - Method in class org.eclipse.gef.mvc.fx.operations.ResizeContentOperation
 
redo(IProgressMonitor, IAdaptable) - Method in class org.eclipse.gef.mvc.fx.operations.ResizeOperation
 
redo(IProgressMonitor, IAdaptable) - Method in class org.eclipse.gef.mvc.fx.operations.RevealOperation
 
redo(IProgressMonitor, IAdaptable) - Method in class org.eclipse.gef.mvc.fx.operations.SelectOperation
 
redo(IProgressMonitor, IAdaptable) - Method in class org.eclipse.gef.mvc.fx.operations.SetRefreshVisualOperation
 
redo(IProgressMonitor, IAdaptable) - Method in class org.eclipse.gef.mvc.fx.operations.TransformContentOperation
 
redo(IProgressMonitor, IAdaptable) - Method in class org.eclipse.gef.mvc.fx.operations.TransformVisualOperation
 
redo(IProgressMonitor, IAdaptable) - Method in class org.eclipse.gef.mvc.fx.ui.properties.SetPropertyValueOperation
 
REFRESH_VISUAL_PROPERTY - Static variable in interface org.eclipse.gef.mvc.fx.parts.IVisualPart
Name of the property storing the refresh visual boolean property.
refreshContentAnchorages() - Method in class org.eclipse.gef.mvc.fx.parts.AbstractContentPart
 
refreshContentAnchorages() - Method in interface org.eclipse.gef.mvc.fx.parts.IContentPart
Triggers a re-computation of the content anchorages of this IContentPart.
refreshContentChildren() - Method in class org.eclipse.gef.mvc.fx.parts.AbstractContentPart
 
refreshContentChildren() - Method in interface org.eclipse.gef.mvc.fx.parts.IContentPart
Triggers a re-computation of the content children of this IContentPart.
refreshFocusFeedback() - Method in class org.eclipse.gef.mvc.fx.behaviors.FocusBehavior
Refreshes focus feedback, i.e. adds or removes feedback.
refreshVisual() - Method in class org.eclipse.gef.mvc.fx.parts.AbstractVisualPart
Refreshes this IVisualPart's visuals.
refreshVisual() - Method in interface org.eclipse.gef.mvc.fx.parts.IVisualPart
Refreshes this part's visualization based on this part's content.
refreshVisualProperty() - Method in class org.eclipse.gef.mvc.fx.parts.AbstractVisualPart
 
refreshVisualProperty() - Method in interface org.eclipse.gef.mvc.fx.parts.IVisualPart
A boolean property indicating whether this IVisualPart should refresh its visuals or not.
register(IViewer) - Method in class org.eclipse.gef.mvc.fx.parts.AbstractContentPart
 
register(IViewer) - Method in class org.eclipse.gef.mvc.fx.parts.AbstractVisualPart
Called when a link to the IViewer is obtained.
registerAtContentPartMap(IViewer, Object) - Method in class org.eclipse.gef.mvc.fx.parts.AbstractContentPart
Registers the model in the IViewer.getContentPartMap().
registerAtVisualPartMap(IViewer, V) - Method in class org.eclipse.gef.mvc.fx.parts.AbstractVisualPart
Registers this part for the given visual in the visual-part-map of the given IViewer.
registerUndoRedoActions(IEditorPart) - Method in class org.eclipse.gef.mvc.fx.ui.parts.FXEditorActionBarContributor
Registers undo and redo action handlers for the given target editor.
remove(Object) - Method in class org.eclipse.gef.mvc.fx.behaviors.ContentPartPool
Retrieves an IContentPart for the given content element and removes it from the pool.
remove(IUndoableOperation) - Method in class org.eclipse.gef.mvc.fx.operations.AbstractCompositeOperation
 
removeAnchoreds(Collection<? extends IVisualPart<? extends Node>>, List<? extends IVisualPart<? extends Node>>) - Method in class org.eclipse.gef.mvc.fx.behaviors.AbstractBehavior
Removes the given anchoreds as children from the root part and as anchoreds from the given target parts.
removeChild(IVisualPart<? extends Node>) - Method in class org.eclipse.gef.mvc.fx.parts.AbstractVisualPart
 
removeChild(IVisualPart<? extends Node>) - Method in interface org.eclipse.gef.mvc.fx.parts.IVisualPart
Removes the given IVisualPart from the list of this part's children.
removeChildren(List<? extends IVisualPart<? extends Node>>) - Method in class org.eclipse.gef.mvc.fx.parts.AbstractVisualPart
 
removeChildren(List<? extends IVisualPart<? extends Node>>) - Method in interface org.eclipse.gef.mvc.fx.parts.IVisualPart
Removes the given IVisualParts from the list of this part's children.
removeContentChild(Object) - Method in class org.eclipse.gef.mvc.fx.parts.AbstractContentPart
Removes the given contentChild from this part's content children, so that it will no longer be returned by subsequent calls to IContentPart.getContentChildrenUnmodifiable().
removeContentChild(Object) - Method in interface org.eclipse.gef.mvc.fx.parts.IContentPart
Removes the given contentChild from this part's content children, so that it will no longer be returned by subsequent calls to IContentPart.getContentChildrenUnmodifiable().
removeContentChild(Object) - Method in class org.eclipse.gef.mvc.fx.policies.ContentPolicy
Creates and records operations to remove the given contentChild from the content children of the host of this ContentPolicy.
RemoveContentChildOperation - Class in org.eclipse.gef.mvc.fx.operations
The RemoveContentChildOperation uses the IContentPart API to remove a content object from an IContentPart.
RemoveContentChildOperation(IContentPart<? extends Node>, Object) - Constructor for class org.eclipse.gef.mvc.fx.operations.RemoveContentChildOperation
Creates a new RemoveContentChildOperation for removing the given contentChild Object from the content children of the given parent IContentPart.
removeFeedback(Collection<? extends IVisualPart<? extends Node>>) - Method in class org.eclipse.gef.mvc.fx.behaviors.AbstractBehavior
Removes feedback for the given targets.
removeFeedback(Set<? extends IVisualPart<? extends Node>>) - Method in class org.eclipse.gef.mvc.fx.behaviors.AbstractBehavior
Removes feedback for the given target parts.
removeFeedback(IVisualPart<? extends Node>) - Method in class org.eclipse.gef.mvc.fx.behaviors.AbstractBehavior
Removes feedback for the given target.
removeFeedbackAndHandles(List<? extends IContentPart<? extends Node>>) - Method in class org.eclipse.gef.mvc.fx.behaviors.SelectionBehavior
 
removeFromSelection(Collection<? extends IContentPart<? extends Node>>) - Method in class org.eclipse.gef.mvc.fx.models.SelectionModel
Removes the given IContentParts from the current selection if they are contained.
removeFromSelection(IContentPart<? extends Node>) - Method in class org.eclipse.gef.mvc.fx.models.SelectionModel
Removes the given IContentPart from the current selection if it is currently selected.
removeHandles(Collection<? extends IVisualPart<? extends Node>>) - Method in class org.eclipse.gef.mvc.fx.behaviors.AbstractBehavior
Removes handles for the given target parts.
removeHandles(Set<? extends IVisualPart<? extends Node>>) - Method in class org.eclipse.gef.mvc.fx.behaviors.AbstractBehavior
Removes handles for the given target parts.
removeHandles(IVisualPart<? extends Node>) - Method in class org.eclipse.gef.mvc.fx.behaviors.AbstractBehavior
Removes handles for the given target.
removeSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.gef.mvc.fx.ui.parts.ContentSelectionProvider
 
RemoveSnapToStrategyOperation - Class in org.eclipse.gef.mvc.fx.operations
The RemoveSnapToStrategyOperation can be used to remove an ISnapToStrategy from the list of supported strategies that is managed by the SnappingModel.
RemoveSnapToStrategyOperation(SnappingModel, ISnapToStrategy) - Constructor for class org.eclipse.gef.mvc.fx.operations.RemoveSnapToStrategyOperation
Constructs a new RemoveSnapToStrategyOperation that will remove the given ISnapToStrategy from the list of supported strategies within the given SnappingModel.
removeViewerFocusedFeedback() - Method in class org.eclipse.gef.mvc.fx.behaviors.FocusBehavior
Removes viewer focused feedback.
reorderChild(IVisualPart<? extends Node>, int) - Method in class org.eclipse.gef.mvc.fx.parts.AbstractVisualPart
 
reorderChild(IVisualPart<? extends Node>, int) - Method in interface org.eclipse.gef.mvc.fx.parts.IVisualPart
Swaps the given IVisualPart with the part at the given index position within this part's list of children.
reorderContentChild(Object, int) - Method in class org.eclipse.gef.mvc.fx.parts.AbstractContentPart
Rearranges the given contentChild to the new index position.
reorderContentChild(Object, int) - Method in interface org.eclipse.gef.mvc.fx.parts.IContentPart
Rearranges the given contentChild to the new index position.
resetPropertyValue() - Method in class org.eclipse.gef.mvc.fx.ui.properties.UndoablePropertySheetEntry
 
ResizableTransformableBoundsProvider - Class in org.eclipse.gef.mvc.fx.providers
The ResizableTransformableBoundsProvider returns bounds according to the size and transformation as returned by the part API, i.e.
ResizableTransformableBoundsProvider() - Constructor for class org.eclipse.gef.mvc.fx.providers.ResizableTransformableBoundsProvider
 
ResizableTransformableOutlineProvider - Class in org.eclipse.gef.mvc.fx.providers
The ResizableTransformableOutlineProvider returns the outline according to the size and transformation as returned by the part API, i.e.
ResizableTransformableOutlineProvider() - Constructor for class org.eclipse.gef.mvc.fx.providers.ResizableTransformableOutlineProvider
 
resize(double, double) - Method in class org.eclipse.gef.mvc.fx.policies.ResizePolicy
Resizes the host by the given delta width and delta height.
ResizeContentOperation<VR> - Class in org.eclipse.gef.mvc.fx.operations
An ITransactionalOperation to change the size of an IResizableContentPart.
ResizeContentOperation(IResizableContentPart<? extends Node>, Dimension, Dimension) - Constructor for class org.eclipse.gef.mvc.fx.operations.ResizeContentOperation
Creates a new ResizeContentOperation to resize the content of the given IResizableContentPart.
ResizeOperation - Class in org.eclipse.gef.mvc.fx.operations
The ResizeOperation can be used to alter the size of a visual.
ResizeOperation(String, IResizableContentPart<? extends Node>, Dimension, double, double) - Constructor for class org.eclipse.gef.mvc.fx.operations.ResizeOperation
Constructs a new ResizeOperation from the given values.
ResizeOperation(IResizableContentPart<? extends Node>) - Constructor for class org.eclipse.gef.mvc.fx.operations.ResizeOperation
Constructs a new ResizeOperation for the manipulation of the given Node.
ResizeOperation(IResizableContentPart<? extends Node>, double, double) - Constructor for class org.eclipse.gef.mvc.fx.operations.ResizeOperation
Constructs a new ResizeOperation for the manipulation of the given Node.
ResizePolicy - Class in org.eclipse.gef.mvc.fx.policies
The ResizePolicy is an AbstractPolicy that handles the resize of an IVisualPart.
ResizePolicy() - Constructor for class org.eclipse.gef.mvc.fx.policies.ResizePolicy
 
retrieveViewer(IDomain, Node) - Static method in class org.eclipse.gef.mvc.fx.parts.PartUtils
Returns the IViewer of the given IDomain in which the given Node is contained, or null if the given Node is not contained within an IViewer of the given IDomain.
retrieveVisualPart(IViewer, Node) - Static method in class org.eclipse.gef.mvc.fx.parts.PartUtils
Returns the first IVisualPart in the visual hierarchy of the given Node.
reveal(IVisualPart<? extends Node>) - Method in class org.eclipse.gef.mvc.fx.viewer.InfiniteCanvasViewer
 
reveal(IVisualPart<? extends Node>) - Method in interface org.eclipse.gef.mvc.fx.viewer.IViewer
Ensure that the visual of the given IVisualPart is visible in this viewer.
RevealOperation - Class in org.eclipse.gef.mvc.fx.operations
The RevealOperation can be used to reveal an IVisualPart within its IViewer, i.e. manipulates the viewport translation so that the part is visible.
RevealOperation(IVisualPart<? extends Node>) - Constructor for class org.eclipse.gef.mvc.fx.operations.RevealOperation
Constructs a new RevealOperation that will reveal the given IVisualPart upon execution.
RevealPrimarySelectionBehavior - Class in org.eclipse.gef.mvc.fx.behaviors
The RevealPrimarySelectionBehavior observes the SelectionModel that is registered at the IViewer of its host and reveals the primary selection, i.e. the first element of the SelectionModel.selectionUnmodifiableProperty() when the selection changes.
RevealPrimarySelectionBehavior() - Constructor for class org.eclipse.gef.mvc.fx.behaviors.RevealPrimarySelectionBehavior
 
ReverseUndoCompositeOperation - Class in org.eclipse.gef.mvc.fx.operations
The ReverseUndoCompositeOperation is an AbstractCompositeOperation which undoes its combined operations in the reverse order of their execution.
ReverseUndoCompositeOperation(String) - Constructor for class org.eclipse.gef.mvc.fx.operations.ReverseUndoCompositeOperation
Creates a new ReverseUndoCompositeOperation with the given label.
rollback() - Method in class org.eclipse.gef.mvc.fx.policies.AbstractPolicy
Puts back this policy into an uninitialized state, reverting any changes that have been applied via the policy's work methods since the preceding AbstractPolicy.init() call.
rollback() - Method in interface org.eclipse.gef.mvc.fx.policies.IPolicy
Puts back this policy into an uninitialized state, reverting any changes that have been applied via the policy's work methods since the preceding IPolicy.init() call.
route() - Method in class org.eclipse.gef.mvc.fx.policies.BendConnectionPolicy
Provides position hints to the connection's IConnectionRouter and let's the router route the connection, so these position hints can be forwarded to the anchors.
A B C D E F G H I L M N O P R S T U V Z 
All Classes and Interfaces|All Packages|Constant Field Values