Package | Description |
---|---|
com.yworks.yfiles.view |
Contains the main UI classes, interfaces, default implementations and support classes that can be used to display
IGraph instances. |
com.yworks.yfiles.view.input |
Contains definitions, default implementations, and support classes that deal with the user interaction in a
CanvasControl in general, as well as specialized utility classes and IInputMode implementations that can be used to work with and edit IGraph instances in a GraphControl . |
Modifier and Type | Method and Description |
---|---|
IEventRecognizer |
CanvasControl.getCenterZoomEventRecognizer()
Specifies an
IEventRecognizer that determines whether the zooming to the center of the view, rather than at the
mouse location should be used. |
Modifier and Type | Method and Description |
---|---|
ObjectProperty<IEventRecognizer> |
CanvasControl.centerZoomEventRecognizerProperty()
The property for the
CanvasControl.getCenterZoomEventRecognizer() event recognizer} that determines whether the zooming to the center of the view, rather than at the
mouse location should be used. |
Modifier and Type | Method and Description |
---|---|
void |
CanvasControl.setCenterZoomEventRecognizer(IEventRecognizer value)
Specifies an
IEventRecognizer that determines whether the zooming to the center of the view, rather than at the
mouse location should be used. |
Modifier and Type | Field and Description |
---|---|
static IEventRecognizer |
IEventRecognizer.ALT_PRESSED
An event recognizer that recognizes when the alt modifier is active.
|
static IEventRecognizer |
IEventRecognizer.ALWAYS
A callback that will always return true;.
|
static IEventRecognizer |
IEventRecognizer.CTRL_DOWN
An event recognizer that recognizes when the ctrl modifier is being pressed.
|
static IEventRecognizer |
IEventRecognizer.CTRL_PRESSED
An event recognizer that recognizes when the control modifier is active.
|
static IEventRecognizer |
IEventRecognizer.CTRL_UP
An event recognizer that recognizes when the Ctrl modifier is being released.
|
static IEventRecognizer |
IEventRecognizer.DELETE_PRESSED
An event recognizer that recognizes when delete has been pressed.
|
static IEventRecognizer |
IEventRecognizer.ESCAPE_PRESSED
An event recognizer that recognizes when escape has been pressed.
|
static IEventRecognizer |
IEventRecognizer.ESCAPE_RELEASED
An event recognizer that recognizes when escape has been released.
|
static IEventRecognizer |
IEventRecognizer.ESCAPE_TYPED
An event recognizer that recognizes when escape has been typed.
|
static IEventRecognizer |
IEventRecognizer.KEY_PRESSED
An event recognizer that recognizes when any key has been pressed.
|
static IEventRecognizer |
IEventRecognizer.KEY_RELEASED
An event recognizer that recognizes when any key has been released.
|
static IEventRecognizer |
IEventRecognizer.KEY_TYPED
An event recognizer that recognizes when any key has been typed.
|
static IEventRecognizer |
IEventRecognizer.LOST_CAPTURE_PRIMARY
An
IEventRecognizer that identifies the loss of touch capture for the primary device. |
static IEventRecognizer |
IEventRecognizer.LOST_CAPTURE_SECONDARY
An
IEventRecognizer that identifies the loss of touch capture for the secondary device. |
static IEventRecognizer |
IEventRecognizer.MOUSE_CLICKED
An
IEventRecognizer that identifies button clicks. |
static IEventRecognizer |
IEventRecognizer.MOUSE_DRAGGED
An
IEventRecognizer that identifies mouse drag events. |
static IEventRecognizer |
IEventRecognizer.MOUSE_ENTERED
An
IEventRecognizer that identifies when the mouse has entered the control. |
static IEventRecognizer |
IEventRecognizer.MOUSE_EXITED
An
IEventRecognizer that identifies when the has left the control. |
static IEventRecognizer |
IEventRecognizer.MOUSE_LEFT_CLICKED
An
IEventRecognizer that identifies left mouse button clicks. |
static IEventRecognizer |
IEventRecognizer.MOUSE_LEFT_DOUBLE_CLICKED
An
IEventRecognizer that identifies left mouse button double clicks. |
static IEventRecognizer |
IEventRecognizer.MOUSE_LEFT_DRAGGED
An
IEventRecognizer that identifies left mouse button drags. |
static IEventRecognizer |
IEventRecognizer.MOUSE_LEFT_PRESSED
An
IEventRecognizer that identifies left mouse button press events. |
static IEventRecognizer |
IEventRecognizer.MOUSE_LEFT_RELEASED
An
IEventRecognizer that identifies left mouse button release events. |
static IEventRecognizer |
IEventRecognizer.MOUSE_LOST_CAPTURE
An
IEventRecognizer that identifies the loss of touch capture for the any device. |
static IEventRecognizer |
IEventRecognizer.MOUSE_MIDDLE_CLICKED
An
IEventRecognizer that identifies middle mouse button clicks. |
static IEventRecognizer |
IEventRecognizer.MOUSE_MIDDLE_DOUBLE_CLICKED
An
IEventRecognizer that identifies middle mouse button double clicks. |
static IEventRecognizer |
IEventRecognizer.MOUSE_MIDDLE_DRAGGED
An
IEventRecognizer that identifies middle mouse button drags. |
static IEventRecognizer |
IEventRecognizer.MOUSE_MOVED
An
IEventRecognizer that identifies mouse movements that are not drags. |
static IEventRecognizer |
IEventRecognizer.MOUSE_MOVED_OR_DRAGGED
An
IEventRecognizer that identifies mouse movements. |
static IEventRecognizer |
IEventRecognizer.MOUSE_MULTI_CLICKED
An
IEventRecognizer that identifies button multi-clicks. |
static IEventRecognizer |
IEventRecognizer.MOUSE_PRESSED
An
IEventRecognizer that identifies mouse movements. |
static IEventRecognizer |
IEventRecognizer.MOUSE_RELEASED
An
IEventRecognizer that identifies mouse movements. |
static IEventRecognizer |
IEventRecognizer.MOUSE_RIGHT_CLICKED
An
IEventRecognizer that identifies right mouse button clicks. |
static IEventRecognizer |
IEventRecognizer.MOUSE_RIGHT_DOUBLE_CLICKED
An
IEventRecognizer that identifies right mouse button double clicks. |
static IEventRecognizer |
IEventRecognizer.MOUSE_RIGHT_DRAGGED
An
IEventRecognizer that identifies right mouse button drags. |
static IEventRecognizer |
IEventRecognizer.MOUSE_RIGHT_PRESSED
An
IEventRecognizer that identifies right mouse button press events. |
static IEventRecognizer |
IEventRecognizer.MOUSE_RIGHT_RELEASED
An
IEventRecognizer that identifies right mouse button release events. |
static IEventRecognizer |
IEventRecognizer.NEVER
A callback that will always return false;.
|
static IEventRecognizer |
IEventRecognizer.SHIFT_DOWN
An event recognizer that recognizes when the shift modifier is being pressed.
|
static IEventRecognizer |
IEventRecognizer.SHIFT_PRESSED
An event recognizer that recognizes when the shift modifier is active.
|
static IEventRecognizer |
IEventRecognizer.SHIFT_UP
An event recognizer that recognizes when the shift modifier is being released.
|
static IEventRecognizer |
IEventRecognizer.SHORTCUT_DOWN
An event recognizer that recognizes when the Ctrl modifier on Windows and Linux and the command modifier on Mac OS is being pressed.
|
static IEventRecognizer |
IEventRecognizer.SHORTCUT_PRESSED
An event recognizer that recognizes when the control modifier on Windows and Linux and the command modifier on Mac OS is active.
|
static IEventRecognizer |
IEventRecognizer.SHORTCUT_UP
An event recognizer that recognizes when the Ctrl modifier on Windows and Linux and the command modifier on Mac OS is being released.
|
static IEventRecognizer |
IEventRecognizer.TOUCH_DOUBLE_TAPPED_PRIMARY
An
IEventRecognizer that identifies touch double-taps of the primary device. |
static IEventRecognizer |
IEventRecognizer.TOUCH_DOUBLE_TAPPED_SECONDARY
An
IEventRecognizer that identifies touch double-taps of the secondary device. |
static IEventRecognizer |
IEventRecognizer.TOUCH_DOWN_PRIMARY
An
IEventRecognizer that identifies touch movements of the primary device. |
static IEventRecognizer |
IEventRecognizer.TOUCH_DOWN_SECONDARY
An
IEventRecognizer that identifies touch movements of the secondary device. |
static IEventRecognizer |
IEventRecognizer.TOUCH_ENTERED_PRIMARY
An
IEventRecognizer that identifies when the primary device has entered the control. |
static IEventRecognizer |
IEventRecognizer.TOUCH_ENTERED_SECONDARY
An
IEventRecognizer that identifies when the secondary device has entered the control. |
static IEventRecognizer |
IEventRecognizer.TOUCH_EXITED_PRIMARY
An
IEventRecognizer that identifies when the primary device has left the control. |
static IEventRecognizer |
IEventRecognizer.TOUCH_EXITED_SECONDARY
An
IEventRecognizer that identifies when the secondary device has left the control. |
static IEventRecognizer |
IEventRecognizer.TOUCH_LONG_PRESSED_PRIMARY
An
IEventRecognizer that identifies long presses of the primary device. |
static IEventRecognizer |
IEventRecognizer.TOUCH_LONG_PRESSED_SECONDARY
An
IEventRecognizer that identifies long presses of the secondary device. |
static IEventRecognizer |
IEventRecognizer.TOUCH_MOVED_PRIMARY
An
IEventRecognizer that identifies touch movements of the primary device. |
static IEventRecognizer |
IEventRecognizer.TOUCH_MOVED_SECONDARY
An
IEventRecognizer that identifies touch movements of the secondary device. |
static IEventRecognizer |
IEventRecognizer.TOUCH_MULTI_TAPPED_PRIMARY
An
IEventRecognizer that identifies touch multi-taps of the primary device. |
static IEventRecognizer |
IEventRecognizer.TOUCH_MULTI_TAPPED_SECONDARY
An
IEventRecognizer that identifies touch multi-taps of the secondary device. |
static IEventRecognizer |
IEventRecognizer.TOUCH_TAPPED_PRIMARY
An
IEventRecognizer that identifies touch taps of the primary device. |
static IEventRecognizer |
IEventRecognizer.TOUCH_TAPPED_SECONDARY
An
IEventRecognizer that identifies touch taps of the secondary device. |
static IEventRecognizer |
IEventRecognizer.TOUCH_UP_PRIMARY
An
IEventRecognizer that identifies touch movements of the primary device. |
static IEventRecognizer |
IEventRecognizer.TOUCH_UP_SECONDARY
An
IEventRecognizer that identifies touch movements of the secondary device. |
Modifier and Type | Method and Description |
---|---|
default IEventRecognizer |
IEventRecognizer.and(IEventRecognizer other)
Creates an
IEventRecognizer that performs a logical and operation between this and the other callback. |
static IEventRecognizer |
IEventRecognizer.createAndRecognizer(IEventRecognizer... recognizers)
Creates an instance that is the logical 'and' combination of the provided recognizers.
|
protected IEventRecognizer |
ClickInputMode.createClickRecognizer()
Creates the event recognizer that is used to recognize the clicks for this instance.
|
static IEventRecognizer |
IEventRecognizer.createKeyEventRecognizer(char character)
Creates an event recognizer that recognizes a key being typed.
|
static IEventRecognizer |
IEventRecognizer.createKeyEventRecognizer(EventType<KeyEvent> type,
KeyCode data)
Creates an event recognizer for a given key and type using a given set of modifiers.
|
static IEventRecognizer |
IEventRecognizer.createKeyEventRecognizer(EventType<KeyEvent> type,
KeyCode data,
ModifierKeys modifiers)
Creates an event recognizer for a given key and type using a given set of modifiers.
|
static IEventRecognizer |
IEventRecognizer.createKeyPress(KeyCodeCombination gesture)
|
static IEventRecognizer |
IEventRecognizer.createOrRecognizer(IEventRecognizer... recognizers)
Creates an instance that is the logical 'or' combination of the provided recognizers.
|
protected IEventRecognizer |
TapInputMode.createPressRecognizer()
Creates the event recognizer that is used to recognize the press event for this instance.
|
protected IEventRecognizer |
ClickInputMode.createPressRecognizer()
Creates the event recognizer that is used to recognize the press event for this instance.
|
protected IEventRecognizer |
TapInputMode.createReleaseRecognizer()
Creates the event recognizer that is used to recognize the release event for this instance.
|
protected IEventRecognizer |
ClickInputMode.createReleaseRecognizer()
Creates the event recognizer that is used to recognize the release event for this instance.
|
protected IEventRecognizer |
TapInputMode.createTapRecognizer()
Creates the event recognizer that is used to recognize the taps for this instance.
|
IEventRecognizer |
TextEditorInputMode.getCancelRecognizer()
Gets the
IEventRecognizer to detect when editing the text shall be canceled. |
IEventRecognizer |
ResizeStripeInputMode.getCancelRecognizer()
Gets the "cancel" recognizer.
|
IEventRecognizer |
MoveInputMode.getCancelRecognizer()
Gets the "cancel" recognizer.
|
IEventRecognizer |
MarqueeSelectionInputMode.getCancelRecognizer()
Gets the "cancel" recognizer.
|
IEventRecognizer |
HandleInputMode.getCancelRecognizer()
Gets the "cancel" recognizer.
|
IEventRecognizer |
CreateEdgeInputMode.getCancelRecognizer()
Gets the property that determines cancel events.
|
IEventRecognizer |
CreateEdgeInputMode.getCancelRecognizerTouch()
Gets the property that determines cancel events via touch.
|
IEventRecognizer |
CreateEdgeInputMode.getCreateBendRecognizer()
The event recognizer that recognizes the creation of a bend.
|
IEventRecognizer |
CreateEdgeInputMode.getCreateBendRecognizerTouch()
The event recognizer that recognizes the creation of a bend via touch.
|
IEventRecognizer |
MoveInputMode.getDisableSnappingRecognizer()
Gets event recognizer that recognizes when the user temporarily disables snapping.
|
IEventRecognizer |
HandleInputMode.getDisableSnappingRecognizer()
Gets event recognizer that recognizes when the user temporarily disables snapping.
|
IEventRecognizer |
CreateEdgeInputMode.getDisableSnappingRecognizer()
Gets
IEventRecognizer that temporarily disables snapping. |
IEventRecognizer |
ResizeStripeInputMode.getDraggedRecognizer()
Gets the "dragged" recognizer.
|
IEventRecognizer |
MoveViewportInputMode.getDraggedRecognizer()
Gets the "dragged" recognizer.
|
IEventRecognizer |
MoveInputMode.getDraggedRecognizer()
Gets the "dragged" recognizer.
|
IEventRecognizer |
MarqueeSelectionInputMode.getDraggedRecognizer()
Gets the "dragged" recognizer.
|
IEventRecognizer |
HandleInputMode.getDraggedRecognizer()
Gets the "dragged" recognizer.
|
IEventRecognizer |
CreateEdgeInputMode.getDraggedRecognizer()
The event recognizer that recognizes the initial dragging gesture that is used to initiate the creation after the
preparation.
|
IEventRecognizer |
CreateBendInputMode.getDraggedRecognizer()
Gets the "dragged" recognizer.
|
IEventRecognizer |
ResizeStripeInputMode.getDraggedRecognizerTouch()
Gets the "dragged" recognizer for touch input.
|
IEventRecognizer |
MoveInputMode.getDraggedRecognizerTouch()
Gets the "dragged" recognizer for touch events.
|
IEventRecognizer |
MarqueeSelectionInputMode.getDraggedRecognizerTouch()
Gets the "dragged" recognizer for touch input.
|
IEventRecognizer |
HandleInputMode.getDraggedRecognizerTouch()
Gets the "dragged" recognizer for touch input.
|
IEventRecognizer |
CreateEdgeInputMode.getDraggedRecognizerTouch()
The event recognizer that recognizes the initial dragging gesture that is used to initiate the creation after the
preparation via touch.
|
IEventRecognizer |
MoveInputMode.getEnableSnappingRecognizer()
Gets event recognizer that recognizes when the user reenables temporarily disabled snapping.
|
IEventRecognizer |
HandleInputMode.getEnableSnappingRecognizer()
Gets event recognizer that recognizes when the user reenables temporarily disabled snapping.
|
IEventRecognizer |
CreateEdgeInputMode.getEnableSnappingRecognizer()
Gets
IEventRecognizer that reenables temporarily disabled snapping. |
IEventRecognizer |
CreateEdgeInputMode.getEndPointMovedRecognizer()
The event recognizer that recognizes the movement of the end point of the edge.
|
IEventRecognizer |
CreateEdgeInputMode.getEnforceBendCreationRecognizer()
Gets the
IEventRecognizer that will be queried to decide if bend creation is enforced. |
IEventRecognizer |
KeyboardInputModeRecognizerBinding.getEventRecognizer()
Gets the event recognizing function bound by this instance.
|
IEventRecognizer |
CreateEdgeInputMode.getFinishRecognizer()
The event recognizer that recognizes the finishing gesture that is used to end the edge creation on the target node.
|
IEventRecognizer |
CreateEdgeInputMode.getFinishRecognizerTouch()
The event recognizer that recognizes the finishing gesture that is used to end the edge creation on the target node by a
touch gesture.
|
IEventRecognizer |
MoveInputMode.getHoverRecognizer()
Gets the "hovering" state recognizer.
|
IEventRecognizer |
ResizeStripeInputMode.getIgnoreContentRecognizer()
Gets the recognizer that changes the behavior to ignore the content of all stripes instead of moving them or considering
for minimum sizes.
|
IEventRecognizer |
TextEditorInputMode.getLineBreakRecognizer()
Gets the
IEventRecognizer to detect the key gesture for new line breaks. |
IEventRecognizer |
CreateBendInputMode.getMovedRecognizerTouch()
Gets the "moved" state recognizer specifically for touch input.
|
IEventRecognizer |
TableEditorInputMode.getMultiSelectionRecognizer()
Gets the
IEventRecognizer that will be queried to decide if a click is deemed a multi selection gesture. |
IEventRecognizer |
PortRelocationHandle.getPortCandidateResolutionRecognizer()
Gets the event recognizer that determines whether a
dynamic port candidate should
be resolved. |
IEventRecognizer |
CreateEdgeInputMode.getPortCandidateResolutionRecognizer()
Gets the event recognizer that determines whether dynamic port candidates should be resolved.
|
IEventRecognizer |
CreateEdgeInputMode.getPrepareRecognizer()
The event recognizer that recognizes the starting gesture that is used to prepare the edge creation on the source node.
|
IEventRecognizer |
CreateEdgeInputMode.getPrepareRecognizerTouch()
The event recognizer that recognizes the starting gesture that is used to prepare the edge creation on the source node
via touch.
|
IEventRecognizer |
CreateBendInputMode.getPrepareRecognizerTouch()
Gets the "pressed" state recognizer specifically for touch input.
|
IEventRecognizer |
ResizeStripeInputMode.getPressedRecognizer()
Gets the "pressed" state recognizer.
|
IEventRecognizer |
MoveViewportInputMode.getPressedRecognizer()
Gets the "pressed" state recognizer.
|
IEventRecognizer |
MoveInputMode.getPressedRecognizer()
Gets the "pressed" state recognizer.
|
IEventRecognizer |
MarqueeSelectionInputMode.getPressedRecognizer()
Gets the "pressed" state recognizer.
|
IEventRecognizer |
HandleInputMode.getPressedRecognizer()
Gets the "pressed" state recognizer.
|
IEventRecognizer |
CreateBendInputMode.getPressedRecognizer()
Gets the "pressed" state recognizer.
|
IEventRecognizer |
ResizeStripeInputMode.getPressedRecognizerTouch()
Gets the "pressed" state recognizer for touch input.
|
IEventRecognizer |
MoveInputMode.getPressedRecognizerTouch()
Gets the "pressed" recognizer for touch events.
|
IEventRecognizer |
MarqueeSelectionInputMode.getPressedRecognizerTouch()
Gets the "pressed" state recognizer for touch input.
|
IEventRecognizer |
HandleInputMode.getPressedRecognizerTouch()
Gets the "pressed" state recognizer for touch input.
|
IEventRecognizer |
MoveViewportInputMode.getPrimaryDownRecognizer()
Gets the
IEventRecognizer that starts the 'move viewport' gesture. |
IEventRecognizer |
MoveViewportInputMode.getPrimaryMoveRecognizer()
Gets the
IEventRecognizer that moves the viewport or zooms the canvas if a secondary device is down. |
IEventRecognizer |
MoveViewportInputMode.getPrimaryUpRecognizer()
Gets the
IEventRecognizer that ends the 'move viewport' or 'pinch' gesture. |
IEventRecognizer |
ResizeStripeInputMode.getReleasedRecognizer()
Gets the "released" recognizer.
|
IEventRecognizer |
MoveViewportInputMode.getReleasedRecognizer()
Gets the "released" recognizer.
|
IEventRecognizer |
MoveInputMode.getReleasedRecognizer()
Gets the "released" recognizer.
|
IEventRecognizer |
MarqueeSelectionInputMode.getReleasedRecognizer()
Gets the "released" recognizer.
|
IEventRecognizer |
HandleInputMode.getReleasedRecognizer()
Gets the "released" recognizer.
|
IEventRecognizer |
CreateBendInputMode.getReleasedRecognizer()
Gets the "released" recognizer.
|
IEventRecognizer |
ResizeStripeInputMode.getReleasedRecognizerTouch()
Gets the "released" recognizer for touch input.
|
IEventRecognizer |
MoveInputMode.getReleasedRecognizerTouch()
Gets the "released" recognizer for touch events.
|
IEventRecognizer |
MarqueeSelectionInputMode.getReleasedRecognizerTouch()
Gets the "released" recognizer for touch input.
|
IEventRecognizer |
HandleInputMode.getReleasedRecognizerTouch()
Gets the "released" recognizer for touch input.
|
IEventRecognizer |
CreateBendInputMode.getReleasedRecognizerTouch()
Gets the "released" state recognizer specifically for touch input.
|
IEventRecognizer |
CreateEdgeInputMode.getRemoveBendRecognizer()
Gets the property that determines bend removal events.
|
IEventRecognizer |
CreateEdgeInputMode.getRemoveBendRecognizerTouch()
Gets the property that determines bend removal events via touch.
|
IEventRecognizer |
ReparentNodeHandler.getReparentRecognizer()
Gets the
IEventRecognizer that will be queried to determine whether the gesture is a reparent gesture. |
IEventRecognizer |
ResizeStripeInputMode.getResizeNeighborsRecognizer()
Gets the recognizer that changes the behavior to resize adjacent stripes instead of moving them.
|
IEventRecognizer |
MoveViewportInputMode.getSecondaryDownRecognizer()
Gets the
IEventRecognizer that starts the 'pinch' gesture. |
IEventRecognizer |
MoveViewportInputMode.getSecondaryMoveRecognizer()
Gets the
IEventRecognizer that zooms the canvas using the 'pinch' gesture or moves the viewport if no primary
device is down. |
IEventRecognizer |
MoveViewportInputMode.getSecondaryUpRecognizer()
Gets the
IEventRecognizer that ends the pinch zoom gesture or ends the move if no primary device is down. |
IEventRecognizer |
CreateBendInputMode.getSplitOrthogonalSegmentRecognizer()
Gets the event recognizer that determines whether the bend creation should be treated as a split segment operation.
|
IEventRecognizer |
TextEditorInputMode.getStopRecognizer()
Gets the
IEventRecognizer to detect when editing the text shall be stopped. |
IEventRecognizer |
CreateEdgeInputMode.getToggleSegmentOrientationRecognizer()
Gets the
IEventRecognizer that toggles the orientation of the first orthogonally created segment. |
default IEventRecognizer |
IEventRecognizer.inverse()
Creates an
IEventRecognizer instance that yields the boolean inverse of the given IEventRecognizer . |
default IEventRecognizer |
IEventRecognizer.or(IEventRecognizer other)
Creates an
IEventRecognizer that performs a logical or operation between this and the other callback. |
Modifier and Type | Method and Description |
---|---|
KeyboardInputModeBinding |
KeyboardInputMode.addHandler(IEventRecognizer recognizer,
KeyboardInputMode.ExecuteCommandHandler handler)
Adds an event handler for key events recognized by the given
IEventRecognizer . |
KeyboardInputModeBinding |
KeyboardInputMode.addRecognizerBinding(IEventRecognizer recognizer,
ICommand command)
Adds a given handler to this instance that will be triggered if the
IEventRecognizer recognizes a key event
that has been triggered by the CanvasControl . |
KeyboardInputModeRecognizerBinding |
KeyboardInputMode.addRecognizerBinding(IEventRecognizer recognizer,
ICommand command,
Object commandParameter)
Adds a given handler to this instance that will be triggered if the IEventRecognizer recognizes a key event
that has been triggered by the canvas control.
|
default IEventRecognizer |
IEventRecognizer.and(IEventRecognizer other)
Creates an
IEventRecognizer that performs a logical and operation between this and the other callback. |
static IEventRecognizer |
IEventRecognizer.createAndRecognizer(IEventRecognizer... recognizers)
Creates an instance that is the logical 'and' combination of the provided recognizers.
|
MoveInputMode |
GraphEditorInputMode.createMoveUnselectedInputMode(IEventRecognizer recognizer)
Helper method that can be used to create a
MoveInputMode instance that can be used to move unselected model
items. |
static IEventRecognizer |
IEventRecognizer.createOrRecognizer(IEventRecognizer... recognizers)
Creates an instance that is the logical 'or' combination of the provided recognizers.
|
default IEventRecognizer |
IEventRecognizer.or(IEventRecognizer other)
Creates an
IEventRecognizer that performs a logical or operation between this and the other callback. |
void |
TextEditorInputMode.setCancelRecognizer(IEventRecognizer value)
Sets the
IEventRecognizer to detect when editing the text shall be canceled. |
void |
ResizeStripeInputMode.setCancelRecognizer(IEventRecognizer value)
Sets the "cancel" recognizer.
|
void |
MoveInputMode.setCancelRecognizer(IEventRecognizer value)
Sets the "cancel" recognizer.
|
void |
MarqueeSelectionInputMode.setCancelRecognizer(IEventRecognizer value)
Sets the "cancel" recognizer.
|
void |
HandleInputMode.setCancelRecognizer(IEventRecognizer value)
Sets the "cancel" recognizer.
|
void |
CreateEdgeInputMode.setCancelRecognizer(IEventRecognizer value)
Sets the property that determines cancel events.
|
void |
CreateEdgeInputMode.setCancelRecognizerTouch(IEventRecognizer value)
Sets the property that determines cancel events via touch.
|
void |
CreateEdgeInputMode.setCreateBendRecognizer(IEventRecognizer value)
The event recognizer that recognizes the creation of a bend.
|
void |
CreateEdgeInputMode.setCreateBendRecognizerTouch(IEventRecognizer value)
The event recognizer that recognizes the creation of a bend via touch.
|
void |
MoveInputMode.setDisableSnappingRecognizer(IEventRecognizer value)
Sets event recognizer that recognizes when the user temporarily disables snapping.
|
void |
HandleInputMode.setDisableSnappingRecognizer(IEventRecognizer value)
Sets event recognizer that recognizes when the user temporarily disables snapping.
|
void |
CreateEdgeInputMode.setDisableSnappingRecognizer(IEventRecognizer value)
Sets
IEventRecognizer that temporarily disables snapping. |
void |
ResizeStripeInputMode.setDraggedRecognizer(IEventRecognizer value)
Sets the "dragged" recognizer.
|
void |
MoveViewportInputMode.setDraggedRecognizer(IEventRecognizer value)
Sets the "dragged" recognizer.
|
void |
MoveInputMode.setDraggedRecognizer(IEventRecognizer value)
Sets the "dragged" recognizer.
|
void |
MarqueeSelectionInputMode.setDraggedRecognizer(IEventRecognizer value)
Sets the "dragged" recognizer.
|
void |
HandleInputMode.setDraggedRecognizer(IEventRecognizer value)
Sets the "dragged" recognizer.
|
void |
CreateEdgeInputMode.setDraggedRecognizer(IEventRecognizer value)
The event recognizer that recognizes the initial dragging gesture that is used to initiate the creation after the
preparation.
|
void |
CreateBendInputMode.setDraggedRecognizer(IEventRecognizer value)
Sets the "dragged" recognizer.
|
void |
ResizeStripeInputMode.setDraggedRecognizerTouch(IEventRecognizer value)
Sets the "dragged" recognizer for touch input.
|
void |
MoveInputMode.setDraggedRecognizerTouch(IEventRecognizer value)
Sets the "dragged" recognizer for touch events.
|
void |
MarqueeSelectionInputMode.setDraggedRecognizerTouch(IEventRecognizer value)
Sets the "dragged" recognizer for touch input.
|
void |
HandleInputMode.setDraggedRecognizerTouch(IEventRecognizer value)
Sets the "dragged" recognizer for touch input.
|
void |
CreateEdgeInputMode.setDraggedRecognizerTouch(IEventRecognizer value)
The event recognizer that recognizes the initial dragging gesture that is used to initiate the creation after the
preparation via touch.
|
void |
MoveInputMode.setEnableSnappingRecognizer(IEventRecognizer value)
Sets event recognizer that recognizes when the user reenables temporarily disabled snapping.
|
void |
HandleInputMode.setEnableSnappingRecognizer(IEventRecognizer value)
Sets event recognizer that recognizes when the user reenables temporarily disabled snapping.
|
void |
CreateEdgeInputMode.setEnableSnappingRecognizer(IEventRecognizer value)
Sets
IEventRecognizer that reenables temporarily disabled snapping. |
void |
CreateEdgeInputMode.setEndPointMovedRecognizer(IEventRecognizer value)
The event recognizer that recognizes the movement of the end point of the edge.
|
void |
CreateEdgeInputMode.setEnforceBendCreationRecognizer(IEventRecognizer value)
Sets the
IEventRecognizer that will be queried to decide if bend creation is enforced. |
void |
CreateEdgeInputMode.setFinishRecognizer(IEventRecognizer value)
The event recognizer that recognizes the finishing gesture that is used to end the edge creation on the target node.
|
void |
CreateEdgeInputMode.setFinishRecognizerTouch(IEventRecognizer value)
The event recognizer that recognizes the finishing gesture that is used to end the edge creation on the target node by a
touch gesture.
|
void |
MoveInputMode.setHoverRecognizer(IEventRecognizer value)
Sets the "hovering" state recognizer.
|
void |
ResizeStripeInputMode.setIgnoreContentRecognizer(IEventRecognizer value)
Sets the recognizer that changes the behavior to ignore the content of all stripes instead of moving them or considering
for minimum sizes.
|
void |
TextEditorInputMode.setLineBreakRecognizer(IEventRecognizer value)
Sets the
IEventRecognizer to detect the key gesture for new line breaks. |
void |
CreateBendInputMode.setMovedRecognizerTouch(IEventRecognizer value)
Sets the "moved" state recognizer specifically for touch input.
|
void |
TableEditorInputMode.setMultiSelectionRecognizer(IEventRecognizer value)
Sets the
IEventRecognizer that will be queried to decide if a click is deemed a multi selection gesture. |
void |
PortRelocationHandle.setPortCandidateResolutionRecognizer(IEventRecognizer value)
Sets the event recognizer that determines whether a
dynamic port candidate should
be resolved. |
void |
CreateEdgeInputMode.setPortCandidateResolutionRecognizer(IEventRecognizer value)
Sets the event recognizer that determines whether dynamic port candidates should be resolved.
|
void |
CreateEdgeInputMode.setPrepareRecognizer(IEventRecognizer value)
The event recognizer that recognizes the starting gesture that is used to prepare the edge creation on the source node.
|
void |
CreateEdgeInputMode.setPrepareRecognizerTouch(IEventRecognizer value)
The event recognizer that recognizes the starting gesture that is used to prepare the edge creation on the source node
via touch.
|
void |
CreateBendInputMode.setPrepareRecognizerTouch(IEventRecognizer value)
Sets the "pressed" state recognizer specifically for touch input.
|
void |
ResizeStripeInputMode.setPressedRecognizer(IEventRecognizer value)
Sets the "pressed" state recognizer.
|
void |
MoveViewportInputMode.setPressedRecognizer(IEventRecognizer value)
Sets the "pressed" state recognizer.
|
void |
MoveInputMode.setPressedRecognizer(IEventRecognizer value)
Sets the "pressed" state recognizer.
|
void |
MarqueeSelectionInputMode.setPressedRecognizer(IEventRecognizer value)
Sets the "pressed" state recognizer.
|
void |
HandleInputMode.setPressedRecognizer(IEventRecognizer value)
Sets the "pressed" state recognizer.
|
void |
CreateBendInputMode.setPressedRecognizer(IEventRecognizer value)
Sets the "pressed" state recognizer.
|
void |
ResizeStripeInputMode.setPressedRecognizerTouch(IEventRecognizer value)
Sets the "pressed" state recognizer for touch input.
|
void |
MoveInputMode.setPressedRecognizerTouch(IEventRecognizer value)
Sets the "pressed" recognizer for touch events.
|
void |
MarqueeSelectionInputMode.setPressedRecognizerTouch(IEventRecognizer value)
Sets the "pressed" state recognizer for touch input.
|
void |
HandleInputMode.setPressedRecognizerTouch(IEventRecognizer value)
Sets the "pressed" state recognizer for touch input.
|
void |
MoveViewportInputMode.setPrimaryDownRecognizer(IEventRecognizer value)
Sets the
IEventRecognizer that starts the 'move viewport' gesture. |
void |
MoveViewportInputMode.setPrimaryMoveRecognizer(IEventRecognizer value)
Sets the
IEventRecognizer that moves the viewport or zooms the canvas if a secondary device is down. |
void |
MoveViewportInputMode.setPrimaryUpRecognizer(IEventRecognizer value)
Sets the
IEventRecognizer that ends the 'move viewport' or 'pinch' gesture. |
void |
ResizeStripeInputMode.setReleasedRecognizer(IEventRecognizer value)
Sets the "released" recognizer.
|
void |
MoveViewportInputMode.setReleasedRecognizer(IEventRecognizer value)
Sets the "released" recognizer.
|
void |
MoveInputMode.setReleasedRecognizer(IEventRecognizer value)
Sets the "released" recognizer.
|
void |
MarqueeSelectionInputMode.setReleasedRecognizer(IEventRecognizer value)
Sets the "released" recognizer.
|
void |
HandleInputMode.setReleasedRecognizer(IEventRecognizer value)
Sets the "released" recognizer.
|
void |
CreateBendInputMode.setReleasedRecognizer(IEventRecognizer value)
Sets the "released" recognizer.
|
void |
ResizeStripeInputMode.setReleasedRecognizerTouch(IEventRecognizer value)
Sets the "released" recognizer for touch input.
|
void |
MoveInputMode.setReleasedRecognizerTouch(IEventRecognizer value)
Sets the "released" recognizer for touch events.
|
void |
MarqueeSelectionInputMode.setReleasedRecognizerTouch(IEventRecognizer value)
Sets the "released" recognizer for touch input.
|
void |
HandleInputMode.setReleasedRecognizerTouch(IEventRecognizer value)
Sets the "released" recognizer for touch input.
|
void |
CreateBendInputMode.setReleasedRecognizerTouch(IEventRecognizer value)
Sets the "released" state recognizer specifically for touch input.
|
void |
CreateEdgeInputMode.setRemoveBendRecognizer(IEventRecognizer value)
Sets the property that determines bend removal events.
|
void |
CreateEdgeInputMode.setRemoveBendRecognizerTouch(IEventRecognizer value)
Sets the property that determines bend removal events via touch.
|
void |
ReparentNodeHandler.setReparentRecognizer(IEventRecognizer value)
Sets the
IEventRecognizer that will be queried to determine whether the gesture is a reparent gesture. |
void |
ResizeStripeInputMode.setResizeNeighborsRecognizer(IEventRecognizer value)
Sets the recognizer that changes the behavior to resize adjacent stripes instead of moving them.
|
void |
MoveViewportInputMode.setSecondaryDownRecognizer(IEventRecognizer value)
Sets the
IEventRecognizer that starts the 'pinch' gesture. |
void |
MoveViewportInputMode.setSecondaryMoveRecognizer(IEventRecognizer value)
Sets the
IEventRecognizer that zooms the canvas using the 'pinch' gesture or moves the viewport if no primary
device is down. |
void |
MoveViewportInputMode.setSecondaryUpRecognizer(IEventRecognizer value)
Sets the
IEventRecognizer that ends the pinch zoom gesture or ends the move if no primary device is down. |
void |
CreateBendInputMode.setSplitOrthogonalSegmentRecognizer(IEventRecognizer value)
Sets the event recognizer that determines whether the bend creation should be treated as a split segment operation.
|
void |
TextEditorInputMode.setStopRecognizer(IEventRecognizer value)
Sets the
IEventRecognizer to detect when editing the text shall be stopped. |
void |
CreateEdgeInputMode.setToggleSegmentOrientationRecognizer(IEventRecognizer value)
Sets the
IEventRecognizer that toggles the orientation of the first orthogonally created segment. |