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