| Package | Description | 
|---|---|
| oracle.javatools.ui | 
 A general user interface component library. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Header.Level | 
Header.getLevel()
Returns the level of this header. 
 | 
static Header.Level | 
Header.Level.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static Header.Level[] | 
Header.Level.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Header.setLevel(Header.Level level)
Sets the level of this header. 
 |