| Package | Description | 
|---|---|
| oracle.javatools.ui | 
 A general user interface component library. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static StatusIndicator.Location | 
StatusIndicator.Location.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static StatusIndicator.Location[] | 
StatusIndicator.Location.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.configureLabel(javax.swing.JLabel label,
              StatusIndicator.Location location)
Add this status indicator to the given label and return a component containing both. 
 |