Uses of Class
com.iizix.prop.ui.device.UIThemes.Name
Packages that use UIThemes.Name Package Description com.iizix.prop.ui.device Uses of UIThemes.Name in com.iizix.prop.ui.device
Fields in com.iizix.prop.ui.device declared as UIThemes.Name Modifier and Type Field Description static UIThemes.NameUIThemes. DEFAULT_DESKTOP_NAMEThe default desktop theme if one must be chosen: Flat.static UIThemes.Name[]UIThemes. DEFAULT_DESKTOP_NAMESThe default names for desktop: Flat, Dojo Bootstrap and Claro.static UIThemes.NameUIThemes. DEFAULT_MOBILE_NAMEThe default mobile theme if one must be chosen: iOS 7+.static UIThemes.Name[]UIThemes. FLATJust the flat theme name.static UIThemes.Name[]UIThemes. NONENo themes: empty array.Methods in com.iizix.prop.ui.device that return UIThemes.Name Modifier and Type Method Description static UIThemes.Name[]UIThemes. getAllDesktopThemes()Gets all desktop themes.static UIThemes.Name[]UIThemes. getAllMobileThemes()Gets all mobile themes.UIThemes.Name[]GThemes. getDesktopThemes()Gets the desktop themes.UIThemes.Name[]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.NameUIThemes. getTheme(java.lang.String name)Gets a Name instance from it's name.static UIThemes.Name[]UIThemes. parseNames(java.lang.String s)Parses a string of themes: "*" or "ALL" or "ANY" for (any) or "name1 name2 ...static UIThemes.NameUIThemes.Name. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UIThemes.Name[]UIThemes.Name. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.iizix.prop.ui.device with parameters of type UIThemes.Name Modifier and Type Method Description booleanGThemes. 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.Name Constructor Description GThemes(int type, UIThemes.Name[] desktop, UIThemes.Name[] mobile)Creates a new instance of themes.