Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.gastro.inventory.edit/src/org/gastro/inventory/provider/RestaurantItemProvider.java')
-rw-r--r--plugins/org.gastro.inventory.edit/src/org/gastro/inventory/provider/RestaurantItemProvider.java46
1 files changed, 24 insertions, 22 deletions
diff --git a/plugins/org.gastro.inventory.edit/src/org/gastro/inventory/provider/RestaurantItemProvider.java b/plugins/org.gastro.inventory.edit/src/org/gastro/inventory/provider/RestaurantItemProvider.java
index e8cfead784..22d43035b4 100644
--- a/plugins/org.gastro.inventory.edit/src/org/gastro/inventory/provider/RestaurantItemProvider.java
+++ b/plugins/org.gastro.inventory.edit/src/org/gastro/inventory/provider/RestaurantItemProvider.java
@@ -36,17 +36,17 @@ import java.util.Collection;
import java.util.List;
/**
- * This is the item provider adapter for a {@link org.gastro.inventory.Restaurant} object.
- * <!-- begin-user-doc --> <!--
+ * This is the item provider adapter for a {@link org.gastro.inventory.Restaurant} object. <!-- begin-user-doc --> <!--
* end-user-doc -->
+ *
* @generated
*/
public class RestaurantItemProvider extends ItemProviderAdapter implements IEditingDomainItemProvider,
IStructuredItemContentProvider, ITreeItemContentProvider, IItemLabelProvider, IItemPropertySource
{
/**
- * This constructs an instance from a factory and a notifier.
- * <!-- begin-user-doc --> <!-- end-user-doc -->
+ * This constructs an instance from a factory and a notifier. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
public RestaurantItemProvider(AdapterFactory adapterFactory)
@@ -55,8 +55,8 @@ public class RestaurantItemProvider extends ItemProviderAdapter implements IEdit
}
/**
- * This returns the property descriptors for the adapted class.
- * <!-- begin-user-doc --> <!-- end-user-doc -->
+ * This returns the property descriptors for the adapted class. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
@Override
@@ -73,8 +73,8 @@ public class RestaurantItemProvider extends ItemProviderAdapter implements IEdit
}
/**
- * This adds a property descriptor for the Name feature.
- * <!-- begin-user-doc --> <!-- end-user-doc -->
+ * This adds a property descriptor for the Name feature. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
protected void addNamePropertyDescriptor(Object object)
@@ -87,8 +87,8 @@ public class RestaurantItemProvider extends ItemProviderAdapter implements IEdit
}
/**
- * This adds a property descriptor for the Stations feature.
- * <!-- begin-user-doc --> <!-- end-user-doc -->
+ * This adds a property descriptor for the Stations feature. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
protected void addStationsPropertyDescriptor(Object object)
@@ -102,9 +102,9 @@ public class RestaurantItemProvider extends ItemProviderAdapter implements IEdit
/**
* This specifies how to implement {@link #getChildren} and is used to deduce an appropriate feature for an
* {@link org.eclipse.emf.edit.command.AddCommand}, {@link org.eclipse.emf.edit.command.RemoveCommand} or
- * {@link org.eclipse.emf.edit.command.MoveCommand} in {@link #createCommand}.
- * <!-- begin-user-doc --> <!--
+ * {@link org.eclipse.emf.edit.command.MoveCommand} in {@link #createCommand}. <!-- begin-user-doc --> <!--
* end-user-doc -->
+ *
* @generated
*/
@Override
@@ -122,6 +122,7 @@ public class RestaurantItemProvider extends ItemProviderAdapter implements IEdit
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
@Override
@@ -135,6 +136,7 @@ public class RestaurantItemProvider extends ItemProviderAdapter implements IEdit
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
@Override
@@ -144,8 +146,8 @@ public class RestaurantItemProvider extends ItemProviderAdapter implements IEdit
}
/**
- * This returns Restaurant.gif.
- * <!-- begin-user-doc --> <!-- end-user-doc -->
+ * This returns Restaurant.gif. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
@Override
@@ -167,9 +169,9 @@ public class RestaurantItemProvider extends ItemProviderAdapter implements IEdit
}
/**
- * This handles model notifications by calling {@link #updateChildren} to update any cached
- * children and by creating a viewer notification, which it passes to {@link #fireNotifyChanged}.
- * <!-- begin-user-doc --> <!-- end-user-doc -->
+ * This handles model notifications by calling {@link #updateChildren} to update any cached children and by creating a
+ * viewer notification, which it passes to {@link #fireNotifyChanged}. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
@Override
@@ -192,9 +194,9 @@ public class RestaurantItemProvider extends ItemProviderAdapter implements IEdit
}
/**
- * This adds {@link org.eclipse.emf.edit.command.CommandParameter}s describing the children
- * that can be created under this object.
- * <!-- begin-user-doc --> <!-- end-user-doc -->
+ * This adds {@link org.eclipse.emf.edit.command.CommandParameter}s describing the children that can be created under
+ * this object. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
@Override
@@ -213,8 +215,8 @@ public class RestaurantItemProvider extends ItemProviderAdapter implements IEdit
}
/**
- * Return the resource locator for this item provider's resources.
- * <!-- begin-user-doc --> <!-- end-user-doc -->
+ * Return the resource locator for this item provider's resources. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
@Override

Back to the top