| Enum Constant and Description |
|---|
BACKGROUND |
PRINT |
| Modifier and Type | Method and Description |
|---|---|
abstract javax.swing.Action |
getActionFor(javax.swing.JFrame frame)
Builds an action that will operate on this frame
|
ActionInfo |
getActionInfo() |
static java.util.ResourceBundle |
getMessages() |
static UIAction |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UIAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UIAction BACKGROUND
public static final UIAction PRINT
public static UIAction[] values()
for (UIAction c : UIAction.values()) System.out.println(c);
public static UIAction 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 nullpublic static java.util.ResourceBundle getMessages()
public ActionInfo getActionInfo()
public abstract javax.swing.Action getActionFor(javax.swing.JFrame frame)
frame - the frame on which this action will operate
Fabien Michel, Olivier Gutknecht, Jacques Ferber - September 9 2019