Package wt.util

Interface ProgressData

All Known Implementing Classes:
CommandDelegateExecutionProgressFeedback, MacroCommandDelegateExecutionProgressFeedback

public interface ProgressData
Interface containing attributes for use with progress applications (e.g., progress feedback).

Supported API: true

Extendable: true
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Label for the attribute.
    static final String
    Label for the attribute.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Gets the value of the attribute: COUNT.
    int
    Gets the value of the attribute: TOTAL.
    void
    setCount(int a_Count)
    Sets the value of the attribute: COUNT.
    void
    setTotal(int a_Total)
    Sets the value of the attribute: TOTAL.
  • Field Details

  • Method Details

    • getCount

      int getCount()
      Gets the value of the attribute: COUNT.

      Supported API: true
      Returns:
      int
    • setCount

      void setCount(int a_Count) throws WTPropertyVetoException
      Sets the value of the attribute: COUNT.

      Supported API: true
      Parameters:
      a_Count -
      Throws:
      WTPropertyVetoException
    • getTotal

      int getTotal()
      Gets the value of the attribute: TOTAL.

      Supported API: true
      Returns:
      int
    • setTotal

      void setTotal(int a_Total) throws WTPropertyVetoException
      Sets the value of the attribute: TOTAL.

      Supported API: true
      Parameters:
      a_Total -
      Throws:
      WTPropertyVetoException