jp.carabiner.treeeditor
クラス TreeEditorFrame.HoistEvent

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

public class TreeEditorFrame.HoistEvent
extends AbstractJSEvent

ホイスト状態の変更イベントです。


コンストラクタの概要
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
 

コンストラクタの詳細

TreeEditorFrame.HoistEvent

public TreeEditorFrame.HoistEvent(jp.carabiner.treeeditor.ITreeEditorPanel panel)
構築します。

パラメータ:
panel - パネル。nullは不可。

TreeEditorFrame.HoistEvent

public TreeEditorFrame.HoistEvent(jp.carabiner.treeeditor.ITreeEditorPanel panel,
                                  jp.carabiner.treeeditor.ITreeNodePanel hoisted)
構築します。

パラメータ:
panel - パネル。nullは不可。
hoisted - ホイストされたノード。nullは不可。
メソッドの詳細

getType

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

戻り値:
イベント名。

getTargetNode

public JSTreeNode getTargetNode()
選択されているノードを取得します。

戻り値:
選択されているノード。