Class StandaloneAttributeTreeBrowser

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class StandaloneAttributeTreeBrowser extends JFrame

The StandaloneAttributeTreeBrowser class implements a Swing graphical user interface to browse the contents of an AttributeTree using an AttributeTreeBrowser.

See Also:
  • Constructor Details

    • StandaloneAttributeTreeBrowser

      public StandaloneAttributeTreeBrowser(AttributeList list) throws DicomException

      Build and display a graphical user interface view of a tree representing a DICOM attribute list.

      Parameters:
      list - the list of attributes in which the structured report is encoded
      Throws:
      DicomException
  • Method Details

    • main

      public static void main(String[] arg)

      Display the DICOM attributes in the file name on the command line as a tree.

      Parameters:
      arg -