Class DeepLabCutCSVHandler.CombinedPanel

    • Field Detail

      • m_PanelImage

        protected ImagePanel m_PanelImage
        the image panel.
      • m_CheckBoxAlternative

        protected BaseCheckBox m_CheckBoxAlternative
        whether to use an alternative location for reports.
      • m_ChooserAlternative

        protected FileChooserPanel m_ChooserAlternative
        the alternative location.
    • Constructor Detail

      • CombinedPanel

        public CombinedPanel()
    • Method Detail

      • initGUI

        protected void initGUI()
        Initializes the widgets.
        Overrides:
        initGUI in class BasePanel
      • updateReport

        protected void updateReport()
        Updates the report display if possible.
      • toggleAlternative

        protected void toggleAlternative()
        Toggles whether to use an alternative location.
      • setUseAlternativeLocation

        public void setUseAlternativeLocation​(boolean value)
        Sets whether the alternative location should be used.
        Parameters:
        value - true if to use
      • getUseAlternativeLocation

        public boolean getUseAlternativeLocation()
        Returns whether the alternative location should be used.
        Returns:
        true if to use
      • setAlternativeLocation

        public void setAlternativeLocation​(File value)
        Sets the alternative location.
        Parameters:
        value - the location
      • getAlternativeLocation

        public File getAlternativeLocation()
        Returns the alternative location.
        Returns:
        the location
      • getImagePanel

        public ImagePanel getImagePanel()
        Returns the underlying image panel.
        Returns:
        the panel