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