|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.carabiner.treeeditor.js.JSEventListenerProperties
public abstract class JSEventListenerProperties
イベントリスナ用のプロパティです。
| コンストラクタの概要 | |
|---|---|
JSEventListenerProperties(JSRunner jsRunner,
TreeEditorFrame frame,
JSDispatchable owner)
構築します。 |
|
| メソッドの概要 | |
|---|---|
void |
add(String name,
Object f)
関数を追加します。 |
void |
dispose()
破棄します。 |
Object |
get(String name)
関数を取得します。 |
abstract org.mozilla.javascript.Scriptable |
getThis()
Scriptableオブジェクトを取得します。 |
void |
notify(JSDispatchable source,
JSEvent event)
イベント発生を通知します。 |
void |
remove(String name,
Object f)
関数を削除します。 |
void |
set(String name,
Object f)
関数を設定します。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public JSEventListenerProperties(JSRunner jsRunner,
TreeEditorFrame frame,
JSDispatchable owner)
jsRunner - 実行エンジン。nullは不可。frame - フレーム。nullは不可。owner - オーナー。nullは不可。ownerScript - オーナー。nullは不可。| メソッドの詳細 |
|---|
public void dispose()
public void set(String name,
Object f)
name - 名前。nullは不可。f - 関数。nullは不可。
public void add(String name,
Object f)
name - 名前。nullは不可。f - 関数。nullは不可。
public void remove(String name,
Object f)
name - 名前。nullは不可。f - 関数。nullは不可。public abstract org.mozilla.javascript.Scriptable getThis()
public Object get(String name)
name - 名前。nullは不可。
public void notify(JSDispatchable source,
JSEvent event)
JSEventListener の記述:
JSEventListener 内の notifysource - 発生元。nullは不可。event - イベント。nullは不可。
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||