public class GetDatabaseInfoProgressDialog extends Object
Constructor and Description |
---|
GetDatabaseInfoProgressDialog(org.eclipse.swt.widgets.Shell shell,
DatabaseMeta dbInfo)
Creates a new dialog that will handle the wait while we're finding out what tables, views etc we can reach in the
database.
|
Modifier and Type | Method and Description |
---|---|
void |
addDatabaseProgressListener(DatabaseInfoProgressListener listener)
Adds a Database progress listener to be notified when the operation finishes
|
DatabaseMetaInformation |
open() |
boolean |
removeDatabaseProgressListener(DatabaseInfoProgressListener listener)
Removes a Database progress listener
|
public GetDatabaseInfoProgressDialog(org.eclipse.swt.widgets.Shell shell, DatabaseMeta dbInfo)
public void addDatabaseProgressListener(DatabaseInfoProgressListener listener)
listener
- the listener to be notifiedpublic boolean removeDatabaseProgressListener(DatabaseInfoProgressListener listener)
listener
- the listener to be removedpublic DatabaseMetaInformation open()
Copyright © 2021 Hitachi Vantara. All rights reserved.