239240241242243244245246
* * @return properties panel. */ public IGlobalPreferencesPanel[] getGlobalPreferencePanels() { DBCopyGlobalPreferencesTab tab = new DBCopyGlobalPreferencesTab(); return new IGlobalPreferencesPanel[] { tab }; }