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 |
FXPanOrZoomOnScrollPolicy
The
FXPanOrZoomOnScrollPolicy is an IFXOnScrollPolicy that
pans (i.e. moves/scrolls) the viewport upon scrolling the mouse wheel. |
Modifier and Type | Field and Description |
---|---|
static java.lang.Class<IFXOnScrollPolicy> |
FXScrollTool.ON_SCROLL_POLICY_KEY
The type of the policy that has to be supported by target parts.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<? extends IFXOnScrollPolicy> |
FXScrollTool.getActivePolicies(IViewer<javafx.scene.Node> viewer) |
Copyright (c) 2014 itemis AG and others. All rights reserved.