|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.carabiner.treeeditor.js.swing.JSSwingComponent
jp.carabiner.treeeditor.js.swing.JSSwingContainer
public class JSSwingContainer
JavaScriptで操作可能なコンテナです。
| 入れ子のクラスの概要 |
|---|
| インタフェース jp.carabiner.treeeditor.js.JSComponent から継承された入れ子のクラス/インタフェース |
|---|
JSComponent.AttachContext<T> |
| コンストラクタの概要 | |
|---|---|
JSSwingContainer(JSAppContext owner,
Container container)
構築します。 |
|
| メソッドの概要 | |
|---|---|
JSComponent<Component> |
appendChild(JSComponent<Component> node)
子を追加します。 |
static JSComponent<Component> |
createWrapper(JSAppContext owner,
Component comp)
ラッパを生成します。 |
JSChildNodes<JSComponent<Component>> |
getChildNodes()
子ノードからリストを取得します。 |
JSComponent<Component> |
insertBefore(JSComponent<Component> newNode,
JSComponent<Component> refNode)
子ノードを挿入します。 |
JSComponent<Component> |
removeChild(JSComponent<Component> node)
子を削除します。 |
| クラス jp.carabiner.treeeditor.js.swing.JSSwingComponent から継承されたメソッド |
|---|
equals, getCore, getCoreForAttach, getCoreForDetach, getParentNode, getType, hashCode |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| インタフェース jp.carabiner.treeeditor.js.JSComponent から継承されたメソッド |
|---|
getCore, getCoreForAttach, getCoreForDetach, getParentNode, getType |
| コンストラクタの詳細 |
|---|
public JSSwingContainer(JSAppContext owner,
Container container)
owner - オーナーウィンドウ。nullは不可。container - コンテナ。nullは不可。| メソッドの詳細 |
|---|
public static JSComponent<Component> createWrapper(JSAppContext owner,
Component comp)
owner - オーナーウィンドウ。nullは不可。comp - コンポーネント。nullは不可。
public JSComponent<Component> appendChild(JSComponent<Component> node)
JSContainer の記述:
JSContainer<Component> 内の appendChildnode - 追加する子ノード。nullは不可。
public JSComponent<Component> insertBefore(JSComponent<Component> newNode,
JSComponent<Component> refNode)
JSContainer の記述:
JSContainer<Component> 内の insertBeforenewNode - 追加するノード。nullは不可。refNode - 挿入先を示すノード。末尾の場合はnull。
public JSComponent<Component> removeChild(JSComponent<Component> node)
JSContainer の記述:
JSContainer<Component> 内の removeChildnode - 削除する子ノード。nullは不可。
public JSChildNodes<JSComponent<Component>> getChildNodes()
JSContainer<Component> 内の getChildNodes
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||