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 |
FXBendOnSegmentHandleDragPolicy |
class |
FXMarqueeOnDragPolicy |
class |
FXRelocateOnDragPolicy |
class |
FXResizeRelocateOnHandleDragPolicy |
class |
FXRotateSelectedOnHandleDragPolicy |
class |
FXScaleRelocateOnHandleDragPolicy |
Modifier and Type | Field and Description |
---|---|
static java.lang.Class<AbstractFXOnDragPolicy> |
FXClickDragTool.DRAG_TOOL_POLICY_KEY |
Modifier and Type | Method and Description |
---|---|
protected java.util.Set<? extends AbstractFXOnDragPolicy> |
FXClickDragTool.getDragPolicies(IVisualPart<javafx.scene.Node,? extends javafx.scene.Node> targetPart) |
Copyright (c) 2014 itemis AG and others. All rights reserved.