|
|||||||||
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
yu.ac.bg.etf.javaqx.qswing.styles.CustomStyle
Custom Style.
Constructor Summary | |
CustomStyle(java.lang.String name,
java.lang.String description,
Theme theme)
Constructs new SystemStyle object. |
|
CustomStyle(java.lang.String name,
Theme theme)
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 |
Constructor Detail |
public CustomStyle(java.lang.String name, Theme theme)
name
- the style nametheme
- the style themepublic CustomStyle(java.lang.String name, java.lang.String description, Theme theme)
name
- the style namedescription
- the style descriptiontheme
- the style themeMethod Detail |
public boolean isSupported()
isSupported
in class Style
public boolean isPlatformStyle()
isPlatformStyle
in class Style
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |