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

R

readViewport(ViewportModel) - Method in class org.eclipse.gef4.mvc.fx.operations.FXChangeViewportOperation
Stores all relevant values in fields, so that they can be restored later.
redo(IProgressMonitor, IAdaptable) - Method in class org.eclipse.gef4.mvc.fx.operations.FXBendOperation
 
redo(IProgressMonitor, IAdaptable) - Method in class org.eclipse.gef4.mvc.fx.operations.FXChangeViewportOperation
 
redo(IProgressMonitor, IAdaptable) - Method in class org.eclipse.gef4.mvc.fx.operations.FXResizeNodeOperation
 
redo(IProgressMonitor, IAdaptable) - Method in class org.eclipse.gef4.mvc.fx.operations.FXRevealOperation
 
redo(IProgressMonitor, IAdaptable) - Method in class org.eclipse.gef4.mvc.fx.operations.FXTransformOperation
 
redo(IProgressMonitor, IAdaptable) - Method in class org.eclipse.gef4.mvc.operations.AbstractCompositeOperation
 
redo(IProgressMonitor, IAdaptable) - Method in class org.eclipse.gef4.mvc.operations.AddContentChildOperation
 
redo(IProgressMonitor, IAdaptable) - Method in class org.eclipse.gef4.mvc.operations.AttachToContentAnchorageOperation
 
redo(IProgressMonitor, IAdaptable) - Method in class org.eclipse.gef4.mvc.operations.ChangeContentsOperation
 
redo(IProgressMonitor, IAdaptable) - Method in class org.eclipse.gef4.mvc.operations.ChangeFocusOperation
 
redo(IProgressMonitor, IAdaptable) - Method in class org.eclipse.gef4.mvc.operations.ChangeHoverOperation
 
redo(IProgressMonitor, IAdaptable) - Method in class org.eclipse.gef4.mvc.operations.ChangeSelectionOperation
 
redo(IProgressMonitor, IAdaptable) - Method in class org.eclipse.gef4.mvc.operations.DetachFromContentAnchorageOperation
 
redo(IProgressMonitor, IAdaptable) - Method in class org.eclipse.gef4.mvc.operations.RemoveContentChildOperation
 
redo(IProgressMonitor, IAdaptable) - Method in class org.eclipse.gef4.mvc.operations.SetRefreshVisualOperation
 
redo(IProgressMonitor, IAdaptable) - Method in class org.eclipse.gef4.mvc.operations.SynchronizeContentAnchoragesOperation
 
redo(IProgressMonitor, IAdaptable) - Method in class org.eclipse.gef4.mvc.operations.SynchronizeContentChildrenOperation
 
redo(IProgressMonitor, IAdaptable) - Method in class org.eclipse.gef4.mvc.operations.UnexecutableOperation
 
redo(IProgressMonitor, IAdaptable) - Method in class org.eclipse.gef4.mvc.ui.properties.SetPropertyValueOperation
 
refreshVisual() - Method in class org.eclipse.gef4.mvc.parts.AbstractVisualPart
Refreshes this IVisualPart's visuals.
refreshVisual() - Method in interface org.eclipse.gef4.mvc.parts.IVisualPart
Refreshes this part's visualization based on this part's content.
register(IViewer<VR>) - Method in class org.eclipse.gef4.mvc.parts.AbstractContentPart
 
register(IViewer<VR>) - Method in class org.eclipse.gef4.mvc.parts.AbstractVisualPart
Called when a link to the Viewer is obtained.
registerAtContentPartMap(IViewer<VR>, Object) - Method in class org.eclipse.gef4.mvc.parts.AbstractContentPart
Registers the model in the IViewer.getContentPartMap().
registerAtVisualPartMap(IViewer<Node>, V) - Method in class org.eclipse.gef4.mvc.fx.parts.AbstractFXContentPart
 
registerAtVisualPartMap(IViewer<Node>, Group) - Method in class org.eclipse.gef4.mvc.fx.parts.FXRootPart
 
registerAtVisualPartMap(IViewer<VR>, V) - Method in class org.eclipse.gef4.mvc.parts.AbstractVisualPart
Registers this part for the given visual in the visual-part-map of the given IViewer.
registerListeners() - Method in class org.eclipse.gef4.mvc.fx.tools.FXClickDragTool
 
registerListeners() - Method in class org.eclipse.gef4.mvc.fx.tools.FXFocusTool
 
registerListeners() - Method in class org.eclipse.gef4.mvc.fx.tools.FXHoverTool
 
registerListeners() - Method in class org.eclipse.gef4.mvc.fx.tools.FXPinchSpreadTool
 
registerListeners() - Method in class org.eclipse.gef4.mvc.fx.tools.FXRotateTool
 
registerListeners() - Method in class org.eclipse.gef4.mvc.fx.tools.FXScrollTool
 
registerListeners() - Method in class org.eclipse.gef4.mvc.fx.tools.FXTypeTool
 
registerListeners() - Method in class org.eclipse.gef4.mvc.tools.AbstractTool
This method is called when a valid IDomain is attached to this tool so that you can register event listeners for various inputs (keyboard, mouse) or model changes (selection, scroll offset / viewport).
registerMouseHandler() - Method in class org.eclipse.gef4.mvc.fx.behaviors.FXHoverBehavior
Registers the mouse handler that restarts the creation delay upon mouse moves.
registerNestedVisuals(Map<Node, IVisualPart<Node, ? extends Node>>, Parent) - Method in class org.eclipse.gef4.mvc.fx.parts.AbstractFXContentPart
Registers this AbstractFXContentPart for all visuals in the visual hierarchy of the given Parent at the given visualPartMap.
release(MouseEvent, Dimension) - Method in class org.eclipse.gef4.mvc.fx.policies.AbstractFXOnDragPolicy
This callback method is invoked when the previously pressed mouse button is released.
release(MouseEvent, Dimension) - Method in class org.eclipse.gef4.mvc.fx.policies.FXBendOnSegmentHandleDragPolicy
 
release(MouseEvent, Dimension) - Method in class org.eclipse.gef4.mvc.fx.policies.FXMarqueeOnDragPolicy
 
release(MouseEvent, Dimension) - Method in class org.eclipse.gef4.mvc.fx.policies.FXRelocateOnDragPolicy
 
release(MouseEvent, Dimension) - Method in class org.eclipse.gef4.mvc.fx.policies.FXResizeRelocateOnHandleDragPolicy
 
release(MouseEvent, Dimension) - Method in class org.eclipse.gef4.mvc.fx.policies.FXRotateSelectedOnHandleDragPolicy
 
release(MouseEvent, Dimension) - Method in class org.eclipse.gef4.mvc.fx.policies.FXScaleRelocateOnHandleDragPolicy
 
released(KeyEvent) - Method in class org.eclipse.gef4.mvc.fx.policies.AbstractFXOnTypePolicy
This callback method is invoked when the user releases a key while the host has keyboard focus.
released(KeyEvent) - Method in class org.eclipse.gef4.mvc.fx.policies.FXDeleteSelectedOnTypePolicy
 
released(KeyEvent) - Method in class org.eclipse.gef4.mvc.fx.policies.FXPanOnTypePolicy
 
REMOVAL_DELAY_MILLIS - Static variable in class org.eclipse.gef4.mvc.fx.behaviors.FXHoverBehavior
Time in milliseconds until the hover handles are removed when the host is not hovered anymore.
remove(Object) - Method in class org.eclipse.gef4.mvc.behaviors.ContentPartPool
Retrieves an IContentPart for the given content element and removes it from the pool.
remove(IUndoableOperation) - Method in class org.eclipse.gef4.mvc.operations.AbstractCompositeOperation
 
removeAnchorage(IVisualPart<VR, ? extends VR>) - Method in class org.eclipse.gef4.mvc.parts.AbstractVisualPart
 
removeAnchorage(IVisualPart<VR, ? extends VR>, String) - Method in class org.eclipse.gef4.mvc.parts.AbstractVisualPart
 
