Method Summary |
|
protected void | addAbstractPropertyDescriptor(Object object) This adds a property descriptor for the Abstract feature. |
protected void | addBlackBoardInternalPropertyDescriptor(Object object) This adds a property descriptor for the Black Board Internal feature. |
protected void | addColorPalettePropertyDescriptor(Object object) This adds a property descriptor for the Color Palette feature. |
protected void | addColourSchemePropertyDescriptor(Object object) This adds a property descriptor for the Colour Scheme feature. |
protected void | addCommandStackPropertyDescriptor(Object object) This adds a property descriptor for the Command Stack feature. |
protected void | addNamePropertyDescriptor(Object object) This adds a property descriptor for the Name feature. |
protected void | addNavCommandStackPropertyDescriptor(Object object) This adds a property descriptor for the Nav Command Stack feature. |
protected void | addRenderManagerInternalPropertyDescriptor(Object object) This adds a property descriptor for the Render Manager Internal feature. |
protected ChildFetcher | createChildFetcher() |
public Object | getChild(Object object, int childIndex) |
protected EStructuralFeature | getChildFeature(Object object, Object child) |
public Collection | getChildrenFeatures(Object object) This specifies how to implement
MapItemProvider.getChildren and is used to deduce an appropriate
feature for an
org.eclipse.emf.edit.command.AddCommand ,
org.eclipse.emf.edit.command.RemoveCommand or
org.eclipse.emf.edit.command.MoveCommand in
MapItemProvider.createCommand . |
protected Collection<? extends Object> | getConcreteChildren(Object object) |
public Object | getImage(Object object) This returns Map.gif. |
protected net.refractions.udig.project.internal.provider.LoadingPlaceHolder | getLoadingItem() |
public List | getPropertyDescriptors(Object object) This returns the property descriptors for the adapted class. |
public ResourceLocator | getResourceLocator() Return the resource locator for this item provider's resources. |
public String | getText(Object object) This returns the label text for the adapted class. |
public boolean | hasChildren(Object object) |
public void | notifyChanged(Notification notification) This handles model notifications by calling
MapItemProvider.updateChildren to update any cached
children and by creating a viewer notification, which it passes to
MapItemProvider.fireNotifyChanged . |