| java.lang.Object org.netbeans.modules.vmd.api.io.PopupUtil
PopupUtil | final public class PopupUtil (Code) | | author: phrebejk |
Method Summary | |
public static void | hidePopup() | 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) | | |
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) | | |
|
|