Annotation Interface Theme.Action

Enclosing class:
Theme

@Retention(SOURCE) public static @interface Theme.Action
Theme actions to perform the operations accordingly.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static 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_ALL
      Constant for the import theme selection action with all the themes including remote theme.
      See Also:
    • SELECT_APP

      static final int SELECT_APP
      Constant for the import theme selection action with all the themes.
      See Also:
    • SELECT

      static final int SELECT
      Constant for the import theme selection action with day and night themes.
      See Also:
    • INVALID

      static final int INVALID
      Constant for the invalid theme action.
      See Also:
    • APPLY

      static final int APPLY
      Constant for the apply theme action.
      See Also:
    • COPY

      static final int COPY
      Constant for the copy theme action.
      See Also:
    • SHARE

      static final int SHARE
      Constant for the share theme action.
      See Also:
    • SHARE_DATA

      static final int SHARE_DATA
      Constant for the share theme (only text) action.
      See Also:
    • SHARE_FILE

      static final int SHARE_FILE
      Constant for the share theme (with file) action.
      See Also:
    • SHARE_CODE

      static final int SHARE_CODE
      Constant for the share theme (with code) action.
      See Also:
    • EDIT

      static final int EDIT
      Constant for the edit theme action.
      See Also:
    • SAVE

      static final int SAVE
      Constant for the save theme action.
      See Also:
    • SAVE_FILE

      static final int SAVE_FILE
      Constant for the save theme (file) action.
      See Also:
    • SAVE_CODE

      static final int SAVE_CODE
      Constant for the save theme (code) action.
      See Also:
    • IMPORT

      static final int IMPORT
      Constant for the import theme action.
      See Also:
    • IMPORT_FILE

      static final int IMPORT_FILE
      Constant for the import (from file) theme action.
      See Also:
    • CAPTURE

      static final int CAPTURE
      Constant for the theme capture action.
      See Also:
    • DELETE

      static final int DELETE
      Constant for the delete theme action.
      See Also: