|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IContainer
The IContainer is an interface for a container object in the
resource model.
| Field Summary | |
|---|---|
static String |
COPY_RIGHT
|
| Method Summary | |
|---|---|
boolean |
exists(IPath path)
Determines whether this container contains a member object represented by the specified path. |
IAdaptable |
findMember(IPath path)
Finds the member object contained by this container specified by the given path. |
IAdaptable |
findMember(String name)
Finds the member object contained by this container with the given name. |
List |
getMembers()
Deprecated. Use IContainer.members() instead. |
IAdaptable[] |
members()
Returns an array of objects that are members of this container. |
| Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
|---|
getAdapter |
| Field Detail |
|---|
static final String COPY_RIGHT
| Method Detail |
|---|
boolean exists(IPath path)
path - the relative path from the container to the member object
of interest
true if this container contains the object;
false otherwiseIAdaptable findMember(IPath path)
path - the relative path from the container to the member object
to find
IAdaptable findMember(String name)
name - the name of a member object to find
List getMembers()
IContainer.members() instead.
Use IContainer.members() instead.
IContainer.members()IAdaptable[] members()
IContainer.getMembers()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||