de.javasoft.plaf.synthetica.styles
Class ToolBarStyle

java.lang.Object
  extended by javax.swing.plaf.synth.SynthStyle
      extended by de.javasoft.plaf.synthetica.styles.StyleWrapper
          extended by de.javasoft.plaf.synthetica.styles.ToolBarStyle

public class ToolBarStyle
extends StyleWrapper

Style wrapper for toolbar. Used to set BoxLayoutManager for horizontal ToolBars. The original Layoutmanager can not handle #createHorizontalGlue. Enables support for a toolbar margin.

Version:
1.23, 21.09.2011

Field Summary
 
Fields inherited from class de.javasoft.plaf.synthetica.styles.StyleWrapper
synthStyle
 
Method Summary
static javax.swing.plaf.synth.SynthStyle getStyle(javax.swing.plaf.synth.SynthStyle style, javax.swing.JComponent c, javax.swing.plaf.synth.Region region)
           
 void installDefaults(javax.swing.plaf.synth.SynthContext context)
           
 void uninstallDefaults(javax.swing.plaf.synth.SynthContext context)
           
 
Methods inherited from class de.javasoft.plaf.synthetica.styles.StyleWrapper
get, getBoolean, getColor, getColorForState, getFont, getFontForState, getGraphicsUtils, getIcon, getInsets, getInt, getPainter, getString, isOpaque
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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)

installDefaults

public void installDefaults(javax.swing.plaf.synth.SynthContext context)
Overrides:
installDefaults in class StyleWrapper

uninstallDefaults

public void uninstallDefaults(javax.swing.plaf.synth.SynthContext context)
Overrides:
uninstallDefaults in class StyleWrapper


Copyright © 2004-2011 Jyloo Software. All Rights Reserved.