Package | Description |
---|---|
io.keikai.theme |
Modifier and Type | Field and Description |
---|---|
static SpreadsheetStandardTheme.ThemeOrigin |
SpreadsheetStandardTheme.DEFAULT_ORIGIN
Origin of the default theme, it is inside zss.jar
|
Modifier and Type | Method and Description |
---|---|
SpreadsheetStandardTheme.ThemeOrigin |
SpreadsheetStandardTheme.getOrigin() |
static SpreadsheetStandardTheme.ThemeOrigin |
SpreadsheetStandardTheme.ThemeOrigin.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpreadsheetStandardTheme.ThemeOrigin[] |
SpreadsheetStandardTheme.ThemeOrigin.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
SpreadsheetThemes.register(String themeName,
SpreadsheetStandardTheme.ThemeOrigin origin)
Register the theme, and specifies its origin (e.g.
|
static void |
SpreadsheetThemes.register(String themeName,
String displayName,
int priority,
SpreadsheetStandardTheme.ThemeOrigin origin)
Register the theme, its display name, its priority; and also specifies
its origin (e.g.
|
Constructor and Description |
---|
SpreadsheetStandardTheme(String themeName,
SpreadsheetStandardTheme.ThemeOrigin origin)
Instantiate a standard theme
|
SpreadsheetStandardTheme(String themeName,
String displayName,
int priority,
SpreadsheetStandardTheme.ThemeOrigin origin)
Instantiate a standard theme
|
Copyright © 2020. All rights reserved.