public class PalladioItemProvider extends ItemProviderDecorator implements IEditingDomainItemProvider, IStructuredItemContentProvider, ITreeItemContentProvider, IItemLabelProvider, IItemPropertySource, Adapter, CreateChildCommand.Helper
Adapter.Internal| Constructor and Description |
|---|
PalladioItemProvider(AdapterFactory adapterFactory)
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
Command |
createCommand(Object object,
EditingDomain domain,
Class<? extends Command> commandClass,
CommandParameter commandParameter) |
String |
getCreateChildDescription(Object owner,
Object feature,
Object child,
Collection<?> selection) |
Object |
getCreateChildImage(Object owner,
Object feature,
Object child,
Collection<?> selection) |
Collection<?> |
getCreateChildResult(Object child) |
String |
getCreateChildText(Object owner,
Object feature,
Object child,
Collection<?> selection) |
String |
getCreateChildToolTipText(Object owner,
Object feature,
Object child,
Collection<?> selection) |
Notifier |
getTarget() |
String |
getText(Object object) |
void |
setTarget(Notifier newTarget) |
addListener, dispose, fireNotifyChanged, getAdapterFactory, getBackground, getBackground, getChildren, getColumnImage, getColumnText, getDecoratedItemProvider, getEditableValue, getElements, getFont, getFont, getForeground, getForeground, getImage, getNewChildDescriptors, getParent, getPropertyDescriptor, getPropertyDescriptors, getUpdateableText, hasChildren, isAdapterForType, notifyChanged, removeListener, setDecoratedItemProvider, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetChildren, getNewChildDescriptors, getParentgetChildren, getParent, hasChildrengetElementsgetImagegetEditableValue, getPropertyDescriptor, getPropertyDescriptorsisAdapterForType, notifyChangedpublic PalladioItemProvider(AdapterFactory adapterFactory)
adapterFactory - Decorated adapter factorypublic String getText(Object object)
getText in interface IItemLabelProvidergetText in class ItemProviderDecoratorpublic String getCreateChildDescription(Object owner, Object feature, Object child, Collection<?> selection)
getCreateChildDescription in interface CreateChildCommand.Helperpublic Object getCreateChildImage(Object owner, Object feature, Object child, Collection<?> selection)
getCreateChildImage in interface CreateChildCommand.Helperpublic Collection<?> getCreateChildResult(Object child)
getCreateChildResult in interface CreateChildCommand.Helperpublic String getCreateChildText(Object owner, Object feature, Object child, Collection<?> selection)
getCreateChildText in interface CreateChildCommand.Helperpublic String getCreateChildToolTipText(Object owner, Object feature, Object child, Collection<?> selection)
getCreateChildToolTipText in interface CreateChildCommand.Helperpublic Command createCommand(Object object, EditingDomain domain, Class<? extends Command> commandClass, CommandParameter commandParameter)
createCommand in interface IEditingDomainItemProvidercreateCommand in class ItemProviderDecorator