Method Summary |
|
protected void | addIDPropertyDescriptor(Object object) This adds a property descriptor for the ID feature. |
protected void | addMementoPropertyDescriptor(Object object) This adds a property descriptor for the Memento feature. |
protected void | addStyleClassPropertyDescriptor(Object object) This adds a property descriptor for the Style Class feature. |
protected void | addStylePropertyDescriptor(Object object) This adds a property descriptor for the Style feature. |
public Object | getImage(Object object) This returns StyleEntry.gif. |
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 void | notifyChanged(Notification notification) This handles model notifications by calling
StyleEntryItemProvider.updateChildren to update any cached
children and by creating a viewer notification, which it passes to
StyleEntryItemProvider.fireNotifyChanged . |