| java.lang.Object org.netbeans.modules.gsfret.editor.hyperlink.PopupUtil
PopupUtil | final public class PopupUtil (Code) | | This file is originally from Retouche, the Java Support
infrastructure in NetBeans. I have modified the file as little
as possible to make merging Retouche fixes back as simple as
possible.
(This used to be PopupUtil in org.netbeans.modules.java.editor.overridden)
author: phrebejk |
Method Summary | |
public static void | hidePopup() | public static boolean | isPopupShowing() | public static void | showPopup(JComponent content, String title) | public static void | showPopup(JComponent content, String title, int x, int y, boolean undecorated) | public static void | showPopup(JComponent content, String title, int x, int y, boolean undecorated, int altHeight) |
hidePopup | public static void hidePopup()(Code) | | |
isPopupShowing | public static boolean isPopupShowing()(Code) | | |
showPopup | public static void showPopup(JComponent content, String title, int x, int y, boolean undecorated)(Code) | | |
showPopup | public static void showPopup(JComponent content, String title, int x, int y, boolean undecorated, int altHeight)(Code) | | |
|
|