|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.carabiner.treeeditor.js.AbstractJSEvent
public abstract class AbstractJSEvent
JavaScriptイベントの抽象基底クラスです。
| コンストラクタの概要 | |
|---|---|
AbstractJSEvent()
構築します。 |
|
| メソッドの概要 | |
|---|---|
org.mozilla.javascript.Scriptable |
getCurrentTarget()
ターゲットを取得します。 |
protected JSTreeNode |
getJSTreeNode(jp.carabiner.treeeditor.TreeEditorModel model,
TreeNode node)
JavaScript操作用のツリーノードを取得します。 |
void |
init(org.mozilla.javascript.Scriptable scope,
org.mozilla.javascript.Scriptable thisObj,
org.mozilla.javascript.Context context)
初期化します。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| インタフェース jp.carabiner.treeeditor.js.JSEvent から継承されたメソッド |
|---|
getType |
| コンストラクタの詳細 |
|---|
public AbstractJSEvent()
| メソッドの詳細 |
|---|
public void init(org.mozilla.javascript.Scriptable scope,
org.mozilla.javascript.Scriptable thisObj,
org.mozilla.javascript.Context context)
JSEvent の記述:
JSEvent 内の initscope - スコープ。nullは不可。thisObj - このオブジェクト。nullは不可。context - コンテキスト。nullは不可。public org.mozilla.javascript.Scriptable getCurrentTarget()
protected JSTreeNode getJSTreeNode(jp.carabiner.treeeditor.TreeEditorModel model,
TreeNode node)
model - モデル。nullは不可。node - ノード。nullは不可。
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||