All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.micronova.mnfc.IToolTipSource

public interface IToolTipSource
A View that implements this interface can have dynamic tooltips. The method getToolTipText() defines the tooltip text to be shown for a given MouseEvent. If it returns null, the tooltip is hidden.

Version:
1.0
Author:
Makoto Nagata, MicroNova

Method Index

 o getToolTipText(MouseEvent)

Methods

 o getToolTipText
 public abstract String getToolTipText(MouseEvent event)

All Packages  Class Hierarchy  This Package  Previous  Next  Index