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 |
クラス jp.carabiner.treeeditor.userdocument.richeditor.SetHTMLOp から継承されたメソッド |
getValue, setValue |
クラス 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
- 入出力関係のエラー。