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 |
FXZoomOnPinchSpreadPolicy
An
AbstractFXOnPinchSpreadPolicy that performs zooming. |
Modifier and Type | Field and Description |
---|---|
static java.lang.Class<AbstractFXOnPinchSpreadPolicy> |
FXPinchSpreadTool.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 AbstractFXOnPinchSpreadPolicy> |
FXPinchSpreadTool.getPinchSpreadPolicies(IVisualPart<javafx.scene.Node,? extends javafx.scene.Node> targetPart)
Returns a
Set containing all
AbstractFXOnPinchSpreadPolicy s that are installed on the given
target IVisualPart . |
protected java.util.Set<? extends AbstractFXOnPinchSpreadPolicy> |
FXPinchSpreadTool.getTargetPolicies(IViewer<javafx.scene.Node> viewer,
javafx.scene.input.ZoomEvent e)
Returns a
Set containing all
AbstractFXOnPinchSpreadPolicy s that are supported by the target
IVisualPart for the given ZoomEvent . |
Copyright (c) 2014 itemis AG and others. All rights reserved.