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.Name
UIThemes. DEFAULT_DESKTOP_NAME
The default desktop theme if one must be chosen: Flat.static UIThemes.Name[]
UIThemes. DEFAULT_DESKTOP_NAMES
The default names for desktop: Flat, Dojo Bootstrap and Claro.static UIThemes.Name
UIThemes. DEFAULT_MOBILE_NAME
The default mobile theme if one must be chosen: iOS 7+.static UIThemes.Name[]
UIThemes. FLAT
Just the flat theme name.static UIThemes.Name[]
UIThemes. NONE
No 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.Name
UIThemes. getPrioritized(boolean isMobile, UIThemes.Name[] names)
From an array of theme names, return the one with the highest priority.static UIThemes.Name
UIThemes. 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.Name
UIThemes.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 boolean
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.Name Constructor Description GThemes(int type, UIThemes.Name[] desktop, UIThemes.Name[] mobile)
Creates a new instance of themes.