|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.swing.plaf.ComponentUI javax.swing.plaf.ToolTipUI javax.swing.plaf.basic.BasicToolTipUI com.alee.laf.tooltip.WebToolTipUI
public class WebToolTipUI
Custom UI for JTooltip component.
Constructor Summary | |
---|---|
WebToolTipUI()
|
Method Summary | |
---|---|
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent c)
Returns an instance of the WebToolTipUI for the specified component. |
void |
installUI(javax.swing.JComponent c)
Installs UI in the specified component. |
void |
paint(java.awt.Graphics g,
javax.swing.JComponent c)
Paints tooltip. |
java.awt.Shape |
provideShape()
Returns component shape. |
void |
uninstallUI(javax.swing.JComponent c)
Uninstalls UI from the specified component. |
void |
updateBorder()
Updates custom WebLaF border. |
Methods inherited from class javax.swing.plaf.basic.BasicToolTipUI |
---|
getMaximumSize, getMinimumSize, getPreferredSize, installDefaults, installListeners, uninstallDefaults, uninstallListeners |
Methods inherited from class javax.swing.plaf.ComponentUI |
---|
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, update |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WebToolTipUI()
Method Detail |
---|
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
c
- component that will use UI instance
public void installUI(javax.swing.JComponent c)
installUI
in class javax.swing.plaf.basic.BasicToolTipUI
c
- component for this UIpublic void uninstallUI(javax.swing.JComponent c)
uninstallUI
in class javax.swing.plaf.basic.BasicToolTipUI
c
- component with this UIpublic java.awt.Shape provideShape()
provideShape
in interface ShapeProvider
public void updateBorder()
updateBorder
in interface BorderMethods
public void paint(java.awt.Graphics g, javax.swing.JComponent c)
paint
in class javax.swing.plaf.basic.BasicToolTipUI
g
- graphicsc
- component
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |