All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class com.micronova.mnfc.IApplication
java.lang.Object
   |
   +----netscape.application.Application
           |
           +----com.micronova.mnfc.IApplication
  -  public class IApplication
  
-  extends Application
  
IApplication supports tooltip for any View.
To enable tooltips, simply subclass IApplication instead of Application.
  -  Version:
  
 -  1.0
  
 -  Author:
  
 -  Makoto Nagata, MicroNova
 
  
  -  
	IApplication()
   -  
Constructs an IApplication with default IToolTipManager.
 
  
  -  
	didProcessEvent(Event)
   -  
Overridden to handle tooltips.
  
 -  
	getToolTipManager()
   -  
Returns the IToolTipManager for this IApplication.
  
 -  
	setToolTipManager(IToolTipManager)
   -  
Sets the IToolTipManager.
 
  
IApplication
 public IApplication()
  -  Constructs an IApplication with default IToolTipManager.
 
  
getToolTipManager
 public IToolTipManager getToolTipManager()
  -  Returns the IToolTipManager for this IApplication.
 
setToolTipManager
 public void setToolTipManager(IToolTipManager toolTipManager)
  -  Sets the IToolTipManager.
 
didProcessEvent
 public void didProcessEvent(Event event)
  -  Overridden to handle tooltips.
  
    -  Overrides:
    
 -  didProcessEvent in class Application
  
 
 
 
All Packages  Class Hierarchy  This Package  Previous  Next  Index