|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.studio.apacheds.PreferenceStoreUtils
public class PreferenceStoreUtils
This class is used to store utilities for the preference store.
| Constructor Summary | |
|---|---|
PreferenceStoreUtils()
|
|
| Method Summary | |
|---|---|
static boolean |
isBold(org.eclipse.swt.graphics.FontData[] fontDatas)
Indicates if the given array of FontData is bold. |
static boolean |
isItalic(org.eclipse.swt.graphics.FontData[] fontDatas)
Indicates if the given array of FontData is italic. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PreferenceStoreUtils()
| Method Detail |
|---|
public static boolean isItalic(org.eclipse.swt.graphics.FontData[] fontDatas)
FontData is italic.
fontDatas - the array
true if the given array of FontData is italic, false if not.public static boolean isBold(org.eclipse.swt.graphics.FontData[] fontDatas)
FontData is bold.
fontDatas - the array
true if the given array of FontData is bold, false if not.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||