Interface DicomTagSelectorImpl

  • All Known Implementing Classes:
    JDialogDicomTagMultiEditor, JDialogDicomTagSelector

    public interface DicomTagSelectorImpl
    Dialogs which implement this interface are eligible to use the JDialogDicomTagSelector for selecting DICOM tags within a given image file. This interface gives the parent's tag text field which is changed by the JDialogDicomTagSelector.
    Author:
    senseneyj
    • Method Detail

      • getTagListTextField

        javax.swing.JTextField getTagListTextField()
      • getTagTable

        javax.swing.JTable getTagTable()