jp.carabiner.treeeditor.js.model
クラス AppendNodeOp
java.lang.Object
jp.carabiner.tarp.desktop.op.AbstractOperation
jp.carabiner.treeeditor.js.model.AppendNodeOp
- すべての実装されたインタフェース:
- jp.carabiner.tarp.desktop.op.Operation
public class AppendNodeOp
- extends jp.carabiner.tarp.desktop.op.AbstractOperation
ノードの追加。
インタフェース jp.carabiner.tarp.desktop.op.Operation から継承された入れ子のクラス/インタフェース |
jp.carabiner.tarp.desktop.op.Operation.OnFinishHandler |
クラス jp.carabiner.tarp.desktop.op.AbstractOperation から継承されたメソッド |
canRepeat, createCopy, dispose, executeDo, executeUndo, getName |
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AppendNodeOp
public AppendNodeOp(TreeNode parent,
int index,
TreeNode child)
- 構築します。
- パラメータ:
parent
- 親ノード。nullは不可。index
- インデックス。child
- 子ノード。nullは不可。
executeDo
public void executeDo()
- 定義:
- クラス
jp.carabiner.tarp.desktop.op.AbstractOperation
内の executeDo
executeUndo
public void executeUndo()
- 定義:
- クラス
jp.carabiner.tarp.desktop.op.AbstractOperation
内の executeUndo