|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.carabiner.treeeditor.js.io.JSModel
jp.carabiner.treeeditor.js.io.JSLoadModel
public class JSLoadModel
読み込み用モデルです。
| フィールドの概要 |
|---|
| クラス jp.carabiner.treeeditor.js.io.JSModel から継承されたフィールド |
|---|
owner, refModel |
| コンストラクタの概要 | |
|---|---|
JSLoadModel(ToplevelObject owner,
jp.carabiner.treeeditor.TreeEditorModel refModel)
構築します。 |
|
| メソッドの概要 | |
|---|---|
protected jp.carabiner.treeeditor.TreeEditorModel |
createModel(TreeNode contextNode,
jp.carabiner.treeeditor.DataStore store,
jp.carabiner.tarp.desktop.ui.TaskStatus taskStatus)
モデルを生成します。 |
JSTreeNode |
createTreeNode(String text)
ツリーノードを生成します。 |
jp.carabiner.treeeditor.config.DocumentStyle |
getInternalDocumentStyle()
内部管理用のDocumentStyleを取得します。 |
JSTreeNode |
getRootNode()
ルートノードを取得します。 |
JSTreeNode |
importTreeNode(JSTreeNode node)
ツリーノードをインポートします。 |
void |
setRootNode(JSTreeNode node)
ルートノードを設定します。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public JSLoadModel(ToplevelObject owner,
jp.carabiner.treeeditor.TreeEditorModel refModel)
owner - オーナー。nullは不可。refModel - モデル。nullは不可。| メソッドの詳細 |
|---|
public jp.carabiner.treeeditor.config.DocumentStyle getInternalDocumentStyle()
IJSDocument の記述:
public JSTreeNode createTreeNode(String text)
IJSDocument の記述:
text - テキスト。nullは不可。
public JSTreeNode importTreeNode(JSTreeNode node)
throws IOException
text - テキスト。nullは不可。
IOException - 入出力関係のエラー。public void setRootNode(JSTreeNode node)
IJSDocument の記述:
node - ルートノード。public JSTreeNode getRootNode()
IJSDocument の記述:
protected jp.carabiner.treeeditor.TreeEditorModel createModel(TreeNode contextNode,
jp.carabiner.treeeditor.DataStore store,
jp.carabiner.tarp.desktop.ui.TaskStatus taskStatus)
throws IOException
contextNode - コンテキストノード。nullは不可。store - データの保存先。nullは不可。taskStatus - タスクの進行状態。nullは不可。
IOException
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||