public class WorkingSetSourceContainer extends CompositeSourceContainer
This class may be instantiated.
Modifier and Type | Field and Description |
---|---|
static 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(Object obj) |
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, isComposite
abort, getDirector, getSourceContainerType, init, isFindDuplicates, warn
getAdapter
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getAdapter
public static final String TYPE_ID
org.eclipse.debug.ui.containerType.workingSet
.)public WorkingSetSourceContainer(IWorkingSet workingSet)
workingSet
- the working set represented by this containerpublic String getName()
ISourceContainer
public ISourceContainerType getType()
ISourceContainer
protected ISourceContainer[] createSourceContainers() throws CoreException
CompositeSourceContainer
createSourceContainers
in class CompositeSourceContainer
ISourceContainer
sCoreException
- if unable to create the containers
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.