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

java.lang.Object
  extended byyu.ac.bg.etf.javaqx.qswing.Style
      extended byyu.ac.bg.etf.javaqx.qswing.styles.AbstractStyle
          extended byyu.ac.bg.etf.javaqx.qswing.styles.SystemStyle

public final class SystemStyle
extends AbstractStyle

System Style.

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

Field Summary
static java.lang.String STYLE_DESCRIPTION
          System style description.
static java.lang.String STYLE_NAME
          System style name.
 
Constructor Summary
SystemStyle()
          Constructs new SystemStyle object.
 
Method Summary
 boolean isPlatformStyle()
          Returns true if the style is platform style.
 boolean isSupported()
          Returns true if the style is supported on the platform.
 
Methods inherited from class yu.ac.bg.etf.javaqx.qswing.styles.AbstractStyle
getDescription, getName, getTheme, hashCode
 
Methods inherited from class yu.ac.bg.etf.javaqx.qswing.Style
equals, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

STYLE_NAME

public static final java.lang.String STYLE_NAME
System style name.


STYLE_DESCRIPTION

public static final java.lang.String STYLE_DESCRIPTION
System style description.

Constructor Detail

SystemStyle

public SystemStyle()
Constructs new SystemStyle object.

Method Detail

isSupported

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

Specified by:
isSupported in class Style
Returns:
true if the style is supported on the platform

isPlatformStyle

public boolean isPlatformStyle()
Returns true if the style is platform style.

Specified by:
isPlatformStyle in class Style
Returns:
true if the style is platform style


Copyright © 2007 ETF and contributors. All Rights Reserved.