Class InfoParameterImpl

    • Field Detail

      • value

        java.lang.String value
      • textSelectable

        private boolean textSelectable
    • Constructor Detail

      • InfoParameterImpl

        public InfoParameterImpl​(java.lang.String configKey,
                                 java.lang.String labelKey,
                                 java.lang.String value)
        If configKey != null:
        [label][config value]
        If configKey == null:
        [label][value]
    • Method Detail

      • getValueObject

        public java.lang.Object getValueObject()
        Description copied from interface: Parameter
        Retrieve the parameter's value as an Object. Subclasses will usually have a getValue() that will return a specific type.
        Specified by:
        getValueObject in interface Parameter
        Overrides:
        getValueObject in class ParameterImpl
      • setValue

        public void setValue​(java.lang.String s)
        Specified by:
        setValue in interface InfoParameter
      • setTextSelectable

        public void setTextSelectable​(boolean selectable)
        Whether portions of the text are selectable by the user
        Specified by:
        setTextSelectable in interface InfoParameter
        Since:
        BiglyBT 1.9.0.1