1 package net.sourceforge.phpdt.sql.view.bookmark;
6 * To change this generated comment edit the template variable "typecomment":
7 * Window>Preferences>Java>Templates.
8 * To enable and disable the creation of type comments go to
9 * Window>Preferences>Java>Code Generation.
11 public interface TreeNode {
12 public Object[] getChildren();
13 public Object getParent();
14 public boolean hasChildren();