|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object jp.carabiner.treeeditor.js.io.JSFormatManager
public class JSFormatManager
フォーマットリストを保持します。
入れ子のクラスの概要 |
---|
インタフェース jp.carabiner.treeeditor.js.JSComponent から継承された入れ子のクラス/インタフェース |
---|
JSComponent.AttachContext<T> |
コンストラクタの概要 | |
---|---|
JSFormatManager(JSWindow owner,
JSRunner jsRunner,
TreeEditorFrame frame)
構築します。 |
メソッドの概要 | |
---|---|
JSComponent<jp.carabiner.treeeditor.io.ModelType> |
appendChild(JSComponent<jp.carabiner.treeeditor.io.ModelType> format)
子を追加します。 |
JSFormat<?> |
createFormat(String[] exts)
フォーマットを生成します。 |
JSChildNodes<JSComponent<jp.carabiner.treeeditor.io.ModelType>> |
getChildNodes()
子ノードの一覧を取得します。 |
jp.carabiner.treeeditor.io.ModelType |
getCore()
コアオブジェクトを取得します。 |
jp.carabiner.treeeditor.io.ModelType |
getCoreForAttach(JSComponent.AttachContext<jp.carabiner.treeeditor.io.ModelType> ctx)
コアオブジェクトを取得します。 |
jp.carabiner.treeeditor.io.ModelType |
getCoreForDetach()
コアオブジェクトを削除用に取得します。 |
JSComponent<jp.carabiner.treeeditor.io.ModelType> |
getParentNode()
親ノードを取得します。 |
String |
getType()
タイプを取得します。 |
JSComponent<jp.carabiner.treeeditor.io.ModelType> |
insertBefore(JSComponent<jp.carabiner.treeeditor.io.ModelType> newNode,
JSComponent<jp.carabiner.treeeditor.io.ModelType> refNode)
子ノードを挿入します。 |
JSComponent<jp.carabiner.treeeditor.io.ModelType> |
removeChild(JSComponent<jp.carabiner.treeeditor.io.ModelType> format)
子を削除します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public JSFormatManager(JSWindow owner, JSRunner jsRunner, TreeEditorFrame frame)
owner
- オーナー。nullは不可。jsRunner
- 実行エンジン。nullは不可。frame
- フレーム。nullは不可。メソッドの詳細 |
---|
public JSFormat<?> createFormat(String[] exts)
exts
- 拡張子リスト。nullは不可。".txt"など。
public jp.carabiner.treeeditor.io.ModelType getCore()
JSComponent
の記述:
JSComponent<jp.carabiner.treeeditor.io.ModelType>
内の getCore
public jp.carabiner.treeeditor.io.ModelType getCoreForAttach(JSComponent.AttachContext<jp.carabiner.treeeditor.io.ModelType> ctx)
JSComponent
の記述:
JSComponent<jp.carabiner.treeeditor.io.ModelType>
内の getCoreForAttach
ctx
- コンテキスト。nullは不可。
public jp.carabiner.treeeditor.io.ModelType getCoreForDetach()
JSComponent
の記述:
JSComponent<jp.carabiner.treeeditor.io.ModelType>
内の getCoreForDetach
public String getType()
JSComponent
の記述:
JSComponent<jp.carabiner.treeeditor.io.ModelType>
内の getType
public JSComponent<jp.carabiner.treeeditor.io.ModelType> getParentNode()
JSComponent
の記述:
JSComponent<jp.carabiner.treeeditor.io.ModelType>
内の getParentNode
public JSComponent<jp.carabiner.treeeditor.io.ModelType> appendChild(JSComponent<jp.carabiner.treeeditor.io.ModelType> format)
JSContainer
の記述:
JSContainer<jp.carabiner.treeeditor.io.ModelType>
内の appendChild
format
- 追加する子ノード。nullは不可。
public JSComponent<jp.carabiner.treeeditor.io.ModelType> insertBefore(JSComponent<jp.carabiner.treeeditor.io.ModelType> newNode, JSComponent<jp.carabiner.treeeditor.io.ModelType> refNode)
JSContainer
の記述:
JSContainer<jp.carabiner.treeeditor.io.ModelType>
内の insertBefore
newNode
- 追加するノード。nullは不可。refNode
- 挿入先を示すノード。末尾の場合はnull。
public JSComponent<jp.carabiner.treeeditor.io.ModelType> removeChild(JSComponent<jp.carabiner.treeeditor.io.ModelType> format)
JSContainer
の記述:
JSContainer<jp.carabiner.treeeditor.io.ModelType>
内の removeChild
format
- 削除する子ノード。nullは不可。
public JSChildNodes<JSComponent<jp.carabiner.treeeditor.io.ModelType>> getChildNodes()
JSContainer
の記述:
JSContainer<jp.carabiner.treeeditor.io.ModelType>
内の getChildNodes
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |