|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object jp.carabiner.treeeditor.js.io.JSModel jp.carabiner.treeeditor.js.io.JSSaveModel
public class JSSaveModel
読み込み用モデルです。
フィールドの概要 |
---|
クラス jp.carabiner.treeeditor.js.io.JSModel から継承されたフィールド |
---|
owner, refModel |
コンストラクタの概要 | |
---|---|
JSSaveModel(ToplevelObject owner,
jp.carabiner.treeeditor.TreeEditorModel refModel)
構築します。 |
メソッドの概要 | |
---|---|
JSTreeNode |
createTreeNode(String text)
ツリーノードを生成します。 |
jp.carabiner.treeeditor.config.DocumentStyle |
getInternalDocumentStyle()
内部管理用のDocumentStyleを取得します。 |
JSTreeNode |
getRootNode()
ルートノードを取得します。 |
void |
setRootNode(JSTreeNode rootNode)
ルートノードを設定します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public JSSaveModel(ToplevelObject owner, jp.carabiner.treeeditor.TreeEditorModel refModel)
owner
- オーナー。nullは不可。refModel
- モデル。nullは不可。メソッドの詳細 |
---|
public JSTreeNode getRootNode()
IJSDocument
の記述:
public JSTreeNode createTreeNode(String text)
IJSDocument
の記述:
text
- テキスト。nullは不可。
public void setRootNode(JSTreeNode rootNode)
IJSDocument
の記述:
rootNode
- ルートノード。public jp.carabiner.treeeditor.config.DocumentStyle getInternalDocumentStyle()
IJSDocument
の記述:
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |