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

Constructor Index

 o IApplication()
Constructs an IApplication with default IToolTipManager.

Method Index

 o didProcessEvent(Event)
Overridden to handle tooltips.
 o getToolTipManager()
Returns the IToolTipManager for this IApplication.
 o setToolTipManager(IToolTipManager)
Sets the IToolTipManager.

Constructors

 o IApplication
 public IApplication()
Constructs an IApplication with default IToolTipManager.

Methods

 o getToolTipManager
 public IToolTipManager getToolTipManager()
Returns the IToolTipManager for this IApplication.

 o setToolTipManager
 public void setToolTipManager(IToolTipManager toolTipManager)
Sets the IToolTipManager.

 o didProcessEvent
 public void didProcessEvent(Event event)
Overridden to handle tooltips.

Overrides:
didProcessEvent in class Application

All Packages  Class Hierarchy  This Package  Previous  Next  Index