Class AttributeTypeList

    • Constructor Detail

      • AttributeTypeList

        public AttributeTypeList()
        Initializes the list with length 0.
      • AttributeTypeList

        public AttributeTypeList​(String s)
        Initializes the object with the string to parse.
        Parameters:
        s - the string to parse
    • Method Detail

      • getConversion

        protected BaseList.Conversion getConversion()
        Returns the conversion of the string before setting its value.
        Overrides:
        getConversion in class BaseList
        Returns:
        the type of conversion to apply
      • isValid

        public boolean isValid​(String value)
        Checks whether the string value is a valid presentation for this class.
        Overrides:
        isValid in class BaseList
        Parameters:
        value - the string value to check
        Returns:
        always true
      • getTipText

        public String getTipText()
        Returns a tool tip for the GUI editor (ignored if null is returned).
        Overrides:
        getTipText in class BaseList
        Returns:
        the tool tip