Class CodeFinderPart

  • All Implemented Interfaces:
    IParameterDescriptor

    public class CodeFinderPart
    extends AbstractPart
    UI part descriptor for a code finder option set. This UI part supports the following types: String.
    • Constructor Detail

      • CodeFinderPart

        public CodeFinderPart​(ParameterDescriptor paramDescriptor)
        Creates a new CodeFinderPart object with a given parameter descriptor.
        Parameters:
        paramDescriptor - the parameter descriptor.
    • Method Detail

      • checkType

        protected void checkType()
        Description copied from class: AbstractPart
        Checks the types supported by this UI part.
        Overrides:
        checkType in class AbstractPart