Package org.kopi.vkopi.lib.ui.swing.plaf
Class KopiFieldLabelUI
- java.lang.Object
-
- javax.swing.plaf.ComponentUI
-
- javax.swing.plaf.LabelUI
-
- javax.swing.plaf.basic.BasicLabelUI
-
- javax.swing.plaf.metal.MetalLabelUI
-
- org.kopi.vkopi.lib.ui.swing.plaf.KopiLabelUI
-
- org.kopi.vkopi.lib.ui.swing.plaf.KopiFieldLabelUI
-
- All Implemented Interfaces:
java.beans.PropertyChangeListener,java.util.EventListener
public class KopiFieldLabelUI extends KopiLabelUI
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.awt.Colorcolor_focusedprotected static java.awt.Colorcolor_infoprotected static java.awt.Colorcolor_mustfillprotected static java.awt.Colorcolor_skippedprotected static java.awt.Colorcolor_underlineprotected static java.awt.Colorcolor_underline_mustfillprotected static java.awt.Colorcolor_underline_skippedprotected static java.awt.Colorcolor_underline_visitprotected static java.awt.Colorcolor_visitprotected static KopiFieldLabelUIkopiFieldLabelUIprotected static intunderline_width-
Fields inherited from class org.kopi.vkopi.lib.ui.swing.plaf.KopiLabelUI
kopiLabelUI
-
-
Constructor Summary
Constructors Constructor Description KopiFieldLabelUI()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static javax.swing.plaf.ComponentUIcreateUI(javax.swing.JComponent x)voidpaint(java.awt.Graphics g, javax.swing.JComponent c)protected voidpaintEnabledText(javax.swing.JLabel l, java.awt.Graphics g, java.lang.String s, int textX, int textY)-
Methods inherited from class javax.swing.plaf.basic.BasicLabelUI
getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installComponents, installDefaults, installKeyboardActions, installListeners, installUI, layoutCL, propertyChange, uninstallComponents, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUI
-
-
-
-
Field Detail
-
kopiFieldLabelUI
protected static KopiFieldLabelUI kopiFieldLabelUI
-
color_focused
protected static final java.awt.Color color_focused
-
color_skipped
protected static final java.awt.Color color_skipped
-
color_mustfill
protected static final java.awt.Color color_mustfill
-
color_visit
protected static final java.awt.Color color_visit
-
color_underline
protected static final java.awt.Color color_underline
-
color_underline_mustfill
protected static final java.awt.Color color_underline_mustfill
-
color_underline_visit
protected static final java.awt.Color color_underline_visit
-
color_underline_skipped
protected static final java.awt.Color color_underline_skipped
-
color_info
protected static final java.awt.Color color_info
-
underline_width
protected static final int underline_width
-
-
Method Detail
-
createUI
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent x)
-
paintEnabledText
protected void paintEnabledText(javax.swing.JLabel l, java.awt.Graphics g, java.lang.String s, int textX, int textY)- Overrides:
paintEnabledTextin classjavax.swing.plaf.basic.BasicLabelUI
-
paint
public void paint(java.awt.Graphics g, javax.swing.JComponent c)- Overrides:
paintin classjavax.swing.plaf.basic.BasicLabelUI
-
-