Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "SWT Widget Style Bits"

(auto-generated from class comments)
m
Line 1: Line 1:
All [[SWT]] Widgets take as a constructor argument a set of style bits that control various aspects of their behavior and appearance. The set of possible style bits are defined in the class [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html org.eclipse.swt.SWT], but only a small subset applies to each [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Widget.html Widget]. The table below describes the bits that are applicable to each kind of Widget.
+
All [[SWT]] Widgets take as a constructor argument a set of style bits that control various aspects of their behavior and appearance. The set of possible style bits are defined in the class [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html org.eclipse.swt.SWT], but only a small subset applies to each [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Widget.html Widget]. The table below describes the bits that are applicable to each kind of Widget.
  
 
{| class="wikitable" border=1 cellspacing=2
 
{| class="wikitable" border=1 cellspacing=2
Line 8: Line 8:
 
! Inherited Styles
 
! Inherited Styles
 
|-
 
|-
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Button.html org.eclipse.swt.widgets.Button]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Button.html org.eclipse.swt.widgets.Button]
| [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#TOGGLE TOGGLE], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#ARROW ARROW], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#PUSH PUSH], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#RADIO RADIO], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#CHECK CHECK], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#FLAT FLAT], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#UP UP], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#DOWN DOWN], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#LEFT LEFT], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#RIGHT RIGHT], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#CENTER CENTER]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#TOGGLE TOGGLE], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#ARROW ARROW], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#PUSH PUSH], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#RADIO RADIO], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#CHECK CHECK], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#FLAT FLAT], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#UP UP], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#DOWN DOWN], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#LEFT LEFT], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#RIGHT RIGHT], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#CENTER CENTER]
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Control.html org.eclipse.swt.widgets.Control], [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Control.html org.eclipse.swt.widgets.Control], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
 
|-
 
|-
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Canvas.html org.eclipse.swt.widgets.Canvas]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Canvas.html org.eclipse.swt.widgets.Canvas]
 
| none
 
| none
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Composite.html org.eclipse.swt.widgets.Composite], [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Scrollable.html org.eclipse.swt.widgets.Scrollable], [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Control.html org.eclipse.swt.widgets.Control], [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Composite.html org.eclipse.swt.widgets.Composite], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Scrollable.html org.eclipse.swt.widgets.Scrollable], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Control.html org.eclipse.swt.widgets.Control], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
 
|-
 
|-
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Caret.html org.eclipse.swt.widgets.Caret]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Caret.html org.eclipse.swt.widgets.Caret]
 
| none
 
| none
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
 
|-
 
|-
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/ColorDialog.html org.eclipse.swt.widgets.ColorDialog]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/ColorDialog.html org.eclipse.swt.widgets.ColorDialog]
 
| none
 
| none
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Dialog.html org.eclipse.swt.widgets.Dialog]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Dialog.html org.eclipse.swt.widgets.Dialog]
 
|-
 
|-
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Combo.html org.eclipse.swt.widgets.Combo]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Combo.html org.eclipse.swt.widgets.Combo]
| [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#DROP_DOWN DROP_DOWN], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#READ_ONLY READ_ONLY], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#SIMPLE SIMPLE]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#DROP_DOWN DROP_DOWN], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#READ_ONLY READ_ONLY], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#SIMPLE SIMPLE]
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Composite.html org.eclipse.swt.widgets.Composite], [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Scrollable.html org.eclipse.swt.widgets.Scrollable], [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Control.html org.eclipse.swt.widgets.Control], [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Composite.html org.eclipse.swt.widgets.Composite], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Scrollable.html org.eclipse.swt.widgets.Scrollable], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Control.html org.eclipse.swt.widgets.Control], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
 
|-
 
|-
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Composite.html org.eclipse.swt.widgets.Composite]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Composite.html org.eclipse.swt.widgets.Composite]
| [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#NO_BACKGROUND NO_BACKGROUND], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#NO_FOCUS NO_FOCUS], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#NO_REDRAW_RESIZE NO_REDRAW_RESIZE], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#NO_MERGE_PAINTS NO_MERGE_PAINTS], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#NO_RADIO_GROUP NO_RADIO_GROUP], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#EMBEDDED EMBEDDED], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#DOUBLE_BUFFERED DOUBLE_BUFFERED], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#UP UP]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#NO_BACKGROUND NO_BACKGROUND], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#NO_FOCUS NO_FOCUS], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#NO_REDRAW_RESIZE NO_REDRAW_RESIZE], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#NO_MERGE_PAINTS NO_MERGE_PAINTS], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#NO_RADIO_GROUP NO_RADIO_GROUP], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#EMBEDDED EMBEDDED], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#DOUBLE_BUFFERED DOUBLE_BUFFERED], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#UP UP]
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Scrollable.html org.eclipse.swt.widgets.Scrollable], [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Control.html org.eclipse.swt.widgets.Control], [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Scrollable.html org.eclipse.swt.widgets.Scrollable], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Control.html org.eclipse.swt.widgets.Control], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
 
|-
 
