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 GThemesGets 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.voidCalled 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 GThemesGThemes.ANY_MASKThe "ANY_MASK" themes mask, could replace a mask with "null" value (note: not the sameNONE).static final GThemesGThemes.DEFAULT_DESKTOPThe default theme selection for desktop, i.e.static final GThemesGThemes.DEFAULT_MASKThe default theme selection: allow all, both desktop and mobile.static final GThemesGThemes.DEFAULT_MOBILEThe default theme selection for mobile, all default desktop theme and all mobile themes.static final GThemesGThemes.DEFAULT_STARTUPThe default start-up theme for the app: Flat and iOS7+.static final GThemesGThemes.DESKTOP_MASKThe default theme selection for any desktop theme and no mobile themes.static final GThemesGThemes.MOBILE_MASKThe default theme selection for any mobile theme and no desktop themes.static final GThemesGThemes.NONEThe "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 GThemesGThemes.from(int type, UIThemes.Name[] desktop, UIThemes.Name[] mobile) Creates a new instance of themes or grabs a cached copy.static GThemesGThemes.from(ReadTransaction trans) Creates a color from a transaction.static GThemesCreates an instance of the themes from a string.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.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.booleanThemesProp.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.