Uses of Class
org.apache.pivot.wtk.Theme
-
Packages that use Theme Package Description org.apache.pivot.wtk Contains classes that define the structure and behavior of WTK user interface components.org.apache.pivot.wtk.skin Contains common skins and abstract base classes for theme-specific skins.org.apache.pivot.wtk.skin.terra Defines skin classes for the "Terra" theme. -
-
Uses of Theme in org.apache.pivot.wtk
Methods in org.apache.pivot.wtk that return Theme Modifier and Type Method Description static Theme
Theme. getTheme()
-
Uses of Theme in org.apache.pivot.wtk.skin
Methods in org.apache.pivot.wtk.skin that return Theme Modifier and Type Method Description Theme
ComponentSkin. currentTheme()
Returns the current Theme. -
Uses of Theme in org.apache.pivot.wtk.skin.terra
Subclasses of Theme in org.apache.pivot.wtk.skin.terra Modifier and Type Class Description class
TerraTheme
The default (and only) Pivot theme ("Terra"), which is highly customizable as far as color and style using configuration files and runtime attributes.
-