* Create preferences panel for the Global Preferences dialog.
*
* @return Preferences panel.
*/
public IGlobalPreferencesPanel[] getGlobalPreferencePanels() {
RefactoringPreferencesTab tab = new RefactoringPreferencesTab();
return new IGlobalPreferencesPanel[] {tab};
}