Package | Description |
---|---|
org.eclipse.gef4.mvc.behaviors |
This package contains the
IBehavior
and AbstractBehavior definitions. |
org.eclipse.gef4.mvc.fx.parts |
This package contains all JavaFX-specific
IContentPart ,
IVisualPart ,
IFeedbackPart , and
IHandlePart implementations and related
classes. |
org.eclipse.gef4.mvc.parts |
This package contains all abstractions related to controllers (aka parts) in
a model-view-controller architecture.
|
org.eclipse.gef4.mvc.viewer |
This package contains the
IViewer
abstraction and the related
AbstractViewer realization. |
Modifier and Type | Method and Description |
---|---|
static <VR> void |
BehaviorUtils.addAnchoreds(IRootPart<VR,? extends VR> root,
java.util.List<? extends IVisualPart<VR,? extends VR>> anchorages,
java.util.List<? extends IVisualPart<VR,? extends VR>> anchoreds)
Adds the given list of anchoreds as children to the given
IRootPart . |
static <VR> void |
BehaviorUtils.removeAnchoreds(IRootPart<VR,? extends VR> root,
java.util.List<? extends IVisualPart<VR,? extends VR>> anchorages,
java.util.List<? extends IVisualPart<VR,? extends VR>> anchoreds)
Removes the given list of anchoreds as children from the given
IRootPart . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFXRootPart<N extends javafx.scene.Node>
Abstract base implementation for a JavaFX-specific
IRootPart . |
class |
FXRootPart
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRootPart<VR,V extends VR>
|
Modifier and Type | Method and Description |
---|---|
IRootPart<VR,? extends VR> |
IVisualPart.getRoot()
Returns the
IRootPart . |
IRootPart<VR,? extends VR> |
AbstractVisualPart.getRoot() |
IRootPart<VR,? extends VR> |
AbstractRootPart.getRoot() |
Modifier and Type | Method and Description |
---|---|
IRootPart<VR,? extends VR> |
IViewer.getRootPart()
Returns the
IRootPart of this viewer. |
IRootPart<VR,? extends VR> |
AbstractViewer.getRootPart() |
Copyright (c) 2014 itemis AG and others. All rights reserved.