Constructs new UIStyle object with bindings from UIStyle.DEFAULT
Constructs new UIStyle object from given BindingSet object
Classic (0.16.*-like) windows style
Default windows style
Adds all values from given BindingSet object
Adds gui texture name to use for the specified window part
binding name
gui texture name
Adds an additional style object to the current style
additional style object to be added
a copy of the current style. Only style bindings of the current style are copied, no parent/additional styles are copied
[[java.util.Collection]] containing all binding names from the current style object
Gets texture binding bt its name. Searches first in the additional styles, then in the current style, then in all its parents
binding name
value to return on binding failure
gui texture name if current object, additional styles or one of the parents contains such a binding name, fallback otherwise.
If name is a style value (starts with "style:"), returns corresponding gui texture name, else returns input string
style value or bitmap name
Specifies parent style object for the current style
style to be set as parent
Generated using TypeDoc
Object representing window style. Window styles allows to customize the way your windows look like