Results 1 to 5 of 5

Thread: ToolTipManager Class

  1. #1
    Join Date
    Dec 2009
    Posts
    41

    ToolTipManager Class

    Hi All,

    I am beginner to the advanced java programming. There are number of classes are available in the advanced java. But for me 'ToolTipManager Class' seems quit complicated to understand. I have referred many books for this but not get exact idea about it. I wonder if you are able to let me know about the 'ToolTipManager Class' of java with suitable example. Please also let me know it's methods and constructors.

  2. #2
    Join Date
    May 2008
    Posts
    2,389

    Re: ToolTipManager Class

    Hi friend,

    ToolTipManager Class of java used to manage all ToolTips within the system. this class comprises number of properties which are used for configure how long it will take for tooltips to make itself visible and how long it hide. Suppose you have component which comprises different tooltip which are based on where the mouse is. If the mouse moves within the JTree and over valid tooltip region, then the tooltip will become visibile only after initial Delay milliseconds. The 'ToolTipManager Class' devided into the three nested classes.

  3. #3
    Join Date
    Feb 2008
    Posts
    1,852

    Re: ToolTipManager Class

    ToolTipManager Class is completely related to the handling of tooltip. It has number of methods to handle tooltip, see below:
    • setDismissDelay(int milliseconds)
    • getInitialDelay()
    • unregisterComponent(JComponent componentName)
    • isLightWeightPopupEnabled()
    • getDismissDelay()

  4. #4
    Join Date
    Jan 2008
    Posts
    1,521

    Re: ToolTipManager Class

    There are three nested class of ToolTipManager Class, referred as
    1. ToolTipManager.insideTimerAction: class type of this class is protected
    2. ToolTipManager.outsideTimerAction: class type of this class is protected
    3. ToolTipManager.stillInsideTimerAction: class type of this class is protected

  5. #5
    Join Date
    May 2008
    Posts
    2,012

    Re: ToolTipManager Class

    'ToolTipManager class' is the subclass of the 'MouseAdapter' class of java. Because of that this class supports EventListener, MouseListener, and MouseMotionListener. This class comprises various methods. For example the setEnabled() method is used for to enables or to disable the tooltip. While the etDismissDelay() method is used for to specify delay value for the dismissal.

Similar Threads

  1. Replies: 8
    Last Post: 08-10-2011, 11:06 PM
  2. Replies: 5
    Last Post: 12-02-2010, 06:23 PM
  3. Difference among concrete class and abstract class
    By Roxy_jacob in forum Software Development
    Replies: 4
    Last Post: 07-12-2009, 01:22 PM
  4. Ultra solid drives:Imation M-Class and S-Class
    By Regina in forum Portable Devices
    Replies: 1
    Last Post: 03-04-2009, 10:34 AM
  5. Good news for CBSE CLASS X & CLASS IX - visit learnnext
    By surya_expert in forum Education Career and Job Discussions
    Replies: 0
    Last Post: 13-12-2008, 12:09 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,701,085.51456 seconds with 17 queries