|
|||||||||
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
yu.ac.bg.etf.javaqx.qswing.styles.AbstractStyle
Abstract Style.
Constructor Summary | |
protected |
AbstractStyle(java.lang.String name,
java.lang.String description,
Theme theme)
Abstract Style. |
Method Summary | |
java.lang.String |
getDescription()
Returns the style description. |
java.lang.String |
getName()
Returns the style name. |
Theme |
getTheme()
Returns the style theme. |
int |
hashCode()
|
Methods inherited from class yu.ac.bg.etf.javaqx.qswing.Style |
equals, isPlatformStyle, isSupported, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
protected AbstractStyle(java.lang.String name, java.lang.String description, Theme theme)
name
- the namedescription
- the descriptiontheme
- the theme
java.lang.IllegalArgumentException
- if the name is nullMethod Detail |
public int hashCode()
hashCode
in class Style
public java.lang.String getName()
getName
in class Style
public java.lang.String getDescription()
getDescription
in class Style
public Theme getTheme()
getTheme
in class Style
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |