|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectyu.ac.bg.etf.javaqx.qswing.Style
Style. The replacement for javax.swing.LookAndFeel class.
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 |
public Style()
Method Detail |
public abstract java.lang.String getName()
public abstract java.lang.String getDescription()
public abstract boolean isSupported()
public abstract boolean isPlatformStyle()
public abstract Theme getTheme()
public boolean equals(java.lang.Object obj)
public int hashCode()
public java.lang.String toString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |