jp.carabiner.treeeditor.js.io
クラス JSSaveContext
java.lang.Object
jp.carabiner.treeeditor.js.io.JSFileContext
jp.carabiner.treeeditor.js.io.JSSaveContext
public class JSSaveContext
- extends JSFileContext
保存処理のコンテキストです。
コンストラクタの概要 |
JSSaveContext(ToplevelObject owner,
String path,
jp.carabiner.treeeditor.FileManager fileManager,
jp.carabiner.treeeditor.TreeEditorModel model,
jp.carabiner.treeeditor.io.ModelStatus taskStatus)
構築します。 |
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JSSaveContext
public JSSaveContext(ToplevelObject owner,
String path,
jp.carabiner.treeeditor.FileManager fileManager,
jp.carabiner.treeeditor.TreeEditorModel model,
jp.carabiner.treeeditor.io.ModelStatus taskStatus)
- 構築します。
- パラメータ:
owner
- オーナー。nullは不可。path
- パス。nullは不可。fileManager
- ファイルマネージャ。nullは不可。model
- モデル。nullは不可。taskStatus
- タスクの状態。nullは不可。
getModel
public JSModel getModel()
- モデルを取得します。
- 戻り値:
- モデル。
getPath
public String getPath()