Uses of Class
com.iizix.prop.ui.device.GThemes
Packages that use GThemes
Package
Description
Uses of GThemes in com.iizigo.panel
Methods in com.iizigo.panel that return GThemesConstructors in com.iizigo.panel with parameters of type GThemesModifierConstructorDescriptionThemesComposite
(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
Methods in com.iizigo.prop.editor that return GThemesModifier 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.Methods in com.iizigo.prop.editor with parameters of type GThemesModifier 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
Methods in com.iizigo.prop.editor.dialog that return GThemesModifier and TypeMethodDescriptionSingleSelectThemesDialog.open()
Open the dialog.ThemesDialog.open()
Open the dialog.Constructors in com.iizigo.prop.editor.dialog with parameters of type GThemesModifierConstructorDescriptionSingleSelectThemesDialog
(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
Methods in com.iizix.prop that return GThemesModifier 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.Methods in com.iizix.prop with parameters of type GThemesModifier 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
Methods in com.iizix.prop.ui that return GThemesUses of GThemes in com.iizix.prop.ui.device
Fields in com.iizix.prop.ui.device declared as GThemesModifier 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.Methods in com.iizix.prop.ui.device that return GThemesModifier 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.Methods in com.iizix.prop.ui.device with parameters of type GThemesModifier 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.Constructors in com.iizix.prop.ui.device with parameters of type GThemesModifierConstructorDescriptionThemesProp
(Atom propertyAtom, GThemes newValue) Creates a themes property with the specified name and value.