removeAnchorage(IVisualPart<VR, ? extends VR>) - Method in interface org.eclipse.gef4.mvc.parts.IVisualPart
Removes the given IVisualPart from the map of this part's anchorages.
removeAnchorage(IVisualPart<VR, ? extends VR>, String) - Method in interface org.eclipse.gef4.mvc.parts.IVisualPart
Removes the given IVisualPart and role from the map of this part's anchorages.
removeAnchorages(IRootPart<VR, ? extends VR>, List<? extends IVisualPart<VR, ? extends VR>>, List<? extends IVisualPart<VR, ? extends VR>>) - Static method in class org.eclipse.gef4.mvc.behaviors.BehaviorUtils
Removes the given list of anchoreds as children from the given IRootPart.
removeAnchored(IVisualPart<VR, ? extends VR>) - Method in class org.eclipse.gef4.mvc.parts.AbstractVisualPart
 
removeAnchored(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.
removeChild(IVisualPart<VR, ? extends VR>) - Method in class org.eclipse.gef4.mvc.parts.AbstractVisualPart
 
removeChild(IVisualPart<VR, ? extends VR>) - Method in interface org.eclipse.gef4.mvc.parts.IVisualPart
Removes the given IVisualPart from the list of this part's children.
removeChildren(List<? extends IVisualPart<VR, ? extends VR>>) - Method in class org.eclipse.gef4.mvc.parts.AbstractVisualPart
 
removeChildren(List<? extends IVisualPart<VR, ? extends VR>>) - Method in interface org.eclipse.gef4.mvc.parts.IVisualPart
Removes the given IVisualParts from the list of this part's children.
removeChildVisual(IVisualPart<Node, ? extends Node>, int) - Method in class org.eclipse.gef4.mvc.fx.parts.FXRootPart
 
removeChildVisual(IVisualPart<VR, ? extends VR>, int) - Method in class org.eclipse.gef4.mvc.parts.AbstractFeedbackPart
 
removeChildVisual(IVisualPart<VR, ? extends VR>, int) - Method in class org.eclipse.gef4.mvc.parts.AbstractHandlePart
 
removeChildVisual(IVisualPart<VR, ? extends VR>, int) - Method in class org.eclipse.gef4.mvc.parts.AbstractVisualPart
Removes the child's visual from this IVisualPart's visual.
removeContentChild(Object, int) - Method in class org.eclipse.gef4.mvc.parts.AbstractContentPart
 
removeContentChild(Object, int) - Method in interface org.eclipse.gef4.mvc.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.getContentChildren().
removeContentChild(Object) - Method in class org.eclipse.gef4.mvc.policies.ContentPolicy
Creates and records operations to remove the given contentChild from the content children of the host of this ContentPolicy.
RemoveContentChildOperation<VR> - Class in org.eclipse.gef4.mvc.operations
The RemoveContentChildOperation uses the IContentPart API to remove a content object from an IContentPart.
RemoveContentChildOperation(IContentPart<VR, ? extends VR>, Object) - Constructor for class org.eclipse.gef4.mvc.operations.RemoveContentChildOperation
Creates a new RemoveContentChildOperation for removing the given contentChild Object from the content children of the given parent IContentPart.
removeFeedback(List<? extends IVisualPart<VR, ? extends VR>>) - Method in class org.eclipse.gef4.mvc.behaviors.AbstractBehavior
Removes the feedback parts previously created for the given target parts.
removeFeedback(List<? extends IVisualPart<Node, ? extends Node>>) - Method in class org.eclipse.gef4.mvc.fx.behaviors.FXHoverBehavior
 
removeFeedback() - Method in class org.eclipse.gef4.mvc.fx.policies.FXMarqueeOnDragPolicy
Removes the feedback rectangle.
removeFeedbackAndHandles(List<? extends IContentPart<VR, ? extends VR>>) - Method in class org.eclipse.gef4.mvc.behaviors.SelectionBehavior
Removes feedback parts and handle parts for the given list of (selected) IContentParts.
removeFromParent() - Method in class org.eclipse.gef4.mvc.policies.ContentPolicy
Creates and records operations to remove the content of this ContentPolicy's host from its parent.
removeHandles(List<? extends IVisualPart<VR, ? extends VR>>) - Method in class org.eclipse.gef4.mvc.behaviors.AbstractBehavior
Removes the handle parts previously created for the given target parts.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.eclipse.gef4.mvc.behaviors.AbstractBehavior
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.eclipse.gef4.mvc.domain.AbstractDomain
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.eclipse.gef4.mvc.fx.ui.properties.FXAdvancedGradientPicker
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.eclipse.gef4.mvc.fx.ui.properties.FXColorPicker
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.eclipse.gef4.mvc.fx.ui.properties.FXSimpleGradientPicker
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.eclipse.gef4.mvc.models.ContentModel
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.eclipse.gef4.mvc.models.FocusModel
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.eclipse.gef4.mvc.models.GridModel
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.eclipse.gef4.mvc.models.HoverModel
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.eclipse.gef4.mvc.models.SelectionModel
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.eclipse.gef4.mvc.models.ViewportModel
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.eclipse.gef4.mvc.parts.AbstractVisualPart
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.eclipse.gef4.mvc.tools.AbstractTool
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.eclipse.gef4.mvc.viewer.AbstractViewer
 
removeStop(int) - Method in class org.eclipse.gef4.mvc.fx.ui.properties.FXAdvancedGradientPicker
Removes the spot specified by the given index.
render(WritableImage, int, int, int) - Static method in class org.eclipse.gef4.mvc.fx.ui.properties.AbstractFXColorPicker.ColorWheel
Draws a color wheel into the given WritableImage, starting at the given offsets, in the given size (in pixel).
reorderChild(IVisualPart<VR, ? extends VR>, int) - Method in class org.eclipse.gef4.mvc.parts.AbstractVisualPart
Moves a child IVisualPart into a lower index than it currently occupies.
reorderChild(IVisualPart<VR, ? extends VR>, int) - Method in interface org.eclipse.gef4.mvc.parts.IVisualPart
Swaps the given IVisualPart with the part at the given index position within this part's list of children.
resetPropertyValue() - Method in class org.eclipse.gef4.mvc.ui.properties.UndoablePropertySheetEntry
 
resizeAndRevealOperation - Variable in class org.eclipse.gef4.mvc.fx.policies.FXResizePolicy
The ForwardUndoCompositeOperation that assembles the resize operation and the reveal operation.
resizeOperation - Variable in class org.eclipse.gef4.mvc.fx.policies.FXResizePolicy
The FXResizeNodeOperation that is used to resize the host's visual.
restoreInitialCursor() - Method in class org.eclipse.gef4.mvc.fx.behaviors.FXCursorBehavior
Restores the initial mouse cursor.
retrieveState(boolean, boolean, boolean, boolean, boolean) - Method in class org.eclipse.gef4.mvc.models.ViewportModel
Creates a new ViewportModel.ViewportState representing the current state of this ViewportModel.
reveal(IVisualPart<Node, ? extends Node>) - Method in class org.eclipse.gef4.mvc.fx.viewer.FXViewer
 
reveal(IVisualPart<VR, ? extends VR>) - Method in interface org.eclipse.gef4.mvc.viewer.IViewer
Ensure that the visual of the given IVisualPart is visible in this viewer.
ReverseUndoCompositeOperation - Class in org.eclipse.gef4.mvc.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.gef4.mvc.operations.ReverseUndoCompositeOperation
Creates a new ReverseUndoCompositeOperation with the given label.
rotate(RotateEvent) - Method in class org.eclipse.gef4.mvc.fx.policies.AbstractFXOnRotatePolicy
Continuous reaction to rotation gestures.
rotate(RotateEvent) - Method in class org.eclipse.gef4.mvc.fx.policies.FXRotateSelectedOnRotatePolicy
 
rotationFinished(RotateEvent) - Method in class org.eclipse.gef4.mvc.fx.policies.AbstractFXOnRotatePolicy
Reaction to the finish of rotate gestures.
rotationFinished(RotateEvent) - Method in class org.eclipse.gef4.mvc.fx.policies.FXRotateSelectedOnRotatePolicy
 
rotationStarted(RotateEvent) - Method in class org.eclipse.gef4.mvc.fx.policies.AbstractFXOnRotatePolicy
Reaction to the detection of rotate gestures.
rotationStarted(RotateEvent) - Method in class org.eclipse.gef4.mvc.fx.policies.FXRotateSelectedOnRotatePolicy
 
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.2.0.201509140217

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