Verwendungen von Klasse
org.eclipse.net4j.util.collection.Tree
Packages, die Tree verwenden
Package
Beschreibung
Additional collection-like interfaces and classes.
A framework of notifying collections and wiring containers.
A framework for factory based instance creation.
-
Verwendungen von Tree in org.eclipse.net4j.util.collection
Felder in org.eclipse.net4j.util.collection, die deklariert sind als TreeMethoden in org.eclipse.net4j.util.collection, die Tree zurückgebenModifizierer und TypMethodeBeschreibungTree.Builder.build()Tree.child(int index) static TreeTree.XMLConverter.convertDocumentToTree(Document document) static TreeTree.XMLConverter.convertDocumentToTree(Document document, Map<String, String> parameters) static TreeTree.XMLConverter.convertElementToTree(Element element) static TreeTree.XMLConverter.convertElementToTree(Element element, Map<String, String> parameters) Tree.parent()Methoden in org.eclipse.net4j.util.collection, die Typen mit Argumenten vom Typ Tree zurückgebenModifizierer und TypMethodeBeschreibungTree.allChildren()Tree.allChildren(String name) Tree.children()Methoden in org.eclipse.net4j.util.collection mit Parametern vom Typ TreeModifizierer und TypMethodeBeschreibungprotected voidTree.XMLConverter.appendElement(Tree tree, Element element, Element parentElement) static Entity.Builderstatic Tree.Builderintstatic DocumentTree.XMLConverter.convertTreeToDocument(Tree tree) static ElementTree.XMLConverter.convertTreeToElement(Tree tree) protected ElementTree.XMLConverter.createElement(Tree tree) protected StringTree.XMLConverter.getTagName(Tree tree) intTree.indexOfChild(Tree child) protected StringTree.Dumper.nextLevelIndent(Tree tree, String indent) protected voidTree.XMLConverter.setAttribute(Tree tree, Element element, String name, String value) static StringMethodenparameter in org.eclipse.net4j.util.collection mit Typargumenten vom Typ TreeModifizierer und TypMethodeBeschreibungvoidTree.allChildren(String name, Consumer<Tree> consumer) voidTree.allChildren(Consumer<Tree> consumer) voidvoid<DATA> DATATree.visit(BiFunction<Tree, DATA, DATA> visitor, DATA data) -
Verwendungen von Tree in org.eclipse.net4j.util.container
Methoden in org.eclipse.net4j.util.container mit Parametern vom Typ TreeModifizierer und TypMethodeBeschreibung<T> TIManagedContainer.createElement(String productGroup, String factoryType, Tree config) <T> TManagedContainer.createElement(String productGroup, String factoryType, Tree config) <T> TIManagedContainer.getElementOrNull(String productGroup, String factoryType, Tree config) <T> TManagedContainer.getElementOrNull(String productGroup, String factoryType, Tree config) -
Verwendungen von Tree in org.eclipse.net4j.util.factory
Methoden in org.eclipse.net4j.util.factory, die Tree zurückgebenMethoden in org.eclipse.net4j.util.factory mit Parametern vom Typ TreeModifizierer und TypMethodeBeschreibungprotected voidAnnotationFactory.configureProduct(PRODUCT product, Tree config) protected final PRODUCTprotected abstract Objectstatic StringTreeFactory.createDescription(Tree tree) protected ObjectAnnotationFactory.createElement(String productGroup, String type, String descriptionAttribute, Tree elementConfig, boolean singleton) protected PRODUCTAnnotationFactory.createProduct(Tree config) ITreeFactory.createWithTree(Tree config) final ObjectTreeFactory.createWithTree(Tree config) protected StringAnnotationFactory.getElementType(Tree elementConfig, String factoryTypeAttribute, String defaultFactoryType) protected voidAnnotationFactory.injectAttribute(PRODUCT product, Tree config, Method method) protected voidAnnotationFactory.injectElement(PRODUCT product, Tree config, Method method) protected final ProductCreationExceptionTreeFactory.productCreationException(Tree config) protected final ProductCreationExceptionTreeFactory.productCreationException(Tree config, Throwable cause)