Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

Uses of Class
oracle.javatools.marshal.TransientMarker

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.library The Libraries package provides the library API used by JDeveloper. 
 

Uses of TransientMarker in oracle.ide.config
 

Methods in oracle.ide.config that throw TransientMarker
 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.
 

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.library
 

Methods in oracle.jdeveloper.library that throw TransientMarker
 URLPath ExternalLibrary.getDefaultClassPath()
          Deprecated. use getClassPath
 URLPath ExternalLibrary.getDefaultDocPath()
          Deprecated. use getDocPath
 URLPath ExternalLibrary.getDefaultSourcePath()
          Deprecated. use getSourcePath
 java.lang.String[] JDKNode.getInstalledVMs()
           
 java.lang.String[] LegacyJDK.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()
           
 java.net.URL LibraryDataNode.getURL()
          We override the getURL accessor here to mark the URL property as transient.
 void LibraryReference.setLibrary(Library lib)
           
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

Copyright © 1997, 2011, Oracle. All rights reserved.