Class JDialogDicom2XMLSelection.MyCellRenderer

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JLabel
gov.nih.mipav.view.dialogs.JDialogDicom2XMLSelection.MyCellRenderer
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, ListCellRenderer, SwingConstants
Enclosing class:
JDialogDicom2XMLSelection

private class JDialogDicom2XMLSelection.MyCellRenderer extends JLabel implements ListCellRenderer
This inner class is the font style renderer for the dicom tags The left panel will display all possible DICOM tags...however, if the image has that particular tag, it will be bold font
Author:
pandyan
  • Field Details

    • arial13

      private Font arial13
    • arial13B

      private Font arial13B
    • sourceTagsAL

      private ArrayList<String> sourceTagsAL
  • Constructor Details

    • MyCellRenderer

      public MyCellRenderer()
  • Method Details