| Package | Description |
|---|---|
| org.freedesktop.cursors | |
| org.freedesktop.icons | |
| org.freedesktop.themes | |
| org.freedesktop.wallpapers |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CursorService
Implementations of this service interface provide an easy way for Java to use
the freedesktop.org's cursor
themes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCursorService
Default implementations of an
CursorService. |
class |
LinuxCursorService
Extension of
DefaultCursorService that could be used on a Linux
system. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IconService
Implementations of this service interface provide an easy way for Java to use
the freedesktop.org's Icon Theme Specification.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultIconService
Default implementations of an
IconService. |
class |
LinuxIconService
Extension of
DefaultIconService that could be used on a Linux system. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractThemeService<T extends Theme>
Abstract implementations of a
ThemeService that provides methods
for maintaining the list of base directories (common to all themes). |
| Modifier and Type | Interface and Description |
|---|---|
interface |
WallpaperService
Implementations of this service interface provide an easy way for Java to use
the freedesktop.org's wallpaper
themes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultWallpaperService
Default implementations of an
WallpaperService. |
class |
LinuxWallpaperService
Extension of
DefaultWallpaperService that could be used on a Linux
system. |
Copyright © 2016. All rights reserved.