1 | public final class DataBindingPlugin extends EMFPlugin↵ | | 1 | public final class ChangePlugin extends EMFPlugin↵
|
2 | {↵ | | 2 | {↵
|
3 | /**↵ | | 3 | /**↵
|
4 | * Keep track of the singleton.↵ | | 4 | * Keep track of the singleton.↵
|
| | | 5 | * <!-- begin-user-doc -->↵
|
| | | 6 | * <!-- end-user-doc -->↵
|
| | | 7 | * @generated↵
|
5 | */↵ | | 8 | */↵
|
6 | public static final DataBindingPlugin INSTANCE = new DataBindingPlugin();↵ | | 9 | public static final ChangePlugin INSTANCE = new ChangePlugin();↵
|
|
7 | /**↵ | | 10 | /**↵
|
8 | * Keep track of the singleton.↵ | | 11 | * Keep track of the singleton.↵
|
9 | */↵ | | 12 | *↵
|
10 | private static Implementation plugin;↵ | | |
|
|
11 | /**↵ | | |
|
12 | * Create the instance.↵ | | 13 | <!-- begin-user-doc -->↵
|
| | | 14 | * <!-- end-user-doc -->↵
|
| | | 15 | * @generated↵
|
| | | 16 | */↵
|
| | | 17 | private static Implementation plugin;↵
|
|
| | | 18 | /**↵
|
| | | 19 | * Create the instance.↵
|
| | | 20 | * <!-- begin-user-doc -->↵
|
| | | 21 | * <!-- end-user-doc -->↵
|
| | | 22 | * @generated↵
|
13 | */↵ | | 23 | */↵
|
14 | public DataBindingPlugin()↵ | | 24 | public ChangePlugin()↵
|
15 | {↵ | | 25 | {↵
|
16 | super(new ResourceLocator [] {});↵ | | 26 | super(new ResourceLocator [] {});↵
|
17 | }↵ | | 27 | }↵
|
|
18 | /**↵ | | 28 | /**↵
|
19 | * Returns the singleton instance of the Eclipse plugin.↵ | | 29 | * Returns the singleton instance of the Eclipse plugin.↵
|
| | | 30 | * <!-- begin-user-doc -->↵
|
| | | 31 | * <!-- end-user-doc -->↵
|
20 | * @return the singleton instance.↵ | | 32 | * @return the singleton instance.↵
|
| | | 33 | * @generated↵
|
21 | */↵ | | 34 | */↵
|
22 | @Override↵ | | 35 | @Override↵
|
23 | public ResourceLocator getPluginResourceLocator()↵ | | 36 | public ResourceLocator getPluginResourceLocator()↵
|
24 | {↵ | | 37 | {↵
|
25 | return plugin;↵ | | 38 | return plugin;↵
|
26 | }↵ | | 39 | }↵
|
|
27 | /**↵ | | 40 | /**↵
|
28 | * Returns the singleton instance of the Eclipse plugin.↵ | | 41 | * Returns the singleton instance of the Eclipse plugin.↵
|
| | | 42 | * <!-- begin-user-doc -->↵
|
| | | 43 | * <!-- end-user-doc -->↵
|
29 | * @return the singleton instance.↵ | | 44 | * @return the singleton instance.↵
|
| | | 45 | * @generated↵
|
30 | */↵ | | 46 | */↵
|
31 | public static Implementation getPlugin()↵ | | 47 | public static Implementation getPlugin()↵
|
32 | {↵ | | 48 | {↵
|
33 | return plugin;↵ | | 49 | return plugin;↵
|
34 | }↵ | | 50 | }↵
|
|
35 | /**↵ | | 51 | /**↵
|
36 | * The actual implementation of the Eclipse <b>Plugin</b>.↵ | | 52 | * The actual implementation of the Eclipse <b>Plugin</b>.↵
|
| | | 53 | * <!-- begin-user-doc -->↵
|
| | | 54 | * <!-- end-user-doc -->↵
|
| | | 55 | * @generated↵
|
37 | */↵ | | 56 | */↵
|
38 | public static class Implementation extends EclipsePlugin↵ | | 57 | public static class Implementation extends EclipsePlugin↵
|
39 | {↵ | | 58 | {↵
|
40 | /**↵ | | 59 | /**↵
|
41 | * Creates an instance.↵ | | 60 | * Creates an instance.↵
|
| | | 61 | * <!-- begin-user-doc -->↵
|
| | | 62 | * <!-- end-user-doc -->↵
|
| | | 63 | * @generated↵
|
42 | */↵ | | 64 | */↵
|
43 | public Implementation()↵ | | 65 | public Implementation()↵
|
44 | {↵ | | 66 | {↵
|
45 | super();↵ | | 67 | super();↵
|
|
46 | // Remember the static instance.↵ | | 68 | // Remember the static instance.↵
|
47 | //↵ | | 69 | //↵
|
48 | plugin = this;↵ | | 70 | plugin = this;↵
|
49 | | | 71 |
|