Class IvMDecorator
- java.lang.Object
-
- org.processmining.plugins.inductiveVisualMiner.helperClasses.decoration.IvMDecorator
-
@Deprecated public class IvMDecorator extends java.lang.ObjectDeprecated.Class to decorate gui elements. Adapted from Fluxicon's Slicker Factory.- Author:
- sander
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIvMDecorator.IvMButtonUIDeprecated.static classIvMDecorator.IvMCheckBoxUIDeprecated.static classIvMDecorator.IvMComboBoxUI<X>Deprecated.static classIvMDecorator.IvMLabelUIDeprecated.static classIvMDecorator.IvMMultiComboBoxUI<X>Deprecated.static classIvMDecorator.IvMPanelDeprecated.static classIvMDecorator.IvMPanelUIDeprecated.static classIvMDecorator.IvMTextAreaUIDeprecated.
-
Field Summary
Fields Modifier and Type Field Description static java.awt.ColorbackGroundColour1Deprecated.static java.awt.ColorbackGroundColour2Deprecated.static java.awt.ColorbuttonColourDeprecated.static java.awt.FontfontDeprecated.static java.awt.FontfontLargerDeprecated.static java.awt.FontfontMonoSpaceDeprecated.static floatfontSizeDeprecated.static floatfontSizeLargerDeprecated.static java.awt.ColortextColourDeprecated.
-
Constructor Summary
Constructors Constructor Description IvMDecorator()Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static voiddecorate(javax.swing.JButton button)Deprecated.static voiddecorate(javax.swing.JCheckBox checkBox)Deprecated.static <X> voiddecorate(javax.swing.JComboBox<X> combobox)Deprecated.static voiddecorate(javax.swing.JLabel label)Deprecated.static voiddecorate(javax.swing.JTextArea textArea)Deprecated.static <X> voiddecorate(MultiComboBox<X> combobox)Deprecated.static java.awt.GradientPaintgetGradient(int height)Deprecated.
-
-
-
Field Detail
-
textColour
public static final java.awt.Color textColour
Deprecated.
-
buttonColour
public static final java.awt.Color buttonColour
Deprecated.
-
backGroundColour1
public static final java.awt.Color backGroundColour1
Deprecated.
-
backGroundColour2
public static final java.awt.Color backGroundColour2
Deprecated.
-
fontSize
public static final float fontSize
Deprecated.- See Also:
- Constant Field Values
-
fontSizeLarger
public static final float fontSizeLarger
Deprecated.- See Also:
- Constant Field Values
-
font
public static final java.awt.Font font
Deprecated.
-
fontLarger
public static final java.awt.Font fontLarger
Deprecated.
-
fontMonoSpace
public static final java.awt.Font fontMonoSpace
Deprecated.
-
-
Method Detail
-
getGradient
public static java.awt.GradientPaint getGradient(int height)
Deprecated.
-
decorate
public static void decorate(javax.swing.JLabel label)
Deprecated.
-
decorate
public static void decorate(javax.swing.JButton button)
Deprecated.
-
decorate
public static <X> void decorate(javax.swing.JComboBox<X> combobox)
Deprecated.
-
decorate
public static <X> void decorate(MultiComboBox<X> combobox)
Deprecated.
-
decorate
public static void decorate(javax.swing.JCheckBox checkBox)
Deprecated.
-
decorate
public static void decorate(javax.swing.JTextArea textArea)
Deprecated.
-
-