Uses of Interface
org.xnap.gui.theme.Theme

Packages that use Theme
org.xnap.gui.prefs Provides panels for the preferences dialog. 
org.xnap.gui.theme Provides a theme manager and theme implementation. 
org.xnap.plugin Provides interfaces and classes for plugins. 
org.xnap.plugin.laf.eclipse   
org.xnap.plugin.laf.liquid   
org.xnap.plugin.laf.technical   
 

Uses of Theme in org.xnap.gui.prefs
 

Methods in org.xnap.gui.prefs that return Theme
 Theme LookAndFeelPrefsPanel.getSelectedIconTheme()
           
 Theme LookAndFeelPrefsPanel.getSelectedTheme()
           
 

Uses of Theme in org.xnap.gui.theme
 

Classes in org.xnap.gui.theme that implement Theme
 class AbstractTheme
          This class provides a default implementation for a theme.
 class DefaultIconTheme
          This class provides the default set of KDE icons.
 class DefaultTheme
          This class provides a theme that makes use of a custom font.
 class MetalThemeWrapper
          This class provides a theme that wraps an existing MetalTheme.
 

Methods in org.xnap.gui.theme that return Theme
static Theme[] ThemeManager.getThemes()
          Returns a sorted array of all available themes.
 

Methods in org.xnap.gui.theme with parameters of type Theme
static void ThemeManager.addTheme(Theme theme)
           
static void ThemeManager.removeTheme(Theme theme)
           
static void ThemeManager.setTheme(Theme theme)
          Sets the current theme to theme.
 

Uses of Theme in org.xnap.plugin
 

Methods in org.xnap.plugin that return Theme
protected abstract  Theme AbstractThemePlugin.createTheme()
          Creates and returns the theme.
 Theme AbstractThemePlugin.getTheme()
           
 

Uses of Theme in org.xnap.plugin.laf.eclipse
 

Classes in org.xnap.plugin.laf.eclipse that implement Theme
 class EclipsePlugin.EclipseTheme
           
 

Methods in org.xnap.plugin.laf.eclipse that return Theme
protected  Theme EclipsePlugin.createTheme()
           
 

Uses of Theme in org.xnap.plugin.laf.liquid
 

Classes in org.xnap.plugin.laf.liquid that implement Theme
 class LiquidPlugin.LiquidTheme
           
 

Methods in org.xnap.plugin.laf.liquid that return Theme
protected  Theme LiquidPlugin.createTheme()
           
 

Uses of Theme in org.xnap.plugin.laf.technical
 

Classes in org.xnap.plugin.laf.technical that implement Theme
 class TechnicalPlugin.TechnicalTheme
           
 

Methods in org.xnap.plugin.laf.technical that return Theme
protected  Theme TechnicalPlugin.createTheme()
           
 



Copyright © 2001-2005 XNap Team. All Rights Reserved.