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 TextEditorInputMode |
TableEditorInputMode.createTextEditorInputMode()
Factory method for the
TextEditorInputMode property. |
protected TextEditorInputMode |
GraphEditorInputMode.createTextEditorInputMode()
Factory method for the
TextEditorInputMode property. |
TextEditorInputMode |
TableEditorInputMode.getTextEditorInputMode()
Gets the
TextEditorInputMode . |
TextEditorInputMode |
GraphEditorInputMode.getTextEditorInputMode()
Gets the
TextEditorInputMode property. |
Modifier and Type | Method and Description |
---|---|
void |
ITextEditorInputModeConfigurationHandler.configure(IInputModeContext context,
TextEditorInputMode mode,
ILabel label)
Callback for configuring a
TextEditorInputMode for editing a provided label instance. |
protected void |
TableEditorInputMode.onTextEditorInputModeChanged(TextEditorInputMode oldMode,
TextEditorInputMode newMode)
Called when the
TextEditorInputMode property value changes and after initialization of
the field. |
protected void |
GraphEditorInputMode.onTextEditorInputModeChanged(TextEditorInputMode oldMode,
TextEditorInputMode newMode)
Called when the
TextEditorInputMode property value changes and after initialization of
the field. |
void |
TableEditorInputMode.setTextEditorInputMode(TextEditorInputMode value)
Sets the
TextEditorInputMode . |
void |
GraphEditorInputMode.setTextEditorInputMode(TextEditorInputMode value)
Sets the
TextEditorInputMode property. |