public ClientInstructionSetCheckedBeanInfo() {
try {
beanClass = ClientInstructionSetChecked.class;
additionalBeanClass = com.twinsoft.convertigo.beans.extractionrules.siteclipper.AbstractClientInstructionWithPath.class;
iconNameC16 = "/com/twinsoft/convertigo/beans/extractionrules/siteclipper/images/rule_clientinstructionsetchecked_color_16x16.png";
iconNameC32 = "/com/twinsoft/convertigo/beans/extractionrules/siteclipper/images/rule_clientinstructionsetchecked_color_32x32.png";
resourceBundle = getResourceBundle("res/ClientInstructionSetChecked");
displayName = getExternalizedString("display_name");
shortDescription = getExternalizedString("short_description");
properties = new PropertyDescriptor[1];
properties[0] = new PropertyDescriptor("targetValue", beanClass, "getTargetValue", "setTargetValue");
properties[0].setDisplayName(getExternalizedString("property.targetvalue.display_name"));
properties[0].setShortDescription(getExternalizedString("property.targetvalue.short_description"));
properties[0].setValue("scriptable", Boolean.TRUE);
}
catch(Exception e) {
com.twinsoft.convertigo.engine.Engine.logBeans.error("Exception with bean info; beanClass=" + beanClass.toString(), e);
}
}
ClientInstructionSetCheckedBeanInfo.java 文件源码
java
阅读 15
收藏 0
点赞 0
评论 0
项目:convertigo-engine
作者:
评论列表
文章目录