|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object jp.carabiner.treeeditor.js.AbstractJSEvent jp.carabiner.treeeditor.TreeEditorFrame.SelectionEvent
public class TreeEditorFrame.SelectionEvent
選択状態の変更イベントです。
コンストラクタの概要 | |
---|---|
TreeEditorFrame.SelectionEvent(TreeEditorPanel panel)
構築します。 |
メソッドの概要 | |
---|---|
JSTreeNode[] |
getSelectedNodes()
選択されているノードを取得します。 |
JSTreeNode[] |
getToplevelSelectedNodes()
選択されているノードを取得します。 |
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 TreeEditorFrame.SelectionEvent(TreeEditorPanel panel)
panel
- パネル。nullは不可。メソッドの詳細 |
---|
public String getType()
JSEvent
の記述:
public JSTreeNode[] getSelectedNodes()
public JSTreeNode[] getToplevelSelectedNodes()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |