Interface IDcsDialog

All Known Implementing Classes:
ChoiceParameterLinksDialog, ChoiceParametersDialog, GaugeChartQualityBandsDialog

public interface IDcsDialog
Instance of this class represents dialog with at least one viewer.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Removes current selected viewer item.
    Returns dialog viewer.
  • Method Details

    • getViewer

      TableExViewer getViewer()
      Returns dialog viewer.
      Returns:
      dialog viewer. Cannot return null.
    • deleteSelectedItem

      void deleteSelectedItem()
      Removes current selected viewer item.