public class XmlEqTypedHandler extends TypedHandlerDelegate
TypedHandlerDelegate.ResultEP_NAME| Constructor and Description |
|---|
XmlEqTypedHandler() |
| Modifier and Type | Method and Description |
|---|---|
TypedHandlerDelegate.Result |
beforeCharTyped(char c,
Project project,
Editor editor,
PsiFile file,
FileType fileType)
Called before the specified character typed by the user is inserted in the editor.
|
TypedHandlerDelegate.Result |
charTyped(char c,
Project project,
Editor editor,
PsiFile file)
Called after the specified character typed by the user has been inserted in the editor.
|
beforeSelectionRemoved, checkAutoPopup, isImmediatePaintingEnabledpublic TypedHandlerDelegate.Result beforeCharTyped(char c, Project project, Editor editor, PsiFile file, FileType fileType)
TypedHandlerDelegatebeforeCharTyped in class TypedHandlerDelegatepublic TypedHandlerDelegate.Result charTyped(char c, Project project, Editor editor, PsiFile file)
TypedHandlerDelegatecharTyped in class TypedHandlerDelegate