|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public interface JSAppContext
アプリケーションコンテキストの抽象です。
メソッドの概要 | ||
---|---|---|
JSRunner |
getJSRunner()
JavaScriptエンジンを取得します。 |
|
JSApp |
getMyApplication()
アプリケーションを取得します。 |
|
org.mozilla.javascript.Scriptable |
getScope()
スコープを取得します。 |
|
|
registerJSComponent(T core,
JSComponent.AttachContext<T> context)
JSComponentの登録を通知します。 |
|
|
unregisterJSComponent(T core)
JSComponentの登録を解除します。 |
メソッドの詳細 |
---|
JSApp getMyApplication()
org.mozilla.javascript.Scriptable getScope()
JSRunner getJSRunner()
<T> void registerJSComponent(T core, JSComponent.AttachContext<T> context)
core
- コア。nullは不可。context
- コンテキスト。nullは不可。<T> void unregisterJSComponent(T core)
core
- コア。nullは不可。登録時と同じコアである必要がある。
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |