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.policies |
This package contains all
IPolicy
implementations contributed by MVC.FX. |
Modifier and Type | Method and Description |
---|---|
java.util.Map<AdapterKey<? extends IPolicy>,IPolicy> |
AbstractVisualPart.getPolicies() |
java.util.Map<AdapterKey<? extends IPolicy>,IPolicy> |
AbstractVisualPart.getPolicies() |
java.util.Map<AdapterKey<? extends IPolicy>,IPolicy> |
IVisualPart.getPolicies()
Returns a
Map of this part's policies and their corresponding
AdapterKey s. |
java.util.Map<AdapterKey<? extends IPolicy>,IPolicy> |
IVisualPart.getPolicies()
Returns a
Map of this part's policies and their corresponding
AdapterKey s. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPolicy
Abstract base implementation of
IPolicy that is transactional. |
class |
BendConnectionPolicy
The
BendConnectionPolicy can be used to manipulate the points
constituting an Connection , i.e. its start, way, and end points. |
class |
ContentPolicy
A (transaction) policy to handle content changes, i.e. adding/removing of
content children as well as attaching/detaching to/from content anchorages.
|
class |
CreationPolicy
The
CreationPolicy is an AbstractPolicy that
handles the creation of content. |
class |
DeletionPolicy
The
DeletionPolicy is an AbstractPolicy that handles the
deletion of content. |
class |
FocusTraversalPolicy
The
FocusTraversalPolicy can be used to assign focus to the next or
previous part in the focus traversal cycle. |
class |
ResizePolicy
|
class |
TransformPolicy
The
TransformPolicy is a JavaFX-specific
AbstractPolicy that handles the transformation of its
host . |
class |
ViewportPolicy
|
Copyright (c) 2014, 2016 itemis AG and others. All rights reserved.