|-
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Control.html org.eclipse.swt.widgets.Control]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Control.html org.eclipse.swt.widgets.Control]
| [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#BORDER BORDER], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#LEFT_TO_RIGHT LEFT_TO_RIGHT], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#RIGHT_TO_LEFT RIGHT_TO_LEFT]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#BORDER BORDER], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#LEFT_TO_RIGHT LEFT_TO_RIGHT], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#RIGHT_TO_LEFT RIGHT_TO_LEFT]
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
 
|-
 
|-
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/CoolBar.html org.eclipse.swt.widgets.CoolBar]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/CoolBar.html org.eclipse.swt.widgets.CoolBar]
| [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#FLAT FLAT], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#HORIZONTAL HORIZONTAL], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#VERTICAL VERTICAL]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#FLAT FLAT], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#HORIZONTAL HORIZONTAL], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#VERTICAL VERTICAL]
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Composite.html org.eclipse.swt.widgets.Composite], [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Scrollable.html org.eclipse.swt.widgets.Scrollable], [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Control.html org.eclipse.swt.widgets.Control], [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Composite.html org.eclipse.swt.widgets.Composite], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Scrollable.html org.eclipse.swt.widgets.Scrollable], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Control.html org.eclipse.swt.widgets.Control], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
 
|-
 
|-
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/CoolItem.html org.eclipse.swt.widgets.CoolItem]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/CoolItem.html org.eclipse.swt.widgets.CoolItem]
| [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#DROP_DOWN DROP_DOWN]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#DROP_DOWN DROP_DOWN]
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Item.html org.eclipse.swt.widgets.Item], [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Item.html org.eclipse.swt.widgets.Item], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
 
|-
 
|-
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/DateTime.html org.eclipse.swt.widgets.DateTime]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/DateTime.html org.eclipse.swt.widgets.DateTime]
| [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#DATE DATE], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#TIME TIME], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#CALENDAR CALENDAR], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#SHORT SHORT], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#MEDIUM MEDIUM], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#LONG LONG]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#DATE DATE], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#TIME TIME], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#CALENDAR CALENDAR], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#SHORT SHORT], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#MEDIUM MEDIUM], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#LONG LONG]
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Composite.html org.eclipse.swt.widgets.Composite], [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Scrollable.html org.eclipse.swt.widgets.Scrollable], [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Control.html org.eclipse.swt.widgets.Control], [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Composite.html org.eclipse.swt.widgets.Composite], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Scrollable.html org.eclipse.swt.widgets.Scrollable], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Control.html org.eclipse.swt.widgets.Control], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
 
|-
 
|-
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Decorations.html org.eclipse.swt.widgets.Decorations]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Decorations.html org.eclipse.swt.widgets.Decorations]
| [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#TOOL TOOL], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#NO_TRIM NO_TRIM], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#RESIZE RESIZE], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#TITLE TITLE], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#CLOSE CLOSE], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#MIN MIN], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#MAX MAX], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#BORDER BORDER], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#ON_TOP ON_TOP]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#TOOL TOOL], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#NO_TRIM NO_TRIM], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#RESIZE RESIZE], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#TITLE TITLE], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#CLOSE CLOSE], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#MIN MIN], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#MAX MAX], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#BORDER BORDER], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#ON_TOP ON_TOP]
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Canvas.html org.eclipse.swt.widgets.Canvas], [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Composite.html org.eclipse.swt.widgets.Composite], [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Scrollable.html org.eclipse.swt.widgets.Scrollable], [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Control.html org.eclipse.swt.widgets.Control], [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Canvas.html org.eclipse.swt.widgets.Canvas], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Composite.html org.eclipse.swt.widgets.Composite], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Scrollable.html org.eclipse.swt.widgets.Scrollable], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Control.html org.eclipse.swt.widgets.Control], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
 
|-
 
|-
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Dialog.html org.eclipse.swt.widgets.Dialog]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Dialog.html org.eclipse.swt.widgets.Dialog]
| [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#PRIMARY_MODAL PRIMARY_MODAL], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#APPLICATION_MODAL APPLICATION_MODAL], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#SYSTEM_MODAL SYSTEM_MODAL]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#PRIMARY_MODAL PRIMARY_MODAL], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#APPLICATION_MODAL APPLICATION_MODAL], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#SYSTEM_MODAL SYSTEM_MODAL]
 
| none
 
| none
 
|-
 
|-
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/DirectoryDialog.html org.eclipse.swt.widgets.DirectoryDialog]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/DirectoryDialog.html org.eclipse.swt.widgets.DirectoryDialog]
 
| none
 
| none
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Dialog.html org.eclipse.swt.widgets.Dialog]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Dialog.html org.eclipse.swt.widgets.Dialog]
 
|-
 
|-
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/ExpandBar.html org.eclipse.swt.widgets.ExpandBar]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/ExpandBar.html org.eclipse.swt.widgets.ExpandBar]
| [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#V_SCROLL V_SCROLL]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#V_SCROLL V_SCROLL]
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Composite.html org.eclipse.swt.widgets.Composite], [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Scrollable.html org.eclipse.swt.widgets.Scrollable], [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Control.html org.eclipse.swt.widgets.Control], [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Composite.html org.eclipse.swt.widgets.Composite], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Scrollable.html org.eclipse.swt.widgets.Scrollable], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Control.html org.eclipse.swt.widgets.Control], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
 
