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