Uses of Enum Class
com.iizix.prop.ui.device.UIThemes.Name
Packages that use UIThemes.Name
Uses of UIThemes.Name in com.iizix.prop.ui.device
Fields in com.iizix.prop.ui.device declared as UIThemes.NameModifier and TypeFieldDescriptionstatic final UIThemes.Name
UIThemes.DEFAULT_DESKTOP_NAME
The default desktop theme if one must be chosen: Flat.static final UIThemes.Name[]
UIThemes.DEFAULT_DESKTOP_NAMES
The default names for desktop: Flat, Dojo Bootstrap and Claro.static final UIThemes.Name
UIThemes.DEFAULT_MOBILE_NAME
The default mobile theme if one must be chosen: iOS 7+.static final UIThemes.Name[]
UIThemes.FLAT
Just the flat theme name.static final UIThemes.Name[]
UIThemes.NONE
No themes: empty array.Methods in com.iizix.prop.ui.device that return UIThemes.NameModifier and TypeMethodDescriptionstatic UIThemes.Name[]
UIThemes.getAllDesktopThemes()
Gets all desktop themes.static UIThemes.Name[]
UIThemes.getAllMobileThemes()
Gets all mobile themes.GThemes.getDesktopThemes()
Gets the desktop themes.GThemes.getMobileThemes()
Gets the mobile themes.static UIThemes.Name
UIThemes.getPrioritized
(boolean isMobile, UIThemes.Name[] names) From an array of theme names, return the one with the highest priority.static UIThemes.Name
Gets a Name instance from it's name.static UIThemes.Name[]
UIThemes.parseNames
(String s) Parses a string of themes: "*" or "ALL" or "ANY" for (any) or "name1 name2 ...static UIThemes.Name
Returns the enum constant of this class with the specified name.static UIThemes.Name[]
UIThemes.Name.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.iizix.prop.ui.device with parameters of type UIThemes.NameModifier and TypeMethodDescriptionboolean
GThemes.contains
(UIThemes.Name name) Checks if the theme name is contained in this theme instances mask.static GThemes
GThemes.from
(int type, UIThemes.Name[] desktop, UIThemes.Name[] mobile) Creates a new instance of themes or grabs a cached copy.static GThemes
GThemes.fromDesktop
(UIThemes.Name name) Gets a cached desktop theme from a name using with no mobile themes.static GThemes
GThemes.fromMobile
(UIThemes.Name name) Gets a cached mobile theme from a name using the default desktop name.static UIThemes.Name
UIThemes.getPrioritized
(boolean isMobile, UIThemes.Name[] names) From an array of theme names, return the one with the highest priority.Constructors in com.iizix.prop.ui.device with parameters of type UIThemes.NameModifierConstructorDescriptionGThemes
(int type, UIThemes.Name[] desktop, UIThemes.Name[] mobile) Creates a new instance of themes.