removeModelsWithNoSelectedTables(List list) Iterates through the given List, removing db model that have no DBTable instances where
isSelected() returns true.
Initializes iterator and descriptor for this wizard.
removeModelsWithNoSelectedTables
final public static List removeModelsWithNoSelectedTables(List list)(Code)
Iterates through the given List, removing db model that have no DBTable instances where
isSelected() returns true.
Parameters: List - of DatabaseModel instances to be filtered List (possibly empty) of DatabaseModel instances containing only selectedDBTable instances.
removeUnselectedTables
final static void removeUnselectedTables(List db)(Code)
removeUnselectedTables
final static void removeUnselectedTables(SQLDBModel dbModel)(Code)
Fields inherited from org.netbeans.modules.etl.ui.view.wizards.ETLWizard