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 Font
EDITOR_FONT
Deprecated.static String
FIND
Deprecated.static String
FIND_NEXT
Deprecated.static Font
LARGE_FONT
Deprecated.static Font
MEDIUM_FONT
Deprecated.static String
PRINT
Deprecated.static String
REDO
Deprecated.static String
REPLACE
Deprecated.static Font
SMALL_FONT
Deprecated.static Clipboard
SYSTEM_CLIPBOARD
Deprecated.static String
UNDO
Deprecated. -
Method Summary
-
Field Details
-
SYSTEM_CLIPBOARD
Deprecated. -
LARGE_FONT
Deprecated. -
MEDIUM_FONT
Deprecated. -
SMALL_FONT
Deprecated. -
EDITOR_FONT
Deprecated. -
UNDO
Deprecated.- See Also:
- Constant Field Values
-
REDO
Deprecated.- See Also:
- Constant Field Values
-
PRINT
Deprecated.- See Also:
- Constant Field Values
-
FIND
Deprecated.- See Also:
- Constant Field Values
-
FIND_NEXT
Deprecated.- See Also:
- Constant Field Values
-
REPLACE
Deprecated.- See Also:
- Constant Field Values
-