net.yura.mobile.gui.components
Class ToolTip

java.lang.Object
  extended by net.yura.mobile.gui.components.Component
      extended by net.yura.mobile.gui.components.Label
          extended by net.yura.mobile.gui.components.ToolTip

public class ToolTip
extends Label

Author:
Yura Mamyrin

Field Summary
 
Fields inherited from class net.yura.mobile.gui.components.Label
alignment, extension, font, gap, icon, padding, string, textPosition
 
Fields inherited from class net.yura.mobile.gui.components.Component
background, empty, FOCUS_GAINED, FOCUS_LOST, focusable, foreground, height, parent, posX, posY, preferredHeight, preferredWidth, state, theme, width
 
Constructor Summary
ToolTip()
           
 
Method Summary
 void animate()
           
 String getDefaultName()
           
 boolean isShowing()
           
 boolean isWaiting()
           
 void setShowing(boolean b)
           
 
Methods inherited from class net.yura.mobile.gui.components.Label
getCombinedHeight, getCombinedHeight, getCombinedWidth, getCombinedWidth, getFont, getHorizontalAlignment, getHorizontalTextPosition, getIcon, getMargin, getMaxWidth, getText, getVerticalAlignment, getVerticalTextPosition, paintComponent, paintIcon, setFont, setHorizontalAlignment, setHorizontalTextPosition, setIcon, setIconTextGap, setMargin, setText, setValue, setVerticalAlignment, setVerticalTextPosition, toString, updateUI, workoutMinimumSize
 
Methods inherited from class net.yura.mobile.gui.components.Component
add, add, add, addFocusListener, addImpl, clip, consumesMotionEvents, focusGained, focusLost, getBackground, getBorder, getCurrentState, getDesktopPane, getFocusListeners, getForeground, getHeight, getHeightWithBorder, getInsets, getName, getParent, getPreferredHeight, getPreferredWidth, getState, getToolTipLocationX, getToolTipLocationY, getToolTipText, getValue, getWidth, getWidthWithBorder, getWindow, getX, getXOnScreen, getXWithBorder, getY, getYOnScreen, getYWithBorder, insert, insert, isComponentVisible, isFocusable, isFocusOwner, isOpaque, isRectVisible, isVisible, makeVisible, paint, paintBorder, processKeyEvent, processMouseEvent, processMultitouchEvent, removeFocusListener, removeParent, repaint, requestFocusInWindow, revalidate, scrollRectToVisible, scrollUpDown, setBackground, setBorder, setBounds, setBoundsWithBorder, setFocusable, setForeground, setLocation, setName, setPreferredSize, setSize, setState, setToolTipText, setupState, setVisible, transferFocus, validate, wait, workoutSize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ToolTip

public ToolTip()
Method Detail

animate

public void animate()
             throws InterruptedException
Overrides:
animate in class Component
Throws:
InterruptedException

getDefaultName

public String getDefaultName()
Overrides:
getDefaultName in class Label

isShowing

public boolean isShowing()
Overrides:
isShowing in class Component
See Also:
Component.isShowing

isWaiting

public boolean isWaiting()

setShowing

public void setShowing(boolean b)