Uses of Interface
org.eclipse.debug.ui.IDetailPane

Packages that use IDetailPane
Package
Description
Provides a generic debugger user interface that clients may customize via standard workbench extension points.
  • Uses of IDetailPane in org.eclipse.debug.ui

    Subinterfaces of IDetailPane in org.eclipse.debug.ui
    Modifier and Type
    Interface
    Description
    interface 
    An extension to the detail pane interface which allows implementors to provide a selection provider instead of setting the selection provider of the view's site directly.
    interface 
    An extension to the detail pane interface which allows implementors to save contents of the details pane.
    Methods in org.eclipse.debug.ui that return IDetailPane
    Modifier and Type
    Method
    Description
    IDetailPaneFactory.createDetailPane(String paneID)
    Creates and returns a detail pane corresponding to the given detail pane type identifier that this factory can produce (according to getDetailPaneTypes(IStructuredSelection selection)).