Class JDialogOverlay.JDialogChooseOverlay

All Implemented Interfaces:
DialogDefaultsInterface, ActionListener, FocusListener, ItemListener, WindowListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants
Enclosing class:
JDialogOverlay

private class JDialogOverlay.JDialogChooseOverlay extends JDialogBase

Title: JDialogDICOMTags

Description: Class for selecting any dicom tag from the dicom dictionary (if dicom) or image attributes (if not dicom)

Copyright: Copyright (c) 2003

Company:

Version:
1.0
Author:
not attributable
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Use serialVersionUID for interoperability.
      See Also:
    • currentButton

      private JButton currentButton
      DOCUMENT ME!
    • currentName

      private JTextField currentName
      DOCUMENT ME!
    • model

      private ViewTableModel model
      DOCUMENT ME!
    • scrollPane

      private JScrollPane scrollPane
      DOCUMENT ME!
    • table

      private JTable table
      DOCUMENT ME!
  • Constructor Details

    • JDialogChooseOverlay

      public JDialogChooseOverlay(Frame parentFrame)
      Creates a new JDialogChooseOverlay object.
      Parameters:
      parentFrame - DOCUMENT ME!
  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent e)
      the usual stuff.
      Specified by:
      actionPerformed in interface ActionListener
      Overrides:
      actionPerformed in class JDialogBase
      Parameters:
      e - ActionEvent
    • setButton

      public void setButton(JButton button)
      sets the button that will have its name updated when OK is clicked.
      Parameters:
      button - JButton
    • setName

      public void setName(JTextField field)
      DOCUMENT ME!
      Parameters:
      field - DOCUMENT ME!
    • windowClosing

      public void windowClosing(WindowEvent event)
      Do nothing on window close so we dont have to rebuild the dicom list.
      Specified by:
      windowClosing in interface WindowListener
      Overrides:
      windowClosing in class JDialogBase
      Parameters:
      event - WindowEvent
    • buildTable

      private void buildTable()
      Build the table to be used in the dialog (dicom or image attributes).
    • init

      private void init()
      initialize the dialog.