Searched refs:mLabel (Results 1 – 3 of 3) sorted by relevance
56 private CLabel mLabel; field in GestureToolTip100 mLabel = new CLabel(mShell, SWT.SHADOW_NONE); in GestureToolTip()101 mLabel.setBackground(display.getSystemColor(SWT.COLOR_INFO_BACKGROUND)); in GestureToolTip()102 mLabel.setForeground(display.getSystemColor(SWT.COLOR_INFO_FOREGROUND)); in GestureToolTip()110 mLabel.setFont(mFont); in GestureToolTip()138 mLabel.setText(text); in update()215 mLabel = null; in dispose()
1352 Label mLabel = null; in setupTooltip()1365 mLabel = null; in setupTooltip()1372 mLabel = null; in setupTooltip()1406 mLabel = new Label(mTip, SWT.WRAP); in setupTooltip()1407 mLabel.setForeground(fg); in setupTooltip()1408 mLabel.setBackground(bg); in setupTooltip()1409 mLabel.setText(tooltip); in setupTooltip()1410 mLabel.addListener(SWT.MouseExit, this); in setupTooltip()1411 mLabel.addListener(SWT.MouseDown, this); in setupTooltip()
112 private final String mLabel; field in ManifestInfo.ActivityAttributes146 mLabel = value; in ActivityAttributes()148 mLabel = null; in ActivityAttributes()201 return mLabel; in getLabel()