| |
|
| java.lang.Object org.tcat.citd.sim.udig.bookmarks.internal.ProjectWrapper
ProjectWrapper | public class ProjectWrapper (Code) | | This class provides a wrapper for displaying IProject objects as folders in the
BookmarksView .
This gives the advantage of more easily displaying custom menus and icons.
author: cole.markham since: 1.0.0 |
ProjectWrapper | public ProjectWrapper(IProject project)(Code) | | Default constructor
Parameters: project - The project that this object will wrap. |
getName | public String getName()(Code) | | Get the name for the project
the name |
setProject | public void setProject(IProject project)(Code) | | Parameters: project - The project to set. |
unwrap | public static Collection<IProject> unwrap(Collection wrappedProjects)(Code) | | Unwrap all of the projects in the given list
Parameters: wrappedProjects - a List of IProject objects |
|
|
|