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 AbstractFXOnTypePolicy
that performs content deletion upon the press of a key. |
class |
FXPanOnTypePolicy
The
FXPanOnTypePolicy is an AbstractFXOnTypePolicy that
performs viewport panning via the keyboard. |
Modifier and Type | Field and Description |
---|---|
static java.lang.Class<AbstractFXOnTypePolicy> |
FXTypeTool.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 AbstractFXOnTypePolicy> |
FXTypeTool.getKeyPolicies(IVisualPart<javafx.scene.Node,? extends javafx.scene.Node> targetPart)
Returns a
Set containing all AbstractFXOnTypePolicy s that
are installed on the given target IVisualPart . |
protected java.util.Set<? extends AbstractFXOnTypePolicy> |
FXTypeTool.getTargetPolicies(javafx.scene.input.KeyEvent event)
Returns a
Set containing all AbstractFXOnTypePolicy s that
are installed on the target IVisualPart for the given
KeyEvent . |
protected java.util.Set<? extends AbstractFXOnTypePolicy> |
FXTypeTool.getTargetPolicies(javafx.scene.Scene scene)
Returns a
Set containing all AbstractFXOnTypePolicy s that
are installed on the target IVisualPart for the given
Scene . |
Copyright (c) 2014 itemis AG and others. All rights reserved.