| Package | Description |
|---|---|
| org.freedesktop | |
| org.freedesktop.cursors | |
| org.freedesktop.desktopentry | |
| org.freedesktop.icons | |
| org.freedesktop.mime | |
| org.freedesktop.themes | |
| org.freedesktop.wallpapers |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFreedesktopService<T extends FreedesktopEntity>
Abstract implementations of a
FreedesktopService that provides
methods for maintaining the list of base directories (common to all
specifications). |
| 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 |
DesktopEntryService |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultDesktopEntryService
Default implementations of an
WallpaperService. |
class |
LinuxDesktopEntryService |
| 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 | Interface and Description |
|---|---|
interface |
AliasService |
interface |
GlobService |
interface |
MagicService |
interface |
MIMEService |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAliasService |
class |
DefaultGlobService |
class |
DefaultMagicService |
class |
DefaultMIMEService |
class |
LinuxAliasService |
class |
LinuxGlobService |
class |
LinuxMagicService |
class |
LinuxMIMEService |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ThemeService<T extends Theme>
Implementations of this service interface provide an easy way for Java to use
the freedesktop.org's various
theme specications.
|
| 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.