public class StyleableInfo<T extends javax.swing.JComponent> extends AbstractComponentInfo<T>
dialogType, frameType, glassPaneType, hiddenColor, layeredPaneType, marginColor, paddingColor, styleIdColor, unknownType, visibleAwtColor, visibleColor, windowType| Constructor and Description |
|---|
StyleableInfo() |
| Modifier and Type | Method and Description |
|---|---|
javax.swing.ImageIcon |
getIcon(StyleableComponent type,
T component)
Returns icon for the specified component.
|
java.lang.String |
getText(StyleableComponent type,
T component)
Returns string value for the specified component.
|
getTitleColor, renderInsetspublic javax.swing.ImageIcon getIcon(StyleableComponent type, T component)
ComponentInfonull to use default component icon.type - styleable component typecomponent - component to provide icon forpublic java.lang.String getText(StyleableComponent type, T component)
ComponentInfotype - styleable component typecomponent - object to provide text for