public class TipsOverlay extends OverlayObject implements ToolTipListDelegate
| Modifier and Type | Field and Description |
|---|---|
protected Point |
location |
protected ToolTipList |
toolTip |
ALIGN_CENTER, ALIGN_CUSTOM, ALIGN_LEFT, content, DEFAULT_HEIGHT, DEFAULT_WIDTH, parentComponent, parentFrame| Constructor and Description |
|---|
TipsOverlay(XJFrame parentFrame,
JComponent parentComponent) |
| Modifier and Type | Method and Description |
|---|---|
JComponent |
overlayCreateInterface() |
boolean |
overlayWillDisplay() |
void |
resize() |
void |
setLocation(Point location) |
void |
setTips(List<String> tips) |
void |
toolTipListHide() |
close, createKeyBindings, display, hide, isOverlayVisibleInParentComponent, isVisible, overlayCustomPosition, overlayDefaultAlignment, overlayDefaultHeight, overlayDefaultWidth, overlayDisplayKeyStroke, overlayDisplayKeyStrokeMappingNameprotected ToolTipList toolTip
protected Point location
public TipsOverlay(XJFrame parentFrame, JComponent parentComponent)
public void setLocation(Point location)
public JComponent overlayCreateInterface()
overlayCreateInterface in class OverlayObjectpublic void resize()
resize in class OverlayObjectpublic boolean overlayWillDisplay()
overlayWillDisplay in class OverlayObjectpublic void toolTipListHide()
toolTipListHide in interface ToolTipListDelegateCopyright © 2013. All rights reserved.