Package com.iizigo.panel
Interface IPreviewThemeProvider
-
- All Known Implementing Classes:
PanelEditor
public interface IPreviewThemeProvider
Provides the theme information for use with image previews.- Author:
- Christopher Mindus
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getThemes()
Gets the theme information for the current editor used for the image preview.
-
-
-
Method Detail
-
getThemes
java.lang.String getThemes()
Gets the theme information for the current editor used for the image preview. Currently this consists of the desktop and mobile themes separated by commas.- Returns:
- String consisting of the themes separated by commas, empty string means no theme (e.g. no mobile theme).
-
-