Method Summary |
|
protected void | cancel() Performs processing to handle cancellation of this wizard. |
protected void | cleanup() Performs processing to cleanup any resources used by this wizard. |
protected void | commit() Performs processing to handle committal of data gathered by this wizard. |
public WizardDescriptor | getDescriptor() |
protected String | getDialogTitle() |
public WizardDescriptor.Iterator | getIterator() |
public List | getSelectedDestinationModels() Gets List of destination Databases as selected by user. |
public List | getSelectedSourceModels() Gets List of source Models as selected by user. |
public void | initialize() Initializes iterator and descriptor for this wizard. |
final public static List | removeModelsWithNoSelectedTables(List list) Iterates through the given List, removing db model that have no DBTable instances where
isSelected() returns true. |
final static void | removeUnselectedTables(List db) |
final static void | removeUnselectedTables(SQLDBModel dbModel) |