Package | Description |
---|---|
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 | Class and Description |
---|---|
class |
MoveLabelInputMode
|
class |
ReparentStripeInputMode
Specialized input mode that is used to reparent a stripe inside an
ITable structure. |
Modifier and Type | Method and Description |
---|---|
protected MoveInputMode |
OverviewInputMode.createMoveInputMode()
Factory method for the MoveInputMode property.
|
protected MoveInputMode |
GraphEditorInputMode.createMoveInputMode()
Factory method for the
MoveInputMode property. |
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. |
MoveInputMode |
OverviewInputMode.getMoveInputMode()
Gets the MoveInputMode.
|
MoveInputMode |
GraphEditorInputMode.getMoveInputMode()
Gets the
MoveInputMode property. |
Modifier and Type | Method and Description |
---|---|
protected void |
GraphEditorInputMode.onMoveInputModeChanged(MoveInputMode oldMode,
MoveInputMode newMode)
Called when the
MoveInputMode property value changes and after initialization of the field. |
void |
GraphEditorInputMode.setMoveInputMode(MoveInputMode value)
Sets the
MoveInputMode property. |