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 SummaryFields 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_CLIPBOARDpublic static final Clipboard SYSTEM_CLIPBOARD Deprecated.
 - 
LARGE_FONTpublic static final Font LARGE_FONT Deprecated.
 - 
MEDIUM_FONTpublic static final Font MEDIUM_FONT Deprecated.
 - 
SMALL_FONTpublic static final Font SMALL_FONT Deprecated.
 - 
EDITOR_FONTpublic static final Font EDITOR_FONT Deprecated.
 - 
UNDOpublic static final String UNDO Deprecated.- See Also:
- Constant Field Values
 
 - 
REDOpublic static final String REDO Deprecated.- See Also:
- Constant Field Values
 
 - 
PRINTpublic static final String PRINT Deprecated.- See Also:
- Constant Field Values
 
 - 
FINDpublic static final String FIND Deprecated.- See Also:
- Constant Field Values
 
 - 
FIND_NEXTpublic static final String FIND_NEXT Deprecated.- See Also:
- Constant Field Values
 
 - 
REPLACEpublic static final String REPLACE Deprecated.- See Also:
- Constant Field Values
 
 
- 
 
-