jp.carabiner.treeeditor
クラス TreeEditorPanel.NodeChangeEvent

java.lang.Object
  上位を拡張 jp.carabiner.treeeditor.js.AbstractJSEvent
      上位を拡張 jp.carabiner.treeeditor.TreeEditorPanel.NodeChangeEvent
すべての実装されたインタフェース:
JSEvent
含まれているクラス:
TreeEditorPanel

public class TreeEditorPanel.NodeChangeEvent
extends AbstractJSEvent

ノード変更イベントです。


コンストラクタの概要
TreeEditorPanel.NodeChangeEvent(TreeNode source, int action, TreeNode child)
          構築します。
 
メソッドの概要
 int getAction()
          アクションを取得します。
 JSTreeNode getChild()
          子ノードを取得します。
 JSTreeNode getSource()
          ソースを取得します。
 String getType()
          イベント名を取得します。
 
クラス jp.carabiner.treeeditor.js.AbstractJSEvent から継承されたメソッド
getCurrentTarget, getJSTreeNode, init
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

TreeEditorPanel.NodeChangeEvent

public TreeEditorPanel.NodeChangeEvent(TreeNode source,
                                       int action,
                                       TreeNode child)
構築します。

パラメータ:
source - ソース。nullは不可。
action - アクション。
child - 子ノード。null可。
メソッドの詳細

getSource

public JSTreeNode getSource()
ソースを取得します。

戻り値:
ソース。

getAction

public int getAction()
アクションを取得します。

戻り値:
アクション。

getChild

public JSTreeNode getChild()
子ノードを取得します。

戻り値:
子ノード。

getType

public String getType()
インタフェース JSEvent の記述:
イベント名を取得します。

戻り値:
イベント名。