public class LayerItemProvider extends ItemProviderAdapter implements IEditingDomainItemProvider,IStructuredItemContentProvider,ITreeItemContentProvider,IItemLabelProvider,IColorProvider,IItemPropertySource(Code)
This specifies how to implement
LayerItemProvider.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
LayerItemProvider.createCommand .
This returns the label text for the adapted class. Makes use of layer
label, will use name of GeoResource URL by default. A decorator can request the GeoResoruce's
title in thread.
notifyChanged
public void notifyChanged(Notification notification)(Code)