public class PartWithCommonItemProvider
extends ItemProviderAdapter
PartWithCommon
object.
Constructor and Description |
---|
PartWithCommonItemProvider(AdapterFactory adapterFactory)
This constructs an instance from a factory and a notifier.
|
Modifier and Type | Method and Description |
---|---|
protected void |
addAmpEgPropertyDescriptor(java.lang.Object object)
This adds a property descriptor for the Amp Eg feature.
|
protected void |
addBpmSyncPropertyDescriptor(java.lang.Object object)
This adds a property descriptor for the Bpm Sync feature.
|
protected void |
addCutoffPropertyDescriptor(java.lang.Object object)
This adds a property descriptor for the Cutoff feature.
|
protected void |
addEgIntensityPropertyDescriptor(java.lang.Object object)
This adds a property descriptor for the Eg Intensity feature.
|
protected void |
addEgTimePropertyDescriptor(java.lang.Object object)
This adds a property descriptor for the Eg Time feature.
|
protected void |
addFilterTypePropertyDescriptor(java.lang.Object object)
This adds a property descriptor for the Filter Type feature.
|
protected void |
addFxSelectPropertyDescriptor(java.lang.Object object)
This adds a property descriptor for the Fx Select feature.
|
protected void |
addFxSendPropertyDescriptor(java.lang.Object object)
This adds a property descriptor for the Fx Send feature.
|
protected void |
addModDepthPropertyDescriptor(java.lang.Object object)
This adds a property descriptor for the Mod Depth feature.
|
protected void |
addModDestPropertyDescriptor(java.lang.Object object)
This adds a property descriptor for the Mod Dest feature.
|
protected void |
addModSpeedPropertyDescriptor(java.lang.Object object)
This adds a property descriptor for the Mod Speed feature.
|
protected void |
addModTypePropertyDescriptor(java.lang.Object object)
This adds a property descriptor for the Mod Type feature.
|
protected void |
addPanPropertyDescriptor(java.lang.Object object)
This adds a property descriptor for the Pan feature.
|
protected void |
addReservedBitAfterModDepthPropertyDescriptor(java.lang.Object object)
This adds a property descriptor for the Reserved Bit After Mod Depth feature.
|
protected void |
addResonancePropertyDescriptor(java.lang.Object object)
This adds a property descriptor for the Resonance feature.
|
protected void |
addRollPropertyDescriptor(java.lang.Object object)
This adds a property descriptor for the Roll feature.
|
protected void |
collectNewChildDescriptors(java.util.Collection<java.lang.Object> newChildDescriptors,
java.lang.Object object)
This adds
org.eclipse.emf.edit.command.CommandParameter s describing the children
that can be created under this object. |
java.util.List<IItemPropertyDescriptor> |
getPropertyDescriptors(java.lang.Object object)
This returns the property descriptors for the adapted class.
|
ResourceLocator |
getResourceLocator()
Return the resource locator for this item provider's resources.
|
java.lang.String |
getText(java.lang.Object object)
This returns the label text for the adapted class.
|
void |
notifyChanged(Notification notification)
This handles model notifications by calling
#updateChildren to update any cached
children and by creating a viewer notification, which it passes to #fireNotifyChanged . |
public PartWithCommonItemProvider(AdapterFactory adapterFactory)
public java.util.List<IItemPropertyDescriptor> getPropertyDescriptors(java.lang.Object object)
protected void addAmpEgPropertyDescriptor(java.lang.Object object)
protected void addBpmSyncPropertyDescriptor(java.lang.Object object)
protected void addCutoffPropertyDescriptor(java.lang.Object object)
protected void addEgIntensityPropertyDescriptor(java.lang.Object object)
protected void addEgTimePropertyDescriptor(java.lang.Object object)
protected void addFilterTypePropertyDescriptor(java.lang.Object object)
protected void addFxSelectPropertyDescriptor(java.lang.Object object)
protected void addFxSendPropertyDescriptor(java.lang.Object object)
protected void addModDepthPropertyDescriptor(java.lang.Object object)
protected void addModDestPropertyDescriptor(java.lang.Object object)
protected void addModSpeedPropertyDescriptor(java.lang.Object object)
protected void addModTypePropertyDescriptor(java.lang.Object object)
protected void addPanPropertyDescriptor(java.lang.Object object)
protected void addReservedBitAfterModDepthPropertyDescriptor(java.lang.Object object)
protected void addResonancePropertyDescriptor(java.lang.Object object)
protected void addRollPropertyDescriptor(java.lang.Object object)
public java.lang.String getText(java.lang.Object object)
public void notifyChanged(Notification notification)
#updateChildren
to update any cached
children and by creating a viewer notification, which it passes to #fireNotifyChanged
.
protected void collectNewChildDescriptors(java.util.Collection<java.lang.Object> newChildDescriptors, java.lang.Object object)
org.eclipse.emf.edit.command.CommandParameter
s describing the children
that can be created under this object.
public ResourceLocator getResourceLocator()