public void finishAnyOperations() {
if (!isActive())
return;
CommonSpreadSheet topSpreadSheet=getTopSpreadSheet();
if (topSpreadSheet!=null)
topSpreadSheet.finishCurrentOperations();
}
public void setComboBoxesViewName(String view) {
if (!Environment.isPlugin()) filterToolBarManager.setComboBoxesViewName(view);
}