public class IvMDecorator
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
IvMDecorator.IvMButtonUI |
static class |
IvMDecorator.IvMCheckBoxUI |
static class |
IvMDecorator.IvMComboBoxUI<X> |
static class |
IvMDecorator.IvMLabelUI |
static class |
IvMDecorator.IvMMultiComboBoxUI<X> |
static class |
IvMDecorator.IvMPanel |
static class |
IvMDecorator.IvMPanelUI |
static class |
IvMDecorator.IvMTextAreaUI |
Modifier and Type | Field and Description |
---|---|
static java.awt.Color |
backGroundColour1 |
static java.awt.Color |
backGroundColour2 |
static java.awt.Color |
buttonColour |
static java.awt.Font |
font |
static java.awt.Font |
fontLarger |
static java.awt.Font |
fontMonoSpace |
static float |
fontSize |
static float |
fontSizeLarger |
static java.awt.Color |
textColour |
Constructor and Description |
---|
IvMDecorator() |
Modifier and Type | Method and Description |
---|---|
static void |
decorate(javax.swing.JButton button) |
static void |
decorate(javax.swing.JCheckBox checkBox) |
static <X> void |
decorate(javax.swing.JComboBox<X> combobox) |
static void |
decorate(javax.swing.JLabel label) |
static void |
decorate(javax.swing.JTextArea textArea) |
static <X> void |
decorate(MultiComboBox<X> combobox) |
static java.awt.GradientPaint |
getGradient(int height) |
public static final java.awt.Color textColour
public static final java.awt.Color buttonColour
public static final java.awt.Color backGroundColour1
public static final java.awt.Color backGroundColour2
public static final float fontSize
public static final float fontSizeLarger
public static final java.awt.Font font
public static final java.awt.Font fontLarger
public static final java.awt.Font fontMonoSpace
public static java.awt.GradientPaint getGradient(int height)
public static void decorate(javax.swing.JLabel label)
public static void decorate(javax.swing.JButton button)
public static <X> void decorate(javax.swing.JComboBox<X> combobox)
public static <X> void decorate(MultiComboBox<X> combobox)
public static void decorate(javax.swing.JCheckBox checkBox)
public static void decorate(javax.swing.JTextArea textArea)