org.jdesktop.swingx.plaf
Class ContextMenuAuxScrollBarUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.ScrollBarUI
org.jdesktop.swingx.plaf.ContextMenuAuxScrollBarUI
public class ContextMenuAuxScrollBarUI
- extends javax.swing.plaf.ScrollBarUI
Method Summary |
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent c)
|
void |
installUI(javax.swing.JComponent comp)
|
void |
uninstallUI(javax.swing.JComponent comp)
|
void |
update(java.awt.Graphics g,
javax.swing.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 |
ContextMenuAuxScrollBarUI
public ContextMenuAuxScrollBarUI()
createUI
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
installUI
public void installUI(javax.swing.JComponent comp)
- Overrides:
installUI
in class javax.swing.plaf.ComponentUI
uninstallUI
public void uninstallUI(javax.swing.JComponent comp)
- Overrides:
uninstallUI
in class javax.swing.plaf.ComponentUI
update
public void update(java.awt.Graphics g,
javax.swing.JComponent c)
- Overrides:
update
in class javax.swing.plaf.ComponentUI