Home | History | Annotate | Download | only in controls

Lines Matching defs:m_text

58   private final Text m_text;
75 m_text = new Text(this, textStyle);
76 m_text.setText("" + m_value);
77 m_text.addKeyListener(new KeyAdapter() {
89 m_value = (int) (m_format.parse(m_text.getText()).doubleValue() * m_multiplier);
91 m_text.setBackground(COLOR_INVALID);
105 m_text.getText(),
116 win32Hack.moveBelow(m_text);
134 m_text.forceFocus();
170 m_text.setEnabled(enabled);
246 m_text.setText(text);
247 m_text.selectAll();
289 m_text.setToolTipText(message);
291 m_text.setBackground(COLOR_VALID);
293 m_text.setBackground(COLOR_INVALID);
318 Point size = m_text.computeSize(SWT.DEFAULT, SWT.DEFAULT);
340 Point tSize = m_text.computeSize(SWT.DEFAULT, SWT.DEFAULT);
354 m_text.setBounds(cRect.x, cRect.y + 1, cRect.width - arrowWidth, tSize.y);
369 Point size = m_text.computeSize(SWT.DEFAULT, SWT.DEFAULT);
391 Point tSize = m_text.computeSize(SWT.DEFAULT, SWT.DEFAULT);
405 m_text.setBounds(cRect.x, cRect.y + 1, cRect.width - arrowWidth, tSize.y);
420 Point size = m_text.computeSize(SWT.DEFAULT, SWT.DEFAULT);
440 Point tSize = m_text.computeSize(SWT.DEFAULT, SWT.DEFAULT);
454 m_text.setBounds(cRect.x, cRect.y, cRect.width - arrowWidth, tSize.y);
468 Point size = m_text.computeSize(SWT.DEFAULT, SWT.DEFAULT);
490 Point tSize = m_text.computeSize(SWT.DEFAULT, SWT.DEFAULT);
501 m_text
510 Point textSize = m_text.computeSize(SWT.DEFAULT, SWT.DEFAULT);
538 m_text.setBounds(