de.javasoft.plaf.synthetica.styles
Class TextFieldStyle
java.lang.Object
javax.swing.plaf.synth.SynthStyle
de.javasoft.plaf.synthetica.styles.StyleWrapper
de.javasoft.plaf.synthetica.styles.TextFieldStyle
public class TextFieldStyle
- extends StyleWrapper
Style wrapper for textFiels.
Used for correction of insets for comboboxes. The goal is to get the same look
for editable/non-editable comboboxes.
- Version:
- 1.06, 20.11.2012
|
Method Summary |
java.awt.Color |
getColor(javax.swing.plaf.synth.SynthContext sc,
javax.swing.plaf.synth.ColorType type)
|
java.awt.Insets |
getInsets(javax.swing.plaf.synth.SynthContext sc,
java.awt.Insets insets)
|
static javax.swing.plaf.synth.SynthStyle |
getStyle(javax.swing.plaf.synth.SynthStyle style,
javax.swing.JComponent c,
javax.swing.plaf.synth.Region region)
|
| Methods inherited from class de.javasoft.plaf.synthetica.styles.StyleWrapper |
get, getBoolean, getColorForState, getFont, getFontForState, getGraphicsUtils, getIcon, getInt, getPainter, getString, installDefaults, isOpaque, uninstallDefaults |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getStyle
public static javax.swing.plaf.synth.SynthStyle getStyle(javax.swing.plaf.synth.SynthStyle style,
javax.swing.JComponent c,
javax.swing.plaf.synth.Region region)
getInsets
public java.awt.Insets getInsets(javax.swing.plaf.synth.SynthContext sc,
java.awt.Insets insets)
- Overrides:
getInsets in class StyleWrapper
getColor
public java.awt.Color getColor(javax.swing.plaf.synth.SynthContext sc,
javax.swing.plaf.synth.ColorType type)
- Overrides:
getColor in class StyleWrapper
Copyright © 2004-2011 Jyloo Software. All Rights Reserved.