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 | Method and Description |
---|---|
protected ChangeFocusOperation<javafx.scene.Node> |
FXFocusTraversalPolicy.getChangeFocusOperation()
Returns the
ChangeFocusOperation that is used to change the focus
part. |
Modifier and Type | Method and Description |
---|---|
protected ChangeFocusOperation<VR> |
DeletionPolicy.getUnfocusOperation()
Returns the
ChangeFocusOperation used by this
DeletionPolicy to unfocus the to be deleted parts. . |
Copyright (c) 2014 itemis AG and others. All rights reserved.