| Package | Description | 
|---|---|
| oracle.javatools.ui | 
 A general user interface component library. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
BlockingComponent.State | 
BlockingComponent.getState()  | 
static BlockingComponent.State | 
BlockingComponent.State.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static BlockingComponent.State[] | 
BlockingComponent.State.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.setState(BlockingComponent.State state)
Switch the state of the blocked component to restrict or unrestrict input. 
 |