移動先: 概要 戻り値 フラグ MEL の例

概要

componentEditor [-control] [-defineTemplate string] [-docTag string] [-exists] [-filter string] [-floatField string] [-floatSlider string] [-forceMainConnection string] [-hidePathName boolean] [-hideZeroColumns boolean] [-highlightConnection string] [-lockInput boolean] [-lockMainConnection] [-mainListConnection string] [-newTab string string string] [-operationCount] [-operationLabels] [-operationType int] [-panel string] [-parent string] [-precision int] [-removeTab string] [-selected] [-selectionConnection string] [-setOperationLabel int string] [-showObjects] [-showSelected boolean] [-sortAlpha boolean] [-stateString] [-unParent] [-unlockMainConnection] [-updateMainConnection] [-useTemplate string] name

componentEditor は「元に戻す」が可能、「照会」が可能、「編集」が可能です。

このコマンドは、カレント レイアウトに新規コンポーネント エディタを作成します。

戻り値

stringパネル名

戻り値の型は照会モードでは照会フラグが基になります。

フラグ

control, defineTemplate, docTag, exists, filter, floatField, floatSlider, forceMainConnection, hidePathName, hideZeroColumns, highlightConnection, lockInput, lockMainConnection, mainListConnection, newTab, operationCount, operationLabels, operationType, panel, parent, precision, removeTab, selected, selectionConnection, setOperationLabel, showObjects, showSelected, sortAlpha, stateString, unParent, unlockMainConnection, updateMainConnection, useTemplate
ロング ネーム(ショート ネーム) 引数型 プロパティ
-exists(-ex) create
指定したオブジェクトが存在するかどうかによって、 true または false を返します。他のフラグは無視されます。
-defineTemplate(-dt) string create
他の任意のフラグと引数を解析し、かつ引数で指定したコマンド テンプレートに 追加するモードに、コマンドのモードを変更します。 templateName がカレントのテンプレートとして設定されていれば、 その後コマンドが実行されるたびに、この引数がデフォルトの引数として使用されます。
-useTemplate(-ut) string create
コマンドに、カレント以外のコマンド テンプレートの使用を強制します。
-panel(-pnl) string createquery
エディタが属しているパネルを指定します。デフォルトでは、エディタがスクリプト パネルの作成コールバックで作成された場合、エディタはそのパネルに属します。エディタがパネルに属していない場合、 エディタのあるウィンドウを削除するとエディタも削除されます。
-parent(-p) string createqueryedit
このエディタの親のレイアウトを指定します。このフラグは、エディタが現在ペアレント化されていない場合のみに効果があります。