|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Theme
Defines the requirements for XNap GUI themes.
Method Summary | |
---|---|
java.lang.String |
getClassName()
Returns a unique identifier. |
java.lang.String |
getName()
Returns the name of this theme. |
void |
install()
Installs the theme. |
boolean |
isConfigurable()
Returns true, if this theme provides additional configuration options. |
boolean |
isIconTheme()
Returns true, if this theme provides a custom set of icons. |
boolean |
showConfigurationDialog(java.awt.Component parent)
Show a configuration dialog. |
Method Detail |
---|
void install()
ThemeManager
.
java.lang.String getClassName()
java.lang.String getName()
boolean isConfigurable()
showConfigurationDialog(Component)
boolean isIconTheme()
boolean showConfigurationDialog(java.awt.Component parent)
isConfigurable()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |