public class TreeTableNodeFormatBasic extends Object implements TreeTableNodeFormat
| Modifier and Type | Field and Description |
|---|---|
protected xyz.cofe.collection.Convertor<Object,String> |
convertor |
protected String |
fontFamily |
protected Float |
fontSize |
protected Integer |
iconWidthMin |
protected Boolean |
italic |
protected Float |
weight |
| Constructor and Description |
|---|
TreeTableNodeFormatBasic() |
TreeTableNodeFormatBasic(TreeTableNodeFormatBasic sample) |
| Modifier and Type | Method and Description |
|---|---|
TreeTableNodeFormatBasic |
clone() |
AttributedString |
createAttributedString(String text,
Object value) |
Color |
getBackground() |
Boolean |
getBold() |
xyz.cofe.collection.Convertor<Object,String> |
getConvertor() |
String |
getFontFamily() |
Float |
getFontSize() |
Color |
getForeground() |
List<Icon> |
getIcons() |
Integer |
getIconWidthMin() |
Boolean |
getItalic() |
Float |
getWeight() |
void |
merge(TreeTableNodeFormat fmt) |
void |
setBackground(Color background) |
void |
setBold(Boolean bold) |
void |
setConvertor(xyz.cofe.collection.Convertor<Object,String> convertor) |
void |
setFontFamily(String fontFamily) |
void |
setFontSize(Float fontSize) |
void |
setForeground(Color foreground) |
void |
setIcons(List<Icon> icons) |
void |
setIconWidthMin(Integer iconWidthMin) |
void |
setItalic(Boolean italic) |
void |
setWeight(Float weight) |
protected String fontFamily
protected Float fontSize
protected Boolean italic
protected Float weight
protected Integer iconWidthMin
public TreeTableNodeFormatBasic()
public TreeTableNodeFormatBasic(TreeTableNodeFormatBasic sample)
public TreeTableNodeFormatBasic clone()
clone in interface TreeTableNodeFormatclone in class Objectpublic AttributedString createAttributedString(String text, Object value)
createAttributedString in interface TreeTableNodeFormatpublic String getFontFamily()
getFontFamily in interface TreeTableNodeFormatpublic void setFontFamily(String fontFamily)
setFontFamily in interface TreeTableNodeFormatpublic Float getFontSize()
getFontSize in interface TreeTableNodeFormatpublic void setFontSize(Float fontSize)
setFontSize in interface TreeTableNodeFormatpublic Boolean getItalic()
getItalic in interface TreeTableNodeFormatpublic void setItalic(Boolean italic)
setItalic in interface TreeTableNodeFormatpublic Boolean getBold()
getBold in interface TreeTableNodeFormatpublic void setBold(Boolean bold)
setBold in interface TreeTableNodeFormatpublic Float getWeight()
getWeight in interface TreeTableNodeFormatpublic void setWeight(Float weight)
setWeight in interface TreeTableNodeFormatpublic Color getBackground()
getBackground in interface TreeTableNodeFormatpublic void setBackground(Color background)
setBackground in interface TreeTableNodeFormatpublic Color getForeground()
getForeground in interface TreeTableNodeFormatpublic void setForeground(Color foreground)
setForeground in interface TreeTableNodeFormatpublic List<Icon> getIcons()
getIcons in interface TreeTableNodeFormatpublic void setIcons(List<Icon> icons)
setIcons in interface TreeTableNodeFormatpublic xyz.cofe.collection.Convertor<Object,String> getConvertor()
getConvertor in interface TreeTableNodeFormatpublic void setConvertor(xyz.cofe.collection.Convertor<Object,String> convertor)
setConvertor in interface TreeTableNodeFormatpublic Integer getIconWidthMin()
getIconWidthMin in interface TreeTableNodeFormatpublic void setIconWidthMin(Integer iconWidthMin)
setIconWidthMin in interface TreeTableNodeFormatpublic void merge(TreeTableNodeFormat fmt)
merge in interface TreeTableNodeFormatCopyright © 2017. All rights reserved.