Class StringLiteralToDesignerProp

java.lang.Object
com.iizigo.java.StringLiteralToDesignerProp

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

    • StringLiteralToDesignerProp

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

    • 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.