jp.carabiner.treeeditor.js
クラス DefaultJSEvent

java.lang.Object
  上位を拡張 jp.carabiner.treeeditor.js.AbstractJSEvent
      上位を拡張 jp.carabiner.treeeditor.js.DefaultJSEvent
すべての実装されたインタフェース:
JSEvent

public class DefaultJSEvent
extends AbstractJSEvent

デフォルトのJavaScriptイベントです。 targetプロパティのみを保持します。


コンストラクタの概要
DefaultJSEvent(String name)
          構築します。
 
メソッドの概要
 String getType()
          イベント名を取得します。
 
クラス jp.carabiner.treeeditor.js.AbstractJSEvent から継承されたメソッド
getCurrentTarget, getJSTreeNode, init
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

DefaultJSEvent

public DefaultJSEvent(String name)
構築します。

パラメータ:
name - 名前。nullは不可。
メソッドの詳細

getType

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

戻り値:
イベント名。