|-
 
|-
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/ExpandItem.html org.eclipse.swt.widgets.ExpandItem]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/ExpandItem.html org.eclipse.swt.widgets.ExpandItem]
 
| none
 
| none
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Item.html org.eclipse.swt.widgets.Item], [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Item.html org.eclipse.swt.widgets.Item], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
 
|-
 
|-
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/FileDialog.html org.eclipse.swt.widgets.FileDialog]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/FileDialog.html org.eclipse.swt.widgets.FileDialog]
| [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#MULTI MULTI]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#MULTI MULTI]
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Dialog.html org.eclipse.swt.widgets.Dialog]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Dialog.html org.eclipse.swt.widgets.Dialog]
 
|-
 
|-
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/FontDialog.html org.eclipse.swt.widgets.FontDialog]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/FontDialog.html org.eclipse.swt.widgets.FontDialog]
 
| none
 
| none
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Dialog.html org.eclipse.swt.widgets.Dialog]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Dialog.html org.eclipse.swt.widgets.Dialog]
 
|-
 
|-
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Group.html org.eclipse.swt.widgets.Group]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Group.html org.eclipse.swt.widgets.Group]
| [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#SHADOW_IN SHADOW_IN], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#SHADOW_OUT SHADOW_OUT], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#SHADOW_ETCHED_IN SHADOW_ETCHED_IN], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#SHADOW_ETCHED_OUT SHADOW_ETCHED_OUT], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#SHADOW_NONE SHADOW_NONE]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#SHADOW_IN SHADOW_IN], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#SHADOW_OUT SHADOW_OUT], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#SHADOW_ETCHED_IN SHADOW_ETCHED_IN], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#SHADOW_ETCHED_OUT SHADOW_ETCHED_OUT], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#SHADOW_NONE SHADOW_NONE]
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Composite.html org.eclipse.swt.widgets.Composite], [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Scrollable.html org.eclipse.swt.widgets.Scrollable], [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Control.html org.eclipse.swt.widgets.Control], [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Composite.html org.eclipse.swt.widgets.Composite], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Scrollable.html org.eclipse.swt.widgets.Scrollable], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Control.html org.eclipse.swt.widgets.Control], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
 
|-
 
|-
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/IME.html org.eclipse.swt.widgets.IME]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/IME.html org.eclipse.swt.widgets.IME]
 
| none
 
| none
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
 
|-
 
|-
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Item.html org.eclipse.swt.widgets.Item]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Item.html org.eclipse.swt.widgets.Item]
 
| none
 
| none
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
 
|-
 
|-
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Label.html org.eclipse.swt.widgets.Label]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Label.html org.eclipse.swt.widgets.Label]
| [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#SEPARATOR SEPARATOR], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#WRAP WRAP], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#SHADOW_IN SHADOW_IN], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#SHADOW_OUT SHADOW_OUT], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#SHADOW_NONE SHADOW_NONE], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#LEFT LEFT], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#RIGHT RIGHT], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#CENTER CENTER], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#HORIZONTAL HORIZONTAL], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#VERTICAL VERTICAL]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#SEPARATOR SEPARATOR], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#WRAP WRAP], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#SHADOW_IN SHADOW_IN], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#SHADOW_OUT SHADOW_OUT], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#SHADOW_NONE SHADOW_NONE], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#LEFT LEFT], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#RIGHT RIGHT], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#CENTER CENTER], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#HORIZONTAL HORIZONTAL], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#VERTICAL VERTICAL]
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Control.html org.eclipse.swt.widgets.Control], [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Control.html org.eclipse.swt.widgets.Control], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
 
|-
 
|-
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Link.html org.eclipse.swt.widgets.Link]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Link.html org.eclipse.swt.widgets.Link]
 
| none
 
| none
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Control.html org.eclipse.swt.widgets.Control], [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Control.html org.eclipse.swt.widgets.Control], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
 
|-
 
|-
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/List.html org.eclipse.swt.widgets.List]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/List.html org.eclipse.swt.widgets.List]
| [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#MULTI MULTI], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#SINGLE SINGLE]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#MULTI MULTI], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#SINGLE SINGLE]
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Scrollable.html org.eclipse.swt.widgets.Scrollable], [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Control.html org.eclipse.swt.widgets.Control], [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Scrollable.html org.eclipse.swt.widgets.Scrollable], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Control.html org.eclipse.swt.widgets.Control], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
 
|-
 
