Class and Description |
---|
org.eclipse.swt.custom.AnimatedProgress
As of Eclipse 2.1, use ProgressBar with the style SWT.INDETERMINATE
|
org.eclipse.swt.custom.TableTree
As of 3.1 use Tree, TreeItem and TreeColumn
|
org.eclipse.swt.custom.TableTreeEditor
As of 3.1 use TreeEditor with Tree, TreeItem and TreeColumn
|
org.eclipse.swt.custom.TableTreeItem
As of 3.1 use Tree, TreeItem and TreeColumn
|
Field and Description |
---|
org.eclipse.swt.custom.ViewForm.borderInsideRGB |
org.eclipse.swt.custom.CTabFolder.borderInsideRGB
drop shadow border is no longer drawn in 3.0
|
org.eclipse.swt.custom.ViewForm.borderMiddleRGB |
org.eclipse.swt.custom.CTabFolder.borderMiddleRGB
drop shadow border is no longer drawn in 3.0
|
org.eclipse.swt.custom.ViewForm.borderOutsideRGB |
org.eclipse.swt.custom.CTabFolder.borderOutsideRGB
drop shadow border is no longer drawn in 3.0
|
org.eclipse.swt.custom.CTabFolder.MIN_TAB_WIDTH
This field is no longer used. See setMinimumCharacters(int)
|
org.eclipse.swt.accessibility.ACC.ROLE_TABLECOLUMN
use ROLE_TABLECOLUMNHEADER
|
org.eclipse.swt.SWT.Sleep
The same as PreExternalEventDispatch (value is 52).
|
org.eclipse.swt.SWT.Wakeup
The same as PostExternalEventDispatch (value is 53).
|
Constructor and Description |
---|
org.eclipse.swt.accessibility.Accessible() |
Copyright © 2017. All Rights Reserved.