public class ResourceHelper
extends java.lang.Object
Modifier and Type | Method | Description |
---|---|---|
static org.eclipse.swt.graphics.Font |
getBoldFont(org.eclipse.swt.graphics.Font currentFont) |
|
static org.eclipse.swt.graphics.Color |
getColor(java.lang.String rgbString) |
|
static org.eclipse.swt.graphics.Font |
getFont(org.eclipse.swt.graphics.FontData... fontDatas) |
|
static org.eclipse.swt.graphics.Font |
getFont(org.eclipse.swt.graphics.Font currentFont,
java.lang.String name,
java.lang.Integer size) |
|
static org.eclipse.swt.graphics.Font |
getItalicFont(org.eclipse.swt.graphics.Font currentFont) |
|
static java.lang.String |
ltrim(java.lang.String s) |
|
static java.lang.String |
rtrim(java.lang.String s) |
public static org.eclipse.swt.graphics.Color getColor(java.lang.String rgbString)
public static org.eclipse.swt.graphics.Font getFont(org.eclipse.swt.graphics.FontData... fontDatas)
public static org.eclipse.swt.graphics.Font getFont(org.eclipse.swt.graphics.Font currentFont, java.lang.String name, java.lang.Integer size)
public static org.eclipse.swt.graphics.Font getBoldFont(org.eclipse.swt.graphics.Font currentFont)
public static org.eclipse.swt.graphics.Font getItalicFont(org.eclipse.swt.graphics.Font currentFont)
public static java.lang.String ltrim(java.lang.String s)
public static java.lang.String rtrim(java.lang.String s)