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)
          構築します。
 
メソッドの概要
 JSModel getModel()
          モデルを取得します。
 String getPath()
           
 
クラス jp.carabiner.treeeditor.js.io.JSFileContext から継承されたメソッド
createDeterminateProgress, createIndeterminateProgress, getFileManager, getTaskStatus, info, warning
 
クラス 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()