Uses of Package
org.eclipse.gef.mvc.fx.parts
-
Packages that use org.eclipse.gef.mvc.fx.parts Package Description org.eclipse.gef.mvc.fx.behaviors This package contains JavaFX/MVC.FX-specificIBehavior
implementations.org.eclipse.gef.mvc.fx.models org.eclipse.gef.mvc.fx.operations This package contains allIUndoableOperation
implementations contributed by MVC.FX.org.eclipse.gef.mvc.fx.parts This package contains all JavaFX-specificIContentPart
,IVisualPart
,IFeedbackPart
, andIHandlePart
implementations and related classes.org.eclipse.gef.mvc.fx.policies This package contains allIPolicy
implementations contributed by MVC.FX.org.eclipse.gef.mvc.fx.providers org.eclipse.gef.mvc.fx.viewer This package contains a JavaFX-specificIViewer
implementation:InfiniteCanvasViewer
. -
Classes in org.eclipse.gef.mvc.fx.parts used by org.eclipse.gef.mvc.fx.behaviors Class Description IContentPart AnIVisualPart
that visualizes an underlying content element.IContentPartFactory A factory for creating newIContentPart
s.IFeedbackPart AnIFeedbackPart
is a controller that controls a visual, which is used simply for feedback and does not correspond to anything in the visualized model.IFeedbackPartFactory TheIFeedbackPartFactory
interface specifies a factory method for the creation ofIFeedbackPart
s for a given list of targetIVisualPart
s, a contextIBehavior
, and a contextMap
.IHandlePart AnIHandlePart
is a controller that controls a visual, which is used simply for tool interaction and does not correspond to anything in the visualized model.IHandlePartFactory TheIHandlePartFactory
interface specifies a factory method for the creation ofIHandlePart
s for a given list of targetIVisualPart
s, a contextIBehavior
, and a contextMap
.IVisualPart AnIVisualPart
plays the controller role in the model-view-controller architecture. -
Classes in org.eclipse.gef.mvc.fx.parts used by org.eclipse.gef.mvc.fx.models Class Description IContentPart AnIVisualPart
that visualizes an underlying content element.IVisualPart AnIVisualPart
plays the controller role in the model-view-controller architecture. -
Classes in org.eclipse.gef.mvc.fx.parts used by org.eclipse.gef.mvc.fx.operations Class Description IBendableContentPart AnIContentPart
that supports content related bend, i.e. manipulation of control points.IBendableContentPart.BendPoint A representation of a bend point, which is defined either by a point or by a content anchorage to which the content is attached.IContentPart AnIVisualPart
that visualizes an underlying content element.IResizableContentPart AnIContentPart
that supports content related resize.ITransformableContentPart AnIContentPart
that supports content related transformations.IVisualPart AnIVisualPart
plays the controller role in the model-view-controller architecture. -
Classes in org.eclipse.gef.mvc.fx.parts used by org.eclipse.gef.mvc.fx.parts Class Description AbstractFeedbackPart Abstract base implementation for a JavaFX-specificIFeedbackPart
.AbstractHandlePart Abstract base implementation for a JavaFX-specificIHandlePart
.AbstractSegmentHandlePart AnAbstractSegmentHandlePart
is bound to a segment of a poly-bezier handle geometry, represented by an array ofBezierCurve
s.AbstractVisualPart TheAbstractVisualPart
is an abstract implementation of theIVisualPart
interface.IBendableContentPart.BendPoint A representation of a bend point, which is defined either by a point or by a content anchorage to which the content is attached.IContentPart AnIVisualPart
that visualizes an underlying content element.IFeedbackPart AnIFeedbackPart
is a controller that controls a visual, which is used simply for feedback and does not correspond to anything in the visualized model.IFeedbackPartFactory TheIFeedbackPartFactory
interface specifies a factory method for the creation ofIFeedbackPart
s for a given list of targetIVisualPart
s, a contextIBehavior
, and a contextMap
.IHandlePart AnIHandlePart
is a controller that controls a visual, which is used simply for tool interaction and does not correspond to anything in the visualized model.IHandlePartFactory TheIHandlePartFactory
interface specifies a factory method for the creation ofIHandlePart
s for a given list of targetIVisualPart
s, a contextIBehavior
, and a contextMap
.IResizableContentPart AnIContentPart
that supports content related resize.IRootPart ITransformableContentPart AnIContentPart
that supports content related transformations.IVisualPart AnIVisualPart
plays the controller role in the model-view-controller architecture.SelectionFeedbackPart TheSelectionFeedbackPart
is anAbstractFeedbackPart
that is parameterized byGeometryNode<IGeometry>
. -
Classes in org.eclipse.gef.mvc.fx.parts used by org.eclipse.gef.mvc.fx.policies Class Description IBendableContentPart AnIContentPart
that supports content related bend, i.e. manipulation of control points.IBendableContentPart.BendPoint A representation of a bend point, which is defined either by a point or by a content anchorage to which the content is attached.IContentPart AnIVisualPart
that visualizes an underlying content element.IContentPartFactory A factory for creating newIContentPart
s.IResizableContentPart AnIContentPart
that supports content related resize.ITransformableContentPart AnIContentPart
that supports content related transformations.IVisualPart AnIVisualPart
plays the controller role in the model-view-controller architecture. -
Classes in org.eclipse.gef.mvc.fx.parts used by org.eclipse.gef.mvc.fx.providers Class Description IContentPart AnIVisualPart
that visualizes an underlying content element.IVisualPart AnIVisualPart
plays the controller role in the model-view-controller architecture. -
Classes in org.eclipse.gef.mvc.fx.parts used by org.eclipse.gef.mvc.fx.viewer Class Description IContentPart AnIVisualPart
that visualizes an underlying content element.IRootPart IVisualPart AnIVisualPart
plays the controller role in the model-view-controller architecture.