Home
last modified time | relevance | path

Searched refs:ATT_OBJECTCLASS (Results 1 – 5 of 5) sorted by relevance

/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 DObjectActionContributorReader.java35 String objectClassName = element.getAttribute(IWorkbenchRegistryConstants.ATT_OBJECTCLASS); in processObjectContribution()
37 logMissingAttribute(element, IWorkbenchRegistryConstants.ATT_OBJECTCLASS); in processObjectContribution()
H A DObjectActionContributor.java63 this.objectClass = config.getAttribute(IWorkbenchRegistryConstants.ATT_OBJECTCLASS); in ObjectActionContributor()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/
H A DPropertyPagesRegistryReader.java78 public static final String ATT_OBJECTCLASS = "objectClass";//$NON-NLS-1$ field in PropertyPagesRegistryReader
149 if (element.getAttribute(ATT_OBJECTCLASS) == null) { in processPageElement()
154 objectClassNames.add(element.getAttribute(ATT_OBJECTCLASS)); in processPageElement()
H A DIWorkbenchRegistryConstants.java361 String ATT_OBJECTCLASS = "objectClass";//$NON-NLS-1$ field
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/
H A DRegistryPageContributor.java170 return pageElement.getAttribute(PropertyPagesRegistryReader.ATT_OBJECTCLASS); in getObjectClass()