Uses of Class
org.eclipse.gef.mvc.fx.policies.AbstractPolicy
-
Packages that use AbstractPolicy Package Description org.eclipse.gef.mvc.fx.policies This package contains allIPolicy
implementations contributed by MVC.FX. -
-
Uses of AbstractPolicy in org.eclipse.gef.mvc.fx.policies
Subclasses of AbstractPolicy in org.eclipse.gef.mvc.fx.policies Modifier and Type Class Description 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
-