Package groovy.ui.text
Class GroovyFilter
java.lang.Object
javax.swing.text.DocumentFilter
groovy.ui.text.StructuredSyntaxDocumentFilter
groovy.ui.text.GroovyFilter
@Deprecated public class GroovyFilter extends StructuredSyntaxDocumentFilter
Deprecated.
-
Nested Class Summary
Nested classes/interfaces inherited from class groovy.ui.text.StructuredSyntaxDocumentFilter
StructuredSyntaxDocumentFilter.LexerNode, StructuredSyntaxDocumentFilter.MultiLineRun
Nested classes/interfaces inherited from class javax.swing.text.DocumentFilter
javax.swing.text.DocumentFilter.FilterBypass
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
BINARY_INTEGER_LITERAL
Deprecated.static java.lang.String
COMMENT
Deprecated.static java.lang.String
DECIMAL_FLOATING_POINT_LITERAL
Deprecated.static java.lang.String
DECIMAL_INTEGER_LITERAL
Deprecated.static java.lang.String
DIGIT
Deprecated.static java.lang.String
HEX_INTEGER_LITERAL
Deprecated.static java.lang.String
HEXADECIMAL_FLOATING_POINT_LITERAL
Deprecated.static java.lang.String
IDENT
Deprecated.static java.lang.String
LEFT_PARENS
Deprecated.static java.lang.String
OCTAL_INTEGER_LITERAL
Deprecated.static java.lang.String
OPERATION
Deprecated.static java.lang.String
QUOTES
Deprecated.static java.lang.String
RESERVED_WORD
Deprecated.static java.lang.String[]
RESERVED_WORDS
Deprecated.static java.lang.String
SINGLE_QUOTES
Deprecated.static java.lang.String
SLASH_SLASH_COMMENT
Deprecated.static java.lang.String
SLASH_STAR_COMMENT
Deprecated.static java.lang.String
SLASHY_QUOTES
Deprecated.Fields inherited from class groovy.ui.text.StructuredSyntaxDocumentFilter
lexer, mlTextRunSet, styledDocument, TAB_REPLACEMENT
-
Constructor Summary
Constructors Constructor Description GroovyFilter(javax.swing.text.DefaultStyledDocument doc)
Deprecated.Creates a new instance of GroovyFilter -
Method Summary
Modifier and Type Method Description static void
installAutoTabAction(javax.swing.text.JTextComponent tComp)
Deprecated.Methods inherited from class groovy.ui.text.StructuredSyntaxDocumentFilter
createLexerNode, getRootNode, insertString, parseDocument, remove, replace
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
COMMENT
public static final java.lang.String COMMENTDeprecated.- See Also:
- Constant Field Values
-
SLASH_STAR_COMMENT
public static final java.lang.String SLASH_STAR_COMMENTDeprecated.- See Also:
- Constant Field Values
-
SLASH_SLASH_COMMENT
public static final java.lang.String SLASH_SLASH_COMMENTDeprecated.- See Also:
- Constant Field Values
-
QUOTES
public static final java.lang.String QUOTESDeprecated.- See Also:
- Constant Field Values
-
SINGLE_QUOTES
public static final java.lang.String SINGLE_QUOTESDeprecated.- See Also:
- Constant Field Values
-
SLASHY_QUOTES
public static final java.lang.String SLASHY_QUOTESDeprecated.- See Also:
- Constant Field Values
-
DIGIT
public static final java.lang.String DIGITDeprecated.- See Also:
- Constant Field Values
-
DECIMAL_INTEGER_LITERAL
public static final java.lang.String DECIMAL_INTEGER_LITERALDeprecated.- See Also:
- Constant Field Values
-
HEX_INTEGER_LITERAL
public static final java.lang.String HEX_INTEGER_LITERALDeprecated.- See Also:
- Constant Field Values
-
OCTAL_INTEGER_LITERAL
public static final java.lang.String OCTAL_INTEGER_LITERALDeprecated.- See Also:
- Constant Field Values
-
BINARY_INTEGER_LITERAL
public static final java.lang.String BINARY_INTEGER_LITERALDeprecated.- See Also:
- Constant Field Values
-
DECIMAL_FLOATING_POINT_LITERAL
public static final java.lang.String DECIMAL_FLOATING_POINT_LITERALDeprecated.- See Also:
- Constant Field Values
-
HEXADECIMAL_FLOATING_POINT_LITERAL
public static final java.lang.String HEXADECIMAL_FLOATING_POINT_LITERALDeprecated.- See Also:
- Constant Field Values
-
IDENT
public static final java.lang.String IDENTDeprecated.- See Also:
- Constant Field Values
-
OPERATION
public static final java.lang.String OPERATIONDeprecated.- See Also:
- Constant Field Values
-
LEFT_PARENS
public static final java.lang.String LEFT_PARENSDeprecated.- See Also:
- Constant Field Values
-
RESERVED_WORD
public static final java.lang.String RESERVED_WORDDeprecated.- See Also:
- Constant Field Values
-
RESERVED_WORDS
public static final java.lang.String[] RESERVED_WORDSDeprecated.
-
-
Constructor Details
-
GroovyFilter
public GroovyFilter(javax.swing.text.DefaultStyledDocument doc)Deprecated.Creates a new instance of GroovyFilter
-
-
Method Details
-
installAutoTabAction
public static void installAutoTabAction(javax.swing.text.JTextComponent tComp)Deprecated.
-