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 |
ReparentStripeHandler
Default implementation of the
IReparentStripeHandler interface. |
Modifier and Type | Method and Description |
---|---|
protected IReparentStripeHandler |
TableEditorInputMode.createReparentStripeHandler()
Factory method for the
ReparentStripeHandler property. |
IReparentStripeHandler |
TableEditorInputMode.getReparentStripeHandler()
Gets the
ReparentStripeHandler property. |
Modifier and Type | Method and Description |
---|---|
protected void |
TableEditorInputMode.onReparentStripeHandlerChanged(IReparentStripeHandler oldHandler,
IReparentStripeHandler newHandler)
Called when the
ReparentStripeHandler property value changes and after
initialization of the field. |
void |
TableEditorInputMode.setReparentStripeHandler(IReparentStripeHandler value)
Sets the
ReparentStripeHandler property. |