Package | Description |
---|---|
org.eclipse.gef4.mvc.fx.policies |
This package contains all
IPolicy
implementations contributed by MVC.FX. |
org.eclipse.gef4.mvc.policies |
This package contains the
IPolicy (and
AbstractPolicy ) abstraction and
concrete implementations for the manipulation of the
ContentModel :
ContentPolicy ,
CreationPolicy , and
DeletionPolicy . |
Modifier and Type | Class and Description |
---|---|
class |
FXBendConnectionPolicy
The
FXBendConnectionPolicy can be used to manipulate the points
constituting an Connection , i.e. its start, way, and end points. |
class |
FXChangeViewportPolicy
|
class |
FXFocusTraversalPolicy
The
FXFocusTraversalPolicy can be used to assign focus to the next or
previous part in the focus traversal cycle. |
class |
FXResizeConnectionPolicy
The
FXResizeConnectionPolicy is a specialization of the
FXResizePolicy that performs a resize of an Connection visual
by proportionally relocating its bend points. |
class |
FXResizePolicy
|
class |
FXTransformConnectionPolicy
The
FXTransformConnectionPolicy is an FXTransformPolicy that
is adjusted for the relocation of an Connection . |
class |
FXTransformPolicy
The
FXTransformPolicy is a JavaFX-specific
AbstractTransformPolicy that handles the transformation of its
host . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBendPolicy<VR>
Abstract base implementation for bend policies.
|
class |
AbstractResizePolicy<VR>
Abstract base class for resize transaction policies.
|
class |
AbstractTransformPolicy<VR>
The
AbstractTransformPolicy is a AbstractTransactionPolicy
that handles the transformation of its host . |
class |
ContentPolicy<VR>
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<VR>
The
CreationPolicy is an AbstractTransactionPolicy that
handles the creation of content. |
class |
DeletionPolicy<VR>
The
DeletionPolicy is an AbstractTransactionPolicy that
handles the deletion of content. |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractInteractionPolicy.commit(AbstractTransactionPolicy<VR> policy)
|
protected void |
AbstractInteractionPolicy.init(AbstractTransactionPolicy<VR> policy)
If the given
IPolicy is not null , initializes it. |
protected void |
AbstractInteractionPolicy.rollback(AbstractTransactionPolicy<VR> policy)
If the given
IPolicy is not null , rolls it back. |
Copyright (c) 2014 itemis AG and others. All rights reserved.