Search in sources :

Example 1 with EmptyPresentation

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();
}
Also used : EmptyPresentation(org.jkiss.dbeaver.ui.controls.resultset.view.EmptyPresentation)

Example 2 with EmptyPresentation

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();
}
Also used : EmptyPresentation(org.jkiss.dbeaver.ui.controls.resultset.view.EmptyPresentation)

Aggregations

EmptyPresentation (org.jkiss.dbeaver.ui.controls.resultset.view.EmptyPresentation)2