Groovy 1.7.0

groovy.ui.text
Class GroovyFilter

java.lang.Object
  javax.swing.text.DocumentFilter
      groovy.ui.text.StructuredSyntaxDocumentFilter
          groovy.ui.text.GroovyFilter

class GroovyFilter
extends StructuredSyntaxDocumentFilter

author:
Evan "Hippy" Slatis


Nested Class Summary
class GroovyFilter.AutoTabAction

 
Field Summary
static String COMMENT

static String DIGIT

static String IDENT

static String LEFT_PARENS

static String OPERATION

static String QUOTES

static String RESERVED_WORD

static String[] RESERVED_WORDS

static String SINGLE_QUOTES

static String SLASHY_QUOTES

static String SLASH_SLASH_COMMENT

static String SLASH_STAR_COMMENT

 
Fields inherited from class StructuredSyntaxDocumentFilter
lexer, mlTextRunSet, styledDocument
 
Constructor Summary
GroovyFilter(DefaultStyledDocument doc)

Creates a new instance of GroovyFilter

 
Method Summary
static void installAutoTabAction(JTextComponent tComp)

 
Methods inherited from class StructuredSyntaxDocumentFilter
createLexerNode, getRootNode, insertString, parseDocument, remove, replace
 
Methods inherited from class DocumentFilter
replace, remove, insertString, wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll
 
Methods inherited from class Object
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll
 

Field Detail

COMMENT

static final String COMMENT


DIGIT

static final String DIGIT


IDENT

static final String IDENT


LEFT_PARENS

static final String LEFT_PARENS


OPERATION

static final String OPERATION


QUOTES

static final String QUOTES


RESERVED_WORD

static final String RESERVED_WORD


RESERVED_WORDS

static final String[] RESERVED_WORDS


SINGLE_QUOTES

static final String SINGLE_QUOTES


SLASHY_QUOTES

static final String SLASHY_QUOTES


SLASH_SLASH_COMMENT

static final String SLASH_SLASH_COMMENT


SLASH_STAR_COMMENT

static final String SLASH_STAR_COMMENT


 
Constructor Detail

GroovyFilter

public GroovyFilter(DefaultStyledDocument doc)
Creates a new instance of GroovyFilter


 
Method Detail

installAutoTabAction

public static void installAutoTabAction(JTextComponent tComp)


 

Copyright © 2003-2009 The Codehaus. All rights reserved.