Class FocusBehavior

java.lang.Object
org.eclipse.gef.mvc.fx.behaviors.AbstractBehavior
org.eclipse.gef.mvc.fx.behaviors.FocusBehavior
All Implemented Interfaces:
IActivatable, IAdaptable.Bound<IVisualPart<? extends javafx.scene.Node>>, IBehavior

public class FocusBehavior extends AbstractBehavior
The FocusBehavior can be registered on an IVisualPart to transfer the focus information from the FocusModel to the part's visualization. It will assign keyboard focus to the visualization if the part is focused, and it will display focus feedback around the visualization to indicate that the part has focus.
  • Field Details

  • Constructor Details

    • FocusBehavior

      public FocusBehavior()
  • Method Details