private WheelSwitch getSearchStoppingMethodEditor() {
if (searchStoppingMethodEditor == null) {
searchStoppingMethodEditor = generateWheelSwitch();
searchStoppingMethodEditor
.setCometeBackground(new CometeColor(getBackground().getRed(), getBackground()
.getGreen(), getBackground().getBlue()));
searchStoppingMethodEditor.setToolTipText(METHOD_INFO);
}
return searchStoppingMethodEditor;
}