|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpivot.wtk.skin.ComponentSkin
pivot.wtk.skin.ContainerSkin
pivot.wtk.skin.WindowSkin
pivot.wtk.skin.terra.TerraTooltipSkin
public class TerraTooltipSkin
Tooltip skin.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class pivot.wtk.skin.WindowSkin |
---|
WindowSkin.WindowFocusTraversalPolicy |
Nested classes/interfaces inherited from class pivot.wtk.skin.ContainerSkin |
---|
ContainerSkin.IndexFocusTraversalPolicy |
Field Summary |
---|
Fields inherited from class pivot.wtk.skin.ComponentSkin |
---|
SHOW_TOOLTIP_TIMEOUT |
Constructor Summary | |
---|---|
TerraTooltipSkin()
|
Method Summary | |
---|---|
void |
install(Component component)
Associates a skin with a component. |
Vote |
previewWindowClose(Window window)
Called to preview a window close event. |
void |
textChanged(Tooltip tooltip,
java.lang.String previousText)
Called when a tooltip's text property has changed. |
void |
uninstall()
Dissociates a skin from a component. |
void |
windowClosed(Window window,
Display display)
Called when a window has closed. |
void |
windowCloseVetoed(Window window,
Vote reason)
Called when a window close event has been vetoed. |
void |
windowOpened(Window window)
Called when a window has opened. |
Methods inherited from class pivot.wtk.skin.WindowSkin |
---|
activeChanged, contentChanged, getPreferredHeight, getPreferredSize, getPreferredWidth, iconChanged, keyReleased, layout, maximizedChanged, ownerChanged, previewWindowOpen, titleChanged, windowMoved, windowOpenVetoed |
Methods inherited from class pivot.wtk.skin.ContainerSkin |
---|
componentInserted, componentsRemoved, contextKeyChanged, focusTraversalPolicyChanged, getBackgroundColor, getBackgroundPaint, isFocusable, paint, setBackgroundColor, setBackgroundColor, setBackgroundPaint |
Methods inherited from class pivot.wtk.skin.ComponentSkin |
---|
cursorChanged, decodeColor, displayableChanged, enabledChanged, focusedChanged, getComponent, getHeight, getWidth, invalidateComponent, keyPressed, keyTyped, locationChanged, mouseClick, mouseDown, mouseMove, mouseOut, mouseOver, mouseUp, mouseWheel, parentChanged, preferredSizeChanged, repaintComponent, repaintComponent, repaintComponent, setSize, sizeChanged, styleUpdated, tooltipTextChanged, visibleChanged |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TerraTooltipSkin()
Method Detail |
---|
public void install(Component component)
Skin
install
in interface Skin
install
in class WindowSkin
component
- The component to which the skin is being attached.public void uninstall()
Skin
uninstall
in interface Skin
uninstall
in class WindowSkin
public void windowOpened(Window window)
WindowStateListener
windowOpened
in interface WindowStateListener
windowOpened
in class WindowSkin
public Vote previewWindowClose(Window window)
WindowStateListener
previewWindowClose
in interface WindowStateListener
previewWindowClose
in class WindowSkin
public void windowCloseVetoed(Window window, Vote reason)
WindowStateListener
windowCloseVetoed
in interface WindowStateListener
windowCloseVetoed
in class WindowSkin
public void windowClosed(Window window, Display display)
WindowStateListener
windowClosed
in interface WindowStateListener
windowClosed
in class WindowSkin
public void textChanged(Tooltip tooltip, java.lang.String previousText)
TooltipListener
textChanged
in interface TooltipListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |