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 void |
TableEditorInputMode.onValidateLabelText(LabelTextValidatingEventArgs args)
Raises the
ValidateLabelText event. |
protected void |
GraphEditorInputMode.onValidateLabelText(LabelTextValidatingEventArgs args)
Raises the
ValidateLabelText event. |
Modifier and Type | Method and Description |
---|---|
void |
TableEditorInputMode.addValidateLabelTextListener(IEventHandler<LabelTextValidatingEventArgs> validateLabelTextEvent)
Adds the given listener for the
ValidateLabelText event that occurs after label editing to validate the label
text for a label that is about to be added or edited. |
void |
GraphEditorInputMode.addValidateLabelTextListener(IEventHandler<LabelTextValidatingEventArgs> validateLabelTextEvent)
|
void |
TableEditorInputMode.removeValidateLabelTextListener(IEventHandler<LabelTextValidatingEventArgs> validateLabelTextEvent)
Removes the given listener for the
ValidateLabelText event that occurs after label editing to validate the label
text for a label that is about to be added or edited. |
void |
GraphEditorInputMode.removeValidateLabelTextListener(IEventHandler<LabelTextValidatingEventArgs> validateLabelTextEvent)
|