|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.eclipse.core.runtime.Plugin
org.eclipse.ui.plugin.AbstractUIPlugin
com.solesuite.team.xpriori.XprioriPlugin
public class XprioriPlugin
プラグインメインクラス
フィールドの概要 |
---|
クラス org.eclipse.core.runtime.Plugin から継承されたフィールド |
---|
PLUGIN_PREFERENCE_SCOPE, PREFERENCES_DEFAULT_OVERRIDE_BASE_NAME, PREFERENCES_DEFAULT_OVERRIDE_FILE_NAME |
コンストラクタの概要 | |
---|---|
XprioriPlugin()
デフォルトコンストラクタ |
メソッドの概要 | |
---|---|
static XprioriPlugin |
getDefault()
プラグインインスタンスを返す |
java.util.ResourceBundle |
getResourceBundle()
リソースバンドルオブジェクトを返す |
static java.lang.String |
getResourceString(java.lang.String key)
リソースバンドルからリソースキーでリソース文字列を取得する |
void |
start(org.osgi.framework.BundleContext context)
プラグイン起動 |
void |
stop(org.osgi.framework.BundleContext context)
プラグイン停止 |
クラス org.eclipse.ui.plugin.AbstractUIPlugin から継承されたメソッド |
---|
getDialogSettings, getImageRegistry, getPreferenceStore, getWorkbench, imageDescriptorFromPlugin, shutdown, startup |
クラス org.eclipse.core.runtime.Plugin から継承されたメソッド |
---|
find, find, getBundle, getDescriptor, getLog, getPluginPreferences, getStateLocation, internalInitializeDefaultPluginPreferences, isDebugging, openStream, openStream, savePluginPreferences, setDebugging, toString |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
コンストラクタの詳細 |
---|
public XprioriPlugin()
メソッドの詳細 |
---|
public static XprioriPlugin getDefault()
public static java.lang.String getResourceString(java.lang.String key)
key
- リソースキー
public java.util.ResourceBundle getResourceBundle()
public void start(org.osgi.framework.BundleContext context) throws java.lang.Exception
org.osgi.framework.BundleActivator
内の start
org.eclipse.ui.plugin.AbstractUIPlugin
内の start
java.lang.Exception
public void stop(org.osgi.framework.BundleContext context) throws java.lang.Exception
org.osgi.framework.BundleActivator
内の stop
org.eclipse.ui.plugin.AbstractUIPlugin
内の stop
java.lang.Exception
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |