groovy.ui.text
Class StructuredSyntaxResources

java.lang.Object
  extended by groovy.ui.text.StructuredSyntaxResources

public final class StructuredSyntaxResources
extends Object

Contains all the basic resources and values used by the utility frame work framework.

Author:
Evan "Hippy" Slatis

Field Summary
Modifier and Type Field and Description
static Font EDITOR_FONT
           
static String FIND
           
static String FIND_NEXT
           
static Font LARGE_FONT
           
static Font MEDIUM_FONT
           
static String PRINT
           
static String REDO
           
static String REPLACE
           
static Font SMALL_FONT
           
static Clipboard SYSTEM_CLIPBOARD
           
static String UNDO
           
 
Method Summary
Modifier and Type Method and Description
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SYSTEM_CLIPBOARD

public static final Clipboard SYSTEM_CLIPBOARD

LARGE_FONT

public static final Font LARGE_FONT

MEDIUM_FONT

public static final Font MEDIUM_FONT

SMALL_FONT

public static final Font SMALL_FONT

EDITOR_FONT

public static final Font EDITOR_FONT

UNDO

public static final String UNDO
See Also:
Constant Field Values

REDO

public static final String REDO
See Also:
Constant Field Values

PRINT

public static final String PRINT
See Also:
Constant Field Values

FIND

public static final String FIND
See Also:
Constant Field Values

FIND_NEXT

public static final String FIND_NEXT
See Also:
Constant Field Values

REPLACE

public static final String REPLACE
See Also:
Constant Field Values

Copyright © 2003-2010 The Codehaus. All rights reserved.