|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.carabiner.treeeditor.js.JSStartup
jp.carabiner.treeeditor.js.ExtJSStartup
public class ExtJSStartup
JavaScript開始処理です。
| 入れ子のクラスの概要 |
|---|
| インタフェース jp.carabiner.treeeditor.js.JSApp から継承された入れ子のクラス/インタフェース |
|---|
JSApp.DetachMode |
| フィールドの概要 |
|---|
| クラス jp.carabiner.treeeditor.js.JSStartup から継承されたフィールド |
|---|
JS_SUFFIX |
| コンストラクタの概要 | |
|---|---|
ExtJSStartup(JSAppCollection owner)
構築します。 |
|
| メソッドの概要 | |
|---|---|
protected JSSettings |
createSettings(TreeEditorFrame frame)
設定管理用オブジェクトを生成します。 |
protected File |
getBaseDir()
ベースディレクトリを取得します。 |
protected ClassLoader |
getClassLoader()
クラスローダを取得します。 |
String |
getId()
このアプリケーションのIDを取得します。 |
protected File |
getPersistentDir()
Persistentディレクトリを取得します。 |
String |
getVersion()
このアプリケーションのバージョンを取得します。 |
protected File[] |
listJsFiles()
プラグインディレクトリ以下のjsファイルの一覧を取得します。 |
| クラス jp.carabiner.treeeditor.js.JSStartup から継承されたメソッド |
|---|
attach, detach, frameCreated, frameStarted, frameStopped, install, uninstall |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public ExtJSStartup(JSAppCollection owner)
owner - オーナー。nullは不可。| メソッドの詳細 |
|---|
public String getId()
JSApp の記述:
public String getVersion()
JSApp の記述:
protected File[] listJsFiles()
JSStartup 内の listJsFilesprotected ClassLoader getClassLoader()
JSStartup の記述:
JSStartup 内の getClassLoaderprotected File getBaseDir()
JSStartup の記述:
JSStartup 内の getBaseDirprotected File getPersistentDir()
JSStartup の記述:
JSStartup 内の getPersistentDirprotected JSSettings createSettings(TreeEditorFrame frame)
JSStartup の記述:
JSStartup 内の createSettingsframe - フレーム。nullは不可。
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||