Home | History | Annotate | Download | only in controls

Lines Matching refs:m_popup

70   private Shell m_popup;
272 m_popup = new Shell(getShell(), SWT.BORDER);
273 m_popup.setLayout(new FillLayout());
274 createTable(m_popup);
339 if (!m_popup.isDisposed()) {
340 m_popup.dispose();
447 || m_popup.isFocusControl()
560 return m_popup.isVisible();
576 m_popup.pack();
600 m_popup.computeTrim(popupBounds.x, popupBounds.y, popupBounds.width, popupBounds.height);
601 m_popup.setBounds(popupBounds.x, popupBounds.y, 2 * popupBounds.width - trimBounds.width, 2
607 m_popup.setVisible(true);
611 m_popup.setVisible(false);