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
AbstractFXOnClickPolicy 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<AbstractFXOnClickPolicy> |
FXClickDragTool.CLICK_TOOL_POLICY_KEY
The typeKey used to retrieve those policies that are able to handle the
click part of the click/drag interaction gesture.
|
Modifier and Type | Method and Description |
---|---|
protected java.util.Set<? extends AbstractFXOnClickPolicy> |
FXClickDragTool.getClickPolicies(IVisualPart<javafx.scene.Node,? extends javafx.scene.Node> targetPart)
|
Copyright (c) 2014 itemis AG and others. All rights reserved.