Class InfoParameterImpl

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

public class InfoParameterImpl extends ParameterImpl implements InfoParameter
  • Field Details

    • value

      String value
    • textSelectable

      private boolean textSelectable
  • Constructor Details

    • InfoParameterImpl

      public InfoParameterImpl(String configKey, String labelKey, String value)
      If configKey != null:
      [label][config value]
      If configKey == null:
      [label][value]
  • Method Details