Uses of Interface
org.eclipse.gef.mvc.fx.policies.IPolicy
-
Packages that use IPolicy Package Description org.eclipse.gef.mvc.fx.parts This package contains all JavaFX-specificIContentPart
,IVisualPart
,IFeedbackPart
, andIHandlePart
implementations and related classes.org.eclipse.gef.mvc.fx.policies This package contains allIPolicy
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 IPolicy Modifier and Type Method 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 aMap
of this part's policies and their correspondingAdapterKey
s.java.util.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 IPolicy Modifier and Type Class Description class
AbstractPolicy
Abstract base implementation ofIPolicy
that is transactional.class
BendConnectionPolicy
TheBendConnectionPolicy
can be used to manipulate the points constituting anConnection
, 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
TheCreationPolicy
is anAbstractPolicy
that handles the creation of content.class
DeletionPolicy
TheDeletionPolicy
is anAbstractPolicy
that handles the deletion of content.class
FocusTraversalPolicy
TheFocusTraversalPolicy
can be used to assign focus to the next or previous part in the focus traversal cycle.class
ResizePolicy
class
TransformPolicy
TheTransformPolicy
is a JavaFX-specificAbstractPolicy
that handles the transformation of itshost
.class
ViewportPolicy
-