|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.carabiner.treeeditor.js.JSStartup
jp.carabiner.treeeditor.js.AppJSStartup
public class AppJSStartup
apps起動用のJSStartupです。
| 入れ子のクラスの概要 |
|---|
| インタフェース jp.carabiner.treeeditor.js.JSApp から継承された入れ子のクラス/インタフェース |
|---|
JSApp.DetachMode |
| フィールドの概要 | |
|---|---|
static String |
ATTACH
イベント名を定義します。 |
static String |
DETACH
イベント名を定義します。 |
| クラス jp.carabiner.treeeditor.js.JSStartup から継承されたフィールド |
|---|
JS_SUFFIX |
| コンストラクタの概要 | |
|---|---|
AppJSStartup(JSAppCollection owner,
File appDir,
jp.carabiner.updater.PackageStatus packageStatus)
構築します。 |
|
| メソッドの概要 | |
|---|---|
void |
addEventListener(String name,
JSEventListener l)
イベントリスナを追加します。 |
protected JSSettings |
createSettings(TreeEditorFrame frame)
設定管理用オブジェクトを生成します。 |
void |
frameStarted(TreeEditorFrame frame)
|
protected File |
getBaseDir()
ベースディレクトリを取得します。 |
protected ClassLoader |
getClassLoader()
クラスローダを取得します。 |
String |
getId()
このアプリケーションのIDを取得します。 |
String |
getName()
アプリケーションの名前を取得します。 |
protected File |
getPersistentDir()
Persistentディレクトリを取得します。 |
String |
getVersion()
このアプリケーションのバージョンを取得します。 |
protected void |
install(TreeEditorFrame frame)
インストールします。 |
protected File[] |
listJsFiles()
プラグインディレクトリ以下のjsファイルの一覧を取得します。 |
void |
removeEventListener(String name,
JSEventListener l)
イベントリスナを削除します。 |
protected boolean |
uninstall(TreeEditorFrame frame,
JSApp.DetachMode mode)
アンインストールします。 |
| クラス jp.carabiner.treeeditor.js.JSStartup から継承されたメソッド |
|---|
attach, detach, frameCreated, frameStopped |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
|---|
public static final String ATTACH
public static final String DETACH
| コンストラクタの詳細 |
|---|
public AppJSStartup(JSAppCollection owner,
File appDir,
jp.carabiner.updater.PackageStatus packageStatus)
owner - オーナー。nullは不可。appDir - アプリケーションディレクトリ。nullは不可。packageStatus - パッケージ状態。null可。| メソッドの詳細 |
|---|
public String getId()
JSApp の記述:
JSApp 内の getIdpublic String getVersion()
JSApp の記述:
JSApp 内の getVersion
public void addEventListener(String name,
JSEventListener l)
JSDispatchable の記述:
JSDispatchable 内の addEventListenername - 名前。nullは不可。l - リスナ。nullは不可。
public void removeEventListener(String name,
JSEventListener l)
JSDispatchable の記述:
JSDispatchable 内の removeEventListenername - 名前。nullは不可。l - リスナ。nullは不可。public String getName()
public void frameStarted(TreeEditorFrame frame)
jp.carabiner.treeeditor.TreeEditorFrameListener 内の frameStartedJSStartup 内の frameStarted
protected boolean uninstall(TreeEditorFrame frame,
JSApp.DetachMode mode)
JSStartup の記述:
JSStartup 内の uninstallframe - フレーム。nullは不可。mode - アンインストールモード。nullは不可。
protected ClassLoader getClassLoader()
JSStartup の記述:
JSStartup 内の getClassLoaderprotected File[] listJsFiles()
JSStartup の記述:
JSStartup 内の listJsFilesprotected File getBaseDir()
JSStartup の記述:
JSStartup 内の getBaseDirprotected File getPersistentDir()
JSStartup の記述:
JSStartup 内の getPersistentDir
protected JSSettings createSettings(TreeEditorFrame frame)
throws IOException
JSStartup の記述:
JSStartup 内の createSettingsframe - フレーム。nullは不可。
IOException - 入出力関係のエラー。protected void install(TreeEditorFrame frame)
JSStartup の記述:
JSStartup 内の installframe - フレーム。nullは不可。
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||