jp.carabiner.treeeditor.js
クラス JSContext

java.lang.Object
  上位を拡張 jp.carabiner.treeeditor.js.JSContext

public class JSContext
extends Object

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
 

コンストラクタの詳細

JSContext

public JSContext(TreeEditorFrame frame)
構築します。

パラメータ:
frame - フレーム。nullは不可。
メソッドの詳細

getCurrentContext

public static JSContext getCurrentContext()
現在のコンテキストを取得します。

戻り値:
現在のコンテキスト。

getOperation

public jp.carabiner.treeeditor.op.CompositeOp getOperation()
操作内容を取得します。

戻り値:
操作内容。

getFileManager

public jp.carabiner.treeeditor.FileManager getFileManager()
ファイルマネージャを取得します。

戻り値:
ファイルマネージャ。

exit

public void exit()
コンテキストを終了します。