|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public interface JSApp
アプリケーションの抽象です。
入れ子のクラスの概要 | |
---|---|
static class |
JSApp.DetachMode
登録解除モードを定義します。 |
メソッドの概要 | |
---|---|
void |
attach(TreeEditorFrame frame)
アタッチします。 |
boolean |
detach(TreeEditorFrame frame,
JSApp.DetachMode mode)
デタッチします。 |
String |
getId()
このアプリケーションのIDを取得します。 |
String |
getVersion()
このアプリケーションのバージョンを取得します。 |
メソッドの詳細 |
---|
String getId()
String getVersion()
void attach(TreeEditorFrame frame)
frame
- フレーム。nullは不可。boolean detach(TreeEditorFrame frame, JSApp.DetachMode mode)
frame
- フレーム。nullは不可。mode
- モード。nullは不可。
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |