| |
|
| java.lang.Object org.tcat.citd.sim.udig.bookmarks.internal.MapWrapper
MapWrapper | public class MapWrapper (Code) | | This class provides a wrapper for displaying IMap 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 |
MapWrapper | public MapWrapper(IMap map)(Code) | | Default constructor
Parameters: map - The map that this object will wrap. |
getName | public String getName()(Code) | | Get the name for the map
the name |
getProjectWrapper | public ProjectWrapper getProjectWrapper()(Code) | | Get a wrapper for the project that contains this map
the new ProjectWrapper |
setMap | public void setMap(IMap map)(Code) | | Parameters: map - The map to set. |
unwrap | public static Collection unwrap(Collection wrappedMaps)(Code) | | Unwrap all of the maps in the given list
Parameters: wrappedMaps - a Collection of IMap objects |
|
|
|