添加新资源束条目
如果自定义资源束条目的资源束不存在,则需要在 <Windchill>\wtCustom\<custom-subdirectories> 中创建新文件 (例如,必须将 CustomRB.java 实例添加到 <Windchill>\wtCustom\com\ptc\windchill\enterprise\object folder 下)。
操作的预期资源束条目如下:
@RBEntry("Custom Resulting Objects")
@RBComment("Used as the label for the action")
public static final String CUSTOM_RESULTING_DESC =
"changeTask.customTask_ResultingDataTable.description";
@RBEntry("Custom resulting objects")
@RBComment("Used as the tooltip for the action")
public static final String CUSTOM_RESULTING_TOOLTIP =
"changeTask.customTask_ResultingDataTable.tooltip";
@RBEntry("Custom Resulting Objects")
@RBComment("The table title for the custom resulting
objects table on a custom workflow task.")
public static final String CUSTOM_TASK_RESULTING_ITEMS_TABLE
= "CUSTOM_TASK_RESULTING_ITEMS_TABLE";
有关创建自定义 xconf 条目的详细信息,请参阅编译自定义类
这对您有帮助吗?