| Package | Description | 
|---|---|
| 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ContentSetHelper.addApplicationContent(java.net.URL url,
                     ApplicationContent applicationContent,
                     boolean includeSubFolders,
                     ProgressBar progressBar)
Adds the URL to the ApplicationContent. 
 | 
void | 
ContentSetHelper.addContent(java.net.URL url,
          ProjectContent projectContent,
          boolean includeSubFolders,
          ProgressBar progressBar)
Adds the URL to the ProjectContent. 
 | 
protected void | 
ContentSetHelper.addContentImpl(java.net.URL url,
              ContentSet contentSet,
              boolean includeSubFolders,
              ProgressBar progressBar)
Adds the URL to the content set. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
JavaContentSetHelper.addContentImpl(java.net.URL url,
              ContentSet contentSet,
              boolean includeSubFolders,
              ProgressBar progressBar)  |