| 
Groovy 1.8.5 | |||||||
| 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
public class GroovyFilter extends StructuredSyntaxDocumentFilter
| 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 | |
|---|---|
| TAB_REPLACEMENT, 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, equals, toString, hashCode, getClass, notify, notifyAll | 
| Field Detail | 
|---|
public static final String COMMENT
public static final String DIGIT
public static final String IDENT
public static final String LEFT_PARENS
public static final String OPERATION
public static final String QUOTES
public static final String RESERVED_WORD
public static final String[] RESERVED_WORDS
public static final String SINGLE_QUOTES
public static final String SLASHY_QUOTES
public static final String SLASH_SLASH_COMMENT
public static final String SLASH_STAR_COMMENT
| Constructor Detail | 
|---|
public GroovyFilter(DefaultStyledDocument doc)
| Method Detail | 
|---|
public static void installAutoTabAction(JTextComponent tComp)
Copyright © 2003-2011 The Codehaus. All rights reserved.