Package | Description |
---|---|
oracle.ide.docking |
Contains interfaces and classes responsible for the dockable behavior provided by JDeveloper.
|
oracle.jdeveloper.vcs.changelist | |
oracle.jdeveloper.vcs.spi |
Contains extension-level service provider interfaces for version control system integraton.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DockableWindow.dockableHidden(DockableEvent e)
This method is called when the window is hidden or closed.
|
void |
DockableListener.dockableHidden(DockableEvent e) |
protected void |
DockableWindow.dockableShown(DockableEvent e)
This method is called when the window is shown.
|
void |
DockableListener.dockableShown(DockableEvent e) |
abstract void |
DockStation.fireDockableEvent(DockableEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
ChangeListWindow.dockableShown(DockableEvent event)
Called when the dockable is made visible.
|
Modifier and Type | Method and Description |
---|---|
void |
VCSTreeDockableWindow.dockableShown(DockableEvent event) |