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
   
  -   menuView menuView
-  menuView that is contained in this window
   
  -   IPopupMenuWindow(MenuView) IPopupMenuWindow(MenuView)
-  
       Constructs an IPopupMenuWindow for a given MenuView.
   
  -   menuWindow(View) menuWindow(View)
-  
       Locates the ancestor InternalWindow of a view.
  
-   setRootView(RootView) setRootView(RootView)
-  
       Tries to adjust the window position to stay within the rootView.
   
 menuView
menuView
  protected MenuView menuView
  -  menuView that is contained in this window
   
 IPopupMenuWindow
IPopupMenuWindow
  public IPopupMenuWindow(MenuView menuView)
  -  Constructs an IPopupMenuWindow for a given MenuView.
   
 setRootView
setRootView
  public void setRootView(RootView rootView)
  -  Tries to adjust the window position to stay within the rootView.
       
 
 
    -  Overrides:
    
-  setRootView in class InternalWindow
  
 
 menuWindow
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