Class JDialogListSaveSelection.JPanelListSelection

All Implemented Interfaces:
ActionListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, ListSelectionListener
Enclosing class:
JDialogListSaveSelection

public class JDialogListSaveSelection.JPanelListSelection extends JPanelListController
A type of JPanelListController which spefically defines the left-direction buttons to be disabled and the delete button to be enabled. It defines the action of the right-directed button to remove repeated elements from the right list; the delete button deletes selected items from the right list. It then calls the super's actionPerformed.
See Also:
  • Field Details

  • Constructor Details

    • JPanelListSelection

      JPanelListSelection()
      Creates a new JPanelListSelection object.
    • JPanelListSelection

      JPanelListSelection(boolean noImages)
      I don't want to bother with any other layouts right now. JPanelListSelection(int layout) { this(layout, false); }
      Parameters:
      noImages - DOCUMENT ME!
    • JPanelListSelection

      JPanelListSelection(int layout, boolean noImages)
      Creates a new JPanelListSelection object.
      Parameters:
      layout - DOCUMENT ME!
      noImages - DOCUMENT ME!
  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent ae)
      Performs a directed action of the delete button or listB buttons. If the delete button is struck, it removes the selected items from the right list, and if right list button is called, the repeated elements are to be removed. No action occurs if either left or right list is null, but rather returns uneventfully.
      Specified by:
      actionPerformed in interface ActionListener
      Overrides:
      actionPerformed in class JPanelListController
      Parameters:
      ae - The Action Event.
    • buildDicomSortOptions

      public void buildDicomSortOptions()
      Method for building DICOM tag/name sorting options.