Package com.iizigo.java
Class StringLiteralToDesignerProp
java.lang.Object
com.iizigo.java.StringLiteralToDesignerProp
Class used to map a StringLiteral to a DesignerProp for the Java Editor hovers.
- Author:
- Christopher Mindus
Constructor Summary
ConstructorDescriptionStringLiteralToDesignerProp
(int start, int length, DesignerProp dp) Constructor.Method Summary
Constructor Details
StringLiteralToDesignerProp
Constructor.- Parameters:
start
- Start position.length
- The length.dp
- The DesignerProp.
Method Details
getProp
Returns the DesignerProp for a position.- Parameters:
pos
- The position.- Returns:
- The DesignerProp matching the position, null for none.