| Package | Description | 
|---|---|
| oracle.ide.docking | 
 Contains interfaces and classes responsible for the dockable behavior provided by JDeveloper. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static DrawerConfig.State | 
DrawerConfig.State.defaultState()  | 
DrawerConfig.State | 
DrawerConfig.state()  | 
static DrawerConfig.State | 
DrawerConfig.State.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static DrawerConfig.State[] | 
DrawerConfig.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 | 
DrawerConfig.state(DrawerConfig.State state)  | 
| Constructor and Description | 
|---|
DrawerConfig(java.lang.String tabName,
            DrawerConfig.State state)  |