|-
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Menu.html org.eclipse.swt.widgets.Menu]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Menu.html org.eclipse.swt.widgets.Menu]
| [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#BAR BAR], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#DROP_DOWN DROP_DOWN], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#POP_UP POP_UP], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#NO_RADIO_GROUP NO_RADIO_GROUP], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#LEFT_TO_RIGHT LEFT_TO_RIGHT], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#RIGHT_TO_LEFT RIGHT_TO_LEFT]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#BAR BAR], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#DROP_DOWN DROP_DOWN], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#POP_UP POP_UP], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#NO_RADIO_GROUP NO_RADIO_GROUP], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#LEFT_TO_RIGHT LEFT_TO_RIGHT], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#RIGHT_TO_LEFT RIGHT_TO_LEFT]
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
 
|-
 
|-
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/MenuItem.html org.eclipse.swt.widgets.MenuItem]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/MenuItem.html org.eclipse.swt.widgets.MenuItem]
| [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#SEPARATOR SEPARATOR], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#PUSH PUSH], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#RADIO RADIO], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#CHECK CHECK], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#CASCADE CASCADE]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#SEPARATOR SEPARATOR], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#PUSH PUSH], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#RADIO RADIO], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#CHECK CHECK], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#CASCADE CASCADE]
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Item.html org.eclipse.swt.widgets.Item], [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Item.html org.eclipse.swt.widgets.Item], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
 
|-
 
|-
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/MessageBox.html org.eclipse.swt.widgets.MessageBox]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/MessageBox.html org.eclipse.swt.widgets.MessageBox]
 
| none
 
| none
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Dialog.html org.eclipse.swt.widgets.Dialog]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Dialog.html org.eclipse.swt.widgets.Dialog]
 
|-
 
|-
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/ProgressBar.html org.eclipse.swt.widgets.ProgressBar]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/ProgressBar.html org.eclipse.swt.widgets.ProgressBar]
| [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#INDETERMINATE INDETERMINATE], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#MIN MIN], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#SMOOTH SMOOTH], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#HORIZONTAL HORIZONTAL], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#VERTICAL VERTICAL]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#INDETERMINATE INDETERMINATE], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#MIN MIN], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#SMOOTH SMOOTH], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#HORIZONTAL HORIZONTAL], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#VERTICAL VERTICAL]
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Control.html org.eclipse.swt.widgets.Control], [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Control.html org.eclipse.swt.widgets.Control], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
 
|-
 
|-
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Sash.html org.eclipse.swt.widgets.Sash]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Sash.html org.eclipse.swt.widgets.Sash]
| [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#SMOOTH SMOOTH], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#HORIZONTAL HORIZONTAL], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#VERTICAL VERTICAL]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#SMOOTH SMOOTH], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#HORIZONTAL HORIZONTAL], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#VERTICAL VERTICAL]
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Control.html org.eclipse.swt.widgets.Control], [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Control.html org.eclipse.swt.widgets.Control], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
 
|-
 
|-
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Scale.html org.eclipse.swt.widgets.Scale]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Scale.html org.eclipse.swt.widgets.Scale]
| [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#HORIZONTAL HORIZONTAL], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#VERTICAL VERTICAL]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#HORIZONTAL HORIZONTAL], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#VERTICAL VERTICAL]
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Control.html org.eclipse.swt.widgets.Control], [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Control.html org.eclipse.swt.widgets.Control], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
 
|-
 
|-
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Scrollable.html org.eclipse.swt.widgets.Scrollable]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Scrollable.html org.eclipse.swt.widgets.Scrollable]
| [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#H_SCROLL H_SCROLL], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#V_SCROLL V_SCROLL]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#H_SCROLL H_SCROLL], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#V_SCROLL V_SCROLL]
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Control.html org.eclipse.swt.widgets.Control], [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Control.html org.eclipse.swt.widgets.Control], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
 
|-
 
|-
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/ScrollBar.html org.eclipse.swt.widgets.ScrollBar]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/ScrollBar.html org.eclipse.swt.widgets.ScrollBar]
| [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#HORIZONTAL HORIZONTAL], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#VERTICAL VERTICAL]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#HORIZONTAL HORIZONTAL], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#VERTICAL VERTICAL]
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
 
|-
 
|-
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Shell.html org.eclipse.swt.widgets.Shell]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Shell.html org.eclipse.swt.widgets.Shell]
| [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#TOOL TOOL], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#NO_TRIM NO_TRIM], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#RESIZE RESIZE], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#TITLE TITLE], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#CLOSE CLOSE], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#MIN MIN], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#MAX MAX], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#BORDER BORDER], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#ON_TOP ON_TOP], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#MODELESS MODELESS], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#PRIMARY_MODAL PRIMARY_MODAL], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#APPLICATION_MODAL APPLICATION_MODAL], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#SYSTEM_MODAL SYSTEM_MODAL]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#TOOL TOOL], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#NO_TRIM NO_TRIM], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#RESIZE RESIZE], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#TITLE TITLE], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#CLOSE CLOSE], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#MIN MIN], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#MAX MAX], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#BORDER BORDER], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#ON_TOP ON_TOP], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#MODELESS MODELESS], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#PRIMARY_MODAL PRIMARY_MODAL], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#APPLICATION_MODAL APPLICATION_MODAL], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#SYSTEM_MODAL SYSTEM_MODAL]
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Decorations.html org.eclipse.swt.widgets.Decorations], [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Canvas.html org.eclipse.swt.widgets.Canvas], [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Composite.html org.eclipse.swt.widgets.Composite], [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Scrollable.html org.eclipse.swt.widgets.Scrollable], [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Control.html org.eclipse.swt.widgets.Control], [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Decorations.html org.eclipse.swt.widgets.Decorations], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Canvas.html org.eclipse.swt.widgets.Canvas], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Composite.html org.eclipse.swt.widgets.Composite], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Scrollable.html org.eclipse.swt.widgets.Scrollable], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Control.html org.eclipse.swt.widgets.Control], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
 
