Class BlockingSearch

    • Field Detail

      • m_Interval

        protected int m_Interval
        the interval in milliseconds.
      • m_Timeout

        protected int m_Timeout
        the timeout in milliseconds (<=0 never time out).
    • Constructor Detail

      • BlockingSearch

        public BlockingSearch()
    • Method Detail

      • setSearch

        public void setSearch​(AbstractFileSystemSearchlet value)
        Sets the base search to use.
        Parameters:
        value - the search plugin
      • searchTipText

        public String searchTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setInterval

        public void setInterval​(int value)
        Sets the interval in milliseconds to wait.
        Parameters:
        value - the interval
      • getInterval

        public int getInterval()
        Returns the interval to wait in milliseconds.
        Returns:
        the interval
      • intervalTipText

        public String intervalTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setTimeout

        public void setTimeout​(int value)
        Sets the timeout in milliseconds.
        Parameters:
        value - the timeout (<= 0 no timeout)
      • getTimeout

        public int getTimeout()
        Returns the timeout in milliseconds.
        Returns:
        the timeout (<= 0 no timeout)
      • timeoutTipText

        public String timeoutTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.