|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object jp.carabiner.treeeditor.js.def.JSAbstractDefComponent jp.carabiner.treeeditor.js.def.JSDefContainer
public class JSDefContainer
JavaScriptで操作可能なコンテナです。
入れ子のクラスの概要 |
---|
インタフェース jp.carabiner.treeeditor.js.JSComponent から継承された入れ子のクラス/インタフェース |
---|
JSComponent.AttachContext<T> |
コンストラクタの概要 | |
---|---|
JSDefContainer(JSAppContext owner,
jp.carabiner.tarp.desktop.ContainerDef defs)
構築します。 |
メソッドの概要 | |
---|---|
JSComponent<jp.carabiner.tarp.desktop.ItemDef> |
appendChild(JSComponent<jp.carabiner.tarp.desktop.ItemDef> node)
子を追加します。 |
static JSComponent<jp.carabiner.tarp.desktop.ItemDef> |
createWrapper(JSAppContext owner,
jp.carabiner.tarp.desktop.ItemDef comp)
ラッパを生成します。 |
JSChildNodes<JSComponent<jp.carabiner.tarp.desktop.ItemDef>> |
getChildNodes()
子ノードの一覧を取得します。 |
String |
getIcon()
アイコンを取得します。 |
int |
getKey()
キーを取得します。 |
int |
getModifier()
キー修飾子を取得します。 |
String |
getText()
メニューのテキストを取得します。 |
String |
getTooltips()
ツールチップを取得します。 |
JSComponent<jp.carabiner.tarp.desktop.ItemDef> |
insertBefore(JSComponent<jp.carabiner.tarp.desktop.ItemDef> newNode,
JSComponent<jp.carabiner.tarp.desktop.ItemDef> refNode)
子ノードを挿入します。 |
JSComponent<jp.carabiner.tarp.desktop.ItemDef> |
removeChild(JSComponent<jp.carabiner.tarp.desktop.ItemDef> node)
子を削除します。 |
void |
setIcon(String icon)
アイコンを設定します。 |
void |
setKeyStroke(int key,
int modifier)
キーを設定します。 |
void |
setText(String text)
テキストを設定します。 |
void |
setTooltips(String tooltips)
ツールチップを設定します。 |
クラス 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 |
コンストラクタの詳細 |
---|
public JSDefContainer(JSAppContext owner, jp.carabiner.tarp.desktop.ContainerDef defs)
owner
- オーナーウィンドウ。nullは不可。defs
- コンテナ定義。nullは不可。メソッドの詳細 |
---|
public static JSComponent<jp.carabiner.tarp.desktop.ItemDef> createWrapper(JSAppContext owner, jp.carabiner.tarp.desktop.ItemDef comp)
owner
- オーナー。nullは不可。comp
- コンポーネント。nullは不可。
public JSComponent<jp.carabiner.tarp.desktop.ItemDef> appendChild(JSComponent<jp.carabiner.tarp.desktop.ItemDef> node)
JSContainer
の記述:
JSContainer<jp.carabiner.tarp.desktop.ItemDef>
内の appendChild
node
- 追加する子ノード。nullは不可。
public JSChildNodes<JSComponent<jp.carabiner.tarp.desktop.ItemDef>> getChildNodes()
JSContainer
の記述:
JSContainer<jp.carabiner.tarp.desktop.ItemDef>
内の getChildNodes
public JSComponent<jp.carabiner.tarp.desktop.ItemDef> insertBefore(JSComponent<jp.carabiner.tarp.desktop.ItemDef> newNode, JSComponent<jp.carabiner.tarp.desktop.ItemDef> refNode)
JSContainer
の記述:
JSContainer<jp.carabiner.tarp.desktop.ItemDef>
内の insertBefore
newNode
- 追加するノード。nullは不可。refNode
- 挿入先を示すノード。末尾の場合はnull。
public JSComponent<jp.carabiner.tarp.desktop.ItemDef> removeChild(JSComponent<jp.carabiner.tarp.desktop.ItemDef> node)
JSContainer
の記述:
JSContainer<jp.carabiner.tarp.desktop.ItemDef>
内の removeChild
node
- 削除する子ノード。nullは不可。
public String getIcon()
JSUIItem
の記述:
JSUIItem
内の getIcon
public int getKey()
JSUIItem
の記述:
JSUIItem
内の getKey
public int getModifier()
JSUIItem
の記述:
JSUIItem
内の getModifier
public String getTooltips()
JSUIItem
の記述:
JSUIItem
内の getTooltips
public void setIcon(String icon)
JSUIItem
の記述:
JSUIItem
内の setIcon
icon
- the icon to setpublic void setKeyStroke(int key, int modifier)
JSUIItem
の記述:
JSUIItem
内の setKeyStroke
key
- the key to setmodifier
- the modifier to setpublic void setText(String text)
JSUIItem
の記述:
JSUIItem
内の setText
text
- the text to setpublic void setTooltips(String tooltips)
JSUIItem
の記述:
JSUIItem
内の setTooltips
tooltips
- the tooltips to setpublic String getText()
JSUIItem
の記述:
JSUIItem
内の getText
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |