1 19 20 package org.netbeans.modules.db.explorer.infos; 21 22 import java.util.Vector ; 23 import org.netbeans.api.db.explorer.DatabaseException; 24 25 public class AdaptorListNodeInfo extends DatabaseNodeInfo 26 { 27 static final long serialVersionUID =1895162778653251095L; 28 protected void initChildren(Vector children) 29 throws DatabaseException 30 { 31 } 48 } 49 | Popular Tags |