|-
 
|-
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Slider.html org.eclipse.swt.widgets.Slider]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Slider.html org.eclipse.swt.widgets.Slider]
| [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#HORIZONTAL HORIZONTAL], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#VERTICAL VERTICAL]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#HORIZONTAL HORIZONTAL], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#VERTICAL VERTICAL]
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Control.html org.eclipse.swt.widgets.Control], [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Control.html org.eclipse.swt.widgets.Control], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
 
|-
 
|-
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Spinner.html org.eclipse.swt.widgets.Spinner]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Spinner.html org.eclipse.swt.widgets.Spinner]
| [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#READ_ONLY READ_ONLY], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#WRAP WRAP]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#READ_ONLY READ_ONLY], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#WRAP WRAP]
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Composite.html org.eclipse.swt.widgets.Composite], [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Scrollable.html org.eclipse.swt.widgets.Scrollable], [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Control.html org.eclipse.swt.widgets.Control], [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Composite.html org.eclipse.swt.widgets.Composite], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Scrollable.html org.eclipse.swt.widgets.Scrollable], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Control.html org.eclipse.swt.widgets.Control], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
 
|-
 
|-
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/TabFolder.html org.eclipse.swt.widgets.TabFolder]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/TabFolder.html org.eclipse.swt.widgets.TabFolder]
| [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#TOP TOP], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#BOTTOM BOTTOM]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#TOP TOP], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#BOTTOM BOTTOM]
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Composite.html org.eclipse.swt.widgets.Composite], [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Scrollable.html org.eclipse.swt.widgets.Scrollable], [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Control.html org.eclipse.swt.widgets.Control], [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Composite.html org.eclipse.swt.widgets.Composite], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Scrollable.html org.eclipse.swt.widgets.Scrollable], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Control.html org.eclipse.swt.widgets.Control], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
 
|-
 
|-
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/TabItem.html org.eclipse.swt.widgets.TabItem]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/TabItem.html org.eclipse.swt.widgets.TabItem]
 
| none
 
| none
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Item.html org.eclipse.swt.widgets.Item], [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Item.html org.eclipse.swt.widgets.Item], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
 
|-
 
|-
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Table.html org.eclipse.swt.widgets.Table]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Table.html org.eclipse.swt.widgets.Table]
| [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#CHECK CHECK], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#MULTI MULTI], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#SINGLE SINGLE], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#HIDE_SELECTION HIDE_SELECTION], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#FULL_SELECTION FULL_SELECTION], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#VIRTUAL VIRTUAL]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#CHECK CHECK], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#MULTI MULTI], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#SINGLE SINGLE], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#HIDE_SELECTION HIDE_SELECTION], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#FULL_SELECTION FULL_SELECTION], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#VIRTUAL VIRTUAL]
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Composite.html org.eclipse.swt.widgets.Composite], [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Scrollable.html org.eclipse.swt.widgets.Scrollable], [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Control.html org.eclipse.swt.widgets.Control], [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Composite.html org.eclipse.swt.widgets.Composite], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Scrollable.html org.eclipse.swt.widgets.Scrollable], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Control.html org.eclipse.swt.widgets.Control], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
 
|-
 
|-
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/TableColumn.html org.eclipse.swt.widgets.TableColumn]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/TableColumn.html org.eclipse.swt.widgets.TableColumn]
| [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#LEFT LEFT], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#RIGHT RIGHT], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#CENTER CENTER]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#LEFT LEFT], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#RIGHT RIGHT], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#CENTER CENTER]
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Item.html org.eclipse.swt.widgets.Item], [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Item.html org.eclipse.swt.widgets.Item], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
 
|-
 
|-
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/TableItem.html org.eclipse.swt.widgets.TableItem]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/TableItem.html org.eclipse.swt.widgets.TableItem]
 
| none
 
| none
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Item.html org.eclipse.swt.widgets.Item], [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Item.html org.eclipse.swt.widgets.Item], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
 
|-
 
|-
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Text.html org.eclipse.swt.widgets.Text]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Text.html org.eclipse.swt.widgets.Text]
| [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#MULTI MULTI], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#SINGLE SINGLE], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#READ_ONLY READ_ONLY], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#WRAP WRAP], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#SEARCH SEARCH], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#PASSWORD PASSWORD], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#LEFT LEFT], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#RIGHT RIGHT], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#CENTER CENTER]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#MULTI MULTI], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#SINGLE SINGLE], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#READ_ONLY READ_ONLY], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#WRAP WRAP], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#SEARCH SEARCH], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#PASSWORD PASSWORD], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#LEFT LEFT], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#RIGHT RIGHT], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#CENTER CENTER]
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Scrollable.html org.eclipse.swt.widgets.Scrollable], [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Control.html org.eclipse.swt.widgets.Control], [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Scrollable.html org.eclipse.swt.widgets.Scrollable], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Control.html org.eclipse.swt.widgets.Control], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
 
