-
Classes Class Description org.eclipse.swt.custom.AnimatedProgress As of Eclipse 2.1, use ProgressBar with the style SWT.INDETERMINATE- Styles:
- VERTICAL, HORIZONTAL, BORDER
-
Fields Field Description org.eclipse.swt.accessibility.ACC.ROLE_TABLECOLUMN use ROLE_TABLECOLUMNHEADERorg.eclipse.swt.custom.CTabFolder.borderInsideRGB drop shadow border is no longer drawn in 3.0org.eclipse.swt.custom.CTabFolder.borderMiddleRGB drop shadow border is no longer drawn in 3.0org.eclipse.swt.custom.CTabFolder.borderOutsideRGB drop shadow border is no longer drawn in 3.0org.eclipse.swt.custom.CTabFolder.MIN_TAB_WIDTH This field is no longer used. See setMinimumCharacters(int)org.eclipse.swt.custom.ViewForm.borderInsideRGB org.eclipse.swt.custom.ViewForm.borderMiddleRGB org.eclipse.swt.custom.ViewForm.borderOutsideRGB org.eclipse.swt.SWT.CHROMIUM Support for Chromium was limited to ancient and full of CVEs version of Chromium. See bug report for detailsorg.eclipse.swt.SWT.MOZILLA This style is deprecated and will be removed in the future. XULRunner as a browser renderer is no longer supported. UseSWT.WEBKIT
orSWT.NONE
instead.org.eclipse.swt.SWT.Sleep The same as PreExternalEventDispatch (value is 52).org.eclipse.swt.SWT.Wakeup The same as PostExternalEventDispatch (value is 53).
-
Methods Method Description org.eclipse.swt.accessibility.AccessibleTableAdapter.getCaption(AccessibleTableEvent) IAccessibleTable2::caption is deprecated, instead use the IA2_RELATION_LABELED_BY relation to create a relation between the table and its caption.org.eclipse.swt.accessibility.AccessibleTableAdapter.getSummary(AccessibleTableEvent) IAccessibleTable2::summary is deprecated, instead use the IA2_RELATION_DESCRIBED_BY relation to create a relation between the table and its summary.org.eclipse.swt.accessibility.AccessibleTableListener.getCaption(AccessibleTableEvent) IAccessibleTable2::caption is deprecated, instead use the IA2_RELATION_LABELED_BY relation to create a relation between the table and its caption.org.eclipse.swt.accessibility.AccessibleTableListener.getSummary(AccessibleTableEvent) IAccessibleTable2::summary is deprecated, instead use the IA2_RELATION_DESCRIBED_BY relation to create a relation between the table and its summary.org.eclipse.swt.browser.Browser.getWebBrowser() SWT.MOZILLA is deprecated and XULRunner as a browser renderer is no longer supported.org.eclipse.swt.custom.CTabFolder.addCTabFolderListener(CTabFolderListener) use addCTabFolder2Listener(CTabFolder2Listener)org.eclipse.swt.custom.CTabFolder.removeCTabFolderListener(CTabFolderListener) see removeCTabFolderCloseListener(CTabFolderListener)org.eclipse.swt.custom.CTabItem.getDisabledImage() the disabled image is not usedorg.eclipse.swt.custom.CTabItem.setDisabledImage(Image) This image is not usedorg.eclipse.swt.custom.StyledText.getBidiColoring() use BidiSegmentListener instead.org.eclipse.swt.custom.StyledText.getOffsetAtLocation(Point) UseStyledText.getOffsetAtPoint(Point)
instead for better performanceorg.eclipse.swt.custom.StyledText.setBidiColoring(boolean) use BidiSegmentListener instead.org.eclipse.swt.graphics.FontMetrics.getAverageCharWidth() Use getAverageCharacterWidth() insteadorg.eclipse.swt.graphics.Image.getBoundsInPixels() This API doesn't serve the purpose in an environment having multiple monitors with different DPIs, hence deprecated.org.eclipse.swt.graphics.Image.getImageDataAtCurrentZoom() This API doesn't serve the purpose in an environment having multiple monitors with different DPIs, hence deprecated. UseImage.getImageData(int)
instead.org.eclipse.swt.widgets.Composite.changed(Control[]) useComposite.layout(Control[], int)
insteadorg.eclipse.swt.widgets.FontDialog.getFontData() use #getFontList ()org.eclipse.swt.widgets.FontDialog.setFontData(FontData) use #setFontList (FontData [])org.eclipse.swt.widgets.TableItem.setImageIndent(int) this functionality is not supported on most platforms
-
Constructors Constructor Description org.eclipse.swt.accessibility.Accessible()