Uses of Class
org.eclipse.gef.mvc.fx.operations.ChangeFocusOperation
Packages that use ChangeFocusOperation
-
Uses of ChangeFocusOperation in org.eclipse.gef.mvc.fx.policies
Methods in org.eclipse.gef.mvc.fx.policies that return ChangeFocusOperationModifier and TypeMethodDescriptionprotected ChangeFocusOperation
FocusTraversalPolicy.getChangeFocusOperation()
Returns theChangeFocusOperation
that is used to change the focus part.protected ChangeFocusOperation
DeletionPolicy.getUnfocusOperation()
Returns theChangeFocusOperation
used by thisDeletionPolicy
to unfocus the to be deleted parts. .