Usages of IEditLabelHelper
Properties
| editLabelHelper | in EdgeDecorator | Gets a LookupDecorator<TDecoratedType,TInterface> that decorates the IEditLabelHelper type for IEdges this instance has been created for. | |
| editLabelHelper | in LabelDecorator | Gets a LookupDecorator<TDecoratedType,TInterface> that decorates the IEditLabelHelper type for ILabels this instance has been created for. | |
| editLabelHelper | in NodeDecorator | Gets a LookupDecorator<TDecoratedType,TInterface> that decorates the IEditLabelHelper type for the INodes this instance has been created for. | |
| editLabelHelper | in StripeDecorator | Gets a LookupDecorator<TDecoratedType,TInterface> that decorates the IEditLabelHelper type for the TStripes this instance has been created for. | |
| editLabelHelper | in StripeLabelDecorator | Gets a LookupDecorator<TDecoratedType,TInterface> that decorates the IEditLabelHelper type for the ILabels this instance has been created for. |
Method Return Values
| create () | in IEditLabelHelper |
Method Parameters
| createLabel (LabelEditingEventArgs, IEditLabelHelper) | in EditLabelInputMode | Uses the text editor to actually create a new label. | |
| editLabel (ILabel, LabelEditingEventArgs, IEditLabelHelper) | in EditLabelInputMode | Uses the text editor to actually edit the given label. | |
| openTextEditor (ILabel, LabelEditingEventArgs, IEditLabelHelper) | in EditLabelInputMode | Opens a new textEditorInputMode input field. |
Implementing Types
| EditLabelHelper | An IEditLabelHelper implementation which provides a number of methods that can be overridden to change the default behavior. |