Package groovy.console.ui.text
Class StructuredSyntaxResources
- java.lang.Object
- 
- groovy.console.ui.text.StructuredSyntaxResources
 
- 
 public final class StructuredSyntaxResources extends Object Contains all the basic resources and values used by the utility frame work framework.
- 
- 
Field SummaryFields Modifier and Type Field Description static FontEDITOR_FONTstatic StringFINDstatic StringFIND_NEXTstatic FontLARGE_FONTstatic FontMEDIUM_FONTstatic StringPRINTstatic StringREDOstatic StringREPLACEstatic FontSMALL_FONTstatic ClipboardSYSTEM_CLIPBOARDstatic StringUNDO
 
- 
- 
- 
Field Detail- 
SYSTEM_CLIPBOARDpublic static final Clipboard SYSTEM_CLIPBOARD 
 - 
LARGE_FONTpublic static final Font LARGE_FONT 
 - 
MEDIUM_FONTpublic static final Font MEDIUM_FONT 
 - 
SMALL_FONTpublic static final Font SMALL_FONT 
 - 
EDITOR_FONTpublic static final Font EDITOR_FONT 
 - 
UNDOpublic static final String UNDO - See Also:
- Constant Field Values
 
 - 
REDOpublic static final String REDO - See Also:
- Constant Field Values
 
 - 
PRINTpublic static final String PRINT - See Also:
- Constant Field Values
 
 - 
FINDpublic static final String FIND - See Also:
- Constant Field Values
 
 - 
FIND_NEXTpublic static final String FIND_NEXT - See Also:
- Constant Field Values
 
 - 
REPLACEpublic static final String REPLACE - See Also:
- Constant Field Values
 
 
- 
 
-