public class FXBendOnSegmentDragPolicy extends AbstractFXInteractionPolicy implements IFXOnDragPolicy
FXBendConnectionPolicy of its host to move the dragged
connection segment.adaptableadaptableIAdaptable.Bound.Impl<T extends IAdaptable>| Constructor and Description |
|---|
FXBendOnSegmentDragPolicy() |
| Modifier and Type | Method and Description |
|---|---|
void |
drag(javafx.scene.input.MouseEvent e,
Dimension delta)
This callback method is invoked when the mouse is moved while a button is
pressed.
|
void |
dragAborted()
This callback method is invoked when the mouse drag gesture is aborted,
i.e. the gesture ends unexpectedly, without a mouse release event being
fired.
|
protected FXBendConnectionPolicy |
getBendPolicy()
Returns the
FXBendConnectionPolicy of the host. |
protected CursorSupport |
getCursorSupport()
Returns the
CursorSupport of this policy. |
IVisualPart<javafx.scene.Node,Connection> |
getHost()
|
void |
hideIndicationCursor()
Restores the original mouse cursor when it was previously changed by a
call to
IFXOnDragPolicy.showIndicationCursor(KeyEvent) or
IFXOnDragPolicy.showIndicationCursor(MouseEvent). |
void |
press(javafx.scene.input.MouseEvent e)
This callback method is invoked when a mouse button is pressed on the
host, which starts a mouse drag gesture.
|
void |
release(javafx.scene.input.MouseEvent e,
Dimension delta)
This callback method is invoked when the initially pressed mouse button
is released, which ends the gesture.
|
boolean |
showIndicationCursor(javafx.scene.input.KeyEvent event)
Changes the mouse cursor depending on the given
KeyEvent to
indicate the action that is performed by this policy. |
boolean |
showIndicationCursor(javafx.scene.input.MouseEvent event)
Changes the mouse cursor depending on the given
MouseEvent to
indicate the action that is performed by this policy. |
protected void |
updateHandles()
Updates the selection handles.
|
isRegistered, isRegisteredForHostcommit, init, restoreRefreshVisuals, rollback, storeAndDisableRefreshVisualsadaptableProperty, getAdaptable, setAdaptableclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadaptableProperty, getAdaptable, setAdaptablepublic void drag(javafx.scene.input.MouseEvent e,
Dimension delta)
IFXOnDragPolicydrag in interface IFXOnDragPolicye - The original MouseEvent.delta - The mouse offset since IFXOnDragPolicy.press(MouseEvent) (in pixel).public void dragAborted()
IFXOnDragPolicydragAborted in interface IFXOnDragPolicyprotected FXBendConnectionPolicy getBendPolicy()
FXBendConnectionPolicy of the host.FXBendConnectionPolicy of the host.protected CursorSupport getCursorSupport()
CursorSupport of this policy.CursorSupport of this policy.public IVisualPart<javafx.scene.Node,Connection> getHost()
IPolicygetHost in interface IPolicy<javafx.scene.Node>getHost in class AbstractPolicy<javafx.scene.Node>IPolicy.public void hideIndicationCursor()
IFXOnDragPolicyIFXOnDragPolicy.showIndicationCursor(KeyEvent) or
IFXOnDragPolicy.showIndicationCursor(MouseEvent).hideIndicationCursor in interface IFXOnDragPolicypublic void press(javafx.scene.input.MouseEvent e)
IFXOnDragPolicypress in interface IFXOnDragPolicye - The original MouseEventpublic void release(javafx.scene.input.MouseEvent e,
Dimension delta)
IFXOnDragPolicyrelease in interface IFXOnDragPolicye - The original MouseEvent.delta - The mouse offset since IFXOnDragPolicy.press(MouseEvent) (in pixel).public boolean showIndicationCursor(javafx.scene.input.KeyEvent event)
IFXOnDragPolicyKeyEvent to
indicate the action that is performed by this policy. The return value
indicates if the mouse cursor was changed or not.showIndicationCursor in interface IFXOnDragPolicyevent - The KeyEvent that initiated the determination of an
indication cursor.true if the mouse cursor was changed, otherwise
false.public boolean showIndicationCursor(javafx.scene.input.MouseEvent event)
IFXOnDragPolicyMouseEvent to
indicate the action that is performed by this policy. The return value
indicates if the mouse cursor was changed or not.showIndicationCursor in interface IFXOnDragPolicyevent - The MouseEvent that initiated the determination of an
indication cursor.true if the mouse cursor was changed, otherwise
false.protected void updateHandles()
Copyright (c) 2014 itemis AG and others. All rights reserved.