|
Groovy 1.7.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.text.DocumentFilter
groovy.ui.text.StructuredSyntaxDocumentFilter
groovy.ui.text.GroovyFilter
class GroovyFilter extends StructuredSyntaxDocumentFilter
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 |
---|
static final String COMMENT
static final String DIGIT
static final String IDENT
static final String LEFT_PARENS
static final String OPERATION
static final String QUOTES
static final String RESERVED_WORD
static final String[] RESERVED_WORDS
static final String SINGLE_QUOTES
static final String SLASHY_QUOTES
static final String SLASH_SLASH_COMMENT
static final String SLASH_STAR_COMMENT
Constructor Detail |
---|
public GroovyFilter(DefaultStyledDocument doc)
Method Detail |
---|
public static void installAutoTabAction(JTextComponent tComp)
Copyright © 2003-2009 The Codehaus. All rights reserved.