Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

Uses of Class
oracle.ide.model.ContentSet

Packages that use ContentSet
oracle.ide.cmd Contains classes implementing several JDeveloper commands. 
oracle.ide.dependency Provides information about the dependencies between files in an application. 
oracle.ide.dependency.index Provides the ability to store and retrieve dependency information using the index. 
oracle.ide.index Classes used to build and query indexes of source files. 
oracle.ide.model Contains interfaces and classes implementing JDeveloper's data model. 
oracle.jdeveloper.model Contains interfaces and classes implementing the Java specific portions of JDeveloper's data model. 
oracle.jdeveloper.offlinedb.model Classes that define an offline database's settings and properties. 
oracle.jdeveloper.vcs.changelist   
oracle.jdeveloper.vcs.spi Contains extension-level service provider interfaces for version control system integraton. 
oracle.jdeveloper.webapp.utils   
 

Uses of ContentSet in oracle.ide.cmd
 

Fields in oracle.ide.cmd declared as ContentSet
protected  ContentSet SaveAsCommand._sourceContentSet
           
 

Uses of ContentSet in oracle.ide.dependency
 

Methods in oracle.ide.dependency with parameters of type ContentSet
 boolean Scope.isIncluded(Project project, ContentSet content, java.net.URL url)
          Determine whether a URL in included in this scope.
 

Uses of ContentSet in oracle.ide.dependency.index
 

Methods in oracle.ide.dependency.index that return ContentSet
protected  ContentSet IndexReferenceProvider.getContentSet(Context context, Project project, Declaration declaration)
          Get the content set that should be searched for references to a declaration.
 

Uses of ContentSet in oracle.ide.index
 

Methods in oracle.ide.index with parameters of type ContentSet
abstract  Index IndexManager.getIndex(Project project, ContentSet content)
          Get the index for the given ContentSet in the scope of the given project.
 

Uses of ContentSet in oracle.ide.model
 

Methods in oracle.ide.model that return ContentSet
 ContentSet ProjectContent.getAllContents()
           
protected  ContentSet ContentSetHelper.getBaseContentSet(ProjectContent projectContent)
          Gets the top-level content set for this ContentSetHelper.
 ContentSet ContentSetFolder.getContentSet()
           
 ContentSet ContentSet.getContentSet(int index)
           
 ContentSet ProjectContent.getContentSet(java.lang.String contentSetKey)
          Returns a ContentSet adapter that wraps the HashStructure located at the specified key within the project.
static ContentSet ContentSet.getInstance(PropertyStorage project, java.lang.String contentSetKey)
          Creates a ContentSet wrapper for the HashStructure in the project at the specified key.
 ContentSet ResourcePaths.getResourcesContentSet()
           
protected  ContentSet ContentSetHelper.newContentSet()
          Creates a new constituent content set.
 ContentSet ContentSet.setContentSet(int index, ContentSet contentSet)
           
 

Methods in oracle.ide.model with parameters of type ContentSet
protected  void ContentSetHelper.addContentImpl(java.net.URL url, ContentSet contentSet, boolean includeSubFolders, ProgressBar progressBar)
          Adds the URL to the content set.
 void ContentSet.addContentSet(ContentSet contentSet)
           
abstract  void ContentSetProvider.initContentSet(ContentSet contentSet, java.net.URL projectDir, Context context)
          This method is called when a project is created or when a project is opened and is missing this provider's ContentSet.
static ContentLevel ContentLevel.newInstance(ContentSet contentSet, IntersectedFilters filters)
           
static ContentLevel ContentLevel.newInstanceForHideDirs(ContentSet contentSet, PatternFilters workingSetFilters, boolean displayFoldersAsPackages)
           
protected  void ContentSetHelper.removeContentImpl(java.net.URL url, ContentSet contentSet)
          Creates an exclude filter to exclude the URL from the content set.
protected  boolean ContentSetHelper.restoreContentImpl(java.net.URL url, ContentSet contentSet)
          Restores a URL which has been excluded from a content set.
 ContentSet ContentSet.setContentSet(int index, ContentSet contentSet)
           
protected  boolean ContentSetHelper.unExclude(java.lang.String pattern, ContentSet contentSet)
          Adjusts the filters in the supplied content set to include the relative path described by pattern.
 

Uses of ContentSet in oracle.jdeveloper.model
 

Methods in oracle.jdeveloper.model that return ContentSet
 ContentSet J2eeSettings.getHtmlContentSet()
           
 ContentSet PathsConfiguration.getJavaContentSet()
           
 

Methods in oracle.jdeveloper.model with parameters of type ContentSet
protected  void JavaContentSetHelper.addContentImpl(java.net.URL url, ContentSet contentSet, boolean includeSubFolders, ProgressBar progressBar)
           
 void ContentSetPanel.loadFrom(Project project, ContentSet contentSet)
          Initializes the panel from the supplied Project and ContentSet.
protected  void JavaContentSetHelper.removeContentImpl(java.net.URL url, ContentSet contentSet)
           
protected  boolean JavaContentSetHelper.restoreContentImpl(java.net.URL url, ContentSet contentSet)
           
 

Uses of ContentSet in oracle.jdeveloper.offlinedb.model
 

Methods in oracle.jdeveloper.offlinedb.model that return ContentSet
 ContentSet OfflineDBProjectSettings.getContentSet()
          Returns the ContentSet for these OfflineDBProjectSettings.
 

Methods in oracle.jdeveloper.offlinedb.model with parameters of type ContentSet
static void OfflineDBProjectSettings.ensureContentSetDefaults(ContentSet contentSet, Project proj)
           
 

Uses of ContentSet in oracle.jdeveloper.vcs.changelist
 

Methods in oracle.jdeveloper.vcs.changelist that return ContentSet
 ContentSet ChangeListProjectContent.getContentSet(Project project)
           
 

Uses of ContentSet in oracle.jdeveloper.vcs.spi
 

Methods in oracle.jdeveloper.vcs.spi that return ContentSet
abstract  ContentSet VCSApplicationSystem.ContentSetProxy.getContentSet(Project project)
           
 

Uses of ContentSet in oracle.jdeveloper.webapp.utils
 

Methods in oracle.jdeveloper.webapp.utils that return ContentSet
protected static ContentSet IndexingUtils.getContentSet(Project project)
           
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

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