Uses of Class
org.gvsig.utils.console.jedit.InputHandler
Packages that use InputHandler
-
Uses of InputHandler in org.gvsig.utils.console.jedit
Subclasses of InputHandler in org.gvsig.utils.console.jeditModifier and TypeClassDescriptionclassclassThe default input handler.Fields in org.gvsig.utils.console.jedit declared as InputHandlerModifier and TypeFieldDescriptionprotected InputHandlerJEditTextArea.inputHandlerTextAreaDefaults.inputHandlerMethods in org.gvsig.utils.console.jedit that return InputHandlerModifier and TypeMethodDescriptionDefaultInputHandler.copy()Returns a copy of this input handler that shares the same key bindings.abstract InputHandlerInputHandler.copy()Returns a copy of this input handler that shares the same key bindings.final InputHandlerJEditTextArea.getInputHandler()Returns the input handler.Methods in org.gvsig.utils.console.jedit with parameters of type InputHandlerModifier and TypeMethodDescriptionvoidJEditTextArea.setInputHandler(InputHandler inputHandler) Sets the input handler.