Uses of Interface
de.willuhn.datasource.GenericObjectNode
-
Packages that use GenericObjectNode Package Description de.willuhn.datasource de.willuhn.datasource.db de.willuhn.datasource.rmi -
-
Uses of GenericObjectNode in de.willuhn.datasource
Methods in de.willuhn.datasource that return GenericObjectNode Modifier and Type Method Description GenericObjectNode
GenericObjectNode. 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 GenericObjectNode Modifier and Type Method Description boolean
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 GenericObjectNode Modifier and Type Class Description class
AbstractDBObjectNode
Diese Klasse ist die ideale Basis-Klasse, wenn es gilt, Baum-Strukturen in einer Datenbank abzubilden.Methods in de.willuhn.datasource.db that return GenericObjectNode Modifier and Type Method Description GenericObjectNode
AbstractDBObjectNode. getParent()
Methods in de.willuhn.datasource.db with parameters of type GenericObjectNode Modifier and Type Method Description boolean
AbstractDBObjectNode. hasChild(GenericObjectNode object)
-
Uses of GenericObjectNode in de.willuhn.datasource.rmi
Subinterfaces of GenericObjectNode in de.willuhn.datasource.rmi Modifier and Type Interface Description interface
DBObjectNode
Diese Klasse ist die ideale Basis-Klasse, wenn es gilt, Baum-Strukturen abzubilden.
-