| Package | Description | 
|---|---|
| oracle.ide.docking | 
 Contains interfaces and classes responsible for the dockable behavior provided by JDeveloper. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DrawerModel.State | 
DrawerEntry.getState()  | 
static DrawerModel.State | 
DrawerModel.State.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static DrawerModel.State[] | 
DrawerModel.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected abstract DrawerEntry | 
DrawerModel.add(DockableWindow dockable,
   DrawerModel.State state)  | 
void | 
DrawerEntry.setState(DrawerModel.State state)
Sets the state of this entry. 
 | 
protected abstract void | 
DrawerModel.setState(int index,
        DrawerModel.State state)  |