Uses of Class
org.gvsig.utils.console.jedit.JEditTextArea
Packages that use JEditTextArea
-
Uses of JEditTextArea in org.gvsig.utils.console
Methods in org.gvsig.utils.console that return JEditTextAreaModifier and TypeMethodDescriptionJConsole.getTxt()Obtiene una referencia al JTextArea de la consola -
Uses of JEditTextArea in org.gvsig.utils.console.jedit
Fields in org.gvsig.utils.console.jedit declared as JEditTextAreaModifier and TypeFieldDescriptionprotected static JEditTextAreaJEditTextArea.focusedComponentprotected JEditTextAreaTextAreaPainter.textAreaMethods in org.gvsig.utils.console.jedit that return JEditTextAreaModifier and TypeMethodDescriptionstatic JEditTextAreaInputHandler.getTextArea(EventObject evt) Returns the text area that fired the specified event.Methods in org.gvsig.utils.console.jedit with parameters of type JEditTextAreaModifier and TypeMethodDescriptionvoidTextAreaPainter.Highlight.init(JEditTextArea textArea, TextAreaPainter.Highlight next) Called after the highlight painter has been added.Constructors in org.gvsig.utils.console.jedit with parameters of type JEditTextAreaModifierConstructorDescriptionTextAreaPainter(JEditTextArea textArea, TextAreaDefaults defaults) Creates a new repaint manager.