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

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

public class SetTextOp
extends jp.carabiner.treeeditor.userdocument.richeditor.SetHTMLOp

テキストを設定します。


入れ子のクラスの概要
 
インタフェース jp.carabiner.tarp.desktop.op.Operation から継承された入れ子のクラス/インタフェース
jp.carabiner.tarp.desktop.op.Operation.OnFinishHandler
 
コンストラクタの概要
SetTextOp(TreeNode treeNode, jp.carabiner.treeeditor.DataStore dataStore, String newValue)
          構築します。
 
メソッドの概要
 
クラス jp.carabiner.treeeditor.userdocument.richeditor.SetHTMLOp から継承されたメソッド
getValue, setValue
 
クラス 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
 

コンストラクタの詳細

SetTextOp

public SetTextOp(TreeNode treeNode,
                 jp.carabiner.treeeditor.DataStore dataStore,
                 String newValue)
          throws IOException
構築します。

パラメータ:
treeNode - 対象ノード。nullは不可。
dataStore - データストア。nullは不可。
newValue - 値。
例外:
IOException - 入出力関係のエラー。