Uses of Class
org.eclipse.gef.mvc.fx.policies.AbstractPolicy
Packages that use AbstractPolicy
-
Uses of AbstractPolicy in org.eclipse.gef.mvc.fx.policies
Subclasses of AbstractPolicy in org.eclipse.gef.mvc.fx.policiesModifier and TypeClassDescriptionclass
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