Package groovy.console.ui.text
Class StructuredSyntaxResources
java.lang.Object
groovy.console.ui.text.StructuredSyntaxResources
Contains all the basic resources and values used by the utility framework.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final FontDefault monospaced font for editors.static final StringPresentation name for find actions.static final StringPresentation name for find-next actions.static final FontLarge UI font used by legacy console components.static final FontMedium UI font used by legacy console components.static final StringPresentation name for print actions.static final StringPresentation name for redo actions.static final StringPresentation name for replace actions.static final FontSmall UI font used by legacy console components.static final ClipboardShared clipboard used by the console text components.static final StringPresentation name for undo actions. -
Method Summary
-
Field Details
-
SYSTEM_CLIPBOARD
Shared clipboard used by the console text components. -
LARGE_FONT
Large UI font used by legacy console components. -
MEDIUM_FONT
Medium UI font used by legacy console components. -
SMALL_FONT
Small UI font used by legacy console components. -
EDITOR_FONT
Default monospaced font for editors. -
UNDO
Presentation name for undo actions.- See Also:
-
REDO
Presentation name for redo actions.- See Also:
-
PRINT
Presentation name for print actions.- See Also:
-
FIND
Presentation name for find actions.- See Also:
-
FIND_NEXT
Presentation name for find-next actions.- See Also:
-
REPLACE
Presentation name for replace actions.- See Also:
-