use of org.jkiss.dbeaver.ui.controls.resultset.view.EmptyPresentation in project dbeaver by serge-rider.
the class ResultSetViewer method showEmptyPresentation.
@Override
public void showEmptyPresentation() {
activePresentationDescriptor = null;
setActivePresentation(new EmptyPresentation());
updatePresentationInToolbar();
}
use of org.jkiss.dbeaver.ui.controls.resultset.view.EmptyPresentation in project dbeaver by dbeaver.
the class ResultSetViewer method showEmptyPresentation.
@Override
public void showEmptyPresentation() {
activePresentationDescriptor = null;
setActivePresentation(new EmptyPresentation());
updatePresentationInToolbar();
}
Aggregations