| 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.layout | 
 Contains interfaces and classes addins can implement or extend to provide preferred layouts for their own specialized editors. 
 | 
| oracle.ide.navigator | 
 Contains classes providing navigator support. 
 | 
| oracle.ide.util | 
 Contains utility classes. 
 | 
| oracle.ide.view | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DrawerWindow.loadLayout(PropertyAccess p)  | 
void | 
DrawerDockableWindow.loadLayout(PropertyAccess p)
#loadLayout and #saveLayout are used by this class to load and save the content of the window. 
 | 
void | 
Dockable.loadLayout(PropertyAccess p)
reloads the layout information of this dockable. 
 | 
void | 
DrawerWindow.saveLayout(PropertyAccess p)  | 
void | 
DrawerDockableWindow.saveLayout(PropertyAccess p)
#loadLayout and #saveLayout are used by this class to load and save the content of the window. 
 | 
void | 
Dockable.saveLayout(PropertyAccess p)
Saves the layout information of this dockable. 
 | 
abstract void | 
DockStation.saveLayout(PropertyAccess pa)
Saves all of the docking layout. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
abstract void | 
TreeExplorer.openFilters(PropertyAccess layout)
Deprecated. 
 
no replacement 
 | 
abstract void | 
TreeExplorer.saveFilters(PropertyAccess layout)
Deprecated. 
 
no replacement 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
UserSelectedCategories.loadFrom(PropertyAccess properties)  | 
void | 
UserSelectedCategories.saveTo(PropertyAccess properties)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
IdeLayout
IdeLayout class. 
 | 
class  | 
IdeProperties
The  
IdeProperties class is reponsible for managing the general layout information, such as the size and position of the main application window and the opened editor frames for example. | 
class  | 
Layout
Layout interface. 
 | 
class  | 
SimpleLayout
Simple layout information. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Node | 
AbstractLayoutListener.getNode(java.lang.String urlProp, PropertyAccess layout, boolean always)
Get the Node whose url is stored in the specified  
layout under the given urlProp. | 
static java.net.URL | 
AbstractLayoutListener.getURL(java.lang.String urlProp, PropertyAccess layout)
Get the url stored in the specified  
layout under the given urlProp. | 
| Modifier and Type | Method and Description | 
|---|---|
protected static void | 
NavigatorInit.boolean2Str(PropertyAccess layout, java.lang.String name, boolean value)  | 
protected static void | 
NavigatorInit.int2Str(PropertyAccess layout, java.lang.String name, int value)  | 
void | 
ProjectNavigatorWindow.loadLayout(PropertyAccess layout)  | 
void | 
NavigatorInit.loadPreferences(PropertyAccess prefs)  | 
void | 
ContentSetSupport.loadPreferences(PropertyAccess prefs)  | 
void | 
ProjectNavigatorWindow.saveLayout(PropertyAccess layout)  | 
void | 
NavigatorInit.savePreferences(PropertyAccess prefs)  | 
void | 
ContentSetSupport.savePreferences(PropertyAccess prefs)  | 
protected static boolean | 
NavigatorInit.str2Boolean(PropertyAccess layout, java.lang.String name, boolean defaultValue)  | 
protected static int | 
NavigatorInit.str2Int(PropertyAccess layout, java.lang.String name, int defaultValue)  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
StructuredPropertyAccess  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DefaultPropertyAccess
A very simple in-memory property access. 
 | 
class  | 
DefaultStructuredPropertyAccess  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
HistoryList.load(PropertyAccess properties)
Loads the history list from an underlying properties mechanism. 
 | 
void | 
HistoryList.saveAs(PropertyAccess properties)
Saves the history list to an underlying properties mechanism. 
 | 
| Constructor and Description | 
|---|
HistoryList(java.lang.String name, PropertyAccess properties)
Constructs a new instance of  
HistoryList, loading items using the PropertyAccess parameter as the underlying properties mechanism. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ViewProxy.loadLayout(PropertyAccess p)  | 
void | 
ViewDecorator.loadLayout(PropertyAccess p)  | 
void | 
View.loadLayout(PropertyAccess p)  | 
void | 
ViewProxy.saveLayout(PropertyAccess p)  | 
void | 
ViewDecorator.saveLayout(PropertyAccess p)  | 
void | 
View.saveLayout(PropertyAccess p)  |