|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.carabiner.tarp.desktop.op.AbstractOperation
jp.carabiner.treeeditor.js.model.SetValueOp<jp.carabiner.treeeditor.attachment.TempContent>
jp.carabiner.treeeditor.js.model.SetFileOp
public class SetFileOp
ファイルを設定します。
| 入れ子のクラスの概要 |
|---|
| インタフェース jp.carabiner.tarp.desktop.op.Operation から継承された入れ子のクラス/インタフェース |
|---|
jp.carabiner.tarp.desktop.op.Operation.OnFinishHandler |
| コンストラクタの概要 | |
|---|---|
SetFileOp(TreeNode treeNode,
jp.carabiner.treeeditor.FileManager fileManager,
jp.carabiner.treeeditor.DataStore dataStore)
構築します。 |
|
SetFileOp(TreeNode treeNode,
jp.carabiner.treeeditor.FileManager fileManager,
jp.carabiner.treeeditor.DataStore dataStore,
String newFilename,
long lastModified,
InputStream newIn)
構築します。 |
|
| メソッドの概要 | |
|---|---|
protected void |
dispose(jp.carabiner.treeeditor.attachment.TempContent object)
オブジェクトを破棄します。 |
protected jp.carabiner.treeeditor.attachment.TempContent |
getValue(TreeNode treeNode)
値を取得します。 |
protected void |
setValue(TreeNode treeNode,
jp.carabiner.treeeditor.attachment.TempContent value)
値を設定します。 |
| クラス jp.carabiner.treeeditor.js.model.SetValueOp から継承されたメソッド |
|---|
dispose, executeDo, executeUndo |
| クラス jp.carabiner.tarp.desktop.op.AbstractOperation から継承されたメソッド |
|---|
canRepeat, createCopy, executeDo, executeUndo, getName |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public SetFileOp(TreeNode treeNode,
jp.carabiner.treeeditor.FileManager fileManager,
jp.carabiner.treeeditor.DataStore dataStore,
String newFilename,
long lastModified,
InputStream newIn)
throws IOException
treeNode - 対象ノード。nullは不可。fileManager - ファイルマネージャ。nullは不可。dataStore - データストア。nullは不可。manager - ファイルマネージャ。nullは不可。newFilename - ファイル名。nullは不可。lastModified - 最終更新時刻。newIn - 入力ストリーム。nullは不可。
IOException
public SetFileOp(TreeNode treeNode,
jp.carabiner.treeeditor.FileManager fileManager,
jp.carabiner.treeeditor.DataStore dataStore)
treeNode - 対象ノード。nullは不可。fileManager - ファイルマネージャ。nullは不可。dataStore - データストア。nullは不可。| メソッドの詳細 |
|---|
protected void dispose(jp.carabiner.treeeditor.attachment.TempContent object)
SetValueOp の記述:
SetValueOp<jp.carabiner.treeeditor.attachment.TempContent> 内の disposeobject - オブジェクト。
protected void setValue(TreeNode treeNode,
jp.carabiner.treeeditor.attachment.TempContent value)
SetValueOp の記述:
SetValueOp<jp.carabiner.treeeditor.attachment.TempContent> 内の setValuetreeNode - 設定対象のノード。nullは不可。value - 値。protected jp.carabiner.treeeditor.attachment.TempContent getValue(TreeNode treeNode)
SetValueOp の記述:
SetValueOp<jp.carabiner.treeeditor.attachment.TempContent> 内の getValuetreeNode - 取得元のノード。nullは不可。
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||