org.xnap.gui.theme
Class DefaultIconTheme

java.lang.Object
  extended by org.xnap.gui.theme.AbstractTheme
      extended by org.xnap.gui.theme.DefaultIconTheme
All Implemented Interfaces:
Theme
Direct Known Subclasses:
EclipsePlugin.EclipseTheme, LiquidPlugin.LiquidTheme, TechnicalPlugin.TechnicalTheme

public class DefaultIconTheme
extends AbstractTheme

This class provides the default set of KDE icons.


Constructor Summary
DefaultIconTheme()
           
DefaultIconTheme(java.lang.String name)
           
 
Method Summary
 void install()
          Sets the default icon path.
 boolean isIconTheme()
          Returns true.
 
Methods inherited from class org.xnap.gui.theme.AbstractTheme
createProperties, getClassName, getName, isConfigurable, showConfigurationDialog, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DefaultIconTheme

public DefaultIconTheme(java.lang.String name)

DefaultIconTheme

public DefaultIconTheme()
Method Detail

install

public void install()
Sets the default icon path.

See Also:
IconHelper.setIconPath(String)

isIconTheme

public boolean isIconTheme()
Returns true.

Specified by:
isIconTheme in interface Theme
Overrides:
isIconTheme in class AbstractTheme


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