org.noos.xing.mydoggy.plaf.ui.look
Class ToolWindowScrollBarUI.ToolScrollBarArrowUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.LabelUI
javax.swing.plaf.basic.BasicLabelUI
javax.swing.plaf.metal.MetalLabelUI
org.noos.xing.mydoggy.plaf.ui.look.ToolWindowScrollBarUI.ToolScrollBarArrowUI
- All Implemented Interfaces:
- MouseListener, PropertyChangeListener, EventListener
- Enclosing class:
- ToolWindowScrollBarUI
public static class ToolWindowScrollBarUI.ToolScrollBarArrowUI
- extends MetalLabelUI
- implements MouseListener
| Methods inherited from class javax.swing.plaf.basic.BasicLabelUI |
getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installComponents, installDefaults, installKeyboardActions, layoutCL, paint, paintEnabledText, propertyChange, uninstallComponents, uninstallDefaults, uninstallKeyboardActions, uninstallUI |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
labelBorder
protected LineBorder labelBorder
ToolWindowScrollBarUI.ToolScrollBarArrowUI
public ToolWindowScrollBarUI.ToolScrollBarArrowUI()
installUI
public void installUI(JComponent c)
- Overrides:
installUI in class BasicLabelUI
installListeners
protected void installListeners(JLabel c)
- Overrides:
installListeners in class BasicLabelUI
uninstallListeners
protected void uninstallListeners(JLabel c)
- Overrides:
uninstallListeners in class BasicLabelUI
update
public void update(Graphics g,
JComponent c)
- Overrides:
update in class ComponentUI
mouseEntered
public void mouseEntered(MouseEvent e)
- Specified by:
mouseEntered in interface MouseListener
mouseExited
public void mouseExited(MouseEvent e)
- Specified by:
mouseExited in interface MouseListener
mouseClicked
public void mouseClicked(MouseEvent e)
- Specified by:
mouseClicked in interface MouseListener
mousePressed
public void mousePressed(MouseEvent e)
- Specified by:
mousePressed in interface MouseListener
mouseReleased
public void mouseReleased(MouseEvent e)
- Specified by:
mouseReleased in interface MouseListener
Copyright © 2012. All Rights Reserved.