|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object jp.carabiner.treeeditor.js.def.JSAbstractDefComponent
public abstract class JSAbstractDefComponent
定義コンポーネントの抽象基底クラスです。
入れ子のクラスの概要 |
---|
インタフェース jp.carabiner.treeeditor.js.JSComponent から継承された入れ子のクラス/インタフェース |
---|
JSComponent.AttachContext<T> |
コンストラクタの概要 | |
---|---|
JSAbstractDefComponent(JSAppContext owner,
jp.carabiner.tarp.desktop.ItemDef itemDef,
Class<?> itemType)
構築します。 |
メソッドの概要 | |
---|---|
jp.carabiner.tarp.desktop.ItemDef |
getCore()
コアオブジェクトを取得します。 |
jp.carabiner.tarp.desktop.ItemDef |
getCoreForAttach(JSComponent.AttachContext<jp.carabiner.tarp.desktop.ItemDef> ctx)
コアオブジェクトを取得します。 |
jp.carabiner.tarp.desktop.ItemDef |
getCoreForDetach()
コアオブジェクトを削除用に取得します。 |
JSDefContainer |
getParentNode()
親ノードを取得します。 |
String |
getType()
タイプを取得します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public JSAbstractDefComponent(JSAppContext owner, jp.carabiner.tarp.desktop.ItemDef itemDef, Class<?> itemType)
owner
- オーナー。nullは不可。itemDef
- アイテム定義。nullは不可。itemType
- アイテムタイプ。nullは不可。メソッドの詳細 |
---|
public final jp.carabiner.tarp.desktop.ItemDef getCore()
JSComponent
の記述:
JSComponent<jp.carabiner.tarp.desktop.ItemDef>
内の getCore
public jp.carabiner.tarp.desktop.ItemDef getCoreForAttach(JSComponent.AttachContext<jp.carabiner.tarp.desktop.ItemDef> ctx)
JSComponent
の記述:
JSComponent<jp.carabiner.tarp.desktop.ItemDef>
内の getCoreForAttach
ctx
- コンテキスト。nullは不可。
public jp.carabiner.tarp.desktop.ItemDef getCoreForDetach()
JSComponent
の記述:
JSComponent<jp.carabiner.tarp.desktop.ItemDef>
内の getCoreForDetach
public final String getType()
JSComponent
の記述:
JSComponent<jp.carabiner.tarp.desktop.ItemDef>
内の getType
public final JSDefContainer getParentNode()
JSComponent
の記述:
JSComponent<jp.carabiner.tarp.desktop.ItemDef>
内の getParentNode
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |