- java.lang.Object
- 
- javax.swing.plaf.ComponentUI
- 
- javax.swing.plaf.ToolTipUI
- 
- javax.swing.plaf.basic.BasicToolTipUI
 
 
 
- 
- Direct Known Subclasses:
- MetalToolTipUI,- SynthToolTipUI
 
 public class BasicToolTipUI extends ToolTipUI Standard tool tip L&F.
- 
- 
Constructor SummaryConstructors Constructor Description BasicToolTipUI()Constructs a new instance ofBasicToolTipUI.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ComponentUIcreateUI(JComponent c)Returns the instance ofBasicToolTipUI.protected voidinstallDefaults(JComponent c)Installs default properties.protected voidinstallListeners(JComponent c)Registers listeners.protected voiduninstallDefaults(JComponent c)Uninstalls default properties.protected voiduninstallListeners(JComponent c)Unregisters listeners.- 
Methods declared in class javax.swing.plaf.ComponentUIcontains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update
 
- 
 
- 
- 
- 
Method Detail- 
createUIpublic static ComponentUI createUI(JComponent c) Returns the instance ofBasicToolTipUI.- Parameters:
- c- a component
- Returns:
- the instance of BasicToolTipUI
 
 - 
installDefaultsprotected void installDefaults(JComponent c) Installs default properties.- Parameters:
- c- a component
 
 - 
uninstallDefaultsprotected void uninstallDefaults(JComponent c) Uninstalls default properties.- Parameters:
- c- a component
 
 - 
installListenersprotected void installListeners(JComponent c) Registers listeners.- Parameters:
- c- a component
 
 - 
uninstallListenersprotected void uninstallListeners(JComponent c) Unregisters listeners.- Parameters:
- c- a component
 
 
- 
 
-