org.noos.xing.mydoggy.plaf.ui.look
Class RepresentativeAnchorBalloonTipUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.PanelUI
javax.swing.plaf.basic.BasicPanelUI
org.noos.xing.mydoggy.plaf.ui.look.RepresentativeAnchorBalloonTipUI
- All Implemented Interfaces:
- PropertyChangeListener, EventListener
public class RepresentativeAnchorBalloonTipUI
- extends BasicPanelUI
- implements PropertyChangeListener
- Author:
- Angelo De Caro (angelo.decaro@gmail.com)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
balloonTip
protected RepresentativeAnchorBalloonTip balloonTip
label
protected JLabel label
rootPaneContainer
protected RootPaneContainer rootPaneContainer
layeredPane
protected JLayeredPane layeredPane
transparencyAnimation
protected TransparencyAnimation transparencyAnimation
transparencyAlpha
protected float transparencyAlpha
hOffset
protected int hOffset
vOffset
protected int vOffset
RepresentativeAnchorBalloonTipUI
public RepresentativeAnchorBalloonTipUI()
createUI
public static ComponentUI createUI(JComponent c)
installUI
public void installUI(JComponent c)
- Overrides:
installUI in class BasicPanelUI
installDefaults
protected void installDefaults(JPanel p)
- Overrides:
installDefaults in class BasicPanelUI
uninstallDefaults
protected void uninstallDefaults(JPanel p)
- Overrides:
uninstallDefaults in class BasicPanelUI
propertyChange
public void propertyChange(PropertyChangeEvent evt)
- Specified by:
propertyChange in interface PropertyChangeListener
updateLocation
public void updateLocation(boolean visible)
showTip
public void showTip()
hideTip
public void hideTip()
Copyright © 2012. All Rights Reserved.