public static enum PrintingContext.PreviewDialogParameters extends java.lang.Enum<PrintingContext.PreviewDialogParameters>
| Enum Constant and Description |
|---|
HELP_TEXT
The help text parameter key
|
RANGE_ALL_LABEL
The label parameter key for the ALL range option
|
RANGE_SELECTION_LABEL
The label parameter key for the SELECTION range option
|
TITLE
The title parameter key
|
| Modifier and Type | Method and Description |
|---|---|
static PrintingContext.PreviewDialogParameters |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PrintingContext.PreviewDialogParameters[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PrintingContext.PreviewDialogParameters TITLE
public static final PrintingContext.PreviewDialogParameters HELP_TEXT
public static final PrintingContext.PreviewDialogParameters RANGE_ALL_LABEL
public static final PrintingContext.PreviewDialogParameters RANGE_SELECTION_LABEL
public static PrintingContext.PreviewDialogParameters[] values()
for (PrintingContext.PreviewDialogParameters c : PrintingContext.PreviewDialogParameters.values()) System.out.println(c);
public static PrintingContext.PreviewDialogParameters valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null