public class M2EUIUtils extends Object
| Constructor and Description |
|---|
M2EUIUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addRequiredDecoration(org.eclipse.swt.widgets.Control control) |
static org.eclipse.swt.graphics.Font |
deriveFont(org.eclipse.swt.graphics.Font f,
int style,
int height) |
static boolean |
nullOrEmpty(String s) |
static void |
showErrorDialog(org.eclipse.swt.widgets.Shell shell,
String title,
String msg,
Exception e) |
static void |
showErrorsForProjectsDialog(org.eclipse.swt.widgets.Shell shell,
String title,
String message,
Map<String,Throwable> errorMap) |
public static org.eclipse.swt.graphics.Font deriveFont(org.eclipse.swt.graphics.Font f,
int style,
int height)
public static void showErrorDialog(org.eclipse.swt.widgets.Shell shell,
String title,
String msg,
Exception e)
public static boolean nullOrEmpty(String s)
public static void showErrorsForProjectsDialog(org.eclipse.swt.widgets.Shell shell,
String title,
String message,
Map<String,Throwable> errorMap)
shell - string - string2 - updateErrors - public static void addRequiredDecoration(org.eclipse.swt.widgets.Control control)
Copyright © 2005–2021 Eclipse Foundation. All rights reserved.