| java.lang.Object org.gjt.sp.jedit.textarea.ExtensionManager
ExtensionManager | class ExtensionManager (Code) | | Manage the extensions for the gutter and the textarea.
author: Slava Pestov version: $Id: ExtensionManager.java 7156 2006-10-02 21:33:17Z kpouer $ |
Inner Class :static class Entry | |
addExtension | void addExtension(int layer, TextAreaExtension ext)(Code) | | Add an extension.
See
Gutter and
TextAreaPainter to know the layers
Parameters: layer - the layer. It could be defined in Gutter or TextAreaPainter Parameters: ext - the extension to add |
paintScreenLineRange | void paintScreenLineRange(TextArea textArea, Graphics2D gfx, int firstLine, int lastLine, int y, int lineHeight)(Code) | | |
|
|