| Package | Description | 
|---|---|
| oracle.ide.docking | 
 Contains interfaces and classes responsible for the dockable behavior provided by JDeveloper. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Site | 
DockableWindow.getSite()
Gets a storage object for docking information. 
 | 
Site | 
Dockable.getSite()
Gets the current site where this dockable is docked or floated. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DockableWindow.setSite(Site site)
Sets the current site where this dockable is docked or floated. 
 | 
void | 
Dockable.setSite(Site site)
Sets the current site where this dockable is docked or floated. 
 | 
| Constructor and Description | 
|---|
Site(Site site)  |