public class AutoFormatTypedHandler extends TypedActionHandlerBase
myOriginalHandler| Constructor and Description |
|---|
AutoFormatTypedHandler(TypedActionHandler originalHandler) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(Editor editor,
char charTyped,
DataContext dataContext)
Processes a key typed in the editor.
|
static void |
setEnabledInTests(boolean value) |
beforeExecutepublic AutoFormatTypedHandler(TypedActionHandler originalHandler)
public static void setEnabledInTests(boolean value)
public void execute(Editor editor, char charTyped, DataContext dataContext)
TypedActionHandlereditor - the editor in which the key was typed.charTyped - the typed character.dataContext - the current data context.