yu.ac.bg.etf.javaqx.qswing
Class Style

java.lang.Object
  extended byyu.ac.bg.etf.javaqx.qswing.Style
Direct Known Subclasses:
AbstractStyle

public abstract class Style
extends java.lang.Object

Style. The replacement for javax.swing.LookAndFeel class.

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

Constructor Summary
Style()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          
abstract  java.lang.String getDescription()
          Returns the style description.
abstract  java.lang.String getName()
          Returns the style name.
abstract  Theme getTheme()
          Returns the style theme.
 int hashCode()
          
abstract  boolean isPlatformStyle()
          Returns true if the style is platform style.
abstract  boolean isSupported()
          Returns true if the style is supported on the platform.
 java.lang.String toString()
          
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Style

public Style()
Method Detail

getName

public abstract java.lang.String getName()
Returns the style name.

Returns:
the style name

getDescription

public abstract java.lang.String getDescription()
Returns the style description.

Returns:
the style description

isSupported

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

Returns:
true if the style is supported on the platform

isPlatformStyle

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

Returns:
true if the style is platform style

getTheme

public abstract Theme getTheme()
Returns the style theme.

Returns:
the style theme

equals

public boolean equals(java.lang.Object obj)


hashCode

public int hashCode()


toString

public java.lang.String toString()



Copyright © 2007 ETF and contributors. All Rights Reserved.