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

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

public class RemoveNodeOp
extends jp.carabiner.tarp.desktop.op.AbstractOperation

ノードの追加。


入れ子のクラスの概要
 
インタフェース jp.carabiner.tarp.desktop.op.Operation から継承された入れ子のクラス/インタフェース
jp.carabiner.tarp.desktop.op.Operation.OnFinishHandler
 
コンストラクタの概要
RemoveNodeOp(TreeNode parent, TreeNode child)
          構築します。
 
メソッドの概要
 void executeDo()
           
 void executeUndo()
           
 
クラス 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
 

コンストラクタの詳細

RemoveNodeOp

public RemoveNodeOp(TreeNode parent,
                    TreeNode child)
構築します。

パラメータ:
parent - 親ノード。nullは不可。
child - 子ノード。nullは不可。
メソッドの詳細

executeDo

public void executeDo()
定義:
クラス jp.carabiner.tarp.desktop.op.AbstractOperation 内の executeDo

executeUndo

public void executeUndo()
定義:
クラス jp.carabiner.tarp.desktop.op.AbstractOperation 内の executeUndo