|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.xnap.gui.theme.MetalThemeWrapper
public class MetalThemeWrapper
This class provides a theme that wraps an existing MetalTheme
.
Constructor Summary | |
---|---|
MetalThemeWrapper(javax.swing.plaf.metal.MetalTheme theme)
|
Method Summary | |
---|---|
java.lang.String |
getClassName()
Returns the class name of the theme. |
java.lang.String |
getName()
Returns the name theme. |
javax.swing.plaf.metal.MetalTheme |
getTheme()
|
void |
install()
Installs the theme. |
boolean |
isConfigurable()
Returns false. |
boolean |
isIconTheme()
Returns false. |
boolean |
showConfigurationDialog(java.awt.Component parent)
Does nothing. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MetalThemeWrapper(javax.swing.plaf.metal.MetalTheme theme)
Method Detail |
---|
public void install()
Theme
ThemeManager
.
install
in interface Theme
public java.lang.String getClassName()
getClassName
in interface Theme
public java.lang.String getName()
getName
in interface Theme
public javax.swing.plaf.metal.MetalTheme getTheme()
public boolean isConfigurable()
isConfigurable
in interface Theme
Theme.showConfigurationDialog(Component)
public boolean isIconTheme()
isIconTheme
in interface Theme
public boolean showConfigurationDialog(java.awt.Component parent)
showConfigurationDialog
in interface Theme
Theme.isConfigurable()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |