| Package | Description | 
|---|---|
| oracle.javatools.ui | 
 A general user interface component library. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static StatusIndicator.OkPolicy | 
StatusIndicator.OkPolicy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static StatusIndicator.OkPolicy[] | 
StatusIndicator.OkPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
javax.swing.JComponent | 
StatusIndicator.configureStandalone(StatusIndicator.OkPolicy okPolicy)
Get a new standalone component to display status for this indicator. 
 | 
javax.swing.Icon | 
StatusIndicator.getIcon(StatusIndicator.OkPolicy okPolicy)
Return an icon representing the current status. 
 |