|
|||||||||
| Home >> All >> org >> eclipse >> swt >> [ widgets overview ] | PREV NEXT | ||||||||
A
- ACTIVATE - Static variable in class org.eclipse.swt.widgets.Widget
- APP_NAME - Static variable in class org.eclipse.swt.widgets.Display
- accelGroup - Variable in class org.eclipse.swt.widgets.Decorations
- accelerator - Variable in class org.eclipse.swt.widgets.MenuItem
- accessible - Variable in class org.eclipse.swt.widgets.Control
- add(String) - Method in class org.eclipse.swt.widgets.Combo
- Adds the argument to the end of the receiver's list.
- add(String, int) - Method in class org.eclipse.swt.widgets.Combo
- Adds the argument to the receiver's list at the given zero-relative index.
- add(Menu) - Method in class org.eclipse.swt.widgets.Decorations
- add(Object) - Method in interface org.eclipse.swt.widgets.IIconBar
- add(Object) - Method in class org.eclipse.swt.widgets.IconBar
- add(Image) - Method in class org.eclipse.swt.widgets.ImageList
- add(String) - Method in class org.eclipse.swt.widgets.List
- Adds the argument to the end of the receiver's list.
- add(String, int) - Method in class org.eclipse.swt.widgets.List
- Adds the argument to the receiver's list at the given zero-relative index.
- addAccelerator(long) - Method in class org.eclipse.swt.widgets.MenuItem
- addAccelerators(long) - Method in class org.eclipse.swt.widgets.Menu
- addAccelerators(long) - Method in class org.eclipse.swt.widgets.MenuItem
- addAll(List) - Method in interface org.eclipse.swt.widgets.IIconBar
- addAll(List) - Method in class org.eclipse.swt.widgets.IconBar
- addArmListener(ArmListener) - Method in class org.eclipse.swt.widgets.MenuItem
- Adds the listener to the collection of listeners who will
be notified when the arm events are generated for the control, by sending
it one of the messages defined in the
ArmListenerinterface. - addControlListener(ControlListener) - Method in class org.eclipse.swt.widgets.Control
- Adds the listener to the collection of listeners who will
be notified when the control is moved or resized, by sending
it one of the messages defined in the
ControlListenerinterface. - addControlListener(ControlListener) - Method in class org.eclipse.swt.widgets.TableColumn
- Adds the listener to the collection of listeners who will
be notified when the control is moved or resized, by sending
it one of the messages defined in the
ControlListenerinterface. - addControlListener(ControlListener) - Method in class org.eclipse.swt.widgets.Tracker
- Adds the listener to the collection of listeners who will
be notified when the control is moved or resized, by sending
it one of the messages defined in the
ControlListenerinterface. - addDisposeListener(DisposeListener) - Method in interface org.eclipse.swt.widgets.IControl
- addDisposeListener(DisposeListener) - Method in class org.eclipse.swt.widgets.Widget
- Adds the listener to the collection of listeners who will be notifed when the widget is disposed.
- addFilter(int, Listener) - Method in class org.eclipse.swt.widgets.Display
- Adds the listener to the collection of listeners who will be notifed when an event of the given type occurs anywhere in this display.
- addFocusListener(FocusListener) - Method in class org.eclipse.swt.widgets.Control
- Adds the listener to the collection of listeners who will
be notified when the control gains or loses focus, by sending
it one of the messages defined in the
FocusListenerinterface. - addGdkEvent(long) - Method in class org.eclipse.swt.widgets.Display
- addHelpListener(HelpListener) - Method in class org.eclipse.swt.widgets.Control
- Adds the listener to the collection of listeners who will
be notified when help events are generated for the control,
by sending it one of the messages defined in the
HelpListenerinterface. - addHelpListener(HelpListener) - Method in class org.eclipse.swt.widgets.Menu
- Adds the listener to the collection of listeners who will
be notified when help events are generated for the control,
by sending it one of the messages defined in the
HelpListenerinterface. - addHelpListener(HelpListener) - Method in class org.eclipse.swt.widgets.MenuItem
- Adds the listener to the collection of listeners who will
be notified when the help events are generated for the control, by sending
it one of the messages defined in the
HelpListenerinterface. - addKeyListener(KeyListener) - Method in class org.eclipse.swt.widgets.Control
- Adds the listener to the collection of listeners who will
be notified when keys are pressed and released on the system keyboard, by sending
it one of the messages defined in the
KeyListenerinterface. - addKeyListener(KeyListener) - Method in interface org.eclipse.swt.widgets.IControl
- addKeyListener(KeyListener) - Method in class org.eclipse.swt.widgets.IconBar
- addLast(RunnableLock) - Method in class org.eclipse.swt.widgets.Synchronizer
- addListener(int, Listener) - Method in class org.eclipse.swt.widgets.Display
- Adds the listener to the collection of listeners who will be notifed when an event of the given type occurs.
- addListener(int, Listener) - Method in class org.eclipse.swt.widgets.Widget
- Adds the listener to the collection of listeners who will be notifed when an event of the given type occurs.
- addMenuListener(MenuListener) - Method in class org.eclipse.swt.widgets.Menu
- Adds the listener to the collection of listeners who will
be notified when menus are hidden or shown, by sending it
one of the messages defined in the
MenuListenerinterface. - addModifyListener(ModifyListener) - Method in class org.eclipse.swt.widgets.Combo
- Adds the listener to the collection of listeners who will
be notified when the receiver's text is modified, by sending
it one of the messages defined in the
ModifyListenerinterface. - addModifyListener(ModifyListener) - Method in class org.eclipse.swt.widgets.Text
- Adds the listener to the collection of listeners who will
be notified when the receiver's text is modified, by sending
it one of the messages defined in the
ModifyListenerinterface. - addMouseHoverTimeout(long) - Method in class org.eclipse.swt.widgets.Display
- addMouseListener(MouseListener) - Method in class org.eclipse.swt.widgets.Control
- Adds the listener to the collection of listeners who will
be notified when mouse buttons are pressed and released, by sending
it one of the messages defined in the
MouseListenerinterface. - addMouseListener(MouseListener) - Method in interface org.eclipse.swt.widgets.IControl
- addMouseListener(MouseListener) - Method in class org.eclipse.swt.widgets.IconBar
- addMouseMoveListener(MouseMoveListener) - Method in class org.eclipse.swt.widgets.Control
- Adds the listener to the collection of listeners who will
be notified when the mouse moves, by sending it one of the
messages defined in the
MouseMoveListenerinterface. - addMouseTrackListener(MouseTrackListener) - Method in class org.eclipse.swt.widgets.Control
- Adds the listener to the collection of listeners who will
be notified when the mouse passes or hovers over controls, by sending
it one of the messages defined in the
MouseTrackListenerinterface. - addPaintListener(PaintListener) - Method in class org.eclipse.swt.widgets.Control
- Adds the listener to the collection of listeners who will
be notified when the receiver needs to be painted, by sending it
one of the messages defined in the
PaintListenerinterface. - addPopup(Menu) - Method in class org.eclipse.swt.widgets.Display
- addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Button
- Adds the listener to the collection of listeners who will
be notified when the control is selected, by sending
it one of the messages defined in the
SelectionListenerinterface. - addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Combo
- Adds the listener to the collection of listeners who will
be notified when the receiver's selection changes, by sending
it one of the messages defined in the
SelectionListenerinterface. - addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.CoolItem
- Adds the listener to the collection of listeners that will
be notified when the control is selected, by sending it one
of the messages defined in the
SelectionListenerinterface. - addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.List
- Adds the listener to the collection of listeners who will
be notified when the receiver's selection changes, by sending
it one of the messages defined in the
SelectionListenerinterface. - addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.MenuItem
- Adds the listener to the collection of listeners who will
be notified when the control is selected, by sending
it one of the messages defined in the
SelectionListenerinterface. - addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Sash
- Adds the listener to the collection of listeners who will
be notified when the control is selected, by sending
it one of the messages defined in the
SelectionListenerinterface. - addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Scale
- Adds the listener to the collection of listeners who will
be notified when the receiver's value changes, by sending
it one of the messages defined in the
SelectionListenerinterface. - addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.ScrollBar
- Adds the listener to the collection of listeners who will
be notified when the receiver's value changes, by sending
it one of the messages defined in the
SelectionListenerinterface. - addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Slider
- Adds the listener to the collection of listeners who will
be notified when the receiver's value changes, by sending
it one of the messages defined in the
SelectionListenerinterface. - addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.TabFolder
- Adds the listener to the collection of listeners who will
be notified when the receiver's selection changes, by sending
it one of the messages defined in the
SelectionListenerinterface. - addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Table
- Adds the listener to the collection of listeners who will
be notified when the receiver's selection changes, by sending
it one of the messages defined in the
SelectionListenerinterface. - addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.TableColumn
- Adds the listener to the collection of listeners who will
be notified when the control is selected, by sending
it one of the messages defined in the
SelectionListenerinterface. - addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Text
- Adds the listener to the collection of listeners who will
be notified when the control is selected, by sending
it one of the messages defined in the
SelectionListenerinterface. - addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.ToolItem
- Adds the listener to the collection of listeners who will
be notified when the control is selected, by sending
it one of the messages defined in the
SelectionListenerinterface. - addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.TrayItem
- Adds the listener to the collection of listeners who will
be notified when the receiver is selected, by sending
it one of the messages defined in the
SelectionListenerinterface. - addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Tree
- Adds the listener to the collection of listeners who will
be notified when the receiver's selection changes, by sending
it one of the messages defined in the
SelectionListenerinterface. - addShellListener(ShellListener) - Method in class org.eclipse.swt.widgets.Shell
- Adds the listener to the collection of listeners who will
be notified when operations are performed on the receiver,
by sending the listener one of the messages defined in the
ShellListenerinterface. - addTraverseListener(TraverseListener) - Method in class org.eclipse.swt.widgets.Control
- Adds the listener to the collection of listeners who will
be notified when traversal events occur, by sending it
one of the messages defined in the
TraverseListenerinterface. - addTreeListener(TreeListener) - Method in class org.eclipse.swt.widgets.Tree
- Adds the listener to the collection of listeners who will
be notified when an item in the receiver is expanded or collapsed
by sending it one of the messages defined in the
TreeListenerinterface. - addVerifyListener(VerifyListener) - Method in class org.eclipse.swt.widgets.Text
- Adds the listener to the collection of listeners who will
be notified when the receiver's text is verified, by sending
it one of the messages defined in the
VerifyListenerinterface. - addWidget(long, Widget) - Method in class org.eclipse.swt.widgets.Display
- adjustTrim() - Method in class org.eclipse.swt.widgets.Shell
- align - Variable in class org.eclipse.swt.widgets.IconBarLayout
- append(String) - Method in class org.eclipse.swt.widgets.Text
- Appends a string.
- arrowHandle - Variable in class org.eclipse.swt.widgets.Button
- arrowHandle - Variable in class org.eclipse.swt.widgets.Combo
- arrowHandle - Variable in class org.eclipse.swt.widgets.ToolItem
- arrowImage - Variable in class org.eclipse.swt.widgets.CoolItem
- asyncExec(Runnable) - Method in class org.eclipse.swt.widgets.Display
- Causes the
run()method of the runnable to be invoked by the user-interface thread at the next reasonable opportunity. - asyncExec(Runnable) - Method in class org.eclipse.swt.widgets.Synchronizer
- Causes the
run()method of the runnable to be invoked by the user-interface thread at the next reasonable opportunity.
B
- BACKGROUND_COLUMN - Static variable in class org.eclipse.swt.widgets.Table
- BACKGROUND_COLUMN - Static variable in class org.eclipse.swt.widgets.Tree
- BUTTON_PRESS_EVENT - Static variable in class org.eclipse.swt.widgets.Widget
- BUTTON_RELEASE_EVENT - Static variable in class org.eclipse.swt.widgets.Widget
- Button - class org.eclipse.swt.widgets.Button.
- Instances of this class represent a selectable user interface object that issues notification when pressed and released.
- Button(Composite, int) - Constructor for class org.eclipse.swt.widgets.Button
- Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
- beep() - Method in class org.eclipse.swt.widgets.Display
- Causes the system hardware to emit a short sound (if it supports this capability).
- blinkCaret() - Method in class org.eclipse.swt.widgets.Caret
- blinkRate - Variable in class org.eclipse.swt.widgets.Caret
- borderTrimHeight - Variable in class org.eclipse.swt.widgets.Display
- borderTrimWidth - Variable in class org.eclipse.swt.widgets.Display
- bounds - Variable in class org.eclipse.swt.widgets.Tracker
- boxHandle - Variable in class org.eclipse.swt.widgets.Button
- boxHandle - Variable in class org.eclipse.swt.widgets.TableColumn
- boxHandle - Variable in class org.eclipse.swt.widgets.ToolItem
- bringToTop(boolean) - Method in class org.eclipse.swt.widgets.Shell
- bufferHandle - Variable in class org.eclipse.swt.widgets.Text
- button - Variable in class org.eclipse.swt.widgets.Event
- the button that was pressed or released; 1 for the first button, 2 for the second button, and 3 for the third button, etc.
- buttonHandle - Variable in class org.eclipse.swt.widgets.TableColumn
C
- CANVAS - Static variable in class org.eclipse.swt.widgets.Widget
- CHANGED - Static variable in class org.eclipse.swt.widgets.Widget
- CHECKED_COLUMN - Static variable in class org.eclipse.swt.widgets.Table
- CHECKED_COLUMN - Static variable in class org.eclipse.swt.widgets.Tree
- CHEVRON_HORIZONTAL_TRIM - Variable in class org.eclipse.swt.widgets.CoolItem
- CHEVRON_IMAGE_WIDTH - Static variable in class org.eclipse.swt.widgets.CoolItem
- CHEVRON_LEFT_MARGIN - Static variable in class org.eclipse.swt.widgets.CoolItem
- CHEVRON_VERTICAL_TRIM - Variable in class org.eclipse.swt.widgets.CoolItem
- CLICKED - Static variable in class org.eclipse.swt.widgets.Widget
- CLICK_DISTANCE - Static variable in class org.eclipse.swt.widgets.CoolBar
- COLOR_INFO_BACKGROUND - Variable in class org.eclipse.swt.widgets.Display
- COLOR_INFO_FOREGROUND - Variable in class org.eclipse.swt.widgets.Display
- COLOR_LIST_BACKGROUND - Variable in class org.eclipse.swt.widgets.Display
- COLOR_LIST_FOREGROUND - Variable in class org.eclipse.swt.widgets.Display
- COLOR_LIST_SELECTION - Variable in class org.eclipse.swt.widgets.Display
- COLOR_LIST_SELECTION_TEXT - Variable in class org.eclipse.swt.widgets.Display
- COLOR_TEXT_BACKGROUND - Variable in class org.eclipse.swt.widgets.Display
- COLOR_TEXT_FOREGROUND - Variable in class org.eclipse.swt.widgets.Display
- COLOR_TITLE_BACKGROUND - Variable in class org.eclipse.swt.widgets.Display
- COLOR_TITLE_BACKGROUND_GRADIENT - Variable in class org.eclipse.swt.widgets.Display
- COLOR_TITLE_FOREGROUND - Variable in class org.eclipse.swt.widgets.Display
- COLOR_TITLE_INACTIVE_BACKGROUND - Variable in class org.eclipse.swt.widgets.Display
- COLOR_TITLE_INACTIVE_BACKGROUND_GRADIENT - Variable in class org.eclipse.swt.widgets.Display
- COLOR_TITLE_INACTIVE_FOREGROUND - Variable in class org.eclipse.swt.widgets.Display
- COLOR_WIDGET_BACKGROUND - Variable in class org.eclipse.swt.widgets.Display
- COLOR_WIDGET_BORDER - Variable in class org.eclipse.swt.widgets.Display
- COLOR_WIDGET_DARK_SHADOW - Variable in class org.eclipse.swt.widgets.Display
- COLOR_WIDGET_FOREGROUND - Variable in class org.eclipse.swt.widgets.Display
- COLOR_WIDGET_HIGHLIGHT_SHADOW - Variable in class org.eclipse.swt.widgets.Display
- COLOR_WIDGET_LIGHT_SHADOW - Variable in class org.eclipse.swt.widgets.Display
- COLOR_WIDGET_NORMAL_SHADOW - Variable in class org.eclipse.swt.widgets.Display
- COMMIT - Static variable in class org.eclipse.swt.widgets.Widget
- CONFIGURE_EVENT - Static variable in class org.eclipse.swt.widgets.Widget
- Canvas - class org.eclipse.swt.widgets.Canvas.
- Instances of this class provide a surface for drawing arbitrary graphics.
- Canvas() - Constructor for class org.eclipse.swt.widgets.Canvas
- Canvas(Composite, int) - Constructor for class org.eclipse.swt.widgets.Canvas
- Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
- Caret - class org.eclipse.swt.widgets.Caret.
- Instances of this class provide an i-beam that is typically used as the insertion point for text.
- Caret(Canvas, int) - Constructor for class org.eclipse.swt.widgets.Caret
- Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
- ColorDialog - class org.eclipse.swt.widgets.ColorDialog.
- Instances of this class allow the user to select a color from a predefined set of available colors.
- ColorDialog(Shell) - Constructor for class org.eclipse.swt.widgets.ColorDialog
- Constructs a new instance of this class given only its parent.
- ColorDialog(Shell, int) - Constructor for class org.eclipse.swt.widgets.ColorDialog
- Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
- ColorProgressBar - class org.eclipse.swt.widgets.ColorProgressBar.
- A hack to draw a horizontal progress bar in color.
- ColorProgressBar(Composite, int) - Constructor for class org.eclipse.swt.widgets.ColorProgressBar
- Combo - class org.eclipse.swt.widgets.Combo.
- Instances of this class are controls that allow the user to choose an item from a list of items, or optionally enter a new value by typing it into an editable text field.
- Combo(Composite, int) - Constructor for class org.eclipse.swt.widgets.Combo
- Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
- Composite - class org.eclipse.swt.widgets.Composite.
- Instances of this class are controls which are capable of containing other controls.
- Composite() - Constructor for class org.eclipse.swt.widgets.Composite
- Composite(Composite, int) - Constructor for class org.eclipse.swt.widgets.Composite
- Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
- Control - class org.eclipse.swt.widgets.Control.
- Control is the abstract superclass of all windowed user interface classes.
- Control() - Constructor for class org.eclipse.swt.widgets.Control
- Control(Composite, int) - Constructor for class org.eclipse.swt.widgets.Control
- Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
- CoolBar - class org.eclipse.swt.widgets.CoolBar.
- Instances of this class provide an area for dynamically positioning the items they contain.
- CoolBar(Composite, int) - Constructor for class org.eclipse.swt.widgets.CoolBar
- Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
- CoolItem - class org.eclipse.swt.widgets.CoolItem.
- Instances of this class are selectable user interface
objects that represent the dynamically positionable
areas of a
CoolBar. - CoolItem(CoolBar, int) - Constructor for class org.eclipse.swt.widgets.CoolItem
- Constructs a new instance of this class given its parent
(which must be a
CoolBar) and a style value describing its behavior and appearance. - CoolItem(CoolBar, int, int) - Constructor for class org.eclipse.swt.widgets.CoolItem
- Constructs a new instance of this class given its parent
(which must be a
CoolBar), a style value describing its behavior and appearance, and the index at which to place it in the items maintained by its parent. - cached - Variable in class org.eclipse.swt.widgets.TableItem
- calculateChevronTrim() - Method in class org.eclipse.swt.widgets.CoolItem
- calculateWidth(long, long) - Method in class org.eclipse.swt.widgets.Table
- caret - Variable in class org.eclipse.swt.widgets.Canvas
- caretCallback - Variable in class org.eclipse.swt.widgets.Display
- caretId - Variable in class org.eclipse.swt.widgets.Display
- caretProc - Variable in class org.eclipse.swt.widgets.Display
- caretProc(long) - Method in class org.eclipse.swt.widgets.Display
- cascade - Variable in class org.eclipse.swt.widgets.Menu
- character - Variable in class org.eclipse.swt.widgets.Event
- depending on the event, the character represented by the key that was typed.
- checkBits(int, int, int, int, int, int, int) - Static method in class org.eclipse.swt.widgets.Widget
- checkDevice() - Method in class org.eclipse.swt.widgets.Display
- checkDisplay(Thread) - Static method in class org.eclipse.swt.widgets.Display
- checkIfEventCallback - Variable in class org.eclipse.swt.widgets.Display
- checkIfEventProc - Variable in class org.eclipse.swt.widgets.Display
- checkIfEventProc(long, long, long) - Method in class org.eclipse.swt.widgets.Display
- checkNull(Control) - Static method in class org.eclipse.swt.widgets.Menu
- checkNull(Menu) - Static method in class org.eclipse.swt.widgets.Menu
- checkNull(MenuItem) - Static method in class org.eclipse.swt.widgets.Menu
- checkNull(Table) - Static method in class org.eclipse.swt.widgets.TableItem
- checkNull(TreeItem) - Static method in class org.eclipse.swt.widgets.TreeItem
- checkOrientation(Widget) - Method in class org.eclipse.swt.widgets.Widget
- checkParent(Shell) - Method in class org.eclipse.swt.widgets.Dialog
- Throws an exception if the specified widget can not be used as a parent for the receiver.
- checkParent(Widget) - Method in class org.eclipse.swt.widgets.Widget
- Throws an exception if the specified widget can not be used as a parent for the receiver.
- checkRenderer - Variable in class org.eclipse.swt.widgets.Table
- checkRenderer - Variable in class org.eclipse.swt.widgets.Tree
- checkStyle(int) - Static method in class org.eclipse.swt.widgets.Button
- checkStyle(int) - Static method in class org.eclipse.swt.widgets.Combo
- checkStyle(int) - Static method in class org.eclipse.swt.widgets.CoolBar
- checkStyle(int) - Static method in class org.eclipse.swt.widgets.Decorations
- checkStyle(int) - Static method in class org.eclipse.swt.widgets.Group
- checkStyle(int) - Static method in class org.eclipse.swt.widgets.IconBar
- checkStyle(int) - Static method in class org.eclipse.swt.widgets.Label
- checkStyle(int) - Static method in class org.eclipse.swt.widgets.List
- checkStyle(int) - Static method in class org.eclipse.swt.widgets.Menu
- checkStyle(int) - Static method in class org.eclipse.swt.widgets.MenuItem
- checkStyle(int) - Static method in class org.eclipse.swt.widgets.MessageBox
- checkStyle(int) - Static method in class org.eclipse.swt.widgets.ProgressBar
- checkStyle(int) - Static method in class org.eclipse.swt.widgets.Sash
- checkStyle(int) - Static method in class org.eclipse.swt.widgets.Scale
- checkStyle(int) - Static method in class org.eclipse.swt.widgets.ScrollBar
- checkStyle(int) - Static method in class org.eclipse.swt.widgets.Shell
- checkStyle(int) - Static method in class org.eclipse.swt.widgets.Slider
- checkStyle(int) - Static method in class org.eclipse.swt.widgets.TabFolder
- checkStyle(int) - Static method in class org.eclipse.swt.widgets.Table
- checkStyle(int) - Static method in class org.eclipse.swt.widgets.TableColumn
- checkStyle(int) - Static method in class org.eclipse.swt.widgets.Text
- checkStyle(int) - Static method in class org.eclipse.swt.widgets.ToolBar
- checkStyle(int) - Static method in class org.eclipse.swt.widgets.ToolItem
- checkStyle(int) - Static method in class org.eclipse.swt.widgets.Tracker
- checkStyle(int) - Static method in class org.eclipse.swt.widgets.Tree
- checkSubclass() - Method in class org.eclipse.swt.widgets.Composite
- checkSubclass() - Method in class org.eclipse.swt.widgets.CoolBar
- checkSubclass() - Method in class org.eclipse.swt.widgets.CoolItem
- checkSubclass() - Method in class org.eclipse.swt.widgets.Dialog
- Checks that this class can be subclassed.
- checkSubclass() - Method in class org.eclipse.swt.widgets.Display
- Checks that this class can be subclassed.
- checkSubclass() - Method in class org.eclipse.swt.widgets.Item
- checkSubclass() - Method in class org.eclipse.swt.widgets.Widget
- Checks that this class can be subclassed.
- checkWidget() - Method in class org.eclipse.swt.widgets.Widget
- Throws an
SWTExceptionif the receiver can not be accessed by the caller. - chevron - Variable in class org.eclipse.swt.widgets.CoolItem
- clear(int) - Method in class org.eclipse.swt.widgets.Table
- Clears the item at the given zero-relative index in the receiver.
- clear(int, int) - Method in class org.eclipse.swt.widgets.Table
- Removes the items from the receiver which are between the given zero-relative start and end indices (inclusive).
- clear(int[]) - Method in class org.eclipse.swt.widgets.Table
- Clears the items at the given zero-relative indices in the receiver.
- clear() - Method in class org.eclipse.swt.widgets.TableItem
- clearAll() - Method in class org.eclipse.swt.widgets.Table
- Clears all the items in the receiver.
- clearSelection() - Method in class org.eclipse.swt.widgets.Combo
- Sets the selection in the receiver's text field to an empty selection starting just before the first character.
- clearSelection() - Method in class org.eclipse.swt.widgets.Text
- Clears the selection.
- clientHandle - Variable in class org.eclipse.swt.widgets.Group
- clientHandle() - Method in class org.eclipse.swt.widgets.Group
- clientHandle() - Method in class org.eclipse.swt.widgets.Scrollable
- clientHandle() - Method in class org.eclipse.swt.widgets.TabFolder
- clientHeight - Variable in class org.eclipse.swt.widgets.Monitor
- clientWidth - Variable in class org.eclipse.swt.widgets.Monitor
- clientX - Variable in class org.eclipse.swt.widgets.Monitor
- clientY - Variable in class org.eclipse.swt.widgets.Monitor
- close() - Method in class org.eclipse.swt.widgets.Display
- Requests that the connection between SWT and the underlying operating system be closed.
- close() - Method in class org.eclipse.swt.widgets.Shell
- Requests that the window manager close the receiver in the same way it would be closed when the user clicks on the "close box" or performs some other platform specific key or mouse combination that indicates the window should be removed.
- close() - Method in class org.eclipse.swt.widgets.Tracker
- Stops displaying the tracker rectangles.
- closeWidget() - Method in class org.eclipse.swt.widgets.Shell
- columnCount - Variable in class org.eclipse.swt.widgets.Table
- columnHandle - Variable in class org.eclipse.swt.widgets.Tree
- columns - Variable in class org.eclipse.swt.widgets.IconBarLayout
- columns - Variable in class org.eclipse.swt.widgets.Table
- computeBounds() - Method in class org.eclipse.swt.widgets.Tracker
- computeNativeSize(long, int, int, boolean) - Method in class org.eclipse.swt.widgets.Control
- computeProportions(Rectangle[]) - Method in class org.eclipse.swt.widgets.Tracker
- computeResult() - Method in class org.eclipse.swt.widgets.FileDialog
- computeSize(int, int, boolean) - Method in class org.eclipse.swt.widgets.Button
- computeSize(int, int, boolean) - Method in class org.eclipse.swt.widgets.ColorProgressBar
- computeSize(int, int, boolean) - Method in class org.eclipse.swt.widgets.Combo
- computeSize(int, int, boolean) - Method in class org.eclipse.swt.widgets.Composite
- computeSize(int, int) - Method in class org.eclipse.swt.widgets.Control
- Returns the preferred size of the receiver.
- computeSize(int, int, boolean) - Method in class org.eclipse.swt.widgets.Control
- Returns the preferred size of the receiver.
- computeSize(int, int, boolean) - Method in class org.eclipse.swt.widgets.CoolBar
- computeSize(int, int) - Method in class org.eclipse.swt.widgets.CoolItem
- Returns the preferred size of the receiver.
- computeSize(Composite, int, int, boolean) - Method in class org.eclipse.swt.widgets.IconBarLayout
- Compute Canvas size need to hold all the icons.
- computeSize(int, int, boolean) - Method in class org.eclipse.swt.widgets.Label
- computeSize(Composite, int, int, boolean) - Method in class org.eclipse.swt.widgets.Layout
- Computes and returns the size of the specified composite's client area according to this layout.
- computeSize(int, int, boolean) - Method in class org.eclipse.swt.widgets.List
- computeSize(int, int, boolean) - Method in class org.eclipse.swt.widgets.Sash
- computeSize(int, int, boolean) - Method in class org.eclipse.swt.widgets.Scale
- computeSize(int, int, boolean) - Method in class org.eclipse.swt.widgets.Slider
- computeSize(int, int, boolean) - Method in class org.eclipse.swt.widgets.TabFolder
- computeSize(int, int, boolean) - Method in class org.eclipse.swt.widgets.Table
- computeSize(int, int, boolean) - Method in class org.eclipse.swt.widgets.Text
- computeSize(int, int, boolean) - Method in class org.eclipse.swt.widgets.ToolBar
- computeSize(int, int, boolean) - Method in class org.eclipse.swt.widgets.Tree
- computeSize(Composite, int, int, boolean) - Method in class org.eclipse.swt.widgets.WeightedLayout
- computeTabGroup() - Method in class org.eclipse.swt.widgets.Control
- computeTabGroup() - Method in class org.eclipse.swt.widgets.Decorations
- computeTabList() - Method in class org.eclipse.swt.widgets.Composite
- computeTabList() - Method in class org.eclipse.swt.widgets.Control
- computeTabRoot() - Method in class org.eclipse.swt.widgets.Control
- computeTabRoot() - Method in class org.eclipse.swt.widgets.Decorations
- computeTrim(int, int, int, int) - Method in class org.eclipse.swt.widgets.Group
- computeTrim(int, int, int, int) - Method in class org.eclipse.swt.widgets.Scrollable
- Given a desired client area for the receiver (as described by the arguments), returns the bounding rectangle which would be required to produce that client area.
- computeTrim(int, int, int, int) - Method in class org.eclipse.swt.widgets.Shell
- computeTrim(int, int, int, int) - Method in class org.eclipse.swt.widgets.TabFolder
- control - Variable in class org.eclipse.swt.widgets.CoolItem
- control - Variable in class org.eclipse.swt.widgets.TabItem
- control - Variable in class org.eclipse.swt.widgets.ToolItem
- copy() - Method in class org.eclipse.swt.widgets.Combo
- Copies the selected text.
- copy() - Method in class org.eclipse.swt.widgets.Text
- Copies the selected text.
- count - Variable in class org.eclipse.swt.widgets.Event
- the number of following paint events which are pending which may always be zero on some platforms
- create(DeviceData) - Method in class org.eclipse.swt.widgets.Display
- Creates the device in the operating system.
- createAccelGroup() - Method in class org.eclipse.swt.widgets.Decorations
- createArrowImage(int, int) - Method in class org.eclipse.swt.widgets.CoolItem
- createButtons() - Method in class org.eclipse.swt.widgets.MessageBox
- createColumn(TableColumn, int) - Method in class org.eclipse.swt.widgets.Table
- createDisplay(DeviceData) - Method in class org.eclipse.swt.widgets.Display
- createHandle(int) - Method in class org.eclipse.swt.widgets.Button
- createHandle(int) - Method in class org.eclipse.swt.widgets.Combo
- createHandle(int) - Method in class org.eclipse.swt.widgets.Composite
- createHandle(int, long, boolean) - Method in class org.eclipse.swt.widgets.Composite
- createHandle(int) - Method in class org.eclipse.swt.widgets.Group
- createHandle(int) - Method in class org.eclipse.swt.widgets.Label
- createHandle(int) - Method in class org.eclipse.swt.widgets.List
- createHandle(int) - Method in class org.eclipse.swt.widgets.Menu
- createHandle(int) - Method in class org.eclipse.swt.widgets.MenuItem
- createHandle(int) - Method in class org.eclipse.swt.widgets.ProgressBar
- createHandle(int) - Method in class org.eclipse.swt.widgets.Sash
- createHandle(int) - Method in class org.eclipse.swt.widgets.Scale
- createHandle(int) - Method in class org.eclipse.swt.widgets.Shell
- createHandle(int) - Method in class org.eclipse.swt.widgets.Slider
- createHandle(int) - Method in class org.eclipse.swt.widgets.TabFolder
- createHandle(int) - Method in class org.eclipse.swt.widgets.Table
- createHandle(int) - Method in class org.eclipse.swt.widgets.Text
- createHandle(int) - Method in class org.eclipse.swt.widgets.ToolBar
- createHandle(int) - Method in class org.eclipse.swt.widgets.ToolItem
- createHandle(int) - Method in class org.eclipse.swt.widgets.TrayItem
- createHandle(int) - Method in class org.eclipse.swt.widgets.Tree
- createHandle(int) - Method in class org.eclipse.swt.widgets.Widget
- createIMMenu(long) - Method in class org.eclipse.swt.widgets.Menu
- createImage(String) - Method in class org.eclipse.swt.widgets.Display
- createItem(CoolItem, int) - Method in class org.eclipse.swt.widgets.CoolBar
- createItem(TabItem, int) - Method in class org.eclipse.swt.widgets.TabFolder
- createItem(TableColumn, int) - Method in class org.eclipse.swt.widgets.Table
- createItem(TableItem, int) - Method in class org.eclipse.swt.widgets.Table
- createItem(TrayItem, int) - Method in class org.eclipse.swt.widgets.Tray
- createItem(TreeItem, long, int) - Method in class org.eclipse.swt.widgets.Tree
- createRenderers(long, int, boolean, int) - Method in class org.eclipse.swt.widgets.Table
- createScrollBar(int) - Method in class org.eclipse.swt.widgets.Scrollable
- createWidget(int) - Method in class org.eclipse.swt.widgets.Button
- createWidget(int) - Method in class org.eclipse.swt.widgets.Caret
- createWidget(int) - Method in class org.eclipse.swt.widgets.Control
- createWidget(int) - Method in class org.eclipse.swt.widgets.Decorations
- createWidget(int) - Method in class org.eclipse.swt.widgets.Label
- createWidget(int) - Method in class org.eclipse.swt.widgets.Menu
- createWidget(int) - Method in class org.eclipse.swt.widgets.Scrollable
- createWidget(int) - Method in class org.eclipse.swt.widgets.TabFolder
- createWidget(int) - Method in class org.eclipse.swt.widgets.TabItem
- createWidget(int) - Method in class org.eclipse.swt.widgets.Table
- createWidget(int) - Method in class org.eclipse.swt.widgets.TableColumn
- createWidget(int) - Method in class org.eclipse.swt.widgets.Text
- createWidget(int) - Method in class org.eclipse.swt.widgets.TrayItem
- createWidget(int) - Method in class org.eclipse.swt.widgets.Tree
- createWidget(int) - Method in class org.eclipse.swt.widgets.Widget
- currentCaret - Variable in class org.eclipse.swt.widgets.Display
- cursor - Variable in class org.eclipse.swt.widgets.Control
- cursor - Variable in class org.eclipse.swt.widgets.Tracker
- cursorOrientation - Variable in class org.eclipse.swt.widgets.Tracker
- cursors - Variable in class org.eclipse.swt.widgets.Display
- customDraw - Variable in class org.eclipse.swt.widgets.TableColumn
- cut() - Method in class org.eclipse.swt.widgets.Combo
- Cuts the selected text.
- cut() - Method in class org.eclipse.swt.widgets.Text
- Cuts the selected text.
D
- DEBUG - Static variable in class org.eclipse.swt.widgets.IconBar
- DEBUG - Static variable in class org.eclipse.swt.widgets.IconBarLayout
- DEFAULT_HEIGHT - Static variable in class org.eclipse.swt.widgets.Widget
- DEFAULT_WIDTH - Static variable in class org.eclipse.swt.widgets.Widget
- DELAY - Static variable in class org.eclipse.swt.widgets.ProgressBar
- DELETE_EVENT - Static variable in class org.eclipse.swt.widgets.Widget
- DELETE_RANGE - Static variable in class org.eclipse.swt.widgets.Widget
- DELETE_TEXT - Static variable in class org.eclipse.swt.widgets.Widget
- DELIMITER - Static variable in class org.eclipse.swt.widgets.Text
- The delimiter used by multi-line text widgets.
- DISABLED - Static variable in class org.eclipse.swt.widgets.Widget
- DISPATCH_EVENT_KEY - Static variable in class org.eclipse.swt.widgets.Display
- DISPOSED - Static variable in class org.eclipse.swt.widgets.Widget
- DOUBLE_CLICK_TIME - Static variable in class org.eclipse.swt.widgets.Display
- Decorations - class org.eclipse.swt.widgets.Decorations.
- Instances of this class provide the appearance and
behavior of
Shells, but are not top level shells or dialogs. - Decorations() - Constructor for class org.eclipse.swt.widgets.Decorations
- Decorations(Composite, int) - Constructor for class org.eclipse.swt.widgets.Decorations
- Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
- Default - Static variable in class org.eclipse.swt.widgets.Display
- Dialog - class org.eclipse.swt.widgets.Dialog.
- This class is the abstract superclass of the classes that represent the built in platform dialogs.
- Dialog(Shell) - Constructor for class org.eclipse.swt.widgets.Dialog
- Constructs a new instance of this class given only its parent.
- Dialog(Shell, int) - Constructor for class org.eclipse.swt.widgets.Dialog
- Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
- DirectoryDialog - class org.eclipse.swt.widgets.DirectoryDialog.
- Instances of this class allow the user to navigate the file system and select a directory.
- DirectoryDialog(Shell) - Constructor for class org.eclipse.swt.widgets.DirectoryDialog
- Constructs a new instance of this class given only its parent.
- DirectoryDialog(Shell, int) - Constructor for class org.eclipse.swt.widgets.DirectoryDialog
- Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
- Display - class org.eclipse.swt.widgets.Display.
- Instances of this class are responsible for managing the connection between SWT and the underlying operating system.
- Display() - Constructor for class org.eclipse.swt.widgets.Display
- Constructs a new instance of this class.
- Display(DeviceData) - Constructor for class org.eclipse.swt.widgets.Display
- Displays - Static variable in class org.eclipse.swt.widgets.Display
- data - Variable in class org.eclipse.swt.widgets.Display
- data - Variable in class org.eclipse.swt.widgets.Event
- a field for application use
- data - Variable in class org.eclipse.swt.widgets.Widget
- deHighLight() - Method in interface org.eclipse.swt.widgets.IIconBarMouseHandler
- deHighLight() - Method in class org.eclipse.swt.widgets.IconBar.DefaultMouseHandler
- Clear any cells that are highlighted.
- deSelect() - Method in interface org.eclipse.swt.widgets.IIconBarMouseHandler
- deSelect() - Method in class org.eclipse.swt.widgets.IconBar.DefaultMouseHandler
- defaultBackground() - Method in class org.eclipse.swt.widgets.Tree
- defaultButton - Variable in class org.eclipse.swt.widgets.Decorations
- defaultCursor - Variable in class org.eclipse.swt.widgets.Sash
- defaultFont() - Method in class org.eclipse.swt.widgets.Control
- defaultFont - Variable in class org.eclipse.swt.widgets.Display
- defaultForeground() - Method in class org.eclipse.swt.widgets.Tree
- deregister() - Method in class org.eclipse.swt.widgets.Button
- deregister() - Method in class org.eclipse.swt.widgets.Combo
- deregister() - Method in class org.eclipse.swt.widgets.Composite
- deregister() - Method in class org.eclipse.swt.widgets.Control
- deregister() - Method in class org.eclipse.swt.widgets.Display
- deregister() - Method in class org.eclipse.swt.widgets.Group
- deregister() - Method in class org.eclipse.swt.widgets.Label
- deregister() - Method in class org.eclipse.swt.widgets.List
- deregister() - Method in class org.eclipse.swt.widgets.Scrollable
- deregister() - Method in class org.eclipse.swt.widgets.Shell
- deregister() - Method in class org.eclipse.swt.widgets.Slider
- deregister() - Method in class org.eclipse.swt.widgets.TabItem
- deregister() - Method in class org.eclipse.swt.widgets.Table
- deregister() - Method in class org.eclipse.swt.widgets.TableColumn
- deregister() - Method in class org.eclipse.swt.widgets.Text
- deregister() - Method in class org.eclipse.swt.widgets.ToolItem
- deregister() - Method in class org.eclipse.swt.widgets.Tree
- deregister() - Method in class org.eclipse.swt.widgets.Widget
- deselect(int) - Method in class org.eclipse.swt.widgets.Combo
- Deselects the item at the given zero-relative index in the receiver's list.
- deselect(int) - Method in class org.eclipse.swt.widgets.List
- Deselects the item at the given zero-relative index in the receiver.
- deselect(int, int) - Method in class org.eclipse.swt.widgets.List
- Deselects the items at the given zero-relative indices in the receiver.
- deselect(int[]) - Method in class org.eclipse.swt.widgets.List
- Deselects the items at the given zero-relative indices in the receiver.
- deselect(int) - Method in class org.eclipse.swt.widgets.Table
- Deselects the item at the given zero-relative index in the receiver.
- deselect(int, int) - Method in class org.eclipse.swt.widgets.Table
- Deselects the items at the given zero-relative indices in the receiver.
- deselect(int[]) - Method in class org.eclipse.swt.widgets.T