swingx
Version 2005-08-19

org.jdesktop.swingx.plaf
Class ContextMenuAuxScrollBarUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by javax.swing.plaf.ScrollBarUI
          extended by org.jdesktop.swingx.plaf.ContextMenuAuxScrollBarUI

public class ContextMenuAuxScrollBarUI
extends ScrollBarUI


Constructor Summary
ContextMenuAuxScrollBarUI()
           
 
Method Summary
static ComponentUI createUI(JComponent c)
           
 void installUI(JComponent comp)
           
 void uninstallUI(JComponent comp)
           
 void update(Graphics g, JComponent c)
           
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getMaximumSize, getMinimumSize, getPreferredSize, paint
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextMenuAuxScrollBarUI

public ContextMenuAuxScrollBarUI()
Method Detail

createUI

public static ComponentUI createUI(JComponent c)

installUI

public void installUI(JComponent comp)
Overrides:
installUI in class ComponentUI

uninstallUI

public void uninstallUI(JComponent comp)
Overrides:
uninstallUI in class ComponentUI

update

public void update(Graphics g,
                   JComponent c)
Overrides:
update in class ComponentUI

swingx
Version 2005-08-19