| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.0) E13403-08  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TransientMarker | |
|---|---|
| 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 | Contains classes that allow addins to integrate their own build system translator. | 
| oracle.jdeveloper.deploy.dt | |
| 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. | 
| Uses of TransientMarker in oracle.ide.config | 
|---|
| Methods in oracle.ide.config that throw TransientMarker | |
|---|---|
 java.util.Map | 
DocumentExtensions.getAssociationMap()
 | 
 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. | 
| Uses of TransientMarker in oracle.ide.keyboard | 
|---|
| Methods in oracle.ide.keyboard that throw TransientMarker | |
|---|---|
 java.awt.event.ActionListener | 
KeyStrokeOptions.getKeyboardPanelEventDispatcher()
 | 
 void | 
KeyStrokeOptions.setKeyboardPanelEventDispatcher(java.awt.event.ActionListener actionListener)
 | 
| Uses of TransientMarker in oracle.ide.layout | 
|---|
| Methods in oracle.ide.layout that throw TransientMarker | |
|---|---|
 IdeLayout | 
Layout.getOwner()
Get the IdeLayout that owns this layout. | 
 boolean | 
Layout.isActive()
Returns true if this layout is currently active.  | 
| Uses of TransientMarker in oracle.ide.model | 
|---|
| Methods in oracle.ide.model that throw TransientMarker | |
|---|---|
 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.
  WARNING: it is suggested that you verify the types of each element in the
  returned list, as there is no guarantee that all elements share the same
  type. | 
 java.net.URL | 
DataContainer.getURL()
This override marks the URL property as transient.  | 
 java.net.URL | 
DataNode.getURL()
We override the getURL accessor here to mark the URL property as transient.  | 
| Uses of TransientMarker in oracle.ide.webbrowser | 
|---|
| Methods in oracle.ide.webbrowser that throw TransientMarker | |
|---|---|
 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.  | 
 java.lang.String | 
ProxyOptions.getProxyPassword()
Get the password for proxy authentication.  | 
 java.lang.String | 
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.  | 
| Uses of TransientMarker in oracle.jdeveloper.compiler | 
|---|
| Methods in oracle.jdeveloper.compiler that throw TransientMarker | |
|---|---|
 java.lang.String | 
BuildSystemConfiguration.getCurrentEncoding()
 | 
 java.lang.String | 
OjcConfiguration.getCurrentEncoding()
Deprecated. Use BuildSystemConfiguration.getCurrentEncoding()  | 
| Uses of TransientMarker in oracle.jdeveloper.deploy.dt | 
|---|
| Methods in oracle.jdeveloper.deploy.dt that throw TransientMarker | |
|---|---|
 java.util.List | 
DeployGalleryFolder.getList()
Overridden simply to add the TransientMarker. | 
| Uses of TransientMarker in oracle.jdeveloper.deploy.ear | 
|---|
| Methods in oracle.jdeveloper.deploy.ear that throw TransientMarker | |
|---|---|
 java.net.URL | 
EarProfile.getJarURL()
 | 
| Uses of TransientMarker in oracle.jdeveloper.deploy.j2ee | 
|---|
| Methods in oracle.jdeveloper.deploy.j2ee that throw TransientMarker | |
|---|---|
 boolean | 
J2eeProfile.isTransientProfile()
 | 
 boolean | 
J2eePackaging.isTransientProfile()
 | 
| Uses of TransientMarker in oracle.jdeveloper.deploy.jar | 
|---|
| Methods in oracle.jdeveloper.deploy.jar that throw TransientMarker | |
|---|---|
 oracle.jdeveloper.deploy.common.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).  | 
| Uses of TransientMarker in oracle.jdeveloper.library | 
|---|
| Methods in oracle.jdeveloper.library that throw TransientMarker | |
|---|---|
 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  | 
 URLPath | 
ProjectLibrary.getDocPath()
 | 
 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)
 | 
| Uses of TransientMarker in oracle.jdeveloper.model | 
|---|
| Methods in oracle.jdeveloper.model that throw TransientMarker | |
|---|---|
 javax.swing.Icon | 
JavaNode.getIcon()
 | 
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.0) E13403-08  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||