|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.seasar.uruma.rcp.core.UrumaBundleState
public final class UrumaBundleState
RCP 環境における Uruma バンドルおよび Uruma アプリケーションの状態を保持するクラスです。
| 入れ子のクラスの概要 | |
|---|---|
static class |
UrumaBundleState.BundleState
バンドルの状態を表す列挙型です。 |
| メソッドの概要 | |
|---|---|
UrumaBundleState.BundleState |
getAppBundleState()
Uruma アプリケーションの状態を取得します。 |
static UrumaBundleState |
getInstance()
インスタンスを取得します。 |
Throwable |
getUrumaAppInitializingException()
Uruma アプリケーションバンドルの初期化中に発生した例外を取得します。 |
UrumaBundleState.BundleState |
getUrumaBundleState()
Uruma バンドルの状態を取得します。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| メソッドの詳細 |
|---|
public Throwable getUrumaAppInitializingException()
public UrumaBundleState.BundleState getUrumaBundleState()
public UrumaBundleState.BundleState getAppBundleState()
public static UrumaBundleState getInstance()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||