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.StructuredSyntaxDocumentFilterStructuredSyntaxDocumentFilter.LexerNode, StructuredSyntaxDocumentFilter.MultiLineRun
 - 
Nested classes/interfaces inherited from class javax.swing.text.DocumentFilterDocumentFilter.FilterBypass
 
- 
 - 
Field SummaryFields Modifier and Type Field Description static StringBINARY_INTEGER_LITERALDeprecated.static StringCOMMENTDeprecated.static StringDECIMAL_FLOATING_POINT_LITERALDeprecated.static StringDECIMAL_INTEGER_LITERALDeprecated.static StringDIGITDeprecated.static StringHEX_INTEGER_LITERALDeprecated.static StringHEXADECIMAL_FLOATING_POINT_LITERALDeprecated.static StringIDENTDeprecated.static StringLEFT_PARENSDeprecated.static StringOCTAL_INTEGER_LITERALDeprecated.static StringOPERATIONDeprecated.static StringQUOTESDeprecated.static StringRESERVED_WORDDeprecated.static String[]RESERVED_WORDSDeprecated.static StringSINGLE_QUOTESDeprecated.static StringSLASH_SLASH_COMMENTDeprecated.static StringSLASH_STAR_COMMENTDeprecated.static StringSLASHY_QUOTESDeprecated.- 
Fields inherited from class groovy.ui.text.StructuredSyntaxDocumentFilterlexer, mlTextRunSet, styledDocument, TAB_REPLACEMENT
 
- 
 - 
Constructor SummaryConstructors Constructor Description GroovyFilter(DefaultStyledDocument doc)Deprecated.Creates a new instance of GroovyFilter
 - 
Method SummaryAll Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static voidinstallAutoTabAction(JTextComponent tComp)Deprecated.- 
Methods inherited from class groovy.ui.text.StructuredSyntaxDocumentFiltercreateLexerNode, getRootNode, insertString, parseDocument, remove, replace
 
- 
 
- 
- 
- 
Field Detail- 
COMMENTpublic static final String COMMENT Deprecated.- See Also:
- Constant Field Values
 
 - 
SLASH_STAR_COMMENTpublic static final String SLASH_STAR_COMMENT Deprecated.- See Also:
- Constant Field Values
 
 - 
SLASH_SLASH_COMMENTpublic static final String SLASH_SLASH_COMMENT Deprecated.- See Also:
- Constant Field Values
 
 - 
QUOTESpublic static final String QUOTES Deprecated.- See Also:
- Constant Field Values
 
 - 
SINGLE_QUOTESpublic static final String SINGLE_QUOTES Deprecated.- See Also:
- Constant Field Values
 
 - 
SLASHY_QUOTESpublic static final String SLASHY_QUOTES Deprecated.- See Also:
- Constant Field Values
 
 - 
DIGITpublic static final String DIGIT Deprecated.- See Also:
- Constant Field Values
 
 - 
DECIMAL_INTEGER_LITERALpublic static final String DECIMAL_INTEGER_LITERAL Deprecated.- See Also:
- Constant Field Values
 
 - 
HEX_INTEGER_LITERALpublic static final String HEX_INTEGER_LITERAL Deprecated.- See Also:
- Constant Field Values
 
 - 
OCTAL_INTEGER_LITERALpublic static final String OCTAL_INTEGER_LITERAL Deprecated.- See Also:
- Constant Field Values
 
 - 
BINARY_INTEGER_LITERALpublic static final String BINARY_INTEGER_LITERAL Deprecated.- See Also:
- Constant Field Values
 
 - 
DECIMAL_FLOATING_POINT_LITERALpublic static final String DECIMAL_FLOATING_POINT_LITERAL Deprecated.- See Also:
- Constant Field Values
 
 - 
HEXADECIMAL_FLOATING_POINT_LITERALpublic static final String HEXADECIMAL_FLOATING_POINT_LITERAL Deprecated.- See Also:
- Constant Field Values
 
 - 
IDENTpublic static final String IDENT Deprecated.- See Also:
- Constant Field Values
 
 - 
OPERATIONpublic static final String OPERATION Deprecated.- See Also:
- Constant Field Values
 
 - 
LEFT_PARENSpublic static final String LEFT_PARENS Deprecated.- See Also:
- Constant Field Values
 
 - 
RESERVED_WORDpublic static final String RESERVED_WORD Deprecated.- See Also:
- Constant Field Values
 
 - 
RESERVED_WORDSpublic static final String[] RESERVED_WORDS Deprecated.
 
- 
 - 
Constructor Detail- 
GroovyFilterpublic GroovyFilter(DefaultStyledDocument doc) Deprecated.Creates a new instance of GroovyFilter
 
- 
 - 
Method Detail- 
installAutoTabActionpublic static void installAutoTabAction(JTextComponent tComp) Deprecated.
 
- 
 
-