|-
 
|-
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/ToolBar.html org.eclipse.swt.widgets.ToolBar]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/ToolBar.html org.eclipse.swt.widgets.ToolBar]
| [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#WRAP WRAP], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#SHADOW_OUT SHADOW_OUT], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#FLAT FLAT], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#RIGHT RIGHT], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#HORIZONTAL HORIZONTAL], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#VERTICAL VERTICAL]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#WRAP WRAP], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#SHADOW_OUT SHADOW_OUT], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#FLAT FLAT], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#RIGHT RIGHT], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#HORIZONTAL HORIZONTAL], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#VERTICAL VERTICAL]
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Composite.html org.eclipse.swt.widgets.Composite], [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Scrollable.html org.eclipse.swt.widgets.Scrollable], [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Control.html org.eclipse.swt.widgets.Control], [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Composite.html org.eclipse.swt.widgets.Composite], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Scrollable.html org.eclipse.swt.widgets.Scrollable], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Control.html org.eclipse.swt.widgets.Control], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
 
|-
 
|-
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/ToolItem.html org.eclipse.swt.widgets.ToolItem]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/ToolItem.html org.eclipse.swt.widgets.ToolItem]
| [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#DROP_DOWN DROP_DOWN], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#SEPARATOR SEPARATOR], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#PUSH PUSH], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#RADIO RADIO], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#CHECK CHECK]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#DROP_DOWN DROP_DOWN], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#SEPARATOR SEPARATOR], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#PUSH PUSH], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#RADIO RADIO], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#CHECK CHECK]
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Item.html org.eclipse.swt.widgets.Item], [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Item.html org.eclipse.swt.widgets.Item], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
 
|-
 
|-
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/ToolTip.html org.eclipse.swt.widgets.ToolTip]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/ToolTip.html org.eclipse.swt.widgets.ToolTip]
| [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#BALLOON BALLOON]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#BALLOON BALLOON]
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
 
|-
 
|-
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Tracker.html org.eclipse.swt.widgets.Tracker]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Tracker.html org.eclipse.swt.widgets.Tracker]
| [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#RESIZE RESIZE], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#UP UP], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#DOWN DOWN], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#LEFT LEFT], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#RIGHT RIGHT]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#RESIZE RESIZE], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#UP UP], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#DOWN DOWN], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#LEFT LEFT], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#RIGHT RIGHT]
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
 
|-
 
|-
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Tray.html org.eclipse.swt.widgets.Tray]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Tray.html org.eclipse.swt.widgets.Tray]
 
| none
 
| none
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
 
|-
 
|-
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/TrayItem.html org.eclipse.swt.widgets.TrayItem]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/TrayItem.html org.eclipse.swt.widgets.TrayItem]
 
| none
 
| none
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Item.html org.eclipse.swt.widgets.Item], [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Item.html org.eclipse.swt.widgets.Item], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
 
|-
 
|-
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Tree.html org.eclipse.swt.widgets.Tree]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Tree.html org.eclipse.swt.widgets.Tree]
| [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#CHECK CHECK], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#MULTI MULTI], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#SINGLE SINGLE], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#FULL_SELECTION FULL_SELECTION], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#VIRTUAL VIRTUAL]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#CHECK CHECK], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#MULTI MULTI], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#SINGLE SINGLE], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#FULL_SELECTION FULL_SELECTION], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#VIRTUAL VIRTUAL]
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Composite.html org.eclipse.swt.widgets.Composite], [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Scrollable.html org.eclipse.swt.widgets.Scrollable], [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Control.html org.eclipse.swt.widgets.Control], [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Composite.html org.eclipse.swt.widgets.Composite], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Scrollable.html org.eclipse.swt.widgets.Scrollable], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Control.html org.eclipse.swt.widgets.Control], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
 
|-
 
|-
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/TreeColumn.html org.eclipse.swt.widgets.TreeColumn]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/TreeColumn.html org.eclipse.swt.widgets.TreeColumn]
| [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#LEFT LEFT], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#RIGHT RIGHT], [http://help.eclipse.org/stable/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/SWT.html#CENTER CENTER]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#LEFT LEFT], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#RIGHT RIGHT], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/SWT.html#CENTER CENTER]
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Item.html org.eclipse.swt.widgets.Item], [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Item.html org.eclipse.swt.widgets.Item], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
 
|-
 
|-
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/TreeItem.html org.eclipse.swt.widgets.TreeItem]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/TreeItem.html org.eclipse.swt.widgets.TreeItem]
 
| none
 
