Home | History | Annotate | Download | only in controls

Lines Matching refs:m_popup

44   private final Shell m_popup;
79 m_popup = new Shell(shell, SWT.NONE);
80 m_popup.setLayout(new FillLayout());
84 m_table = new Table(m_popup, SWT.FULL_SELECTION);
99 || m_popup.isFocusControl()
136 if (!m_popup.isDisposed()) {
137 m_popup.dispose();
321 m_popup.setVisible(false);
341 m_popup.pack();
356 m_popup.computeTrim(popupLocation.x, popupLocation.y, preferredWidth, preferredHeight);
357 m_popup.setBounds(popupBounds);
361 m_popup.setVisible(true);
388 return m_popup.isVisible();