| Package | Description | 
|---|---|
| oracle.ide.docking | 
 Contains interfaces and classes responsible for the dockable behavior provided by JDeveloper. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected abstract DrawerEntry | 
DrawerModel.add(DockableWindow dockable,
   DrawerModel.State state)  | 
abstract DrawerEntry | 
DrawerModel.getEntry(int i)  | 
protected abstract DrawerEntry | 
DrawerModel.remove(DockableWindow dockableWindow)  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract java.util.List<? extends DrawerEntry> | 
DrawerModel.getEntries()  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract void | 
DrawerPanel.hide(DrawerEntry entry)  | 
abstract void | 
DrawerPanel.restore(DrawerEntry entry,
       boolean animate)  | 
abstract void | 
DrawerPanel.show(DrawerEntry entry)  |