Class NewBandDialog

    • Constructor Detail

      • NewBandDialog

        public NewBandDialog​(Window parent,
                             Product product)
    • Method Detail

      • getNewBandsName

        public String getNewBandsName()
      • getNewBandsDesc

        public String getNewBandsDesc()
      • getNewBandsUnit

        public String getNewBandsUnit()
      • getNewBandsDataType

        public int getNewBandsDataType()
      • verifyUserInput

        protected boolean verifyUserInput()
        Description copied from class: AbstractDialog
        Called in order to perform input validation.
        Overrides:
        verifyUserInput in class AbstractDialog
        Returns:
        true if and only if the validation was successful.