|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.cdt.internal.ui.dialogs.StatusTool
public class StatusTool
Constructor Summary | |
---|---|
StatusTool()
|
Method Summary | |
---|---|
static void |
applyToStatusLine(org.eclipse.jface.dialogs.DialogPage page,
org.eclipse.core.runtime.IStatus status)
Applies the status to the status line of a dialog page |
static void |
applyToStatusLine(MessageLine messageLine,
org.eclipse.core.runtime.IStatus status)
Applies the status to the status line of a dialog page |
static java.lang.String[] |
getErrorMessages(org.eclipse.core.runtime.IStatus status)
Returns error-message / warning-message for a status |
static org.eclipse.core.runtime.IStatus |
getMoreSevere(org.eclipse.core.runtime.IStatus s1,
org.eclipse.core.runtime.IStatus s2)
Compare two IStatus. |
static org.eclipse.core.runtime.IStatus |
getMostSevere(org.eclipse.core.runtime.IStatus[] status)
Finds the most severe status from a array of status An error is more severe than a warning, and a warning is more severe than ok. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StatusTool()
Method Detail |
---|
public static void applyToStatusLine(MessageLine messageLine, org.eclipse.core.runtime.IStatus status)
public static void applyToStatusLine(org.eclipse.jface.dialogs.DialogPage page, org.eclipse.core.runtime.IStatus status)
public static java.lang.String[] getErrorMessages(org.eclipse.core.runtime.IStatus status)
public static org.eclipse.core.runtime.IStatus getMoreSevere(org.eclipse.core.runtime.IStatus s1, org.eclipse.core.runtime.IStatus s2)
public static org.eclipse.core.runtime.IStatus getMostSevere(org.eclipse.core.runtime.IStatus[] status)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |