Public Member Functions | |
| FunctionConnectorItemProvider (AdapterFactory adapterFactory) | |
| Collection<?extends EStructuralFeature > | getChildrenFeatures (Object object) |
| Object | getImage (Object object) |
| List< IItemPropertyDescriptor > | getPropertyDescriptors (Object object) |
| String | getText (Object object) |
| void | notifyChanged (Notification notification) |
Protected Member Functions | |
| void | addCategoryPropertyDescriptor (Object object) |
| void | addNamePropertyDescriptor (Object object) |
| void | addShortNamePropertyDescriptor (Object object) |
| void | addUaTypePropertyDescriptor (Object object) |
| void | addUuidPropertyDescriptor (Object object) |
| void | collectNewChildDescriptors (Collection< Object > newChildDescriptors, Object object) |
| EStructuralFeature | getChildFeature (Object object, Object child) |
This is the item provider adapter for a de.fraunhofer.isst.eastadl.functionmodeling.FunctionConnector object.
| de.fraunhofer.isst.eastadl.functionmodeling.provider.FunctionConnectorItemProvider.FunctionConnectorItemProvider | ( | AdapterFactory | adapterFactory | ) |
This constructs an instance from a factory and a notifier.
| void de.fraunhofer.isst.eastadl.functionmodeling.provider.FunctionConnectorItemProvider.addCategoryPropertyDescriptor | ( | Object | object | ) | [protected] |
This adds a property descriptor for the Category feature.
| void de.fraunhofer.isst.eastadl.functionmodeling.provider.FunctionConnectorItemProvider.addNamePropertyDescriptor | ( | Object | object | ) | [protected] |
This adds a property descriptor for the Name feature.
| void de.fraunhofer.isst.eastadl.functionmodeling.provider.FunctionConnectorItemProvider.addShortNamePropertyDescriptor | ( | Object | object | ) | [protected] |
This adds a property descriptor for the Short Name feature.
| void de.fraunhofer.isst.eastadl.functionmodeling.provider.FunctionConnectorItemProvider.addUaTypePropertyDescriptor | ( | Object | object | ) | [protected] |
This adds a property descriptor for the Ua Type feature.
| void de.fraunhofer.isst.eastadl.functionmodeling.provider.FunctionConnectorItemProvider.addUuidPropertyDescriptor | ( | Object | object | ) | [protected] |
This adds a property descriptor for the Uuid feature.
| void de.fraunhofer.isst.eastadl.functionmodeling.provider.FunctionConnectorItemProvider.collectNewChildDescriptors | ( | Collection< Object > | newChildDescriptors, | |
| Object | object | |||
| ) | [protected] |
This adds org.eclipse.emf.edit.command.CommandParameters describing the children that can be created under this object.
NOT
| EStructuralFeature de.fraunhofer.isst.eastadl.functionmodeling.provider.FunctionConnectorItemProvider.getChildFeature | ( | Object | object, | |
| Object | child | |||
| ) | [protected] |
| Collection<? extends EStructuralFeature> de.fraunhofer.isst.eastadl.functionmodeling.provider.FunctionConnectorItemProvider.getChildrenFeatures | ( | Object | object | ) |
This specifies how to implement 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 createCommand.
NOT
| Object de.fraunhofer.isst.eastadl.functionmodeling.provider.FunctionConnectorItemProvider.getImage | ( | Object | object | ) |
This returns FunctionConnector.gif.
| List<IItemPropertyDescriptor> de.fraunhofer.isst.eastadl.functionmodeling.provider.FunctionConnectorItemProvider.getPropertyDescriptors | ( | Object | object | ) |
This returns the property descriptors for the adapted class.
| String de.fraunhofer.isst.eastadl.functionmodeling.provider.FunctionConnectorItemProvider.getText | ( | Object | object | ) |
This returns the label text for the adapted class.
NOT
| void de.fraunhofer.isst.eastadl.functionmodeling.provider.FunctionConnectorItemProvider.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.
1.7.1