Uses of Interface
de.willuhn.datasource.GenericObjectNode
Packages that use GenericObjectNode
-
Uses of GenericObjectNode in de.willuhn.datasource
Methods in de.willuhn.datasource that return GenericObjectNodeModifier and TypeMethodDescriptionGenericObjectNode.getParent()
Liefert das Eltern-Element des aktuellen oder null, wenn es sich bereits auf oberster Ebene befindet.Methods in de.willuhn.datasource with parameters of type GenericObjectNodeModifier and TypeMethodDescriptionboolean
GenericObjectNode.hasChild
(GenericObjectNode object) Prueft, ob das uebergeben Node-Objekt ein Kind des aktuellen ist. -
Uses of GenericObjectNode in de.willuhn.datasource.db
Classes in de.willuhn.datasource.db that implement GenericObjectNodeModifier and TypeClassDescriptionclass
Diese Klasse ist die ideale Basis-Klasse, wenn es gilt, Baum-Strukturen in einer Datenbank abzubilden.Methods in de.willuhn.datasource.db that return GenericObjectNodeMethods in de.willuhn.datasource.db with parameters of type GenericObjectNodeModifier and TypeMethodDescriptionboolean
AbstractDBObjectNode.hasChild
(GenericObjectNode object) -
Uses of GenericObjectNode in de.willuhn.datasource.rmi
Subinterfaces of GenericObjectNode in de.willuhn.datasource.rmiModifier and TypeInterfaceDescriptioninterface
Diese Klasse ist die ideale Basis-Klasse, wenn es gilt, Baum-Strukturen abzubilden.