jp.carabiner.treeeditor
クラス TreeEditorFrame.NodeEvent
java.lang.Object
jp.carabiner.treeeditor.js.AbstractJSEvent
jp.carabiner.treeeditor.TreeEditorFrame.NodeEvent
- すべての実装されたインタフェース:
- JSEvent
- 含まれているクラス:
- TreeEditorFrame
public class TreeEditorFrame.NodeEvent
- extends AbstractJSEvent
選択状態の変更イベントです。
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TreeEditorFrame.NodeEvent
public TreeEditorFrame.NodeEvent(String name,
TreeNode node)
- 構築します。
- パラメータ:
name
- 名前。nullは不可。node
- ノード。nullは不可。
getType
public String getType()
- インタフェース
JSEvent
の記述:
- イベント名を取得します。
- 戻り値:
- イベント名。
getSource
public JSTreeNode getSource()
- ノードを取得します。
- 戻り値:
- ノード。