net.refractions.udig.project
Interface IProjectElement

All Known Subinterfaces:
IMap

public interface IProjectElement

A element that is contained by a project. The Map and Page classes implement this interface and can therefore be part of a project.

Since:
0.3
Author:
jeichar

Method Summary
 java.lang.String getName()
          Returns the name of the element.
 IProject getProject()
          Returns the owner project of element.
 

Method Detail

getProject

IProject getProject()
Returns the owner project of element.

Returns:
the owner project of element.

getName

java.lang.String getName()
Returns the name of the element.

Returns:
the name of the element.