Home
last modified time | relevance | path

Searched defs:IElementDescriptor (Results 1 – 4 of 4) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/provisional/descriptors/
H A DIElementDescriptor.java24 public interface IElementDescriptor { interface
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/
H A DApiDescriptionManager.java302 …piDescription apiDesc, Element element, ManifestNode parentNode, Map<IElementDescriptor, ManifestN… in restoreChildren()
312 …piDescription apiDesc, Element element, ManifestNode parentNode, Map<IElementDescriptor, ManifestN… in restoreNode()
H A DApiDescription.java297 …protected void visitChildren(ApiDescriptionVisitor visitor, Map<IElementDescriptor, ManifestNode> … in visitChildren()
H A DProjectApiDescription.java686 …void persistChildren(Document document, Element xmlElement, Map<IElementDescriptor, ManifestNode> … in persistChildren()