public final class StructuredSyntaxResources
extends Object
Contains all the basic resources and values used by the utility framework.
| Modifiers | Name | Description |
|---|---|---|
static Font |
EDITOR_FONT |
Default monospaced font for editors. |
static String |
FIND |
Presentation name for find actions. |
static String |
FIND_NEXT |
Presentation name for find-next actions. |
static Font |
LARGE_FONT |
Large UI font used by legacy console components. |
static Font |
MEDIUM_FONT |
Medium UI font used by legacy console components. |
static String |
PRINT |
Presentation name for print actions. |
static String |
REDO |
Presentation name for redo actions. |
static String |
REPLACE |
Presentation name for replace actions. |
static Font |
SMALL_FONT |
Small UI font used by legacy console components. |
static Clipboard |
SYSTEM_CLIPBOARD |
Shared clipboard used by the console text components. |
static String |
UNDO |
Presentation name for undo actions. |
Default monospaced font for editors.
Presentation name for find actions.
Presentation name for find-next actions.
Large UI font used by legacy console components.
Medium UI font used by legacy console components.
Presentation name for print actions.
Presentation name for redo actions.
Presentation name for replace actions.
Small UI font used by legacy console components.
Shared clipboard used by the console text components.
Presentation name for undo actions.