| Package | Description | 
|---|---|
| oracle.javatools.ui | 
 A general user interface component library. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
BlockingComponent.Message | 
BlockingComponent.getMessage()  | 
static BlockingComponent.Message | 
BlockingComponent.Message.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static BlockingComponent.Message[] | 
BlockingComponent.Message.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
BlockingComponent.setMessage(BlockingComponent.Message message)
Set the feedback message that appears over the blocked components. 
 |