|
Rational Developer for i 7.5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectSystemBasePlugin
com.ibm.etools.systems.as400.debug.launchconfig.IDEALPlugin
public class IDEALPlugin
Represents the Daemon plugin
| Field Summary | |
|---|---|
static String |
copyright
|
static int |
DBG
|
static int |
ERR
|
static String |
HELPPREFIX
|
| Constructor Summary | |
|---|---|
IDEALPlugin()
Constructor for IDEALPlugin no parameter to plugin class in Eclipse 3.0 And move its content to start() method in Eclipse 3.0 |
|
| Method Summary | |
|---|---|
static void |
displayError(String titleCode,
String msgCode)
To be used when daemon not on UI thread |
static IWorkbench |
getActiveWorkbench()
|
static IStructuredSelection |
getActiveWorkbenchSelection()
Returns the current selection, or null if none. |
static Shell |
getActiveWorkbenchShell()
Returns the active workbench shell. |
static IWorkbenchWindow |
getActiveWorkbenchWindow()
|
static ISystemViewElementAdapter |
getAdapter(Object o)
Returns the implementation of ISystemViewElement for the given object. |
static IDEALPlugin |
getDefault()
|
Display |
getDisplay()
Debug ui thread safe access to a display |
static IDEALPlugin |
getInstance()
|
static String |
getMappedMessageID(String originalMessageID)
Return mapped message ID |
static ResourceBundle |
getMessagesResourceBundle()
Return this plugin's resource bundle that contains all messages Called by all code in this plugin. |
static ISystemRemoteElementAdapter |
getRemoteAdapter(Object o)
Returns the implementation of ISystemRemoteElement for the given object. |
static ServiceEntryPointManager |
getServiceEntryPointManager()
Getter method for rseServiceEntryPointManager |
Shell |
getShell()
Debug ui thread safe access to a shell |
String |
getSymbolicName()
|
protected void |
initializeImageRegistry()
|
static boolean |
isErrorLoggingON()
|
static boolean |
isTracingON()
|
ResourceBundle |
loadResourceBundle(String fileName)
Sets the resource bundle. |
static void |
logText(String text,
int level,
Exception e)
If tracing is enabled, logs the text to the file and prints to the console. |
static void |
openPerspective(String perspectiveID)
openPerspective() Given a perspective ID, try to open a perspective. |
void |
start(BundleContext context)
|
void |
stop(BundleContext context)
|
static ILaunchConfiguration |
updateLauncConfiguration(ILaunchConfiguration config,
String key,
String value)
Update key field in the launch configuration with the String value |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String copyright
public static final String HELPPREFIX
public static final int DBG
public static final int ERR
| Constructor Detail |
|---|
public IDEALPlugin()
| Method Detail |
|---|
public static IDEALPlugin getInstance()
public String getSymbolicName()
public static IDEALPlugin getDefault()
public void start(BundleContext context)
throws Exception
Exceptionchange to start() for eclipse 3.0
public void stop(BundleContext context)
throws Exception
ExceptionNo more shutdown(), change to stoppublic static IWorkbench getActiveWorkbench()
public static IWorkbenchWindow getActiveWorkbenchWindow()
public static IStructuredSelection getActiveWorkbenchSelection()
null if none.
public static Shell getActiveWorkbenchShell()
public Shell getShell()
public Display getDisplay()
public static void openPerspective(String perspectiveID)
public static void displayError(String titleCode,
String msgCode)
public static void logText(String text,
int level,
Exception e)
text - The text to be logged.level - Must be either DebugDaemonPlugin.EVT or DebugDaemonPlugin.DBG.e - exception or null if nonepublic static boolean isErrorLoggingON()
public static boolean isTracingON()
public static ResourceBundle getMessagesResourceBundle()
public static ISystemViewElementAdapter getAdapter(Object o)
public static ISystemRemoteElementAdapter getRemoteAdapter(Object o)
public static ILaunchConfiguration updateLauncConfiguration(ILaunchConfiguration config,
String key,
String value)
ILaunchConfiguration: - configuration to updatedString - key : key to updateString - value : value to update with
public static ServiceEntryPointManager getServiceEntryPointManager()
protected void initializeImageRegistry()
public static String getMappedMessageID(String originalMessageID)
public final ResourceBundle loadResourceBundle(String fileName)
name - of .properties file, without the '.properties' specified
|
Rational Developer for i 7.5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||