class BasicRichTooltipPanelUI extends RichTooltipPanelUI
| Modifier and Type | Class and Description |
|---|---|
protected class |
BasicRichTooltipPanelUI.RichTooltipPanelLayout |
| Modifier and Type | Field and Description |
|---|---|
protected List<JLabel> |
descriptionLabels |
protected JLabel |
footerImageLabel |
protected List<JLabel> |
footerLabels |
protected JSeparator |
footerSeparator |
protected JLabel |
mainImageLabel |
protected JRichTooltipPanel |
richTooltipPanel
The associated tooltip panel.
|
protected JLabel |
titleLabel |
| Constructor and Description |
|---|
BasicRichTooltipPanelUI() |
| Modifier and Type | Method and Description |
|---|---|
protected LayoutManager |
createLayoutManager() |
static ComponentUI |
createUI(JComponent c) |
protected int |
getDescriptionTextWidth() |
protected int |
getLayoutGap() |
protected void |
installComponents()
Installs components on the associated rich tooltip panel.
|
protected void |
installDefaults()
Installs default settings for the associated rich tooltip panel.
|
protected void |
installListeners()
Installs listeners on the associated rich tooltip panel.
|
void |
installUI(JComponent c) |
void |
paint(Graphics g,
JComponent c) |
protected void |
paintBackground(Graphics g) |
protected void |
removeExistingComponents() |
protected void |
uninstallComponents()
Uninstalls subcomponents from the associated rich tooltip panel.
|
protected void |
uninstallDefaults()
Uninstalls default settings from the associated rich tooltip panel.
|
protected void |
uninstallListeners()
Uninstalls listeners from the associated rich tooltip panel.
|
void |
uninstallUI(JComponent c) |
void |
update(Graphics g,
JComponent c) |
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSizeprotected JRichTooltipPanel richTooltipPanel
protected JLabel titleLabel
protected JLabel mainImageLabel
protected JSeparator footerSeparator
protected JLabel footerImageLabel
public static ComponentUI createUI(JComponent c)
public void installUI(JComponent c)
installUI in class ComponentUIpublic void uninstallUI(JComponent c)
uninstallUI in class ComponentUIprotected void installDefaults()
protected void installListeners()
protected void installComponents()
protected void uninstallDefaults()
protected void uninstallListeners()
protected void uninstallComponents()
public void update(Graphics g, JComponent c)
update in class ComponentUIprotected void paintBackground(Graphics g)
public void paint(Graphics g, JComponent c)
paint in class ComponentUIprotected LayoutManager createLayoutManager()
protected int getDescriptionTextWidth()
protected int getLayoutGap()
protected void removeExistingComponents()
Copyright © 2007–2017 Gephi Consortium. All rights reserved.