| net.refractions.udig.project.IProjectElement
IProjectElement | public interface IProjectElement (Code) | | A element that is contained by a project. The Map and Page classes implement this interface and
can therefore be part of a project.
author: jeichar since: 0.3 |
getName | public String getName()(Code) | | Returns the name of the element.
the name of the element. |
getProject | public IProject getProject()(Code) | | Returns the owner project of element.
the owner project of element. |
|
|