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 ReparentStripeInputMode |
TableEditorInputMode.createReparentStripeInputMode()
Factory method that creates the
ReparentStripeInputMode lazily the first time the
property is accessed. |
ReparentStripeInputMode |
TableEditorInputMode.getReparentStripeInputMode()
Gets the
ReparentStripeInputMode that is used to change a stripes position in the table hierarchy. |
Modifier and Type | Method and Description |
---|---|
protected void |
TableEditorInputMode.onReparentStripeInputModeChanged(ReparentStripeInputMode oldHandler,
ReparentStripeInputMode newHandler)
Called when the
ReparentStripeInputMode property value changes and after
initialization of the field. |
void |
TableEditorInputMode.setReparentStripeInputMode(ReparentStripeInputMode value)
Sets the
ReparentStripeInputMode that is used to change a stripes position in the table hierarchy. |