ツールパネル
| Ver. | プロパティ | R/O | 値 |
|---|---|---|---|
| parent | ○ | Application | |
| eventListeners | ○ | EventListeners | |
| events | ○ | Events | |
| Ver. | プロパティ名 | R/O | 値 | 説明 |
|---|---|---|---|---|
| currentTool | UITools | アクティブなツール | ||
| currentToolHint | ○ | 文字列値 | ツールヒント | |
| currentToolIconFile | ○ | ファイル | ツールアイコンのリソースファイル | |
| currentToolName | ○ | 文字列値 | ツール名 | |
| isValid | ○ | 真偽値 | オブジェクトが有効かどうか | |
| properties | Object |
| Ver. | メソッドの書式 | 戻り値 | メソッドの説明 | ||
|---|---|---|---|---|---|
| パラメータ | 値 | パラメータの説明 | |||
| addEventListener(eventType, handler, [captures]) | EventListener | EventListenerを作成 | |||
| eventType | 文字列値 | ||||
| handler | ファイル, JavaScript関数 | ||||
| [captures] | 真偽値 | (廃止) | |||
| getElements() | Array( ToolBox ) | オブジェクト参照を返す | |||
| removeEventListener(eventType, handler, [captures]) | 真偽値 | EventListenerを削除 | |||
| eventType | 文字列値 | ||||
| handler | ファイル, JavaScript関数 | ||||
| [captures] | 真偽値 | (廃止) | |||
| toSource() | 文字列値 | ソースコードを表す文字列を返す | |||
| toSpecifier() | 文字列値 | Retrieves the object specifier. | |||
| プロパティ名 | 値(文字列) | 説明 |
|---|---|---|
| AFTER_ATTRIBUTE_CHANGED | afterAttributeChanged | Dispatched when the value of a property changes on this ToolBox. This event bubbles. This event is not cancelable. |