Package de.xima.fc.gui.common.utils
Class UIUtils
- java.lang.Object
-
- de.xima.fc.gui.common.utils.UIUtils
-
public final class UIUtils extends Object
Class providing default FC GUI elements- Author:
- XIMA MEDIA GmbH
-
-
Field Summary
Fields Modifier and Type Field Description static File[]BACKGROUNDSstatic StringSTYLECLASS_INBOXstatic StringSTYLECLASS_LAST_EDITEDstatic StringSTYLECLASS_USER_CREATEDstatic StringSTYLECLASS_USER_EDITED
-
Constructor Summary
Constructors Constructor Description UIUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static File[]getAvailableBackgrounds()static List<MenuItem>getDefaultFilterMenu(Locale loc)
-
-
-
Field Detail
-
BACKGROUNDS
public static File[] BACKGROUNDS
-
STYLECLASS_INBOX
public static final String STYLECLASS_INBOX
- See Also:
- Constant Field Values
-
STYLECLASS_LAST_EDITED
public static final String STYLECLASS_LAST_EDITED
- See Also:
- Constant Field Values
-
STYLECLASS_USER_EDITED
public static final String STYLECLASS_USER_EDITED
- See Also:
- Constant Field Values
-
STYLECLASS_USER_CREATED
public static final String STYLECLASS_USER_CREATED
- See Also:
- Constant Field Values
-
-