Home
last modified time | relevance | path

Searched refs:BasicFactoryImpl (Results 1 – 12 of 12) sorted by relevance

/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 DBasicFactoryImpl.java30 public class BasicFactoryImpl extends EFactoryImpl implements MBasicFactory { class
37 public static final BasicFactoryImpl eINSTANCE = init();
45 public static BasicFactoryImpl init() { in init()
47 BasicFactoryImpl theBasicFactory = (BasicFactoryImpl) EPackage.Registry.INSTANCE in init()
55 return new BasicFactoryImpl(); in init()
64 public BasicFactoryImpl() { in BasicFactoryImpl() method in BasicFactoryImpl
/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 DBasicFactoryImpl.java38 public class BasicFactoryImpl extends EFactoryImpl implements MBasicFactory { class
45 public static final BasicFactoryImpl eINSTANCE = init();
53 public static BasicFactoryImpl init() { in init()
55 BasicFactoryImpl theBasicFactory = (BasicFactoryImpl) EPackage.Registry.INSTANCE in init()
63 return new BasicFactoryImpl(); in init()
72 public BasicFactoryImpl() { in BasicFactoryImpl() method in BasicFactoryImpl
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.e4.ui.workbench.addons.swt.test/src/org/eclipse/e4/ui/workbench/addons/minmax/
H A DMaximizePartSashContainerPlaceholderTest.java32 import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicFactoryImpl;
89 MTrimmedWindow window = BasicFactoryImpl.eINSTANCE in prepareApplicationModel()
98 MPartSashContainer containerMain = BasicFactoryImpl.eINSTANCE in prepareApplicationModel()
100 partStackMain = BasicFactoryImpl.eINSTANCE.createPartStack(); in prepareApplicationModel()
102 MPart partMain = BasicFactoryImpl.eINSTANCE.createPart(); in prepareApplicationModel()
104 MPartSashContainer patSashConatiner = BasicFactoryImpl.eINSTANCE in prepareApplicationModel()
106 MPartStack partStackAreaMain = BasicFactoryImpl.eINSTANCE in prepareApplicationModel()
108 MPart partAreaMain = BasicFactoryImpl.eINSTANCE.createPart(); in prepareApplicationModel()
H A DMaximizableChildrenTag.java31 import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicFactoryImpl;
76 window = BasicFactoryImpl.eINSTANCE in prepareApplicationModel()
86 MPartSashContainer containerMain = BasicFactoryImpl.eINSTANCE in prepareApplicationModel()
89 partStackMain = BasicFactoryImpl.eINSTANCE.createPartStack(); in prepareApplicationModel()
91 MPart partMain = BasicFactoryImpl.eINSTANCE.createPart(); in prepareApplicationModel()
114 partStack1 = BasicFactoryImpl.eINSTANCE in prepareApplicationModel()
116 MPart part1 = BasicFactoryImpl.eINSTANCE.createPart(); in prepareApplicationModel()
120 partStack2 = BasicFactoryImpl.eINSTANCE in prepareApplicationModel()
122 MPart part2 = BasicFactoryImpl.eINSTANCE.createPart(); in prepareApplicationModel()
H A DMaximizeBugTest.java128 window = BasicFactoryImpl.eINSTANCE in prepareApplicationModel()
137 MPartSashContainer containerMain = BasicFactoryImpl.eINSTANCE in prepareApplicationModel()
139 partStackMain = BasicFactoryImpl.eINSTANCE.createPartStack(); in prepareApplicationModel()
141 MPart partMain = BasicFactoryImpl.eINSTANCE.createPart(); in prepareApplicationModel()
144 MPartStack partStackAreaMain = BasicFactoryImpl.eINSTANCE in prepareApplicationModel()
176 MPartSashContainer containerSub = BasicFactoryImpl.eINSTANCE in prepareApplicationModel()
178 partStackSub = BasicFactoryImpl.eINSTANCE.createPartStack(); in prepareApplicationModel()
180 MPart partSub = BasicFactoryImpl.eINSTANCE.createPart(); in prepareApplicationModel()
185 MPartStack partStackAreaSub = BasicFactoryImpl.eINSTANCE in prepareApplicationModel()
187 MPart partAreaSub = BasicFactoryImpl.eINSTANCE.createPart(); in prepareApplicationModel()
[all …]
/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 DPlaceholderResolver.java27 import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicFactoryImpl;
64 MPartStack editorStack = BasicFactoryImpl.eINSTANCE.createPartStack(); in resolvePlaceholderRef()
H A DModelServiceImpl.java62 import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicFactoryImpl;
776 MPartSashContainer newSash = BasicFactoryImpl.eINSTANCE.createPartSashContainer(); in insert()
849 MTrimBar newBar = BasicFactoryImpl.eINSTANCE.createTrimBar(); in getTrim()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/dndaddon/
H A DDragAgent.java23 import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicFactoryImpl;
94 dragPH = BasicFactoryImpl.eINSTANCE.createPartSashContainer(); in dragStart()
H A DSplitDropAgent2.java25 import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicFactoryImpl;
302 MPartStack newStack = BasicFactoryImpl.eINSTANCE.createPartStack(); in drop()
/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/
H A DMBasicFactory.java30 …ry INSTANCE = org.eclipse.e4.ui.model.application.descriptor.basic.impl.BasicFactoryImpl.eINSTANCE;
/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/
H A DMBasicFactory.java30 …MBasicFactory INSTANCE = org.eclipse.e4.ui.model.application.ui.basic.impl.BasicFactoryImpl.eINSTA…
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/
H A DWorkbench.java105 import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicFactoryImpl;
2497 MWindow window = BasicFactoryImpl.eINSTANCE.createTrimmedWindow(); in openWorkbenchWindow()