Package com.iizigo.java
Class StringLiteralToDesignerProp
- java.lang.Object
-
- com.iizigo.java.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 Summary
Constructors Constructor Description StringLiteralToDesignerProp(int start, int length, DesignerProp dp)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DesignerProp
getProp(int pos)
Returns the DesignerProp for a position.
-
-
-
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.
-
-