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 SummaryConstructorsConstructorDescription- StringLiteralToDesignerProp- (int start, int length, DesignerProp dp) Constructor.
- Method Summary
- Constructor Details- StringLiteralToDesignerPropConstructor.- Parameters:
- start- Start position.
- length- The length.
- dp- The DesignerProp.
 
 
- Method Details- getPropReturns the DesignerProp for a position.- Parameters:
- pos- The position.
- Returns:
- The DesignerProp matching the position, null for none.