Revision 38921

View differences:

branches/v2_0_0_prep/extensions/extGeoDB/src/org/gvsig/geodb/vectorialdb/wizard/WizardDB.java
444 444
		return new TablesListItem(dbExplorer, param, this);
445 445
	}
446 446

  
447
	/**
448
	 * Subclasses of this wizard will return a filtered list
449
	 * if necessary
450
	 * 
451
	 * @param explorer
452
	 * @return
453
	 * @throws DataException
454
	 */
447 455
	protected List getTableList(DBServerExplorer explorer) throws DataException {
448 456
	    return explorer.list();
449 457
	}
......
459 467
		try {
460 468
			dbExplorer = (DBServerExplorer) dm.openServerExplorer(dbSeverExplorerParameters2.getExplorerName(), dbSeverExplorerParameters2);
461 469

  
462
			// TODO: use the mode to filter tables with geometries when opening
463
			// a view document
464 470
			List parameters = getTableList(dbExplorer);
465 471

  
466 472
			DefaultListModel lmodel = new DefaultListModel();

Also available in: Unified diff