Gridarta Editor
Package net.sf.gridarta.textedit.textarea

This package contains the other part of the script editor. More...

Packages

package  actions
 
package  tokenmarker
 

Classes

class  DefaultInputHandler
 The default input handler. More...
 
class  InputHandler
 An input handler converts the user's key strokes into concrete actions. More...
 
class  JEditTextArea
 jEdit's text area component. More...
 
class  ScrollLayout
 
class  SyntaxDocument
 A document implementation that can be tokenized by the syntax highlighting system. More...
 
class  SyntaxStyle
 A simple text style class. More...
 
class  SyntaxStyles
 A set of SyntaxStyle instances for painting colorized text. More...
 
class  SyntaxUtilities
 Class with several utility functions used by jEdit's syntax colorizing subsystem. More...
 
class  TextAreaBrackets
 Maintains information about the highlighted pairs of brackets. More...
 
class  TextAreaCaret
 
class  TextAreaConfig
 Miscellaneous configuration settings for JEditTextArea. More...
 
class  TextAreaDefaults
 Encapsulates default settings for a text area. More...
 
class  TextAreaPainter
 The text area repaint manager. More...
 
class  TextAreaSelection
 
class  TextUtilities
 Class with several utility functions used by the text area component. More...
 
class  Token
 A linked list of tokens. More...
 

Detailed Description

This package contains the other part of the script editor.

See also
net.sf.gridarta.textedit.scripteditor