Uses of Class
com.iizix.prop.ui.device.GThemes
Package
Description
Uses of GThemes in com.iizigo.panel
ModifierConstructorDescriptionThemesComposite
(org.eclipse.swt.widgets.Composite parent, int marginLeft, int marginRight, int marginTop, int marginBottom, GThemes edit, GThemes editMobile, GThemes mask, boolean isMaskEditing, boolean isNewPanelWizard, Runnable validateRunner) Constructor.Uses of GThemes in com.iizigo.prop.editor
Modifier and TypeMethodDescriptionThemesPropEditor.getDefaultValue()
Gets the default defined value to set in the property when defined.protected GThemes
Gets the property value for a user input.Modifier and TypeMethodDescriptionThemesPropEditor.formatValue
(GThemes value) Formats the value for user input as a String.void
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
Modifier and TypeMethodDescriptionSingleSelectThemesDialog.open()
Open the dialog.ThemesDialog.open()
Open the dialog.ModifierConstructorDescriptionSingleSelectThemesDialog
(org.eclipse.swt.widgets.Shell parent, String title, 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
Modifier and TypeMethodDescriptionModuleApp.computePossibleThemes()
Lengthy helper function to compute the possible themes for a module application.ModuleApp.getApplicationThemes()
Gets the application themes to use for desktop and mobile that are supported.ModuleApp.getDefaultThemes()
Gets the default themes to use for desktop and mobile.FolderSettingsProp.getThemesMask()
Gets the Themes mask for panels.FolderURIPropCnr.getThemesMask
(GThemes initialMask) Gets the Panels Themes mask when this folder is in the Panel folder.Modifier and TypeMethodDescriptionFolderURIPropCnr.getThemesMask
(GThemes initialMask) Gets the Panels Themes mask when this folder is in the Panel folder.Uses of GThemes in com.iizix.prop.ui
Uses of GThemes in com.iizix.prop.ui.device
Modifier and TypeFieldDescriptionstatic final GThemes
GThemes.ANY_MASK
The "ANY_MASK" themes mask, could replace a mask with "null" value (note: not the sameNONE
).static final GThemes
GThemes.DEFAULT_DESKTOP
The default theme selection for desktop, i.e.static final GThemes
GThemes.DEFAULT_MASK
The default theme selection: allow all, both desktop and mobile.static final GThemes
GThemes.DEFAULT_MOBILE
The default theme selection for mobile, all default desktop theme and all mobile themes.static final GThemes
GThemes.DEFAULT_STARTUP
The default start-up theme for the app: Flat and iOS7+.static final GThemes
GThemes.DESKTOP_MASK
The default theme selection for any desktop theme and no mobile themes.static final GThemes
GThemes.MOBILE_MASK
The default theme selection for any mobile theme and no desktop themes.static final GThemes
GThemes.NONE
The "NONE" themes mask when intersection is too narrow.Modifier and TypeMethodDescriptionGThemes.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
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.Modifier and TypeMethodDescriptionGThemes.computeIntersection
(GThemes mask) Computes the "intersection" of this mask and another one.boolean
ThemesProp.setPropValue
(GThemes newValue) Sets a new value for this property.Verifies if the current theme is not "masked away" from its initial intents.ModifierConstructorDescriptionThemesProp
(Atom propertyAtom, GThemes newValue) Creates a themes property with the specified name and value.