| Package | Description | 
|---|---|
| oracle.javatools.ui | 
 A general user interface component library. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
HeaderPanel.CollapseMode | 
HeaderPanel.getCollapseMode()
Gets the current collapse mode. 
 | 
static HeaderPanel.CollapseMode | 
HeaderPanel.CollapseMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static HeaderPanel.CollapseMode[] | 
HeaderPanel.CollapseMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
HeaderPanel.setCollapseMode(HeaderPanel.CollapseMode collapseMode)
Sets the way in which this component will collapse. 
 |