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 | Method and Description |
---|---|
protected ResizeStripeInputMode |
TableEditorInputMode.createResizeStripeInputMode()
Factory method that creates the
ResizeStripeInputMode lazily the first time the
property is accessed. |
ResizeStripeInputMode |
TableEditorInputMode.getResizeStripeInputMode()
Gets the
ResizeStripeInputMode that is used to change the size of a stripe interactively. |
Modifier and Type | Method and Description |
---|---|
protected void |
TableEditorInputMode.onResizeStripeInputModeChanged(ResizeStripeInputMode oldMode,
ResizeStripeInputMode newMode)
Called when the
ResizeStripeInputMode property value changes and after
initialization of the field. |
void |
TableEditorInputMode.setResizeStripeInputMode(ResizeStripeInputMode value)
Sets the
ResizeStripeInputMode that is used to change the size of a stripe interactively. |