Package | Description |
---|---|
com.teamdev.jxbrowser.ui |
The utility classes for the user interface (UI) related functionality.
|
Modifier and Type | Method and Description |
---|---|
static AppTheme |
AppTheme.forNumber(int value) |
AppTheme |
GetColorResponse.getTheme() |
AppTheme |
GetColorResponse.Builder.getTheme() |
AppTheme |
SetThemeColorRequest.getTheme() |
AppTheme |
SetThemeColorRequest.Builder.getTheme() |
static AppTheme |
AppTheme.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static AppTheme |
AppTheme.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static AppTheme |
AppTheme.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AppTheme[] |
AppTheme.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<AppTheme> |
AppTheme.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
GetColorResponse.Builder |
GetColorResponse.Builder.setTheme(AppTheme value) |
SetThemeColorRequest.Builder |
SetThemeColorRequest.Builder.setTheme(AppTheme value) |