Uses of Interface
org.eclipse.gef.mvc.fx.viewer.IViewer
Packages that use IViewer
Package
Description
This package contains JavaFX/MVC.FX-specific
IBehavior implementations.This package contains a JavaFX-specific
IDomain implementation:
HistoricizingDomain.This package contains all
IUndoableOperation
implementations contributed by MVC.FX.This package contains all JavaFX-specific
IContentPart,
IVisualPart,
IFeedbackPart, and
IHandlePart implementations and related
classes.This package contains specific Eclipse
ViewPart
and EditorPart implementations which wrap an
FXCanvas.This package contains a JavaFX-specific
IViewer implementation:
InfiniteCanvasViewer.-
Uses of IViewer in org.eclipse.gef.mvc.fx.behaviors
Methods in org.eclipse.gef.mvc.fx.behaviors with parameters of type IViewerModifier and TypeMethodDescriptionprotected IFeedbackPartFactoryAbstractBehavior.getFeedbackPartFactory(IViewer viewer) Returns theIFeedbackPartFactorythat should be used for feedback creation.protected IFeedbackPartFactoryAbstractBehavior.getFeedbackPartFactory(IViewer viewer, String role) Returns theIFeedbackPartFactorythat is registered as an adapter at the givenIViewerunder the given role.protected IFeedbackPartFactoryFocusBehavior.getFeedbackPartFactory(IViewer viewer) protected IFeedbackPartFactoryHoverBehavior.getFeedbackPartFactory(IViewer viewer) protected IFeedbackPartFactoryHoverIntentBehavior.getFeedbackPartFactory(IViewer viewer) protected IFeedbackPartFactorySelectionBehavior.getFeedbackPartFactory(IViewer viewer) protected IFeedbackPartFactorySnappingBehavior.getFeedbackPartFactory(IViewer viewer) Returns theIFeedbackPartFactoryfor selection feedback.protected IHandlePartFactoryAbstractBehavior.getHandlePartFactory(IViewer viewer) Returns theIHandlePartFactorythat should be used for handle creation.protected IHandlePartFactoryAbstractBehavior.getHandlePartFactory(IViewer viewer, String role) Returns theIHandlePartFactorythat is registered as an adapter at the givenIViewerunder the given role.protected IHandlePartFactoryHoverBehavior.getHandlePartFactory(IViewer viewer) protected IHandlePartFactoryHoverIntentBehavior.getHandlePartFactory(IViewer viewer) protected IHandlePartFactorySelectionBehavior.getHandlePartFactory(IViewer viewer) -
Uses of IViewer in org.eclipse.gef.mvc.fx.domain
Methods in org.eclipse.gef.mvc.fx.domain that return types with arguments of type IViewerModifier and TypeMethodDescriptionMap<AdapterKey<? extends IViewer>,IViewer> HistoricizingDomain.getViewers()Map<AdapterKey<? extends IViewer>,IViewer> HistoricizingDomain.getViewers()Map<AdapterKey<? extends IViewer>,IViewer> IDomain.getViewers()Returns theIViewers registered at thisIDomain(viaIAdaptable.setAdapter(TypeToken, Object)) with theAdapterKeys used for registration.Map<AdapterKey<? extends IViewer>,IViewer> IDomain.getViewers()Returns theIViewers registered at thisIDomain(viaIAdaptable.setAdapter(TypeToken, Object)) with theAdapterKeys used for registration. -
Uses of IViewer in org.eclipse.gef.mvc.fx.models
Methods in org.eclipse.gef.mvc.fx.models with parameters of type IViewerModifier and TypeMethodDescriptionvoidFocusModel.setAdaptable(IViewer adaptable) voidHoverModel.setAdaptable(IViewer adaptable) voidSelectionModel.setAdaptable(IViewer adaptable) -
Uses of IViewer in org.eclipse.gef.mvc.fx.operations
Constructors in org.eclipse.gef.mvc.fx.operations with parameters of type IViewerModifierConstructorDescriptionChangeContentsOperation(String label, IViewer viewer, List<? extends Object> contents) Creates a newChangeContentsOperationfor changing the contents of the givenIViewerto the specified list of objects.ChangeContentsOperation(IViewer viewer) Constructs a newChangeContentsOperationthat can be used to change the contents of the givenIViewer.ChangeContentsOperation(IViewer viewer, List<? extends Object> contents) Creates a newChangeContentsOperationfor changing the contents of the givenIViewerto the specified list of objects.ChangeFocusOperation(String label, IViewer viewer, IContentPart<? extends Node> newFocused) Creates a newChangeFocusOperationto assign focus to the given newFocusedIContentPartwithin the givenIViewer.ChangeFocusOperation(IViewer viewer, IContentPart<? extends Node> newFocused) Creates a newChangeFocusOperationto assign focus to the given newFocusedIContentPartwithin the givenIViewer.ChangeSelectionOperation(String label, IViewer viewer, List<? extends IContentPart<? extends Node>> finalSelection) Creates a newChangeSelectionOperationto change the selection.ChangeSelectionOperation(IViewer viewer, List<? extends IContentPart<? extends Node>> finalSelection) Creates a newChangeSelectionOperationto change the selection within the givenIViewerby removing the givenIContentParts.DeselectOperation(String label, IViewer viewer, List<? extends IContentPart<? extends Node>> toBeDeselected) Creates a newDeselectOperationto change the selection within the givenIViewerby removing the givenIContentParts.DeselectOperation(IViewer viewer, List<? extends IContentPart<? extends Node>> toBeDeselected) Creates a newDeselectOperationto change the selection within the givenIViewerby removing the givenIContentParts.SelectOperation(String label, IViewer viewer, List<? extends IContentPart<? extends Node>> toBeSelected) * Creates a newSelectOperationto change the selection within the givenIViewerto prepend the given content parts.SelectOperation(IViewer viewer, List<? extends IContentPart<? extends Node>> toBeSelected) Creates a newSelectOperationto change the selection within the givenIViewerto prepend the given content parts. -
Uses of IViewer in org.eclipse.gef.mvc.fx.parts
Methods in org.eclipse.gef.mvc.fx.parts that return IViewerModifier and TypeMethodDescriptionprotected IViewerAbstractVisualPart.determineViewer(IVisualPart<? extends Node> parent, Multiset<IVisualPart<? extends Node>> anchoreds) Determines the viewer reference via the given parent or any of the given anchoreds.protected IViewerLayeredRootPart.determineViewer(IVisualPart<? extends Node> parent, Multiset<IVisualPart<? extends Node>> anchoreds) AbstractVisualPart.getAdaptable()Gets the value of the property adaptable.default IViewerIVisualPart.getViewer()Returns theIViewerthisIVisualPartis bound to.static IViewerPartUtils.retrieveViewer(IDomain domain, Node target) Methods in org.eclipse.gef.mvc.fx.parts that return types with arguments of type IViewerMethods in org.eclipse.gef.mvc.fx.parts with parameters of type IViewerModifier and TypeMethodDescriptionprotected voidprotected voidCalled when a link to theIVieweris obtained.protected voidAbstractContentPart.registerAtContentPartMap(IViewer viewer, Object content) Registers the model in thegetContentPartMap().protected voidAbstractVisualPart.registerAtVisualPartMap(IViewer viewer, V visual) Registers this part for the given visual in the visual-part-map of the givenIViewer.static IVisualPart<? extends Node>PartUtils.retrieveVisualPart(IViewer viewer, Node target) Returns the firstIVisualPartin the visual hierarchy of the givenNode.voidAbstractVisualPart.setAdaptable(IViewer viewer) Sets the value of the property adaptable.protected voidAbstractContentPart.unregister(IViewer viewer) protected voidAbstractVisualPart.unregister(IViewer viewer) Called when the link to theIVieweris lost.protected voidAbstractContentPart.unregisterFromContentPartMap(IViewer viewer, Object content) Unregisters the model in thegetContentPartMap().protected voidAbstractVisualPart.unregisterFromVisualPartMap(IViewer viewer, V visual) Removes the given visual from the visual-part-map of the given viewer. -
Uses of IViewer in org.eclipse.gef.mvc.fx.ui.parts
Methods in org.eclipse.gef.mvc.fx.ui.parts that return IViewerModifier and TypeMethodDescriptionAbstractFXEditor.getContentViewer()AbstractFXView.getContentViewer()protected IViewerContentSelectionProvider.getViewer()Returns theIViewerthisContentSelectionProvideris bound to.Constructors in org.eclipse.gef.mvc.fx.ui.parts with parameters of type IViewerModifierConstructorDescriptionContentSelectionProvider(IViewer viewer) Creates a newContentSelectionProviderfor the givenSelectionModel. -
Uses of IViewer in org.eclipse.gef.mvc.fx.viewer
Classes in org.eclipse.gef.mvc.fx.viewer that implement IViewerModifier and TypeClassDescriptionclassTheInfiniteCanvasVieweris anIViewerthat manages anInfiniteCanvasto display the viewer's contents.