Package | Description |
---|---|
oracle.ide.docking |
Contains interfaces and classes responsible for the dockable behavior provided by JDeveloper.
|
oracle.ide.explorer |
Contains the interfaces and classes addins use to provide a structured
view of data contained in nodes displayed in a navigator or an editor.
|
oracle.ide.inspector |
Contains interfaces and classes that integrators may use to make their
objects editable from the property inspector.
|
oracle.ide.keyboard |
Defining your default accelerators
|
oracle.ide.log |
Contains the interfaces and classes that allow addins to provide their
own log pages.
|
oracle.ide.navigator |
Contains classes providing navigator support.
|
oracle.ide.palette2 |
Contains interfaces and classes that allow for palette integration.
|
oracle.ide.runner |
Contains classes that allow addins some level of control on the IDE runner system.
|
oracle.ide.view | |
oracle.ideri.navigator | |
oracle.jdeveloper.db.navigator |
Utilities for using the "Database Navigator" that SQL Developer provides in
JDeveloper, to avoid referencing SQL Developer code directly.
|
oracle.jdeveloper.rescat2.dockable | |
oracle.jdeveloper.vcs.changelist | |
oracle.jdeveloper.vcs.spi |
Contains extension-level service provider interfaces for version control system integraton.
|
Modifier and Type | Class and Description |
---|---|
class |
DrawerDockableWindow |
class |
DrawerWindow |
Modifier and Type | Method and Description |
---|---|
DockableWindow |
DrawerEntry.getDockable() |
Modifier and Type | Method and Description |
---|---|
abstract java.util.List<DockableWindow> |
DrawerModel.getDockables() |
Modifier and Type | Method and Description |
---|---|
protected abstract DrawerEntry |
DrawerModel.add(DockableWindow dockable,
DrawerModel.State state) |
void |
DrawerWindow.addCloseableDrawer(DockableWindow view,
int index) |
void |
DrawerWindow.addDrawer(DockableWindow view) |
void |
DrawerWindow.addDrawer(DockableWindow view,
float weight) |
void |
DrawerWindow.addDrawer(DockableWindow view,
int index) |
void |
DrawerWindow.addDrawerThatCanHideHandle(DockableWindow view) |
void |
DrawerDockableWindow.expand(DockableWindow dockableWindow) |
void |
DrawerDockableWindow.hide(DockableWindow dockableWindow) |
void |
DrawerDockableWindow.minimize(DockableWindow dockableWindow) |
protected abstract DrawerEntry |
DrawerModel.remove(DockableWindow dockableWindow) |
boolean |
DrawerDockableWindow.removeEntry(DockableWindow dockable)
Deprecated.
Use
DockStation.undock(Dockable) instead |
void |
DrawerDockableWindow.restore(DockableWindow dockableWindow) |
void |
DockingParam.setHosted(DockableWindow hostingDockable,
int position)
Will host the dockable window inside the
hostingDockable |
void |
DrawerDockableWindow.show(DockableWindow dockableWindow) |
View |
DrawerWindow.undecorateIfNecessary(DockableWindow dockable) |
Modifier and Type | Method and Description |
---|---|
void |
DrawerDockableWindow.togglePannels(java.util.List<DockableWindow> expand,
java.util.List<DockableWindow> collapse,
boolean animate) |
void |
DrawerDockableWindow.togglePannels(java.util.List<DockableWindow> expand,
java.util.List<DockableWindow> collapse,
boolean animate) |
Constructor and Description |
---|
DrawerConfig(DockableWindow view) |
DrawerConfig(DockableWindow view,
float weight) |
DrawerConfig(DockableWindow view,
int index)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
ExplorerWindow |
Modifier and Type | Class and Description |
---|---|
class |
InspectorWindow
The InspectorWindow is a View consisting of a Toolbar area, a main body area and a status area.
|
Modifier and Type | Class and Description |
---|---|
class |
KeyboardDockable |
Modifier and Type | Class and Description |
---|---|
class |
LogWindow
The
LogWindow is the dockable view responsible for managing
log pages. |
Modifier and Type | Class and Description |
---|---|
class |
NavigatorWindow
NavigatorWindow interface provides the API for managing
the contents of a navigator window tree. |
class |
ProjectNavigatorWindow |
Modifier and Type | Method and Description |
---|---|
java.util.List<DockableWindow> |
NavigatorWindow.getHostedDockables() |
Modifier and Type | Class and Description |
---|---|
class |
PaletteWindow
The
PaletteWindow class is the Component Palette View. |
Modifier and Type | Method and Description |
---|---|
DockableWindow |
DebuggerWindowProvider.getWindow()
Deprecated.
Debugger Extenders should provide their own DockableFactories
and no longer use the core DockableFactory to create and
manage their windows
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPinnable
AbstractPinnable implements the Pinnable interface as it applies to a
DockableWindow which is capable of responding to changes in selection in the
active View as well as changes of the active View from one View to another.
|
Modifier and Type | Class and Description |
---|---|
class |
oracle.ideri.navigator.DefaultNavigatorWindow
DefaultNavigatorWindow class implements the navigator view. |
Modifier and Type | Method and Description |
---|---|
static DockableWindow |
DatabaseNavigatorHelper.getDatabaseNavigatorWindow()
Gets the DockableWindow that is the Database Navigator.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractBaseTreeDockable
A dockable with a BaseTreeExplorer.
|
class |
AbstractConnDockable |
Modifier and Type | Class and Description |
---|---|
class |
ChangeListWindow
A dockable view containing a ChangeList instance.
|
Modifier and Type | Class and Description |
---|---|
class |
VCSTreeDockableWindow |