I am new in advanced java programming. There are number of classes are available in the advanced java. But for me 'Tooltip Manager Class' looks quit difficult to understand. I have referred a lot of books for this but not get exact idea about it.
I am new in advanced java programming. There are number of classes are available in the advanced java. But for me 'Tooltip Manager Class' looks quit difficult to understand. I have referred a lot of books for this but not get exact idea about it.
Tooltip Manager Class is completely related to the handling of tooltip. It has number of ways to handle tooltip, see below:
• setDismissDelay(int milliseconds)
• getInitialDelay()
• unregisterComponent(JComponent componentName)
• isLightWeightPopupEnabled()
• getDismissDelay()
There are 3 nested division of ToolTipManager Class, referred as
• ToolTipManager.insideTimerAction: class type of this class is protected
• ToolTipManager.outsideTimerAction: class type of this class is protected
• ToolTipManager.stillInsideTimerAction: class type of this class is protected
Bookmarks