public interface ITextEditorInputModeConfigurationHandler
TextEditorInputMode
for editing a provided label instance.Modifier and Type | Method and Description |
---|---|
void |
configure(IInputModeContext context,
TextEditorInputMode mode,
ILabel label)
Callback for configuring a
TextEditorInputMode for editing a provided label instance. |
void configure(IInputModeContext context, TextEditorInputMode mode, ILabel label)
TextEditorInputMode
for editing a provided label instance.context
- The context in which the label is being edited or created.mode
- The mode that will be used for editing the label's text.label
- The label that will be edited or created.