|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object jp.carabiner.treeeditor.js.AbstractJSBeitel jp.carabiner.treeeditor.js.JSBeitel
public class JSBeitel
beitelグローバルオブジェクトです。
フィールドの概要 |
---|
クラス jp.carabiner.treeeditor.js.AbstractJSBeitel から継承されたフィールド |
---|
frame, owner, scope |
コンストラクタの概要 | |
---|---|
JSBeitel(JSAppContext owner,
org.mozilla.javascript.Scriptable scope,
TreeEditorFrame frame)
構築します。 |
メソッドの概要 | |
---|---|
void |
attach()
フレームに対して接続します。 |
Object |
create(org.mozilla.javascript.Scriptable scope)
|
boolean |
detach(boolean forceFull)
フレームとの接続を解除します。 |
String |
getId()
IDを取得します。 |
JSAppBeitel |
getMyApplication()
自分のアプリケーションを取得します。 |
String |
getVersion()
バージョンを取得します。 |
void |
reload(boolean forceFull)
更新します。 |
クラス jp.carabiner.treeeditor.js.AbstractJSBeitel から継承されたメソッド |
---|
alert, confirm, createNewWindow, trace |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public JSBeitel(JSAppContext owner, org.mozilla.javascript.Scriptable scope, TreeEditorFrame frame)
owner
- オーナー。nullは不可。scope
- スコープ。nullは不可。frame
- フレーム。nullは不可。メソッドの詳細 |
---|
public JSAppBeitel getMyApplication()
public String getId()
AbstractJSBeitel
の記述:
AbstractJSBeitel
内の getId
public String getVersion()
AbstractJSBeitel
の記述:
AbstractJSBeitel
内の getVersion
public void reload(boolean forceFull)
AbstractJSBeitel
の記述:
AbstractJSBeitel
内の reload
forceFull
- 強制的にすべて再読み込みする場合はtrue。public void attach()
AbstractJSBeitel
の記述:
AbstractJSBeitel
内の attach
public boolean detach(boolean forceFull)
AbstractJSBeitel
の記述:
AbstractJSBeitel
内の detach
forceFull
- 強制的にすべて接続解除する場合はtrue。
public Object create(org.mozilla.javascript.Scriptable scope) throws org.mozilla.javascript.RhinoException
org.mozilla.javascript.RhinoException
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |