|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object jp.carabiner.treeeditor.js.JSContext
public class JSContext
JavaScriptのコンテキストです。
コンストラクタの概要 | |
---|---|
JSContext(TreeEditorFrame frame)
構築します。 |
メソッドの概要 | |
---|---|
void |
exit()
コンテキストを終了します。 |
static JSContext |
getCurrentContext()
現在のコンテキストを取得します。 |
jp.carabiner.treeeditor.FileManager |
getFileManager()
ファイルマネージャを取得します。 |
jp.carabiner.treeeditor.op.CompositeOp |
getOperation()
操作内容を取得します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public JSContext(TreeEditorFrame frame)
frame
- フレーム。nullは不可。メソッドの詳細 |
---|
public static JSContext getCurrentContext()
public jp.carabiner.treeeditor.op.CompositeOp getOperation()
public jp.carabiner.treeeditor.FileManager getFileManager()
public void exit()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |