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 StripeDropInputMode |
TableEditorInputMode.createStripeDropInputMode()
Factory method that creates the
StripeDropInputMode lazily the first time the property
is accessed. |
StripeDropInputMode |
TableEditorInputMode.getStripeDropInputMode()
Gets the
StripeDropInputMode property that is responsible for handling drag and drop
operations of stripes onto the Canvas. |
Modifier and Type | Method and Description |
---|---|
protected void |
TableEditorInputMode.onStripeDropInputModeChanged(StripeDropInputMode oldMode,
StripeDropInputMode newMode)
Called when the
StripeDropInputMode property value changes and after initialization of
the field. |
void |
TableEditorInputMode.setStripeDropInputMode(StripeDropInputMode value)
Sets the
StripeDropInputMode property that is responsible for handling drag and drop
operations of stripes onto the Canvas. |