Uses of Class
org.eclipse.gef.mvc.fx.models.FocusModel
Packages that use FocusModel
Package
Description
This package contains JavaFX/MVC.FX-specific
IBehavior
implementations.This package contains all
IUndoableOperation
implementations contributed by MVC.FX.-
Uses of FocusModel in org.eclipse.gef.mvc.fx.behaviors
Methods in org.eclipse.gef.mvc.fx.behaviors that return FocusModelModifier and TypeMethodDescriptionprotected FocusModel
FocusBehavior.getFocusModel()
Returns theFocusModel
at which thisFocusBehavior
is registered for changes. -
Uses of FocusModel in org.eclipse.gef.mvc.fx.operations
Methods in org.eclipse.gef.mvc.fx.operations that return FocusModelModifier and TypeMethodDescriptionprotected FocusModel
ChangeFocusOperation.getFocusModel()
Returns theFocusModel
adapted to the viewer.