Uses of Class
mars.venus.editors.jeditsyntax.InputHandler
Packages that use InputHandler
-
Uses of InputHandler in mars.venus.editors.jeditsyntax
Subclasses of InputHandler in mars.venus.editors.jeditsyntaxFields in mars.venus.editors.jeditsyntax declared as InputHandlerMethods in mars.venus.editors.jeditsyntax that return InputHandlerModifier and TypeMethodDescriptionDefaultInputHandler.copy()
Returns a copy of this input handler that shares the same key bindings.abstract InputHandler
InputHandler.copy()
Returns a copy of this input handler that shares the same key bindings.JEditTextArea.getInputHandler()
Returns the input handler.Methods in mars.venus.editors.jeditsyntax with parameters of type InputHandlerModifier and TypeMethodDescriptionvoid
JEditTextArea.setInputHandler(InputHandler inputHandler)
Sets the input handler.