jp.carabiner.treeeditor.js.io
クラス JSLoadContext
java.lang.Object
jp.carabiner.treeeditor.js.io.JSFileContext
jp.carabiner.treeeditor.js.io.JSLoadContext
public class JSLoadContext
- extends JSFileContext
読み込み処理のコンテキストです。
コンストラクタの概要 |
JSLoadContext(ToplevelObject owner,
jp.carabiner.treeeditor.TreeEditorContext ownerContext,
String path,
jp.carabiner.treeeditor.FileManager fileManager,
jp.carabiner.treeeditor.DataStore dataStore,
jp.carabiner.treeeditor.io.ModelStatus taskStatus)
構築します。 |
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JSLoadContext
public JSLoadContext(ToplevelObject owner,
jp.carabiner.treeeditor.TreeEditorContext ownerContext,
String path,
jp.carabiner.treeeditor.FileManager fileManager,
jp.carabiner.treeeditor.DataStore dataStore,
jp.carabiner.treeeditor.io.ModelStatus taskStatus)
- 構築します。
- パラメータ:
owner
- オーナー。nullは不可。ownerContext
- オーナーコンテキスト。nullは不可。path
- パス。nullは不可。fileManager
- ファイルマネージャ。nullは不可。dataStore
- データストア。nullは不可。taskStatus
- タスクの状態。nullは不可。
createModel
public JSModel createModel()
- モデルを生成します。
- 戻り値:
- モデル。
getPath
public String getPath()
getDataStore
public jp.carabiner.treeeditor.DataStore getDataStore()
getLastModel
protected JSLoadModel getLastModel()
- 最後に生成したモデルを取得します。
- 戻り値:
- 最後に生成したモデル。