|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.carabiner.treeeditor.js.AbstractJSEvent
jp.carabiner.treeeditor.TreeEditorPanel.NodeChangeEvent
public class TreeEditorPanel.NodeChangeEvent
ノード変更イベントです。
| コンストラクタの概要 | |
|---|---|
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 |
| コンストラクタの詳細 |
|---|
public TreeEditorPanel.NodeChangeEvent(TreeNode source,
int action,
TreeNode child)
source - ソース。nullは不可。action - アクション。child - 子ノード。null可。| メソッドの詳細 |
|---|
public JSTreeNode getSource()
public int getAction()
public JSTreeNode getChild()
public String getType()
JSEvent の記述:
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||