|
iSeries Remote Systems v6.0.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.core.runtime.Plugin
org.eclipse.ui.plugin.AbstractUIPlugin
com.ibm.etools.systems.core.SystemBasePlugin
com.ibm.etools.iseries.core.ISeriesSystemPlugin
Plugin for the IBM-supplied ISeries Remote Systems
Field Summary | |
---|---|
static String |
Copyright
|
static String |
HELPPREFIX
|
Fields inherited from class com.ibm.etools.systems.core.SystemBasePlugin |
---|
copyright, ICON_PATH, log |
Fields inherited from class org.eclipse.core.runtime.Plugin |
---|
PLUGIN_PREFERENCE_SCOPE, PREFERENCES_DEFAULT_OVERRIDE_BASE_NAME, PREFERENCES_DEFAULT_OVERRIDE_FILE_NAME |
Constructor Summary | |
---|---|
ISeriesSystemPlugin()
Constructor for SystemsPlugin |
Method Summary | |
---|---|
ISeriesSystemViewAdapterFactory |
getAdapterFactory()
quick access to our adapter factory |
static ISeriesSystemPlugin |
getDefault()
Return singleton. |
static ImageDescriptor |
getImageDescriptorByFileName(String strImage)
Returns the image descriptor given the file name. |
static ISeriesSystemPlugin |
getInstance()
Same as getDefault() . |
static com.ibm.etools.systems.core.messages.SystemMessage |
getPluginMessage(String msgId)
retrieve a message from this plugin's message file |
static com.ibm.etools.systems.core.messages.SystemMessageFile |
getPluginMessageFile()
Return our message file |
static String |
getProductAcronym()
Return the acronym for the overall workbench product. |
static String |
getProductName()
Return the name for the overall workbench product. |
static String |
getProductShortName()
Return the short name for the overall workbench product. |
static ResourceBundle |
getResourceBundle()
Return this plugin's resource bundle. |
static String |
getString(String key)
Get a string from this plugin's resource bundle. |
static String |
getString(String key,
String defaultString)
Get a string from this plugin's resource bundle. |
static String |
getStringForCodeAssist(String key)
Get a string from this plugin's resource bundle. |
static String |
getStringForPlugin(String key)
Get a string from this plugin's resource bundle. |
protected void |
initializeImageRegistry()
Initialize the image registry by declaring all of the required graphics. |
static boolean |
isAdvancedEdition()
Check whether we are running under the standard or advanced edition of the product. |
protected static InputStream |
loadInputStream(String strFilename)
iserieseditor Returns the resource bundle given its filename without file extension. |
static Properties |
loadProperties(String strFilename)
iserieseditor Returns the properties object given its filename without file extension. |
boolean |
showView(String strViewId)
iserieseditor Shows the view given a view identifier. |
void |
start(org.osgi.framework.BundleContext context)
Previously this was the startup() method, moved to start() for eclipse 3.0. |
void |
stop(org.osgi.framework.BundleContext context)
|
Methods inherited from class com.ibm.etools.systems.core.SystemBasePlugin |
---|
getActiveWorkbenchShell, getActiveWorkbenchWindow, getBaseDefault, getIconPath, getImage, getImageDescriptor, getImageDescriptorFromIDE, getInstallLocation, getLogger, getMessage, getPluginImage, getPluginImage, getString, getString, getSymbolicName, getWorkbench, getWorkspace, getWorkspaceRoot, isHeadless, loadDefaultMessageFile, loadDefaultMessageFile, loadDefaultResourceBundle, loadDefaultResourceBundle, loadMessageFile, loadMessageFile, loadPluginResourceBundle, loadResourceBundle, loadResourceBundle, logDebugMessage, logError, logError, logInfo, logMessage, logMessage, logWarning, printMessages, putImageInRegistry, scanForDuplicateMessages, showProgrammerErrorMessage |
Methods inherited from class org.eclipse.ui.plugin.AbstractUIPlugin |
---|
createImageRegistry, getDialogSettings, getImageRegistry, getPreferenceStore, imageDescriptorFromPlugin, initializeDefaultPluginPreferences, initializeDefaultPreferences, initializeImageRegistry, loadDialogSettings, loadPreferenceStore, refreshPluginActions, saveDialogSettings, savePreferenceStore, shutdown, startup |
Methods inherited from class org.eclipse.core.runtime.Plugin |
---|
find, find, getBundle, getDescriptor, getLog, getPluginPreferences, getStateLocation, internalInitializeDefaultPluginPreferences, isDebugging, openStream, openStream, savePluginPreferences, setDebugging, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final String Copyright
public static final String HELPPREFIX
Constructor Detail |
public ISeriesSystemPlugin()
Method Detail |
public static ISeriesSystemPlugin getDefault()
public static ISeriesSystemPlugin getInstance()
getDefault()
.
public static String getString(String key)
public static String getStringForCodeAssist(String key)
public static String getStringForPlugin(String key)
public static String getString(String key, String defaultString)
public static ResourceBundle getResourceBundle()
public static String getProductName()
public static String getProductShortName()
public static String getProductAcronym()
protected void initializeImageRegistry()
public static ImageDescriptor getImageDescriptorByFileName(String strImage)
public boolean showView(String strViewId)
public void start(org.osgi.framework.BundleContext context) throws Exception
Exception
SystemBasePlugin.start(org.osgi.framework.BundleContext)
public ISeriesSystemViewAdapterFactory getAdapterFactory()
public void stop(org.osgi.framework.BundleContext context) throws Exception
Exception
public static Properties loadProperties(String strFilename)
protected static InputStream loadInputStream(String strFilename)
public static com.ibm.etools.systems.core.messages.SystemMessageFile getPluginMessageFile()
public static com.ibm.etools.systems.core.messages.SystemMessage getPluginMessage(String msgId)
public static boolean isAdvancedEdition()
|
iSeries Remote Systems v6.0.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |