Interface ParameterGroup

All Superinterfaces:
ConfigParameter, Parameter
All Known Implementing Classes:
ParameterGroupImpl

public interface ParameterGroup extends Parameter
See Also:
  • Method Details

    • getGroupTitleKey

      String getGroupTitleKey()
    • setGroupTitle

      void setGroupTitle(String title)
    • setGroupTitleKey

      void setGroupTitleKey(String resourceKey)
    • setNumberOfColumns

      void setNumberOfColumns(int num)
      Set number of "columns" group will have. A column is typically one parameter, including its label.
      Since:
      BiglyBT 1.0.0.0
    • size

      int size(boolean countChildren)