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:
PropertyChangeListener,EventListener
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final Colorprotected static final Colorprotected static final Colorprotected static final Colorprotected static final Colorprotected static final Colorprotected static final Colorprotected static final Colorprotected static final Colorprotected static KopiFieldLabelUIprotected static final intFields inherited from class org.kopi.vkopi.lib.ui.swing.plaf.KopiLabelUI
kopiLabelUIFields inherited from class javax.swing.plaf.metal.MetalLabelUI
metalLabelUIFields inherited from class javax.swing.plaf.basic.BasicLabelUI
labelUI -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ComponentUIvoidpaint(Graphics g, JComponent c) protected voidpaintEnabledText(JLabel l, Graphics g, String s, int textX, int textY) Methods inherited from class javax.swing.plaf.metal.MetalLabelUI
paintDisabledTextMethods inherited from class javax.swing.plaf.basic.BasicLabelUI
getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installComponents, installDefaults, installKeyboardActions, installListeners, installUI, layoutCL, propertyChange, uninstallComponents, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUIMethods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, update
-
Field Details
-
kopiFieldLabelUI
-
color_focused
-
color_skipped
-
color_mustfill
-
color_visit
-
color_underline
-
color_underline_mustfill
-
color_underline_visit
-
color_underline_skipped
-
color_info
-
underline_width
protected static final int underline_width
-
-
Constructor Details
-
KopiFieldLabelUI
public KopiFieldLabelUI()
-
-
Method Details
-
createUI
-
paintEnabledText
- Overrides:
paintEnabledTextin classBasicLabelUI
-
paint
- Overrides:
paintin classBasicLabelUI
-