Package | Description |
---|---|
org.eclipse.gef.mvc.fx.parts |
This package contains all JavaFX-specific
IContentPart ,
IVisualPart ,
IFeedbackPart , and
IHandlePart implementations and related
classes. |
org.eclipse.gef.mvc.fx.viewer |
This package contains a JavaFX-specific
IViewer implementation:
InfiniteCanvasViewer . |
Modifier and Type | Class and Description |
---|---|
class |
LayeredRootPart
The
LayeredRootPart is an IRootPart that manages a number of
layers for the visualization, namely, the content layer, feedback layer, and
handle layer. |
Modifier and Type | Method and Description |
---|---|
IRootPart<? extends javafx.scene.Node> |
LayeredRootPart.getRoot() |
IRootPart<? extends javafx.scene.Node> |
IVisualPart.getRoot()
Returns the
IRootPart . |
IRootPart<? extends javafx.scene.Node> |
AbstractVisualPart.getRoot() |
Modifier and Type | Method and Description |
---|---|
IRootPart<? extends javafx.scene.Node> |
InfiniteCanvasViewer.getRootPart() |
IRootPart<? extends javafx.scene.Node> |
IViewer.getRootPart()
Returns the
IRootPart of this viewer. |
Copyright (c) 2014, 2016 itemis AG and others. All rights reserved.