public class WorkingSetSourceContainer extends CompositeSourceContainer
This class may be instantiated.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TYPE_ID
Unique identifier for the working set source container type
(value
org.eclipse.debug.ui.containerType.workingSet.) |
EMPTY| Constructor and Description |
|---|
WorkingSetSourceContainer(IWorkingSet workingSet)
Creates a source container for the working set.
|
| Modifier and Type | Method and Description |
|---|---|
protected ISourceContainer[] |
createSourceContainers()
Creates the source containers in this composite container.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getName()
The name of this source container that can be used for presentation purposes.
|
ISourceContainerType |
getType()
Returns this container's type.
|
int |
hashCode() |
dispose, findSourceElements, findSourceElements, getSourceContainers, isCompositeabort, getDirector, getSourceContainerType, init, isFindDuplicates, warngetAdapterclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetAdapterpublic static final java.lang.String TYPE_ID
org.eclipse.debug.ui.containerType.workingSet.)public WorkingSetSourceContainer(IWorkingSet workingSet)
workingSet - the working set represented by this containerpublic java.lang.String getName()
ISourceContainerpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic ISourceContainerType getType()
ISourceContainerprotected ISourceContainer[] createSourceContainers() throws CoreException
CompositeSourceContainercreateSourceContainers in class CompositeSourceContainerISourceContainersCoreException - if unable to create the containers
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.