| Package | Description | 
|---|---|
| oracle.ide.config | 
 Contains classes encapsulating JDevelopers's environment settings. 
 | 
| oracle.ide.keyboard | 
 Defining your default accelerators 
 | 
| oracle.ide.layout | 
 Contains interfaces and classes addins can implement or extend to provide
preferred layouts for their own specialized editors. 
 | 
| oracle.ide.model | 
 Contains interfaces and classes implementing JDeveloper's data model. 
 | 
| oracle.ide.webbrowser | 
 Contains classes that allow addins some level of control on the IDE web browser
settings. 
 | 
| oracle.jdeveloper.compiler | |
| oracle.jdeveloper.deploy.ear | |
| oracle.jdeveloper.deploy.j2ee | |
| oracle.jdeveloper.deploy.jar | |
| oracle.jdeveloper.library | 
 The  
Libraries package provides the library API used
by JDeveloper. | 
| oracle.jdeveloper.model | 
 Contains interfaces and classes implementing the Java specific portions of
JDeveloper's data model. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Map | 
DocumentExtensions.getAssociationMap()
Deprecated.  
  | 
java.lang.Object | 
IdeSettings.getClass(java.lang.String className,
        java.lang.ClassLoader classloader)
Gets the class object associated with the specified  
className. | 
ClientSetting | 
IdeSettings.getClientSetting(java.lang.String dataKey)
Gets the client data object associated with the specified  
dataKey. | 
java.lang.Object | 
IdeSettings.getData(java.lang.String dataKey)
Gets the data object associated with the specified  
dataKey. | 
Copyable | 
ClientSetting.getData(java.lang.String key)
Gets the data object associated with the specified  
dataKey. | 
java.lang.String | 
EnvironOptions.getEncoding()
Retrieves the encoding for use in reading and writing files. 
 | 
static PatternFilters | 
GlobalIgnoreList.getPatternFilters()
Gets the  
PatternFilters object that represents all the enabled
 exclude filters that are part of the global ignore list. | 
| Modifier and Type | Method and Description | 
|---|---|
java.awt.event.ActionListener | 
KeyStrokeOptions.getKeyboardPanelEventDispatcher()  | 
void | 
KeyStrokeOptions.setKeyboardPanelEventDispatcher(java.awt.event.ActionListener actionListener)  | 
| Modifier and Type | Method and Description | 
|---|---|
IdeLayout | 
Layout.getOwner()
Get the  
IdeLayout that owns this layout. | 
boolean | 
Layout.isActive()
Returns true if this layout is currently active. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.net.URL | 
Workspace.getActiveProjectURL()
Returns the currently active project  
URL associated with
  this Workspace. | 
java.util.List | 
DataContainer.getListOfChildren()
Fulfills the public accessor part of the  
Folder
  contract. | 
java.net.URL | 
DataNode.getURL()
We override the getURL accessor here to mark the URL property
  as transient. 
 | 
java.net.URL | 
DataContainer.getURL()
This override marks the URL property as transient. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
ProxyOptions.getIsIdeProxy()
Gets whether the ProxyOptions object is the one taht represents the IDE settings 
 | 
static ProxyOptions | 
ProxyOptions.getProxyOptions()
Get the current proxy options. 
 | 
char[] | 
ProxyOptions.getProxyPassword()
Get the password for proxy authentication. 
 | 
char[] | 
ProxyOptions.getUnfilteredProxyPassword()
Gets the proxy password without applying any filter (should be used only be
 preference panels) 
 | 
static void | 
ProxyOptions.setProxyOptions(ProxyOptions proxyOptions)
Set the current proxy options. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
OjcConfiguration.getCurrentEncoding()
Deprecated. 
 
Use BuildSystemConfiguration.getCurrentEncoding() 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.net.URL | 
EarProfile.getJarURL()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
J2eeProfile.isTransientProfile()  | 
boolean | 
J2eePackaging.isTransientProfile()  | 
| Modifier and Type | Method and Description | 
|---|---|
SelectedProjectFiles | 
ArchiveProfile.getSelectedProjectFiles()
Deprecated. 
 
Use FileGroups instead; this method returns a
  disconnected SelectedProjectFiles object (i.e. changing the
  object has no effect on profile behavior). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Map<URLKey,oracle.javatools.exports.ExportModel<?>> | 
JLibraryNode.getAnnotatedClassPath()  | 
URLPath | 
ProjectLibrary.getClassPath()  | 
URLPath | 
ProjectLibrary.getClassPath(boolean onlyDeployLibs)  | 
URLPath | 
ExternalLibrary.getDefaultClassPath()
Deprecated. 
 
use getClassPath 
 | 
URLPath | 
ExternalLibrary.getDefaultDocPath()
Deprecated. 
 
use getDocPath 
 | 
URLPath | 
ExternalLibrary.getDefaultSourcePath()
Deprecated. 
 
use getSourcePath 
 | 
java.util.List<oracle.javatools.exports.ExportLibrary.Dependency> | 
JLibraryNode.getDependencies()  | 
java.lang.String | 
JLibraryNode.getDescription()  | 
URLPath | 
ProjectLibrary.getDocPath()  | 
java.lang.String | 
JLibraryNode.getId()  | 
java.lang.String[] | 
LegacyJDK.getInstalledVMs()  | 
java.lang.String[] | 
JDKNode.getInstalledVMs()  | 
Library | 
LibraryReference.getLibrary()
Finds the Library instance without a Project context. 
 | 
Library | 
LibraryReference.getLibrary(Project project)
Finds the Library instance in the given Project context. 
 | 
java.lang.String | 
AbstractDerivedLibrary.getName()  | 
URLPath | 
ProjectLibrary.getSourcePath()  | 
java.net.URL | 
LibraryDataNode.getURL()
We override the getURL accessor here to mark the URL property
  as transient. 
 | 
void | 
LibraryReference.setLibrary(Library lib)  | 
| Modifier and Type | Method and Description | 
|---|---|
javax.swing.Icon | 
JavaNode.getIcon()  |