| net.refractions.udig.project.internal.provider.LayerManagerItemProvider
LayerManagerItemProvider | public class LayerManagerItemProvider extends ItemProviderAdapter implements IEditingDomainItemProvider,IStructuredItemContentProvider,ITreeItemContentProvider,IItemLabelProvider,IItemPropertySource(Code) | | This is the item provider adpater for a
net.refractions.udig.project.LayerManager object.
|
Constructor Summary | |
public | LayerManagerItemProvider(AdapterFactory adapterFactory) This constructs an instance from a factory and a notifier. |
Method Summary | |
protected void | collectNewChildDescriptors(Collection newChildDescriptors, Object object) This adds to the collection of
org.eclipse.emf.edit.command.CommandParameter s
describing all of the children that can be created under this object. | public Object | getImage(Object object) This returns LayerManager.gif. | 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. |
LayerManagerItemProvider | public LayerManagerItemProvider(AdapterFactory adapterFactory)(Code) | | This constructs an instance from a factory and a notifier.
|
collectNewChildDescriptors | protected void collectNewChildDescriptors(Collection newChildDescriptors, Object object)(Code) | | This adds to the collection of
org.eclipse.emf.edit.command.CommandParameter s
describing all of the children that can be created under this object.
|
getResourceLocator | public ResourceLocator getResourceLocator()(Code) | | Return the resource locator for this item provider's resources.
|
getText | public String getText(Object object)(Code) | | This returns the label text for the adapted class.
|
|
|