Annotation Interface Theme.Action
- Enclosing class:
- Theme
Theme actions to perform the operations accordingly.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Constant for the apply theme action.static final int
Constant for the theme capture action.static final int
Constant for the copy theme action.static final int
Constant for the delete theme action.static final int
Constant for the edit theme action.static final int
Constant for the import theme action.static final int
Constant for the import (from file) theme action.static final int
Constant for the invalid theme action.static final int
Constant for the save theme action.static final int
Constant for the save theme (code) action.static final int
Constant for the save theme (file) action.static final int
Constant for the import theme selection action with day and night themes.static final int
Constant for the import theme selection action with all the themes including remote theme.static final int
Constant for the import theme selection action with all the themes.static final int
Constant for the share theme action.static final int
Constant for the share theme (with code) action.static final int
Constant for the share theme (only text) action.static final int
Constant for the share theme (with file) action.
-
Field Details
-
SELECT_ALL
static final int SELECT_ALLConstant for the import theme selection action with all the themes including remote theme.- See Also:
-
SELECT_APP
static final int SELECT_APPConstant for the import theme selection action with all the themes.- See Also:
-
SELECT
static final int SELECTConstant for the import theme selection action with day and night themes.- See Also:
-
INVALID
static final int INVALIDConstant for the invalid theme action.- See Also:
-
APPLY
static final int APPLYConstant for the apply theme action.- See Also:
-
COPY
static final int COPYConstant for the copy theme action.- See Also:
-
SHARE
static final int SHAREConstant for the share theme action.- See Also:
-
SHARE_DATA
static final int SHARE_DATAConstant for the share theme (only text) action.- See Also:
-
SHARE_FILE
static final int SHARE_FILEConstant for the share theme (with file) action.- See Also:
-
SHARE_CODE
static final int SHARE_CODEConstant for the share theme (with code) action.- See Also:
-
EDIT
static final int EDITConstant for the edit theme action.- See Also:
-
SAVE
static final int SAVEConstant for the save theme action.- See Also:
-
SAVE_FILE
static final int SAVE_FILEConstant for the save theme (file) action.- See Also:
-
SAVE_CODE
static final int SAVE_CODEConstant for the save theme (code) action.- See Also:
-
IMPORT
static final int IMPORTConstant for the import theme action.- See Also:
-
IMPORT_FILE
static final int IMPORT_FILEConstant for the import (from file) theme action.- See Also:
-
CAPTURE
static final int CAPTUREConstant for the theme capture action.- See Also:
-
DELETE
static final int DELETEConstant for the delete theme action.- See Also:
-