Home
last modified time | relevance | path

Searched refs:eNS_URI (Results 1 – 25 of 29) sorted by relevance

12

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/model/test/impl/
H A DTestPackageImpl.java48 super(eNS_URI, MTestFactory.eINSTANCE); in TestPackageImpl()
73 if (isInited) return (MTestPackage)EPackage.Registry.INSTANCE.getEPackage(MTestPackage.eNS_URI); in init()
76 …eImpl)(EPackage.Registry.INSTANCE.get(eNS_URI) instanceof TestPackageImpl ? EPackage.Registry.INST… in init()
94 EPackage.Registry.INSTANCE.put(MTestPackage.eNS_URI, theTestPackage); in init()
157 setNsURI(eNS_URI); in initializePackageContents()
160 …e = (ApplicationPackageImpl)EPackage.Registry.INSTANCE.getEPackage(ApplicationPackageImpl.eNS_URI); in initializePackageContents()
161 …Package = (CommandsPackageImpl)EPackage.Registry.INSTANCE.getEPackage(CommandsPackageImpl.eNS_URI); in initializePackageContents()
162 …geImpl theUiPackage = (UiPackageImpl)EPackage.Registry.INSTANCE.getEPackage(UiPackageImpl.eNS_URI); in initializePackageContents()
196 createResource(eNS_URI); in initializePackageContents()
H A DTestFactoryImpl.java34 .getEFactory(MTestPackage.eNS_URI); in init()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/descriptor/basic/impl/
H A DBasicPackageImpl.java450 super(eNS_URI, ((EFactory) MBasicFactory.INSTANCE)); in BasicPackageImpl()
477 Object registeredBasicPackage = EPackage.Registry.INSTANCE.get(eNS_URI); in init()
489 registeredPackage = EPackage.Registry.INSTANCE.getEPackage(CommandsPackageImpl.eNS_URI); in init()
493 registeredPackage = EPackage.Registry.INSTANCE.getEPackage(UiPackageImpl.eNS_URI); in init()
496 registeredPackage = EPackage.Registry.INSTANCE.getEPackage(MenuPackageImpl.eNS_URI); in init()
505 registeredPackage = EPackage.Registry.INSTANCE.getEPackage(AdvancedPackageImpl.eNS_URI); in init()
532 EPackage.Registry.INSTANCE.put(BasicPackageImpl.eNS_URI, theBasicPackage); in init()
833 setNsURI(eNS_URI); in initializePackageContents()
837 .getEPackage(ApplicationPackageImpl.eNS_URI); in initializePackageContents()
840 .getEPackage(CommandsPackageImpl.eNS_URI); in initializePackageContents()
[all …]
H A DBasicFactoryImpl.java48 .getEFactory(BasicPackageImpl.eNS_URI); in init()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.e4.emf.xpath.test/src/org/eclipse/e4/emf/xpath/test/
H A DExampleQueriesApplicationTest.java53 …resourceSet.getPackageRegistry().put(ApplicationPackageImpl.eNS_URI, ApplicationPackageImpl.eINSTA… in setUp()
54 resourceSet.getPackageRegistry().put(CommandsPackageImpl.eNS_URI, CommandsPackageImpl.eINSTANCE); in setUp()
55 resourceSet.getPackageRegistry().put(UiPackageImpl.eNS_URI, UiPackageImpl.eINSTANCE); in setUp()
56 resourceSet.getPackageRegistry().put(MenuPackageImpl.eNS_URI, MenuPackageImpl.eINSTANCE); in setUp()
57 resourceSet.getPackageRegistry().put(BasicPackageImpl.eNS_URI, BasicPackageImpl.eINSTANCE); in setUp()
58 resourceSet.getPackageRegistry().put(AdvancedPackageImpl.eNS_URI, AdvancedPackageImpl.eINSTANCE); in setUp()
60 org.eclipse.e4.ui.model.application.descriptor.basic.impl.BasicPackageImpl.eNS_URI, in setUp()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/impl/
H A DApplicationPackageImpl.java923 super(eNS_URI, ((EFactory) MApplicationFactory.INSTANCE)); in ApplicationPackageImpl()
950 Object registeredApplicationPackage = EPackage.Registry.INSTANCE.get(eNS_URI); in init()
962 registeredPackage = EPackage.Registry.INSTANCE.getEPackage(UiPackageImpl.eNS_URI); in init()
965 registeredPackage = EPackage.Registry.INSTANCE.getEPackage(MenuPackageImpl.eNS_URI); in init()
969 registeredPackage = EPackage.Registry.INSTANCE.getEPackage(BasicPackageImpl.eNS_URI); in init()
1005 EPackage.Registry.INSTANCE.put(ApplicationPackageImpl.eNS_URI, theApplicationPackage); in init()
1391 setNsURI(eNS_URI); in initializePackageContents()
1395 .getEPackage(CommandsPackageImpl.eNS_URI); in initializePackageContents()
1400 .getEPackage(BasicPackageImpl.eNS_URI); in initializePackageContents()
1402 .getEPackage(MenuPackageImpl.eNS_URI); in initializePackageContents()
[all …]
H A DApplicationFactoryImpl.java51 .getEFactory(ApplicationPackageImpl.eNS_URI); in init()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/fragment/impl/
H A DFragmentPackageImpl.java60 …public static final String eNS_URI = "http://www.eclipse.org/ui/2010/UIModel/fragment"; //$NON-NLS… field in FragmentPackageImpl
302 super(eNS_URI, ((EFactory) MFragmentFactory.INSTANCE)); in FragmentPackageImpl()
326 return (FragmentPackageImpl) EPackage.Registry.INSTANCE.getEPackage(FragmentPackageImpl.eNS_URI); in init()
329 Object registeredFragmentPackage = EPackage.Registry.INSTANCE.get(eNS_URI); in init()
349 EPackage.Registry.INSTANCE.put(FragmentPackageImpl.eNS_URI, theFragmentPackage); in init()
556 setNsURI(eNS_URI); in initializePackageContents()
560 .getEPackage(ApplicationPackageImpl.eNS_URI); in initializePackageContents()
602 createResource(eNS_URI); in initializePackageContents()
H A DFragmentFactoryImpl.java50 .getEFactory(FragmentPackageImpl.eNS_URI); in init()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/ui/advanced/impl/
H A DAdvancedPackageImpl.java1198 super(eNS_URI, ((EFactory) MAdvancedFactory.INSTANCE)); in AdvancedPackageImpl()
1222 return (AdvancedPackageImpl) EPackage.Registry.INSTANCE.getEPackage(AdvancedPackageImpl.eNS_URI); in init()
1225 Object registeredAdvancedPackage = EPackage.Registry.INSTANCE.get(eNS_URI); in init()
1237 registeredPackage = EPackage.Registry.INSTANCE.getEPackage(CommandsPackageImpl.eNS_URI); in init()
1241 registeredPackage = EPackage.Registry.INSTANCE.getEPackage(UiPackageImpl.eNS_URI); in init()
1244 registeredPackage = EPackage.Registry.INSTANCE.getEPackage(MenuPackageImpl.eNS_URI); in init()
1248 registeredPackage = EPackage.Registry.INSTANCE.getEPackage(BasicPackageImpl.eNS_URI); in init()
1280 EPackage.Registry.INSTANCE.put(AdvancedPackageImpl.eNS_URI, theAdvancedPackage); in init()
1487 setNsURI(eNS_URI); in initializePackageContents()
1492 .getEPackage(BasicPackageImpl.eNS_URI); in initializePackageContents()
[all …]
H A DAdvancedFactoryImpl.java51 .getEFactory(AdvancedPackageImpl.eNS_URI); in init()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.e4.emf.xpath.test/src/org/eclipse/e4/emf/xpath/test/model/xpathtest/impl/
H A DXpathtestPackageImpl.java98 super(eNS_URI, XpathtestFactory.eINSTANCE); in XpathtestPackageImpl()
121 …sInited) return (XpathtestPackage)EPackage.Registry.INSTANCE.getEPackage(XpathtestPackage.eNS_URI); in init()
124 …mpl)(EPackage.Registry.INSTANCE.get(eNS_URI) instanceof XpathtestPackageImpl ? EPackage.Registry.I… in init()
139 EPackage.Registry.INSTANCE.put(XpathtestPackage.eNS_URI, theXpathtestPackage); in init()
454 setNsURI(eNS_URI); in initializePackageContents()
498 createResource(eNS_URI); in initializePackageContents()
H A DXpathtestFactoryImpl.java34 …thtestFactory = (XpathtestFactory)EPackage.Registry.INSTANCE.getEFactory(XpathtestPackage.eNS_URI); in init()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/
H A DResourceHandler.java111 …resourceSet.getPackageRegistry().put(ApplicationPackageImpl.eNS_URI, ApplicationPackageImpl.eINSTA… in init()
112 resourceSet.getPackageRegistry().put(CommandsPackageImpl.eNS_URI, CommandsPackageImpl.eINSTANCE); in init()
113 resourceSet.getPackageRegistry().put(UiPackageImpl.eNS_URI, UiPackageImpl.eINSTANCE); in init()
114 resourceSet.getPackageRegistry().put(MenuPackageImpl.eNS_URI, MenuPackageImpl.eINSTANCE); in init()
115 resourceSet.getPackageRegistry().put(BasicPackageImpl.eNS_URI, BasicPackageImpl.eINSTANCE); in init()
116 resourceSet.getPackageRegistry().put(AdvancedPackageImpl.eNS_URI, AdvancedPackageImpl.eINSTANCE); in init()
118 org.eclipse.e4.ui.model.application.descriptor.basic.impl.BasicPackageImpl.eNS_URI, in init()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/ui/basic/impl/
H A DBasicPackageImpl.java3746 super(eNS_URI, ((EFactory) MBasicFactory.INSTANCE)); in BasicPackageImpl()
3773 Object registeredBasicPackage = EPackage.Registry.INSTANCE.get(eNS_URI); in init()
3785 registeredPackage = EPackage.Registry.INSTANCE.getEPackage(CommandsPackageImpl.eNS_URI); in init()
3789 registeredPackage = EPackage.Registry.INSTANCE.getEPackage(UiPackageImpl.eNS_URI); in init()
3792 registeredPackage = EPackage.Registry.INSTANCE.getEPackage(MenuPackageImpl.eNS_URI); in init()
3796 registeredPackage = EPackage.Registry.INSTANCE.getEPackage(AdvancedPackageImpl.eNS_URI); in init()
3828 EPackage.Registry.INSTANCE.put(BasicPackageImpl.eNS_URI, theBasicPackage); in init()
4324 setNsURI(eNS_URI); in initializePackageContents()
4329 .getEPackage(ApplicationPackageImpl.eNS_URI); in initializePackageContents()
4331 .getEPackage(CommandsPackageImpl.eNS_URI); in initializePackageContents()
[all …]
H A DBasicFactoryImpl.java56 .getEFactory(BasicPackageImpl.eNS_URI); in init()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/ui/impl/
H A DUiPackageImpl.java1971 super(eNS_URI, ((EFactory) MUiFactory.INSTANCE)); in UiPackageImpl()
1995 return (UiPackageImpl) EPackage.Registry.INSTANCE.getEPackage(UiPackageImpl.eNS_URI); in init()
1998 Object registeredUiPackage = EPackage.Registry.INSTANCE.get(eNS_URI); in init()
2013 registeredPackage = EPackage.Registry.INSTANCE.getEPackage(MenuPackageImpl.eNS_URI); in init()
2017 registeredPackage = EPackage.Registry.INSTANCE.getEPackage(BasicPackageImpl.eNS_URI); in init()
2053 EPackage.Registry.INSTANCE.put(UiPackageImpl.eNS_URI, theUiPackage); in init()
2804 setNsURI(eNS_URI); in initializePackageContents()
2808 .getEPackage(MenuPackageImpl.eNS_URI); in initializePackageContents()
2810 .getEPackage(BasicPackageImpl.eNS_URI); in initializePackageContents()
2812 .getEPackage(AdvancedPackageImpl.eNS_URI); in initializePackageContents()
[all …]
H A DUiFactoryImpl.java50 …yImpl theUiFactory = (UiFactoryImpl) EPackage.Registry.INSTANCE.getEFactory(UiPackageImpl.eNS_URI); in init()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/commands/impl/
H A DCommandsPackageImpl.java1337 super(eNS_URI, ((EFactory) MCommandsFactory.INSTANCE)); in CommandsPackageImpl()
1361 return (CommandsPackageImpl) EPackage.Registry.INSTANCE.getEPackage(CommandsPackageImpl.eNS_URI); in init()
1364 Object registeredCommandsPackage = EPackage.Registry.INSTANCE.get(eNS_URI); in init()
1372 Object registeredPackage = EPackage.Registry.INSTANCE.getEPackage(ApplicationPackageImpl.eNS_URI); in init()
1376 registeredPackage = EPackage.Registry.INSTANCE.getEPackage(UiPackageImpl.eNS_URI); in init()
1379 registeredPackage = EPackage.Registry.INSTANCE.getEPackage(MenuPackageImpl.eNS_URI); in init()
1383 registeredPackage = EPackage.Registry.INSTANCE.getEPackage(BasicPackageImpl.eNS_URI); in init()
1387 registeredPackage = EPackage.Registry.INSTANCE.getEPackage(AdvancedPackageImpl.eNS_URI); in init()
1419 EPackage.Registry.INSTANCE.put(CommandsPackageImpl.eNS_URI, theCommandsPackage); in init()
2121 setNsURI(eNS_URI); in initializePackageContents()
[all …]
H A DCommandsFactoryImpl.java56 .getEFactory(CommandsPackageImpl.eNS_URI); in init()
/dports/games/wesnoth/wesnoth-1.14.17/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/
H A DWMLStandaloneSetupGenerated.java25 if (!EPackage.Registry.INSTANCE.containsKey(org.eclipse.xtext.XtextPackage.eNS_URI)) in createInjectorAndDoEMFRegistration()
26 …EPackage.Registry.INSTANCE.put(org.eclipse.xtext.XtextPackage.eNS_URI, org.eclipse.xtext.XtextPack… in createInjectorAndDoEMFRegistration()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/ui/menu/impl/
H A DMenuPackageImpl.java6000 super(eNS_URI, ((EFactory) MMenuFactory.INSTANCE)); in MenuPackageImpl()
6027 Object registeredMenuPackage = EPackage.Registry.INSTANCE.get(eNS_URI); in init()
6039 registeredPackage = EPackage.Registry.INSTANCE.getEPackage(CommandsPackageImpl.eNS_URI); in init()
6043 registeredPackage = EPackage.Registry.INSTANCE.getEPackage(UiPackageImpl.eNS_URI); in init()
6046 registeredPackage = EPackage.Registry.INSTANCE.getEPackage(BasicPackageImpl.eNS_URI); in init()
6050 registeredPackage = EPackage.Registry.INSTANCE.getEPackage(AdvancedPackageImpl.eNS_URI); in init()
6082 EPackage.Registry.INSTANCE.put(MenuPackageImpl.eNS_URI, theMenuPackage); in init()
6834 setNsURI(eNS_URI); in initializePackageContents()
6839 .getEPackage(CommandsPackageImpl.eNS_URI); in initializePackageContents()
6841 .getEPackage(ApplicationPackageImpl.eNS_URI); in initializePackageContents()
[all …]
/dports/games/wesnoth/wesnoth-1.14.17/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/wml/impl/
H A DWmlPackageImpl.java199 super(eNS_URI, WmlFactory.eINSTANCE); in WmlPackageImpl()
223 if (isInited) return (WmlPackage)EPackage.Registry.INSTANCE.getEPackage(WmlPackage.eNS_URI); in init()
226 …geImpl)(EPackage.Registry.INSTANCE.get(eNS_URI) instanceof WmlPackageImpl ? EPackage.Registry.INST… in init()
241 EPackage.Registry.INSTANCE.put(WmlPackage.eNS_URI, theWmlPackage); in init()
845 setNsURI(eNS_URI); in initializePackageContents()
976 createResource(eNS_URI); in initializePackageContents()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/model/test/
H A DMTestPackage.java40 String eNS_URI = "http://www.eclipse.org/ui/2010/Test/UIModel/test"; field
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.e4.emf.xpath.test/src/org/eclipse/e4/emf/xpath/test/model/xpathtest/
H A DXpathtestPackage.java44 String eNS_URI = "http://www.eclipse.org/emf/xpathtest"; field

12