public static enum InstallProgressMonitor.InstallStatus extends java.lang.Enum<InstallProgressMonitor.InstallStatus>
| Enum Constant and Description | 
|---|
CANCELLED  | 
FAILED  | 
INSTALLED  | 
INSTALLING  | 
UNINSTALLED  | 
UNINSTALLING  | 
WAITING_TO_INSTALL  | 
WAITING_TO_UNINSTALL  | 
| Modifier and Type | Method and Description | 
|---|---|
javax.swing.Icon | 
getIcon()  | 
java.lang.String | 
toString()  | 
static InstallProgressMonitor.InstallStatus | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static InstallProgressMonitor.InstallStatus[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final InstallProgressMonitor.InstallStatus INSTALLED
public static final InstallProgressMonitor.InstallStatus INSTALLING
public static final InstallProgressMonitor.InstallStatus WAITING_TO_INSTALL
public static final InstallProgressMonitor.InstallStatus UNINSTALLED
public static final InstallProgressMonitor.InstallStatus UNINSTALLING
public static final InstallProgressMonitor.InstallStatus WAITING_TO_UNINSTALL
public static final InstallProgressMonitor.InstallStatus CANCELLED
public static final InstallProgressMonitor.InstallStatus FAILED
public static InstallProgressMonitor.InstallStatus[] values()
for (InstallProgressMonitor.InstallStatus c : InstallProgressMonitor.InstallStatus.values()) System.out.println(c);
public static InstallProgressMonitor.InstallStatus 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 java.lang.String toString()
toString in class java.lang.Enum<InstallProgressMonitor.InstallStatus>public javax.swing.Icon getIcon()