Uses of Interface
org.eclipse.gef.mvc.fx.parts.IRootPart
Packages that use IRootPart
Package
Description
This package contains all JavaFX-specific
IContentPart
,
IVisualPart
,
IFeedbackPart
, and
IHandlePart
implementations and related
classes.This package contains a JavaFX-specific
IViewer
implementation:
InfiniteCanvasViewer
.-
Uses of IRootPart in org.eclipse.gef.mvc.fx.parts
Classes in org.eclipse.gef.mvc.fx.parts that implement IRootPartModifier and TypeClassDescriptionclass
TheLayeredRootPart
is anIRootPart
that manages a number of layers for the visualization, namely, the content layer, feedback layer, and handle layer.Methods in org.eclipse.gef.mvc.fx.parts that return IRootPart -
Uses of IRootPart in org.eclipse.gef.mvc.fx.viewer
Methods in org.eclipse.gef.mvc.fx.viewer that return IRootPartModifier and TypeMethodDescriptionInfiniteCanvasViewer.getRootPart()
IViewer.getRootPart()
Returns theIRootPart
of this viewer.