|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectartofillusion.ui.ThemeManager.ButtonStyle
public static class ThemeManager.ButtonStyle
nested ButtonStyle class.
Forms a chain of ButtonStyle objects for a particular Theme.
ButtonStyle objects store all the attributes of the defining XML as
elements of a Map. These values can be accessed by calling
getAttribute(String)
.
Constructor Summary | |
---|---|
ThemeManager.ButtonStyle(org.w3c.dom.Node node)
create a new ButtonStyle by parsing the XML represented by node. |
Method Summary | |
---|---|
java.lang.String |
getAttribute(java.lang.String name)
get the named attribute value. |
ThemeManager.ButtonStyle |
getStyle(java.lang.Object owner)
get the ButtonStyle assocaited with owner |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ThemeManager.ButtonStyle(org.w3c.dom.Node node)
node
- the XML defining the style.Method Detail |
---|
public ThemeManager.ButtonStyle getStyle(java.lang.Object owner)
public java.lang.String getAttribute(java.lang.String name)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |