Class com.micronova.mnfc.IPopupMenuWindow
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.micronova.mnfc.IPopupMenuWindow

java.lang.Object
   |
   +----netscape.application.View
           |
           +----netscape.application.InternalWindow
                   |
                   +----com.micronova.mnfc.IPopupMenuWindow

public class IPopupMenuWindow
extends InternalWindow
IPopupMenuWindow is an InternalWindow used for popup menu display. IPopupMenuWindow adjusts its window position to stay within the rootView when its rootView is set.
Version:
1.0
Author:
Makoto Nagata, MicroNova

Variable Index

 o menuView
menuView that is contained in this window

Constructor Index

 o IPopupMenuWindow(MenuView)
Constructs an IPopupMenuWindow for a given MenuView.

Method Index

 o menuWindow(View)
Locates the ancestor InternalWindow of a view.
 o setRootView(RootView)
Tries to adjust the window position to stay within the rootView.

Variables

 o menuView
  protected MenuView menuView
menuView that is contained in this window

Constructors

 o IPopupMenuWindow
  public IPopupMenuWindow(MenuView menuView)
Constructs an IPopupMenuWindow for a given MenuView.

Methods

 o setRootView
  public void setRootView(RootView rootView)
Tries to adjust the window position to stay within the rootView.

Overrides:
setRootView in class InternalWindow
 o menuWindow
  protected static InternalWindow menuWindow(View view)
Locates the ancestor InternalWindow of a view. Internally used to locate the parent menu window.

All Packages  Class Hierarchy  This Package  Previous  Next  Index