jp.carabiner.treeeditor.js.model
クラス SetMetadataOp
java.lang.Object
   jp.carabiner.tarp.desktop.op.AbstractOperation
jp.carabiner.tarp.desktop.op.AbstractOperation
       jp.carabiner.treeeditor.js.model.SetValueOp<jp.carabiner.treeeditor.Metadata>
jp.carabiner.treeeditor.js.model.SetValueOp<jp.carabiner.treeeditor.Metadata>
           jp.carabiner.treeeditor.js.model.SetMetadataOp
jp.carabiner.treeeditor.js.model.SetMetadataOp
- すべての実装されたインタフェース: 
- jp.carabiner.tarp.desktop.op.Operation
- public class SetMetadataOp 
- extends SetValueOp<jp.carabiner.treeeditor.Metadata>
テキストを設定します。
 
| インタフェース jp.carabiner.tarp.desktop.op.Operation から継承された入れ子のクラス/インタフェース | 
| jp.carabiner.tarp.desktop.op.Operation.OnFinishHandler | 
 
 
| メソッドの概要 | 
| protected  jp.carabiner.treeeditor.Metadata | getValue(TreeNode treeNode)値を取得します。
 | 
| protected  void | setValue(TreeNode treeNode,
         jp.carabiner.treeeditor.Metadata value)値を設定します。
 | 
 
 
| クラス 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 | 
 
SetMetadataOp
public SetMetadataOp(TreeNode treeNode,
                     int index,
                     jp.carabiner.treeeditor.Metadata newValue)
- 構築します。
 
- パラメータ:
- treeNode- 対象ノード。nullは不可。
- index- インデックス。
- 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 value)
- クラス SetValueOpの記述:
- 値を設定します。
 
- 
- 定義:
- クラス SetValueOp<jp.carabiner.treeeditor.Metadata>内のsetValue
 
- 
- パラメータ:
- treeNode- 設定対象のノード。nullは不可。
- value- 値。