|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.4.0) E13403-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.javatools.data.HashStructureAdapter
oracle.ide.model.WorkingSet
public final class WorkingSet
| Field Summary |
|---|
| Fields inherited from class oracle.javatools.data.HashStructureAdapter |
|---|
_hash |
| Method Summary | |
|---|---|
PatternFilters |
excludeChildren(Project project,
java.util.List<java.net.URL> children)
Hides each of the supplied URLs in the working set. |
boolean |
excludeProject(Project project)
Adds the project to the list of exluded projects, hiding the project in the working set. |
static PatternFilters |
getCurrentWorkingSetFilters(Project project)
Deprecated. Use WorkingSets.getInstance(Workspace)
.getCurrentWorkingSet()
.getPatternFilters(Project) |
ListStructure |
getExcludedProjectList()
Gets the list of URLs for all projects that are excluded from the application-level working set. |
java.lang.String |
getName()
|
PatternFilters |
getOrCreatePatternFilters(Project project)
Gets the working set pattern filters for the supplied project; if none exists, they are created. |
PatternFilters |
getPatternFilters()
Gets the working set pattern filters. |
PatternFilters |
getPatternFilters(Project project)
Gets the working set pattern filters that apply to the supplied project. |
void |
includeAllProjects()
Clears the list of excuded projects, making all projects visible. |
PatternFilters |
includeChildren(Project project,
java.util.List<java.net.URL> children,
boolean addChildrenExclusively)
Makes each of the supplied URLs visible in the working set. |
boolean |
includeProject(Project project)
Adds the project to the list of projects that are visible in the working set. |
boolean |
isExcluded(Project project)
Indicates whether or not the project is hidden from this working set. |
boolean |
isIncluded(Project project)
Indicates whether or not the project is visible in this working set. |
| Methods inherited from class oracle.javatools.data.HashStructureAdapter |
|---|
addStructureChangeListener, containsKey, copyTo, copyToImpl, equals, equalsImpl, findOrCreate, forcedCopyTo, getHashStructure, removeStructureChangeListener, useObjectEquals |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public ListStructure getExcludedProjectList()
public boolean isExcluded(Project project)
project - a Project, must not be null
isIncluded(oracle.ide.model.Project)public boolean isIncluded(Project project)
project - a Project, must not be null
isExcluded(oracle.ide.model.Project)public boolean includeProject(Project project)
project - a Project, must not be null
public PatternFilters includeChildren(Project project,
java.util.List<java.net.URL> children,
boolean addChildrenExclusively)
includeProject(Project).
project - the project that owns the children URLschildren - the set of children to make visible in the working setaddChildrenExclusively -
public PatternFilters excludeChildren(Project project,
java.util.List<java.net.URL> children)
excludeProject(Project).
project - the project that owns the children URLs, must not be nullchildren - the set of children to make visible in the working setpublic boolean excludeProject(Project project)
project - the Project to exclude, must not be null
public void includeAllProjects()
@Deprecated public static PatternFilters getCurrentWorkingSetFilters(Project project)
WorkingSets.getInstance(Workspace)
.getCurrentWorkingSet()
.getPatternFilters(Project)
public PatternFilters getPatternFilters()
public PatternFilters getPatternFilters(Project project)
project - a Project, must not be null
getOrCreatePatternFilters(oracle.ide.model.Project)public PatternFilters getOrCreatePatternFilters(Project project)
getPatternFilters(Project)instead to avoid unnecessarily
creating a PatternFilters instance.
project - a Project, must not be null
getPatternFilters(Project)public java.lang.String getName()
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.4.0) E13403-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||