|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public interface IJSDocument
ドキュメントのインタフェースです。
メソッドの概要 | |
---|---|
JSTreeNode |
createTreeNode(String text)
ツリーノードを生成します。 |
jp.carabiner.treeeditor.config.DocumentStyle |
getInternalDocumentStyle()
内部管理用のDocumentStyleを取得します。 |
JSTreeNode |
getRootNode()
ルートノードを取得します。 |
void |
setRootNode(JSTreeNode rootNode)
ルートノードを設定します。 |
メソッドの詳細 |
---|
JSTreeNode createTreeNode(String text)
text
- テキスト。nullは不可。
JSTreeNode getRootNode()
void setRootNode(JSTreeNode rootNode)
rootNode
- ルートノード。jp.carabiner.treeeditor.config.DocumentStyle getInternalDocumentStyle()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |