Uses of Interface
org.eclipse.gef.mvc.fx.policies.IPolicy
Packages that use IPolicy
Package
Description
This package contains all JavaFX-specific
IContentPart
,
IVisualPart
,
IFeedbackPart
, and
IHandlePart
implementations and related
classes.This package contains all
IPolicy
implementations contributed by MVC.FX.-
Uses of IPolicy in org.eclipse.gef.mvc.fx.parts
Methods in org.eclipse.gef.mvc.fx.parts that return types with arguments of type IPolicyModifier and TypeMethodDescriptionMap<AdapterKey<? extends IPolicy>,
IPolicy> AbstractVisualPart.getPolicies()
Map<AdapterKey<? extends IPolicy>,
IPolicy> AbstractVisualPart.getPolicies()
Map<AdapterKey<? extends IPolicy>,
IPolicy> IVisualPart.getPolicies()
Returns aMap
of this part's policies and their correspondingAdapterKey
s.Map<AdapterKey<? extends IPolicy>,
IPolicy> IVisualPart.getPolicies()
Returns aMap
of this part's policies and their correspondingAdapterKey
s. -
Uses of IPolicy in org.eclipse.gef.mvc.fx.policies
Classes in org.eclipse.gef.mvc.fx.policies that implement IPolicyModifier and TypeClassDescriptionclass
Abstract base implementation ofIPolicy
that is transactional.class
TheBendConnectionPolicy
can be used to manipulate the points constituting anConnection
, i.e. its start, way, and end points.class
A (transaction) policy to handle content changes, i.e. adding/removing of content children as well as attaching/detaching to/from content anchorages.class
TheCreationPolicy
is anAbstractPolicy
that handles the creation of content.class
TheDeletionPolicy
is anAbstractPolicy
that handles the deletion of content.class
TheFocusTraversalPolicy
can be used to assign focus to the next or previous part in the focus traversal cycle.class
class
TheTransformPolicy
is a JavaFX-specificAbstractPolicy
that handles the transformation of itshost
.class