oracle.javatools.ui.balloon
Class BalloonUI
java.lang.Object
  
javax.swing.plaf.ComponentUI
      
javax.swing.plaf.PanelUI
          
oracle.javatools.ui.balloon.BalloonUI
public final class BalloonUI
- extends javax.swing.plaf.PanelUI
 
The UI delegate for the balloon control.
 
 This class is public for implementation reasons, and should not be used
 directly by extension developers. It may change incompatibly in future
 releases of the platform.
- Since:
 
  - 11.1.1.0.0
 
 
 
 
| Methods inherited from class javax.swing.plaf.ComponentUI | 
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, update | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
BALLOON_UI
protected static final BalloonUI BALLOON_UI
BalloonUI
public BalloonUI()
paint
public void paint(java.awt.Graphics g,
                  javax.swing.JComponent c)
- Overrides:
 paint in class javax.swing.plaf.ComponentUI
 
 
installUI
public void installUI(javax.swing.JComponent c)
- Overrides:
 installUI in class javax.swing.plaf.ComponentUI
 
 
uninstallUI
public void uninstallUI(javax.swing.JComponent c)
- Overrides:
 uninstallUI in class javax.swing.plaf.ComponentUI
 
 
installDefaults
protected void installDefaults(Balloon b)
 
uninstallDefaults
protected void uninstallDefaults(Balloon b)
 
createUI
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
 
Copyright © 1997, 2011, Oracle. All rights reserved.