Package groovy.ui.text
Class StructuredSyntaxResources
- java.lang.Object
 - 
- groovy.ui.text.StructuredSyntaxResources
 
 
- 
@Deprecated public final class StructuredSyntaxResources extends Object
Deprecated.Contains all the basic resources and values used by the utility frame work framework. 
- 
- 
Field Summary
Fields Modifier and Type Field Description static FontEDITOR_FONTDeprecated.static StringFINDDeprecated.static StringFIND_NEXTDeprecated.static FontLARGE_FONTDeprecated.static FontMEDIUM_FONTDeprecated.static StringPRINTDeprecated.static StringREDODeprecated.static StringREPLACEDeprecated.static FontSMALL_FONTDeprecated.static ClipboardSYSTEM_CLIPBOARDDeprecated.static StringUNDODeprecated. 
 - 
 
- 
- 
Field Detail
- 
SYSTEM_CLIPBOARD
public static final Clipboard SYSTEM_CLIPBOARD
Deprecated. 
- 
LARGE_FONT
public static final Font LARGE_FONT
Deprecated. 
- 
MEDIUM_FONT
public static final Font MEDIUM_FONT
Deprecated. 
- 
SMALL_FONT
public static final Font SMALL_FONT
Deprecated. 
- 
EDITOR_FONT
public static final Font EDITOR_FONT
Deprecated. 
- 
UNDO
public static final String UNDO
Deprecated.- See Also:
 - Constant Field Values
 
 
- 
REDO
public static final String REDO
Deprecated.- See Also:
 - Constant Field Values
 
 
- 
PRINT
public static final String PRINT
Deprecated.- See Also:
 - Constant Field Values
 
 
- 
FIND
public static final String FIND
Deprecated.- See Also:
 - Constant Field Values
 
 
- 
FIND_NEXT
public static final String FIND_NEXT
Deprecated.- See Also:
 - Constant Field Values
 
 
- 
REPLACE
public static final String REPLACE
Deprecated.- See Also:
 - Constant Field Values
 
 
 - 
 
 -