|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.aptana.ide.ui.editors.preferences.formatter.StatusUtil
public class StatusUtil
A utility class to work with IStatus.
| Constructor Summary | |
|---|---|
StatusUtil()
|
|
| 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 org.eclipse.core.runtime.IStatus |
getMoreSevere(org.eclipse.core.runtime.IStatus s1,
org.eclipse.core.runtime.IStatus s2)
Compares two instances of IStatus. |
static org.eclipse.core.runtime.IStatus |
getMostSevere(org.eclipse.core.runtime.IStatus[] status)
Finds the most severe status from a array of stati. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StatusUtil()
| Method Detail |
|---|
public static org.eclipse.core.runtime.IStatus getMoreSevere(org.eclipse.core.runtime.IStatus s1,
org.eclipse.core.runtime.IStatus s2)
IStatus. The more severe is returned:
An error is more severe than a warning, and a warning is more severe
than ok. If the two stati have the same severity, the second is returned.
s1 - s2 -
public static org.eclipse.core.runtime.IStatus getMostSevere(org.eclipse.core.runtime.IStatus[] status)
status -
public static void applyToStatusLine(org.eclipse.jface.dialogs.DialogPage page,
org.eclipse.core.runtime.IStatus status)
page - status -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||