Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


oracle.javatools.ui.balloon
Class BalloonUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by javax.swing.plaf.PanelUI
          extended by 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

Field Summary
protected static BalloonUI BALLOON_UI
           

 

Constructor Summary
BalloonUI()
           

 

Method Summary
static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
           
protected  void installDefaults(Balloon b)
           
 void installUI(javax.swing.JComponent c)
           
 void paint(java.awt.Graphics g, javax.swing.JComponent c)
           
protected  void uninstallDefaults(Balloon b)
           
 void uninstallUI(javax.swing.JComponent c)
           

 

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

 

Field Detail

BALLOON_UI

protected static final BalloonUI BALLOON_UI

Constructor Detail

BalloonUI

public BalloonUI()

Method Detail

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)

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


Copyright © 1997, 2012, Oracle. All rights reserved.