Windchill タイプ
|
IconDelegate
|
---|---|
wt.part.WTPart
|
com.ptc.windchill.enterprise.part.comm ands.delegate.WTPartIconDelegate
|
wt.epm.EPMDocument
|
wt.epm.identity.EPMDocumentIconDelegate
|
wt.doc.WTDocument
|
wt.doc.DocumentIconDelegate
|
エレメント
|
タイプ
|
説明
|
---|---|---|
<カスタムアイコン委任>. java
|
java
|
ユーザーの IcondDelegate
ランタイム場所:
<Windchill>\codebase\*
|
ユーザーの xconf ファイル
|
xconf
|
ユーザーの IconDelegate の登録
ランタイム場所:
<Windchill>\codebase\*
|
|
カスタム LogicalAttributesSite.xml ファイルを作成してカスタム論理属性を設定し、プロパティ com.ptc.core.meta.common.impl.LogicalIdentifierFactory.translatorSelectors を使用してこのカスタム LogicalAttributesSite.xml ファイルの場所を指定することをお勧めします。管理者がこのプロパティを設定することにより、Windchill で論理属性に対して正しいカスタムコンフィギュレーションが使用されます。
|
API 署名
|
説明
|
---|---|
public IconSelector getStandardIconSelector() throws WTException, IllegalAccessException, InvocationTargetException;
|
アイコンの標準セレクタを取得します。
|
public IconSelector getOpenIconSelector() throws WTException, IllegalAccessException, InvocationTargetException;
|
いつオブジェクトを開くかのセレクタを取得します (フォルダを開いたときなど)。
|
API 署名
|
説明
|
---|---|
public String getToolTip()
|
アイコンとともに表示するツールチップ。
|
API 署名
|
説明
|
---|---|
protected Boolean inflateRequired()
|
アイコン/ツールチップの計算に必要な属性が TypeInstance にない場合は、インフレートが必要です。
|
API 署名
|
説明
|
---|---|
protected void initAttributes(Set<AttributeTypeIdentifier> attributes)
|
アイコン/ツールチップの決定に必要な属性で <AttributeTypeIdentifier> を更新します。
|