yu.ac.bg.etf.javaqx.qswing.styles
Class SystemTheme

java.lang.Object
  extended byyu.ac.bg.etf.javaqx.qswing.styles.Theme
      extended byyu.ac.bg.etf.javaqx.qswing.styles.AbstractTheme
          extended byyu.ac.bg.etf.javaqx.qswing.styles.SystemTheme

public final class SystemTheme
extends AbstractTheme

System Theme.

Version:
0.2.0
Author:
Slobodan Vrkacevic (slobodan.vrkacevic@gmail.com)

Constructor Summary
SystemTheme()
          Constructs new SystemTheme object.
 
Method Summary
 boolean isSupported()
          Returns true if the theme is supported on the platform.
 
Methods inherited from class yu.ac.bg.etf.javaqx.qswing.styles.AbstractTheme
getColorPalette, getFontSet, getName, hashCode
 
Methods inherited from class yu.ac.bg.etf.javaqx.qswing.styles.Theme
equals, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SystemTheme

public SystemTheme()
Constructs new SystemTheme object.

Method Detail

isSupported

public boolean isSupported()
Returns true if the theme is supported on the platform.

Specified by:
isSupported in class Theme
Returns:
true if the theme is supported on the platform


Copyright © 2007 ETF and contributors. All Rights Reserved.