| none
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Item.html org.eclipse.swt.widgets.Item], [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Item.html org.eclipse.swt.widgets.Item], [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
 
|-
 
|-
| [http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
+
| [http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api//org/eclipse/swt/widgets/Widget.html org.eclipse.swt.widgets.Widget]
 
| none
 
| none
 
| none
 
| none
 
|}
 
|}

Revision as of 10:04, 25 February 2008

All SWT Widgets take as a constructor argument a set of style bits that control various aspects of their behavior and appearance. The set of possible style bits are defined in the class org.eclipse.swt.SWT, but only a small subset applies to each Widget. The table below describes the bits that are applicable to each kind of Widget.

Widget Class Styles Inherited Styles
org.eclipse.swt.widgets.Button TOGGLE, ARROW, PUSH, RADIO, CHECK, FLAT, UP, DOWN, LEFT, RIGHT, CENTER org.eclipse.swt.widgets.Control, org.eclipse.swt.widgets.Widget
org.eclipse.swt.widgets.Canvas none org.eclipse.swt.widgets.Composite, org.eclipse.swt.widgets.Scrollable, org.eclipse.swt.widgets.Control, org.eclipse.swt.widgets.Widget
org.eclipse.swt.widgets.Caret none org.eclipse.swt.widgets.Widget
org.eclipse.swt.widgets.ColorDialog none org.eclipse.swt.widgets.Dialog
org.eclipse.swt.widgets.Combo DROP_DOWN, READ_ONLY, SIMPLE org.eclipse.swt.widgets.Composite, org.eclipse.swt.widgets.Scrollable, org.eclipse.swt.widgets.Control, org.eclipse.swt.widgets.Widget
org.eclipse.swt.widgets.Composite NO_BACKGROUND, NO_FOCUS, NO_REDRAW_RESIZE, NO_MERGE_PAINTS, NO_RADIO_GROUP, EMBEDDED, DOUBLE_BUFFERED, UP org.eclipse.swt.widgets.Scrollable, org.eclipse.swt.widgets.Control, org.eclipse.swt.widgets.Widget
org.eclipse.swt.widgets.Control BORDER, LEFT_TO_RIGHT, RIGHT_TO_LEFT org.eclipse.swt.widgets.Widget
org.eclipse.swt.widgets.CoolBar FLAT, HORIZONTAL, VERTICAL org.eclipse.swt.widgets.Composite, org.eclipse.swt.widgets.Scrollable, org.eclipse.swt.widgets.Control, org.eclipse.swt.widgets.Widget
org.eclipse.swt.widgets.CoolItem DROP_DOWN org.eclipse.swt.widgets.Item, org.eclipse.swt.widgets.Widget
org.eclipse.swt.widgets.DateTime DATE, TIME, CALENDAR, SHORT, MEDIUM, LONG org.eclipse.swt.widgets.Composite, org.eclipse.swt.widgets.Scrollable, org.eclipse.swt.widgets.Control, org.eclipse.swt.widgets.Widget
org.eclipse.swt.widgets.Decorations TOOL, NO_TRIM, RESIZE, TITLE, CLOSE, MIN, MAX, BORDER, ON_TOP org.eclipse.swt.widgets.Canvas, org.eclipse.swt.widgets.Composite, org.eclipse.swt.widgets.Scrollable, org.eclipse.swt.widgets.Control, org.eclipse.swt.widgets.Widget
org.eclipse.swt.widgets.Dialog PRIMARY_MODAL, APPLICATION_MODAL, SYSTEM_MODAL none
org.eclipse.swt.widgets.DirectoryDialog none org.eclipse.swt.widgets.Dialog
org.eclipse.swt.widgets.ExpandBar V_SCROLL org.eclipse.swt.widgets.Composite, org.eclipse.swt.widgets.Scrollable, org.eclipse.swt.widgets.Control, org.eclipse.swt.widgets.Widget
org.eclipse.swt.widgets.ExpandItem none org.eclipse.swt.widgets.Item, org.eclipse.swt.widgets.Widget
org.eclipse.swt.widgets.FileDialog MULTI org.eclipse.swt.widgets.Dialog
org.eclipse.swt.widgets.FontDialog none org.eclipse.swt.widgets.Dialog
org.eclipse.swt.widgets.Group SHADOW_IN, SHADOW_OUT, SHADOW_ETCHED_IN, SHADOW_ETCHED_OUT, SHADOW_NONE org.eclipse.swt.widgets.Composite, org.eclipse.swt.widgets.Scrollable, org.eclipse.swt.widgets.Control, org.eclipse.swt.widgets.Widget
org.eclipse.swt.widgets.IME none org.eclipse.swt.widgets.Widget
org.eclipse.swt.widgets.Item none org.eclipse.swt.widgets.Widget
org.eclipse.swt.widgets.Label SEPARATOR, WRAP, SHADOW_IN, SHADOW_OUT, SHADOW_NONE, LEFT, RIGHT, CENTER, HORIZONTAL, VERTICAL org.eclipse.swt.widgets.Control, org.eclipse.swt.widgets.Widget
org.eclipse.swt.widgets.Link none org.eclipse.swt.widgets.Control, org.eclipse.swt.widgets.Widget
org.eclipse.swt.widgets.List MULTI, SINGLE org.eclipse.swt.widgets.Scrollable, org.eclipse.swt.widgets.Control, org.eclipse.swt.widgets.Widget
org.eclipse.swt.widgets.Menu BAR, DROP_DOWN, POP_UP, NO_RADIO_GROUP, LEFT_TO_RIGHT, RIGHT_TO_LEFT org.eclipse.swt.widgets.Widget
org.eclipse.swt.widgets.MenuItem SEPARATOR, PUSH, RADIO, CHECK, CASCADE org.eclipse.swt.widgets.Item, org.eclipse.swt.widgets.Widget
org.eclipse.swt.widgets.MessageBox none org.eclipse.swt.widgets.Dialog
org.eclipse.swt.widgets.ProgressBar INDETERMINATE, MIN, SMOOTH, HORIZONTAL, VERTICAL org.eclipse.swt.widgets.Control, org.eclipse.swt.widgets.Widget
org.eclipse.swt.widgets.Sash SMOOTH, HORIZONTAL, VERTICAL org.eclipse.swt.widgets.Control, org.eclipse.swt.widgets.Widget
org.eclipse.swt.widgets.Scale HORIZONTAL, VERTICAL org.eclipse.swt.widgets.Control, org.eclipse.swt.widgets.Widget
org.eclipse.swt.widgets.Scrollable H_SCROLL, V_SCROLL org.eclipse.swt.widgets.Control, org.eclipse.swt.widgets.Widget
org.eclipse.swt.widgets.ScrollBar HORIZONTAL, VERTICAL org.eclipse.swt.widgets.Widget
org.eclipse.swt.widgets.Shell TOOL, NO_TRIM, RESIZE, TITLE, CLOSE, MIN, MAX, BORDER, ON_TOP, MODELESS, PRIMARY_MODAL, APPLICATION_MODAL, SYSTEM_MODAL org.eclipse.swt.widgets.Decorations, org.eclipse.swt.widgets.Canvas, org.eclipse.swt.widgets.Composite, org.eclipse.swt.widgets.Scrollable, org.eclipse.swt.widgets.Control, org.eclipse.swt.widgets.Widget
org.eclipse.swt.widgets.Slider HORIZONTAL, VERTICAL org.eclipse.swt.widgets.Control, org.eclipse.swt.widgets.Widget
org.eclipse.swt.widgets.Spinner READ_ONLY, WRAP org.eclipse.swt.widgets.Composite, org.eclipse.swt.widgets.Scrollable, org.eclipse.swt.widgets.Control, org.eclipse.swt.widgets.Widget
org.eclipse.swt.widgets.TabFolder TOP, BOTTOM org.eclipse.swt.widgets.Composite, org.eclipse.swt.widgets.Scrollable, org.eclipse.swt.widgets.Control, org.eclipse.swt.widgets.Widget
org.eclipse.swt.widgets.TabItem none org.eclipse.swt.widgets.Item, org.eclipse.swt.widgets.Widget
org.eclipse.swt.widgets.Table CHECK, MULTI, SINGLE, HIDE_SELECTION, FULL_SELECTION, VIRTUAL org.eclipse.swt.widgets.Composite, org.eclipse.swt.widgets.Scrollable, org.eclipse.swt.widgets.Control, org.eclipse.swt.widgets.Widget
org.eclipse.swt.widgets.TableColumn LEFT, RIGHT, CENTER org.eclipse.swt.widgets.Item, org.eclipse.swt.widgets.Widget
org.eclipse.swt.widgets.TableItem none org.eclipse.swt.widgets.Item, org.eclipse.swt.widgets.Widget
org.eclipse.swt.widgets.Text MULTI, SINGLE, READ_ONLY, WRAP, SEARCH, PASSWORD, LEFT, RIGHT, CENTER org.eclipse.swt.widgets.Scrollable, org.eclipse.swt.widgets.Control, org.eclipse.swt.widgets.Widget
org.eclipse.swt.widgets.ToolBar WRAP, SHADOW_OUT, FLAT, RIGHT, HORIZONTAL, VERTICAL org.eclipse.swt.widgets.Composite, org.eclipse.swt.widgets.Scrollable, org.eclipse.swt.widgets.Control, org.eclipse.swt.widgets.Widget
org.eclipse.swt.widgets.ToolItem DROP_DOWN, SEPARATOR, PUSH, RADIO, CHECK org.eclipse.swt.widgets.Item, org.eclipse.swt.widgets.Widget
org.eclipse.swt.widgets.ToolTip BALLOON org.eclipse.swt.widgets.Widget
org.eclipse.swt.widgets.Tracker RESIZE, UP, DOWN, LEFT, RIGHT org.eclipse.swt.widgets.Widget
org.eclipse.swt.widgets.Tray none org.eclipse.swt.widgets.Widget
org.eclipse.swt.widgets.TrayItem none org.eclipse.swt.widgets.Item, org.eclipse.swt.widgets.Widget
org.eclipse.swt.widgets.Tree CHECK, MULTI, SINGLE, FULL_SELECTION, VIRTUAL org.eclipse.swt.widgets.Composite, org.eclipse.swt.widgets.Scrollable, org.eclipse.swt.widgets.Control, org.eclipse.swt.widgets.Widget
org.eclipse.swt.widgets.TreeColumn LEFT, RIGHT, CENTER org.eclipse.swt.widgets.Item, org.eclipse.swt.widgets.Widget
org.eclipse.swt.widgets.TreeItem none org.eclipse.swt.widgets.Item, org.eclipse.swt.widgets.Widget
org.eclipse.swt.widgets.Widget none none

Back to the top