ToolBox

ツールパネル

プロパティ(parentとその逆)

Ver.プロパティR/O
[13][14][15][16]
[17][18][19][20]
parent Application
[13][14][15][16]
[17][18][19][20]
eventListeners EventListeners
[13][14][15][16]
[17][18][19][20]
events Events

プロパティ

Ver.プロパティ名R/O説明
[13][14][15][16]
[17][18][19][20]
currentTool UIToolsアクティブなツール
[13][14][15][16]
[17][18][19][20]
currentToolHint 文字列値ツールヒント
[13][14][15][16]
[17][18][19][20]
currentToolIconFile ファイルツールアイコンのリソースファイル
[13][14][15][16]
[17][18][19][20]
currentToolName 文字列値ツール名
[13][14][15][16]
[17][18][19][20]
isValid 真偽値オブジェクトが有効かどうか
[13][14][15][16]
[17][18][19][20]
properties Object

メソッド

Ver.メソッドの書式戻り値メソッドの説明
  パラメータパラメータの説明
[13][14][15][16]
[17][18][19][20]
addEventListener(eventType, handler, [captures]) EventListenerEventListenerを作成
eventType 文字列値
handler ファイル, JavaScript関数
[captures] 真偽値(廃止)
[13][14][15][16]
[17][18][19][20]
getElements() Array( ToolBox )オブジェクト参照を返す
[13][14][15][16]
[17][18][19][20]
removeEventListener(eventType, handler, [captures]) 真偽値EventListenerを削除
eventType 文字列値
handler ファイル, JavaScript関数
[captures] 真偽値(廃止)
[13][14][15][16]
[17][18][19][20]
toSource() 文字列値ソースコードを表す文字列を返す
[13][14][15][16]
[17][18][19][20]
toSpecifier() 文字列値Retrieves the object specifier.

クラス

プロパティ名値(文字列)説明
AFTER_ATTRIBUTE_CHANGEDafterAttributeChangedDispatched when the value of a property changes on this ToolBox. This event bubbles. This event is not cancelable.