|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.pivot.wtk.skin.ComponentSkin
org.apache.pivot.wtk.skin.ContainerSkin
org.apache.pivot.wtk.skin.WindowSkin
org.apache.pivot.wtk.skin.terra.TerraTooltipSkin
public class TerraTooltipSkin
Tooltip skin.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.apache.pivot.wtk.skin.WindowSkin |
|---|
org.apache.pivot.wtk.skin.WindowSkin.WindowFocusTraversalPolicy |
| Nested classes/interfaces inherited from class org.apache.pivot.wtk.skin.ContainerSkin |
|---|
org.apache.pivot.wtk.skin.ContainerSkin.IndexFocusTraversalPolicy |
| Nested classes/interfaces inherited from interface org.apache.pivot.wtk.WindowListener |
|---|
org.apache.pivot.wtk.WindowListener.Adapter |
| Nested classes/interfaces inherited from interface org.apache.pivot.wtk.WindowStateListener |
|---|
org.apache.pivot.wtk.WindowStateListener.Adapter |
| Nested classes/interfaces inherited from interface org.apache.pivot.wtk.ContainerListener |
|---|
org.apache.pivot.wtk.ContainerListener.Adapter |
| Nested classes/interfaces inherited from interface org.apache.pivot.wtk.ContainerMouseListener |
|---|
org.apache.pivot.wtk.ContainerMouseListener.Adapter |
| Nested classes/interfaces inherited from interface org.apache.pivot.wtk.ComponentListener |
|---|
org.apache.pivot.wtk.ComponentListener.Adapter |
| Nested classes/interfaces inherited from interface org.apache.pivot.wtk.ComponentStateListener |
|---|
org.apache.pivot.wtk.ComponentStateListener.Adapter |
| Nested classes/interfaces inherited from interface org.apache.pivot.wtk.ComponentMouseListener |
|---|
org.apache.pivot.wtk.ComponentMouseListener.Adapter |
| Nested classes/interfaces inherited from interface org.apache.pivot.wtk.ComponentMouseButtonListener |
|---|
org.apache.pivot.wtk.ComponentMouseButtonListener.Adapter |
| Nested classes/interfaces inherited from interface org.apache.pivot.wtk.ComponentKeyListener |
|---|
org.apache.pivot.wtk.ComponentKeyListener.Adapter |
| Constructor Summary | |
|---|---|
TerraTooltipSkin()
|
|
| Method Summary | |
|---|---|
int |
getCloseTransitionDuration()
|
int |
getCloseTransitionRate()
|
int |
getPreferredHeight(int width)
|
org.apache.pivot.wtk.Dimensions |
getPreferredSize()
|
int |
getPreferredWidth(int height)
|
void |
install(org.apache.pivot.wtk.Component component)
|
void |
layout()
|
void |
paint(Graphics2D graphics)
|
org.apache.pivot.util.Vote |
previewWindowClose(org.apache.pivot.wtk.Window window)
|
void |
setCloseTransitionDuration(int closeTransitionDuration)
|
void |
setCloseTransitionRate(int closeTransitionRate)
|
void |
windowClosed(org.apache.pivot.wtk.Window window,
org.apache.pivot.wtk.Display display,
org.apache.pivot.wtk.Window owner)
|
void |
windowCloseVetoed(org.apache.pivot.wtk.Window window,
org.apache.pivot.util.Vote reason)
|
void |
windowOpened(org.apache.pivot.wtk.Window window)
|
| Methods inherited from class org.apache.pivot.wtk.skin.WindowSkin |
|---|
activeChanged, contentChanged, getClientArea, iconAdded, iconInserted, iconsRemoved, maximizedChanged, mouseDown, previewWindowOpen, titleChanged, windowOpenVetoed |
| Methods inherited from class org.apache.pivot.wtk.skin.ContainerSkin |
|---|
componentInserted, componentMoved, componentsRemoved, focusTraversalPolicyChanged, getBackgroundColor, getBackgroundPaint, isFocusable, isOpaque, mouseMove, mouseUp, mouseWheel, setBackgroundColor, setBackgroundColor, setBackgroundPaint, setBackgroundPaint, setBackgroundPaint |
| Methods inherited from class org.apache.pivot.wtk.skin.ComponentSkin |
|---|
cursorChanged, decodeFont, dragSourceChanged, dropTargetChanged, enabledChanged, focusedChanged, getBaseline, getBaseline, getComponent, getHeight, getWidth, heightLimitsChanged, invalidateComponent, keyPressed, keyReleased, keyTyped, locationChanged, menuHandlerChanged, mouseClick, mouseDown, mouseMove, mouseOut, mouseOver, mouseUp, mouseWheel, nameChanged, parentChanged, preferredSizeChanged, repaintComponent, repaintComponent, repaintComponent, repaintComponent, repaintComponent, setSize, sizeChanged, tooltipDelayChanged, tooltipTextChanged, tooltipTriggered, visibleChanged, widthLimitsChanged |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.pivot.wtk.Skin |
|---|
getComponent, isFocusable, isOpaque |
| Methods inherited from interface org.apache.pivot.wtk.ConstrainedVisual |
|---|
getBaseline, setSize |
| Methods inherited from interface org.apache.pivot.wtk.Visual |
|---|
getBaseline, getHeight, getWidth |
| Constructor Detail |
|---|
public TerraTooltipSkin()
| Method Detail |
|---|
public void install(org.apache.pivot.wtk.Component component)
install in interface org.apache.pivot.wtk.Skininstall in class org.apache.pivot.wtk.skin.WindowSkinpublic int getPreferredWidth(int height)
getPreferredWidth in interface org.apache.pivot.wtk.ConstrainedVisualgetPreferredWidth in class org.apache.pivot.wtk.skin.WindowSkinpublic int getPreferredHeight(int width)
getPreferredHeight in interface org.apache.pivot.wtk.ConstrainedVisualgetPreferredHeight in class org.apache.pivot.wtk.skin.WindowSkinpublic org.apache.pivot.wtk.Dimensions getPreferredSize()
getPreferredSize in interface org.apache.pivot.wtk.ConstrainedVisualgetPreferredSize in class org.apache.pivot.wtk.skin.WindowSkinpublic void layout()
layout in interface org.apache.pivot.wtk.Skinlayout in class org.apache.pivot.wtk.skin.WindowSkinpublic void paint(Graphics2D graphics)
paint in interface org.apache.pivot.wtk.Visualpaint in class org.apache.pivot.wtk.skin.ContainerSkinpublic int getCloseTransitionDuration()
public void setCloseTransitionDuration(int closeTransitionDuration)
public int getCloseTransitionRate()
public void setCloseTransitionRate(int closeTransitionRate)
public void windowOpened(org.apache.pivot.wtk.Window window)
windowOpened in interface org.apache.pivot.wtk.WindowStateListenerwindowOpened in class org.apache.pivot.wtk.skin.WindowSkinpublic org.apache.pivot.util.Vote previewWindowClose(org.apache.pivot.wtk.Window window)
previewWindowClose in interface org.apache.pivot.wtk.WindowStateListenerpreviewWindowClose in class org.apache.pivot.wtk.skin.WindowSkin
public void windowCloseVetoed(org.apache.pivot.wtk.Window window,
org.apache.pivot.util.Vote reason)
windowCloseVetoed in interface org.apache.pivot.wtk.WindowStateListenerwindowCloseVetoed in class org.apache.pivot.wtk.skin.WindowSkin
public void windowClosed(org.apache.pivot.wtk.Window window,
org.apache.pivot.wtk.Display display,
org.apache.pivot.wtk.Window owner)
windowClosed in interface org.apache.pivot.wtk.WindowStateListenerwindowClosed in class org.apache.pivot.wtk.skin.WindowSkin
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||