Extension SDK 10.1.2

Uses of Class
oracle.ide.util.TransientMarker

Packages that use TransientMarker
oracle.ide.config Contains classes encapsulating JDevelopers's environment settings. 
oracle.ide.gallery Contains classes implementing JDeveloper's new object gallery. 
oracle.ide.keyboard Contains classes used by addins for providing accelerators for the commands they define. 
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.jdeveloper.cm.ds.db Contains a metadata API for describing database objects. 
oracle.jdeveloper.compiler Contains classes that allow addins to integrate their own build system translator. 
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. 
oracle.jdeveloper.webservices New public API to web services 
 

Uses of TransientMarker in oracle.ide.config
 

Methods in oracle.ide.config that throw TransientMarker
 java.lang.String EnvironOptions.getEncoding()
          Retrieves the encoding for use in reading and writing files.
 

Uses of TransientMarker in oracle.ide.gallery
 

Methods in oracle.ide.gallery that throw TransientMarker
 int RootGalleryFolder.getLastSelCategory()
          Deprecated. No longer used.
 

Uses of TransientMarker in oracle.ide.keyboard
 

Methods in oracle.ide.keyboard that throw TransientMarker
 void KeyStrokeOptions.setKeyboardPanelEventDispatcher(java.awt.event.ActionListener actionListener)
           
 

Uses of TransientMarker in oracle.ide.layout
 

Methods in oracle.ide.layout that throw TransientMarker
 boolean BaseLayout.isActive()
           
 void BaseLayout.setActive(boolean active)
           
 IdeLayout BaseLayout.getOwner()
           
 void BaseLayout.setOwner(IdeLayout owner)
           
 

Uses of TransientMarker in oracle.ide.model
 

Methods in oracle.ide.model that throw TransientMarker
 TechnologyScope Project.getTechnologyScope()
           
 java.net.URL DataNode.getURL()
          We override the getURL accessor here to mark the URL property as transient.
 java.net.URL Workspace.getActiveProjectURL()
          Returns the currently active project URL associated with this Workspace.
 

Uses of TransientMarker in oracle.jdeveloper.cm.ds.db
 

Methods in oracle.jdeveloper.cm.ds.db that throw TransientMarker
 Relation Constraint.getRelation()
          Gets the Relation that owns this Constraint.
 Relation Column.getRelation()
          Gets the Relation that owns this Column.
 Table Index.getTable()
          Retrieves the table on which this index is defined.
 

Uses of TransientMarker in oracle.jdeveloper.compiler
 

Methods in oracle.jdeveloper.compiler that throw TransientMarker
 java.lang.String OjcConfiguration.getCurrentEncoding()
           
 

Uses of TransientMarker in oracle.jdeveloper.library
 

Methods in oracle.jdeveloper.library that throw TransientMarker
 java.lang.String[] JDK.getInstalledVMs()
           
 JLibrary JLibraryDefinition.getOwningLibrary()
           
 URLPath JLibrary.getDefaultClassPath()
           
 URLPath JLibrary.getDefaultSourcePath()
           
 URLPath JLibrary.getDefaultDocPath()
           
 java.lang.String JLibraryList.getListName()
           
 boolean JLibraryList.isBuiltIn()
           
 URLPath Library.getDefaultClassPath()
           
 URLPath Library.getDefaultSourcePath()
           
 URLPath Library.getDefaultDocPath()
           
 java.lang.String AbstractDerivedLibrary.getName()
           
 URLPath ProjectLibrary.getDefaultClassPath()
           
 URLPath ProjectLibrary.getDefaultSourcePath()
           
 URLPath ProjectLibrary.getDefaultDocPath()
           
 

Uses of TransientMarker in oracle.jdeveloper.model
 

Methods in oracle.jdeveloper.model that throw TransientMarker
 java.net.URL JProjectConfiguration.getOutputDirectory()
           
 URLPath JProjectConfiguration.getAdditionalClassPath()
           
 java.lang.String JProjectConfiguration.getJdkName()
           
 VersionNumber JProjectConfiguration.getJdkVersionNumber()
           
 java.lang.String JProjectConfiguration.getLibraries()
          Deprecated.  
 java.lang.String[] JProjectConfiguration.getLibraryList()
           
 URLPath JProject.getSourcePath()
           
 URLPath JProject.getClassPath()
           
 URLPath JProject.getRunClassPath()
           
 URLPath JProject.getDocPath()
           
 java.lang.String JProject.getCompilerEncoding()
           
 java.net.URL JProject.getOutputDirectory()
           
 

Uses of TransientMarker in oracle.jdeveloper.webservices
 

Methods in oracle.jdeveloper.webservices that throw TransientMarker
 java.net.URI JAXRPCSvcModel.getTargetNamespace()
           
 java.net.URI JAXRPCSvcModel.getURI()
           
 JProject JAXRPCSvcModel.getTargetProject()
           
 JAXRPCSvcModel JAXRPCSvcModel.getPreviousState()
           
 oracle.jdevimpl.webservices.util.JavaXSDTypeMap JAXRPCJavaModel.getTypeMap()
           
 


Extension SDK

 

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