}
}
@Override
public void addEntryToBookmark(String bookmark, String configPath, String customLabel) {
UIPreferences uiPreferences = getUiPreferences();
// Load the scanServerName
if (uiPreferences != null) {
uiPreferences.addEntryToBookmarks(bookmark, configPath, customLabel);
}
}