Method Summary |
|
public static boolean | allConcreteSelection(IStructuredSelection selection) Return whether or not all of the elements in the selection are concrete. |
public static IStatus | errorStatus(Throwable exception) Return an error status for the given exception. |
public static String | getContainerName(IMarker marker) Get the name of the container. |
public static String | getCreationTime(long timestamp) |
public static String | getCreationTime(IMarker marker) Get the human readable creation time from the marker. |
public static Image | getImage(int severity) Get the image for the severity if it can be identified. |
public static String | getProperty(String property, IMarker marker) Get the propery called property from the marker. |
public static String | getResourceName(IMarker marker) Get the name of the element. |
public static String | getShortContainerName(IMarker marker) |
public static boolean | isEditable(IMarker marker) Return whether or not the marker is editable. |
static boolean | isSingleConcreteSelection(IStructuredSelection selection) Return whether or not the selection has one element that is concrete. |
public static void | log(CoreException exception) Log the exception. |