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 |
FXDeleteSelectedOnTypePolicy
The
FXDeleteSelectedOnTypePolicy is an IFXOnTypePolicy that
performs content deletion upon the press of a key. |
class |
FXPanOnTypePolicy
The
FXPanOnTypePolicy is an IFXOnTypePolicy that performs
viewport panning via the keyboard. |
class |
FXSelectFocusedOnTypePolicy
The
FXSelectFocusedOnTypePolicy implements (de-)selecting a focused part via
the keyboard. |
class |
FXTraverseFocusOnTypePolicy
The
FXTraverseFocusOnTypePolicy implements focus traversal via
keyboard input. |
Modifier and Type | Field and Description |
---|---|
static java.lang.Class<IFXOnTypePolicy> |
FXTypeTool.ON_TYPE_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 IFXOnTypePolicy> |
FXTypeTool.getActivePolicies(IViewer<javafx.scene.Node> viewer) |
Copyright (c) 2014 itemis AG and others. All rights reserved.