추가 Windchill 기능 > 제조 공정 관리 > 제품 구조 탐색기(PSE) 사용자 정의 > PSE 테이블 표시 사용자 정의 > 솔루션 > 절차
  
절차
ptc.wnc.exp.PartUsesLinkTabTable이라는 테이블 id가
<Windchill>/codebase/config/logicrepository/xml/explorer/structureexplorer/Explorer ForTablesAndPanels.xml
파일에 있는 경우 이 id는 ptc.wnc.exp.PartUsesOccTabTable 테이블이 사용된 경우를 보여 줄 때 사용 테이블 BOM을 표시하는 데 사용됩니다.
테이블에 대한 CellDefinition 순서를 변경하고 mandatory, displayWhen NoPreferenceSet, pinnable, pinned 및 usedByTabularInput에 대해 적절한 값을 지정하여 원하는 테이블을 구성할 수 있습니다.
<Table id="ptc.wnc.exp.PartUsesLinkTabTable"
selectionMode="multi-non-contiguous" displayMode="view">
<CellDefinition id="name" pinned="true" mandatory="true"
usedByTabularInput="true" displayModeOverride="edit">
<AttributeDefinition attributeId="name">
<Import id="ptc.wnc.exp.SurfaceAttrAction"/>
</AttributeDefinition>
</CellDefinition>
<CellDefinition id="referenceDesignatorRange"
pinned="true" mandatory="false" displayModeOverride="edit">
<Label>
<Resource key="referenceDesignatorRangeLabel"/>
</Label>
<AttributeDefinition
attributeId="referenceDesignatorRange">
<Import id="ptc.wnc.exp.RefDesRangeAttrAction"/>
</AttributeDefinition>
</CellDefinition>
<CellDefinition id="number" pinned="false"
mandatory="false" displayWhenNoPreferenceSet="true"
usedByTabularInput="false" displayModeOverride="edit">
<AttributeDefinition attributeId="number">
<Import id="ptc.wnc.exp.SurfaceAttrAction"/>
</AttributeDefinition>
</CellDefinition>
<CellDefinition id="usedLineNumber" pinned="false"
mandatory="false" displayWhenNoPreferenceSet="false"
displayModeOverride="edit">
<Label>
<Resource key="lineNumberLabel"/>
</Label>
<AttributeDefinition attributeId="usedLineNumber"
rendererClass="com.ptc.windchill.explorer.structureexplorer.render
er.component.LineNumberComponent">
<Import id="ptc.wnc.exp.LineNumberAttrAction"/>
</AttributeDefinition>
</CellDefinition>
이 변경 사항을 적용한 후 메소드 서버를 다시 시작해야 합니다. 현재 테이블 레이아웃을 저장하는 데 사용자 기본 설정이 사용되었기 때문에 클라이언트 UI가 올바르게 나타나지 않을 수 있습니다. 이를 해제하려면 파일 > 기본 설정 작업을 사용하고 열/창 레이아웃 기본 설정을 재설정합니다. PSE를 다시 시작할 때 의도한 결과에 표시된 대로 사용 탭 테이블이 나타납니다.