|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.carabiner.treeeditor.js.io.JSFormat<T>
T - タイプ。public class JSFormat<T extends jp.carabiner.treeeditor.io.ModelType>
フォーマットの抽象です。
| 入れ子のクラスの概要 |
|---|
| インタフェース jp.carabiner.treeeditor.js.JSComponent から継承された入れ子のクラス/インタフェース |
|---|
JSComponent.AttachContext<T> |
| コンストラクタの概要 | |
|---|---|
JSFormat(JSAppContext appOwner,
JSComponent<jp.carabiner.treeeditor.io.ModelType> parent,
T type)
構築します。 |
|
| メソッドの概要 | |
|---|---|
boolean |
accept(String path)
受け入れるかどうかを判定します。 |
static JSFormat<?> |
createFormat(JSAppContext appOwner,
JSComponent<jp.carabiner.treeeditor.io.ModelType> parent,
jp.carabiner.treeeditor.io.ModelType type)
フォーマットを生成します。 |
boolean |
equals(Object obj)
|
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()
コアオブジェクトを削除用に取得します。 |
String |
getDescription()
説明を取得します。 |
JSComponent<jp.carabiner.treeeditor.io.ModelType> |
getParentNode()
親ノードを取得します。 |
String |
getType()
タイプを取得します。 |
T |
getTypeObject()
タイプを取得します。 |
int |
hashCode()
|
boolean |
isLoadSupport()
読み込みをサポートしているかどうかを判定します。 |
boolean |
isSaveSupport()
保存をサポートしているかどうかを判定します。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public JSFormat(JSAppContext appOwner,
JSComponent<jp.carabiner.treeeditor.io.ModelType> parent,
T type)
appOwner - オーナー。nullは不可。parent - 親コンポーネント。nullは不可。type - タイプ。nullは不可。| メソッドの詳細 |
|---|
public static JSFormat<?> createFormat(JSAppContext appOwner,
JSComponent<jp.carabiner.treeeditor.io.ModelType> parent,
jp.carabiner.treeeditor.io.ModelType type)
appOwner - アプリケーションオーナー。nullは不可。parent - 親。nullは不可。type - タイプ。nullは不可。
public String getType()
JSComponent の記述:
JSComponent<jp.carabiner.treeeditor.io.ModelType> 内の getTypepublic jp.carabiner.treeeditor.io.ModelType getCore()
JSComponent の記述:
JSComponent<jp.carabiner.treeeditor.io.ModelType> 内の getCorepublic jp.carabiner.treeeditor.io.ModelType getCoreForAttach(JSComponent.AttachContext<jp.carabiner.treeeditor.io.ModelType> ctx)
JSComponent の記述:
JSComponent<jp.carabiner.treeeditor.io.ModelType> 内の getCoreForAttachctx - コンテキスト。nullは不可。
public jp.carabiner.treeeditor.io.ModelType getCoreForDetach()
JSComponent の記述:
JSComponent<jp.carabiner.treeeditor.io.ModelType> 内の getCoreForDetachpublic JSComponent<jp.carabiner.treeeditor.io.ModelType> getParentNode()
JSComponent の記述:
JSComponent<jp.carabiner.treeeditor.io.ModelType> 内の getParentNodepublic T getTypeObject()
public String getDescription()
public boolean accept(String path)
path - パス。nullは不可。
public boolean isLoadSupport()
public boolean isSaveSupport()
public boolean equals(Object obj)
Object 内の equalspublic int hashCode()
Object 内の hashCode
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||