Class StringLiteralToDesignerProp


  • public class StringLiteralToDesignerProp
    extends java.lang.Object
    Class used to map a StringLiteral to a DesignerProp for the Java Editor hovers.
    Author:
    Christopher Mindus
    • Constructor Detail

      • StringLiteralToDesignerProp

        public StringLiteralToDesignerProp​(int start,
                                           int length,
                                           DesignerProp dp)
        Constructor.
        Parameters:
        start - Start position.
        length - The length.
        dp - The DesignerProp.
    • Method Detail

      • getProp

        public DesignerProp getProp​(int pos)
        Returns the DesignerProp for a position.
        Parameters:
        pos - The position.
        Returns:
        The DesignerProp matching the position, null for none.