jp.carabiner.treeeditor.js.model
クラス SetMetadatasOp

java.lang.Object
  上位を拡張 jp.carabiner.tarp.desktop.op.AbstractOperation
      上位を拡張 jp.carabiner.treeeditor.js.model.SetValueOp<jp.carabiner.treeeditor.Metadata[]>
          上位を拡張 jp.carabiner.treeeditor.js.model.SetMetadatasOp
すべての実装されたインタフェース:
jp.carabiner.tarp.desktop.op.Operation

public class SetMetadatasOp
extends SetValueOp<jp.carabiner.treeeditor.Metadata[]>

メタデータを設定します。


入れ子のクラスの概要
 
インタフェース jp.carabiner.tarp.desktop.op.Operation から継承された入れ子のクラス/インタフェース
jp.carabiner.tarp.desktop.op.Operation.OnFinishHandler
 
コンストラクタの概要
SetMetadatasOp(TreeNode treeNode, jp.carabiner.treeeditor.Metadata[] newValue)
          構築します。
 
メソッドの概要
protected  jp.carabiner.treeeditor.Metadata[] getValue(TreeNode treeNode)
          値を取得します。
protected  void setValue(TreeNode treeNode, jp.carabiner.treeeditor.Metadata[] values)
          値を設定します。
 
クラス jp.carabiner.treeeditor.js.model.SetValueOp から継承されたメソッド
dispose, 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
 

コンストラクタの詳細

SetMetadatasOp

public SetMetadatasOp(TreeNode treeNode,
                      jp.carabiner.treeeditor.Metadata[] newValue)
構築します。

パラメータ:
treeNode - 対象ノード。nullは不可。
newValue - 値。
メソッドの詳細

getValue

protected jp.carabiner.treeeditor.Metadata[] getValue(TreeNode treeNode)
クラス SetValueOp の記述:
値を取得します。

定義:
クラス SetValueOp<jp.carabiner.treeeditor.Metadata[]> 内の getValue
パラメータ:
treeNode - 取得元のノード。nullは不可。
戻り値:
値。

setValue

protected void setValue(TreeNode treeNode,
                        jp.carabiner.treeeditor.Metadata[] values)
クラス SetValueOp の記述:
値を設定します。

定義:
クラス SetValueOp<jp.carabiner.treeeditor.Metadata[]> 内の setValue
パラメータ:
treeNode - 設定対象のノード。nullは不可。
values - 値。