public abstract class IvMDecoratorAbstract extends java.lang.Object implements IvMDecoratorI
Modifier and Type | Class and Description |
---|---|
class |
IvMDecoratorAbstract.IvMButtonUI |
class |
IvMDecoratorAbstract.IvMCheckBoxUI |
class |
IvMDecoratorAbstract.IvMComboBoxUI<X> |
class |
IvMDecoratorAbstract.IvMLabelUI |
class |
IvMDecoratorAbstract.IvMMultiComboBoxUI<X> |
class |
IvMDecoratorAbstract.IvMPanelUI |
class |
IvMDecoratorAbstract.IvMTextAreaUI |
Constructor and Description |
---|
IvMDecoratorAbstract() |
Modifier and Type | Method and Description |
---|---|
void |
decorate(javax.swing.JButton button) |
void |
decorate(javax.swing.JCheckBox checkBox) |
<X> void |
decorate(javax.swing.JComboBox<X> combobox) |
void |
decorate(javax.swing.JLabel label) |
void |
decorate(javax.swing.JTextArea textArea) |
<X> void |
decorate(MultiComboBox<X> combobox) |
java.awt.Font |
font() |
java.awt.Font |
fontLarger() |
java.awt.Font |
fontMonoSpace() |
java.awt.GradientPaint |
getGradient(int height) |
javax.swing.JPanel |
getPanel() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
backGroundColour1, backGroundColour2, buttonColour, fontSize, fontSizeLarger, paddings, textColour
public javax.swing.JPanel getPanel()
getPanel
in interface IvMDecoratorI
public java.awt.GradientPaint getGradient(int height)
getGradient
in interface IvMDecoratorI
public void decorate(javax.swing.JLabel label)
decorate
in interface IvMDecoratorI
public void decorate(javax.swing.JButton button)
decorate
in interface IvMDecoratorI
public <X> void decorate(javax.swing.JComboBox<X> combobox)
decorate
in interface IvMDecoratorI
public <X> void decorate(MultiComboBox<X> combobox)
decorate
in interface IvMDecoratorI
public void decorate(javax.swing.JCheckBox checkBox)
decorate
in interface IvMDecoratorI
public void decorate(javax.swing.JTextArea textArea)
decorate
in interface IvMDecoratorI
public java.awt.Font font()
font
in interface IvMDecoratorI
public java.awt.Font fontLarger()
fontLarger
in interface IvMDecoratorI
public java.awt.Font fontMonoSpace()
fontMonoSpace
in interface IvMDecoratorI