jp.carabiner.treeeditor.js
クラス JSMenuEvent
java.lang.Object
jp.carabiner.treeeditor.js.JSMenuEvent
public class JSMenuEvent
- extends Object
ノードイベントです。
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JSMenuEvent
public JSMenuEvent(ToplevelObject owner,
jp.carabiner.treeeditor.TreeEditorModel model,
TreeNode focusedNode)
- 構築します。
- パラメータ:
owner
- オーナー。nullは不可。model
- モデル。nullは不可。focusedNode
- フォーカスされているノード。null可。
getCurrentTarget
public JSTreeNode getCurrentTarget()
- 処理対象のノードを取得します。
- 戻り値:
- 処理対象のノード。