| 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 |
FXPanOnScrollPolicy
The
FXPanOnScrollPolicy is an AbstractFXOnScrollPolicy that
pans (i.e. moves/scrolls) the viewport upon scrolling the mouse wheel. |
class |
FXZoomOnScrollPolicy
The
FXZoomOnScrollPolicy is an AbstractFXOnScrollPolicy that
scales the viewport when the user scroll with the mouse wheel while pressing
either <Control> or <Alt>. |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Class<AbstractFXOnScrollPolicy> |
FXScrollTool.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 AbstractFXOnScrollPolicy> |
FXScrollTool.getScrollPolicies(IVisualPart<javafx.scene.Node,? extends javafx.scene.Node> targetPart)
Returns a
Set containing all AbstractFXOnScrollPolicys
that are installed on the given target IVisualPart. |
Copyright (c) 2014 itemis AG and others. All rights reserved.