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 |
FXRotateSelectedOnRotatePolicy
The
FXRotateSelectedOnRotatePolicy is an
AbstractFXOnRotatePolicy that rotates the whole selection when its host experiences a touch rotate
gesture. |
Modifier and Type | Field and Description |
---|---|
static java.lang.Class<AbstractFXOnRotatePolicy> |
FXRotateTool.TOOL_POLICY_KEY
The type of the policy that has to be supported by target parts.
|
Modifier and Type | Method and Description |
---|---|
protected java.util.Set<? extends AbstractFXOnRotatePolicy> |
FXRotateTool.getRotatePolicies(IVisualPart<javafx.scene.Node,? extends javafx.scene.Node> targetPart)
Returns a
Set containing all AbstractFXOnRotatePolicy s
that are installed on the given target IVisualPart . |
protected java.util.Set<? extends AbstractFXOnRotatePolicy> |
FXRotateTool.getTargetPolicies(IViewer<javafx.scene.Node> viewer,
javafx.scene.input.RotateEvent e)
Returns a
Set containing all AbstractFXOnRotatePolicy s
that are installed on the target IVisualPart for the given
RotateEvent . |
Copyright (c) 2014 itemis AG and others. All rights reserved.