Class LongParameterImpl

java.lang.Object
com.biglybt.pifimpl.local.ui.config.ParameterImpl
com.biglybt.pifimpl.local.ui.config.LongParameterImpl
All Implemented Interfaces:
ParameterListener, ConfigParameter, EnablerParameter, LongParameter, Parameter, ParameterWithSuffix

public class LongParameterImpl extends ParameterImpl implements LongParameter
  • Field Details

    • limited

      private boolean limited
    • min_value

      private long min_value
    • max_value

      private long max_value
    • storedAsString

      private boolean storedAsString
    • valueWhenBlank

      private long valueWhenBlank
    • suffixLabelKey

      private String suffixLabelKey
  • Constructor Details

    • LongParameterImpl

      public LongParameterImpl(String configKey, String labelKey)
    • LongParameterImpl

      public LongParameterImpl(String configKey, String labelKey, long min_value, long max_value)
  • Method Details