Uses of Class
com.iizix.prop.ui.device.GThemes
Packages that use GThemes Package Description com.iizigo.panel com.iizigo.prop.editor com.iizigo.prop.editor.dialog com.iizix.prop com.iizix.prop.ui com.iizix.prop.ui.device Uses of GThemes in com.iizigo.panel
Methods in com.iizigo.panel that return GThemes Modifier and Type Method Description GThemes
ThemesComposite. getSelection()
Gets the selected themes.Constructors in com.iizigo.panel with parameters of type GThemes Constructor Description ThemesComposite(org.eclipse.swt.widgets.Composite parent, int marginLeft, int marginRight, int marginTop, int marginBottom, GThemes edit, GThemes editMobile, GThemes mask, boolean isMaskEditing, boolean isNewPanelWizard, java.lang.Runnable validateRunner)
Constructor.Uses of GThemes in com.iizigo.prop.editor
Methods in com.iizigo.prop.editor that return GThemes Modifier and Type Method Description GThemes
ThemesPropEditor. getDefaultValue()
Gets the default defined value to set in the property when defined.protected GThemes
ThemesPropEditor. getValue(java.lang.String input)
Gets the property value for a user input.Methods in com.iizigo.prop.editor with parameters of type GThemes Modifier and Type Method Description java.lang.String
ThemesPropEditor. formatValue(GThemes value)
Formats the value for user input as a String.void
ThemesPropEditor. onUpdate(GThemes themes)
Called when a property event has been fired and the edited entry needs to be updated.Uses of GThemes in com.iizigo.prop.editor.dialog
Methods in com.iizigo.prop.editor.dialog that return GThemes Modifier and Type Method Description GThemes
SingleSelectThemesDialog. open()
Open the dialog.GThemes
ThemesDialog. open()
Open the dialog.Constructors in com.iizigo.prop.editor.dialog with parameters of type GThemes Constructor Description SingleSelectThemesDialog(org.eclipse.swt.widgets.Shell parent, java.lang.String title, java.lang.String head, GThemes theme, GThemes mask)
Create the dialog.ThemesDialog(org.eclipse.swt.widgets.Shell parent, GThemes themes, boolean isMask, GThemes mask)
Create the dialog.Uses of GThemes in com.iizix.prop
Methods in com.iizix.prop that return GThemes Modifier and Type Method Description GThemes
ModuleApp. computePossibleThemes()
Lengthy helper function to compute the possible themes for a module application.GThemes
ModuleApp. getApplicationThemes()
Gets the application themes to use for desktop and mobile that are supported.GThemes
ModuleApp. getDefaultThemes()
Gets the default themes to use for desktop and mobile.GThemes
FolderSettingsProp. getThemesMask()
Gets the Themes mask for panels.GThemes
FolderURIPropCnr. getThemesMask(GThemes initialMask)
Gets the Panels Themes mask when this folder is in the Panel folder.Methods in com.iizix.prop with parameters of type GThemes Modifier and Type Method Description GThemes
FolderURIPropCnr. getThemesMask(GThemes initialMask)
Gets the Panels Themes mask when this folder is in the Panel folder.Uses of GThemes in com.iizix.prop.ui
Methods in com.iizix.prop.ui that return GThemes Modifier and Type Method Description GThemes
UIPanelBase. getThemes()
Gets the configured themes for the panel.Uses of GThemes in com.iizix.prop.ui.device
Fields in com.iizix.prop.ui.device declared as GThemes Modifier and Type Field Description static GThemes
GThemes. ANY_MASK
The "ANY_MASK" themes mask, could replace a mask with "null" value (note: not the sameNONE
).static GThemes
GThemes. DEFAULT_DESKTOP
The default theme selection for desktop, i.e.static GThemes
GThemes. DEFAULT_MASK
The default theme selection: allow all, both desktop and mobile.static GThemes
GThemes. DEFAULT_MOBILE
The default theme selection for mobile, all default desktop theme and all mobile themes.static GThemes
GThemes. DEFAULT_STARTUP
The default start-up theme for the app: Flat and iOS7+.static GThemes
GThemes. DESKTOP_MASK
The default theme selection for any desktop theme and no mobile themes.static GThemes
GThemes. MOBILE_MASK
The default theme selection for any mobile theme and no desktop themes.static GThemes
GThemes. NONE
The "NONE" themes mask when intersection is too narrow.Methods in com.iizix.prop.ui.device that return GThemes Modifier and Type Method Description GThemes
GThemes. computeIntersection(GThemes mask)
Computes the "intersection" of this mask and another one.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. from(ReadTransaction trans)
Creates a color from a transaction.static GThemes
GThemes. from(java.lang.String string)
Creates an instance of the themes from a string.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.Methods in com.iizix.prop.ui.device with parameters of type GThemes Modifier and Type Method Description GThemes
GThemes. computeIntersection(GThemes mask)
Computes the "intersection" of this mask and another one.boolean
ThemesProp. setPropValue(GThemes newValue)
Sets a new value for this property.java.lang.String
GThemes. verify(GThemes mask)
Verifies if the current theme is not "masked away" from its initial intents.Constructors in com.iizix.prop.ui.device with parameters of type GThemes Constructor Description ThemesProp(Atom propertyAtom, GThemes newValue)
Creates a themes property with the specified name and value.