jp.carabiner.treeeditor.js.def
クラス JSDefSeparator

java.lang.Object
  上位を拡張 jp.carabiner.treeeditor.js.def.JSAbstractDefComponent
      上位を拡張 jp.carabiner.treeeditor.js.def.JSDefSeparator
すべての実装されたインタフェース:
JSComponent<jp.carabiner.tarp.desktop.ItemDef>

public class JSDefSeparator
extends JSAbstractDefComponent
implements JSComponent<jp.carabiner.tarp.desktop.ItemDef>

セパレータの定義です。


入れ子のクラスの概要
 
インタフェース jp.carabiner.treeeditor.js.JSComponent から継承された入れ子のクラス/インタフェース
JSComponent.AttachContext<T>
 
コンストラクタの概要
JSDefSeparator(JSAppContext owner, jp.carabiner.tarp.desktop.SeparatorDef def)
          構築します。
 
メソッドの概要
 
クラス jp.carabiner.treeeditor.js.def.JSAbstractDefComponent から継承されたメソッド
getCore, getCoreForAttach, getCoreForDetach, getParentNode, getType
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース jp.carabiner.treeeditor.js.JSComponent から継承されたメソッド
getCore, getCoreForAttach, getCoreForDetach, getParentNode, getType
 

コンストラクタの詳細

JSDefSeparator

public JSDefSeparator(JSAppContext owner,
                      jp.carabiner.tarp.desktop.SeparatorDef def)
構築します。

パラメータ:
owner - オーナー。nullは不可。
def - 定義オブジェクト。nullは不可。