インタフェース
jp.carabiner.treeeditor.js.JSEvent の使用

JSEvent を使用しているパッケージ
jp.carabiner.treeeditor   
jp.carabiner.treeeditor.js   
 

jp.carabiner.treeeditor での JSEvent の使用
 

JSEvent を実装している jp.carabiner.treeeditor のクラス
 class TreeEditorFrame.HoistEvent
          ホイスト状態の変更イベントです。
 class TreeEditorFrame.NodeEvent
          選択状態の変更イベントです。
 class TreeEditorFrame.SelectionEvent
          選択状態の変更イベントです。
 class TreeEditorPanel.NodeChangeEvent
          ノード変更イベントです。
 class TreeEditorPanel.PropChangeEvent
          プロパティ変更イベントです。
 

jp.carabiner.treeeditor.js での JSEvent の使用
 

jp.carabiner.treeeditor.js での JSEvent のサブインタフェース
 interface JSCancelableEvent
          キャンセル可能なイベントの抽象です。
 

JSEvent を実装している jp.carabiner.treeeditor.js のクラス
 class AbstractJSCancelableEvent
          キャンセル可能なJavaScriptイベントを定義します。
 class AbstractJSEvent
          JavaScriptイベントの抽象基底クラスです。
 class DefaultJSEvent
          デフォルトのJavaScriptイベントです。
 

JSEvent 型のパラメータを持つ jp.carabiner.treeeditor.js のメソッド
 void JSEventListenerProperties.notify(JSDispatchable source, JSEvent event)
           
 void JSEventListener.notify(JSDispatchable source, JSEvent event)
          イベント発生を通知します。
 void JSEventListenerList.notify(JSEvent event)
          通知します。