Searched refs:getStyle (Results 1 – 8 of 8) sorted by relevance
95 public int getStyle() { in getStyle() method in DelegatingAction96 return mAction.getStyle(); in getStyle()
220 int style = item.getStyle(); in updateActions()315 if (n > 0 && (toolBar.getItem(n - 1).getStyle() & SWT.SEPARATOR) == 0) { in addSeparator()
711 public int getStyle() { in getStyle() method in PaletteControl.IconTextItem712 int style = super.getStyle(); in getStyle()
97 if (control instanceof Button && (control.getStyle() & SWT.CHECK) == SWT.CHECK) { in findCheckbox()
381 && (text.getStyle() & SWT.MULTI) != 0) { in keyReleaseOccured()
146 mShell = new Shell(mParent, getStyle()); in createUI()
127 mShell = new Shell(mParent, getStyle()); in createUI()
847 int swtStyle = fontData.getStyle(); in widgetSelected()