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.NameUIThemes.DEFAULT_DESKTOP_NAMEThe default desktop theme if one must be chosen: Flat.static final UIThemes.Name[]UIThemes.DEFAULT_DESKTOP_NAMESThe default names for desktop: Flat, Dojo Bootstrap and Claro.static final UIThemes.NameUIThemes.DEFAULT_MOBILE_NAMEThe default mobile theme if one must be chosen: iOS 7+.static final UIThemes.Name[]UIThemes.FLATJust the flat theme name.static final UIThemes.Name[]UIThemes.NONENo 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.NameUIThemes.getPrioritized(boolean isMobile, UIThemes.Name[] names) From an array of theme names, return the one with the highest priority.static UIThemes.NameGets 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.NameReturns 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 TypeMethodDescriptionbooleanGThemes.contains(UIThemes.Name name) Checks if the theme name is contained in this theme instances mask.static GThemesGThemes.from(int type, UIThemes.Name[] desktop, UIThemes.Name[] mobile) Creates a new instance of themes or grabs a cached copy.static GThemesGThemes.fromDesktop(UIThemes.Name name) Gets a cached desktop theme from a name using with no mobile themes.static GThemesGThemes.fromMobile(UIThemes.Name name) Gets a cached mobile theme from a name using the default desktop name.static UIThemes.NameUIThemes.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.