JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
userinterface.interfaces
Interface IThemeSwitcher
All Known Implementing Classes:
OperationFragment
,
StartWindowContent
,
StartWindowLog
,
StartWindowOutput
,
StartWindowToolbox
,
StartWindowTopBar
,
VisualEditFragment
public interface
IThemeSwitcher
Switch to a different theme mode for the application layout.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
toDarkMode
()
Switch fragment to dark mode appearance.
void
toLightMode
()
Switch fragment to light mode appearance.
Method Detail
toDarkMode
void toDarkMode()
Switch fragment to dark mode appearance.
toLightMode
void toLightMode()
Switch fragment to light mode appearance.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method