public class XmlEqTypedHandler extends TypedHandlerDelegate
TypedHandlerDelegate.Result
EP_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, isImmediatePaintingEnabled
public TypedHandlerDelegate.Result beforeCharTyped(char c, Project project, Editor editor, PsiFile file, FileType fileType)
TypedHandlerDelegate
beforeCharTyped
in class TypedHandlerDelegate
public TypedHandlerDelegate.Result charTyped(char c, Project project, Editor editor, PsiFile file)
TypedHandlerDelegate
charTyped
in class TypedHandlerDelegate