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 framework.
  • Field Details

    • SYSTEM_CLIPBOARD

      public static final Clipboard SYSTEM_CLIPBOARD
      Shared clipboard used by the console text components.
    • LARGE_FONT

      public static final Font LARGE_FONT
      Large UI font used by legacy console components.
    • MEDIUM_FONT

      public static final Font MEDIUM_FONT
      Medium UI font used by legacy console components.
    • SMALL_FONT

      public static final Font SMALL_FONT
      Small UI font used by legacy console components.
    • EDITOR_FONT

      public static final Font EDITOR_FONT
      Default monospaced font for editors.
    • UNDO

      public static final String UNDO
      Presentation name for undo actions.
      See Also:
    • REDO

      public static final String REDO
      Presentation name for redo actions.
      See Also:
    • PRINT

      public static final String PRINT
      Presentation name for print actions.
      See Also:
    • FIND

      public static final String FIND
      Presentation name for find actions.
      See Also:
    • FIND_NEXT

      public static final String FIND_NEXT
      Presentation name for find-next actions.
      See Also:
    • REPLACE

      public static final String REPLACE
      Presentation name for replace actions.
      See Also: