Uses of Interface
de.willuhn.datasource.rmi.DBObjectNode
-
Packages that use DBObjectNode Package Description de.willuhn.datasource.db de.willuhn.datasource.rmi -
-
Uses of DBObjectNode in de.willuhn.datasource.db
Classes in de.willuhn.datasource.db that implement DBObjectNode 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 with parameters of type DBObjectNode Modifier and Type Method Description void
AbstractDBObjectNode. setParent(DBObjectNode parent)
-
Uses of DBObjectNode in de.willuhn.datasource.rmi
Methods in de.willuhn.datasource.rmi with parameters of type DBObjectNode Modifier and Type Method Description void
DBObjectNode. setParent(DBObjectNode parent)
Speichert das Eltern-Element.
-