Searched refs:XMenuWindow (Results 1 - 4 of 4) sorted by relevance

/openjdk10/jdk/src/java.desktop/unix/classes/sun/awt/X11/
H A DXMenuPeer.java46 XMenuWindow menuWindow;
64 menuWindow = new XMenuWindow(this);
97 XMenuWindow menuWindow = getMenuWindow();
120 XMenuWindow menuWindow = getMenuWindow();
131 XMenuWindow menuWindow = getMenuWindow();
176 XMenuWindow getMenuWindow() {
H A DXMenuWindow.java37 public class XMenuWindow extends XBaseMenuWindow { class in inherits:XBaseMenuWindow
45 private static PlatformLogger log = PlatformLogger.getLogger("sun.awt.X11.XMenuWindow");
159 * Constructs XMenuWindow for specified XMenuPeer
162 XMenuWindow(XMenuPeer menuPeer) { method in class:XMenuWindow
H A DXPopupMenuPeer.java35 public class XPopupMenuPeer extends XMenuWindow implements PopupMenuPeer {
242 * Overriden XMenuWindow caption-painting functions
H A DXBaseMenuWindow.java416 XMenuWindow menuWindowToShow = (submenuToShow != null) ? submenuToShow.getMenuWindow() : null;
435 XMenuWindow showingSubmenuWindow = showingSubmenu.getMenuWindow();

Completed in 55 milliseconds