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 GThemesThemesComposite. 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 GThemesThemesPropEditor. getDefaultValue()Gets the default defined value to set in the property when defined.protected GThemesThemesPropEditor. 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.StringThemesPropEditor. formatValue(GThemes value)Formats the value for user input as a String.voidThemesPropEditor. 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 GThemesSingleSelectThemesDialog. open()Open the dialog.GThemesThemesDialog. 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 GThemesModuleApp. computePossibleThemes()Lengthy helper function to compute the possible themes for a module application.GThemesModuleApp. getApplicationThemes()Gets the application themes to use for desktop and mobile that are supported.GThemesModuleApp. getDefaultThemes()Gets the default themes to use for desktop and mobile.GThemesFolderSettingsProp. getThemesMask()Gets the Themes mask for panels.GThemesFolderURIPropCnr. 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 GThemesFolderURIPropCnr. 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 GThemesUIPanelBase. 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 GThemesGThemes. ANY_MASKThe "ANY_MASK" themes mask, could replace a mask with "null" value (note: not the sameNONE).static GThemesGThemes. DEFAULT_DESKTOPThe default theme selection for desktop, i.e.static GThemesGThemes. DEFAULT_MASKThe default theme selection: allow all, both desktop and mobile.static GThemesGThemes. DEFAULT_MOBILEThe default theme selection for mobile, all default desktop theme and all mobile themes.static GThemesGThemes. DEFAULT_STARTUPThe default start-up theme for the app: Flat and iOS7+.static GThemesGThemes. DESKTOP_MASKThe default theme selection for any desktop theme and no mobile themes.static GThemesGThemes. MOBILE_MASKThe default theme selection for any mobile theme and no desktop themes.static GThemesGThemes. NONEThe "NONE" themes mask when intersection is too narrow.Methods in com.iizix.prop.ui.device that return GThemes Modifier and Type Method Description GThemesGThemes. 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 GThemesGThemes. from(java.lang.String string)Creates 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 GThemes Modifier and Type Method Description GThemesGThemes. computeIntersection(GThemes mask)Computes the "intersection" of this mask and another one.booleanThemesProp. setPropValue(GThemes newValue)Sets a new value for this property.java.lang.StringGThemes. 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.