Class MultipleItemsInfoDialog

    • Constructor Detail

      • MultipleItemsInfoDialog

        public MultipleItemsInfoDialog​(BeaTunes application)
    • Method Detail

      • timingEvent

        public void timingEvent​(float fraction)
        Specified by:
        timingEvent in interface org.jdesktop.animation.timing.TimingTarget
      • begin

        public void begin()
        Specified by:
        begin in interface org.jdesktop.animation.timing.TimingTarget
      • end

        public void end()
        Specified by:
        end in interface org.jdesktop.animation.timing.TimingTarget
      • repeat

        public void repeat()
        Specified by:
        repeat in interface org.jdesktop.animation.timing.TimingTarget
      • isIndeterminateProgress

        public boolean isIndeterminateProgress()
        Description copied from interface: DetailView
        Indicates that the current status is an operation with indeterminate progress which should be reflected in the rendering of the status bar.
        Specified by:
        isIndeterminateProgress in interface DetailView
        Returns:
        true if an indeterminate progress indicator is supposed to be rendered
      • getComponent

        public JComponent getComponent()
        Description copied from interface: View
        The actual visual component for this view.
        Specified by:
        getComponent in interface View
        Returns:
        detail component
      • setTable

        public void setTable​(JTable table,
                             int... indices)
      • commit

        public void commit()
      • $$$getRootComponent$$$

        public JComponent $$$getRootComponent$$$()