Package | Description |
---|---|
org.eclipse.gef4.mvc.fx.policies |
This package contains all
IPolicy
implementations contributed by MVC.FX. |
org.eclipse.gef4.mvc.fx.tools |
This package contains JavaFX-specific
ITool implementations for different
interactions (e.g. mouse drag). |
Modifier and Type | Class and Description |
---|---|
class |
FXFocusAndSelectOnClickPolicy
The
FXFocusAndSelectOnClickPolicy is an IFXOnClickPolicy that
focuses and selects its host by altering the
FocusModel and the SelectionModel when the host is clicked by the mouse. |
Modifier and Type | Field and Description |
---|---|
static java.lang.Class<IFXOnClickPolicy> |
FXClickDragTool.ON_CLICK_POLICY_KEY
The typeKey used to retrieve those policies that are able to handle the
click part of the click/drag interaction gesture.
|
Copyright (c) 2014 itemis AG and others. All rights reserved.