Home
last modified time | relevance | path

Searched refs:getContributorId (Results 1 – 25 of 31) sorted by relevance

12

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests.views.properties.tabbed/src/org/eclipse/ui/tests/views/properties/tabbed/dynamic/views/
H A DDynamicTestsTreeNode.java35 public String getContributorId() { in getContributorId() method in DynamicTestsTreeNode
36 return getDynamicTestsElement().getContributorId(); in getContributorId()
H A DDynamicTestsView.java103 public String getContributorId() { in getContributorId() method in DynamicTestsView
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/
H A DBaseExtensionHandle.java56 String getContributorId() { in getContributorId() method in BaseExtensionHandle
57 return getExtension().getContributorId(); in getContributorId()
H A DExtensionPoint.java101 protected String getContributorId() { in getContributorId() method in ExtensionPoint
106 return registry.getObjectManager().getContributor(getContributorId()); in getContributor()
H A DExtension.java107 String getContributorId() { in getContributorId() method in Extension
115 return registry.getObjectManager().getContributor(getContributorId()); in getContributor()
H A DTableWriter.java181 writeStringOrNull(element.getContributorId(), outputNamespace); in saveContributions()
188 writeStringOrNull(element.getContributorId(), outputNamespace); in saveContributions()
354 writeStringOrNull(actualCe.getContributorId(), currentOutput); in saveConfigurationElement()
414 writeStringOrNull(((ExtensionPoint) xpt.getObject()).getContributorId(), extraOutput); in saveExtensionPointData()
420 writeStringOrNull(extension.getContributorId(), extraOutput); in saveExtensionData()
H A DContribution.java86 protected String getContributorId() { in getContributorId() method in Contribution
H A DExtensionsParser.java251 currentExtension.setContributorId(contribution.getContributorId()); in endElement()
334 currentConfigurationElement.setContributorId(contribution.getContributorId()); in handleExtensionState()
589 currentExtPoint.setContributorId(contribution.getContributorId()); in parseExtensionPointAttributes()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.views.properties.tabbed/src/org/eclipse/ui/internal/views/properties/tabbed/view/
H A DTabbedPropertyRegistryFactory.java73 String key = target.getContributorId(); in createRegistry()
99 String key = target.getContributorId(); in disposeRegistry()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.views.properties.tabbed/src/org/eclipse/ui/views/properties/tabbed/
H A DTabbedPropertySheetPage.java162 public String getContributorId() { in getContributorId() method in TabbedPropertySheetPage.TabbedPropertySheetPageContributorFromSelection
304 initContributor(contributor.getContributorId()); in TabbedPropertySheetPage()
329 && !part.getSite().getId().equals(contributor.getContributorId())) { in handlePartActivated()
411 if (contributor.getContributorId().equals(contributorId)) { in initContributor()
904 String selectionContributorId = newContributor.getContributorId(); in validateRegistry()
923 … if (newContributor == null || !newContributor.getContributorId().equals(selectionContributorId)) { in validateRegistry()
930 currentContributorId = contributor.getContributorId(); in validateRegistry()
H A DITabbedPropertySheetPageContributor.java41 public String getContributorId(); in getContributorId() method
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.help.webapp/src/org/eclipse/help/internal/webapp/servlet/
H A DTocServlet.java100 if (contrib.getContributorId() != null) { in serialize()
101 buf.append("\n contributorId=\"" + contrib.getContributorId() + '"'); //$NON-NLS-1$ in serialize()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.help/src/org/eclipse/help/internal/toc/
H A DTocAssembler.java162 … linkedContributionIds.put(HrefUtil.normalizeHref(srcContribution.getContributorId(), toc), id); in getLinkedContributionIds()
214 String normalized = HrefUtil.normalizeHref(contrib.getContributorId(), linkTo); in hasValidLinkTo()
289 String destAnchorPath = HrefUtil.normalizeHref(srcContribution.getContributorId(), linkTo); in getAnchorContributions()
366 …rcContribution = getContribution(HrefUtil.normalizeHref(destContribution.getContributorId(), toc)); in handle()
469 String pluginId = contribution.getContributorId(); in normalize()
H A DTocContribution.java45 public String getContributorId() { in getContributorId() method in TocContribution
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests.views.properties.tabbed/src/org/eclipse/ui/tests/views/properties/tabbed/dynamic/model/
H A DDynamicTestsElement.java102 public String getContributorId() { in getContributorId() method in DynamicTestsElement
103 return view.getContributorId(); in getContributorId()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.help/src/org/eclipse/help/
H A DITocContribution.java38 public String getContributorId(); in getContributorId() method
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/internal/navigator/resources/workbench/
H A DTabbedPropertySheetProjectExplorerContributor.java35 public String getContributorId() { in getContributorId() method in TabbedPropertySheetProjectExplorerContributor
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/registry/model/
H A DBundle.java163 if (extPoint.getContributorId().longValue() == id){ in getExtensionPoints()
179 if (a.getContributorId().longValue() == id){ in getExtensions()
H A DExtensionPoint.java66 public Long getContributorId() { in getContributorId() method in ExtensionPoint
H A DExtension.java66 public Long getContributorId() { in getContributorId() method in Extension
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.ua.tests/help/org/eclipse/ua/tests/help/toc/
H A DUaTestTocProvider.java37 public String getContributorId() { in getContributorId() method in UaTestTocProvider.TocContribution
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests.views.properties.tabbed/src/org/eclipse/ui/tests/views/properties/tabbed/views/
H A DTestsView.java94 public String getContributorId() { in getContributorId() method in TestsView
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/examples/org.eclipse.ui.examples.views.properties.tabbed.article/src/org/eclipse/ui/examples/views/properties/tabbed/article/views/
H A DSampleView.java106 public String getContributorId() { in getContributorId() method in SampleView
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests.views.properties.tabbed/src/org/eclipse/ui/tests/views/properties/tabbed/text/
H A DTextTestsView.java86 public String getContributorId() { in getContributorId() method in TextTestsView
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests.views.properties.tabbed/src/org/eclipse/ui/tests/views/properties/tabbed/override/
H A DOverrideTestsView.java86 public String getContributorId() { in getContributorId() method in OverrideTestsView

12