Search in sources :

Example 1 with DetailViewImpl

use of com.intellij.ui.popup.util.DetailViewImpl in project intellij-community by JetBrains.

the class BreakpointsDialog method createDetailView.

private JComponent createDetailView() {
    DetailViewImpl detailView = new DetailViewImpl(myProject);
    detailView.setEmptyLabel(XDebuggerBundle.message("xbreakpoint.label.empty"));
    myDetailController.setDetailView(detailView);
    return detailView;
}
Also used : DetailViewImpl(com.intellij.ui.popup.util.DetailViewImpl)

Aggregations

DetailViewImpl (com.intellij.ui.popup.util.DetailViewImpl)1