Method Summary |
|
public static EditPlugin | getDefault() Returns the shared instance. |
public static ImageDescriptor | getImageDescriptor(String path) Returns an image descriptor for the image file at the given
plug-in relative path. |
public static boolean | isDebugging(String trace) |
public static void | log(String message2, Throwable e) Writes an info log in the plugin's log. |
public void | start(BundleContext context) |
public void | stop(BundleContext context) |
public static void | trace(String message, Throwable e) |
public static void | trace(String traceID, String message, Throwable e) Messages that only engage if getDefault().isDebugging() and the trace option traceID is true.
Available trace options can be found in the Trace class. |