KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > swing > plaf > metal > MetalScrollBarUI

javax.swing.plaf.metal
Class MetalScrollBarUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by javax.swing.plaf.ScrollBarUI
          extended by javax.swing.plaf.basic.BasicScrollBarUI
              extended by javax.swing.plaf.metal.MetalScrollBarUI
All Implemented Interfaces:
LayoutManager, SwingConstants
See Also:
Top Examples, Source Code

protected javax.swing.plaf.metal.MetalBumps bumps
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected void configureScrollBarColors()
See Also:
BasicScrollBarUI
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected JButton createDecreaseButton(int orientation)
See Also:
BasicScrollBarUI
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected JButton createIncreaseButton(int orientation)
See Also:
BasicScrollBarUI
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected PropertyChangeListener createPropertyChangeListener()
See Also:
BasicScrollBarUI
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static ComponentUI createUI(JComponent c)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected MetalScrollButton decreaseButton
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String FREE_STANDING_PROP
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected Dimension getMinimumThumbSize()
See Also:
BasicScrollBarUI.getMaximumThumbSize()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Dimension getPreferredSize(JComponent c)
See Also:
ComponentUI.getMinimumSize(javax.swing.JComponent), BasicScrollBarUI.getMaximumSize(javax.swing.JComponent)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected MetalScrollButton increaseButton
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected void installDefaults()
See Also:
BasicScrollBarUI
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected void installListeners()
See Also:
BasicScrollBarUI
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected boolean isFreeStanding
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public MetalScrollBarUI()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected void paintThumb(Graphics g,
                          JComponent c,
                          Rectangle thumbBounds)
See Also:
BasicScrollBarUI
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected void paintTrack(Graphics g,
                          JComponent c,
                          Rectangle trackBounds)
See Also:
BasicScrollBarUI
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected int scrollBarWidth
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected void setThumbBounds(int x,
                              int y,
                              int width,
                              int height)
See Also:
BasicScrollBarUI.getThumbBounds()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags