|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.alee.managers.style.data.ComponentStyle
@XStreamConverter(value=ComponentStyleConverter.class) public final class ComponentStyle
Component style information class.
StyleManager
,
Serialized FormConstructor Summary | |
---|---|
ComponentStyle()
Constructs new component style information. |
Method Summary | |
---|---|
PainterStyle |
getBasePainter()
Returns component base painter. |
java.util.Map<java.lang.String,java.lang.Object> |
getComponentProperties()
Returns component properties. |
java.lang.String |
getExtendsId()
Returns extended component style ID or null if none extended. |
java.lang.String |
getId()
Returns component style ID. |
java.util.List<PainterStyle> |
getPainters()
Returns component painters. |
SupportedComponent |
getType()
Returns supported component type. |
java.util.Map<java.lang.String,java.lang.Object> |
getUIProperties()
Returns component UI properties. |
void |
setComponentProperties(java.util.Map<java.lang.String,java.lang.Object> componentProperties)
Sets component properties. |
void |
setExtendsId(java.lang.String id)
Sets extended component style ID. |
void |
setId(java.lang.String id)
Sets component style ID. |
void |
setPainters(java.util.List<PainterStyle> painters)
Sets component painters. |
void |
setType(SupportedComponent type)
Sets supported component type. |
void |
setUIProperties(java.util.Map<java.lang.String,java.lang.Object> uiProperties)
Sets component UI properties |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ComponentStyle()
Method Detail |
---|
public SupportedComponent getType()
public void setType(SupportedComponent type)
type
- new supported component typepublic java.lang.String getId()
public void setId(java.lang.String id)
id
- new component style IDpublic java.lang.String getExtendsId()
public void setExtendsId(java.lang.String id)
id
- new extended component style IDpublic java.util.Map<java.lang.String,java.lang.Object> getComponentProperties()
public void setComponentProperties(java.util.Map<java.lang.String,java.lang.Object> componentProperties)
componentProperties
- new component propertiespublic java.util.Map<java.lang.String,java.lang.Object> getUIProperties()
public void setUIProperties(java.util.Map<java.lang.String,java.lang.Object> uiProperties)
uiProperties
- new component UI propertiespublic java.util.List<PainterStyle> getPainters()
public void setPainters(java.util.List<PainterStyle> painters)
painters
- new component painterspublic PainterStyle getBasePainter()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |