A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes All Packages

A

ABORT - Static variable in class org.eclipse.swt.SWT
The MessageBox style constant for an ABORT button; the only valid combination is ABORT|RETRY|IGNORE (value is 1<<9).
AC - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
ACC - Class in org.eclipse.swt.accessibility
Class ACC contains all the constants used in defining an Accessible object.
ACC() - Constructor for class org.eclipse.swt.accessibility.ACC
 
accel_closures_changed - Static variable in class org.eclipse.swt.internal.gtk.OS
Signals
accessible - Variable in class org.eclipse.swt.accessibility.AccessibleControlEvent
 
accessible - Variable in class org.eclipse.swt.accessibility.AccessibleHyperlinkEvent
 
accessible - Variable in class org.eclipse.swt.accessibility.AccessibleTableCellEvent
 
accessible - Variable in class org.eclipse.swt.accessibility.AccessibleTableEvent
 
accessible - Variable in class org.eclipse.swt.accessibility.AccessibleTextEvent
 
Accessible - Class in org.eclipse.swt.accessibility
Instances of this class provide a bridge between application code and assistive technology clients.
Accessible() - Constructor for class org.eclipse.swt.accessibility.Accessible
Deprecated. 
Accessible(Accessible) - Constructor for class org.eclipse.swt.accessibility.Accessible
Constructs a new instance of this class given its parent.
accessible_description - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
accessible_hypertext_nlinks - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
accessible_name - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
Properties
accessible_table_caption_object - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
accessible_table_column_description - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
accessible_table_column_header - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
accessible_table_row_description - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
accessible_table_row_header - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
accessible_table_summary - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
accessible_value - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
AccessibleActionAdapter - Class in org.eclipse.swt.accessibility
This adapter class provides default implementations for the methods in the AccessibleActionListener interface.
AccessibleActionAdapter() - Constructor for class org.eclipse.swt.accessibility.AccessibleActionAdapter
 
AccessibleActionEvent - Class in org.eclipse.swt.accessibility
Instances of this class are sent as a result of accessibility clients sending AccessibleAction messages to an accessible object.
AccessibleActionEvent(Object) - Constructor for class org.eclipse.swt.accessibility.AccessibleActionEvent
Constructs a new instance of this class.
AccessibleActionListener - Interface in org.eclipse.swt.accessibility
Classes which implement this interface provide methods that handle AccessibleAction events.
AccessibleAdapter - Class in org.eclipse.swt.accessibility
This adapter class provides default implementations for the methods described by the AccessibleListener interface.
AccessibleAdapter() - Constructor for class org.eclipse.swt.accessibility.AccessibleAdapter
 
AccessibleAttributeAdapter - Class in org.eclipse.swt.accessibility
This adapter class provides default implementations for the methods in the AccessibleAttributeListener interface.
AccessibleAttributeAdapter() - Constructor for class org.eclipse.swt.accessibility.AccessibleAttributeAdapter
 
AccessibleAttributeEvent - Class in org.eclipse.swt.accessibility
Instances of this class are sent as a result of accessibility clients sending AccessibleAttribute messages to an accessible object.
AccessibleAttributeEvent(Object) - Constructor for class org.eclipse.swt.accessibility.AccessibleAttributeEvent
Constructs a new instance of this class.
AccessibleAttributeListener - Interface in org.eclipse.swt.accessibility
Classes which implement this interface provide methods that handle AccessibleAttribute events.
AccessibleControlAdapter - Class in org.eclipse.swt.accessibility
This adapter class provides default implementations for the methods described by the AccessibleControlListener interface.
AccessibleControlAdapter() - Constructor for class org.eclipse.swt.accessibility.AccessibleControlAdapter
 
AccessibleControlEvent - Class in org.eclipse.swt.accessibility
Instances of this class are sent as a result of accessibility clients sending messages to controls asking for detailed information about the implementation of the control instance.
AccessibleControlEvent(Object) - Constructor for class org.eclipse.swt.accessibility.AccessibleControlEvent
Constructs a new instance of this class.
AccessibleControlListener - Interface in org.eclipse.swt.accessibility
Classes that implement this interface provide methods that deal with the events that are generated when an accessibility client sends a message to a control.
AccessibleEditableTextAdapter - Class in org.eclipse.swt.accessibility
This adapter class provides default implementations for the methods in the AccessibleEditableTextListener interface.
AccessibleEditableTextAdapter() - Constructor for class org.eclipse.swt.accessibility.AccessibleEditableTextAdapter
 
AccessibleEditableTextEvent - Class in org.eclipse.swt.accessibility
Instances of this class are sent as a result of accessibility clients sending AccessibleEditableText messages to an accessible object.
AccessibleEditableTextEvent(Object) - Constructor for class org.eclipse.swt.accessibility.AccessibleEditableTextEvent
Constructs a new instance of this class.
AccessibleEditableTextListener - Interface in org.eclipse.swt.accessibility
Classes which implement this interface provide methods that handle AccessibleEditableText events.
AccessibleEvent - Class in org.eclipse.swt.accessibility
Instances of this class are sent as a result of accessibility clients sending messages to controls asking for information about the control instance.
AccessibleEvent(Object) - Constructor for class org.eclipse.swt.accessibility.AccessibleEvent
Constructs a new instance of this class.
AccessibleHyperlinkAdapter - Class in org.eclipse.swt.accessibility
This adapter class provides default implementations for the methods in the AccessibleHyperlinkListener interface.
AccessibleHyperlinkAdapter() - Constructor for class org.eclipse.swt.accessibility.AccessibleHyperlinkAdapter
 
AccessibleHyperlinkEvent - Class in org.eclipse.swt.accessibility
Instances of this class are sent as a result of accessibility clients sending AccessibleHyperlink messages to an accessible object.
AccessibleHyperlinkEvent(Object) - Constructor for class org.eclipse.swt.accessibility.AccessibleHyperlinkEvent
Constructs a new instance of this class.
AccessibleHyperlinkListener - Interface in org.eclipse.swt.accessibility
Classes which implement this interface provide methods that handle AccessibleHyperlink events.
AccessibleListener - Interface in org.eclipse.swt.accessibility
Classes that implement this interface provide methods that deal with the events that are generated when an accessibility client sends a message to a control.
accessibles - Variable in class org.eclipse.swt.accessibility.AccessibleTableCellEvent
 
accessibles - Variable in class org.eclipse.swt.accessibility.AccessibleTableEvent
 
AccessibleTableAdapter - Class in org.eclipse.swt.accessibility
This adapter class provides default implementations for the methods in the AccessibleTableListener interface.
AccessibleTableAdapter() - Constructor for class org.eclipse.swt.accessibility.AccessibleTableAdapter
 
AccessibleTableCellAdapter - Class in org.eclipse.swt.accessibility
This adapter class provides default implementations for the methods in the AccessibleTableCellListener interface.
AccessibleTableCellAdapter() - Constructor for class org.eclipse.swt.accessibility.AccessibleTableCellAdapter
 
AccessibleTableCellEvent - Class in org.eclipse.swt.accessibility
Instances of this class are sent as a result of accessibility clients sending AccessibleTableCell messages to an accessible object.
AccessibleTableCellEvent(Object) - Constructor for class org.eclipse.swt.accessibility.AccessibleTableCellEvent
Constructs a new instance of this class.
AccessibleTableCellListener - Interface in org.eclipse.swt.accessibility
Classes which implement this interface provide methods that handle AccessibleTableCell events.
AccessibleTableEvent - Class in org.eclipse.swt.accessibility
Instances of this class are sent as a result of accessibility clients sending AccessibleTable messages to an accessible object.
AccessibleTableEvent(Object) - Constructor for class org.eclipse.swt.accessibility.AccessibleTableEvent
Constructs a new instance of this class.
AccessibleTableListener - Interface in org.eclipse.swt.accessibility
Classes which implement this interface provide methods that handle AccessibleTable events.
AccessibleTextAdapter - Class in org.eclipse.swt.accessibility
This adapter class provides default implementations for the methods described by the AccessibleTextListener interface.
AccessibleTextAdapter() - Constructor for class org.eclipse.swt.accessibility.AccessibleTextAdapter
 
AccessibleTextAttributeEvent - Class in org.eclipse.swt.accessibility
Instances of this class are sent as a result of accessibility clients sending AccessibleAttribute or AccessibleEditableText messages to an accessible object.
AccessibleTextAttributeEvent(Object) - Constructor for class org.eclipse.swt.accessibility.AccessibleTextAttributeEvent
Constructs a new instance of this class.
AccessibleTextEvent - Class in org.eclipse.swt.accessibility
Instances of this class are sent as a result of accessibility clients sending messages to controls asking for detailed information about the implementation of the control instance.
AccessibleTextEvent(Object) - Constructor for class org.eclipse.swt.accessibility.AccessibleTextEvent
Constructs a new instance of this class.
AccessibleTextExtendedAdapter - Class in org.eclipse.swt.accessibility
This adapter class provides default implementations for the methods in the AccessibleTextExtendedListener interface.
AccessibleTextExtendedAdapter() - Constructor for class org.eclipse.swt.accessibility.AccessibleTextExtendedAdapter
 
AccessibleTextExtendedListener - Interface in org.eclipse.swt.accessibility
Classes which implement this interface provide methods that handle AccessibleTextExtended events.
AccessibleTextListener - Interface in org.eclipse.swt.accessibility
Classes that implement this interface provide methods that deal with the events that are generated when an accessibility client sends a message to a control.
AccessibleValueAdapter - Class in org.eclipse.swt.accessibility
This adapter class provides default implementations for the methods in the AccessibleValueListener interface.
AccessibleValueAdapter() - Constructor for class org.eclipse.swt.accessibility.AccessibleValueAdapter
 
AccessibleValueEvent - Class in org.eclipse.swt.accessibility
Instances of this class are sent as a result of accessibility clients sending AccessibleValue messages to an accessible object.
AccessibleValueEvent(Object) - Constructor for class org.eclipse.swt.accessibility.AccessibleValueEvent
Constructs a new instance of this class.
AccessibleValueListener - Interface in org.eclipse.swt.accessibility
Classes which implement this interface provide methods that handle AccessibleValue events.
accumAlphaSize - Variable in class org.eclipse.swt.opengl.GLData
The size in bits of the accumulation buffer's alpha channel.
accumBlueSize - Variable in class org.eclipse.swt.opengl.GLData
The size in bits of the accumulation buffer's blue channel.
accumGreenSize - Variable in class org.eclipse.swt.opengl.GLData
The size in bits of the accumulation buffer's green channel.
accumRedSize - Variable in class org.eclipse.swt.opengl.GLData
The size in bits of the accumulation buffer's red channel.
action_copy_clipboard - Static variable in class org.eclipse.swt.internal.gtk.OS
Actions
action_cut_clipboard - Static variable in class org.eclipse.swt.internal.gtk.OS
 
action_paste_clipboard - Static variable in class org.eclipse.swt.internal.gtk.OS
 
activate - Static variable in class org.eclipse.swt.internal.gtk.OS
 
Activate - Static variable in class org.eclipse.swt.SWT
The activate event type (value is 26).
active - Static variable in class org.eclipse.swt.internal.gtk.OS
Properties
add(int[]) - Method in class org.eclipse.swt.graphics.Region
Adds the given polygon to the collection of polygons the receiver maintains to describe its area.
add(int, int, int, int) - Method in class org.eclipse.swt.graphics.Region
Adds the given rectangle to the collection of polygons the receiver maintains to describe its area.
add(String) - Method in class org.eclipse.swt.custom.CCombo
Adds the argument to the end of the receiver's list.
add(String) - Method in class org.eclipse.swt.widgets.Combo
Adds the argument to the end of the receiver's list.
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.custom.CCombo
Adds the argument to the receiver's list at the given zero-relative index.
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(String, int) - Method in class org.eclipse.swt.widgets.List
Adds the argument to the receiver's list at the given zero-relative index.
add(Image) - Method in class org.eclipse.swt.internal.ImageList
 
add(Rectangle) - Method in class org.eclipse.swt.graphics.Rectangle
Destructively replaces the x, y, width and height values in the receiver with ones which represent the union of the rectangles specified by the receiver and the given rectangle.
add(Rectangle) - Method in class org.eclipse.swt.graphics.Region
Adds the given rectangle to the collection of polygons the receiver maintains to describe its area.
add(Region) - Method in class org.eclipse.swt.graphics.Region
Adds all of the polygons which make up the area covered by the argument to the collection of polygons the receiver maintains to describe its area.
add_column_selection - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTableIface
 
add_focus_handler - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkComponentIface
 
add_row_selection - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTableIface
 
add_selection - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkSelectionIface
 
add_selection - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTextIface
 
addAccessibleActionListener(AccessibleActionListener) - Method in class org.eclipse.swt.accessibility.Accessible
Adds the listener to the collection of listeners that will be notified when an accessible client asks for any of the properties defined in the AccessibleActionListener interface.
addAccessibleAttributeListener(AccessibleAttributeListener) - Method in class org.eclipse.swt.accessibility.Accessible
Adds the listener to the collection of listeners that will be notified when an accessible client asks for any of the properties defined in the AccessibleAttributeListener interface.
addAccessibleControlListener(AccessibleControlListener) - Method in class org.eclipse.swt.accessibility.Accessible
Adds the listener to the collection of listeners who will be notified when an accessible client asks for custom control specific information.
addAccessibleEditableTextListener(AccessibleEditableTextListener) - Method in class org.eclipse.swt.accessibility.Accessible
Adds the listener to the collection of listeners that will be notified when an accessible client asks for any of the properties defined in the AccessibleEditableTextListener interface.
addAccessibleHyperlinkListener(AccessibleHyperlinkListener) - Method in class org.eclipse.swt.accessibility.Accessible
Adds the listener to the collection of listeners that will be notified when an accessible client asks for any of the properties defined in the AccessibleHyperlinkListener interface.
addAccessibleListener(AccessibleListener) - Method in class org.eclipse.swt.accessibility.Accessible
Adds the listener to the collection of listeners who will be notified when an accessible client asks for certain strings, such as name, description, help, or keyboard shortcut.
addAccessibleTableCellListener(AccessibleTableCellListener) - Method in class org.eclipse.swt.accessibility.Accessible
Adds the listener to the collection of listeners that will be notified when an accessible client asks for any of the properties defined in the AccessibleTableCellListener interface.
addAccessibleTableListener(AccessibleTableListener) - Method in class org.eclipse.swt.accessibility.Accessible
Adds the listener to the collection of listeners that will be notified when an accessible client asks for any of the properties defined in the AccessibleTableListener interface.
addAccessibleTextListener(AccessibleTextListener) - Method in class org.eclipse.swt.accessibility.Accessible
Adds the listener to the collection of listeners who will be notified when an accessible client asks for custom text control specific information.
addAccessibleValueListener(AccessibleValueListener) - Method in class org.eclipse.swt.accessibility.Accessible
Adds the listener to the collection of listeners that will be notified when an accessible client asks for any of the properties defined in the AccessibleValueListener interface.
addArc(float, float, float, float, float, float) - Method in class org.eclipse.swt.graphics.Path
Adds to the receiver a circular or elliptical arc that lies within the specified rectangular area.
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 ArmListener interface.
addAuthenticationListener(AuthenticationListener) - Method in class org.eclipse.swt.browser.Browser
Adds the listener to the collection of listeners who will be notified when authentication is required.
addBidiSegmentListener(BidiSegmentListener) - Method in class org.eclipse.swt.custom.StyledText
Adds a bidirectional segment listener.
addCaretListener(CaretListener) - Method in class org.eclipse.swt.custom.StyledText
Adds a caret listener.
addCloseWindowListener(CloseWindowListener) - Method in class org.eclipse.swt.browser.Browser
Adds the listener to the collection of listeners who will be notified when the window hosting the receiver should be closed.
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 ControlListener interface.
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 ControlListener interface.
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 ControlListener interface.
addControlListener(ControlListener) - Method in class org.eclipse.swt.widgets.TreeColumn
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 ControlListener interface.
addCTabFolder2Listener(CTabFolder2Listener) - Method in class org.eclipse.swt.custom.CTabFolder
Adds the listener to the collection of listeners who will be notified when a tab item is closed, minimized, maximized, restored, or to show the list of items that are not currently visible.
addCTabFolderListener(CTabFolderListener) - Method in class org.eclipse.swt.custom.CTabFolder
Deprecated.
use addCTabFolder2Listener(CTabFolder2Listener)
addDisposeListener(DisposeListener) - Method in class org.eclipse.swt.widgets.Widget
Adds the listener to the collection of listeners who will be notified when the widget is disposed.
addDragDetectListener(DragDetectListener) - Method in class org.eclipse.swt.widgets.Control
Adds the listener to the collection of listeners who will be notified when a drag gesture occurs, by sending it one of the messages defined in the DragDetectListener interface.
addDragListener(DragSourceListener) - Method in class org.eclipse.swt.dnd.DragSource
Adds the listener to the collection of listeners who will be notified when a drag and drop operation is in progress, by sending it one of the messages defined in the DragSourceListener interface.
addDropListener(DropTargetListener) - Method in class org.eclipse.swt.dnd.DropTarget
Adds the listener to the collection of listeners who will be notified when a drag and drop operation is in progress, by sending it one of the messages defined in the DropTargetListener interface.
addExpandListener(ExpandListener) - Method in class org.eclipse.swt.widgets.ExpandBar
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 ExpandListener interface.
addExtendedModifyListener(ExtendedModifyListener) - Method in class org.eclipse.swt.custom.StyledText
Adds an extended modify listener.
addFilter(int, Listener) - Method in class org.eclipse.swt.widgets.Display
Adds the listener to the collection of listeners who will be notified when an event of the given type occurs anywhere in a widget.
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 FocusListener interface.
addGestureListener(GestureListener) - Method in class org.eclipse.swt.widgets.Control
Adds the listener to the collection of listeners who will be notified when gesture events are generated for the control, by sending it one of the messages defined in the GestureListener interface.
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 HelpListener interface.
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 HelpListener interface.
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 HelpListener interface.
addImageLoaderListener(ImageLoaderListener) - Method in class org.eclipse.swt.graphics.ImageLoader
Adds the listener to the collection of listeners who will be notified when image data is either partially or completely loaded.
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 KeyListener interface.
addKeyListener(KeyListener) - Method in class org.eclipse.swt.widgets.Tracker
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 KeyListener interface.
addLanguageListener(long, Runnable) - Static method in class org.eclipse.swt.internal.BidiUtil
 
addLanguageListener(Control, Runnable) - Static method in class org.eclipse.swt.internal.BidiUtil
 
addLineBackgroundListener(LineBackgroundListener) - Method in class org.eclipse.swt.custom.StyledText
Adds a line background listener.
addLineStyleListener(LineStyleListener) - Method in class org.eclipse.swt.custom.StyledText
Adds a line style listener.
addListener(int, Listener) - Method in class org.eclipse.swt.widgets.Display
Adds the listener to the collection of listeners who will be notified 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 notified when an event of the given type occurs.
addListener(SessionManagerDBus.IListener) - Method in class org.eclipse.swt.internal.SessionManagerDBus
Subscribes display for session manager events.
addLocationListener(LocationListener) - Method in class org.eclipse.swt.browser.Browser
Adds the listener to the collection of listeners who will be notified when the current location has changed or is about to change.
addMenuDetectListener(MenuDetectListener) - Method in class org.eclipse.swt.widgets.Control
Adds the listener to the collection of listeners who will be notified when the platform-specific context menu trigger has occurred, by sending it one of the messages defined in the MenuDetectListener interface.
addMenuDetectListener(MenuDetectListener) - Method in class org.eclipse.swt.widgets.TrayItem
Adds the listener to the collection of listeners who will be notified when the platform-specific context menu trigger has occurred, by sending it one of the messages defined in the MenuDetectListener interface.
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 MenuListener interface.
addModifyListener(ModifyListener) - Method in class org.eclipse.swt.custom.CCombo
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 ModifyListener interface.
addModifyListener(ModifyListener) - Method in class org.eclipse.swt.custom.StyledText
Adds a modify listener.
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 ModifyListener interface.
addModifyListener(ModifyListener) - Method in class org.eclipse.swt.widgets.Spinner
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 ModifyListener interface.
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 ModifyListener interface.
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 MouseListener interface.
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 MouseMoveListener interface.
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 MouseTrackListener interface.
addMouseWheelListener(MouseWheelListener) - Method in class org.eclipse.swt.widgets.Control
Adds the listener to the collection of listeners who will be notified when the mouse wheel is scrolled, by sending it one of the messages defined in the MouseWheelListener interface.
addOpenWindowListener(OpenWindowListener) - Method in class org.eclipse.swt.browser.Browser
Adds the listener to the collection of listeners who will be notified when a new window needs to be created.
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 PaintListener interface.
addPaintObjectListener(PaintObjectListener) - Method in class org.eclipse.swt.custom.StyledText
Adds a paint object listener.
addPath(Path) - Method in class org.eclipse.swt.graphics.Path
Adds to the receiver the path described by the parameter.
addProgressListener(ProgressListener) - Method in class org.eclipse.swt.browser.Browser
Adds the listener to the collection of listeners who will be notified when a progress is made during the loading of the current URL or when the loading of the current URL has been completed.
addRectangle(float, float, float, float) - Method in class org.eclipse.swt.graphics.Path
Adds to the receiver the rectangle specified by x, y, width and height.
addRelation(int, Accessible) - Method in class org.eclipse.swt.accessibility.Accessible
Adds a relation with the specified type and target to the receiver's set of relations.
addressBar - Variable in class org.eclipse.swt.browser.WindowEvent
Specifies whether the Shell hosting the Browser should display an address bar.
addressof_g_free() - Static method in class org.eclipse.swt.internal.gtk.OS
 
addSegmentListener(SegmentListener) - Method in class org.eclipse.swt.widgets.Combo
Adds a segment listener.
addSegmentListener(SegmentListener) - Method in class org.eclipse.swt.widgets.Text
Adds a segment listener.
addSelection(AccessibleTextEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTextExtendedAdapter
Adds a text selection.
addSelection(AccessibleTextEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTextExtendedListener
Adds a text selection.
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.custom.CCombo
Adds the listener to the collection of listeners who will be notified when the user changes the receiver's selection, by sending it one of the messages defined in the SelectionListener interface.
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.custom.CTabFolder
Adds the listener to the collection of listeners who will be notified when the user changes the receiver's selection, by sending it one of the messages defined in the SelectionListener interface.
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.custom.StyledText
Adds a selection listener.
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.custom.TableCursor
Adds the listener to the collection of listeners who will be notified when the user changes the receiver's selection, by sending it one of the messages defined in the SelectionListener interface.
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.custom.TreeCursor
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 SelectionListener interface.
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 the user, by sending it one of the messages defined in the SelectionListener interface.
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Combo
Adds the listener to the collection of listeners who will be notified when the user changes the receiver's selection, by sending it one of the messages defined in the SelectionListener interface.
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 the user, by sending it one of the messages defined in the SelectionListener interface.
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.DateTime
Adds the listener to the collection of listeners who will be notified when the control is selected by the user, by sending it one of the messages defined in the SelectionListener interface.
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Link
Adds the listener to the collection of listeners who will be notified when the control is selected by the user, by sending it one of the messages defined in the SelectionListener interface.
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.List
Adds the listener to the collection of listeners who will be notified when the user changes the receiver's selection, by sending it one of the messages defined in the SelectionListener interface.
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.MenuItem
Adds the listener to the collection of listeners who will be notified when the menu item is selected by the user, by sending it one of the messages defined in the SelectionListener interface.
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 the user, by sending it one of the messages defined in the SelectionListener interface.
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Scale
Adds the listener to the collection of listeners who will be notified when the user changes the receiver's value, by sending it one of the messages defined in the SelectionListener interface.
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.ScrollBar
Adds the listener to the collection of listeners who will be notified when the user changes the receiver's value, by sending it one of the messages defined in the SelectionListener interface.
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Slider
Adds the listener to the collection of listeners who will be notified when the user changes the receiver's value, by sending it one of the messages defined in the SelectionListener interface.
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Spinner
Adds the listener to the collection of listeners who will be notified when the control is selected by the user, by sending it one of the messages defined in the SelectionListener interface.
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.TabFolder
Adds the listener to the collection of listeners who will be notified when the user changes the receiver's selection, by sending it one of the messages defined in the SelectionListener interface.
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Table
Adds the listener to the collection of listeners who will be notified when the user changes the receiver's selection, by sending it one of the messages defined in the SelectionListener interface.
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 the user, by sending it one of the messages defined in the SelectionListener interface.
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 the user, by sending it one of the messages defined in the SelectionListener interface.
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 the user, by sending it one of the messages defined in the SelectionListener interface.
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.ToolTip
Adds the listener to the collection of listeners who will be notified when the receiver is selected by the user, by sending it one of the messages defined in the SelectionListener interface.
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 the user, by sending it one of the messages defined in the SelectionListener interface.
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Tree
Adds the listener to the collection of listeners who will be notified when the user changes the receiver's selection, by sending it one of the messages defined in the SelectionListener interface.
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.TreeColumn
Adds the listener to the collection of listeners who will be notified when the control is selected by the user, by sending it one of the messages defined in the SelectionListener interface.
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 ShellListener interface.
addStatusTextListener(StatusTextListener) - Method in class org.eclipse.swt.browser.Browser
Adds the listener to the collection of listeners who will be notified when the status text is changed.
addString(String, float, float, Font) - Method in class org.eclipse.swt.graphics.Path
Adds to the receiver the pattern of glyphs generated by drawing the given string using the given font starting at the point (x, y).
addTextChangeListener(TextChangeListener) - Method in interface org.eclipse.swt.custom.StyledTextContent
Called by StyledText to add itself as an Observer to content changes.
addTitleListener(TitleListener) - Method in class org.eclipse.swt.browser.Browser
Adds the listener to the collection of listeners who will be notified when the title of the current document is available or has changed.
addTouchListener(TouchListener) - Method in class org.eclipse.swt.widgets.Control
Adds the listener to the collection of listeners who will be notified when touch events occur, by sending it one of the messages defined in the TouchListener interface.
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 TraverseListener interface.
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 TreeListener interface.
addVerifyKeyListener(VerifyKeyListener) - Method in class org.eclipse.swt.custom.StyledText
Adds a verify key listener.
addVerifyListener(VerifyListener) - Method in class org.eclipse.swt.custom.CCombo
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 VerifyListener interface.
addVerifyListener(VerifyListener) - Method in class org.eclipse.swt.custom.StyledText
Adds a verify listener.
addVerifyListener(VerifyListener) - 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 verified, by sending it one of the messages defined in the VerifyListener interface.
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 VerifyListener interface.
addVisibilityWindowListener(VisibilityWindowListener) - Method in class org.eclipse.swt.browser.Browser
Adds the listener to the collection of listeners who will be notified when a window hosting the receiver needs to be displayed or hidden.
addWordMovementListener(MovementListener) - Method in class org.eclipse.swt.custom.StyledText
Adds a word movement listener.
alignment - Variable in class org.eclipse.swt.accessibility.AccessibleAttributeEvent
[out] the alignment, which is one of SWT#LEFT, SWT#RIGHT or SWT#CENTER
alignment - Variable in class org.eclipse.swt.custom.LineStyleEvent
line alignment (input, output)
alignment - Variable in class org.eclipse.swt.layout.FormAttachment
alignment specifies the alignment of the control side that is attached to a control.
ALL - Static variable in class org.eclipse.swt.SWT
A constant indicating that a given operation should be performed on all widgets (value is 1<<0).
ALL_PAGES - Static variable in class org.eclipse.swt.printing.PrinterData
scope field value indicating that all pages should be printed
allow_universal_access_from_file_urls - Static variable in class org.eclipse.swt.internal.webkit.WebKitGTK
 
alpha - Variable in class org.eclipse.swt.graphics.GCData
 
alpha - Variable in class org.eclipse.swt.graphics.ImageData
The global alpha value to be used for every pixel.
alpha - Variable in class org.eclipse.swt.graphics.RGBA
the alpha component of the RGBA
alpha - Variable in class org.eclipse.swt.internal.gtk.GdkRGBA
 
ALPHA - Static variable in class org.eclipse.swt.SWT
Input Method Editor style constant for alpha input behavior (value is 1<<2).
alphaData - Variable in class org.eclipse.swt.graphics.ImageData
The alpha data of the image.
alphaSize - Variable in class org.eclipse.swt.opengl.GLData
The size in bits of the color buffer's alpha channel.
ALT - Static variable in class org.eclipse.swt.SWT
keyboard and/or mouse event mask indicating that the ALT key was pushed on the keyboard when the event was generated (value is 1<<16).
ALT_GR - Static variable in class org.eclipse.swt.SWT
Keyboard and/or mouse event mask indicating that the ALT_GR key was pushed on the keyboard when the event was generated (value is 1 << 15).
analysis_extra_attrs - Variable in class org.eclipse.swt.internal.gtk.PangoItem
 
analysis_font - Variable in class org.eclipse.swt.internal.gtk.PangoItem
 
analysis_lang_engine - Variable in class org.eclipse.swt.internal.gtk.PangoItem
 
analysis_language - Variable in class org.eclipse.swt.internal.gtk.PangoItem
 
analysis_level - Variable in class org.eclipse.swt.internal.gtk.PangoItem
 
analysis_shape_engine - Variable in class org.eclipse.swt.internal.gtk.PangoItem
 
angle_changed - Static variable in class org.eclipse.swt.internal.gtk.OS
 
AnimatedProgress - Class in org.eclipse.swt.custom
Deprecated.
As of Eclipse 2.1, use ProgressBar with the style SWT.INDETERMINATE
Styles:
VERTICAL, HORIZONTAL, BORDER
AnimatedProgress(Composite, int) - Constructor for class org.eclipse.swt.custom.AnimatedProgress
Deprecated.
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
APP0 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
APP15 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
append(String) - Method in class org.eclipse.swt.custom.StyledText
Appends a string to the text at the end of the widget.
append(String) - Method in class org.eclipse.swt.widgets.Text
Appends a string.
application_class - Variable in class org.eclipse.swt.graphics.DeviceData
This field is platform dependent.
APPLICATION_MODAL - Static variable in class org.eclipse.swt.SWT
Style constant for application modal behavior (value is 1<<16).
application_name - Variable in class org.eclipse.swt.graphics.DeviceData
This field is platform dependent.
Arm - Static variable in class org.eclipse.swt.SWT
The arm event type (value is 30).
ArmEvent - Class in org.eclipse.swt.events
Instances of this class are sent as a result of a widget such as a menu item being armed.
ArmEvent(Event) - Constructor for class org.eclipse.swt.events.ArmEvent
Constructs a new instance of this class based on the information in the given untyped event.
ArmListener - Interface in org.eclipse.swt.events
Classes which implement this interface provide a method that deals with the event that is generated when a widget, such as a menu item, is armed.
ARROW - Static variable in class org.eclipse.swt.SWT
Style constant for arrow button behavior (value is 1<<2).
ARROW_DOWN - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the DOWN ARROW key (value is (1<<24)+2).
ARROW_LEFT - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the LEFT ARROW key (value is (1<<24)+3).
ARROW_RIGHT - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the RIGHT ARROW key (value is (1<<24)+4).
ARROW_UP - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the UP ARROW key (value is (1<<24)+1).
ascent - Variable in class org.eclipse.swt.custom.PaintObjectEvent
the line ascent
ascent - Variable in class org.eclipse.swt.graphics.GlyphMetrics
the ascent of the GlyphMetrics
ascii(String) - Static method in class org.eclipse.swt.internal.gtk.OS
 
ascii(String) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
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.
ATK - Class in org.eclipse.swt.internal.accessibility.gtk
 
ATK() - Constructor for class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK__TEXT_ATTR_DIRECTION - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_ACTION_GET_IFACE(long) - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_COMPONENT_GET_IFACE(long) - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_EDITABLE_TEXT_GET_IFACE(long) - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_HYPERTEXT_GET_IFACE(long) - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
atk_object_add_relationship(long, int, long) - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
atk_object_notify_state_change(long, int, boolean) - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
atk_object_remove_relationship(long, int, long) - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_RELATION_CONTROLLED_BY - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_RELATION_CONTROLLER_FOR - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_RELATION_DESCRIBED_BY - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_RELATION_DESCRIPTION_FOR - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_RELATION_EMBEDDED_BY - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_RELATION_EMBEDS - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_RELATION_FLOWS_FROM - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_RELATION_FLOWS_TO - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_RELATION_LABEL_FOR - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_RELATION_LABELLED_BY - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_RELATION_MEMBER_OF - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_RELATION_NODE_CHILD_OF - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_RELATION_NULL - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
Constants
ATK_RELATION_PARENT_WINDOW_OF - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_RELATION_POPUP_FOR - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_RELATION_SUBWINDOW_OF - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_ROLE_ALERT - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_ROLE_ANIMATION - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_ROLE_CALENDAR - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_ROLE_CANVAS - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_ROLE_CHECK_BOX - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_ROLE_CHECK_MENU_ITEM - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_ROLE_COMBO_BOX - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_ROLE_DATE_EDITOR - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_ROLE_DIALOG - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_ROLE_DOCUMENT_FRAME - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_ROLE_DRAWING_AREA - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_ROLE_FOOTER - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_ROLE_FORM - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_ROLE_HEADER - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_ROLE_HEADING - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_ROLE_IMAGE - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_ROLE_LABEL - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_ROLE_LIST - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_ROLE_LIST_ITEM - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_ROLE_MENU - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_ROLE_MENU_BAR - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_ROLE_MENU_ITEM - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_ROLE_PAGE - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_ROLE_PAGE_TAB - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_ROLE_PAGE_TAB_LIST - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_ROLE_PANEL - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_ROLE_PARAGRAPH - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_ROLE_PROGRESS_BAR - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_ROLE_PUSH_BUTTON - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_ROLE_RADIO_BUTTON - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_ROLE_RADIO_MENU_ITEM - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_ROLE_SCROLL_BAR - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_ROLE_SECTION - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_ROLE_SEPARATOR - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_ROLE_SLIDER - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_ROLE_SPIN_BUTTON - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_ROLE_STATUSBAR - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_ROLE_TABLE - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_ROLE_TABLE_CELL - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_ROLE_TABLE_COLUMN_HEADER - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_ROLE_TABLE_ROW - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_ROLE_TABLE_ROW_HEADER - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_ROLE_TEXT - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_ROLE_TOOL_BAR - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_ROLE_TOOL_TIP - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_ROLE_TREE - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_ROLE_UNKNOWN - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_ROLE_WINDOW - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_SELECTION_GET_IFACE(long) - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_STATE_ACTIVE - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_STATE_ARMED - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_STATE_BUSY - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_STATE_CHECKED - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_STATE_DEFUNCT - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_STATE_EDITABLE - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_STATE_ENABLED - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_STATE_EXPANDED - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_STATE_FOCUSABLE - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_STATE_FOCUSED - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_STATE_INVALID_ENTRY - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_STATE_MULTI_LINE - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_STATE_MULTISELECTABLE - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_STATE_PRESSED - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_STATE_REQUIRED - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_STATE_RESIZABLE - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_STATE_SELECTABLE - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_STATE_SELECTED - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
atk_state_set_add_state(long, int) - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_STATE_SHOWING - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_STATE_SINGLE_LINE - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_STATE_SUPPORTS_AUTOCOMPLETION - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_STATE_TRANSIENT - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_STATE_VISIBLE - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_TABLE_GET_IFACE(long) - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_TEXT_ATTR_BG_COLOR - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_TEXT_ATTR_BG_FULL_HEIGHT - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_TEXT_ATTR_BG_STIPPLE - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_TEXT_ATTR_EDITABLE - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_TEXT_ATTR_FAMILY_NAME - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_TEXT_ATTR_FG_COLOR - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_TEXT_ATTR_FG_STIPPLE - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_TEXT_ATTR_INDENT - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_TEXT_ATTR_INVISIBLE - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_TEXT_ATTR_JUSTIFICATION - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_TEXT_ATTR_LANGUAGE - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_TEXT_ATTR_LEFT_MARGIN - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_TEXT_ATTR_PIXELS_ABOVE_LINES - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_TEXT_ATTR_PIXELS_BELOW_LINES - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_TEXT_ATTR_PIXELS_INSIDE_WRAP - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_TEXT_ATTR_RIGHT_MARGIN - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_TEXT_ATTR_RISE - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_TEXT_ATTR_SCALE - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_TEXT_ATTR_SIZE - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_TEXT_ATTR_STRETCH - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_TEXT_ATTR_STRIKETHROUGH - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_TEXT_ATTR_STYLE - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_TEXT_ATTR_UNDERLINE - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_TEXT_ATTR_VARIANT - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_TEXT_ATTR_WEIGHT - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_TEXT_ATTR_WRAP_MODE - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
atk_text_attribute_get_name(int) - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
atk_text_attribute_get_value(int, int) - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_TEXT_BOUNDARY_CHAR - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_TEXT_BOUNDARY_LINE_END - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_TEXT_BOUNDARY_LINE_START - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_TEXT_BOUNDARY_SENTENCE_END - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_TEXT_BOUNDARY_SENTENCE_START - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_TEXT_BOUNDARY_WORD_END - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_TEXT_BOUNDARY_WORD_START - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_TEXT_CLIP_BOTH - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_TEXT_CLIP_MAX - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_TEXT_CLIP_MIN - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_TEXT_CLIP_NONE - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_TEXT_GET_IFACE(long) - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_TEXT_GRANULARITY_CHAR - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_TEXT_GRANULARITY_LINE - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_TEXT_GRANULARITY_PARAGRAPH - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_TEXT_GRANULARITY_SENTENCE - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_TEXT_GRANULARITY_WORD - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_TYPE_ACTION() - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_TYPE_COMPONENT() - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_TYPE_EDITABLE_TEXT() - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_TYPE_HYPERTEXT() - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_TYPE_SELECTION() - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_TYPE_TABLE() - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_TYPE_TEXT() - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_TYPE_VALUE() - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_VALUE_GET_IFACE(long) - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_XY_WINDOW - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
AtkActionIface - Class in org.eclipse.swt.internal.accessibility.gtk
 
AtkActionIface() - Constructor for class org.eclipse.swt.internal.accessibility.gtk.AtkActionIface
 
AtkAttribute - Class in org.eclipse.swt.internal.accessibility.gtk
 
AtkAttribute() - Constructor for class org.eclipse.swt.internal.accessibility.gtk.AtkAttribute
 
AtkAttribute_sizeof() - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
64 bit
AtkComponentIface - Class in org.eclipse.swt.internal.accessibility.gtk
 
AtkComponentIface() - Constructor for class org.eclipse.swt.internal.accessibility.gtk.AtkComponentIface
 
AtkEditableTextIface - Class in org.eclipse.swt.internal.accessibility.gtk
 
AtkEditableTextIface() - Constructor for class org.eclipse.swt.internal.accessibility.gtk.AtkEditableTextIface
 
AtkHypertextIface - Class in org.eclipse.swt.internal.accessibility.gtk
 
AtkHypertextIface() - Constructor for class org.eclipse.swt.internal.accessibility.gtk.AtkHypertextIface
 
AtkObjectClass - Class in org.eclipse.swt.internal.accessibility.gtk
 
AtkObjectClass() - Constructor for class org.eclipse.swt.internal.accessibility.gtk.AtkObjectClass
 
AtkSelectionIface - Class in org.eclipse.swt.internal.accessibility.gtk
 
AtkSelectionIface() - Constructor for class org.eclipse.swt.internal.accessibility.gtk.AtkSelectionIface
 
AtkTableIface - Class in org.eclipse.swt.internal.accessibility.gtk
 
AtkTableIface() - Constructor for class org.eclipse.swt.internal.accessibility.gtk.AtkTableIface
 
AtkTextIface - Class in org.eclipse.swt.internal.accessibility.gtk
 
AtkTextIface() - Constructor for class org.eclipse.swt.internal.accessibility.gtk.AtkTextIface
 
AtkTextRange - Class in org.eclipse.swt.internal.accessibility.gtk
 
AtkTextRange() - Constructor for class org.eclipse.swt.internal.accessibility.gtk.AtkTextRange
 
AtkTextRange_sizeof() - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
AtkTextRectangle - Class in org.eclipse.swt.internal.accessibility.gtk
 
AtkTextRectangle() - Constructor for class org.eclipse.swt.internal.accessibility.gtk.AtkTextRectangle
 
AtkTextRectangle_sizeof() - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
AtkValueIface - Class in org.eclipse.swt.internal.accessibility.gtk
 
AtkValueIface() - Constructor for class org.eclipse.swt.internal.accessibility.gtk.AtkValueIface
 
attributes - Variable in class org.eclipse.swt.accessibility.AccessibleAttributeEvent
[out] an array of alternating key and value Strings which represent additional (i.e.
attributes - Variable in class org.eclipse.swt.accessibility.AccessibleTextAttributeEvent
[in/out] an array of alternating key and value Strings that represent attributes that do not correspond to TextStyle fields
attributes_changed - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
authenticate - Static variable in class org.eclipse.swt.internal.webkit.WebKitGTK
Signals
authenticate(AuthenticationEvent) - Method in interface org.eclipse.swt.browser.AuthenticationListener
This method is called when a page is navigated to that requires authentication.
AuthenticationEvent - Class in org.eclipse.swt.browser
An AuthenticationEvent is sent by a Browser to AuthenticationListener's when the Browser navigates to a page that requires authentication.
AuthenticationEvent(Widget) - Constructor for class org.eclipse.swt.browser.AuthenticationEvent
Constructs a new instance of this class.
AuthenticationListener - Interface in org.eclipse.swt.browser
This listener interface may be implemented in order to receive an AuthenticationEvent notification when the Browser encounters a page that requires authentication.
AUTO_TEXT_DIRECTION - Static variable in class org.eclipse.swt.SWT
A bit mask to indicate Bidi "auto" text direction.
autoScaleBounds(Rectangle, int, int) - Static method in class org.eclipse.swt.internal.DPIUtil
Returns a new rectangle as per the scaleFactor.
autoScaleDown(float) - Static method in class org.eclipse.swt.internal.DPIUtil
Auto-scale down float dimensions.
autoScaleDown(float[]) - Static method in class org.eclipse.swt.internal.DPIUtil
Auto-scale down float array dimensions.
autoScaleDown(int) - Static method in class org.eclipse.swt.internal.DPIUtil
Auto-scale down int dimensions.
autoScaleDown(int[]) - Static method in class org.eclipse.swt.internal.DPIUtil
 
autoScaleDown(Device, ImageData) - Static method in class org.eclipse.swt.internal.DPIUtil
Auto-scale down ImageData
autoScaleDown(Drawable, float) - Static method in class org.eclipse.swt.internal.DPIUtil
Auto-scale down float dimensions if enabled for Drawable class.
autoScaleDown(Drawable, float[]) - Static method in class org.eclipse.swt.internal.DPIUtil
Auto-scale down float array dimensions if enabled for Drawable class.
autoScaleDown(Drawable, int) - Static method in class org.eclipse.swt.internal.DPIUtil
Auto-scale down int dimensions if enabled for Drawable class.
autoScaleDown(Drawable, int[]) - Static method in class org.eclipse.swt.internal.DPIUtil
 
autoScaleDown(Drawable, Point) - Static method in class org.eclipse.swt.internal.DPIUtil
Returns a new scaled down Point if enabled for Drawable class.
autoScaleDown(Drawable, Rectangle) - Static method in class org.eclipse.swt.internal.DPIUtil
Returns a new scaled down Rectangle if enabled for Drawable class.
autoScaleDown(Point) - Static method in class org.eclipse.swt.internal.DPIUtil
Returns a new scaled down Point.
autoScaleDown(Rectangle) - Static method in class org.eclipse.swt.internal.DPIUtil
Returns a new scaled down Rectangle.
autoScaleImageData(Device, ImageData, int, int) - Static method in class org.eclipse.swt.internal.DPIUtil
Auto-scale image with ImageData
AutoScaleImageDataProvider(Device, ImageData, int) - Constructor for class org.eclipse.swt.internal.DPIUtil.AutoScaleImageDataProvider
 
autoScaleUp(float) - Static method in class org.eclipse.swt.internal.DPIUtil
 
autoScaleUp(int) - Static method in class org.eclipse.swt.internal.DPIUtil
Auto-scale up int dimensions.
autoScaleUp(int[]) - Static method in class org.eclipse.swt.internal.DPIUtil
 
autoScaleUp(Device, ImageData) - Static method in class org.eclipse.swt.internal.DPIUtil
Auto-scale up ImageData
autoScaleUp(Drawable, float) - Static method in class org.eclipse.swt.internal.DPIUtil
 
autoScaleUp(Drawable, int) - Static method in class org.eclipse.swt.internal.DPIUtil
Auto-scale up int dimensions if enabled for Drawable class.
autoScaleUp(Drawable, int[]) - Static method in class org.eclipse.swt.internal.DPIUtil
 
autoScaleUp(Drawable, Point) - Static method in class org.eclipse.swt.internal.DPIUtil
Returns a new scaled up Point if enabled for Drawable class.
autoScaleUp(Drawable, Rectangle) - Static method in class org.eclipse.swt.internal.DPIUtil
Returns a new scaled up Rectangle if enabled for Drawable class.
autoScaleUp(Point) - Static method in class org.eclipse.swt.internal.DPIUtil
Returns a new scaled up Point.
autoScaleUp(Rectangle) - Static method in class org.eclipse.swt.internal.DPIUtil
Returns a new scaled up Rectangle.
autoScaleUpUsingNativeDPI(int) - Static method in class org.eclipse.swt.internal.DPIUtil
Auto-scale up int dimensions using Native DPI
axes - Variable in class org.eclipse.swt.internal.gtk3.GdkEventButton
 
axes - Variable in class org.eclipse.swt.internal.gtk3.GdkEventMotion
 

B

back() - Method in class org.eclipse.swt.browser.Browser
Navigate to the previous session history item.
background - Variable in class org.eclipse.swt.graphics.TextStyle
the background of the style
BACKGROUND - Static variable in class org.eclipse.swt.SWT
Event detail field that indicates a user-interface component draws the background (value is 1<<3).
background_rgba - Static variable in class org.eclipse.swt.internal.gtk.OS
 
backgroundPattern - Variable in class org.eclipse.swt.graphics.GCData
 
backgroundPixel - Variable in class org.eclipse.swt.graphics.ImageLoader
the background pixel for the logical screen (this corresponds to the GIF89a Background Color Index value).
backgroundRGBA - Variable in class org.eclipse.swt.graphics.GCData
IMPORTANT: This field is not part of the SWT public API.
backspace - Static variable in class org.eclipse.swt.internal.gtk.OS
 
BALLOON - Static variable in class org.eclipse.swt.SWT
Style constant for balloon behavior (value is 1<<12).
BAR - Static variable in class org.eclipse.swt.SWT
Style constant for menu bar behavior (value is 1<<1).
base_finalize - Variable in class org.eclipse.swt.internal.gtk.GTypeInfo
 
base_height - Variable in class org.eclipse.swt.internal.gtk3.GdkGeometry
 
base_init - Variable in class org.eclipse.swt.internal.gtk.GTypeInfo
 
base_width - Variable in class org.eclipse.swt.internal.gtk3.GdkGeometry
 
BCbTable - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
BCrTable - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
beep() - Method in class org.eclipse.swt.widgets.Display
Causes the system hardware to emit a short sound (if it supports this capability).
begin - Static variable in class org.eclipse.swt.internal.gtk.OS
 
BEGINNING - Static variable in class org.eclipse.swt.layout.GridData
Value for horizontalAlignment or verticalAlignment.
BEGINNING - Static variable in class org.eclipse.swt.SWT
Style constant for alignment or orientation behavior (value is 1).
BidiSegmentEvent - Class in org.eclipse.swt.custom
This event is sent to BidiSegmentListeners when a line is to be measured or rendered in a bidi locale.
BidiSegmentListener - Interface in org.eclipse.swt.custom
This listener interface may be implemented in order to receive BidiSegmentEvents.
BidiUtil - Class in org.eclipse.swt.internal
 
BidiUtil() - Constructor for class org.eclipse.swt.internal.BidiUtil
 
BIG_ENDIAN - Static variable in class org.eclipse.swt.internal.gtk.OS
OS Constants
BITMAP - Static variable in class org.eclipse.swt.SWT
Constant indicating that an image or operation is of type bitmap (value is 0).
bits_per_rgb - Variable in class org.eclipse.swt.internal.opengl.glx.XVisualInfo
 
blue - Variable in class org.eclipse.swt.graphics.RGB
the blue component of the RGB
blue - Variable in class org.eclipse.swt.internal.gtk.GdkRGBA
 
blue_mask - Variable in class org.eclipse.swt.internal.opengl.glx.XVisualInfo
 
blueMask - Variable in class org.eclipse.swt.graphics.PaletteData
the blue mask for a direct palette
blueShift - Variable in class org.eclipse.swt.graphics.PaletteData
the blue shift for a direct palette
blueSize - Variable in class org.eclipse.swt.opengl.GLData
The size in bits of the color buffer's blue channel.
BOLD - Static variable in class org.eclipse.swt.SWT
The font style constant indicating a bold weight font (value is 1<<0).
BORDER - Static variable in class org.eclipse.swt.SWT
Style constant for bordered behavior (value is 1<<11).
BORDER_DASH - Static variable in class org.eclipse.swt.SWT
Style constant to indicate dashed border (value is 2).
BORDER_DOT - Static variable in class org.eclipse.swt.SWT
Style constant to indicate dotted border (value is 4).
BORDER_SOLID - Static variable in class org.eclipse.swt.SWT
Style constant to indicate solid border (value is 1).
borderColor - Variable in class org.eclipse.swt.graphics.TextStyle
the border color of the style
BorderData - Class in org.eclipse.swt.layout
Controls the several aspects of a BorderLayout.
BorderData() - Constructor for class org.eclipse.swt.layout.BorderData
creates a BorderData with default options
BorderData(int) - Constructor for class org.eclipse.swt.layout.BorderData
creates a BorderData initialized with the given region, valid values are SWT.TOP, SWT.CENTER, SWT.LEFT, SWT.RIGHT, SWT.BOTTOM
BorderData(int, int, int) - Constructor for class org.eclipse.swt.layout.BorderData
creates a BorderData initialized with the given region and width and height hints
borderInsideRGB - Static variable in class org.eclipse.swt.custom.CTabFolder
Deprecated.
drop shadow border is no longer drawn in 3.0
borderInsideRGB - Static variable in class org.eclipse.swt.custom.ViewForm
Deprecated. 
BorderLayout - Class in org.eclipse.swt.layout
BorderLayout places controls in five regions
BorderLayout() - Constructor for class org.eclipse.swt.layout.BorderLayout
 
borderMiddleRGB - Static variable in class org.eclipse.swt.custom.CTabFolder
Deprecated.
drop shadow border is no longer drawn in 3.0
borderMiddleRGB - Static variable in class org.eclipse.swt.custom.ViewForm
Deprecated. 
borderOutsideRGB - Static variable in class org.eclipse.swt.custom.CTabFolder
Deprecated.
drop shadow border is no longer drawn in 3.0
borderOutsideRGB - Static variable in class org.eclipse.swt.custom.ViewForm
Deprecated. 
borderStyle - Variable in class org.eclipse.swt.graphics.TextStyle
the border style.
bottom - Variable in class org.eclipse.swt.internal.gtk.GtkBorder
 
bottom - Variable in class org.eclipse.swt.layout.FormData
bottom specifies the attachment of the bottom of the control.
BOTTOM - Static variable in class org.eclipse.swt.SWT
Style constant for align bottom behavior (value is 1<<10, since align DOWN and align BOTTOM are considered the same).
bottomMargin - Variable in class org.eclipse.swt.accessibility.AccessibleAttributeEvent
[out] the bottom margin in pixels
bounds - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTextRange
 
bounds_changed - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
BREAK - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the break key (value is (1<<24)+86).
browser - Variable in class org.eclipse.swt.browser.WindowEvent
Browser provided by the application.
Browser - Class in org.eclipse.swt.browser
Instances of this class implement the browser user interface metaphor.
Browser(Composite, int) - Constructor for class org.eclipse.swt.browser.Browser
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
BrowserFunction - Class in org.eclipse.swt.browser
Instances of this class represent java-side "functions" that are invokable from javascript.
BrowserFunction(Browser, String) - Constructor for class org.eclipse.swt.browser.BrowserFunction
Constructs a new instance of this class, which will be invokable by javascript running in the specified Browser.
BrowserFunction(Browser, String, boolean, String[]) - Constructor for class org.eclipse.swt.browser.BrowserFunction
Constructs a new instance of this class, which will be invokable by javascript running in the specified Browser.
BS - Static variable in class org.eclipse.swt.SWT
ASCII character convenience constant for the backspace character (value is the char '\b').
bullet - Variable in class org.eclipse.swt.custom.LineStyleEvent
line bullet (output)
bullet - Variable in class org.eclipse.swt.custom.PaintObjectEvent
the Bullet
Bullet - Class in org.eclipse.swt.custom
Instances of this class represent bullets in the StyledText.
Bullet(int, StyleRange) - Constructor for class org.eclipse.swt.custom.Bullet
Create a new bullet the specified style and type.
Bullet(StyleRange) - Constructor for class org.eclipse.swt.custom.Bullet
Create a new bullet with the specified style, and type ST.BULLET_DOT.
BULLET_CUSTOM - Static variable in class org.eclipse.swt.custom.ST
Bullet style custom draw.
BULLET_DOT - Static variable in class org.eclipse.swt.custom.ST
Bullet style dot.
BULLET_LETTER_LOWER - Static variable in class org.eclipse.swt.custom.ST
Bullet style lower case letter.
BULLET_LETTER_UPPER - Static variable in class org.eclipse.swt.custom.ST
Bullet style upper case letter.
BULLET_NUMBER - Static variable in class org.eclipse.swt.custom.ST
Bullet style number.
BULLET_TEXT - Static variable in class org.eclipse.swt.custom.ST
Bullet style text.
bulletIndex - Variable in class org.eclipse.swt.custom.LineStyleEvent
line bullet index (output)
bulletIndex - Variable in class org.eclipse.swt.custom.PaintObjectEvent
the bullet index
BusyIndicator - Class in org.eclipse.swt.custom
Support for showing a Busy Cursor during a long running process.
BusyIndicator() - Constructor for class org.eclipse.swt.custom.BusyIndicator
 
button - Variable in class org.eclipse.swt.events.MouseEvent
the button that was pressed or released; 1 for the first button (usually 'left') 2 for the second button (usually 'middle') 3 for the third button (usually 'right') etc.
button - Variable in class org.eclipse.swt.internal.gtk3.GdkEventButton
 
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.
Button - Class in org.eclipse.swt.widgets
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.
BUTTON_MASK - Static variable in class org.eclipse.swt.SWT
Keyboard and/or mouse event mask indicating all possible mouse buttons.
button_press_event - Static variable in class org.eclipse.swt.internal.gtk.OS
 
button_release_event - Static variable in class org.eclipse.swt.internal.gtk.OS
 
BUTTON1 - Static variable in class org.eclipse.swt.SWT
Keyboard and/or mouse event mask indicating that mouse button one (usually 'left') was pushed when the event was generated.
BUTTON2 - Static variable in class org.eclipse.swt.SWT
Keyboard and/or mouse event mask indicating that mouse button two (usually 'middle') was pushed when the event was generated.
BUTTON3 - Static variable in class org.eclipse.swt.SWT
Keyboard and/or mouse event mask indicating that mouse button three (usually 'right') was pushed when the event was generated.
BUTTON4 - Static variable in class org.eclipse.swt.SWT
Keyboard and/or mouse event mask indicating that mouse button four was pushed when the event was generated.
BUTTON5 - Static variable in class org.eclipse.swt.SWT
Keyboard and/or mouse event mask indicating that mouse button five was pushed when the event was generated.
BYTable - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
ByteArrayTransfer - Class in org.eclipse.swt.dnd
The class ByteArrayTransfer provides a platform specific mechanism for converting a java byte[] to a platform specific representation of the byte array and vice versa.
ByteArrayTransfer() - Constructor for class org.eclipse.swt.dnd.ByteArrayTransfer
 
bytesPerLine - Variable in class org.eclipse.swt.graphics.ImageData
The number of bytes per scanline.
byteToStringViaHeuristic(byte[]) - Static method in class org.eclipse.swt.internal.Converter
Given a byte array with unknown encoding, try to decode it via (relatively simple) heuristic.

C

C - Class in org.eclipse.swt.internal
 
C() - Constructor for class org.eclipse.swt.internal.C
 
cairo - Variable in class org.eclipse.swt.graphics.GCData
 
Cairo - Class in org.eclipse.swt.internal.cairo
 
Cairo() - Constructor for class org.eclipse.swt.internal.cairo.Cairo
 
CAIRO_ANTIALIAS_BEST - Static variable in class org.eclipse.swt.internal.cairo.Cairo
 
CAIRO_ANTIALIAS_DEFAULT - Static variable in class org.eclipse.swt.internal.cairo.Cairo
Constants
CAIRO_ANTIALIAS_GRAY - Static variable in class org.eclipse.swt.internal.cairo.Cairo
 
CAIRO_ANTIALIAS_NONE - Static variable in class org.eclipse.swt.internal.cairo.Cairo
 
CAIRO_ANTIALIAS_SUBPIXEL - Static variable in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_append_path(long, long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_arc(long, double, double, double, double, double) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_arc_negative(long, double, double, double, double, double) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_clip(long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_close_path(long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
CAIRO_CONTENT_ALPHA - Static variable in class org.eclipse.swt.internal.cairo.Cairo
 
CAIRO_CONTENT_COLOR - Static variable in class org.eclipse.swt.internal.cairo.Cairo
 
CAIRO_CONTENT_COLOR_ALPHA - Static variable in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_copy_path(long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_copy_path_flat(long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_create(long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_curve_to(long, double, double, double, double, double, double) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_destroy(long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
CAIRO_EXTEND_NONE - Static variable in class org.eclipse.swt.internal.cairo.Cairo
 
CAIRO_EXTEND_PAD - Static variable in class org.eclipse.swt.internal.cairo.Cairo
 
CAIRO_EXTEND_REFLECT - Static variable in class org.eclipse.swt.internal.cairo.Cairo
 
CAIRO_EXTEND_REPEAT - Static variable in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_fill(long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
CAIRO_FILL_RULE_EVEN_ODD - Static variable in class org.eclipse.swt.internal.cairo.Cairo
 
CAIRO_FILL_RULE_WINDING - Static variable in class org.eclipse.swt.internal.cairo.Cairo
 
CAIRO_FILTER_BEST - Static variable in class org.eclipse.swt.internal.cairo.Cairo
 
CAIRO_FILTER_BILINEAR - Static variable in class org.eclipse.swt.internal.cairo.Cairo
 
CAIRO_FILTER_FAST - Static variable in class org.eclipse.swt.internal.cairo.Cairo
 
CAIRO_FILTER_GAUSSIAN - Static variable in class org.eclipse.swt.internal.cairo.Cairo
 
CAIRO_FILTER_GOOD - Static variable in class org.eclipse.swt.internal.cairo.Cairo
 
CAIRO_FILTER_NEAREST - Static variable in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_font_options_create() - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_font_options_destroy(long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_font_options_get_antialias(long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_font_options_set_antialias(long, int) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
CAIRO_FONT_SLANT_ITALIC - Static variable in class org.eclipse.swt.internal.cairo.Cairo
 
CAIRO_FONT_SLANT_NORMAL - Static variable in class org.eclipse.swt.internal.cairo.Cairo
 
CAIRO_FONT_SLANT_OBLIQUE - Static variable in class org.eclipse.swt.internal.cairo.Cairo
 
CAIRO_FONT_WEIGHT_BOLD - Static variable in class org.eclipse.swt.internal.cairo.Cairo
 
CAIRO_FONT_WEIGHT_NORMAL - Static variable in class org.eclipse.swt.internal.cairo.Cairo
 
CAIRO_FORMAT_A1 - Static variable in class org.eclipse.swt.internal.cairo.Cairo
 
CAIRO_FORMAT_A8 - Static variable in class org.eclipse.swt.internal.cairo.Cairo
 
CAIRO_FORMAT_ARGB32 - Static variable in class org.eclipse.swt.internal.cairo.Cairo
 
CAIRO_FORMAT_RGB24 - Static variable in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_get_antialias(long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_get_current_point(long, double[], double[]) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_get_fill_rule(long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_get_font_face(long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_get_matrix(long, double[]) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_get_source(long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_get_target(long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_get_tolerance(long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_identity_matrix(long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_image_surface_create(int, int, int) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_image_surface_get_data(long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_image_surface_get_format(long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_image_surface_get_height(long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_image_surface_get_stride(long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_image_surface_get_width(long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_in_fill(long, double, double) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_in_stroke(long, double, double) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
CAIRO_LINE_CAP_BUTT - Static variable in class org.eclipse.swt.internal.cairo.Cairo
 
CAIRO_LINE_CAP_ROUND - Static variable in class org.eclipse.swt.internal.cairo.Cairo
 
CAIRO_LINE_CAP_SQUARE - Static variable in class org.eclipse.swt.internal.cairo.Cairo
 
CAIRO_LINE_JOIN_BEVEL - Static variable in class org.eclipse.swt.internal.cairo.Cairo
 
CAIRO_LINE_JOIN_MITER - Static variable in class org.eclipse.swt.internal.cairo.Cairo
 
CAIRO_LINE_JOIN_ROUND - Static variable in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_line_to(long, double, double) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_matrix_init(double[], double, double, double, double, double, double) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_matrix_init_identity(double[]) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_matrix_invert(double[]) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_matrix_multiply(double[], double[], double[]) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_matrix_rotate(double[], double) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_matrix_scale(double[], double, double) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_matrix_transform_point(double[], double[], double[]) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_matrix_translate(double[], double, double) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_move_to(long, double, double) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_new_path(long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
CAIRO_OPERATOR_DIFFERENCE - Static variable in class org.eclipse.swt.internal.cairo.Cairo
 
CAIRO_OPERATOR_OVER - Static variable in class org.eclipse.swt.internal.cairo.Cairo
 
CAIRO_OPERATOR_SOURCE - Static variable in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_paint(long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_paint_with_alpha(long, double) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
CAIRO_PATH_CLOSE_PATH - Static variable in class org.eclipse.swt.internal.cairo.Cairo
 
CAIRO_PATH_CURVE_TO - Static variable in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_path_data_t - Class in org.eclipse.swt.internal.cairo
 
cairo_path_data_t() - Constructor for class org.eclipse.swt.internal.cairo.cairo_path_data_t
 
cairo_path_data_t_sizeof() - Static method in class org.eclipse.swt.internal.cairo.Cairo
64
cairo_path_destroy(long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
CAIRO_PATH_LINE_TO - Static variable in class org.eclipse.swt.internal.cairo.Cairo
 
CAIRO_PATH_MOVE_TO - Static variable in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_path_t - Class in org.eclipse.swt.internal.cairo
 
cairo_path_t() - Constructor for class org.eclipse.swt.internal.cairo.cairo_path_t
 
cairo_path_t_sizeof() - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_pattern_add_color_stop_rgba(long, double, double, double, double, double) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_pattern_create_for_surface(long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_pattern_create_linear(double, double, double, double) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_pattern_destroy(long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_pattern_set_extend(long, int) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_pattern_set_filter(long, int) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_pattern_set_matrix(long, double[]) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_pdf_surface_set_size(long, double, double) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_pop_group_to_source(long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_ps_surface_set_size(long, double, double) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_push_group(long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_rectangle(long, double, double, double, double) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_rectangle_int_t - Class in org.eclipse.swt.internal.cairo
 
cairo_rectangle_int_t() - Constructor for class org.eclipse.swt.internal.cairo.cairo_rectangle_int_t
 
cairo_rectangle_int_t_sizeof() - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_reference(long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_region_contains_point(long, int, int) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_region_contains_rectangle(long, cairo_rectangle_int_t) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_region_copy(long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_region_create() - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_region_create_rectangle(cairo_rectangle_int_t) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_region_destroy(long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_region_get_extents(long, cairo_rectangle_int_t) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_region_get_rectangle(long, int, long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_region_intersect(long, long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_region_is_empty(long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_region_num_rectangles(long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
CAIRO_REGION_OVERLAP_OUT - Static variable in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_region_subtract(long, long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_region_translate(long, int, int) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_region_union(long, long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_region_union_rectangle(long, cairo_rectangle_int_t) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_reset_clip(long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_restore(long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_save(long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_scale(long, double, double) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_select_font_face(long, byte[], int, int) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_set_antialias(long, int) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_set_dash(long, double[], int, double) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_set_fill_rule(long, int) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_set_font_size(long, double) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_set_line_cap(long, int) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_set_line_join(long, int) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_set_line_width(long, double) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_set_matrix(long, double[]) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_set_miter_limit(long, double) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_set_operator(long, int) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_set_source(long, long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_set_source_rgb(long, double, double, double) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_set_source_rgba(long, double, double, double, double) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_set_source_surface(long, long, double, double) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_set_tolerance(long, double) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_show_page(long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_stroke(long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_surface_destroy(long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_surface_finish(long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_surface_flush(long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_surface_get_content(long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_surface_get_device_scale(long, double[], double[]) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_surface_get_type(long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_surface_mark_dirty(long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_surface_reference(long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_surface_set_device_scale(long, double, double) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
CAIRO_SURFACE_TYPE_IMAGE - Static variable in class org.eclipse.swt.internal.cairo.Cairo
 
CAIRO_SURFACE_TYPE_PDF - Static variable in class org.eclipse.swt.internal.cairo.Cairo
 
CAIRO_SURFACE_TYPE_PS - Static variable in class org.eclipse.swt.internal.cairo.Cairo
 
CAIRO_SURFACE_TYPE_XLIB - Static variable in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_transform(long, double[]) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_translate(long, double, double) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_user_to_device_distance(long, double[], double[]) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_version() - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
CAIRO_VERSION_ENCODE(int, int, int) - Static method in class org.eclipse.swt.internal.cairo.Cairo
Natives
cairo_xlib_surface_get_height(long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_xlib_surface_get_width(long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairoXoffset - Variable in class org.eclipse.swt.graphics.GCData
 
cairoYoffset - Variable in class org.eclipse.swt.graphics.GCData
 
CALENDAR - Static variable in class org.eclipse.swt.SWT
Style constant for calendar display (value is 1<<10).
CALENDAR_WEEKNUMBERS - Static variable in class org.eclipse.swt.SWT
Style constant for displaying week numbers in the calendar.
call() - Method in interface org.eclipse.swt.SwtCallable
Computes a value, or throws an exception.
call(long, long) - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
call(long, long, long) - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
call(long, long, long, long) - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
call(long, long, long, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
call(long, long, long, long, long, long) - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
call(long, long, long, long, long, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
call(long, long, long, long, long, long, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
Call(long, long, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
Natives
Call(long, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
Callback - Class in org.eclipse.swt.internal
Instances of this class represent entry points into Java which can be invoked from operating system level callback routines.
Callback(Object, String, int) - Constructor for class org.eclipse.swt.internal.Callback
Constructs a new instance of this class given an object to send the message to, a string naming the method to invoke and an argument count.
Callback(Object, String, int, boolean) - Constructor for class org.eclipse.swt.internal.Callback
Constructs a new instance of this class given an object to send the message to, a string naming the method to invoke, an argument count and a flag indicating whether or not the arguments will be passed in an array.
Callback(Object, String, int, boolean, long) - Constructor for class org.eclipse.swt.internal.Callback
Constructs a new instance of this class given an object to send the message to, a string naming the method to invoke, an argument count, a flag indicating whether or not the arguments will be passed in an array and a value to return when an exception happens.
Callback(Object, String, Type, Type[]) - Constructor for class org.eclipse.swt.internal.Callback
Register the java method to be a C callback.
CANCEL - Static variable in class org.eclipse.swt.SWT
The MessageBox style constant for a CANCEL button; valid combinations are OK|CANCEL, YES|NO|CANCEL, RETRY|CANCEL (value is 1<<8).
cancelJob() - Method in class org.eclipse.swt.printing.Printer
Cancels a print job in progress.
Canvas - Class in org.eclipse.swt.widgets
Instances of this class provide a surface for drawing arbitrary graphics.
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.
cap - Variable in class org.eclipse.swt.graphics.LineAttributes
The line cap style.
CAP_FLAT - Static variable in class org.eclipse.swt.SWT
Line drawing style for flat end caps (value is 1).
CAP_ROUND - Static variable in class org.eclipse.swt.SWT
Line drawing style for rounded end caps (value is 2).
CAP_SQUARE - Static variable in class org.eclipse.swt.SWT
Line drawing style for square end caps (value is 3).
CAPS_LOCK - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the caps lock key (value is (1<<24)+82).
Caret - Class in org.eclipse.swt.widgets
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.
CaretEvent - Class in org.eclipse.swt.custom
This event is sent when the caret offset changes.
CaretListener - Interface in org.eclipse.swt.custom
This listener interface may be implemented in order to receive CaretEvents.
caretMoved(CaretEvent) - Method in interface org.eclipse.swt.custom.CaretListener
This method is called after the caret offset is changed.
CaretMoved - Static variable in class org.eclipse.swt.custom.ST
The CaretMoved event type (value is 3011).
caretOffset - Variable in class org.eclipse.swt.custom.CaretEvent
caret offset
CASCADE - Static variable in class org.eclipse.swt.SWT
Style constant for cascade behavior (value is 1<<6).
CBanner - Class in org.eclipse.swt.custom
Instances of this class implement a Composite that lays out its children and allows programmatic control of the layout.
CBanner(Composite, int) - Constructor for class org.eclipse.swt.custom.CBanner
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
CbBTable - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
CbGTable - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
cCharPtrToJavaString(long, boolean) - Static method in class org.eclipse.swt.internal.Converter
This method takes a 'C' pointer (char *) or (gchar *), reads characters up to the terminating symbol '\0' and converts it into a Java String.
cclass - Variable in class org.eclipse.swt.internal.opengl.glx.XVisualInfo
 
CCombo - Class in org.eclipse.swt.custom
The CCombo class represents a selectable user interface object that combines a text field and a list and issues notification when an item is selected from the list.
CCombo(Composite, int) - Constructor for class org.eclipse.swt.custom.CCombo
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
ceil(int, int) - Static method in class org.eclipse.swt.internal.Compatibility
Answers the most negative (i.e.
cell_background_rgba - Static variable in class org.eclipse.swt.internal.gtk.OS
 
center - Variable in class org.eclipse.swt.layout.RowLayout
center specifies whether the controls in a row should be centered vertically in each cell for horizontal layouts, or centered horizontally in each cell for vertical layouts.
CENTER - Static variable in class org.eclipse.swt.layout.GridData
Value for horizontalAlignment or verticalAlignment.
CENTER - Static variable in class org.eclipse.swt.SWT
Style constant for align center behavior (value is 1<<24).
CH - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
CHANGE_SCALEFACTOR - Static variable in class org.eclipse.swt.graphics.Device
 
change_value - Static variable in class org.eclipse.swt.internal.gtk.OS
 
changed - Static variable in class org.eclipse.swt.internal.gtk.OS
 
changed(LocationEvent) - Method in class org.eclipse.swt.browser.LocationAdapter
 
changed(LocationEvent) - Method in interface org.eclipse.swt.browser.LocationListener
This method is called when the current location is changed.
changed(ProgressEvent) - Method in class org.eclipse.swt.browser.ProgressAdapter
 
changed(ProgressEvent) - Method in interface org.eclipse.swt.browser.ProgressListener
This method is called when a progress is made during the loading of the current location.
changed(StatusTextEvent) - Method in interface org.eclipse.swt.browser.StatusTextListener
This method is called when the status text is changed.
changed(TitleEvent) - Method in interface org.eclipse.swt.browser.TitleListener
This method is called when the title of the current document is available or has changed.
changed(Control[]) - Method in class org.eclipse.swt.widgets.Composite
Deprecated.
CHANGED - Static variable in class org.eclipse.swt.SWT
A constant indicating that widgets have changed.
changed_mask - Variable in class org.eclipse.swt.internal.gtk3.GdkEventWindowState
 
changedAdapter(Consumer<LocationEvent>) - Static method in interface org.eclipse.swt.browser.LocationListener
Static helper method to create a LocationListener for the LocationListener.changed(LocationEvent e)) method, given a lambda expression or a method reference.
changedAdapter(Consumer<ProgressEvent>) - Static method in interface org.eclipse.swt.browser.ProgressListener
Static helper method to create a ProgressListener for the ProgressListener.changed(ProgressEvent e)) method, given a lambda expression or a method reference.
changing(LocationEvent) - Method in class org.eclipse.swt.browser.LocationAdapter
 
changing(LocationEvent) - Method in interface org.eclipse.swt.browser.LocationListener
This method is called when the current location is about to be changed.
changingAdapter(Consumer<LocationEvent>) - Static method in interface org.eclipse.swt.browser.LocationListener
Static helper method to create a LocationListener for the LocationListener.changing(LocationEvent e)) method, given a lambda expression or a method reference.
character - Variable in class org.eclipse.swt.events.KeyEvent
the character represented by the key that was typed.
character - Variable in class org.eclipse.swt.widgets.Event
depending on the event, the character represented by the key that was typed.
CHECK - Static variable in class org.eclipse.swt.SWT
Style constant for check box behavior (value is 1<<5).
checkDevice() - Method in class org.eclipse.swt.graphics.Device
Throws an SWTException if the receiver can not be accessed by the caller.
checkDevice() - Method in class org.eclipse.swt.widgets.Display
 
checkSubclass() - Method in class org.eclipse.swt.browser.Browser
 
checkSubclass() - Method in class org.eclipse.swt.custom.CCombo
 
checkSubclass() - Method in class org.eclipse.swt.dnd.Clipboard
Checks that this class can be subclassed.
checkSubclass() - Method in class org.eclipse.swt.dnd.DragSource
 
checkSubclass() - Method in class org.eclipse.swt.dnd.DropTarget
 
checkSubclass() - Method in class org.eclipse.swt.printing.PrintDialog
 
checkSubclass() - Method in class org.eclipse.swt.widgets.Combo
 
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.DateTime
 
checkSubclass() - Method in class org.eclipse.swt.widgets.Decorations
 
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.ExpandBar
 
checkSubclass() - Method in class org.eclipse.swt.widgets.ExpandItem
 
checkSubclass() - Method in class org.eclipse.swt.widgets.Group
 
checkSubclass() - Method in class org.eclipse.swt.widgets.Item
 
checkSubclass() - Method in class org.eclipse.swt.widgets.MenuItem
 
checkSubclass() - Method in class org.eclipse.swt.widgets.Spinner
 
checkSubclass() - Method in class org.eclipse.swt.widgets.TabFolder
 
checkSubclass() - Method in class org.eclipse.swt.widgets.TabItem
 
checkSubclass() - Method in class org.eclipse.swt.widgets.Table
 
checkSubclass() - Method in class org.eclipse.swt.widgets.TableColumn
 
checkSubclass() - Method in class org.eclipse.swt.widgets.TableItem
 
checkSubclass() - Method in class org.eclipse.swt.widgets.TaskItem
 
checkSubclass() - Method in class org.eclipse.swt.widgets.ToolBar
 
checkSubclass() - Method in class org.eclipse.swt.widgets.ToolItem
 
checkSubclass() - Method in class org.eclipse.swt.widgets.TrayItem
 
checkSubclass() - Method in class org.eclipse.swt.widgets.Tree
 
checkSubclass() - Method in class org.eclipse.swt.widgets.TreeColumn
 
checkSubclass() - Method in class org.eclipse.swt.widgets.TreeItem
 
checkSubclass() - Method in class org.eclipse.swt.widgets.Widget
Checks that this class can be subclassed.
checkWidget() - Method in class org.eclipse.swt.browser.Browser
 
checkWidget() - Method in class org.eclipse.swt.dnd.Clipboard
Throws an SWTException if the receiver can not be accessed by the caller.
checkWidget() - Method in class org.eclipse.swt.widgets.Widget
Throws an SWTException if the receiver can not be accessed by the caller.
childID - Variable in class org.eclipse.swt.accessibility.AccessibleControlEvent
 
childID - Variable in class org.eclipse.swt.accessibility.AccessibleEvent
The value of this field is set by an accessibility client before the accessible listener method is called.
childID - Variable in class org.eclipse.swt.accessibility.AccessibleTextEvent
 
CHILDID_CHILD_AT_INDEX - Static variable in class org.eclipse.swt.accessibility.ACC
An AT is requesting the accessible child object at the specified index.
CHILDID_CHILD_INDEX - Static variable in class org.eclipse.swt.accessibility.ACC
An AT is requesting the index of this accessible in its parent.
CHILDID_MULTIPLE - Static variable in class org.eclipse.swt.accessibility.ACC
 
CHILDID_NONE - Static variable in class org.eclipse.swt.accessibility.ACC
 
CHILDID_SELF - Static variable in class org.eclipse.swt.accessibility.ACC
 
children - Variable in class org.eclipse.swt.accessibility.AccessibleControlEvent
 
children_changed - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkObjectClass
 
CHROMIUM - Static variable in class org.eclipse.swt.SWT
Deprecated.
Support for Chromium was limited to ancient and full of CVEs version of Chromium. See bug report for details
CLabel - Class in org.eclipse.swt.custom
A Label which supports aligned text and/or an image and different border styles.
CLabel(Composite, int) - Constructor for class org.eclipse.swt.custom.CLabel
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
CLASS_ARABIC - Static variable in class org.eclipse.swt.internal.BidiUtil
 
class_data - Variable in class org.eclipse.swt.internal.gtk.GTypeInfo
 
class_finalize - Variable in class org.eclipse.swt.internal.gtk.GTypeInfo
 
CLASS_HEBREW - Static variable in class org.eclipse.swt.internal.BidiUtil
 
class_init - Variable in class org.eclipse.swt.internal.gtk.GTypeInfo
 
CLASS_LATINNUMBER - Static variable in class org.eclipse.swt.internal.BidiUtil
 
CLASS_LOCALNUMBER - Static variable in class org.eclipse.swt.internal.BidiUtil
 
class_size - Variable in class org.eclipse.swt.internal.gtk.GTypeInfo
 
CLASSIN - Static variable in class org.eclipse.swt.internal.BidiUtil
 
clear() - Method in class org.eclipse.swt.custom.AnimatedProgress
Deprecated.
Stop the animation if it is not already stopped and reset the presentation to a blank appearance.
clear(int) - Method in class org.eclipse.swt.widgets.Table
Clears the item at the given zero-relative index in the receiver.
clear(int[]) - Method in class org.eclipse.swt.widgets.Table
Clears the items at the given zero-relative indices in the receiver.
clear(int, boolean) - Method in class org.eclipse.swt.widgets.Tree
Clears the item at the given zero-relative index in the receiver.
clear(int, boolean) - Method in class org.eclipse.swt.widgets.TreeItem
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_selection - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkSelectionIface
 
clearAll() - Method in class org.eclipse.swt.widgets.Table
Clears all the items in the receiver.
clearAll(boolean) - Method in class org.eclipse.swt.widgets.Tree
Clears all the items in the receiver.
clearAll(boolean) - Method in class org.eclipse.swt.widgets.TreeItem
Clears all the items in the receiver.
clearContents() - Method in class org.eclipse.swt.dnd.Clipboard
If this clipboard is currently the owner of the data on the system clipboard, clear the contents.
clearContents(int) - Method in class org.eclipse.swt.dnd.Clipboard
If this clipboard is currently the owner of the data on the specified clipboard, clear the contents.
clearSelection() - Method in class org.eclipse.swt.custom.CCombo
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.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.
clearSessions() - Static method in class org.eclipse.swt.browser.Browser
Clears all session cookies from all current Browser instances.
clicked - Static variable in class org.eclipse.swt.internal.gtk.OS
 
CLIP_CHILDREN - Static variable in class org.eclipse.swt.SWT
Style constant indicating that the window manager should clip a widget's children with respect to its viewable area.
CLIP_SIBLINGS - Static variable in class org.eclipse.swt.SWT
Style constant indicating that the window manager should clip a widget's siblings with respect to its viewable area.
Clipboard - Class in org.eclipse.swt.dnd
The Clipboard provides a mechanism for transferring data from one application to another or within an application.
Clipboard(Display) - Constructor for class org.eclipse.swt.dnd.Clipboard
Constructs a new instance of this class.
CLIPBOARD - Static variable in class org.eclipse.swt.dnd.DND
The transfer mechanism for data that is being cut and then pasted or copied and then pasted (value is 1).
clippingTransform - Variable in class org.eclipse.swt.graphics.GCData
 
clipRgn - Variable in class org.eclipse.swt.graphics.GCData
 
clone() - Method in class org.eclipse.swt.custom.StyleRange
Returns a new StyleRange with the same values as this StyleRange.
clone() - Method in class org.eclipse.swt.graphics.ImageData
Returns a new instance of the same class as the receiver, whose slots have been filled in with copies of the values in the slots of the receiver.
close - Static variable in class org.eclipse.swt.internal.webkit.WebKitGTK
 
close() - Method in class org.eclipse.swt.browser.Browser
Attempts to dispose the receiver, but allows the dispose to be vetoed by the user in response to an onbeforeunload listener in the Browser's current page.
close() - Method in class org.eclipse.swt.graphics.Path
Closes the current sub path by adding to the receiver a line from the current point of the path back to the starting point of the sub path.
close() - Method in class org.eclipse.swt.internal.ExceptionStash
 
close() - Method in class org.eclipse.swt.internal.image.PngDecodingDataStream
 
close() - Method in class org.eclipse.swt.internal.image.PngInputStream
 
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.
close(WindowEvent) - Method in interface org.eclipse.swt.browser.CloseWindowListener
This method is called when the window hosting a Browser should be closed.
close(CTabFolderEvent) - Method in class org.eclipse.swt.custom.CTabFolder2Adapter
Sent when the user clicks on the close button of an item in the CTabFolder.
close(CTabFolderEvent) - Method in interface org.eclipse.swt.custom.CTabFolder2Listener
Sent when the user clicks on the close button of an item in the CTabFolder.
Close - Static variable in class org.eclipse.swt.SWT
The close event type (value is 21).
CLOSE - Static variable in class org.eclipse.swt.SWT
Style constant for close box trim (value is 1<<6, since we do not distinguish between CLOSE style and MENU style).
close_request - Static variable in class org.eclipse.swt.internal.gtk.OS
 
closeAdapter(Consumer<CTabFolderEvent>) - Static method in interface org.eclipse.swt.custom.CTabFolder2Listener
Static helper method to create a CTabFolder2Listener for the CTabFolder2Listener.close(CTabFolderEvent e)) method, given a lambda expression or a method reference.
CloseWindowListener - Interface in org.eclipse.swt.browser
This listener interface may be implemented in order to receive a WindowEvent notification when a Browser is about to be closed and when its host window should be closed by the application.
code - Variable in error org.eclipse.swt.SWTError
The SWT error code, one of SWT.ERROR_*.
code - Variable in exception org.eclipse.swt.SWTException
The SWT error code, one of SWT.ERROR_*.
Collapse - Static variable in class org.eclipse.swt.SWT
The collapse event type (value is 18).
collate - Variable in class org.eclipse.swt.printing.PrinterData
whether or not the printer should collate the printed paper Note that this field may be controlled by the printer driver.
Color - Class in org.eclipse.swt.graphics
Instances of this store color information.
Color(int, int, int) - Constructor for class org.eclipse.swt.graphics.Color
Constructs a new instance of this class given the desired red, green and blue values expressed as ints in the range 0 to 255 (where 0 is black and 255 is full brightness).
Color(int, int, int, int) - Constructor for class org.eclipse.swt.graphics.Color
Constructs a new instance of this class given the desired red, green, blue & alpha values expressed as ints in the range 0 to 255 (where 0 is black and 255 is full brightness).
Color(Device, int, int, int) - Constructor for class org.eclipse.swt.graphics.Color
Constructs a new instance of this class given a device and the desired red, green and blue values expressed as ints in the range 0 to 255 (where 0 is black and 255 is full brightness).
Color(Device, int, int, int, int) - Constructor for class org.eclipse.swt.graphics.Color
Constructs a new instance of this class given a device and the desired red, green, blue & alpha values expressed as ints in the range 0 to 255 (where 0 is black and 255 is full brightness).
Color(Device, RGB) - Constructor for class org.eclipse.swt.graphics.Color
Constructs a new instance of this class given a device and an RGB describing the desired red, green and blue values.
Color(Device, RGBA) - Constructor for class org.eclipse.swt.graphics.Color
Constructs a new instance of this class given a device and an RGBA describing the desired red, green, blue & alpha values.
Color(Device, RGB, int) - Constructor for class org.eclipse.swt.graphics.Color
Constructs a new instance of this class given a device, an RGB describing the desired red, green and blue values, alpha specifying the level of transparency.
Color(RGB) - Constructor for class org.eclipse.swt.graphics.Color
Constructs a new instance of this class given an RGB describing the desired red, green and blue values.
Color(RGBA) - Constructor for class org.eclipse.swt.graphics.Color
Constructs a new instance of this class given an RGBA describing the desired red, green, blue & alpha values.
Color(RGB, int) - Constructor for class org.eclipse.swt.graphics.Color
Constructs a new instance of this class given an RGB describing the desired red, green and blue values, alpha specifying the level of transparency.
COLOR_BLACK - Static variable in class org.eclipse.swt.SWT
Default color black (value is 2).
color_blue - Variable in class org.eclipse.swt.internal.gtk.PangoAttrColor
 
COLOR_BLUE - Static variable in class org.eclipse.swt.SWT
Default color blue (value is 9).
COLOR_CYAN - Static variable in class org.eclipse.swt.SWT
Default color cyan (value is 13).
COLOR_DARK_BLUE - Static variable in class org.eclipse.swt.SWT
Default color dark blue (value is 10).
COLOR_DARK_CYAN - Static variable in class org.eclipse.swt.SWT
Default color dark cyan (value is 14).
COLOR_DARK_GRAY - Static variable in class org.eclipse.swt.SWT
Default color dark gray (value is 16).
COLOR_DARK_GREEN - Static variable in class org.eclipse.swt.SWT
Default color dark green (value is 6).
COLOR_DARK_MAGENTA - Static variable in class org.eclipse.swt.SWT
Default color dark magenta (value is 12).
COLOR_DARK_RED - Static variable in class org.eclipse.swt.SWT
Default color dark red (value is 4).
COLOR_DARK_YELLOW - Static variable in class org.eclipse.swt.SWT
Default color dark yellow (value is 8).
COLOR_GRAY - Static variable in class org.eclipse.swt.SWT
Default color gray (value is 15).
color_green - Variable in class org.eclipse.swt.internal.gtk.PangoAttrColor
 
COLOR_GREEN - Static variable in class org.eclipse.swt.SWT
Default color green (value is 5).
COLOR_INFO_BACKGROUND - Static variable in class org.eclipse.swt.SWT
System color used to paint tooltip background areas (value is 29).
COLOR_INFO_FOREGROUND - Static variable in class org.eclipse.swt.SWT
System color used to paint tooltip text (value is 28).
COLOR_LINK_FOREGROUND - Static variable in class org.eclipse.swt.SWT
System color used to paint link text (value is 36).
COLOR_LIST_BACKGROUND - Static variable in class org.eclipse.swt.SWT
System color used to paint list background areas (value is 25).
COLOR_LIST_FOREGROUND - Static variable in class org.eclipse.swt.SWT
System color used to paint list foreground areas (value is 24).
COLOR_LIST_SELECTION - Static variable in class org.eclipse.swt.SWT
System color used to paint list selection background areas (value is 26).
COLOR_LIST_SELECTION_TEXT - Static variable in class org.eclipse.swt.SWT
System color used to paint list selected text (value is 27).
COLOR_MAGENTA - Static variable in class org.eclipse.swt.SWT
Default color magenta (value is 11).
color_red - Variable in class org.eclipse.swt.internal.gtk.PangoAttrColor
 
COLOR_RED - Static variable in class org.eclipse.swt.SWT
Default color red (value is 3).
COLOR_TEXT_DISABLED_BACKGROUND - Static variable in class org.eclipse.swt.SWT
System color used to paint disabled text background areas (value is 38).
COLOR_TITLE_BACKGROUND - Static variable in class org.eclipse.swt.SWT
System color used to paint title background areas (value is 31).
COLOR_TITLE_BACKGROUND_GRADIENT - Static variable in class org.eclipse.swt.SWT
System color used to paint title background gradient (value is 32).
COLOR_TITLE_FOREGROUND - Static variable in class org.eclipse.swt.SWT
System color used to paint title text (value is 30).
COLOR_TITLE_INACTIVE_BACKGROUND - Static variable in class org.eclipse.swt.SWT
System color used to paint inactive title background areas (value is 34).
COLOR_TITLE_INACTIVE_BACKGROUND_GRADIENT - Static variable in class org.eclipse.swt.SWT
System color used to paint inactive title background gradient (value is 35).
COLOR_TITLE_INACTIVE_FOREGROUND - Static variable in class org.eclipse.swt.SWT
System color used to paint inactive title text (value is 33).
COLOR_TRANSPARENT - Static variable in class org.eclipse.swt.SWT
System color used to paint with alpha 0 (value is 37).
COLOR_WHITE - Static variable in class org.eclipse.swt.SWT
Default color white (value is 1).
COLOR_WIDGET_BACKGROUND - Static variable in class org.eclipse.swt.SWT
System color used to paint background areas (value is 22).
COLOR_WIDGET_BORDER - Static variable in class org.eclipse.swt.SWT
System color used to paint border areas (value is 23).
COLOR_WIDGET_DARK_SHADOW - Static variable in class org.eclipse.swt.SWT
System color used to paint dark shadow areas (value is 17).
COLOR_WIDGET_DISABLED_FOREGROUND - Static variable in class org.eclipse.swt.SWT
System color used to paint disabled foreground areas (value is 39).
COLOR_WIDGET_FOREGROUND - Static variable in class org.eclipse.swt.SWT
System color used to paint foreground areas (value is 21).
COLOR_WIDGET_HIGHLIGHT_SHADOW - Static variable in class org.eclipse.swt.SWT
System color used to paint highlight shadow areas (value is 20).
COLOR_WIDGET_LIGHT_SHADOW - Static variable in class org.eclipse.swt.SWT
System color used to paint light shadow areas (value is 19).
COLOR_WIDGET_NORMAL_SHADOW - Static variable in class org.eclipse.swt.SWT
System color used to paint normal shadow areas (value is 18).
COLOR_YELLOW - Static variable in class org.eclipse.swt.SWT
Default color yellow (value is 7).
ColorDialog - Class in org.eclipse.swt.widgets
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.
colormap_size - Variable in class org.eclipse.swt.internal.opengl.glx.XVisualInfo
 
colors - Variable in class org.eclipse.swt.graphics.PaletteData
the RGB values for an indexed palette, where the indices of the array correspond to pixel values
column - Variable in class org.eclipse.swt.accessibility.AccessibleTableEvent
 
column_deleted - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
column_deleted - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTableIface
 
column_inserted - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
column_inserted - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTableIface
 
COLUMN_NEXT - Static variable in class org.eclipse.swt.custom.ST
 
COLUMN_PREVIOUS - Static variable in class org.eclipse.swt.custom.ST
 
column_reordered - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTableIface
 
COM - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
Combo - Class in org.eclipse.swt.widgets
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.
COMMAND - Static variable in class org.eclipse.swt.SWT
Keyboard and/or mouse event mask indicating that the COMMAND key was pushed on the keyboard when the event was generated (value is 1<<22).
commit - Static variable in class org.eclipse.swt.internal.gtk.OS
 
Compatibility - Class in org.eclipse.swt.internal
This class is a placeholder for utility methods commonly used on J2SE platforms but not supported on some J2ME profiles.
Compatibility() - Constructor for class org.eclipse.swt.internal.Compatibility
 
completed(ProgressEvent) - Method in class org.eclipse.swt.browser.ProgressAdapter
 
completed(ProgressEvent) - Method in interface org.eclipse.swt.browser.ProgressListener
This method is called when the current location has been completely loaded.
completedAdapter(Consumer<ProgressEvent>) - Static method in interface org.eclipse.swt.browser.ProgressListener
Static helper method to create a ProgressListener for the ProgressListener.completed(ProgressEvent e)) method, given a lambda expression or a method reference.
Composite - Class in org.eclipse.swt.widgets
Instances of this class are controls which are capable of containing other controls.
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.
COMPOSITION_CHANGED - Static variable in class org.eclipse.swt.SWT
The IME composition event detail that indicates a change in the IME composition.
COMPOSITION_OFFSET - Static variable in class org.eclipse.swt.SWT
The IME composition event detail that indicates that the IME needs the offset for a given location.
COMPOSITION_SELECTION - Static variable in class org.eclipse.swt.SWT
The IME composition event detail that indicates that IME needs the selected text and its start and end offsets (value is 3).
compression - Variable in class org.eclipse.swt.graphics.ImageLoader
This is the compression used when saving jpeg and png files.
compute_size - Static variable in class org.eclipse.swt.internal.gtk.OS
 
computeSize(int, int) - Method in class org.eclipse.swt.widgets.Control
Returns the preferred size (in points) of the receiver.
computeSize(int, int) - Method in class org.eclipse.swt.widgets.CoolItem
Returns the preferred size of the receiver.
computeSize(int, int, boolean) - Method in class org.eclipse.swt.custom.AnimatedProgress
Deprecated.
 
computeSize(int, int, boolean) - Method in class org.eclipse.swt.custom.CCombo
 
computeSize(int, int, boolean) - Method in class org.eclipse.swt.custom.CLabel
 
computeSize(int, int, boolean) - Method in class org.eclipse.swt.custom.StyledText
 
computeSize(int, int, boolean) - Method in class org.eclipse.swt.widgets.Control
Returns the preferred size (in points) of the receiver.
computeSize(int, int, boolean) - Method in class org.eclipse.swt.widgets.CoolBar
 
computeSize(int, int, GC, int, int) - Method in class org.eclipse.swt.custom.CTabFolderRenderer
Returns the preferred size of a part.
computeSize(Composite, int, int, boolean) - Method in class org.eclipse.swt.custom.StackLayout
 
computeSize(Composite, int, int, boolean) - Method in class org.eclipse.swt.layout.BorderLayout
 
computeSize(Composite, int, int, boolean) - Method in class org.eclipse.swt.layout.FillLayout
 
computeSize(Composite, int, int, boolean) - Method in class org.eclipse.swt.layout.FormLayout
 
computeSize(Composite, int, int, boolean) - Method in class org.eclipse.swt.layout.GridLayout
 
computeSize(Composite, int, int, boolean) - Method in class org.eclipse.swt.layout.RowLayout
 
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.
computeTrim(int, int, int, int) - Method in class org.eclipse.swt.custom.CTabFolder
 
computeTrim(int, int, int, int) - Method in class org.eclipse.swt.custom.ViewForm
 
computeTrim(int, int, int, int) - Method in class org.eclipse.swt.printing.Printer
Given a client area (as described by the arguments), returns a rectangle, relative to the client area's coordinates, that is the client area expanded by the printer's trim (or minimum margins).
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, int, int) - Method in class org.eclipse.swt.custom.CTabFolderRenderer
Given a desired client area for the part (as described by the arguments), returns the bounding rectangle which would be required to produce that client area.
configure_event - Static variable in class org.eclipse.swt.internal.gtk.OS
 
connect_property_change_handler - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkObjectClass
 
constructor - Variable in class org.eclipse.swt.internal.gtk.GObjectClass
 
contains - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkComponentIface
 
contains(float, float, GC, boolean) - Method in class org.eclipse.swt.graphics.Path
Returns true if the specified point is contained by the receiver and false otherwise.
contains(int, int) - Method in class org.eclipse.swt.graphics.Rectangle
Returns true if the point specified by the arguments is inside the area specified by the receiver, and false otherwise.
contains(int, int) - Method in class org.eclipse.swt.graphics.Region
Returns true if the point specified by the arguments is inside the area specified by the receiver, and false otherwise.
contains(Point) - Method in class org.eclipse.swt.graphics.Rectangle
Returns true if the given point is inside the area specified by the receiver, and false otherwise.
contains(Point) - Method in class org.eclipse.swt.graphics.Region
Returns true if the given point is inside the area specified by the receiver, and false otherwise.
content - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTextRange
 
context - Variable in class org.eclipse.swt.graphics.GCData
 
context_menu - Static variable in class org.eclipse.swt.internal.webkit.WebKitGTK
 
control - Variable in class org.eclipse.swt.layout.FormAttachment
control specifies the control to which the control side is attached.
Control - Class in org.eclipse.swt.widgets
Control is the abstract superclass of all windowed user interface classes.
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.
CONTROL - Static variable in class org.eclipse.swt.SWT
Keyboard and/or mouse event mask indicating that the CTRL key was pushed on the keyboard when the event was generated.
ControlAdapter - Class in org.eclipse.swt.events
This adapter class provides default implementations for the methods described by the ControlListener interface.
ControlAdapter() - Constructor for class org.eclipse.swt.events.ControlAdapter
 
ControlEditor - Class in org.eclipse.swt.custom
A ControlEditor is a manager for a Control that appears above a composite and tracks with the moving and resizing of that composite.
ControlEditor(Composite) - Constructor for class org.eclipse.swt.custom.ControlEditor
Creates a ControlEditor for the specified Composite.
ControlEvent - Class in org.eclipse.swt.events
Instances of this class are sent as a result of controls being moved or resized.
ControlEvent(Event) - Constructor for class org.eclipse.swt.events.ControlEvent
Constructs a new instance of this class based on the information in the given untyped event.
ControlListener - Interface in org.eclipse.swt.events
Classes which implement this interface provide methods that deal with the events that are generated by moving and resizing controls.
controlMoved(ControlEvent) - Method in class org.eclipse.swt.events.ControlAdapter
Sent when the location (x, y) of a control changes relative to its parent (or relative to the display, for Shells).
controlMoved(ControlEvent) - Method in interface org.eclipse.swt.events.ControlListener
Sent when the location (x, y) of a control changes relative to its parent (or relative to the display, for Shells).
controlMovedAdapter(Consumer<ControlEvent>) - Static method in interface org.eclipse.swt.events.ControlListener
Static helper method to create a ControlListener for the ControlListener.controlMoved(ControlEvent e)) method, given a lambda expression or a method reference.
controlResized(ControlEvent) - Method in class org.eclipse.swt.events.ControlAdapter
Sent when the size (width, height) of a control changes.
controlResized(ControlEvent) - Method in interface org.eclipse.swt.events.ControlListener
Sent when the size (width, height) of a control changes.
controlResizedAdapter(Consumer<ControlEvent>) - Static method in interface org.eclipse.swt.events.ControlListener
Static helper method to create a ControlListener for the ControlListener.controlResized(ControlEvent e)) method, given a lambda expression or a method reference.
controlSpacing - Variable in class org.eclipse.swt.layout.BorderLayout
controlSpacing specifies the number of points between the edge of one control and its neighboring control inside a region.
Converter - Class in org.eclipse.swt.internal
About this class: ################# This class implements the conversions between unicode characters and the platform supported representation for characters.
Converter() - Constructor for class org.eclipse.swt.internal.Converter
 
convertFromGdkRectangle(GdkRectangle) - Method in class org.eclipse.swt.internal.cairo.cairo_rectangle_int_t
 
convertGVariantToJava(long) - Static method in class org.eclipse.swt.internal.GDBus
Converts the given GVariant(s) to Java Object(s).
convertJavaToGVariant(Object) - Static method in class org.eclipse.swt.internal.GDBus
Converts the given Java Object to a GVariant * representation.
convertSurface(Image) - Static method in class org.eclipse.swt.internal.ImageList
 
CoolBar - Class in org.eclipse.swt.widgets
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 in org.eclipse.swt.widgets
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.
copy() - Method in class org.eclipse.swt.custom.CCombo
Copies the selected text.
copy() - Method in class org.eclipse.swt.custom.StyledText
Copies the selected text to the DND.CLIPBOARD clipboard.
copy() - Method in class org.eclipse.swt.widgets.Combo
Copies the selected text.
copy() - Method in class org.eclipse.swt.widgets.Spinner
Copies the selected text.
copy() - Method in class org.eclipse.swt.widgets.Text
Copies the selected text.
copy(int) - Method in class org.eclipse.swt.custom.StyledText
Copies the selected text to the specified clipboard.
COPY - Static variable in class org.eclipse.swt.custom.ST
 
copy_clipboard - Static variable in class org.eclipse.swt.internal.gtk.OS
 
copy_text - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkEditableTextIface
 
copyArea(int, int, int, int, int, int) - Method in class org.eclipse.swt.graphics.GC
Copies a rectangular area of the receiver at the source position onto the receiver at the destination position.
copyArea(int, int, int, int, int, int, boolean) - Method in class org.eclipse.swt.graphics.GC
Copies a rectangular area of the receiver at the source position onto the receiver at the destination position.
copyArea(Image, int, int) - Method in class org.eclipse.swt.graphics.GC
Copies a rectangular area of the receiver at the specified position into the image, which must be of type SWT.BITMAP.
copyCount - Variable in class org.eclipse.swt.printing.PrinterData
the number of copies to print.
copyText(AccessibleEditableTextEvent) - Method in class org.eclipse.swt.accessibility.AccessibleEditableTextAdapter
Copies the substring beginning at the specified start offset and extending to the character at offset end - 1 to the clipboard.
copyText(AccessibleEditableTextEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleEditableTextListener
Copies the substring beginning at the specified start offset and extending to the character at offset end - 1 to the clipboard.
count - Variable in class org.eclipse.swt.accessibility.AccessibleActionEvent
 
count - Variable in class org.eclipse.swt.accessibility.AccessibleTableCellEvent
 
count - Variable in class org.eclipse.swt.accessibility.AccessibleTableEvent
 
count - Variable in class org.eclipse.swt.accessibility.AccessibleTextEvent
 
count - Variable in class org.eclipse.swt.events.MouseEvent
the number times the mouse has been clicked, as defined by the operating system; 1 for the first click, 2 for the second click and so on.
count - Variable in class org.eclipse.swt.events.PaintEvent
the number of following paint events which are pending which may always be zero on some platforms
count - Variable in class org.eclipse.swt.internal.gtk.XExposeEvent
 
count - Variable in class org.eclipse.swt.widgets.Event
depending on the event type, the number of following paint events that are pending which may always be zero on some platforms, or the number of lines or pages to scroll using the mouse wheel, or the number of times the mouse has been clicked
CR - Static variable in class org.eclipse.swt.SWT
ASCII character convenience constant for the carriage return character (value is the char '\r').
create - Static variable in class org.eclipse.swt.internal.webkit.WebKitGTK
 
create(DeviceData) - Method in class org.eclipse.swt.graphics.Device
Creates the device in the operating system.
create(DeviceData) - Method in class org.eclipse.swt.printing.Printer
Creates the printer handle.
create(DeviceData) - Method in class org.eclipse.swt.widgets.Display
Creates the device in the operating system.
create_menu_proxy - Static variable in class org.eclipse.swt.internal.gtk.OS
 
createPixbuf(long) - Static method in class org.eclipse.swt.internal.ImageList
 
createPixbuf(Image) - Static method in class org.eclipse.swt.internal.ImageList
 
CrGTable - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
CrRTable - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
CTabFolder - Class in org.eclipse.swt.custom
Instances of this class implement the notebook user interface metaphor.
CTabFolder(Composite, int) - Constructor for class org.eclipse.swt.custom.CTabFolder
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
CTabFolder2Adapter - Class in org.eclipse.swt.custom
This adapter class provides default implementations for the methods described by the CTabFolder2Listener interface.
CTabFolder2Adapter() - Constructor for class org.eclipse.swt.custom.CTabFolder2Adapter
 
CTabFolder2Listener - Interface in org.eclipse.swt.custom
Classes which implement this interface provide methods that deal with the events that are generated by the CTabFolder control.
CTabFolderAdapter - Class in org.eclipse.swt.custom
This adapter class provides a default implementation for the method described by the CTabFolderListener interface.
CTabFolderAdapter() - Constructor for class org.eclipse.swt.custom.CTabFolderAdapter
 
CTabFolderEvent - Class in org.eclipse.swt.custom
This event is sent when an event is generated in the CTabFolder.
CTabFolderListener - Interface in org.eclipse.swt.custom
Classes which implement this interface provide a method that deals with events generated in the CTabFolder.
CTabFolderRenderer - Class in org.eclipse.swt.custom
Instances of this class provide all of the measuring and drawing functionality required by CTabFolder.
CTabFolderRenderer(CTabFolder) - Constructor for class org.eclipse.swt.custom.CTabFolderRenderer
Constructs a new instance of this class given its parent.
CTabItem - Class in org.eclipse.swt.custom
Instances of this class represent a selectable user interface object that represent a page in a notebook widget.
CTabItem(CTabFolder, int) - Constructor for class org.eclipse.swt.custom.CTabItem
Constructs a new instance of this class given its parent (which must be a CTabFolder) and a style value describing its behavior and appearance.
CTabItem(CTabFolder, int, int) - Constructor for class org.eclipse.swt.custom.CTabItem
Constructs a new instance of this class given its parent (which must be a CTabFolder), a style value describing its behavior and appearance, and the index at which to place it in the items maintained by its parent.
CTRL - Static variable in class org.eclipse.swt.SWT
Keyboard and/or mouse event mask indicating that the CTRL key was pushed on the keyboard when the event was generated (value is 1<<18).
cubicTo(float, float, float, float, float, float) - Method in class org.eclipse.swt.graphics.Path
Adds to the receiver a cubic bezier curve based on the parameters.
current - Variable in class org.eclipse.swt.browser.ProgressEvent
current value
currentDataType - Variable in class org.eclipse.swt.dnd.DropTargetEvent
The type of data that will be dropped.
CurrentDevice - Static variable in class org.eclipse.swt.graphics.Device
 
CurrentTime - Static variable in class org.eclipse.swt.internal.gtk.OS
X11 Native methods and constants
cursor - Variable in class org.eclipse.swt.internal.gtk3.GdkWindowAttr
 
Cursor - Class in org.eclipse.swt.graphics
Instances of this class manage operating system resources that specify the appearance of the on-screen pointer.
Cursor(Device, int) - Constructor for class org.eclipse.swt.graphics.Cursor
Constructs a new cursor given a device and a style constant describing the desired cursor appearance.
Cursor(Device, ImageData, int, int) - Constructor for class org.eclipse.swt.graphics.Cursor
Constructs a new cursor given a device, image data describing the desired cursor appearance, and the x and y coordinates of the hotspot (that is, the point within the area covered by the cursor which is considered to be where the on-screen pointer is "pointing").
Cursor(Device, ImageData, ImageData, int, int) - Constructor for class org.eclipse.swt.graphics.Cursor
Constructs a new cursor given a device, image and mask data describing the desired cursor appearance, and the x and y coordinates of the hotspot (that is, the point within the area covered by the cursor which is considered to be where the on-screen pointer is "pointing").
CURSOR_APPSTARTING - Static variable in class org.eclipse.swt.SWT
System app startup cursor (value is 3).
CURSOR_ARROW - Static variable in class org.eclipse.swt.SWT
System arrow cursor (value is 0).
CURSOR_CROSS - Static variable in class org.eclipse.swt.SWT
System cross hair cursor (value is 2).
CURSOR_HAND - Static variable in class org.eclipse.swt.SWT
System hand cursor (value is 21).
CURSOR_HELP - Static variable in class org.eclipse.swt.SWT
System help cursor (value is 4).
CURSOR_IBEAM - Static variable in class org.eclipse.swt.SWT
System i-beam cursor (value is 19).
CURSOR_NO - Static variable in class org.eclipse.swt.SWT
System "not allowed" cursor (value is 20).
CURSOR_SIZEALL - Static variable in class org.eclipse.swt.SWT
System resize all directions cursor (value is 5).
CURSOR_SIZEE - Static variable in class org.eclipse.swt.SWT
System resize east cursor (value is 12).
CURSOR_SIZEN - Static variable in class org.eclipse.swt.SWT
System resize north cursor (value is 10).
CURSOR_SIZENE - Static variable in class org.eclipse.swt.SWT
System resize north-east cursor (value is 14).
CURSOR_SIZENESW - Static variable in class org.eclipse.swt.SWT
System resize north-east-south-west cursor (value is 6).
CURSOR_SIZENS - Static variable in class org.eclipse.swt.SWT
System resize north-south cursor (value is 7).
CURSOR_SIZENW - Static variable in class org.eclipse.swt.SWT
System resize north-west cursor (value is 17).
CURSOR_SIZENWSE - Static variable in class org.eclipse.swt.SWT
System resize north-west-south-east cursor (value is 8).
CURSOR_SIZES - Static variable in class org.eclipse.swt.SWT
System resize south cursor (value is 11).
CURSOR_SIZESE - Static variable in class org.eclipse.swt.SWT
System resize south-east cursor (value is 15).
CURSOR_SIZESW - Static variable in class org.eclipse.swt.SWT
System resize south-west cursor (value is 16).
CURSOR_SIZEW - Static variable in class org.eclipse.swt.SWT
System resize west cursor (value is 13).
CURSOR_SIZEWE - Static variable in class org.eclipse.swt.SWT
System resize west-east cursor (value is 9).
CURSOR_UPARROW - Static variable in class org.eclipse.swt.SWT
System up arrow cursor (value is 18).
CURSOR_WAIT - Static variable in class org.eclipse.swt.SWT
System wait cursor (value is 1).
cut() - Method in class org.eclipse.swt.custom.CCombo
Cuts the selected text.
cut() - Method in class org.eclipse.swt.custom.StyledText
Moves the selected text to the clipboard.
cut() - Method in class org.eclipse.swt.widgets.Combo
Cuts the selected text.
cut() - Method in class org.eclipse.swt.widgets.Spinner
Cuts the selected text.
cut() - Method in class org.eclipse.swt.widgets.Text
Cuts the selected text.
CUT - Static variable in class org.eclipse.swt.custom.ST
 
cut_clipboard - Static variable in class org.eclipse.swt.internal.gtk.OS
 
cut_text - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkEditableTextIface
 
cutText(AccessibleEditableTextEvent) - Method in class org.eclipse.swt.accessibility.AccessibleEditableTextAdapter
Moves the substring beginning at the specified start offset and extending to the character at offset end - 1 to the clipboard.
cutText(AccessibleEditableTextEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleEditableTextListener
Moves the substring beginning at the specified start offset and extending to the character at offset end - 1 to the clipboard.
CW - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 

D

DAC - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
damageRgn - Variable in class org.eclipse.swt.graphics.GCData
 
dash - Variable in class org.eclipse.swt.graphics.LineAttributes
The line dash style for SWT.LINE_CUSTOM.
dashOffset - Variable in class org.eclipse.swt.graphics.LineAttributes
The line dash style offset for SWT.LINE_CUSTOM.
data - Variable in class org.eclipse.swt.events.TypedEvent
a field for application use
data - Variable in class org.eclipse.swt.graphics.ImageData
The pixel data of the image.
data - Variable in class org.eclipse.swt.graphics.ImageLoader
the array of ImageData objects in this ImageLoader.
data - Variable in class org.eclipse.swt.graphics.TextStyle
the data.
data - Variable in class org.eclipse.swt.internal.cairo.cairo_path_t
 
data - Variable in class org.eclipse.swt.widgets.Event
a field for application use
dataType - Variable in class org.eclipse.swt.dnd.DragSourceEvent
The type of data requested.
dataTypes - Variable in class org.eclipse.swt.dnd.DropTargetEvent
A list of the types of data that the DragSource is capable of providing.
DATE - Static variable in class org.eclipse.swt.SWT
Style constant for date display (value is 1<<5).
DateTime - Class in org.eclipse.swt.widgets
Instances of this class are selectable user interface objects that allow the user to enter and modify date or time values.
DateTime(Composite, int) - Constructor for class org.eclipse.swt.widgets.DateTime
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
day_selected - Static variable in class org.eclipse.swt.internal.gtk.OS
 
day_selected_double_click - Static variable in class org.eclipse.swt.internal.gtk.OS
 
DBCS - Static variable in class org.eclipse.swt.SWT
Input Method Editor style constant for double byte input behavior (value is 1<<1).
DBUS_TYPE_ARRAY - Static variable in class org.eclipse.swt.internal.gtk.OS
 
DBUS_TYPE_BOOLEAN - Static variable in class org.eclipse.swt.internal.gtk.OS
 
DBUS_TYPE_BYTE - Static variable in class org.eclipse.swt.internal.gtk.OS
DBus Data types as defined by: https://dbus.freedesktop.org/doc/dbus-specification.html#idm423 If using these, make sure they're properly handled in all GDBus code.
DBUS_TYPE_DOUBLE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
DBUS_TYPE_INT32 - Static variable in class org.eclipse.swt.internal.gtk.OS
 
DBUS_TYPE_SINGLE_COMPLETE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
DBUS_TYPE_STRING - Static variable in class org.eclipse.swt.internal.gtk.OS
 
DBUS_TYPE_STRING_ARRAY - Static variable in class org.eclipse.swt.internal.gtk.OS
 
DBUS_TYPE_STRUCT - Static variable in class org.eclipse.swt.internal.gtk.OS
 
DBUS_TYPE_STRUCT_ARRAY_BROWSER_FUNCS - Static variable in class org.eclipse.swt.internal.gtk.OS
 
DBUS_TYPE_UINT64 - Static variable in class org.eclipse.swt.internal.gtk.OS
 
DC - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
DCTSIZE - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
DCTSIZESQR - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
Deactivate - Static variable in class org.eclipse.swt.SWT
The deactivate event type (value is 27).
debug - Variable in class org.eclipse.swt.graphics.DeviceData
 
DEBUG - Static variable in class org.eclipse.swt.graphics.Device
 
decide_destination - Static variable in class org.eclipse.swt.internal.webkit.WebKitGTK
 
decide_policy - Static variable in class org.eclipse.swt.internal.webkit.WebKitGTK
 
Decorations - Class in org.eclipse.swt.widgets
Instances of this class provide the appearance and behavior of Shells, but are not top level shells or dialogs.
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.SWT
Indicates that a default should be used (value is -1).
default_border - Static variable in class org.eclipse.swt.internal.gtk.OS
 
default_charset - Static variable in class org.eclipse.swt.internal.webkit.WebKitGTK
Properties:
DefaultExceptionHandler - Class in org.eclipse.swt.internal
 
DefaultExceptionHandler() - Constructor for class org.eclipse.swt.internal.DefaultExceptionHandler
 
DefaultSelection - Static variable in class org.eclipse.swt.SWT
The default selection event type (value is 14).
DEFER - Static variable in class org.eclipse.swt.SWT
A constant indicating that a given operation should be deferred.
deflate(byte[]) - Method in class org.eclipse.swt.internal.image.PngDeflater
 
Deiconify - Static variable in class org.eclipse.swt.SWT
The de-iconify event type (value is 20).
DEL - Static variable in class org.eclipse.swt.SWT
ASCII character convenience constant for the delete character (value is the char with value 127).
delayTime - Variable in class org.eclipse.swt.graphics.ImageData
The time to delay before displaying the next image in an animation (this field corresponds to the GIF89a Delay Time value).
DELETE - Static variable in class org.eclipse.swt.accessibility.ACC
A type constant specifying that deletion occurred.
delete_event - Static variable in class org.eclipse.swt.internal.gtk.OS
 
delete_from_cursor - Static variable in class org.eclipse.swt.internal.gtk.OS
 
DELETE_NEXT - Static variable in class org.eclipse.swt.custom.ST
 
DELETE_PREVIOUS - Static variable in class org.eclipse.swt.custom.ST
 
delete_range - Static variable in class org.eclipse.swt.internal.gtk.OS
 
delete_text - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkEditableTextIface
 
delete_text - Static variable in class org.eclipse.swt.internal.gtk.OS
 
DELETE_WORD_NEXT - Static variable in class org.eclipse.swt.custom.ST
 
DELETE_WORD_PREVIOUS - Static variable in class org.eclipse.swt.custom.ST
 
DELIMITER - Static variable in class org.eclipse.swt.widgets.Text
The delimiter used by multi-line text widgets.
DELIMITER_SELECTION - Static variable in class org.eclipse.swt.SWT
Selection constant indicating that a line delimiter should be drawn (value is 1<<17).
denominator - Variable in class org.eclipse.swt.layout.FormAttachment
denominator specifies the denominator of the "a" term in the equation, y = ax + b, which defines the attachment.
depth - Variable in class org.eclipse.swt.graphics.ImageData
The color depth of the image, in bits per pixel.
depth - Variable in class org.eclipse.swt.internal.opengl.glx.XVisualInfo
 
depthSize - Variable in class org.eclipse.swt.opengl.GLData
The size in bits of the depth buffer.
descent - Variable in class org.eclipse.swt.custom.PaintObjectEvent
the line descent
descent - Variable in class org.eclipse.swt.graphics.GlyphMetrics
the descent of the GlyphMetrics
deselect(int) - Method in class org.eclipse.swt.custom.CCombo
Deselects the item at the given zero-relative index in the receiver's list.
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) - Method in class org.eclipse.swt.widgets.Table
Deselects the item at the given zero-relative index 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 items at the given zero-relative indices 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, int) - Method in class org.eclipse.swt.widgets.Table
Deselects the items at the given zero-relative indices in the receiver.
deselect(TreeItem) - Method in class org.eclipse.swt.widgets.Tree
Deselects an item in the receiver.
deselectAll() - Method in class org.eclipse.swt.custom.CCombo
Deselects all selected items in the receiver's list.
deselectAll() - Method in class org.eclipse.swt.widgets.Combo
Deselects all selected items in the receiver's list.
deselectAll() - Method in class org.eclipse.swt.widgets.List
Deselects all selected items in the receiver.
deselectAll() - Method in class org.eclipse.swt.widgets.Table
Deselects all selected items in the receiver.
deselectAll() - Method in class org.eclipse.swt.widgets.Tree
Deselects all selected items in the receiver.
deselectColumn(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Deselects one column, leaving other selected columns selected (if any).
deselectColumn(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Deselects one column, leaving other selected columns selected (if any).
deselectRow(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Deselects one row, leaving other selected rows selected (if any).
deselectRow(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Deselects one row, leaving other selected rows selected (if any).
destroy() - Method in class org.eclipse.swt.graphics.Device
Destroys the device in the operating system and releases the device's handle.
destroy() - Method in class org.eclipse.swt.printing.Printer
Destroys the printer handle.
destroy() - Method in class org.eclipse.swt.widgets.Display
Destroys the device in the operating system and releases the device's handle.
detail - Variable in class org.eclipse.swt.accessibility.AccessibleControlEvent
 
detail - Variable in class org.eclipse.swt.dnd.DragSourceEvent
The operation that was performed.
detail - Variable in class org.eclipse.swt.dnd.DropTargetEvent
The operation being performed.
detail - Variable in class org.eclipse.swt.events.GestureEvent
The gesture type.
detail - Variable in class org.eclipse.swt.events.MenuDetectEvent
The context menu trigger type.
detail - Variable in class org.eclipse.swt.events.SelectionEvent
Extra detail information about the selection, depending on the widget.
detail - Variable in class org.eclipse.swt.events.TraverseEvent
The traversal type.
detail - Variable in class org.eclipse.swt.internal.gtk.XFocusChangeEvent
 
detail - Variable in class org.eclipse.swt.internal.gtk3.GdkEventCrossing
 
detail - Variable in class org.eclipse.swt.widgets.Event
the event specific detail field, as defined by the detail constants in class SWT
device - Variable in class org.eclipse.swt.graphics.GCData
 
device - Variable in class org.eclipse.swt.internal.gtk3.GdkEventButton
 
device - Variable in class org.eclipse.swt.internal.gtk3.GdkEventMotion
 
Device - Class in org.eclipse.swt.graphics
This class is the abstract superclass of all device objects, such as the Display device and the Printer device.
Device() - Constructor for class org.eclipse.swt.graphics.Device
Constructs a new instance of this class.
Device(DeviceData) - Constructor for class org.eclipse.swt.graphics.Device
Constructs a new instance of this class.
DeviceData - Class in org.eclipse.swt.graphics
 
DeviceData() - Constructor for class org.eclipse.swt.graphics.DeviceData
 
DeviceFinder - Static variable in class org.eclipse.swt.graphics.Device
 
DHP - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
DHT - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
Dialog - Class in org.eclipse.swt.widgets
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.
DIALOG_TRIM - Static variable in class org.eclipse.swt.SWT
Trim style convenience constant for the most common dialog shell appearance (value is CLOSE|TITLE|BORDER).
direction_changed - Static variable in class org.eclipse.swt.internal.gtk.OS
 
DirectoryDialog - Class in org.eclipse.swt.widgets
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.
dispatch_properties_changed - Variable in class org.eclipse.swt.internal.gtk.GObjectClass
 
display - Variable in class org.eclipse.swt.events.TypedEvent
the display where the event occurred
display - Variable in class org.eclipse.swt.internal.gtk.XAnyEvent
 
display - Variable in class org.eclipse.swt.widgets.Event
the display where the event occurred
Display - Class in org.eclipse.swt.widgets
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
Constructs a new instance of this class using the parameter.
display_name - Variable in class org.eclipse.swt.graphics.DeviceData
This field is platform dependent.
disposalMethod - Variable in class org.eclipse.swt.graphics.ImageData
A description of how to dispose of the current image before displaying the next.
dispose - Variable in class org.eclipse.swt.internal.gtk.GObjectClass
 
dispose() - Method in class org.eclipse.swt.accessibility.Accessible
Disposes of the operating system resources associated with the receiver, and removes the receiver from its parent's list of children.
dispose() - Method in class org.eclipse.swt.browser.BrowserFunction
Disposes of the resources associated with this BrowserFunction.
dispose() - Method in class org.eclipse.swt.custom.ControlEditor
Removes all associations between the Editor and the underlying composite.
dispose() - Method in class org.eclipse.swt.custom.CTabFolderRenderer
Dispose of any operating system resources associated with the renderer.
dispose() - Method in class org.eclipse.swt.custom.CTabItem
 
dispose() - Method in class org.eclipse.swt.custom.StyledText
 
dispose() - Method in class org.eclipse.swt.custom.TableEditor
Removes all associations between the TableEditor and the cell in the table.
dispose() - Method in class org.eclipse.swt.custom.TreeEditor
Removes all associations between the TreeEditor and the row in the tree.
dispose() - Method in class org.eclipse.swt.dnd.Clipboard
Disposes of the operating system resources associated with the clipboard.
dispose() - Method in class org.eclipse.swt.graphics.Color
Colors do not need to be disposed, however to maintain compatibility with older code, disposing a Color is not an error.
dispose() - Method in class org.eclipse.swt.graphics.Device
Disposes of the operating system resources associated with the receiver.
dispose() - Method in class org.eclipse.swt.graphics.Resource
Disposes of the operating system resources associated with this resource.
dispose() - Method in class org.eclipse.swt.internal.Callback
Releases the native level resources associated with the callback, and removes all references between the callback and other objects.
dispose() - Method in class org.eclipse.swt.internal.ImageList
 
dispose() - Method in class org.eclipse.swt.internal.SessionManagerDBus
 
dispose() - Method in class org.eclipse.swt.widgets.CoolItem
 
dispose() - Method in class org.eclipse.swt.widgets.Shell
 
dispose() - Method in class org.eclipse.swt.widgets.Table
 
dispose() - Method in class org.eclipse.swt.widgets.TableColumn
 
dispose() - Method in class org.eclipse.swt.widgets.TableItem
 
dispose() - Method in class org.eclipse.swt.widgets.ToolItem
 
dispose() - Method in class org.eclipse.swt.widgets.Tree
 
dispose() - Method in class org.eclipse.swt.widgets.TreeColumn
 
dispose() - Method in class org.eclipse.swt.widgets.TreeItem
 
dispose() - Method in class org.eclipse.swt.widgets.Widget
Disposes of the operating system resources associated with the receiver and all its descendants.
Dispose - Static variable in class org.eclipse.swt.SWT
The dispose event type (value is 12).

Note: Display still runs Display.readAndDispatch() after sending this event.
disposeCairo - Variable in class org.eclipse.swt.graphics.GCData
 
DisposeEvent - Class in org.eclipse.swt.events
Instances of this class are sent as a result of widgets being disposed.
DisposeEvent(Event) - Constructor for class org.eclipse.swt.events.DisposeEvent
Constructs a new instance of this class based on the information in the given untyped event.
disposeExec(Runnable) - Method in class org.eclipse.swt.widgets.Display
Causes the run() method of the runnable to be invoked by the user-interface thread just before the receiver is disposed.
DisposeListener - Interface in org.eclipse.swt.events
Classes which implement this interface provide a method that deals with the event that is generated when a widget is disposed.
DM_FILL_BACKGROUND - Static variable in class org.eclipse.swt.SWT
GIF image disposal method constants indicating that the the previous images should be covered with the background color before displaying the next image (value is 2).
DM_FILL_NONE - Static variable in class org.eclipse.swt.SWT
GIF image disposal method constants indicating that the disposal method is to do nothing; that is, to leave the previous image in place (value is 1).
DM_FILL_PREVIOUS - Static variable in class org.eclipse.swt.SWT
GIF image disposal method constants indicating that the disposal method is to restore the previous picture (value is 3).
DM_UNSPECIFIED - Static variable in class org.eclipse.swt.SWT
GIF image disposal method constants indicating that the disposal method is unspecified (value is 0).
DND - Class in org.eclipse.swt.dnd
Class DND contains all the constants used in defining a DragSource or a DropTarget.
DND() - Constructor for class org.eclipse.swt.dnd.DND
 
DNL - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
do_action - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkActionIface
 
doAction(AccessibleActionEvent) - Method in class org.eclipse.swt.accessibility.AccessibleActionAdapter
Performs the specified action on the object.
doAction(AccessibleActionEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleActionListener
Performs the specified action on the object.
doit - Variable in class org.eclipse.swt.browser.AuthenticationEvent
A flag indicating whether the authentication should proceed.
doit - Variable in class org.eclipse.swt.browser.LocationEvent
A flag indicating whether the location loading should be allowed.
doit - Variable in class org.eclipse.swt.custom.CTabFolderEvent
A flag indicating whether the operation should be allowed.
doit - Variable in class org.eclipse.swt.dnd.DragSourceEvent
In dragStart, the doit field determines if the drag and drop operation should proceed; in dragFinished, the doit field indicates whether the operation was performed successfully.
doit - Variable in class org.eclipse.swt.events.GestureEvent
This flag indicates whether the operation should be allowed.
doit - Variable in class org.eclipse.swt.events.KeyEvent
A flag indicating whether the operation should be allowed.
doit - Variable in class org.eclipse.swt.events.MenuDetectEvent
A flag indicating whether the operation should be allowed.
doit - Variable in class org.eclipse.swt.events.SelectionEvent
A flag indicating whether the operation should be allowed.
doit - Variable in class org.eclipse.swt.events.ShellEvent
A flag indicating whether the operation should be allowed.
doit - Variable in class org.eclipse.swt.widgets.Event
depending on the event, a flag indicating whether the operation should be allowed.
DOUBLE_BUFFERED - Static variable in class org.eclipse.swt.SWT
Style constant to indicate double buffering (value is 1<<29).
doubleBuffer - Variable in class org.eclipse.swt.opengl.GLData
Specifies a double-buffered surface.
DOWN - Static variable in class org.eclipse.swt.SWT
Style constant for align down behavior (value is 1<<10, since align DOWN and align BOTTOM are considered the same).
download_started - Static variable in class org.eclipse.swt.internal.webkit.WebKitGTK
 
dpi_changed - Static variable in class org.eclipse.swt.internal.gtk.OS
 
DPIUtil - Class in org.eclipse.swt.internal
This class hold common constants and utility functions w.r.t.
DPIUtil() - Constructor for class org.eclipse.swt.internal.DPIUtil
 
DPIUtil.AutoScaleImageDataProvider - Class in org.eclipse.swt.internal
AutoScale ImageDataProvider.
DQT - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
DRAG - Static variable in class org.eclipse.swt.SWT
Indicates that a user-interface component is being dragged, for example dragging the thumb of a scroll bar (value is 1).
drag_begin - Static variable in class org.eclipse.swt.internal.gtk.OS
 
drag_data_delete - Static variable in class org.eclipse.swt.internal.gtk.OS
 
drag_data_get - Static variable in class org.eclipse.swt.internal.gtk.OS
 
drag_data_received - Static variable in class org.eclipse.swt.internal.gtk.OS
 
drag_drop - Static variable in class org.eclipse.swt.internal.gtk.OS
 
drag_end - Static variable in class org.eclipse.swt.internal.gtk.OS
 
drag_leave - Static variable in class org.eclipse.swt.internal.gtk.OS
 
drag_motion - Static variable in class org.eclipse.swt.internal.gtk.OS
 
DRAG_SOURCE_KEY - Static variable in class org.eclipse.swt.dnd.DND
DragSource Key: The string constant for looking up the drag source for a control using getData(String).
dragDetect(MouseEvent) - Method in class org.eclipse.swt.widgets.Control
Detects a drag and drop gesture.
dragDetect(Event) - Method in class org.eclipse.swt.widgets.Control
Detects a drag and drop gesture.
DragDetect - Static variable in class org.eclipse.swt.SWT
The drag detect event type (value is 29).
dragDetected(DragDetectEvent) - Method in interface org.eclipse.swt.events.DragDetectListener
Sent when a drag gesture is detected.
DragDetectEvent - Class in org.eclipse.swt.events
Instances of this class are sent as a result of a drag gesture.
DragDetectEvent(Event) - Constructor for class org.eclipse.swt.events.DragDetectEvent
Constructs a new instance of this class based on the information in the given untyped event.
DragDetectListener - Interface in org.eclipse.swt.events
Classes which implement this interface provide methods that deal with the events that are generated when a drag gesture is detected.
DragEnd - Static variable in class org.eclipse.swt.dnd.DND
DragSource Event: the drop has successfully completed or has been terminated (such as hitting the ESC key); perform cleanup such as removing data on a move operation (value is 2000).
dragEnter(DropTargetEvent) - Method in class org.eclipse.swt.custom.StyledTextDropTargetEffect
This implementation of dragEnter provides a default drag under effect for the feedback specified in event.feedback.
dragEnter(DropTargetEvent) - Method in class org.eclipse.swt.dnd.DropTargetAdapter
This implementation of dragEnter permits the default operation defined in event.detailto be performed on the current data type defined in event.currentDataType.
dragEnter(DropTargetEvent) - Method in interface org.eclipse.swt.dnd.DropTargetListener
The cursor has entered the drop target boundaries.
dragEnter(DropTargetEvent) - Method in class org.eclipse.swt.dnd.TableDropTargetEffect
This implementation of dragEnter provides a default drag under effect for the feedback specified in event.feedback.
dragEnter(DropTargetEvent) - Method in class org.eclipse.swt.dnd.TreeDropTargetEffect
This implementation of dragEnter provides a default drag under effect for the feedback specified in event.feedback.
DragEnter - Static variable in class org.eclipse.swt.dnd.DND
DropTarget Event: the cursor has entered the drop target boundaries (value is 2002).
dragFinished(DragSourceEvent) - Method in class org.eclipse.swt.dnd.DragSourceAdapter
This implementation of dragFinished does nothing.
dragFinished(DragSourceEvent) - Method in interface org.eclipse.swt.dnd.DragSourceListener
The drop has successfully completed(mouse up over a valid target) or has been terminated (such as hitting the ESC key).
dragFinished(DragSourceEvent) - Method in class org.eclipse.swt.dnd.TableDragSourceEffect
This implementation of dragFinished disposes the image that was created in TableDragSourceEffect.dragStart.
dragFinished(DragSourceEvent) - Method in class org.eclipse.swt.dnd.TreeDragSourceEffect
This implementation of dragFinished disposes the image that was created in TreeDragSourceEffect.dragStart.
dragFinished(DragSourceEvent) - Method in class org.eclipse.swt.internal.dnd.gtk.ListDragSourceEffect
This implementation of dragFinished disposes the image that was created in ListDragSourceEffect.dragStart.
dragLeave(DropTargetEvent) - Method in class org.eclipse.swt.custom.StyledTextDropTargetEffect
This implementation of dragLeave provides a default drag under effect for the feedback specified in event.feedback.
dragLeave(DropTargetEvent) - Method in class org.eclipse.swt.dnd.DropTargetAdapter
This implementation of dragLeave does nothing.
dragLeave(DropTargetEvent) - Method in interface org.eclipse.swt.dnd.DropTargetListener
The cursor has left the drop target boundaries OR the drop has been cancelled OR the data is about to be dropped.
dragLeave(DropTargetEvent) - Method in class org.eclipse.swt.dnd.TableDropTargetEffect
This implementation of dragLeave provides a default drag under effect for the feedback specified in event.feedback.
dragLeave(DropTargetEvent) - Method in class org.eclipse.swt.dnd.TreeDropTargetEffect
This implementation of dragLeave provides a default drag under effect for the feedback specified in event.feedback.
DragLeave - Static variable in class org.eclipse.swt.dnd.DND
DropTarget Event: the cursor has left the drop target boundaries OR the drop operation has been cancelled (such as by hitting ECS) OR the drop is about to happen (user has released the mouse button over this target) (value is 2003).
dragOperationChanged(DropTargetEvent) - Method in class org.eclipse.swt.dnd.DropTargetAdapter
This implementation of dragOperationChanged permits the default operation defined in event.detailto be performed on the current data type defined in event.currentDataType.
dragOperationChanged(DropTargetEvent) - Method in interface org.eclipse.swt.dnd.DropTargetListener
The operation being performed has changed (usually due to the user changing the selected modifier key(s) while dragging).
DragOperationChanged - Static variable in class org.eclipse.swt.dnd.DND
DropTarget Event: the operation being performed has changed usually due to the user changing the selected modifier keys while dragging (value is 2005).
dragOver(DropTargetEvent) - Method in class org.eclipse.swt.custom.StyledTextDropTargetEffect
This implementation of dragOver provides a default drag under effect for the feedback specified in event.feedback.
dragOver(DropTargetEvent) - Method in class org.eclipse.swt.dnd.DropTargetAdapter
This implementation of dragOver permits the default operation defined in event.detailto be performed on the current data type defined in event.currentDataType.
dragOver(DropTargetEvent) - Method in interface org.eclipse.swt.dnd.DropTargetListener
The cursor is moving over the drop target.
dragOver(DropTargetEvent) - Method in class org.eclipse.swt.dnd.TableDropTargetEffect
This implementation of dragOver provides a default drag under effect for the feedback specified in event.feedback.
dragOver(DropTargetEvent) - Method in class org.eclipse.swt.dnd.TreeDropTargetEffect
This implementation of dragOver provides a default drag under effect for the feedback specified in event.feedback.
DragOver - Static variable in class org.eclipse.swt.dnd.DND
DropTarget Event: the cursor is over the drop target (value is 2004).
dragSetData(DragSourceEvent) - Method in class org.eclipse.swt.dnd.DragSourceAdapter
This implementation of dragSetData does nothing.
dragSetData(DragSourceEvent) - Method in interface org.eclipse.swt.dnd.DragSourceListener
The data is required from the drag source.
DragSetData - Static variable in class org.eclipse.swt.dnd.DND
DragSource Event: the data to be dropped is required from the drag source (value is 2001).
DragSource - Class in org.eclipse.swt.dnd
DragSource defines the source object for a drag and drop transfer.
DragSource(Control, int) - Constructor for class org.eclipse.swt.dnd.DragSource
Creates a new DragSource to handle dragging from the specified Control.
DragSourceAdapter - Class in org.eclipse.swt.dnd
This adapter class provides default implementations for the methods described by the DragSourceListener interface.
DragSourceAdapter() - Constructor for class org.eclipse.swt.dnd.DragSourceAdapter
 
DragSourceEffect - Class in org.eclipse.swt.dnd
This class provides default implementations to display a drag source effect during a drag and drop operation.
DragSourceEffect(Control) - Constructor for class org.eclipse.swt.dnd.DragSourceEffect
Creates a new DragSourceEffect to handle drag effect from the specified Control.
DragSourceEvent - Class in org.eclipse.swt.dnd
The DragSourceEvent contains the event information passed in the methods of the DragSourceListener.
DragSourceEvent(DNDEvent) - Constructor for class org.eclipse.swt.dnd.DragSourceEvent
Constructs a new instance of this class based on the information in the given untyped event.
DragSourceListener - Interface in org.eclipse.swt.dnd
The DragSourceListener class provides event notification to the application for DragSource events.
dragStart(DragSourceEvent) - Method in class org.eclipse.swt.dnd.DragSourceAdapter
This implementation of dragStart permits the drag operation to start.
dragStart(DragSourceEvent) - Method in interface org.eclipse.swt.dnd.DragSourceListener
The user has begun the actions required to drag the widget.
dragStart(DragSourceEvent) - Method in class org.eclipse.swt.dnd.TableDragSourceEffect
This implementation of dragStart will create a default image that will be used during the drag.
dragStart(DragSourceEvent) - Method in class org.eclipse.swt.dnd.TreeDragSourceEffect
This implementation of dragStart will create a default image that will be used during the drag.
dragStart(DragSourceEvent) - Method in class org.eclipse.swt.internal.dnd.gtk.ListDragSourceEffect
This implementation of dragStart will create a default image that will be used during the drag.
DragStart - Static variable in class org.eclipse.swt.dnd.DND
DragSource Event: a drag is about to begin (value is 2008).
draw - Static variable in class org.eclipse.swt.internal.gtk.OS
 
draw(int, int, Rectangle, GC) - Method in class org.eclipse.swt.custom.CTabFolderRenderer
Draw a specified part of the CTabFolder using the provided bounds and GC.
draw(GC, int, int) - Method in class org.eclipse.swt.graphics.TextLayout
Draws the receiver's text using the specified GC at the specified point.
draw(GC, int, int, int, int, Color, Color) - Method in class org.eclipse.swt.graphics.TextLayout
Draws the receiver's text using the specified GC at the specified point.
draw(GC, int, int, int, int, Color, Color, int) - Method in class org.eclipse.swt.graphics.TextLayout
Draws the receiver's text using the specified GC at the specified point.
DRAW_DELIMITER - Static variable in class org.eclipse.swt.SWT
Draw constant indicating whether the string drawing operation should handle line-delimiters (value is 1<<1).
DRAW_MNEMONIC - Static variable in class org.eclipse.swt.SWT
Draw constant indicating whether the string drawing operation should handle mnemonics (value is 1<<3).
DRAW_TAB - Static variable in class org.eclipse.swt.SWT
Draw constant indicating whether the string drawing operation should expand TAB characters (value is 1<<2).
DRAW_TRANSPARENT - Static variable in class org.eclipse.swt.SWT
Draw constant indicating whether the drawing operation should fill the background (value is 1<<0).
drawable - Variable in class org.eclipse.swt.graphics.GCData
Usually a GdkWindow on GTK3, or a GdkSurface on GTK4
Drawable - Interface in org.eclipse.swt.graphics
Implementers of Drawable can have a graphics context (GC) created for them, and then they can be drawn on by sending messages to their associated GC.
drawArc(int, int, int, int, int, int) - Method in class org.eclipse.swt.graphics.GC
Draws the outline of a circular or elliptical arc within the specified rectangular area.
drawBackground(GC, int, int, int, int) - Method in class org.eclipse.swt.widgets.Canvas
Fills the interior of the rectangle specified by the arguments, with the receiver's background.
drawBackground(GC, int, int, int, int, int, int) - Method in class org.eclipse.swt.widgets.Composite
Fills the interior of the rectangle specified by the arguments, with the receiver's background.
drawFlags - Variable in class org.eclipse.swt.graphics.GCData
 
drawFocus(int, int, int, int) - Method in class org.eclipse.swt.graphics.GC
Draws a rectangle, based on the specified arguments, which has the appearance of the platform's focus rectangle if the platform supports such a notion, and otherwise draws a simple rectangle in the receiver's foreground color.
drawGlyphs(GC, char[], int[], int, int) - Static method in class org.eclipse.swt.internal.BidiUtil
 
drawImage(Image, int, int) - Method in class org.eclipse.swt.graphics.GC
Draws the given image in the receiver at the specified coordinates.
drawImage(Image, int, int, int, int, int, int, int, int) - Method in class org.eclipse.swt.graphics.GC
Copies a rectangular area from the source image into a (potentially different sized) rectangular area in the receiver.
drawLine(int, int, int, int) - Method in class org.eclipse.swt.graphics.GC
Draws a line, using the foreground color, between the points (x1, y1) and (x2, y2).
drawOval(int, int, int, int) - Method in class org.eclipse.swt.graphics.GC
Draws the outline of an oval, using the foreground color, within the specified rectangular area.
drawPath(Path) - Method in class org.eclipse.swt.graphics.GC
Draws the path described by the parameter.
drawPoint(int, int) - Method in class org.eclipse.swt.graphics.GC
Draws an SWT logical point, using the foreground color, at the specified point (x, y).
drawPolygon(int[]) - Method in class org.eclipse.swt.graphics.GC
Draws the closed polygon which is defined by the specified array of integer coordinates, using the receiver's foreground color.
drawPolyline(int[]) - Method in class org.eclipse.swt.graphics.GC
Draws the polyline which is defined by the specified array of integer coordinates, using the receiver's foreground color.
drawRectangle(int, int, int, int) - Method in class org.eclipse.swt.graphics.GC
Draws the outline of the rectangle specified by the arguments, using the receiver's foreground color.
drawRectangle(Rectangle) - Method in class org.eclipse.swt.graphics.GC
Draws the outline of the specified rectangle, using the receiver's foreground color.
drawRoundRectangle(int, int, int, int, int, int) - Method in class org.eclipse.swt.graphics.GC
Draws the outline of the round-cornered rectangle specified by the arguments, using the receiver's foreground color.
drawString(String, int, int) - Method in class org.eclipse.swt.graphics.GC
Draws the given string, using the receiver's current font and foreground color.
drawString(String, int, int, boolean) - Method in class org.eclipse.swt.graphics.GC
Draws the given string, using the receiver's current font and foreground color.
drawText(String, int, int) - Method in class org.eclipse.swt.graphics.GC
Draws the given string, using the receiver's current font and foreground color.
drawText(String, int, int, boolean) - Method in class org.eclipse.swt.graphics.GC
Draws the given string, using the receiver's current font and foreground color.
drawText(String, int, int, int) - Method in class org.eclipse.swt.graphics.GC
Draws the given string, using the receiver's current font and foreground color.
DRI - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
driver - Variable in class org.eclipse.swt.printing.PrinterData
the printer driver On Windows systems, this is the name of the driver (often "winspool").
drop(DropTargetEvent) - Method in class org.eclipse.swt.dnd.DropTargetAdapter
This implementation of drop does nothing.
drop(DropTargetEvent) - Method in interface org.eclipse.swt.dnd.DropTargetListener
The data is being dropped.
Drop - Static variable in class org.eclipse.swt.dnd.DND
DropTarget Event: the data has been dropped (value is 2006).
DROP_COPY - Static variable in class org.eclipse.swt.dnd.DND
Drag and Drop Operation: a copy of the data in the drag source is added to the drop target (value is 1 << 0).
DROP_DEFAULT - Static variable in class org.eclipse.swt.dnd.DND
Drag and Drop Operation: During a dragEnter event or a dragOperationChanged, if no modifier keys are pressed, the operation is set to DROP_DEFAULT.
DROP_DOWN - Static variable in class org.eclipse.swt.SWT
Style constant for drop down menu/list behavior (value is 1<<2).
DROP_LINK - Static variable in class org.eclipse.swt.dnd.DND
Drag and Drop Operation: the drop target makes a link to the data in the drag source (value is 1 << 2).
DROP_MOVE - Static variable in class org.eclipse.swt.dnd.DND
Drag and Drop Operation: a copy of the data is added to the drop target and the drag source removes the original data and any references to the data, and updates its display (value is 1 << 1).
DROP_NONE - Static variable in class org.eclipse.swt.dnd.DND
Drag and Drop Operation: no drag/drop operation performed (value is 0).
DROP_TARGET_KEY - Static variable in class org.eclipse.swt.dnd.DND
DropTarget Key: The string constant for looking up the drop target for a control using getData(String).
DROP_TARGET_MOVE - Static variable in class org.eclipse.swt.dnd.DND
Drag and Drop Operation: the drop target moves the data and the drag source removes any references to the data and updates its display.
dropAccept(DropTargetEvent) - Method in class org.eclipse.swt.custom.StyledTextDropTargetEffect
This implementation of dropAccept provides a default drag under effect for the feedback specified in event.feedback.
dropAccept(DropTargetEvent) - Method in class org.eclipse.swt.dnd.DropTargetAdapter
This implementation of dropAccept permits the default operation defined in event.detailto be performed on the current data type defined in event.currentDataType.
dropAccept(DropTargetEvent) - Method in interface org.eclipse.swt.dnd.DropTargetListener
The drop is about to be performed.
DropAccept - Static variable in class org.eclipse.swt.dnd.DND
DropTarget Event: the drop target is given a last chance to modify the drop (value is 2007).
DropTarget - Class in org.eclipse.swt.dnd
Class DropTarget defines the target object for a drag and drop transfer.
DropTarget(Control, int) - Constructor for class org.eclipse.swt.dnd.DropTarget
Creates a new DropTarget to allow data to be dropped on the specified Control.
DropTargetAdapter - Class in org.eclipse.swt.dnd
This adapter class provides default implementations for the methods described by the DropTargetListener interface.
DropTargetAdapter() - Constructor for class org.eclipse.swt.dnd.DropTargetAdapter
 
DropTargetEffect - Class in org.eclipse.swt.dnd
This class provides a default drag under effect during a drag and drop.
DropTargetEffect(Control) - Constructor for class org.eclipse.swt.dnd.DropTargetEffect
Creates a new DropTargetEffect to handle the drag under effect on the specified Control.
DropTargetEvent - Class in org.eclipse.swt.dnd
The DropTargetEvent contains the event information passed in the methods of the DropTargetListener.
DropTargetEvent(DNDEvent) - Constructor for class org.eclipse.swt.dnd.DropTargetEvent
Constructs a new instance of this class based on the information in the given untyped event.
DropTargetListener - Interface in org.eclipse.swt.dnd
The DropTargetListener class provides event notification to the application for DropTarget events.
duplex - Variable in class org.eclipse.swt.printing.PrinterData
Single-sided or double-sided printing, expressed as one of the following values: SWT.DEFAULT the default duplex value for the printer DUPLEX_NONE single-sided printing DUPLEX_LONG_EDGE double-sided printing as if bound on the long edge DUPLEX_SHORT_EDGE double-sided printing as if bound on the short edge
DUPLEX_LONG_EDGE - Static variable in class org.eclipse.swt.printing.PrinterData
duplex field value indicating double-sided printing for binding on the long edge.
DUPLEX_NONE - Static variable in class org.eclipse.swt.printing.PrinterData
duplex field value indicating single-sided printing.
DUPLEX_SHORT_EDGE - Static variable in class org.eclipse.swt.printing.PrinterData
duplex field value indicating double-sided printing for binding on the short edge.

E

EDGE - Static variable in class org.eclipse.swt.SWT
Style constant specifying that a Browser should use Edge (WebView2) for rendering its content (value is 1<<18).
EMBEDDED - Static variable in class org.eclipse.swt.SWT
Style constant to allow embedding (value is 1<<24).
embeddedFrameClass - Static variable in class org.eclipse.swt.awt.SWT_AWT
The name of the embedded Frame class.
embeddedHandle - Variable in class org.eclipse.swt.widgets.Composite
the handle to the OS resource (Warning: This field is platform dependent)
EmptinessChanged - Static variable in class org.eclipse.swt.SWT
The SWT emptiness change event type (value is 56).
EmptyByteArray - Static variable in class org.eclipse.swt.internal.Converter
 
EmptyCharArray - Static variable in class org.eclipse.swt.internal.Converter
 
enable_back_forward_navigation_gestures - Static variable in class org.eclipse.swt.internal.webkit.WebKitGTK
 
enable_developer_extras - Static variable in class org.eclipse.swt.internal.webkit.WebKitGTK
 
enable_javascript - Static variable in class org.eclipse.swt.internal.webkit.WebKitGTK
 
enable_webgl - Static variable in class org.eclipse.swt.internal.webkit.WebKitGTK
 
end - Variable in class org.eclipse.swt.accessibility.AccessibleEditableTextEvent
[in] 0-based ending offset of the character range to perform the operation on
end - Variable in class org.eclipse.swt.accessibility.AccessibleTextAttributeEvent
[in/out] the starting and ending offsets of the character range
end - Variable in class org.eclipse.swt.accessibility.AccessibleTextEvent
 
end - Variable in class org.eclipse.swt.events.VerifyEvent
the range of text being modified.
end - Static variable in class org.eclipse.swt.internal.gtk.OS
 
end - Variable in class org.eclipse.swt.widgets.Event
depending on the event, the range of text being modified.
END - Static variable in class org.eclipse.swt.layout.GridData
Value for horizontalAlignment or verticalAlignment.
END - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the END key (value is (1<<24)+8).
end_index - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
end_index - Variable in class org.eclipse.swt.internal.gtk.PangoAttribute
 
end_offset - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTextRange
 
endJob() - Method in class org.eclipse.swt.printing.Printer
Ends the current print job.
endOfImage - Variable in class org.eclipse.swt.graphics.ImageLoaderEvent
If this flag is true, then the current image data has been completely loaded, otherwise the image data is only partially loaded, and further ImageLoader events will occur unless an exception is thrown
endPage - Variable in class org.eclipse.swt.printing.PrinterData
the end page of a page range, used when scope is PAGE_RANGE.
endPage() - Method in class org.eclipse.swt.printing.Printer
Ends the current page.
enter - Static variable in class org.eclipse.swt.internal.gtk.OS
 
enter_notify_event - Static variable in class org.eclipse.swt.internal.gtk.OS
 
EOI - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
equals(Object) - Method in class org.eclipse.swt.custom.StyleRange
Compares the argument to the receiver, and returns true if they represent the same object using a class specific comparison.
equals(Object) - Method in class org.eclipse.swt.graphics.Color
Compares the argument to the receiver, and returns true if they represent the same object using a class specific comparison.
equals(Object) - Method in class org.eclipse.swt.graphics.Cursor
Compares the argument to the receiver, and returns true if they represent the same object using a class specific comparison.
equals(Object) - Method in class org.eclipse.swt.graphics.Font
Compares the argument to the receiver, and returns true if they represent the same object using a class specific comparison.
equals(Object) - Method in class org.eclipse.swt.graphics.FontData
Compares the argument to the receiver, and returns true if they represent the same object using a class specific comparison.
equals(Object) - Method in class org.eclipse.swt.graphics.FontMetrics
Compares the argument to the receiver, and returns true if they represent the same object using a class specific comparison.
equals(Object) - Method in class org.eclipse.swt.graphics.GC
Compares the argument to the receiver, and returns true if they represent the same object using a class specific comparison.
equals(Object) - Method in class org.eclipse.swt.graphics.GlyphMetrics
Compares the argument to the receiver, and returns true if they represent the same object using a class specific comparison.
equals(Object) - Method in class org.eclipse.swt.graphics.Image
Compares the argument to the receiver, and returns true if they represent the same object using a class specific comparison.
equals(Object) - Method in class org.eclipse.swt.graphics.LineAttributes
Compares the argument to the receiver, and returns true if they represent the same object using a class specific comparison.
equals(Object) - Method in class org.eclipse.swt.graphics.Point
Compares the argument to the receiver, and returns true if they represent the same object using a class specific comparison.
equals(Object) - Method in class org.eclipse.swt.graphics.Rectangle
Compares the argument to the receiver, and returns true if they represent the same object using a class specific comparison.
equals(Object) - Method in class org.eclipse.swt.graphics.Region
Compares the argument to the receiver, and returns true if they represent the same object using a class specific comparison.
equals(Object) - Method in class org.eclipse.swt.graphics.RGB
Compares the argument to the receiver, and returns true if they represent the same object using a class specific comparison.
equals(Object) - Method in class org.eclipse.swt.graphics.RGBA
Compares the argument to the receiver, and returns true if they represent the same object using a class specific comparison.
equals(Object) - Method in class org.eclipse.swt.graphics.TextStyle
Compares the argument to the receiver, and returns true if they represent the same object using a class specific comparison.
equals(Object) - Method in class org.eclipse.swt.internal.LONG
 
equals(Object) - Method in class org.eclipse.swt.program.Program
Compares the argument to the receiver, and returns true if they represent the same object using a class specific comparison.
equals(Object) - Method in class org.eclipse.swt.widgets.Monitor
Compares the argument to the receiver, and returns true if they represent the same object using a class specific comparison.
EraseItem - Static variable in class org.eclipse.swt.SWT
The erase item event type (value is 40).
error(int) - Static method in class org.eclipse.swt.dnd.DND
Throws an appropriate exception based on the passed in error code.
error(int) - Static method in class org.eclipse.swt.SWT
Throws an appropriate exception based on the passed in error code.
error(int, int) - Static method in class org.eclipse.swt.dnd.DND
Throws an appropriate exception based on the passed in error code.
error(int, Throwable) - Static method in class org.eclipse.swt.SWT
Throws an appropriate exception based on the passed in error code.
error(int, Throwable, String) - Static method in class org.eclipse.swt.SWT
Throws an appropriate exception based on the passed in error code.
ERROR - Static variable in class org.eclipse.swt.SWT
Constant to indicate an error state (value is 1).
ERROR_CANNOT_BE_ZERO - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that a value which can not be zero was found to be (value is 7).
ERROR_CANNOT_GET_COUNT - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that the underlying operating system was unable to provide count information (value is 36).
ERROR_CANNOT_GET_ENABLED - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that the underlying operating system was unable to provide enabled/disabled state information (value is 31).
ERROR_CANNOT_GET_ITEM - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that the underlying operating system was unable to provide the value of an item (value is 8).
ERROR_CANNOT_GET_ITEM_HEIGHT - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that the underlying operating system was unable to provide the height of an item (value is 11).
ERROR_CANNOT_GET_SELECTION - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that the underlying operating system was unable to provide the selection (value is 9).
ERROR_CANNOT_GET_TEXT - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that the underlying operating system was unable to provide the text of a widget (value is 12).
ERROR_CANNOT_INIT_DRAG - Static variable in class org.eclipse.swt.dnd.DND
Error code: drag source can not be initialized (value is 2000).
ERROR_CANNOT_INIT_DROP - Static variable in class org.eclipse.swt.dnd.DND
Error code: drop target cannot be initialized (value is 2001).
ERROR_CANNOT_INVERT_MATRIX - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that the matrix is not invertible (value is 10).
ERROR_CANNOT_SET_CLIPBOARD - Static variable in class org.eclipse.swt.dnd.DND
Error code: Data can not be set on system clipboard (value is 2002).
ERROR_CANNOT_SET_ENABLED - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that the underlying operating system was unable to set the enabled state (value is 30).
ERROR_CANNOT_SET_MENU - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that the underlying operating system was unable to set the menu (value is 29).
ERROR_CANNOT_SET_SELECTION - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that the underlying operating system was unable to set the selection of a widget (value is 28).
ERROR_CANNOT_SET_TEXT - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that the underlying operating system was unable to set the text of a widget (value is 13).
ERROR_DEVICE_DISPOSED - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that an attempt was made to invoke an SWT operation using a device which had already been disposed (value is 45).
ERROR_FAILED_EVALUATE - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that an exception happened when evaluating a javascript expression (value is 50).
ERROR_FAILED_EXEC - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that an exception happened when executing a runnable (value is 46).
ERROR_FAILED_LOAD_LIBRARY - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that an unsatisfied link error occurred while attempting to load a library (value is 47).
ERROR_FUNCTION_DISPOSED - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that an attempt was made to use an BrowserFunction object which had already been disposed (value is 49).
ERROR_GRAPHIC_DISPOSED - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that an attempt was made to invoke an SWT operation using a graphics object which had already been disposed (value is 44).
ERROR_INVALID_ARGUMENT - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that an invalid argument was passed in (value is 5).
ERROR_INVALID_DATA - Static variable in class org.eclipse.swt.dnd.DND
Error code: Data does not have correct format for type (value is 2003).
ERROR_INVALID_FONT - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that a font is not valid (value is 48).
ERROR_INVALID_IMAGE - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that a graphics operation was attempted with an image having an invalid format (value is 40).
ERROR_INVALID_PARENT - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that a provided widget can not be used as a parent in the current operation (value is 32).
ERROR_INVALID_RANGE - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that a value was found to be outside the allowable range (value is 6).
ERROR_INVALID_RETURN_VALUE - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that an invalid value was returned (value is 51).
ERROR_INVALID_SUBCLASS - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that an attempt was made to subclass an SWT widget class without implementing the checkSubclass() method (value is 43).
ERROR_IO - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that an input/output operation failed during the execution of an SWT operation (value is 39).
ERROR_ITEM_NOT_ADDED - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that the underlying operating system was unable to add an item (value is 14).
ERROR_ITEM_NOT_REMOVED - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that the underlying operating system was unable to remove an item (value is 15).
ERROR_MENU_NOT_BAR - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that a menu which needed to have the menu bar style had some other style instead (value is 33).
ERROR_MENU_NOT_DROP_DOWN - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that a menu which needed to have the drop down style had some other style instead (value is 21).
ERROR_MENU_NOT_POP_UP - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that a menu which needed to have the pop up menu style had some other style instead (value is 37).
ERROR_MENUITEM_NOT_CASCADE - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that a menu item which needed to have the cascade style had some other style instead (value is 27).
ERROR_NO_GRAPHICS_LIBRARY - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that the graphics library is not available (value is 16).
ERROR_NO_HANDLES - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that no more handles for an operating system resource are available (value is 2).
ERROR_NO_MORE_CALLBACKS - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that no more callback resources are available (value is 3).
ERROR_NOT_IMPLEMENTED - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that a particular feature has not been implemented on this platform (value is 20).
ERROR_NULL_ARGUMENT - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that a null argument was passed in (value is 4).
ERROR_THREAD_INVALID_ACCESS - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that an attempt was made to invoke an SWT operation which can only be executed by the user-interface thread from some other thread (value is 22).
ERROR_UNSPECIFIED - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that no error number was specified (value is 1).
ERROR_UNSUPPORTED_DEPTH - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that a graphics operation was attempted with an image of an unsupported depth (value is 38).
ERROR_UNSUPPORTED_FORMAT - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that a graphics operation was attempted with an image having a valid but unsupported format (value is 42).
ERROR_WIDGET_DISPOSED - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that an attempt was made to invoke an SWT operation using a widget which had already been disposed (value is 24).
errors - Variable in class org.eclipse.swt.graphics.DeviceData
 
ESC - Static variable in class org.eclipse.swt.SWT
ASCII character convenience constant for the escape character (value is the char with value 27).
evaluate(String) - Method in class org.eclipse.swt.browser.Browser
Returns the result, if any, of executing the specified script.
evaluate(String, boolean) - Method in class org.eclipse.swt.browser.Browser
Returns the result, if any, of executing the specified script.
event - Static variable in class org.eclipse.swt.internal.gtk.OS
 
Event - Class in org.eclipse.swt.widgets
Instances of this class provide a description of a particular event which occurred within SWT.
Event() - Constructor for class org.eclipse.swt.widgets.Event
 
EVENT_ACTION_CHANGED - Static variable in class org.eclipse.swt.accessibility.ACC
Send when the count or attributes of an accessible object's actions have changed.
event_after - Static variable in class org.eclipse.swt.internal.gtk.OS
 
EVENT_ATTRIBUTE_CHANGED - Static variable in class org.eclipse.swt.accessibility.ACC
Send when an object's attributes have changed.
EVENT_DESCRIPTION_CHANGED - Static variable in class org.eclipse.swt.accessibility.ACC
Send when an object's description has changed.
EVENT_DOCUMENT_LOAD_COMPLETE - Static variable in class org.eclipse.swt.accessibility.ACC
Send when the loading of a document has completed.
EVENT_DOCUMENT_LOAD_STOPPED - Static variable in class org.eclipse.swt.accessibility.ACC
Send when the loading of a document was interrupted.
EVENT_DOCUMENT_RELOAD - Static variable in class org.eclipse.swt.accessibility.ACC
Send when the document contents are being reloaded.
EVENT_HYPERLINK_ACTIVATED - Static variable in class org.eclipse.swt.accessibility.ACC
Send when the hyperlink has been activated.
EVENT_HYPERLINK_ANCHOR_COUNT_CHANGED - Static variable in class org.eclipse.swt.accessibility.ACC
Send when the number of anchors associated with this hyperlink object has changed.
EVENT_HYPERLINK_END_INDEX_CHANGED - Static variable in class org.eclipse.swt.accessibility.ACC
Send when the ending index of this link within the containing string has changed.
EVENT_HYPERLINK_SELECTED_LINK_CHANGED - Static variable in class org.eclipse.swt.accessibility.ACC
Send when the hyperlink selected state changed from selected to unselected or from unselected to selected.
EVENT_HYPERLINK_START_INDEX_CHANGED - Static variable in class org.eclipse.swt.accessibility.ACC
Send when the starting index of this link within the containing string has changed.
EVENT_HYPERTEXT_LINK_COUNT_CHANGED - Static variable in class org.eclipse.swt.accessibility.ACC
Send when the number of hyperlinks associated with a hypertext object has changed.
EVENT_HYPERTEXT_LINK_SELECTED - Static variable in class org.eclipse.swt.accessibility.ACC
Send when one of the links associated with the hypertext object has been selected.
EVENT_LOCATION_CHANGED - Static variable in class org.eclipse.swt.accessibility.ACC
Send when an object has moved.
event_mask - Variable in class org.eclipse.swt.internal.gtk3.GdkWindowAttr
 
EVENT_NAME_CHANGED - Static variable in class org.eclipse.swt.accessibility.ACC
Send when an object's name has changed.
EVENT_PAGE_CHANGED - Static variable in class org.eclipse.swt.accessibility.ACC
Send when a slide changed in a presentation document or a page boundary was crossed in a word processing document.
EVENT_SECTION_CHANGED - Static variable in class org.eclipse.swt.accessibility.ACC
Send when the caret moved from one section to the next.
EVENT_SELECTION_CHANGED - Static variable in class org.eclipse.swt.accessibility.ACC
Send when the selection within a container has changed.
EVENT_STATE_CHANGED - Static variable in class org.eclipse.swt.accessibility.ACC
Send when an object's state has changed, for example enabled/disabled, pressed/released, or checked/unchecked.
EVENT_TABLE_CAPTION_CHANGED - Static variable in class org.eclipse.swt.accessibility.ACC
Send when a table caption has changed.
EVENT_TABLE_CHANGED - Static variable in class org.eclipse.swt.accessibility.ACC
Send when a table's data has changed.
EVENT_TABLE_COLUMN_DESCRIPTION_CHANGED - Static variable in class org.eclipse.swt.accessibility.ACC
Send when a table's column description has changed.
EVENT_TABLE_COLUMN_HEADER_CHANGED - Static variable in class org.eclipse.swt.accessibility.ACC
Send when a table's column header has changed.
EVENT_TABLE_ROW_DESCRIPTION_CHANGED - Static variable in class org.eclipse.swt.accessibility.ACC
Send when a table's row description has changed.
EVENT_TABLE_ROW_HEADER_CHANGED - Static variable in class org.eclipse.swt.accessibility.ACC
Send when a table's row header has changed.
EVENT_TABLE_SUMMARY_CHANGED - Static variable in class org.eclipse.swt.accessibility.ACC
Send when a table's summary has changed.
EVENT_TEXT_ATTRIBUTE_CHANGED - Static variable in class org.eclipse.swt.accessibility.ACC
Send when a text object's attributes have changed.
EVENT_TEXT_CARET_MOVED - Static variable in class org.eclipse.swt.accessibility.ACC
Send when the caret has moved to a new position.
EVENT_TEXT_CHANGED - Static variable in class org.eclipse.swt.accessibility.ACC
Send when text was inserted or deleted.
EVENT_TEXT_COLUMN_CHANGED - Static variable in class org.eclipse.swt.accessibility.ACC
Send when the caret has moved from one column to the next.
EVENT_TEXT_SELECTION_CHANGED - Static variable in class org.eclipse.swt.accessibility.ACC
Send when an object's text selection has changed.
EVENT_VALUE_CHANGED - Static variable in class org.eclipse.swt.accessibility.ACC
Send when an object's value has changed.
eventListener - Variable in class org.eclipse.swt.widgets.TypedListener
The receiver's event listener
ExceptionStash - Class in org.eclipse.swt.internal
The intent of this class is to insulate SWT from exceptions occurring in user's listeners, so that SWT remains stable and does not accidentally crash JVM or enter some very broken state.
ExceptionStash() - Constructor for class org.eclipse.swt.internal.ExceptionStash
 
exclude - Variable in class org.eclipse.swt.layout.GridData
exclude informs the layout to ignore this control when sizing and positioning controls.
exclude - Variable in class org.eclipse.swt.layout.RowData
exclude informs the layout to ignore this control when sizing and positioning controls.
exec(String[], String[], String) - Static method in class org.eclipse.swt.internal.Compatibility
Execute prog[0] in a separate platform process if the underlying platform supports this.
execute(String) - Method in class org.eclipse.swt.browser.Browser
Executes the specified script.
execute(String) - Method in class org.eclipse.swt.program.Program
Executes the program with the file as the single argument in the operating system.
EXP - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
Expand - Static variable in class org.eclipse.swt.SWT
The expand event type (value is 17).
expand_collapse_cursor_row - Static variable in class org.eclipse.swt.internal.gtk.OS
 
ExpandAdapter - Class in org.eclipse.swt.events
This adapter class provides default implementations for the methods described by the ExpandListener interface.
ExpandAdapter() - Constructor for class org.eclipse.swt.events.ExpandAdapter
 
ExpandBar - Class in org.eclipse.swt.widgets
Instances of this class support the layout of selectable expand bar items.
ExpandBar(Composite, int) - Constructor for class org.eclipse.swt.widgets.ExpandBar
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
expander_size - Static variable in class org.eclipse.swt.internal.gtk.OS
 
ExpandEvent - Class in org.eclipse.swt.events
Instances of this class are sent as a result of ExpandItems being expanded or collapsed.
ExpandEvent(Event) - Constructor for class org.eclipse.swt.events.ExpandEvent
Constructs a new instance of this class based on the information in the given untyped event.
ExpandItem - Class in org.eclipse.swt.widgets
Instances of this class represent a selectable user interface object that represents a expandable item in a expand bar.
ExpandItem(ExpandBar, int) - Constructor for class org.eclipse.swt.widgets.ExpandItem
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
ExpandItem(ExpandBar, int, int) - Constructor for class org.eclipse.swt.widgets.ExpandItem
Constructs a new instance of this class given its parent, a style value describing its behavior and appearance, and the index at which to place it in the items maintained by its parent.
ExpandListener - Interface in org.eclipse.swt.events
Classes which implement this interface provide methods that deal with the expanding and collapsing of ExpandItems.
Expose - Static variable in class org.eclipse.swt.internal.gtk.OS
 
ExposureMask - Static variable in class org.eclipse.swt.internal.gtk.OS
 
ExtendedModify - Static variable in class org.eclipse.swt.custom.ST
The ExtendedModify event type (value is 3000).
ExtendedModifyEvent - Class in org.eclipse.swt.custom
This event is sent after a text change occurs.
ExtendedModifyEvent(StyledTextEvent) - Constructor for class org.eclipse.swt.custom.ExtendedModifyEvent
Constructs a new instance of this class based on the information in the given event.
ExtendedModifyListener - Interface in org.eclipse.swt.custom
Classes which implement this interface provide a method that deals with the event that is generated when text is modified.
ExtendOffset - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
ExtendTest - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
extractFreeGError(long) - Static method in class org.eclipse.swt.widgets.Display
Helper method to extract GError messages.

F

F1 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the F1 key (value is (1<<24)+10).
F10 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the F10 key (value is (1<<24)+19).
F11 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the F11 key (value is (1<<24)+20).
F12 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the F12 key (value is (1<<24)+21).
F13 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the F13 key (value is (1<<24)+22).
F14 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the F14 key (value is (1<<24)+23).
F15 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the F15 key (value is (1<<24)+24).
F16 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the F16 key (value is (1<<25)+25).
F17 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the F17 key (value is (1<<26)+26).
F18 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the F18 key (value is (1<<27)+27).
F19 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the F19 key (value is (1<<28)+28).
F2 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the F2 key (value is (1<<24)+11).
F20 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the F20 key (value is (1<<29)+29).
F3 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the F3 key (value is (1<<24)+12).
F4 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the F4 key (value is (1<<24)+13).
F5 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the F5 key (value is (1<<24)+14).
F6 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the F6 key (value is (1<<24)+15).
F7 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the F7 key (value is (1<<24)+16).
F8 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the F8 key (value is (1<<24)+17).
F9 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the F9 key (value is (1<<24)+18).
failed - Static variable in class org.eclipse.swt.internal.webkit.WebKitGTK
 
FcConfigAppFontAddFile(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
feedback - Variable in class org.eclipse.swt.dnd.DropTargetEvent
A bitwise OR'ing of the drag under effect feedback to be displayed to the user (e.g.
FEEDBACK_EXPAND - Static variable in class org.eclipse.swt.dnd.DND
DropTarget drag under effect: The item currently under the cursor is expanded to allow the user to select a drop target from a sub item; applies to trees (value is 16).
FEEDBACK_INSERT_AFTER - Static variable in class org.eclipse.swt.dnd.DND
DropTarget drag under effect: An insertion mark is shown after the item under the cursor; applies to tables and trees (value is 4).
FEEDBACK_INSERT_BEFORE - Static variable in class org.eclipse.swt.dnd.DND
DropTarget drag under effect: An insertion mark is shown before the item under the cursor; applies to tables and trees (value is 2).
FEEDBACK_NONE - Static variable in class org.eclipse.swt.dnd.DND
DropTarget drag under effect: No effect is shown (value is 0).
FEEDBACK_SCROLL - Static variable in class org.eclipse.swt.dnd.DND
DropTarget drag under effect: The widget is scrolled up or down to allow the user to drop on items that are not currently visible; applies to tables and trees (value is 8).
FEEDBACK_SELECT - Static variable in class org.eclipse.swt.dnd.DND
DropTarget drag under effect: The item under the cursor is selected; applies to tables and trees (value is 1).
FileDialog - Class in org.eclipse.swt.widgets
Instances of this class allow the user to navigate the file system and select or enter a file name.
FileDialog(Shell) - Constructor for class org.eclipse.swt.widgets.FileDialog
Constructs a new instance of this class given only its parent.
FileDialog(Shell, int) - Constructor for class org.eclipse.swt.widgets.FileDialog
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
FileFormat - Class in org.eclipse.swt.internal.image
Abstract factory class for loading/unloading images from files or streams in various image file formats.
FileFormat() - Constructor for class org.eclipse.swt.internal.image.FileFormat
 
fileName - Variable in class org.eclipse.swt.printing.PrinterData
the name of the file to print to if printToFile is true.
FileTransfer - Class in org.eclipse.swt.dnd
The class FileTransfer provides a platform specific mechanism for converting a list of files represented as a java String[] to a platform specific representation of the data and vice versa.
fill - Variable in class org.eclipse.swt.layout.RowLayout
fill specifies whether the controls in a row should be all the same height for horizontal layouts, or the same width for vertical layouts.
FILL - Static variable in class org.eclipse.swt.layout.GridData
Value for horizontalAlignment or verticalAlignment.
FILL - Static variable in class org.eclipse.swt.SWT
Style constant for alignment or orientation behavior (value is 4).
FILL_BOTH - Static variable in class org.eclipse.swt.layout.GridData
Style bit for new GridData(int) to resize the control to fill the cell horizontally and vertically and to fit the remaining horizontal and vertical space.
FILL_EVEN_ODD - Static variable in class org.eclipse.swt.SWT
Even odd rule for filling operations (value is 1).
FILL_HORIZONTAL - Static variable in class org.eclipse.swt.layout.GridData
Style bit for new GridData(int) to resize the control to fill the cell horizontally and to fit the remaining horizontal space.
FILL_VERTICAL - Static variable in class org.eclipse.swt.layout.GridData
Style bit for new GridData(int) to resize the control to fill the cell vertically and to fit the remaining vertical space.
FILL_WINDING - Static variable in class org.eclipse.swt.SWT
Winding rule for filling operations (value is 2).
fillArc(int, int, int, int, int, int) - Method in class org.eclipse.swt.graphics.GC
Fills the interior of a circular or elliptical arc within the specified rectangular area, with the receiver's background color.
fillGradientRectangle(int, int, int, int, boolean) - Method in class org.eclipse.swt.graphics.GC
Fills the interior of the specified rectangle with a gradient sweeping from left to right or top to bottom progressing from the receiver's foreground color to its background color.
FillLayout - Class in org.eclipse.swt.layout
FillLayout is the simplest layout class.
FillLayout() - Constructor for class org.eclipse.swt.layout.FillLayout
Constructs a new instance of this class.
FillLayout(int) - Constructor for class org.eclipse.swt.layout.FillLayout
Constructs a new instance of this class given the type.
fillOval(int, int, int, int) - Method in class org.eclipse.swt.graphics.GC
Fills the interior of an oval, within the specified rectangular area, with the receiver's background color.
fillPath(Path) - Method in class org.eclipse.swt.graphics.GC
Fills the path described by the parameter.
fillPolygon(int[]) - Method in class org.eclipse.swt.graphics.GC
Fills the interior of the closed polygon which is defined by the specified array of integer coordinates, using the receiver's background color.
fillRectangle(int, int, int, int) - Method in class org.eclipse.swt.graphics.GC
Fills the interior of the rectangle specified by the arguments, using the receiver's background color.
fillRectangle(Rectangle) - Method in class org.eclipse.swt.graphics.GC
Fills the interior of the specified rectangle, using the receiver's background color.
fillRoundRectangle(int, int, int, int, int, int) - Method in class org.eclipse.swt.graphics.GC
Fills the interior of the round-cornered rectangle specified by the arguments, using the receiver's background color.
finalize - Variable in class org.eclipse.swt.internal.gtk.GObjectClass
 
findDisplay(Thread) - Static method in class org.eclipse.swt.widgets.Display
Returns the display which the given thread is the user-interface thread for, or null if the given thread is not a user-interface thread for any display.
findProgram(String) - Static method in class org.eclipse.swt.program.Program
Finds the program that is associated with an extension.
findWidget(long) - Method in class org.eclipse.swt.widgets.Display
Given the operating system handle for a widget, returns the instance of the Widget subclass which represents it in the currently running application, if such exists, or null if no matching widget can be found.
findWidget(long, long) - Method in class org.eclipse.swt.widgets.Display
Given the operating system handle for a widget, and widget-specific id, returns the instance of the Widget subclass which represents the handle/id pair in the currently running application, if such exists, or null if no matching widget can be found.
findWidget(Widget, long) - Method in class org.eclipse.swt.widgets.Display
Given a widget and a widget-specific id, returns the instance of the Widget subclass which represents the widget/id pair in the currently running application, if such exists, or null if no matching widget can be found.
finished - Static variable in class org.eclipse.swt.internal.webkit.WebKitGTK
 
FIX_0_298631336 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
FIX_0_390180644 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
FIX_0_541196100 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
FIX_0_765366865 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
FIX_0_899976223 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
FIX_1_175875602 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
FIX_1_501321110 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
FIX_1_847759065 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
FIX_1_961570560 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
FIX_2_053119869 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
FIX_2_562915447 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
FIX_3_072711026 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
fixed_height_mode - Static variable in class org.eclipse.swt.internal.gtk.OS
 
flags - Variable in class org.eclipse.swt.internal.gtk3.GtkTargetEntry
 
FLAT - Static variable in class org.eclipse.swt.SWT
Style constant for flat appearance.
FLIP_TEXT_DIRECTION - Static variable in class org.eclipse.swt.SWT
Style constant to indicate base text direction (value is 1<<31).
flushCache(Control) - Method in class org.eclipse.swt.custom.StackLayout
 
flushCache(Control) - Method in class org.eclipse.swt.layout.FillLayout
 
flushCache(Control) - Method in class org.eclipse.swt.layout.FormLayout
 
flushCache(Control) - Method in class org.eclipse.swt.layout.GridLayout
 
flushCache(Control) - Method in class org.eclipse.swt.layout.RowLayout
 
flushCache(Control) - Method in class org.eclipse.swt.widgets.Layout
Instruct the layout to flush any cached values associated with the control specified in the argument control.
focus - Static variable in class org.eclipse.swt.internal.gtk.OS
 
focus - Variable in class org.eclipse.swt.internal.gtk3.GdkEventCrossing
 
focus_event - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
focus_event - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkObjectClass
 
focus_in - Static variable in class org.eclipse.swt.internal.gtk.OS
 
focus_in_event - Static variable in class org.eclipse.swt.internal.gtk.OS
 
focus_line_width - Static variable in class org.eclipse.swt.internal.gtk.OS
 
focus_out - Static variable in class org.eclipse.swt.internal.gtk.OS
 
focus_out_event - Static variable in class org.eclipse.swt.internal.gtk.OS
 
focus_padding - Static variable in class org.eclipse.swt.internal.gtk.OS
 
FocusAdapter - Class in org.eclipse.swt.events
This adapter class provides default implementations for the methods described by the FocusListener interface.
FocusAdapter() - Constructor for class org.eclipse.swt.events.FocusAdapter
 
FOCUSED - Static variable in class org.eclipse.swt.SWT
Event detail field that indicates a user-interface component state is focused (value is 1<<2).
FocusEvent - Class in org.eclipse.swt.events
Instances of this class are sent as a result of widgets gaining and losing focus.
FocusEvent(Event) - Constructor for class org.eclipse.swt.events.FocusEvent
Constructs a new instance of this class based on the information in the given untyped event.
focusGained(FocusEvent) - Method in class org.eclipse.swt.events.FocusAdapter
Sent when a control gets focus.
focusGained(FocusEvent) - Method in interface org.eclipse.swt.events.FocusListener
Sent when a control gets focus.
focusGainedAdapter(Consumer<FocusEvent>) - Static method in interface org.eclipse.swt.events.FocusListener
Static helper method to create a FocusListener for the FocusListener.focusGained(FocusEvent e)) method with a lambda expression.
FocusIn - Static variable in class org.eclipse.swt.internal.gtk.OS
 
FocusIn - Static variable in class org.eclipse.swt.SWT
The focus in event type (value is 15).
FocusListener - Interface in org.eclipse.swt.events
Classes which implement this interface provide methods that deal with the events that are generated as controls gain and lose focus.
focusLost(FocusEvent) - Method in class org.eclipse.swt.events.FocusAdapter
Sent when a control loses focus.
focusLost(FocusEvent) - Method in interface org.eclipse.swt.events.FocusListener
Sent when a control loses focus.
focusLostAdapter(Consumer<FocusEvent>) - Static method in interface org.eclipse.swt.events.FocusListener
Static helper method to create a FocusListener for the FocusListener.focusLost(FocusEvent e)) method with a lambda expression.
FocusOut - Static variable in class org.eclipse.swt.internal.gtk.OS
 
FocusOut - Static variable in class org.eclipse.swt.SWT
The focus out event type (value is 16).
font - Variable in class org.eclipse.swt.graphics.GCData
 
font - Variable in class org.eclipse.swt.graphics.TextStyle
the font of the style
Font - Class in org.eclipse.swt.graphics
Instances of this class manage operating system resources that define how text looks when it is displayed.
Font(Device, String, int, int) - Constructor for class org.eclipse.swt.graphics.Font
Constructs a new font given a device, a font name, the height of the desired font in points, and a font style.
Font(Device, FontData) - Constructor for class org.eclipse.swt.graphics.Font
Constructs a new font given a device and font data which describes the desired font's appearance.
Font(Device, FontData[]) - Constructor for class org.eclipse.swt.graphics.Font
Constructs a new font given a device and an array of font data which describes the desired font's appearance.
font_desc - Static variable in class org.eclipse.swt.internal.gtk.OS
 
FontData - Class in org.eclipse.swt.graphics
Instances of this class describe operating system fonts.
FontData() - Constructor for class org.eclipse.swt.graphics.FontData
Constructs a new uninitialized font data.
FontData(String) - Constructor for class org.eclipse.swt.graphics.FontData
Constructs a new FontData given a string representation in the form generated by the FontData.toString method.
FontData(String, int, int) - Constructor for class org.eclipse.swt.graphics.FontData
Constructs a new font data given a font name, the height of the desired font in points, and a font style.
FontDialog - Class in org.eclipse.swt.widgets
Instances of this class allow the user to select a font from all available fonts in the system.
FontDialog(Shell) - Constructor for class org.eclipse.swt.widgets.FontDialog
Constructs a new instance of this class given only its parent.
FontDialog(Shell, int) - Constructor for class org.eclipse.swt.widgets.FontDialog
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
FontMetrics - Class in org.eclipse.swt.graphics
Instances of this class provide measurement information about fonts including ascent, descent, height, leading space between rows, and average character width.
fontStyle - Variable in class org.eclipse.swt.custom.StyleRange
the font style of the range.
footer - Variable in class org.eclipse.swt.custom.StyledTextPrintOptions
Formatted text to print in the footer of each page.
forceActive() - Method in class org.eclipse.swt.widgets.Shell
If the receiver is visible, moves it to the top of the drawing order for the display on which it was created (so that all other shells on that display, which are not the receiver's children will be drawn behind it) and forces the window manager to make the shell active.
forceFocus() - Method in class org.eclipse.swt.widgets.Control
Forces the receiver to have the keyboard focus, causing all keyboard events to be delivered to it.
foreground - Variable in class org.eclipse.swt.graphics.TextStyle
the foreground of the style
FOREGROUND - Static variable in class org.eclipse.swt.SWT
Event detail field that indicates a user-interface component draws the foreground (value is 1<<4).
foreground_rgba - Static variable in class org.eclipse.swt.internal.gtk.OS
 
foregroundPattern - Variable in class org.eclipse.swt.graphics.GCData
 
foregroundRGBA - Variable in class org.eclipse.swt.graphics.GCData
IMPORTANT: This field is not part of the SWT public API.
format - Variable in class org.eclipse.swt.dnd.TransferData
Specifies the size in bits of a single unit in pValue.
FormAttachment - Class in org.eclipse.swt.layout
Instances of this class are used to define the edges of a control within a FormLayout.
FormAttachment() - Constructor for class org.eclipse.swt.layout.FormAttachment
Constructs a new instance of this class.
FormAttachment(int) - Constructor for class org.eclipse.swt.layout.FormAttachment
Constructs a new instance of this class given a numerator Since no denominator or offset is specified, the default is to treat the numerator as a percentage of the form, with a denominator of 100.
FormAttachment(int, int) - Constructor for class org.eclipse.swt.layout.FormAttachment
Constructs a new instance of this class given a numerator and an offset.
FormAttachment(int, int, int) - Constructor for class org.eclipse.swt.layout.FormAttachment
Constructs a new instance of this class given a numerator and denominator and an offset.
FormAttachment(Control) - Constructor for class org.eclipse.swt.layout.FormAttachment
Constructs a new instance of this class given a control.
FormAttachment(Control, int) - Constructor for class org.eclipse.swt.layout.FormAttachment
Constructs a new instance of this class given a control and an offset.
FormAttachment(Control, int, int) - Constructor for class org.eclipse.swt.layout.FormAttachment
Constructs a new instance of this class given a control, an offset and an alignment.
FormData - Class in org.eclipse.swt.layout
Instances of this class are used to define the attachments of a control in a FormLayout.
FormData() - Constructor for class org.eclipse.swt.layout.FormData
Constructs a new instance of FormData using default values.
FormData(int, int) - Constructor for class org.eclipse.swt.layout.FormData
Constructs a new instance of FormData according to the parameters.
FormLayout - Class in org.eclipse.swt.layout
Instances of this class control the position and size of the children of a composite control by using FormAttachments to optionally configure the left, top, right and bottom edges of each child.
FormLayout() - Constructor for class org.eclipse.swt.layout.FormLayout
Constructs a new instance of this class.
forward() - Method in class org.eclipse.swt.browser.Browser
Navigate to the next session history item.
free(long) - Static method in class org.eclipse.swt.internal.C
 
FULL_SELECTION - Static variable in class org.eclipse.swt.SWT
Style constant for full row selection behavior and selection constant indicating that a full line should be drawn.
function(Object[]) - Method in class org.eclipse.swt.browser.BrowserFunction
Subclasses should override this method.

G

g_action_get_enabled(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_action_get_state(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_action_map_add_action(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_action_map_remove_action(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_app_info_create_from_commandline(byte[], byte[], long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
G_APP_INFO_CREATE_NONE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_APP_INFO_CREATE_SUPPORTS_URIS - Static variable in class org.eclipse.swt.internal.gtk.OS
 
g_app_info_get_all() - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_app_info_get_default_for_type(byte[], boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_app_info_get_executable(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_app_info_get_icon(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_app_info_get_name(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_app_info_launch(long, long, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_app_info_launch_default_for_uri(long, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_app_info_supports_uris(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
G_BUS_NAME_OWNER_FLAGS_ALLOW_REPLACEMENT - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_BUS_NAME_OWNER_FLAGS_REPLACE - Static variable in class org.eclipse.swt.internal.gtk.OS
If another message bus connection owns the name and have specified #G_BUS_NAME_OWNER_FLAGS_ALLOW_REPLACEMENT, then take the name from the other connection.
g_bus_own_name(int, byte[], int, long, long, long, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
G_BUS_TYPE_SESSION - Static variable in class org.eclipse.swt.internal.gtk.OS
GDBus Session types.
g_bytes_new(byte[], long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_bytes_unref(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_cclosure_new(long, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_closure_ref(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_closure_sink(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_closure_unref(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_content_type_equals(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_content_type_is_a(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_date_time_get_ymd(long, int[], int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_date_time_new_local(int, int, int, int, int, double) - Static method in class org.eclipse.swt.internal.gtk.OS
Ranges: year must be between 1 - 9999, month must be between 1 - 12, day must be between 1 and 28, 29, 30, 31, hour must be between 0 - 23, minute must be between 0 - 59, seconds must be between 0.0 - 60.0
g_date_time_unref(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
G_DBUS_CALL_FLAGS_NONE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
g_dbus_connection_register_object(long, byte[], long, long[], long, long, long[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_dbus_method_invocation_return_value(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_dbus_node_info_lookup_interface(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_dbus_node_info_new_for_xml(byte[], long[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_dbus_proxy_call(long, byte[], long, int, int, long, long, long[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_dbus_proxy_call_sync(long, byte[], long, int, int, long, long[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_DBUS_PROXY_FLAGS_DO_NOT_CONNECT_SIGNALS - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_DBUS_PROXY_FLAGS_DO_NOT_LOAD_PROPERTIES - Static variable in class org.eclipse.swt.internal.gtk.OS
 
g_dbus_proxy_get_name_owner(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_dbus_proxy_new_for_bus_sync(int, int, long, byte[], byte[], byte[], long, long[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_dir_make_tmp(long, long[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_error_free(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_error_get_message(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_error_matches(long, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
G_FILE_ERROR_IO - Static variable in class org.eclipse.swt.internal.gtk.OS
Constants
g_file_error_quark() - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_file_get_path(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_file_get_uri(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_file_info_get_content_type(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_file_new_for_commandline_arg(byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_file_new_for_path(byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_file_new_for_uri(byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_file_query_info(long, byte[], long, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_file_test(byte[], int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
G_FILE_TEST_IS_DIR - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_FILE_TEST_IS_EXECUTABLE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
g_filename_display_name(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_filename_from_uri(long, long[], long[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_filename_from_utf8(long, long, long[], long[], long[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_filename_to_uri(long, long, long[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_filename_to_utf8(long, long, long[], long[], long[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_free(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_get_current_time(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_getenv(byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_icon_new_for_string(byte[], long[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_icon_to_string(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_idle_add(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_list_append(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_list_data(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_list_free(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_list_last(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_list_length(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_list_model_get_item(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_list_model_get_n_items(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_list_next(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_list_nth_data(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_list_previous(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_log_default_handler(long, int, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
G_LOG_FLAG_FATAL - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_LOG_FLAG_RECURSION - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_LOG_LEVEL_MASK - Static variable in class org.eclipse.swt.internal.gtk.OS
 
g_log_remove_handler(byte[], int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_log_set_handler(byte[], int, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_main_context_acquire(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_main_context_check(long, int, long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_main_context_default() - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_main_context_get_poll_func(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_main_context_iteration(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_main_context_prepare(long, int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_main_context_query(long, int, int[], long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_main_context_release(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_main_context_wakeup(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_malloc(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_memory_input_stream_new_from_data(long, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_menu_insert_item(long, int, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_menu_item_new(byte[], byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_menu_item_new_section(byte[], long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_menu_item_new_submenu(byte[], long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_menu_item_set_attribute(long, byte[], byte[], long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_menu_item_set_label(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_menu_item_set_submenu(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_menu_new() - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_menu_remove(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
G_OBJECT_CLASS_CONSTRUCTOR(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
G_OBJECT_CLASS_SET_CONSTRUCTOR(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_object_get(long, byte[], int[], long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_object_get(long, byte[], long[], long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
G_OBJECT_GET_CLASS(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_object_get_qdata(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_object_new(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_object_notify(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_object_ref(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_object_ref_sink(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_object_set(long, byte[], boolean, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_object_set(long, byte[], byte[], long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_object_set(long, byte[], float, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_object_set(long, byte[], int, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_object_set(long, byte[], long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_object_set(long, byte[], GdkRGBA, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_object_set_qdata(long, int, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
G_OBJECT_TYPE(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
G_OBJECT_TYPE_NAME(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_object_unref(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_quark_from_string(byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_set_prgname(byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_signal_add_emission_hook(int, int, long, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_signal_connect(long, byte[], long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_signal_connect_closure(long, byte[], long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_signal_connect_closure_by_id(long, int, int, long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_signal_emit_by_name(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_signal_emit_by_name(long, byte[], byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_signal_emit_by_name(long, byte[], long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_signal_emit_by_name(long, byte[], long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_signal_emit_by_name(long, byte[], GdkRectangle) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_signal_handler_disconnect(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_signal_handlers_block_matched(long, int, int, int, long, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_signal_handlers_unblock_matched(long, int, int, int, long, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_signal_lookup(byte[], long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
G_SIGNAL_MATCH_DATA - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_SIGNAL_MATCH_ID - Static variable in class org.eclipse.swt.internal.gtk.OS
 
g_signal_remove_emission_hook(int, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_signal_stop_emission_by_name(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_simple_action_group_new() - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_simple_action_new(byte[], long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_simple_action_new_stateful(byte[], long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_simple_action_set_enabled(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_simple_action_set_state(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_slist_append(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_slist_data(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_slist_free(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_slist_length(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_slist_next(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_source_remove(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_strdup(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_strfreev(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_strtod(long, long[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_time_val_add(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_timeout_add(int, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
G_TLS_CERTIFICATE_BAD_IDENTITY - Static variable in class org.eclipse.swt.internal.webkit.WebKitGTK
 
G_TLS_CERTIFICATE_EXPIRED - Static variable in class org.eclipse.swt.internal.webkit.WebKitGTK
 
G_TLS_CERTIFICATE_GENERIC_ERROR - Static variable in class org.eclipse.swt.internal.webkit.WebKitGTK
 
G_TLS_CERTIFICATE_INSECURE - Static variable in class org.eclipse.swt.internal.webkit.WebKitGTK
 
G_TLS_CERTIFICATE_NOT_ACTIVATED - Static variable in class org.eclipse.swt.internal.webkit.WebKitGTK
 
G_TLS_CERTIFICATE_REVOKED - Static variable in class org.eclipse.swt.internal.webkit.WebKitGTK
 
G_TLS_CERTIFICATE_UNKNOWN_CA - Static variable in class org.eclipse.swt.internal.webkit.WebKitGTK
 
G_TLS_CERTIFICATE_VALIDATE_ALL - Static variable in class org.eclipse.swt.internal.webkit.WebKitGTK
 
G_TYPE_BOOLEAN() - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_type_class_peek(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_type_class_peek_parent(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_type_class_ref(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_type_class_unref(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
G_TYPE_DOUBLE() - Static method in class org.eclipse.swt.internal.gtk.OS
 
G_TYPE_FLOAT() - Static method in class org.eclipse.swt.internal.gtk.OS
 
G_TYPE_INT() - Static method in class org.eclipse.swt.internal.gtk.OS
 
G_TYPE_INT64() - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_type_interface_peek_parent(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_type_is_a(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
G_TYPE_LONG() - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_type_parent(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_type_register_static(long, byte[], long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
G_TYPE_STRING() - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_unsetenv(byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_utf16_offset_to_pointer(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_utf16_offset_to_utf8_offset(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_utf16_pointer_to_offset(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_utf16_strlen(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_utf16_to_utf8(char[], long, long[], long[], long[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_utf8_offset_to_utf16_offset(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_utf8_pointer_to_offset(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_utf8_strlen(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_utf8_to_utf16(byte[], long, long[], long[], long[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_utf8_to_utf16(long, long, long[], long[], long[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_value_get_double(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_value_get_float(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_value_get_int(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_value_get_int64(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_value_get_string(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_value_init(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_value_peek_pointer(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_value_set_double(long, double) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_value_set_float(long, float) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_value_set_int(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_value_set_int64(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_value_set_string(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
G_VALUE_TYPE(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_value_unset(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_variant_builder_add_value(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_variant_builder_end(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_variant_builder_new(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_variant_builder_unref(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_variant_get_boolean(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_variant_get_byte(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_variant_get_child_value(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_variant_get_double(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_variant_get_int32(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_variant_get_string(long, long[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_variant_get_type_string(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_variant_get_uint64(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_variant_is_of_type(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_variant_n_children(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_variant_new(byte[], boolean, byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_variant_new(byte[], byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_variant_new(byte[], byte[], byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_variant_new_boolean(boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_variant_new_byte(byte) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_variant_new_double(double) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_variant_new_int32(int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_variant_new_string(byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_variant_new_string(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_variant_new_tuple(long[], long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_variant_new_uint64(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
G_VARIANT_TYPE_ARRAY_BROWSER_FUNCS - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_VARIANT_TYPE_BOOLEAN - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_VARIANT_TYPE_BYTE - Static variable in class org.eclipse.swt.internal.gtk.OS
GVariant Types These are for the most part quite similar to DBus types with a few differences.
G_VARIANT_TYPE_DOUBLE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
g_variant_type_free(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
G_VARIANT_TYPE_IN32 - Static variable in class org.eclipse.swt.internal.gtk.OS
 
g_variant_type_new(byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
G_VARIANT_TYPE_STRING - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_VARIANT_TYPE_STRING_ARRAY - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_VARIANT_TYPE_TUPLE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_VARIANT_TYPE_UINT64 - Static variable in class org.eclipse.swt.internal.gtk.OS
 
g_variant_unref(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gc - Variable in class org.eclipse.swt.custom.PaintObjectEvent
the GC
gc - Variable in class org.eclipse.swt.events.PaintEvent
the graphics context to use when painting that is configured to use the colors, font and damaged region of the control.
gc - Variable in class org.eclipse.swt.widgets.Event
the graphics context to use when painting that is configured to use the colors, font and damaged region of the control.
GC - Class in org.eclipse.swt.graphics
Class GC is where all of the drawing capabilities that are supported by SWT are located.
GC(Drawable) - Constructor for class org.eclipse.swt.graphics.GC
Constructs a new instance of this class which has been configured to draw on the specified drawable.
GC(Drawable, int) - Constructor for class org.eclipse.swt.graphics.GC
Constructs a new instance of this class which has been configured to draw on the specified drawable.
GCbTable - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
GCData - Class in org.eclipse.swt.graphics
Instances of this class are descriptions of GCs in terms of unallocated platform-specific data fields.
GCData() - Constructor for class org.eclipse.swt.graphics.GCData
 
GCrTable - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
GDBus - Class in org.eclipse.swt.internal
General purpose DBus interface for SWT to interact with the operating system and vice versa.
GDBus() - Constructor for class org.eclipse.swt.internal.GDBus
 
GDBus.GDBusMethod - Class in org.eclipse.swt.internal
 
GDBusMethod(String, String[][], String[][], Function<Object[], Object[]>) - Constructor for class org.eclipse.swt.internal.GDBus.GDBusMethod
Create a method that GDBus will listen to.
GDK - Class in org.eclipse.swt.internal.gtk
This class contains GDK specific native functions.
GDK() - Constructor for class org.eclipse.swt.internal.gtk.GDK
 
GDK_2BUTTON_PRESS - Static variable in class org.eclipse.swt.internal.gtk.GDK
Constants
GDK_3BUTTON_PRESS - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_ACTION_COPY - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_ACTION_LINK - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_ACTION_MOVE - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_Alt_L - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_Alt_R - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
gdk_atom_intern(byte[], boolean) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_atom_name(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
GDK_BackSpace - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_Break - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
gdk_button_event_get_button(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
GDK_BUTTON_MOTION_MASK - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_BUTTON_PRESS - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_BUTTON_PRESS_MASK - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_BUTTON_RELEASE - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_BUTTON_RELEASE_MASK - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_BUTTON1_MASK - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_BUTTON1_MOTION_MASK - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_BUTTON2_MASK - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_BUTTON2_MOTION_MASK - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_BUTTON3_MASK - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_BUTTON3_MOTION_MASK - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
gdk_cairo_create(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_cairo_get_clip_rectangle(long, GdkRectangle) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_cairo_region(long, long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_cairo_region_create_from_surface(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_cairo_set_source_pixbuf(long, long, double, double) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_cairo_set_source_rgba(long, GdkRGBA) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_cairo_set_source_window(long, long, int, int) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
GDK_Caps_Lock - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
gdk_clipboard_get_content(long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gdk_clipboard_get_formats(long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gdk_clipboard_set(long, int, long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gdk_clipboard_set_content(long, long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_clipboard_set_text(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
GDK_COLORSPACE_RGB - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_CONFIGURE - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
gdk_content_formats_builder_add_mime_type(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gdk_content_formats_builder_free_to_formats(long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gdk_content_formats_builder_new() - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gdk_content_provider_get_value(long, long, long[]) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
GDK_Control_L - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_CONTROL_MASK - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_Control_R - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
gdk_crossing_event_get_mode(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
GDK_CROSSING_GRAB - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_CROSSING_NORMAL - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_CROSSING_UNGRAB - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_CURRENT_TIME - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
gdk_cursor_new_from_name(long, String) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_cursor_new_from_name(String, long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_cursor_new_from_pixbuf(long, long, int, int) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_cursor_new_from_texture(long, int, int, long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
GDK_DECOR_BORDER - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_DECOR_MAXIMIZE - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_DECOR_MENU - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_DECOR_MINIMIZE - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_DECOR_RESIZEH - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_DECOR_TITLE - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_Delete - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
gdk_device_get_associated_device(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_device_get_seat(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_device_get_surface_at_position(long, double[], double[]) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_device_get_window_at_position(long, int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_device_warp(long, long, int, int) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_display_beep(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_display_get_clipboard(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_display_get_default() - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_display_get_default_group(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_display_get_default_seat(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_display_get_monitor(long, int) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_display_get_monitor_at_point(long, int, int) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_display_get_monitor_at_surface(long, long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_display_get_monitor_at_window(long, long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_display_get_monitors(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_display_get_n_monitors(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_display_get_primary_clipboard(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_display_get_primary_monitor(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_display_is_composited(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_display_map_keyval(long, int, long[], int[]) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_display_put_event(long, long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_display_supports_cursor_color(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
GDK_Down - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
gdk_drag_context_get_actions(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_drag_context_get_dest_window(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_drag_context_get_selected_action(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_drag_context_list_targets(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_drag_status(long, int, int) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
GDK_End - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_ENTER_NOTIFY - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_ENTER_NOTIFY_MASK - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_Escape - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_EVEN_ODD_RULE - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
gdk_event_copy(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_event_free(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_event_get() - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_event_get_button(long, int[]) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_event_get_coords(long, double[], double[]) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_event_get_event_type(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_event_get_keycode(long, short[]) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_event_get_keyval(long, int[]) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_event_get_modifier_state(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_event_get_position(long, double[], double[]) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_event_get_root_coords(long, double[], double[]) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_event_get_scroll_deltas(long, double[], double[]) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_event_get_scroll_direction(long, int[]) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_event_get_seat(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_event_get_state(long, int[]) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_event_get_surface(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_event_get_time(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_event_get_window(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_event_handler_set(long, long, long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_event_new(int) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_event_peek() - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_event_put(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_event_ref(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_event_set_device(long, long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
GDK_EVENT_TYPE(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_event_unref(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
GDK_EVENT_WINDOW(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
GDK_EXPOSE - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_EXPOSURE_MASK - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_F1 - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_F10 - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_F11 - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_F12 - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_F13 - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_F14 - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_F15 - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_F16 - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_F17 - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_F18 - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_F19 - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_F2 - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_F20 - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_F3 - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_F4 - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_F5 - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_F6 - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_F7 - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_F8 - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_F9 - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_FOCUS_CHANGE - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_FOCUS_CHANGE_MASK - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
gdk_focus_event_get_in(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
GDK_FUNC_ALL - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_FUNC_CLOSE - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_FUNC_MAXIMIZE - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_FUNC_MINIMIZE - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_FUNC_MOVE - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_FUNC_RESIZE - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
gdk_get_default_root_window() - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_get_pointer(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
GDK_GRAB_SUCCESS - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_GRAVITY_NORTH_WEST - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_Help - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_HINT_MAX_SIZE - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_HINT_MIN_SIZE - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_Home - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_HYPER_MASK - Static variable in class org.eclipse.swt.internal.gtk.GDK
GDK_MOD1_MASK = usually 'alt' button
GDK_SUPER_MASK = usually win/cmd button
GDK_HYPER_MASK = usually ctrl button
By 'usually' I mean you should test.
GDK_INPUT_ONLY - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_Insert - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_INTERP_BILINEAR - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_IS_X11_DISPLAY(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
GDK_ISO_Enter - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_ISO_Left_Tab - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_ISO_Level3_Shift - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_KEY_a - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
gdk_key_event_get_keycode(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_key_event_get_keyval(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_key_event_get_layout(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
GDK_KEY_PRESS - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_KEY_PRESS_MASK - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_KEY_RELEASE - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_KEY_RELEASE_MASK - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_KEY_z - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
gdk_keymap_get_entries_for_keyval(long, int, long[], int[]) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_keymap_get_for_display(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_keymap_translate_keyboard_state(long, int, int, int, int[], int[], int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_keyval_name(int) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_keyval_to_lower(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_keyval_to_unicode(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
GDK_KP_0 - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_KP_1 - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_KP_2 - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_KP_3 - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_KP_4 - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_KP_5 - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_KP_6 - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_KP_7 - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_KP_8 - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_KP_9 - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_KP_Add - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_KP_Decimal - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_KP_Delete - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_KP_Divide - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_KP_Down - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_KP_End - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_KP_Enter - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_KP_Equal - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_KP_Home - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_KP_Insert - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_KP_Left - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_KP_Multiply - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_KP_Page_Down - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_KP_Page_Up - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_KP_Right - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_KP_Subtract - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_KP_Up - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_LEAVE_NOTIFY - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_LEAVE_NOTIFY_MASK - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_Left - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_Linefeed - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_MAP - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_Meta_L - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_META_MASK - Static variable in class org.eclipse.swt.internal.gtk.GDK
GDK_MOD1_MASK = usually 'alt' button
GDK_SUPER_MASK = usually win/cmd button
GDK_HYPER_MASK = usually ctrl button
By 'usually' I mean you should test.
GDK_Meta_R - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_MOD1_MASK - Static variable in class org.eclipse.swt.internal.gtk.GDK
GDK_MOD1_MASK = usually 'alt' button
GDK_SUPER_MASK = usually win/cmd button
GDK_HYPER_MASK = usually ctrl button
By 'usually' I mean you should test.
GDK_MOD5_MASK - Static variable in class org.eclipse.swt.internal.gtk.GDK
GDK_MOD1_MASK = usually 'alt' button
GDK_SUPER_MASK = usually win/cmd button
GDK_HYPER_MASK = usually ctrl button
By 'usually' I mean you should test.
gdk_monitor_get_geometry(long, GdkRectangle) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_monitor_get_scale_factor(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_monitor_get_workarea(long, GdkRectangle) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
GDK_MOTION_NOTIFY - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_NO_EXPOSE - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_NONE - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_Num_Lock - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_OWNERSHIP_NONE - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_Page_Down - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_Page_Up - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
gdk_pango_context_get() - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_pango_layout_get_clip_region(long, int, int, int[], int) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
GDK_Pause - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
gdk_pixbuf_animation_get_iter(long, long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_pixbuf_animation_get_static_image(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_pixbuf_animation_is_static_image(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_pixbuf_animation_iter_advance(long, long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_pixbuf_animation_iter_get_delay_time(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_pixbuf_animation_iter_get_pixbuf(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_pixbuf_copy(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_pixbuf_copy_area(long, int, int, int, int, long, int, int) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_pixbuf_format_get_name(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_pixbuf_get_bits_per_sample(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_pixbuf_get_from_surface(long, int, int, int, int) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_pixbuf_get_from_texture(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_pixbuf_get_from_window(long, int, int, int, int) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_pixbuf_get_has_alpha(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_pixbuf_get_height(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_pixbuf_get_n_channels(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_pixbuf_get_pixels(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_pixbuf_get_rowstride(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_pixbuf_get_width(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_pixbuf_loader_close(long, long[]) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_pixbuf_loader_get_animation(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_pixbuf_loader_get_format(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_pixbuf_loader_get_pixbuf(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_pixbuf_loader_new() - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_pixbuf_loader_write(long, long, int, long[]) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_pixbuf_new(int, boolean, int, int, int) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_pixbuf_new_from_data(long, int, boolean, int, int, int, int, long, long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_pixbuf_new_from_file(byte[], long[]) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_pixbuf_save_to_bufferv(long, long[], long[], byte[], long[], long[], long[]) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_pixbuf_scale_simple(long, int, int, int) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
GDK_POINTER_MOTION_HINT_MASK - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_POINTER_MOTION_MASK - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
gdk_popup_get_parent(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_popup_layout_new(GdkRectangle, int, int) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_popup_present(long, int, int, long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
GDK_Print - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
gdk_property_get(long, long, long, long, long, int, long[], int[], int[], long[]) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
GDK_PROPERTY_NOTIFY - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_Return - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
gdk_rgba_free(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_rgba_parse(GdkRGBA, byte[]) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_rgba_to_string(GdkRGBA) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
GDK_Right - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
gdk_screen_get_default() - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_screen_get_resolution(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_screen_get_system_visual(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_screen_height() - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_screen_is_composited(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_screen_width() - Static method in class org.eclipse.swt.internal.gtk.GDK
 
GDK_SCROLL_DOWN - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
gdk_scroll_event_get_deltas(long, double[], double[]) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_scroll_event_get_direction(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
GDK_SCROLL_LEFT - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_Scroll_Lock - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_SCROLL_MASK - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_SCROLL_RIGHT - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_SCROLL_SMOOTH - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_SCROLL_UP - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_SEAT_CAPABILITY_ALL - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_SEAT_CAPABILITY_ALL_POINTING - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_SEAT_CAPABILITY_KEYBOARD - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_SEAT_CAPABILITY_NONE - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_SEAT_CAPABILITY_POINTER - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_SEAT_CAPABILITY_TABLET_PAD - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_SEAT_CAPABILITY_TABLET_STYLUS - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_SEAT_CAPABILITY_TOUCH - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
gdk_seat_get_keyboard(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_seat_get_pointer(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_seat_grab(long, long, int, boolean, long, long, long, long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_seat_ungrab(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
GDK_SELECTION_CLEAR - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_SELECTION_NOTIFY - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
gdk_selection_owner_get(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_selection_owner_set(long, long, int, boolean) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
GDK_SELECTION_REQUEST - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
gdk_set_program_class(byte[]) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
GDK_Shift_L - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_SHIFT_MASK - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_Shift_R - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_SMOOTH_SCROLL_MASK - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_space - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_SUPER_MASK - Static variable in class org.eclipse.swt.internal.gtk.GDK
GDK_MOD1_MASK = usually 'alt' button
GDK_SUPER_MASK = usually win/cmd button
GDK_HYPER_MASK = usually ctrl button
By 'usually' I mean you should test.
gdk_surface_create_similar_surface(long, int, int, int) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_surface_destroy(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_surface_get_device_position(long, long, double[], double[], int[]) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_surface_get_display(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_surface_get_height(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_surface_get_width(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_surface_hide(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_surface_new_popup(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_surface_new_toplevel(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_surface_set_cursor(long, long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_surface_set_input_region(long, long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_surface_set_opaque_region(long, long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
GDK_SURFACE_STATE_FULLSCREEN - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_SURFACE_STATE_MAXIMIZED - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_SURFACE_STATE_MINIMIZED - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_Tab - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
gdk_text_property_to_utf8_list_for_display(long, long, int, long, int, long[]) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_texture_new_for_pixbuf(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_texture_new_from_file(long, long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_threads_add_idle(long, long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_threads_add_timeout(int, long, long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_threads_enter() - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_threads_init() - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_threads_leave() - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_toplevel_focus(long, int) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gdk_toplevel_get_state(long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gdk_toplevel_layout_new(int, int) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_toplevel_lower(long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gdk_toplevel_present(long, int, int, long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_toplevel_set_icon_list(long, long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gdk_toplevel_size_get_bounds(long, int[], int[]) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gdk_toplevel_size_set_min_size(long, int, int) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gdk_toplevel_size_set_size(long, int, int) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
GDK_TYPE_PIXBUF() - Static method in class org.eclipse.swt.internal.gtk.GDK
 
GDK_TYPE_RGBA() - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_unicode_to_keyval(int) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
GDK_UNMAP - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_Up - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
gdk_utf8_to_string_target(byte[]) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_visual_get_depth(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
GDK_WA_VISUAL - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_WA_X - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_WA_Y - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_WINDOW_CHILD - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
gdk_window_create_similar_surface(long, int, int, int) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_window_destroy(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_window_focus(long, int) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_window_get_children(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_window_get_device_position(long, long, int[], int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_window_get_display(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_window_get_events(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_window_get_frame_extents(long, GdkRectangle) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_window_get_height(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_window_get_origin(long, int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_window_get_parent(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_window_get_root_origin(long, int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_window_get_state(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_window_get_user_data(long, long[]) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_window_get_visible_region(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_window_get_width(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_window_hide(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_window_invalidate_rect(long, GdkRectangle, boolean) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_window_invalidate_region(long, long, boolean) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_window_lower(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_window_move(long, int, int) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_window_move_resize(long, int, int, int, int) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_window_new(long, GdkWindowAttr, int) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gdk_window_raise(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_window_resize(long, int, int) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_window_restack(long, long, boolean) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_window_set_cursor(long, long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_window_set_decorations(long, int) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_window_set_events(long, int) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_window_set_functions(long, int) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_window_set_override_redirect(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_window_set_user_data(long, long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_window_show(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_window_show_unraised(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
GDK_WINDOW_STATE - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_WINDOW_STATE_FOCUSED - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_WINDOW_STATE_FULLSCREEN - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_WINDOW_STATE_ICONIFIED - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_WINDOW_STATE_MAXIMIZED - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_WINDOW_STATE_WITHDRAWN - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_WINDOW_TYPE_HINT_DIALOG - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_WINDOW_TYPE_HINT_TOOLTIP - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_WINDOW_TYPE_HINT_UTILITY - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK_WINDOWING_WAYLAND() - Static method in class org.eclipse.swt.internal.gtk.OS
 
GDK_WINDOWING_X11() - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_x11_display_error_trap_pop_ignored(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_x11_display_error_trap_push(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_x11_display_get_default_group(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_x11_display_get_xdisplay(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_x11_display_utf8_to_compound_text(long, byte[], long[], int[], long[], int[]) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_x11_get_default_xdisplay() - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_x11_screen_get_window_manager_name(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_x11_screen_lookup_visual(long, int) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_x11_surface_get_xid(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_x11_surface_lookup_for_display(long, long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_x11_window_get_xid(long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
gdk_x11_window_lookup_for_display(long, long) - Static method in class org.eclipse.swt.internal.gtk.GDK
 
GDK4_BUTTON_PRESS - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK4_BUTTON_RELEASE - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK4_CONFIGURE - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK4_ENTER_NOTIFY - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK4_EXPOSE - Static variable in class org.eclipse.swt.internal.gtk.GDK
GdkEventType constants are different on GTK4
GDK4_FOCUS_CHANGE - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK4_KEY_PRESS - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK4_KEY_RELEASE - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK4_LEAVE_NOTIFY - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK4_MAP - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK4_MOTION_NOTIFY - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GDK4_UNMAP - Static variable in class org.eclipse.swt.internal.gtk.GDK
 
GdkEvent - Class in org.eclipse.swt.internal.gtk3
 
GdkEvent() - Constructor for class org.eclipse.swt.internal.gtk3.GdkEvent
 
GdkEvent_sizeof() - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
GdkEventButton - Class in org.eclipse.swt.internal.gtk3
 
GdkEventButton() - Constructor for class org.eclipse.swt.internal.gtk3.GdkEventButton
 
GdkEventButton_sizeof() - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
GdkEventCrossing - Class in org.eclipse.swt.internal.gtk3
 
GdkEventCrossing() - Constructor for class org.eclipse.swt.internal.gtk3.GdkEventCrossing
 
GdkEventCrossing_sizeof() - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
GdkEventFocus - Class in org.eclipse.swt.internal.gtk3
 
GdkEventFocus() - Constructor for class org.eclipse.swt.internal.gtk3.GdkEventFocus
 
GdkEventFocus_sizeof() - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
GdkEventKey - Class in org.eclipse.swt.internal.gtk3
 
GdkEventKey() - Constructor for class org.eclipse.swt.internal.gtk3.GdkEventKey
 
GdkEventKey_sizeof() - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
GdkEventMotion - Class in org.eclipse.swt.internal.gtk3
 
GdkEventMotion() - Constructor for class org.eclipse.swt.internal.gtk3.GdkEventMotion
 
GdkEventMotion_sizeof() - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
GdkEventWindowState - Class in org.eclipse.swt.internal.gtk3
 
GdkEventWindowState() - Constructor for class org.eclipse.swt.internal.gtk3.GdkEventWindowState
 
GdkEventWindowState_sizeof() - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
GdkGeometry - Class in org.eclipse.swt.internal.gtk3
 
GdkGeometry() - Constructor for class org.eclipse.swt.internal.gtk3.GdkGeometry
 
GdkGeometry_sizeof() - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
GdkKeymapKey - Class in org.eclipse.swt.internal.gtk
 
GdkKeymapKey() - Constructor for class org.eclipse.swt.internal.gtk.GdkKeymapKey
 
GdkKeymapKey_sizeof() - Static method in class org.eclipse.swt.internal.gtk.GDK
sizeof(TYPE) for 32/64 bit support
GdkRectangle - Class in org.eclipse.swt.internal.gtk
 
GdkRectangle - Class in org.eclipse.swt.internal.webkit
 
GdkRectangle() - Constructor for class org.eclipse.swt.internal.gtk.GdkRectangle
 
GdkRectangle() - Constructor for class org.eclipse.swt.internal.webkit.GdkRectangle
 
GdkRectangle_sizeof() - Static method in class org.eclipse.swt.internal.gtk.GDK
 
GdkRectangle_sizeof() - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
GdkRGBA - Class in org.eclipse.swt.internal.gtk
 
GdkRGBA() - Constructor for class org.eclipse.swt.internal.gtk.GdkRGBA
 
GdkRGBA_sizeof() - Static method in class org.eclipse.swt.internal.gtk.GDK
 
GdkWindowAttr - Class in org.eclipse.swt.internal.gtk3
 
GdkWindowAttr() - Constructor for class org.eclipse.swt.internal.gtk3.GdkWindowAttr
 
GdkWindowAttr_sizeof() - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
GeometryInterface - Interface in org.eclipse.swt.internal.gtk
 
gesture(GestureEvent) - Method in interface org.eclipse.swt.events.GestureListener
Sent when a recognized gesture has occurred.
Gesture - Static variable in class org.eclipse.swt.SWT
The gesture event type (value is 48).
GESTURE_BEGIN - Static variable in class org.eclipse.swt.SWT
Gesture event detail field value indicating that a continuous gesture is about to begin.
GESTURE_END - Static variable in class org.eclipse.swt.SWT
Gesture event detail field value indicating that a continuous gesture has ended.
GESTURE_MAGNIFY - Static variable in class org.eclipse.swt.SWT
Gesture event detail field value indicating that a magnification gesture has happened.
GESTURE_PAN - Static variable in class org.eclipse.swt.SWT
Gesture event detail field value indicating that a panning (two-finger scroll) gesture has happened.
GESTURE_ROTATE - Static variable in class org.eclipse.swt.SWT
Gesture event detail field value indicating that a rotation gesture has happened.
GESTURE_SWIPE - Static variable in class org.eclipse.swt.SWT
Gesture event detail field value indicating that a swipe gesture has happened.
GestureEvent - Class in org.eclipse.swt.events
Instances of this class are sent in response to touch-based gestures that are triggered by the user.
GestureEvent(Event) - Constructor for class org.eclipse.swt.events.GestureEvent
Constructs a new instance of this class based on the information in the given untyped event.
GestureListener - Interface in org.eclipse.swt.events
Classes which implement this interface provide methods that deal with the events that are generated as gestures are triggered by the user interacting with a touch pad or touch screen.
get(int) - Method in class org.eclipse.swt.internal.ImageList
 
get_attributes - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkObjectClass
 
get_bounded_ranges - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTextIface
 
get_caption - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTableIface
 
get_caret_offset - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTextIface
 
get_character_at_offset - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTextIface
 
get_character_count - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTextIface
 
get_character_extents - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTextIface
 
get_column_at_index - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTableIface
 
get_column_description - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTableIface
 
get_column_extent_at - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTableIface
 
get_column_header - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTableIface
 
get_current_value - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkValueIface
 
get_default_attributes - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTextIface
 
get_description - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkActionIface
 
get_description - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkObjectClass
 
get_extents - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkComponentIface
 
GET_FUNCTION_POINTER_gtk_false() - Static method in class org.eclipse.swt.internal.gtk.GTK
 
get_index_at - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTableIface
 
get_index_in_parent - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkObjectClass
 
get_keybinding - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkActionIface
 
get_layer - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkComponentIface
 
get_layer - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkObjectClass
 
get_link - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkHypertextIface
 
get_link_index - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkHypertextIface
 
get_maximum_value - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkValueIface
 
get_mdi_zorder - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkComponentIface
 
get_mdi_zorder - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkObjectClass
 
get_minimum_value - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkValueIface
 
get_n_actions - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkActionIface
 
get_n_children - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkObjectClass
 
get_n_columns - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTableIface
 
get_n_links - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkHypertextIface
 
get_n_rows - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTableIface
 
get_n_selections - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTextIface
 
get_name - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkActionIface
 
get_name - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkObjectClass
 
get_offset_at_point - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTextIface
 
get_parent - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkObjectClass
 
get_position - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkComponentIface
 
get_preferred_width - Variable in class org.eclipse.swt.internal.gtk.GtkCellRendererClass
 
get_property - Variable in class org.eclipse.swt.internal.gtk.GObjectClass
 
get_range_extents - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTextIface
 
get_role - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkObjectClass
 
get_row_at_index - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTableIface
 
get_row_description - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTableIface
 
get_row_extent_at - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTableIface
 
get_row_header - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTableIface
 
get_run_attributes - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTextIface
 
get_selected_columns - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTableIface
 
get_selected_rows - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTableIface
 
get_selection - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTextIface
 
get_selection_count - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkSelectionIface
 
get_size - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkComponentIface
 
get_summary - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTableIface
 
get_text - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTextIface
 
get_text_after_offset - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTextIface
 
get_text_at_offset - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTextIface
 
get_text_before_offset - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTextIface
 
getAccelerator() - Method in class org.eclipse.swt.widgets.MenuItem
Returns the widget accelerator.
getAccessible() - Method in class org.eclipse.swt.widgets.Control
Returns the accessible object for the receiver.
getActionCount(AccessibleActionEvent) - Method in class org.eclipse.swt.accessibility.AccessibleActionAdapter
Returns the number of accessible actions available in this object.
getActionCount(AccessibleActionEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleActionListener
Returns the number of accessible actions available in this object.
getActiveShell() - Method in class org.eclipse.swt.widgets.Display
Returns the currently active Shell, or null if no shell belonging to the currently running application is active.
getAddress() - Method in class org.eclipse.swt.internal.Callback
Returns the address of a block of machine code which will invoke the callback represented by the receiver.
getAdvanced() - Method in class org.eclipse.swt.graphics.GC
Returns true if receiver is using the operating system's advanced graphics subsystem.
getAdvanceWidth(char) - Method in class org.eclipse.swt.graphics.GC
Returns the advance width of the specified character in the font which is currently selected into the receiver.
getAlignment() - Method in class org.eclipse.swt.custom.CCombo
Returns the horizontal alignment.
getAlignment() - Method in class org.eclipse.swt.custom.CLabel
Returns the horizontal alignment.
getAlignment() - Method in class org.eclipse.swt.custom.StyledText
Returns the alignment of the widget.
getAlignment() - Method in class org.eclipse.swt.graphics.TextLayout
Returns the receiver's horizontal text alignment, which will be one of SWT.LEFT, SWT.CENTER or SWT.RIGHT.
getAlignment() - Method in class org.eclipse.swt.widgets.Button
Returns a value which describes the position of the text or image in the receiver.
getAlignment() - Method in class org.eclipse.swt.widgets.Label
Returns a value which describes the position of the text or image in the receiver.
getAlignment() - Method in class org.eclipse.swt.widgets.TableColumn
Returns a value which describes the position of the text or image in the receiver.
getAlignment() - Method in class org.eclipse.swt.widgets.TreeColumn
Returns a value which describes the position of the text or image in the receiver.
getAlpha() - Method in class org.eclipse.swt.graphics.Color
Returns the amount of alpha in the color, from 0 (transparent) to 255 (opaque).
getAlpha() - Method in class org.eclipse.swt.graphics.GC
Returns the receiver's alpha value.
getAlpha() - Method in class org.eclipse.swt.widgets.Shell
Returns the receiver's alpha value.
getAlpha(int, int) - Method in class org.eclipse.swt.graphics.ImageData
Returns the alpha value at offset x in scanline y in the receiver's alpha data.
getAlphas(int, int, int, byte[], int) - Method in class org.eclipse.swt.graphics.ImageData
Returns getWidth alpha values starting at offset x in scanline y in the receiver's alpha data starting at startIndex.
getAlwaysShowScrollBars() - Method in class org.eclipse.swt.custom.ScrolledComposite
Returns the Always Show Scrollbars flag.
getAlwaysShowScrollBars() - Method in class org.eclipse.swt.custom.StyledText
Returns the Always Show Scrollbars flag.
getAnchor(AccessibleHyperlinkEvent) - Method in class org.eclipse.swt.accessibility.AccessibleHyperlinkAdapter
Returns the anchor for the link at the specified index.
getAnchor(AccessibleHyperlinkEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleHyperlinkListener
Returns the anchor for the link at the specified index.
getAnchorTarget(AccessibleHyperlinkEvent) - Method in class org.eclipse.swt.accessibility.AccessibleHyperlinkAdapter
Returns the target of the link at the specified index.
getAnchorTarget(AccessibleHyperlinkEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleHyperlinkListener
Returns the target of the link at the specified index.
getAntialias() - Method in class org.eclipse.swt.graphics.GC
Returns the receiver's anti-aliasing setting value, which will be one of SWT.DEFAULT, SWT.OFF or SWT.ON.
getAppName() - Static method in class org.eclipse.swt.widgets.Display
Returns the application name.
getAppVersion() - Static method in class org.eclipse.swt.widgets.Display
Returns the application version.
getAscent() - Method in class org.eclipse.swt.graphics.FontMetrics
Returns the ascent of the font described by the receiver.
getAscent() - Method in class org.eclipse.swt.graphics.TextLayout
Returns the ascent of the receiver.
getAttributes(AccessibleAttributeEvent) - Method in class org.eclipse.swt.accessibility.AccessibleAttributeAdapter
Returns attributes specific to this Accessible object.
getAttributes(AccessibleAttributeEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleAttributeListener
Returns attributes specific to this Accessible object.
getAutoHide() - Method in class org.eclipse.swt.widgets.ToolTip
Returns true if the receiver is automatically hidden by the platform, and false otherwise.
getAvailableTypeNames() - Method in class org.eclipse.swt.dnd.Clipboard
Returns a platform specific list of the data types currently available on the system clipboard.
getAvailableTypes() - Method in class org.eclipse.swt.dnd.Clipboard
Returns an array of the data types currently available on the system clipboard.
getAvailableTypes(int) - Method in class org.eclipse.swt.dnd.Clipboard
Returns an array of the data types currently available on the specified clipboard.
getAverageCharacterWidth() - Method in class org.eclipse.swt.graphics.FontMetrics
Returns the average character width, measured in points, of the font described by the receiver.
getAverageCharWidth() - Method in class org.eclipse.swt.graphics.FontMetrics
Deprecated.
Use getAverageCharacterWidth() instead
getBackground() - Method in class org.eclipse.swt.custom.StyledText
 
getBackground() - Method in class org.eclipse.swt.custom.TableCursor
Returns the background color that the receiver will use to draw.
getBackground() - Method in class org.eclipse.swt.custom.TreeCursor
Returns the background color that the receiver will use to draw.
getBackground() - Method in class org.eclipse.swt.graphics.GC
Returns the background color.
getBackground() - Method in class org.eclipse.swt.graphics.Image
Returns the color to which to map the transparent pixel, or null if the receiver has no transparent pixel.
getBackground() - Method in class org.eclipse.swt.widgets.Control
Returns the receiver's background color.
getBackground() - Method in class org.eclipse.swt.widgets.TableItem
Returns the receiver's background color.
getBackground() - Method in class org.eclipse.swt.widgets.ToolItem
Returns the receiver's background color.
getBackground() - Method in class org.eclipse.swt.widgets.TreeItem
Returns the receiver's background color.
getBackground(int) - Method in class org.eclipse.swt.widgets.TableItem
Returns the background color at the given column index in the receiver.
getBackground(int) - Method in class org.eclipse.swt.widgets.TreeItem
Returns the background color at the given column index in the receiver.
getBackgroundImage() - Method in class org.eclipse.swt.widgets.Control
Returns the receiver's background image.
getBackgroundMode() - Method in class org.eclipse.swt.widgets.Composite
Returns the receiver's background drawing mode.
getBackgroundPattern() - Method in class org.eclipse.swt.graphics.GC
Returns the background pattern.
getBaseline() - Method in class org.eclipse.swt.custom.StyledText
Returns the baseline, in points.
getBaseline(int) - Method in class org.eclipse.swt.custom.StyledText
Returns the baseline at the given offset, in points.
getBidiColoring() - Method in class org.eclipse.swt.custom.StyledText
Deprecated.
use BidiSegmentListener instead.
getBlockSelection() - Method in class org.eclipse.swt.custom.StyledText
Returns whether the widget is in block selection mode.
getBlockSelectionBounds() - Method in class org.eclipse.swt.custom.StyledText
Returns the block selection bounds.
getBlue() - Method in class org.eclipse.swt.graphics.Color
Returns the amount of blue in the color, from 0 to 255.
getBorderVisible() - Method in class org.eclipse.swt.custom.CTabFolder
Returns true if the receiver's border is visible.
getBorderWidth() - Method in class org.eclipse.swt.widgets.Control
Returns the receiver's border width in points.
getBottom() - Method in class org.eclipse.swt.custom.CBanner
Returns the Control that appears on the bottom side of the banner.
getBottomMargin() - Method in class org.eclipse.swt.custom.CLabel
Return the CLabel's bottom margin.
getBottomMargin() - Method in class org.eclipse.swt.custom.StyledText
Returns the bottom margin.
getBounds() - Method in class org.eclipse.swt.custom.CTabItem
Returns a rectangle describing the receiver's size and location relative to its parent.
getBounds() - Method in class org.eclipse.swt.graphics.Device
Returns a rectangle describing the receiver's size and location.
getBounds() - Method in class org.eclipse.swt.graphics.Image
Returns the bounds of the receiver.
getBounds() - Method in class org.eclipse.swt.graphics.Region
Returns a rectangle which represents the rectangular union of the collection of polygons the receiver maintains to describe its area.
getBounds() - Method in class org.eclipse.swt.graphics.TextLayout
Returns the bounds of the receiver.
getBounds() - Method in class org.eclipse.swt.printing.Printer
Returns a rectangle describing the receiver's size and location.
getBounds() - Method in class org.eclipse.swt.widgets.Caret
Returns a rectangle describing the receiver's size and location relative to its parent (or its display if its parent is null).
getBounds() - Method in class org.eclipse.swt.widgets.Control
Returns a rectangle describing the receiver's size and location in points relative to its parent (or its display if its parent is null), unless the receiver is a shell.
getBounds() - Method in class org.eclipse.swt.widgets.CoolItem
Returns a rectangle describing the receiver's size and location relative to its parent.
getBounds() - Method in class org.eclipse.swt.widgets.Display
Returns a rectangle describing the receiver's size and location.
getBounds() - Method in class org.eclipse.swt.widgets.Event
Gets the bounds.
getBounds() - Method in class org.eclipse.swt.widgets.Monitor
Returns a rectangle describing the receiver's size and location relative to its device.
getBounds() - Method in class org.eclipse.swt.widgets.TabItem
Returns a rectangle describing the receiver's size and location relative to its parent.
getBounds() - Method in class org.eclipse.swt.widgets.TableItem
Returns a rectangle describing the size and location of the receiver's text relative to its parent.
getBounds() - Method in class org.eclipse.swt.widgets.ToolItem
Returns a rectangle describing the receiver's size and location relative to its parent.
getBounds() - Method in class org.eclipse.swt.widgets.TouchSource
Returns the bounding rectangle of the device.
getBounds() - Method in class org.eclipse.swt.widgets.TreeItem
Returns a rectangle describing the size and location of the receiver's text relative to its parent.
getBounds(float[]) - Method in class org.eclipse.swt.graphics.Path
Replaces the first four elements in the parameter with values that describe the smallest rectangle that will completely contain the receiver (i.e.
getBounds(int) - Method in class org.eclipse.swt.widgets.TableItem
Returns a rectangle describing the receiver's size and location relative to its parent at a column in the table.
getBounds(int) - Method in class org.eclipse.swt.widgets.TreeItem
Returns a rectangle describing the receiver's size and location relative to its parent at a column in the tree.
getBounds(int, int) - Method in class org.eclipse.swt.graphics.TextLayout
Returns the bounds for the specified range of characters.
getBoundsInPixels() - Method in class org.eclipse.swt.graphics.Image
Deprecated.
This API doesn't serve the purpose in an environment having multiple monitors with different DPIs, hence deprecated.
getBrowser() - Method in class org.eclipse.swt.browser.BrowserFunction
Returns the Browser whose pages can invoke this BrowserFunction.
getBrowserType() - Method in class org.eclipse.swt.browser.Browser
Returns the type of native browser being used by this instance.
getCaption(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Deprecated.
IAccessibleTable2::caption is deprecated, instead use the IA2_RELATION_LABELED_BY relation to create a relation between the table and its caption.
getCaption(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Deprecated.
IAccessibleTable2::caption is deprecated, instead use the IA2_RELATION_LABELED_BY relation to create a relation between the table and its caption.
getCaret() - Method in class org.eclipse.swt.widgets.Canvas
Returns the caret.
getCaretLineNumber() - Method in class org.eclipse.swt.widgets.Text
Returns the line number of the caret.
getCaretLocation() - Method in class org.eclipse.swt.widgets.Combo
Returns a point describing the location of the caret relative to the receiver.
getCaretLocation() - Method in class org.eclipse.swt.widgets.Text
Returns a point describing the location of the caret relative to the receiver.
getCaretOffset() - Method in class org.eclipse.swt.custom.StyledText
Returns the caret position relative to the start of the text.
getCaretOffset() - Method in class org.eclipse.swt.widgets.IME
Returns the offset of the caret from the start of the document.
getCaretOffset(AccessibleTextEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTextAdapter
Sent when an accessibility client requests the current character offset of the text caret.
getCaretOffset(AccessibleTextEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTextListener
Sent when an accessibility client requests the current character offset of the text caret.
getCaretPosition() - Method in class org.eclipse.swt.widgets.Combo
Returns the character position of the caret.
getCaretPosition() - Method in class org.eclipse.swt.widgets.Text
Returns the character position of the caret.
getCause() - Method in error org.eclipse.swt.SWTError
Returns the underlying throwable that caused the problem, or null if this information is not available.
getCause() - Method in exception org.eclipse.swt.SWTException
Returns the underlying throwable that caused the problem, or null if this information is not available.
getCell(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Returns the accessible object at the specified row and column in the table.
getCell(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Returns the accessible object at the specified row and column in the table.
getCharacterCount(AccessibleTextEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTextExtendedAdapter
Returns the total number of characters in the text.
getCharacterCount(AccessibleTextEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTextExtendedListener
Returns the total number of characters in the text.
getCharCount() - Method in class org.eclipse.swt.custom.StyledText
Gets the number of characters.
getCharCount() - Method in interface org.eclipse.swt.custom.StyledTextContent
Return the number of characters in the content.
getCharCount() - Method in class org.eclipse.swt.widgets.Text
Returns the number of characters.
getCharWidth(char) - Method in class org.eclipse.swt.graphics.GC
Returns the width of the specified character in the font selected into the receiver.
getChecked() - Method in class org.eclipse.swt.widgets.TableItem
Returns true if the receiver is checked, and false otherwise.
getChecked() - Method in class org.eclipse.swt.widgets.TreeItem
Returns true if the receiver is checked, and false otherwise.
getChild(AccessibleControlEvent) - Method in class org.eclipse.swt.accessibility.AccessibleControlAdapter
Sent when an accessibility client requests the accessible object for a child of the control by index or childID, or when a client requests the index of an accessible object in its parent.
getChild(AccessibleControlEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleControlListener
Sent when an accessibility client requests the accessible object for a child of the control by index or childID, or when a client requests the index of an accessible object in its parent.
getChildAtPoint(AccessibleControlEvent) - Method in class org.eclipse.swt.accessibility.AccessibleControlAdapter
Sent when an accessibility client requests the identifier of the control child at the specified display coordinates.
getChildAtPoint(AccessibleControlEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleControlListener
Sent when an accessibility client requests the identifier of the control child at the specified display coordinates.
getChildCount(AccessibleControlEvent) - Method in class org.eclipse.swt.accessibility.AccessibleControlAdapter
Sent when an accessibility client requests the number of children in the control.
getChildCount(AccessibleControlEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleControlListener
Sent when an accessibility client requests the number of children in the control.
getChildren() - Method in class org.eclipse.swt.custom.CCombo
 
getChildren() - Method in class org.eclipse.swt.widgets.Composite
Returns a (possibly empty) array containing the receiver's children.
getChildren(AccessibleControlEvent) - Method in class org.eclipse.swt.accessibility.AccessibleControlAdapter
Sent when an accessibility client requests the children, or visible children, of the control.
getChildren(AccessibleControlEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleControlListener
Sent when an accessibility client requests the children, or visible children, of the control.
getClientArea() - Method in class org.eclipse.swt.custom.CBanner
 
getClientArea() - Method in class org.eclipse.swt.custom.CTabFolder
 
getClientArea() - Method in class org.eclipse.swt.custom.ViewForm
 
getClientArea() - Method in class org.eclipse.swt.graphics.Device
Returns a rectangle which describes the area of the receiver which is capable of displaying data.
getClientArea() - Method in class org.eclipse.swt.printing.Printer
Returns a rectangle which describes the area of the receiver which is capable of displaying data.
getClientArea() - Method in class org.eclipse.swt.widgets.Display
Returns a rectangle which describes the area of the receiver which is capable of displaying data.
getClientArea() - Method in class org.eclipse.swt.widgets.Monitor
Returns a rectangle which describes the area of the receiver which is capable of displaying data.
getClientArea() - Method in class org.eclipse.swt.widgets.Scrollable
Returns a rectangle which describes the area of the receiver which is capable of displaying data (that is, not covered by the "trimmings").
getClipping() - Method in class org.eclipse.swt.graphics.GC
Returns the bounding rectangle of the receiver's clipping region.
getClipping(Region) - Method in class org.eclipse.swt.graphics.GC
Sets the region managed by the argument to the current clipping region of the receiver.
getColumn() - Method in class org.eclipse.swt.custom.TableCursor
Returns the index of the column over which the TableCursor is positioned.
getColumn() - Method in class org.eclipse.swt.custom.TableEditor
Returns the zero based index of the column of the cell being tracked by this editor.
getColumn() - Method in class org.eclipse.swt.custom.TreeCursor
Returns the index of the column over which the TreeCursor is positioned.
getColumn() - Method in class org.eclipse.swt.custom.TreeEditor
Returns the zero based index of the column of the cell being tracked by this editor.
getColumn(int) - Method in class org.eclipse.swt.widgets.Table
Returns the column at the given, zero-relative index in the receiver.
getColumn(int) - Method in class org.eclipse.swt.widgets.Tree
Returns the column at the given, zero-relative index in the receiver.
getColumn(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Returns the accessible object for the specified column in the table.
getColumn(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Returns the accessible object for the specified column in the table.
getColumnCount() - Method in class org.eclipse.swt.widgets.Table
Returns the number of columns contained in the receiver.
getColumnCount() - Method in class org.eclipse.swt.widgets.Tree
Returns the number of columns contained in the receiver.
getColumnCount(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Returns the total number of columns in the table.
getColumnCount(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Returns the total number of columns in the table.
getColumnDescription(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Returns the description text of the specified column in the table.
getColumnDescription(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Returns the description text of the specified column in the table.
getColumnHeader(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Returns the accessible object for the column header.
getColumnHeader(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Returns the accessible object for the column header.
getColumnHeaderCells(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Returns the column header cells as an array of accessible objects.
getColumnHeaderCells(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Returns the column header cells as an array of accessible objects.
getColumnHeaders(AccessibleTableCellEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableCellAdapter
Returns the column headers as an array of cell accessibles.
getColumnHeaders(AccessibleTableCellEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableCellListener
Returns the column headers as an array of cell accessibles.
getColumnIndex(AccessibleTableCellEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableCellAdapter
Translates this cell accessible into the corresponding column index.
getColumnIndex(AccessibleTableCellEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableCellListener
Translates this cell accessible into the corresponding column index.
getColumnOrder() - Method in class org.eclipse.swt.widgets.Table
Returns an array of zero-relative integers that map the creation order of the receiver's items to the order in which they are currently being displayed.
getColumnOrder() - Method in class org.eclipse.swt.widgets.Tree
Returns an array of zero-relative integers that map the creation order of the receiver's items to the order in which they are currently being displayed.
getColumns() - Method in class org.eclipse.swt.widgets.Table
Returns an array of TableColumns which are the columns in the receiver.
getColumns() - Method in class org.eclipse.swt.widgets.Tree
Returns an array of TreeColumns which are the columns in the receiver.
getColumns(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Returns the columns as an array of accessible objects.
getColumns(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Returns the columns as an array of accessible objects.
getColumnSpan(AccessibleTableCellEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableCellAdapter
Returns the number of columns occupied by this cell accessible.
getColumnSpan(AccessibleTableCellEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableCellListener
Returns the number of columns occupied by this cell accessible.
getCommitCount() - Method in class org.eclipse.swt.widgets.IME
Returns the commit count of the composition.
getCompositionOffset() - Method in class org.eclipse.swt.widgets.IME
Returns the offset of the composition from the start of the document.
getContent() - Method in class org.eclipse.swt.custom.ScrolledComposite
Get the content that is being scrolled.
getContent() - Method in class org.eclipse.swt.custom.StyledText
Returns the content implementation that is used for text storage.
getContent() - Method in class org.eclipse.swt.custom.ViewForm
Returns the content area.
getContents(Transfer) - Method in class org.eclipse.swt.dnd.Clipboard
Retrieve the data of the specified type currently available on the system clipboard.
getContents(Transfer, int) - Method in class org.eclipse.swt.dnd.Clipboard
Retrieve the data of the specified type currently available on the specified clipboard.
getControl() - Method in class org.eclipse.swt.accessibility.Accessible
Returns the control for this Accessible object.
getControl() - Method in class org.eclipse.swt.custom.CTabItem
Gets the control that is displayed in the content area of the tab item.
getControl() - Method in class org.eclipse.swt.dnd.DragSource
Returns the Control which is registered for this DragSource.
getControl() - Method in class org.eclipse.swt.dnd.DragSourceEffect
Returns the Control which is registered for this DragSourceEffect.
getControl() - Method in class org.eclipse.swt.dnd.DropTarget
Returns the Control which is registered for this DropTarget.
getControl() - Method in class org.eclipse.swt.dnd.DropTargetEffect
Returns the Control which is registered for this DropTargetEffect.
getControl() - Method in class org.eclipse.swt.widgets.CoolItem
Returns the control that is associated with the receiver.
getControl() - Method in class org.eclipse.swt.widgets.ExpandItem
Returns the control that is shown when the item is expanded.
getControl() - Method in class org.eclipse.swt.widgets.TabItem
Returns the control that is used to fill the client area of the tab folder when the user selects the tab item.
getControl() - Method in class org.eclipse.swt.widgets.ToolItem
Returns the control that is used to fill the bounds of the item when the item is a SEPARATOR.
getCookie(String, String) - Static method in class org.eclipse.swt.browser.Browser
Returns the value of a cookie that is associated with a URL.
getCurrent() - Static method in class org.eclipse.swt.widgets.Display
Returns the display which the currently running thread is the user-interface thread for, or null if the currently running thread is not a user-interface thread for any display.
getCurrentPoint(float[]) - Method in class org.eclipse.swt.graphics.Path
Replaces the first two elements in the parameter with values that describe the current point of the path.
getCurrentValue(AccessibleValueEvent) - Method in class org.eclipse.swt.accessibility.AccessibleValueAdapter
Returns the value of this object as a number.
getCurrentValue(AccessibleValueEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleValueListener
Returns the value of this object as a number.
getCursor() - Method in class org.eclipse.swt.widgets.Control
Returns the receiver's cursor, or null if it has not been set.
getCursorControl() - Method in class org.eclipse.swt.widgets.Display
Returns the control which the on-screen pointer is currently over top of, or null if it is not currently over one of the controls built by the currently running application.
getCursorLocation() - Method in class org.eclipse.swt.widgets.Display
Returns the location of the on-screen pointer relative to the top left corner of the screen.
getCursorSizes() - Method in class org.eclipse.swt.widgets.Display
Returns an array containing the recommended cursor sizes.
getData() - Method in class org.eclipse.swt.widgets.Display
Returns the application defined, display specific data associated with the receiver, or null if it has not been set.
getData() - Method in class org.eclipse.swt.widgets.Widget
Returns the application defined widget data associated with the receiver, or null if it has not been set.
getData(String) - Method in class org.eclipse.swt.widgets.Display
Returns the application defined property of the receiver with the specified name, or null if it has not been set.
getData(String) - Method in class org.eclipse.swt.widgets.Widget
Returns the application defined property of the receiver with the specified name, or null if it has not been set.
getDay() - Method in class org.eclipse.swt.widgets.DateTime
Returns the receiver's date, or day of the month.
getDefault() - Static method in class org.eclipse.swt.widgets.Display
Returns the default display.
getDefaultAction(AccessibleControlEvent) - Method in class org.eclipse.swt.accessibility.AccessibleControlAdapter
Sent when an accessibility client requests the default action of the control, or the default action of a child of the control.
getDefaultAction(AccessibleControlEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleControlListener
Sent when an accessibility client requests the default action of the control, or the default action of a child of the control.
getDefaultButton() - Method in class org.eclipse.swt.widgets.Decorations
Returns the receiver's default button if one had previously been set, otherwise returns null.
getDefaultItem() - Method in class org.eclipse.swt.widgets.Menu
Returns the default menu item or null if none has been previously set.
getDefaultPrinterData() - Static method in class org.eclipse.swt.printing.Printer
Returns a PrinterData object representing the default printer or null if there is no default printer.
getDepth() - Method in class org.eclipse.swt.graphics.Device
Returns the bit depth of the screen, which is the number of bits it takes to represent the number of unique colors that the screen is currently capable of displaying.
getDepth() - Method in class org.eclipse.swt.widgets.Display
 
getDescent() - Method in class org.eclipse.swt.graphics.FontMetrics
Returns the descent of the font described by the receiver.
getDescent() - Method in class org.eclipse.swt.graphics.TextLayout
Returns the descent of the receiver.
getDescription(AccessibleActionEvent) - Method in class org.eclipse.swt.accessibility.AccessibleActionAdapter
Returns a description of the specified action.
getDescription(AccessibleActionEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleActionListener
Returns a description of the specified action.
getDescription(AccessibleEvent) - Method in class org.eclipse.swt.accessibility.AccessibleAdapter
Sent when an accessibility client requests a description of the control, or a description of a child of the control.
getDescription(AccessibleEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleListener
Sent when an accessibility client requests a description of the control, or a description of a child of the control.
getDescriptionAdapter(Consumer<AccessibleEvent>) - Static method in interface org.eclipse.swt.accessibility.AccessibleListener
Static helper method to create a AccessibleListener for the AccessibleListener.getDescription(AccessibleEvent e)) method with a lambda expression.
getDevice() - Method in class org.eclipse.swt.graphics.Color
Returns the Device where this resource was created.
getDevice() - Method in class org.eclipse.swt.graphics.Resource
Returns the Device where this resource was created.
getDeviceData() - Method in class org.eclipse.swt.graphics.Device
Returns a DeviceData based on the receiver.
getDeviceZoom() - Method in class org.eclipse.swt.graphics.Device
Gets the scaling factor from the device and calculates the zoom level.
getDeviceZoom() - Static method in class org.eclipse.swt.internal.DPIUtil
 
getDigits() - Method in class org.eclipse.swt.widgets.Spinner
Returns the number of decimal places used by the receiver.
getDisabledImage() - Method in class org.eclipse.swt.custom.CTabItem
Deprecated.
the disabled image is not used
getDisabledImage() - Method in class org.eclipse.swt.widgets.ToolItem
Returns the receiver's disabled image if it has one, or null if it does not.
getDismissalAlignment() - Method in class org.eclipse.swt.widgets.Display
Returns the button dismissal alignment, one of LEFT or RIGHT.
getDisplay() - Method in class org.eclipse.swt.widgets.Widget
Returns the Display that is associated with the receiver.
getDoubleClickEnabled() - Method in class org.eclipse.swt.custom.StyledText
Returns whether the widget implements double click mouse behavior.
getDoubleClickEnabled() - Method in class org.eclipse.swt.widgets.Text
Returns the double click enabled flag.
getDoubleClickTime() - Method in class org.eclipse.swt.widgets.Display
Returns the longest duration, in milliseconds, between two mouse button clicks that will be considered a double click by the underlying operating system.
getDPI() - Method in class org.eclipse.swt.graphics.Device
Returns a point whose x coordinate is the logical horizontal dots per inch of the display, and whose y coordinate is the logical vertical dots per inch of the display.
getDPI() - Method in class org.eclipse.swt.printing.Printer
Returns a point whose x coordinate is the horizontal dots per inch of the printer, and whose y coordinate is the vertical dots per inch of the printer.
getDragDetect() - Method in class org.eclipse.swt.custom.StyledText
 
getDragDetect() - Method in class org.eclipse.swt.widgets.Control
Returns true if the receiver is detecting drag gestures, and false otherwise.
getDragListeners() - Method in class org.eclipse.swt.dnd.DragSource
Returns an array of listeners who will be notified when a drag and drop operation is in progress, by sending it one of the messages defined in the DragSourceListener interface.
getDragSourceEffect() - Method in class org.eclipse.swt.dnd.DragSource
Returns the drag effect that is registered for this DragSource.
getDropListeners() - Method in class org.eclipse.swt.dnd.DropTarget
Returns an array of listeners who will be notified when a drag and drop operation is in progress, by sending it one of the messages defined in the DropTargetListener interface.
getDropTargetEffect() - Method in class org.eclipse.swt.dnd.DropTarget
Returns the drop effect for this DropTarget.
getEchoChar() - Method in class org.eclipse.swt.widgets.Text
Returns the echo character.
getEditable() - Method in class org.eclipse.swt.custom.CCombo
Gets the editable state.
getEditable() - Method in class org.eclipse.swt.custom.StyledText
Returns whether the widget content can be edited.
getEditable() - Method in class org.eclipse.swt.widgets.Text
Returns the editable state.
getEditor() - Method in class org.eclipse.swt.custom.ControlEditor
Returns the Control that is displayed above the composite being edited.
getEffectsVisible() - Method in class org.eclipse.swt.widgets.FontDialog
Returns true if the dialog's effects selection controls are visible, and false otherwise.
getElements(float[]) - Method in class org.eclipse.swt.graphics.Transform
Fills the parameter with the values of the transformation matrix that the receiver represents, in the order {m11, m12, m21, m22, dx, dy}.
getEnabled() - Static method in class org.eclipse.swt.internal.Callback
Returns whether or not callbacks which are triggered at the native level should cause the messages described by the matching Callback objects to be invoked.
getEnabled() - Method in class org.eclipse.swt.widgets.Control
Returns true if the receiver is enabled, and false otherwise.
getEnabled() - Method in class org.eclipse.swt.widgets.Menu
Returns true if the receiver is enabled, and false otherwise.
getEnabled() - Method in class org.eclipse.swt.widgets.MenuItem
Returns true if the receiver is enabled, and false otherwise.
getEnabled() - Method in class org.eclipse.swt.widgets.ScrollBar
Returns true if the receiver is enabled, and false otherwise.
getEnabled() - Method in class org.eclipse.swt.widgets.ToolItem
Returns true if the receiver is enabled, and false otherwise.
getEndIndex(AccessibleHyperlinkEvent) - Method in class org.eclipse.swt.accessibility.AccessibleHyperlinkAdapter
Returns the 0 based character offset at which the textual representation of the hyperlink ends.
getEndIndex(AccessibleHyperlinkEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleHyperlinkListener
Returns the 0 based character offset at which the textual representation of the hyperlink ends.
getEndPage() - Method in class org.eclipse.swt.printing.PrintDialog
Returns the end page setting that the user selected before pressing OK in the dialog.
getEntryCount() - Static method in class org.eclipse.swt.internal.Callback
Returns the number of times the system has been recursively entered through a callback.
getenv(byte[]) - Static method in class org.eclipse.swt.internal.C
 
getEnvironmentalVariable(String) - Static method in class org.eclipse.swt.internal.gtk.OS
 
getErrorHandler() - Method in class org.eclipse.swt.widgets.Display
Returns the current exception handler.
getEventListener() - Method in class org.eclipse.swt.widgets.TypedListener
Returns the receiver's event listener.
getExpanded() - Method in class org.eclipse.swt.widgets.ExpandItem
Returns true if the receiver is expanded, and false otherwise.
getExpanded() - Method in class org.eclipse.swt.widgets.TreeItem
Returns true if the receiver is expanded, and false otherwise.
getExpandHorizontal() - Method in class org.eclipse.swt.custom.ScrolledComposite
Returns true if the content control will be expanded to fill available horizontal space.
getExpandVertical() - Method in class org.eclipse.swt.custom.ScrolledComposite
Returns true if the content control will be expanded to fill available vertical space.
getExtensions() - Static method in class org.eclipse.swt.program.Program
Answer all program extensions in the operating system.
getFileName() - Method in class org.eclipse.swt.widgets.FileDialog
Returns the path of the first file that was selected in the dialog relative to the filter path, or an empty string if no such file has been selected.
getFileNames() - Method in class org.eclipse.swt.widgets.FileDialog
Returns a (possibly empty) array with the paths of all files that were selected in the dialog relative to the filter path.
getFillRule() - Method in class org.eclipse.swt.graphics.GC
Returns the receiver's fill rule, which will be one of SWT.FILL_EVEN_ODD or SWT.FILL_WINDING.
getFilterExtensions() - Method in class org.eclipse.swt.widgets.FileDialog
Returns the file extensions which the dialog will use to filter the files it shows.
getFilterIndex() - Method in class org.eclipse.swt.widgets.FileDialog
Get the 0-based index of the file extension filter which was selected by the user, or -1 if no filter was selected.
getFilterNames() - Method in class org.eclipse.swt.widgets.FileDialog
Returns the names that describe the filter extensions which the dialog will use to filter the files it shows.
getFilterPath() - Method in class org.eclipse.swt.widgets.DirectoryDialog
Returns the path which the dialog will use to filter the directories it shows.
getFilterPath() - Method in class org.eclipse.swt.widgets.FileDialog
Returns the directory path that the dialog will use, or an empty string if this is not set.
getFocus(AccessibleControlEvent) - Method in class org.eclipse.swt.accessibility.AccessibleControlAdapter
Sent when an accessibility client requests the identity of the child or control that has keyboard focus.
getFocus(AccessibleControlEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleControlListener
Sent when an accessibility client requests the identity of the child or control that has keyboard focus.
getFocusControl() - Method in class org.eclipse.swt.widgets.Display
Returns the control which currently has keyboard focus, or null if keyboard events are not currently going to any of the controls built by the currently running application.
getFocusIndex() - Method in class org.eclipse.swt.widgets.List
Returns the zero-relative index of the item which currently has the focus in the receiver, or -1 if no item has focus.
getFont() - Method in class org.eclipse.swt.custom.CTabItem
Returns the font that the receiver will use to paint textual information.
getFont() - Method in class org.eclipse.swt.custom.PopupList
Gets the widget font.
getFont() - Method in class org.eclipse.swt.graphics.GC
Returns the font currently being used by the receiver to draw and measure text.
getFont() - Method in class org.eclipse.swt.graphics.TextLayout
Returns the default font currently being used by the receiver to draw and measure text.
getFont() - Method in class org.eclipse.swt.widgets.Caret
Returns the font that the receiver will use to paint textual information.
getFont() - Method in class org.eclipse.swt.widgets.Control
Returns the font that the receiver will use to paint textual information.
getFont() - Method in class org.eclipse.swt.widgets.TableItem
Returns the font that the receiver will use to paint textual information for this item.
getFont() - Method in class org.eclipse.swt.widgets.TreeItem
Returns the font that the receiver will use to paint textual information for this item.
getFont(int) - Method in class org.eclipse.swt.widgets.TableItem
Returns the font that the receiver will use to paint textual information for the specified cell in this item.
getFont(int) - Method in class org.eclipse.swt.widgets.TreeItem
Returns the font that the receiver will use to paint textual information for the specified cell in this item.
getFontBidiAttributes(GC) - Static method in class org.eclipse.swt.internal.BidiUtil
 
getFontData() - Method in class org.eclipse.swt.graphics.Font
Returns an array of FontDatas representing the receiver.
getFontData() - Method in class org.eclipse.swt.widgets.FontDialog
Deprecated.
use #getFontList ()
getFontList() - Method in class org.eclipse.swt.widgets.FontDialog
Returns a FontData set describing the font that was selected in the dialog, or null if none is available.
getFontList(String, boolean) - Method in class org.eclipse.swt.graphics.Device
Returns FontData objects which describe the fonts that match the given arguments.
getFontMetrics() - Method in class org.eclipse.swt.graphics.GC
Returns a FontMetrics which contains information about the font currently being used by the receiver to draw and measure text.
getForeground() - Method in class org.eclipse.swt.custom.CTabItem
Returns the foreground color that the receiver will use to paint textual information.
getForeground() - Method in class org.eclipse.swt.custom.StyledText
 
getForeground() - Method in class org.eclipse.swt.custom.TableCursor
Returns the foreground color that the receiver will use to draw.
getForeground() - Method in class org.eclipse.swt.custom.TreeCursor
Returns the foreground color that the receiver will use to draw.
getForeground() - Method in class org.eclipse.swt.graphics.GC
Returns the receiver's foreground color.
getForeground() - Method in class org.eclipse.swt.widgets.Control
Returns the foreground color that the receiver will use to draw.
getForeground() - Method in class org.eclipse.swt.widgets.TableItem
Returns the foreground color that the receiver will use to draw.
getForeground() - Method in class org.eclipse.swt.widgets.ToolItem
Returns the foreground color that the receiver will use to draw.
getForeground() - Method in class org.eclipse.swt.widgets.TreeItem
Returns the foreground color that the receiver will use to draw.
getForeground(int) - Method in class org.eclipse.swt.widgets.TableItem
Returns the foreground color at the given column index in the receiver.
getForeground(int) - Method in class org.eclipse.swt.widgets.TreeItem
Returns the foreground color at the given column index in the receiver.
getForegroundPattern() - Method in class org.eclipse.swt.graphics.GC
Returns the foreground pattern.
getFrame(Composite) - Static method in class org.eclipse.swt.awt.SWT_AWT
Returns a java.awt.Frame which is the embedded frame associated with the specified composite.
getFullScreen() - Method in class org.eclipse.swt.widgets.Shell
Returns true if the receiver is currently in fullscreen state, and false otherwise.
getGCData() - Method in class org.eclipse.swt.graphics.GC
Returns the GCData.
getGLData() - Method in class org.eclipse.swt.opengl.GLCanvas
Returns a GLData object describing the created context.
getGrayed() - Method in class org.eclipse.swt.widgets.Button
Returns true if the receiver is grayed, and false otherwise.
getGrayed() - Method in class org.eclipse.swt.widgets.TableItem
Returns true if the receiver is grayed, and false otherwise.
getGrayed() - Method in class org.eclipse.swt.widgets.TreeItem
Returns true if the receiver is grayed, and false otherwise.
getGreen() - Method in class org.eclipse.swt.graphics.Color
Returns the amount of green in the color, from 0 to 255.
getGridLineWidth() - Method in class org.eclipse.swt.widgets.Table
Returns the width in points of a grid line.
getGridLineWidth() - Method in class org.eclipse.swt.widgets.Tree
Returns the width in points of a grid line.
getHeaderBackground() - Method in class org.eclipse.swt.widgets.Table
Returns the header background color.
getHeaderBackground() - Method in class org.eclipse.swt.widgets.Tree
Returns the header background color.
getHeaderForeground() - Method in class org.eclipse.swt.widgets.Table
Returns the header foreground color.
getHeaderForeground() - Method in class org.eclipse.swt.widgets.Tree
Returns the header foreground color.
getHeaderHeight() - Method in class org.eclipse.swt.widgets.ExpandItem
Returns the height of the receiver's header
getHeaderHeight() - Method in class org.eclipse.swt.widgets.Table
Returns the height of the receiver's header
getHeaderHeight() - Method in class org.eclipse.swt.widgets.Tree
Returns the height of the receiver's header
getHeaderVisible() - Method in class org.eclipse.swt.widgets.Table
Returns true if the receiver's header is visible, and false otherwise.
getHeaderVisible() - Method in class org.eclipse.swt.widgets.Tree
Returns true if the receiver's header is visible, and false otherwise.
getHeight() - Method in class org.eclipse.swt.graphics.FontData
Returns the height of the receiver in points.
getHeight() - Method in class org.eclipse.swt.graphics.FontMetrics
Returns the height of the font described by the receiver, measured in points.
getHeight() - Method in class org.eclipse.swt.widgets.ExpandItem
Gets the height of the receiver.
getHelp(AccessibleEvent) - Method in class org.eclipse.swt.accessibility.AccessibleAdapter
Sent when an accessibility client requests the help string of the control, or the help string of a child of the control.
getHelp(AccessibleEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleListener
Sent when an accessibility client requests the help string of the control, or the help string of a child of the control.
getHelpAdapter(Consumer<AccessibleEvent>) - Static method in interface org.eclipse.swt.accessibility.AccessibleListener
Static helper method to create a AccessibleListener for the AccessibleListener.getHelp(AccessibleEvent e)) method with a lambda expression.
getHighContrast() - Method in class org.eclipse.swt.widgets.Display
Returns true when the high contrast mode is enabled.
getHighlightEnabled() - Method in class org.eclipse.swt.custom.CTabFolder
Returns true if the selected tab is rendered as highlighted.
getHighlightImage() - Method in class org.eclipse.swt.widgets.TrayItem
Returns the receiver's highlight image if it has one, or null if it does not.
getHorizontalBar() - Method in class org.eclipse.swt.widgets.Scrollable
Returns the receiver's horizontal scroll bar if it has one, and null if it does not.
getHorizontalIndex() - Method in class org.eclipse.swt.custom.StyledText
Returns the horizontal scroll offset relative to the start of the line.
getHorizontalPixel() - Method in class org.eclipse.swt.custom.StyledText
Returns the horizontal scroll offset relative to the start of the line.
getHotImage() - Method in class org.eclipse.swt.widgets.ToolItem
Returns the receiver's hot image if it has one, or null if it does not.
getHours() - Method in class org.eclipse.swt.widgets.DateTime
Returns the receiver's hours.
getHSB() - Method in class org.eclipse.swt.graphics.RGB
Returns the hue, saturation, and brightness of the color.
getHSBA() - Method in class org.eclipse.swt.graphics.RGBA
Returns the hue, saturation, and brightness of the color.
getHyperlink(AccessibleTextEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTextExtendedAdapter
Returns the specified hyperlink.
getHyperlink(AccessibleTextEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTextExtendedListener
Returns the specified hyperlink.
getHyperlinkCount(AccessibleTextEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTextExtendedAdapter
Returns the number of links and link groups contained within this hypertext paragraph.
getHyperlinkCount(AccessibleTextEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTextExtendedListener
Returns the number of links and link groups contained within this hypertext paragraph.
getHyperlinkIndex(AccessibleTextEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTextExtendedAdapter
Returns the index of the hyperlink that is associated with this character offset.
getHyperlinkIndex(AccessibleTextEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTextExtendedListener
Returns the index of the hyperlink that is associated with this character offset.
getIconDepth() - Method in class org.eclipse.swt.widgets.Display
Returns the maximum allowed depth of icons on this display, in bits per pixel.
getIconSizes() - Method in class org.eclipse.swt.widgets.Display
Returns an array containing the recommended icon sizes.
getID() - Method in class org.eclipse.swt.widgets.MenuItem
Gets the identifier associated with the receiver.
getImage() - Method in class org.eclipse.swt.custom.CLabel
Return the CLabel's image or null.
getImage() - Method in class org.eclipse.swt.widgets.Button
Returns the receiver's image if it has one, or null if it does not.
getImage() - Method in class org.eclipse.swt.widgets.Caret
Returns the image that the receiver will use to paint the caret.
getImage() - Method in class org.eclipse.swt.widgets.Decorations
Returns the receiver's image if it had previously been set using setImage().
getImage() - Method in class org.eclipse.swt.widgets.Item
Returns the receiver's image if it has one, or null if it does not.
getImage() - Method in class org.eclipse.swt.widgets.Label
Returns the receiver's image if it has one, or null if it does not.
getImage() - Method in class org.eclipse.swt.widgets.TableItem
 
getImage() - Method in class org.eclipse.swt.widgets.ToolItem
Returns the receiver's enabled image if it has one, or null if it does not.
getImage() - Method in class org.eclipse.swt.widgets.TreeItem
 
getImage(int) - Method in class org.eclipse.swt.widgets.TableItem
Returns the image stored at the given column index in the receiver, or null if the image has not been set or if the column does not exist.
getImage(int) - Method in class org.eclipse.swt.widgets.TreeItem
Returns the image stored at the given column index in the receiver, or null if the image has not been set or if the column does not exist.
getImageBounds(int) - Method in class org.eclipse.swt.widgets.TableItem
Returns a rectangle describing the size and location relative to its parent of an image at a column in the table.
getImageBounds(int) - Method in class org.eclipse.swt.widgets.TreeItem
Returns a rectangle describing the size and location relative to its parent of an image at a column in the tree.
getImageData() - Method in class org.eclipse.swt.graphics.Image
Returns an ImageData based on the receiver.
getImageData() - Method in class org.eclipse.swt.program.Program
Returns the receiver's image data.
getImageData(int) - Method in class org.eclipse.swt.graphics.Image
Returns an ImageData for the given zoom level based on the receiver.
getImageData(int) - Method in interface org.eclipse.swt.graphics.ImageDataProvider
Returns the image data for the given zoom level.
getImageData(int) - Method in class org.eclipse.swt.internal.DPIUtil.AutoScaleImageDataProvider
 
getImageDataAtCurrentZoom() - Method in class org.eclipse.swt.graphics.Image
Deprecated.
This API doesn't serve the purpose in an environment having multiple monitors with different DPIs, hence deprecated. Use Image.getImageData(int) instead.
getImageIndent() - Method in class org.eclipse.swt.widgets.TableItem
Gets the image indent.
getImagePath(int) - Method in interface org.eclipse.swt.graphics.ImageFileNameProvider
Returns the image filePath for the given zoom level.
getImages() - Method in class org.eclipse.swt.widgets.Decorations
Returns the receiver's images if they had previously been set using setImages().
getIME() - Method in class org.eclipse.swt.widgets.Canvas
Returns the IME.
getImeInputMode() - Method in class org.eclipse.swt.widgets.Shell
Returns the receiver's input method editor mode.
getIncrement() - Method in class org.eclipse.swt.widgets.Scale
Returns the amount that the receiver's value will be modified by when the up/down (or right/left) arrows are pressed.
getIncrement() - Method in class org.eclipse.swt.widgets.ScrollBar
Returns the amount that the receiver's value will be modified by when the up/down (or right/left) arrows are pressed.
getIncrement() - Method in class org.eclipse.swt.widgets.Slider
Returns the amount that the receiver's value will be modified by when the up/down (or right/left) arrows are pressed.
getIncrement() - Method in class org.eclipse.swt.widgets.Spinner
Returns the amount that the receiver's value will be modified by when the up/down arrows are pressed.
getIndent() - Method in class org.eclipse.swt.custom.StyledText
Returns the line indentation of the widget.
getIndent() - Method in class org.eclipse.swt.graphics.TextLayout
Returns the receiver's indent.
getInstance() - Static method in class org.eclipse.swt.dnd.FileTransfer
Returns the singleton instance of the FileTransfer class.
getInstance() - Static method in class org.eclipse.swt.dnd.HTMLTransfer
Returns the singleton instance of the HTMLTransfer class.
getInstance() - Static method in class org.eclipse.swt.dnd.ImageTransfer
Returns the singleton instance of the ImageTransfer class.
getInstance() - Static method in class org.eclipse.swt.dnd.RTFTransfer
Returns the singleton instance of the RTFTransfer class.
getInstance() - Static method in class org.eclipse.swt.dnd.TextTransfer
Returns the singleton instance of the TextTransfer class.
getInstance() - Static method in class org.eclipse.swt.dnd.URLTransfer
Returns the singleton instance of the URLTransfer class.
getInstance() - Static method in class org.eclipse.swt.internal.WidgetSpy
 
getInterpolation() - Method in class org.eclipse.swt.graphics.GC
Returns the receiver's interpolation setting, which will be one of SWT.DEFAULT, SWT.NONE, SWT.LOW or SWT.HIGH.
getItem() - Method in class org.eclipse.swt.custom.TableEditor
Returns the TableItem for the row of the cell being tracked by this editor.
getItem() - Method in class org.eclipse.swt.custom.TreeEditor
Returns the TreeItem for the row of the cell being tracked by this editor.
getItem(int) - Method in class org.eclipse.swt.custom.CCombo
Returns the item at the given, zero-relative index in the receiver's list.
getItem(int) - Method in class org.eclipse.swt.custom.CTabFolder
Return the tab that is located at the specified index.
getItem(int) - Method in class org.eclipse.swt.widgets.Combo
Returns the item at the given, zero-relative index in the receiver's list.
getItem(int) - Method in class org.eclipse.swt.widgets.CoolBar
Returns the item that is currently displayed at the given, zero-relative index.
getItem(int) - Method in class org.eclipse.swt.widgets.ExpandBar
Returns the item at the given, zero-relative index in the receiver.
getItem(int) - Method in class org.eclipse.swt.widgets.List
Returns the item at the given, zero-relative index in the receiver.
getItem(int) - Method in class org.eclipse.swt.widgets.Menu
Returns the item at the given, zero-relative index in the receiver.
getItem(int) - Method in class org.eclipse.swt.widgets.TabFolder
Returns the item at the given, zero-relative index in the receiver.
getItem(int) - Method in class org.eclipse.swt.widgets.Table
Returns the item at the given, zero-relative index in the receiver.
getItem(int) - Method in class org.eclipse.swt.widgets.TaskBar
Returns the item at the given, zero-relative index in the receiver.
getItem(int) - Method in class org.eclipse.swt.widgets.ToolBar
Returns the item at the given, zero-relative index in the receiver.
getItem(int) - Method in class org.eclipse.swt.widgets.Tray
Returns the item at the given, zero-relative index in the receiver.
getItem(int) - Method in class org.eclipse.swt.widgets.Tree
Returns the item at the given, zero-relative index in the receiver.
getItem(int) - Method in class org.eclipse.swt.widgets.TreeItem
Returns the item at the given, zero-relative index in the receiver.
getItem(int, int) - Method in class org.eclipse.swt.dnd.DropTargetEffect
Returns the item at the given x-y coordinate in the receiver or null if no such item exists.
getItem(Point) - Method in class org.eclipse.swt.custom.CTabFolder
Gets the item at a point in the widget.
getItem(Point) - Method in class org.eclipse.swt.widgets.TabFolder
Returns the tab item at the given point in the receiver or null if no such item exists.
getItem(Point) - Method in class org.eclipse.swt.widgets.Table
Returns the item at the given point in the receiver or null if no such item exists.
getItem(Point) - Method in class org.eclipse.swt.widgets.ToolBar
Returns the item at the given point in the receiver or null if no such item exists.
getItem(Point) - Method in class org.eclipse.swt.widgets.Tree
Returns the item at the given point in the receiver or null if no such item exists.
getItem(Shell) - Method in class org.eclipse.swt.widgets.TaskBar
Returns the TaskItem for the given Shell or the TaskItem for the application if the Shell parameter is null.
getItemCount() - Method in class org.eclipse.swt.custom.CCombo
Returns the number of items contained in the receiver's list.
getItemCount() - Method in class org.eclipse.swt.custom.CTabFolder
Return the number of tabs in the folder.
getItemCount() - Method in class org.eclipse.swt.widgets.Combo
Returns the number of items contained in the receiver's list.
getItemCount() - Method in class org.eclipse.swt.widgets.CoolBar
Returns the number of items contained in the receiver.
getItemCount() - Method in class org.eclipse.swt.widgets.ExpandBar
Returns the number of items contained in the receiver.
getItemCount() - Method in class org.eclipse.swt.widgets.List
Returns the number of items contained in the receiver.
getItemCount() - Method in class org.eclipse.swt.widgets.Menu
Returns the number of items contained in the receiver.
getItemCount() - Method in class org.eclipse.swt.widgets.TabFolder
Returns the number of items contained in the receiver.
getItemCount() - Method in class org.eclipse.swt.widgets.Table
Returns the number of items contained in the receiver.
getItemCount() - Method in class org.eclipse.swt.widgets.TaskBar
Returns the number of items contained in the receiver.
getItemCount() - Method in class org.eclipse.swt.widgets.ToolBar
Returns the number of items contained in the receiver.
getItemCount() - Method in class org.eclipse.swt.widgets.Tray
Returns the number of items contained in the receiver.
getItemCount() - Method in class org.eclipse.swt.widgets.Tree
Returns the number of items contained in the receiver that are direct item children of the receiver.
getItemCount() - Method in class org.eclipse.swt.widgets.TreeItem
Returns the number of items contained in the receiver that are direct item children of the receiver.
getItemHeight() - Method in class org.eclipse.swt.custom.CCombo
Returns the height of the area which would be used to display one of the items in the receiver's list.
getItemHeight() - Method in class org.eclipse.swt.widgets.Combo
Returns the height of the area which would be used to display one of the items in the receiver's list.
getItemHeight() - Method in class org.eclipse.swt.widgets.List
Returns the height of the area which would be used to display one of the items in the list.
getItemHeight() - Method in class org.eclipse.swt.widgets.Table
Returns the height of the area which would be used to display one of the items in the receiver.
getItemHeight() - Method in class org.eclipse.swt.widgets.Tree
Returns the height of the area which would be used to display one of the items in the tree.
getItemOrder() - Method in class org.eclipse.swt.widgets.CoolBar
Returns an array of zero-relative ints that map the creation order of the receiver's items to the order in which they are currently being displayed.
getItems() - Method in class org.eclipse.swt.custom.CCombo
Returns an array of Strings which are the items in the receiver's list.
getItems() - Method in class org.eclipse.swt.custom.CTabFolder
Return the tab items.
getItems() - Method in class org.eclipse.swt.custom.PopupList
Gets the items.
getItems() - Method in class org.eclipse.swt.widgets.Combo
Returns a (possibly empty) array of Strings which are the items in the receiver's list.
getItems() - Method in class org.eclipse.swt.widgets.CoolBar
Returns an array of CoolItems in the order in which they are currently being displayed.
getItems() - Method in class org.eclipse.swt.widgets.ExpandBar
Returns an array of ExpandItems which are the items in the receiver.
getItems() - Method in class org.eclipse.swt.widgets.List
Returns a (possibly empty) array of Strings which are the items in the receiver.
getItems() - Method in class org.eclipse.swt.widgets.Menu
Returns a (possibly empty) array of MenuItems which are the items in the receiver.
getItems() - Method in class org.eclipse.swt.widgets.TabFolder
Returns an array of TabItems which are the items in the receiver.
getItems() - Method in class org.eclipse.swt.widgets.Table
Returns a (possibly empty) array of TableItems which are the items in the receiver.
getItems() - Method in class org.eclipse.swt.widgets.TaskBar
Returns an array of TaskItems which are the items in the receiver.
getItems() - Method in class org.eclipse.swt.widgets.ToolBar
Returns an array of ToolItems which are the items in the receiver.
getItems() - Method in class org.eclipse.swt.widgets.Tray
Returns an array of TrayItems which are the items in the receiver.
getItems() - Method in class org.eclipse.swt.widgets.Tree
Returns a (possibly empty) array of items contained in the receiver that are direct item children of the receiver.
getItems() - Method in class org.eclipse.swt.widgets.TreeItem
Returns a (possibly empty) array of TreeItems which are the direct item children of the receiver.
getItemSizes() - Method in class org.eclipse.swt.widgets.CoolBar
Returns an array of points whose x and y coordinates describe the widths and heights (respectively) of the items in the receiver in the order in which they are currently being displayed.
getJavascriptEnabled() - Method in class org.eclipse.swt.browser.Browser
Returns true if javascript will be allowed to run in pages subsequently viewed in the receiver, and false otherwise.
getJustify() - Method in class org.eclipse.swt.custom.StyledText
Returns whether the widget justifies lines.
getJustify() - Method in class org.eclipse.swt.graphics.TextLayout
Returns the receiver's justification.
getKeyBinding(int) - Method in class org.eclipse.swt.custom.StyledText
Returns the action assigned to the key.
getKeyBinding(AccessibleActionEvent) - Method in class org.eclipse.swt.accessibility.AccessibleActionAdapter
Returns a string representing one or more key bindings, if there are any, associated with the specified action.
getKeyBinding(AccessibleActionEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleActionListener
Returns a string representing one or more key bindings, if there are any, associated with the specified action.
getKeyboardLanguage() - Static method in class org.eclipse.swt.internal.BidiUtil
 
getKeyboardShortcut(AccessibleEvent) - Method in class org.eclipse.swt.accessibility.AccessibleAdapter
Sent when an accessibility client requests the keyboard shortcut of the control, or the keyboard shortcut of a child of the control.
getKeyboardShortcut(AccessibleEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleListener
Sent when an accessibility client requests the keyboard shortcut of the control, or the keyboard shortcut of a child of the control.
getKeyboardShortcutAdapter(Consumer<AccessibleEvent>) - Static method in interface org.eclipse.swt.accessibility.AccessibleListener
Static helper method to create a AccessibleListener for the AccessibleListener.getKeyboardShortcut(AccessibleEvent e)) method with a lambda expression.
getLayout() - Method in class org.eclipse.swt.widgets.Composite
Returns layout which is associated with the receiver, or null if one has not been set.
getLayoutData() - Method in class org.eclipse.swt.widgets.Control
Returns layout data which is associated with the receiver.
getLayoutDeferred() - Method in class org.eclipse.swt.widgets.Composite
Returns true if the receiver has deferred the performing of layout, and false otherwise.
getLeading() - Method in class org.eclipse.swt.graphics.FontMetrics
Returns the leading area of the font described by the receiver.
getLeft() - Method in class org.eclipse.swt.custom.CBanner
Returns the Control that appears on the left side of the banner.
getLeftMargin() - Method in class org.eclipse.swt.custom.CLabel
Return the CLabel's left margin.
getLeftMargin() - Method in class org.eclipse.swt.custom.StyledText
Returns the left margin.
getLevel(int) - Method in class org.eclipse.swt.graphics.TextLayout
Returns the embedding level for the specified character offset.
getLine(int) - Method in class org.eclipse.swt.custom.StyledText
Returns the line at the given line index without delimiters.
getLine(int) - Method in interface org.eclipse.swt.custom.StyledTextContent
Return the line at the given line index without delimiters.
getLineAlignment(int) - Method in class org.eclipse.swt.custom.StyledText
Returns the alignment of the line at the given index.
getLineAtOffset(int) - Method in class org.eclipse.swt.custom.StyledText
Returns the line at the specified offset in the text where 0 < offset < getCharCount() so that getLineAtOffset(getCharCount()) returns the line of the insert location.
getLineAtOffset(int) - Method in interface org.eclipse.swt.custom.StyledTextContent
Return the line index at the given character offset.
getLineAttributes() - Method in class org.eclipse.swt.graphics.GC
Returns the receiver's line attributes.
getLineBackground(int) - Method in class org.eclipse.swt.custom.StyledText
Returns the background color of the line at the given index.
getLineBounds(int) - Method in class org.eclipse.swt.graphics.TextLayout
Returns the bounds of the line for the specified line index.
getLineBullet(int) - Method in class org.eclipse.swt.custom.StyledText
Returns the bullet of the line at the given index.
getLineCap() - Method in class org.eclipse.swt.graphics.GC
Returns the receiver's line cap style, which will be one of the constants SWT.CAP_FLAT, SWT.CAP_ROUND, or SWT.CAP_SQUARE.
getLineCount() - Method in class org.eclipse.swt.custom.StyledText
Gets the number of text lines.
getLineCount() - Method in interface org.eclipse.swt.custom.StyledTextContent
Return the number of lines.
getLineCount() - Method in class org.eclipse.swt.graphics.TextLayout
Returns the receiver's line count.
getLineCount() - Method in class org.eclipse.swt.widgets.Text
Returns the number of lines.
getLineDash() - Method in class org.eclipse.swt.graphics.GC
Returns the receiver's line dash style.
getLineDelimiter() - Method in class org.eclipse.swt.custom.StyledText
Returns the line delimiter used for entering new lines by key down or paste operation.
getLineDelimiter() - Method in interface org.eclipse.swt.custom.StyledTextContent
Return the line delimiter that should be used by the StyledText widget when inserting new lines.
getLineDelimiter() - Method in class org.eclipse.swt.widgets.Text
Returns the line delimiter.
getLineHeight() - Method in class org.eclipse.swt.custom.StyledText
Returns the line height.
getLineHeight() - Method in class org.eclipse.swt.widgets.Text
Returns the height of a line.
getLineHeight(int) - Method in class org.eclipse.swt.custom.StyledText
Returns the line height at the given offset.
getLineIndent(int) - Method in class org.eclipse.swt.custom.StyledText
Returns the indentation of the line at the given index.
getLineIndex(int) - Method in class org.eclipse.swt.custom.StyledText
Returns the line index for a y, relative to the client area.
getLineIndex(int) - Method in class org.eclipse.swt.graphics.TextLayout
Returns the index of the line that contains the specified character offset.
getLineJoin() - Method in class org.eclipse.swt.graphics.GC
Returns the receiver's line join style, which will be one of the constants SWT.JOIN_MITER, SWT.JOIN_ROUND, or SWT.JOIN_BEVEL.
getLineJustify(int) - Method in class org.eclipse.swt.custom.StyledText
Returns whether the line at the given index is justified.
getLineMetrics(int) - Method in class org.eclipse.swt.graphics.TextLayout
Returns the font metrics for the specified line index.
getLineOffsets() - Method in class org.eclipse.swt.graphics.TextLayout
Returns the line offsets.
getLinePixel(int) - Method in class org.eclipse.swt.custom.StyledText
Returns the top SWT logical point, relative to the client area, of a given line.
getLineSpacing() - Method in class org.eclipse.swt.custom.StyledText
Returns the line spacing of the widget.
getLineSpacing(int) - Method in interface org.eclipse.swt.custom.StyledTextLineSpacingProvider
Returns the line spacing of the given line index and null otherwise.
getLineStyle() - Method in class org.eclipse.swt.graphics.GC
Returns the receiver's line style, which will be one of the constants SWT.LINE_SOLID, SWT.LINE_DASH, SWT.LINE_DOT, SWT.LINE_DASHDOT or SWT.LINE_DASHDOTDOT.
getLinesVisible() - Method in class org.eclipse.swt.widgets.Table
Returns true if the receiver's lines are visible, and false otherwise.
getLinesVisible() - Method in class org.eclipse.swt.widgets.Tree
Returns true if the receiver's lines are visible, and false otherwise.
getLineTabStops(int) - Method in class org.eclipse.swt.custom.StyledText
Returns the tab stops of the line at the given index.
getLineVerticalIndent(int) - Method in class org.eclipse.swt.custom.StyledText
Returns the vertical indentation of the line at the given index.
getLineWidth() - Method in class org.eclipse.swt.graphics.GC
Returns the width that will be used when drawing lines for all of the figure drawing operations (that is, drawLine, drawRectangle, drawPolyline, and so forth.
getLineWrapIndent(int) - Method in class org.eclipse.swt.custom.StyledText
Returns the wrap indentation of the line at the given index.
getLinkForeground() - Method in class org.eclipse.swt.widgets.Link
Returns the link foreground color.
getListeners(int) - Method in class org.eclipse.swt.widgets.Widget
Returns an array of listeners who will be notified when an event of the given type occurs.
getListVisible() - Method in class org.eclipse.swt.custom.CCombo
Returns true if the receiver's list is visible, and false otherwise.
getListVisible() - Method in class org.eclipse.swt.widgets.Combo
Returns true if the receiver's list is visible, and false otherwise.
getLocale() - Method in class org.eclipse.swt.graphics.FontData
Returns the locale of the receiver.
getLocation() - Method in class org.eclipse.swt.widgets.Caret
Returns a point describing the receiver's location relative to its parent (or its display if its parent is null).
getLocation() - Method in class org.eclipse.swt.widgets.Control
Returns a point describing the receiver's location relative to its parent in points (or its display if its parent is null), unless the receiver is a shell.
getLocation(int, boolean) - Method in class org.eclipse.swt.graphics.TextLayout
Returns the location for the specified character offset.
getLocation(AccessibleControlEvent) - Method in class org.eclipse.swt.accessibility.AccessibleControlAdapter
Sent when an accessibility client requests the location of the control, or the location of a child of the control.
getLocation(AccessibleControlEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleControlListener
Sent when an accessibility client requests the location of the control, or the location of a child of the control.
getLocationAtOffset(int) - Method in class org.eclipse.swt.custom.StyledText
Returns the x, y location of the upper left corner of the character bounding box at the specified offset in the text.
getLocked() - Method in class org.eclipse.swt.widgets.CoolBar
Returns whether or not the receiver is 'locked'.
getMarginColor() - Method in class org.eclipse.swt.custom.StyledText
Returns the color of the margins.
getMaxHeight() - Method in interface org.eclipse.swt.internal.gtk.GeometryInterface
 
getMaxHeight() - Method in class org.eclipse.swt.internal.gtk3.GdkGeometry
 
getMaxHeight() - Method in class org.eclipse.swt.internal.SWTGeometry
 
getMaximized() - Method in class org.eclipse.swt.custom.CTabFolder
Returns true if the receiver is maximized.
getMaximized() - Method in class org.eclipse.swt.widgets.Decorations
Returns true if the receiver is currently maximized, and false otherwise.
getMaximized() - Method in class org.eclipse.swt.widgets.Shell
 
getMaximizedControl() - Method in class org.eclipse.swt.custom.SashForm
Answer the control that currently is maximized in the SashForm.
getMaximizeVisible() - Method in class org.eclipse.swt.custom.CTabFolder
Returns true if the maximize button is visible.
getMaximum() - Method in class org.eclipse.swt.widgets.ProgressBar
Returns the maximum value which the receiver will allow.
getMaximum() - Method in class org.eclipse.swt.widgets.Scale
Returns the maximum value which the receiver will allow.
getMaximum() - Method in class org.eclipse.swt.widgets.ScrollBar
Returns the maximum value which the receiver will allow.
getMaximum() - Method in class org.eclipse.swt.widgets.Slider
Returns the maximum value which the receiver will allow.
getMaximum() - Method in class org.eclipse.swt.widgets.Spinner
Returns the maximum value which the receiver will allow.
getMaximumSize() - Method in class org.eclipse.swt.widgets.Shell
Returns a point describing the maximum receiver's size.
getMaximumValue(AccessibleValueEvent) - Method in class org.eclipse.swt.accessibility.AccessibleValueAdapter
Returns the maximum value that can be represented by this object.
getMaximumValue(AccessibleValueEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleValueListener
Returns the maximum value that can be represented by this object.
getMaxWidth() - Method in interface org.eclipse.swt.internal.gtk.GeometryInterface
 
getMaxWidth() - Method in class org.eclipse.swt.internal.gtk3.GdkGeometry
 
getMaxWidth() - Method in class org.eclipse.swt.internal.SWTGeometry
 
getMenu() - Method in class org.eclipse.swt.custom.CCombo
 
getMenu() - Method in class org.eclipse.swt.widgets.Control
Returns the receiver's pop up menu if it has one, or null if it does not.
getMenu() - Method in class org.eclipse.swt.widgets.MenuItem
Returns the receiver's cascade menu if it has one or null if it does not.
getMenu() - Method in class org.eclipse.swt.widgets.TaskItem
Returns the receiver's pop up menu if it has one, or null if it does not.
getMenuBar() - Method in class org.eclipse.swt.widgets.Decorations
Returns the receiver's menu bar if one had previously been set, otherwise returns null.
getMenuBar() - Method in class org.eclipse.swt.widgets.Display
Returns the single instance of the application menu bar, or null if there is no application menu bar for the platform.
getMessage() - Method in error org.eclipse.swt.SWTError
Returns the string describing this SWTError object.
getMessage() - Method in exception org.eclipse.swt.SWTException
Returns the string describing this SWTException object.
getMessage() - Method in class org.eclipse.swt.widgets.DirectoryDialog
Returns the dialog's message, which is a description of the purpose for which it was opened.
getMessage() - Method in class org.eclipse.swt.widgets.MessageBox
Returns the dialog's message, or an empty string if it does not have one.
getMessage() - Method in class org.eclipse.swt.widgets.Text
Returns the widget message.
getMessage() - Method in class org.eclipse.swt.widgets.ToolTip
Returns the receiver's message, which will be an empty string if it has never been set.
getMessage(String) - Static method in class org.eclipse.swt.internal.Compatibility
Returns the NLS'ed message for the given argument.
getMessage(String) - Static method in class org.eclipse.swt.SWT
Returns the NLS'ed message for the given argument.
getMessage(String, Object[]) - Static method in class org.eclipse.swt.internal.Compatibility
 
getMessage(String, Object[]) - Static method in class org.eclipse.swt.SWT
Returns the NLS'ed message for the given arguments.
getMinHeight() - Method in class org.eclipse.swt.custom.ScrolledComposite
Returns the minimum height of the content control.
getMinHeight() - Method in interface org.eclipse.swt.internal.gtk.GeometryInterface
 
getMinHeight() - Method in class org.eclipse.swt.internal.gtk3.GdkGeometry
 
getMinHeight() - Method in class org.eclipse.swt.internal.SWTGeometry
 
getMinimized() - Method in class org.eclipse.swt.custom.CTabFolder
Returns true if the receiver is minimized.
getMinimized() - Method in class org.eclipse.swt.widgets.Decorations
Returns true if the receiver is currently minimized, and false otherwise.
getMinimizeVisible() - Method in class org.eclipse.swt.custom.CTabFolder
Returns true if the minimize button is visible.
getMinimum() - Method in class org.eclipse.swt.widgets.ProgressBar
Returns the minimum value which the receiver will allow.
getMinimum() - Method in class org.eclipse.swt.widgets.Scale
Returns the minimum value which the receiver will allow.
getMinimum() - Method in class org.eclipse.swt.widgets.ScrollBar
Returns the minimum value which the receiver will allow.
getMinimum() - Method in class org.eclipse.swt.widgets.Slider
Returns the minimum value which the receiver will allow.
getMinimum() - Method in class org.eclipse.swt.widgets.Spinner
Returns the minimum value which the receiver will allow.
getMinimumCharacters() - Method in class org.eclipse.swt.custom.CTabFolder
Returns the number of characters that will appear in a fully compressed tab.
getMinimumSize() - Method in class org.eclipse.swt.widgets.CoolItem
Returns the minimum size that the cool item can be resized to using the cool item's gripper.
getMinimumSize() - Method in class org.eclipse.swt.widgets.Shell
Returns a point describing the minimum receiver's size.
getMinimumValue(AccessibleValueEvent) - Method in class org.eclipse.swt.accessibility.AccessibleValueAdapter
Returns the minimum value that can be represented by this object.
getMinimumValue(AccessibleValueEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleValueListener
Returns the minimum value that can be represented by this object.
getMinimumWidth() - Method in class org.eclipse.swt.custom.PopupList
Gets the minimum width of the list.
getMinSizeRequested() - Method in interface org.eclipse.swt.internal.gtk.GeometryInterface
 
getMinSizeRequested() - Method in class org.eclipse.swt.internal.gtk3.GdkGeometry
 
getMinSizeRequested() - Method in class org.eclipse.swt.internal.SWTGeometry
 
getMinutes() - Method in class org.eclipse.swt.widgets.DateTime
Returns the receiver's minutes.
getMinWidth() - Method in class org.eclipse.swt.custom.ScrolledComposite
Returns the minimum width of the content control.
getMinWidth() - Method in interface org.eclipse.swt.internal.gtk.GeometryInterface
 
getMinWidth() - Method in class org.eclipse.swt.internal.gtk3.GdkGeometry
 
getMinWidth() - Method in class org.eclipse.swt.internal.SWTGeometry
 
getModified() - Method in class org.eclipse.swt.widgets.Shell
Gets the receiver's modified state.
getMonitor() - Method in class org.eclipse.swt.widgets.Control
Returns the receiver's monitor.
getMonitors() - Method in class org.eclipse.swt.widgets.Display
Returns an array of monitors attached to the device.
getMonth() - Method in class org.eclipse.swt.widgets.DateTime
Returns the receiver's month.
getMouseNavigatorEnabled() - Method in class org.eclipse.swt.custom.StyledText
Returns true if the mouse navigator is enabled.
getMoveable() - Method in class org.eclipse.swt.widgets.TableColumn
Gets the moveable attribute.
getMoveable() - Method in class org.eclipse.swt.widgets.TreeColumn
Gets the moveable attribute.
getMRUVisible() - Method in class org.eclipse.swt.custom.CTabFolder
Returns true if the receiver displays most recently used tabs and false otherwise.
getName() - Method in class org.eclipse.swt.browser.BrowserFunction
Returns the name that javascript can use to invoke this BrowserFunction.
getName() - Method in class org.eclipse.swt.graphics.FontData
Returns the name of the receiver.
getName() - Method in class org.eclipse.swt.program.Program
Returns the receiver's name.
getName(AccessibleActionEvent) - Method in class org.eclipse.swt.accessibility.AccessibleActionAdapter
Returns the name of the specified action.
getName(AccessibleActionEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleActionListener
Returns the name of the specified action.
getName(AccessibleEvent) - Method in class org.eclipse.swt.accessibility.AccessibleAdapter
Sent when an accessibility client requests the name of the control, or the name of a child of the control.
getName(AccessibleEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleListener
Sent when an accessibility client requests the name of the control, or the name of a child of the control.
getNameAdapter(Consumer<AccessibleEvent>) - Static method in interface org.eclipse.swt.accessibility.AccessibleListener
Static helper method to create a AccessibleListener for the AccessibleListener.getName(AccessibleEvent e)) method with a lambda expression.
getNextOffset(int, int) - Method in class org.eclipse.swt.graphics.TextLayout
Returns the next offset for the specified offset and movement type.
getNextOffset(MovementEvent) - Method in interface org.eclipse.swt.custom.MovementListener
This method is called when a new offset is required based on the current offset and a movement type.
getNonDisposedWidgets() - Method in class org.eclipse.swt.internal.WidgetSpy.NonDisposedWidgetTracker
 
getOffset(int, int, int[]) - Method in class org.eclipse.swt.graphics.TextLayout
Returns the character offset for the specified point.
getOffset(Point, int[]) - Method in class org.eclipse.swt.graphics.TextLayout
Returns the character offset for the specified point.
getOffsetAtLine(int) - Method in class org.eclipse.swt.custom.StyledText
Returns the character offset of the first character of the given line.
getOffsetAtLine(int) - Method in interface org.eclipse.swt.custom.StyledTextContent
Return the character offset of the first character of the given line.
getOffsetAtLocation(Point) - Method in class org.eclipse.swt.custom.StyledText
Deprecated.
Use StyledText.getOffsetAtPoint(Point) instead for better performance
getOffsetAtPoint(AccessibleTextEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTextExtendedAdapter
Returns the offset of the character under the specified point.
getOffsetAtPoint(AccessibleTextEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTextExtendedListener
Returns the offset of the character under the specified point.
getOffsetAtPoint(Point) - Method in class org.eclipse.swt.custom.StyledText
Returns the offset of the character at the given point relative to the first character in the document.
getOrderInfo(GC, String, int[], byte[], int, int[]) - Static method in class org.eclipse.swt.internal.BidiUtil
 
getOrientation() - Method in class org.eclipse.swt.custom.SashForm
Returns SWT.HORIZONTAL if the controls in the SashForm are laid out side by side or SWT.VERTICAL if the controls in the SashForm are laid out top to bottom.
getOrientation() - Method in class org.eclipse.swt.custom.StyledText
Returns the orientation of the receiver.
getOrientation() - Method in class org.eclipse.swt.graphics.TextLayout
Returns the orientation of the receiver.
getOrientation() - Method in class org.eclipse.swt.widgets.Combo
Returns the orientation of the receiver.
getOrientation() - Method in class org.eclipse.swt.widgets.Control
Returns the orientation of the receiver, which will be one of the constants SWT.LEFT_TO_RIGHT or SWT.RIGHT_TO_LEFT.
getOrientation() - Method in class org.eclipse.swt.widgets.Menu
Returns the orientation of the receiver, which will be one of the constants SWT.LEFT_TO_RIGHT or SWT.RIGHT_TO_LEFT.
getOrientation() - Method in class org.eclipse.swt.widgets.Text
Returns the orientation of the receiver, which will be one of the constants SWT.LEFT_TO_RIGHT or SWT.RIGHT_TO_LEFT.
getOrigin() - Method in class org.eclipse.swt.custom.ScrolledComposite
Return the point in the content that currently appears in the top left corner of the scrolled composite.
getOverlayImage() - Method in class org.eclipse.swt.widgets.TaskItem
Returns the receiver's overlay image if it has one, or null if it does not.
getOverlayText() - Method in class org.eclipse.swt.widgets.TaskItem
Returns the receiver's overlay text, which will be an empty string if it has never been set.
getOverwrite() - Method in class org.eclipse.swt.widgets.FileDialog
Returns the flag that the dialog will use to determine whether to prompt the user for file overwrite if the selected file already exists.
getPageIncrement() - Method in class org.eclipse.swt.widgets.Scale
Returns the amount that the receiver's value will be modified by when the page increment/decrement areas are selected.
getPageIncrement() - Method in class org.eclipse.swt.widgets.ScrollBar
Returns the amount that the receiver's value will be modified by when the page increment/decrement areas are selected.
getPageIncrement() - Method in class org.eclipse.swt.widgets.Slider
Returns the amount that the receiver's value will be modified by when the page increment/decrement areas are selected.
getPageIncrement() - Method in class org.eclipse.swt.widgets.Spinner
Returns the amount that the receiver's position will be modified by when the page up/down keys are pressed.
getParent() - Method in class org.eclipse.swt.custom.CTabItem
Returns the receiver's parent, which must be a CTabFolder.
getParent() - Method in class org.eclipse.swt.widgets.Caret
Returns the receiver's parent, which must be a Canvas.
getParent() - Method in class org.eclipse.swt.widgets.Control
Returns the receiver's parent, which must be a Composite or null when the receiver is a shell that was created with null or a display for a parent.
getParent() - Method in class org.eclipse.swt.widgets.CoolItem
Returns the receiver's parent, which must be a CoolBar.
getParent() - Method in class org.eclipse.swt.widgets.Dialog
Returns the receiver's parent, which must be a Shell or null.
getParent() - Method in class org.eclipse.swt.widgets.ExpandItem
Returns the receiver's parent, which must be a ExpandBar.
getParent() - Method in class org.eclipse.swt.widgets.Menu
Returns the receiver's parent, which must be a Decorations.
getParent() - Method in class org.eclipse.swt.widgets.MenuItem
Returns the receiver's parent, which must be a Menu.
getParent() - Method in class org.eclipse.swt.widgets.ScrollBar
Returns the receiver's parent, which must be a Scrollable.
getParent() - Method in class org.eclipse.swt.widgets.TabItem
Returns the receiver's parent, which must be a TabFolder.
getParent() - Method in class org.eclipse.swt.widgets.TableColumn
Returns the receiver's parent, which must be a Table.
getParent() - Method in class org.eclipse.swt.widgets.TableItem
Returns the receiver's parent, which must be a Table.
getParent() - Method in class org.eclipse.swt.widgets.TaskItem
Returns the receiver's parent, which must be a TaskBar.
getParent() - Method in class org.eclipse.swt.widgets.ToolItem
Returns the receiver's parent, which must be a ToolBar.
getParent() - Method in class org.eclipse.swt.widgets.ToolTip
Returns the receiver's parent, which must be a Shell.
getParent() - Method in class org.eclipse.swt.widgets.TrayItem
Returns the receiver's parent, which must be a Tray.
getParent() - Method in class org.eclipse.swt.widgets.TreeColumn
Returns the receiver's parent, which must be a Tree.
getParent() - Method in class org.eclipse.swt.widgets.TreeItem
Returns the receiver's parent, which must be a Tree.
getParentItem() - Method in class org.eclipse.swt.widgets.Menu
Returns the receiver's parent item, which must be a MenuItem or null when the receiver is a root.
getParentItem() - Method in class org.eclipse.swt.widgets.Tree
Returns the receiver's parent item, which must be a TreeItem or null when the receiver is a root.
getParentItem() - Method in class org.eclipse.swt.widgets.TreeItem
Returns the receiver's parent item, which must be a TreeItem or null when the receiver is a root.
getParentMenu() - Method in class org.eclipse.swt.widgets.Menu
Returns the receiver's parent item, which must be a Menu or null when the receiver is a root.
getPathData() - Method in class org.eclipse.swt.graphics.Path
Returns a device independent representation of the receiver.
getPixel(int, int) - Method in class org.eclipse.swt.graphics.ImageData
Returns the pixel value at offset x in scanline y in the receiver's data.
getPixel(RGB) - Method in class org.eclipse.swt.graphics.PaletteData
Returns the pixel value corresponding to the given RGB.
getPixels(int, int, int, byte[], int) - Method in class org.eclipse.swt.graphics.ImageData
Returns getWidth pixel values starting at offset x in scanline y in the receiver's data starting at startIndex.
getPixels(int, int, int, int[], int) - Method in class org.eclipse.swt.graphics.ImageData
Returns getWidth pixel values starting at offset x in scanline y in the receiver's data starting at startIndex.
getPlatform() - Static method in class org.eclipse.swt.internal.Callback
Returns the SWT platform name.
getPlatform() - Static method in class org.eclipse.swt.SWT
Returns the SWT platform name.
getPreferredSize() - Method in class org.eclipse.swt.widgets.CoolItem
Returns a point describing the receiver's ideal size.
getPreviousOffset(int, int) - Method in class org.eclipse.swt.graphics.TextLayout
Returns the previous offset for the specified offset and movement type.
getPreviousOffset(MovementEvent) - Method in interface org.eclipse.swt.custom.MovementListener
This method is called when a new offset is required based on the current offset and a movement type.
getPrimaryMonitor() - Method in class org.eclipse.swt.widgets.Display
Returns the primary monitor for that device.
getPrinterData() - Method in class org.eclipse.swt.printing.PrintDialog
Returns the printer data that will be used when the dialog is opened.
getPrinterData() - Method in class org.eclipse.swt.printing.Printer
Returns a PrinterData object representing the target printer for this print job.
getPrinterList() - Static method in class org.eclipse.swt.printing.Printer
Returns an array of PrinterData objects representing all available printers.
getPrintToFile() - Method in class org.eclipse.swt.printing.PrintDialog
Returns the 'Print to file' setting that the user selected before pressing OK in the dialog.
getPrograms() - Static method in class org.eclipse.swt.program.Program
Answers all available programs in the operating system.
getProgress() - Method in class org.eclipse.swt.widgets.TaskItem
Returns the receiver's progress.
getProgressState() - Method in class org.eclipse.swt.widgets.TaskItem
Returns the receiver's progress state.
getRanges() - Method in class org.eclipse.swt.custom.StyledText
Returns all the ranges of text that have an associated StyleRange.
getRanges() - Method in class org.eclipse.swt.graphics.TextLayout
Gets the ranges of text that are associated with a TextStyle.
getRanges() - Method in class org.eclipse.swt.widgets.IME
Returns the ranges for the style that should be applied during the in-line edit session.
getRanges(int, int) - Method in class org.eclipse.swt.custom.StyledText
Returns the ranges of text that have an associated StyleRange.
getRanges(AccessibleTextEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTextExtendedAdapter
Returns the text range(s) contained within the given bounding box.
getRanges(AccessibleTextEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTextExtendedListener
Returns the text range(s) contained within the given bounding box.
getRectangles() - Method in class org.eclipse.swt.widgets.Tracker
Returns the bounds that are being drawn, expressed relative to the parent widget.
getRed() - Method in class org.eclipse.swt.graphics.Color
Returns the amount of red in the color, from 0 to 255.
getRegion() - Method in class org.eclipse.swt.widgets.Control
Returns the region that defines the shape of the control, or null if the control has the default shape.
getRegion() - Method in class org.eclipse.swt.widgets.Shell
Returns the region that defines the shape of the shell, or null if the shell has the default shape.
getRenderer() - Method in class org.eclipse.swt.custom.CTabFolder
Returns the receiver's renderer.
getRenderInfo(GC, String, int[], byte[], int[], int, int[]) - Static method in class org.eclipse.swt.internal.BidiUtil
 
getRequestedHeight() - Method in interface org.eclipse.swt.internal.gtk.GeometryInterface
 
getRequestedHeight() - Method in class org.eclipse.swt.internal.gtk3.GdkGeometry
 
getRequestedHeight() - Method in class org.eclipse.swt.internal.SWTGeometry
 
getRequestedWidth() - Method in interface org.eclipse.swt.internal.gtk.GeometryInterface
 
getRequestedWidth() - Method in class org.eclipse.swt.internal.gtk3.GdkGeometry
 
getRequestedWidth() - Method in class org.eclipse.swt.internal.SWTGeometry
 
getResizable() - Method in class org.eclipse.swt.widgets.TableColumn
Gets the resizable attribute.
getResizable() - Method in class org.eclipse.swt.widgets.TreeColumn
Gets the resizable attribute.
getResize() - Method in interface org.eclipse.swt.internal.gtk.GeometryInterface
 
getResize() - Method in class org.eclipse.swt.internal.gtk3.GdkGeometry
 
getResize() - Method in class org.eclipse.swt.internal.SWTGeometry
 
getRGB() - Method in class org.eclipse.swt.graphics.Color
Returns an RGB representing the receiver.
getRGB() - Method in class org.eclipse.swt.widgets.ColorDialog
Returns the currently selected color in the receiver.
getRGB() - Method in class org.eclipse.swt.widgets.FontDialog
Returns an RGB describing the color that was selected in the dialog, or null if none is available.
getRGB(int) - Method in class org.eclipse.swt.graphics.PaletteData
Returns an RGB corresponding to the given pixel value.
getRGBA() - Method in class org.eclipse.swt.graphics.Color
Returns an RGBA representing the receiver.
getRGBs() - Method in class org.eclipse.swt.graphics.ImageData
Returns an array of RGBs which comprise the indexed color table of the receiver, or null if the receiver has a direct color model.
getRGBs() - Method in class org.eclipse.swt.graphics.PaletteData
Returns all the RGB values in the receiver if it is an indexed palette, or null if it is a direct palette.
getRGBs() - Method in class org.eclipse.swt.widgets.ColorDialog
Returns an array of RGBs which are the list of custom colors selected by the user in the receiver, or null if no custom colors were selected.
getRight() - Method in class org.eclipse.swt.custom.CBanner
Returns the Control that appears on the right side of the banner.
getRightMargin() - Method in class org.eclipse.swt.custom.CLabel
Return the CLabel's right margin.
getRightMargin() - Method in class org.eclipse.swt.custom.StyledText
Returns the right margin.
getRightMinimumSize() - Method in class org.eclipse.swt.custom.CBanner
Returns the minimum size of the control that appears on the right of the banner.
getRightWidth() - Method in class org.eclipse.swt.custom.CBanner
Returns the width of the control that appears on the right of the banner.
getRole(AccessibleControlEvent) - Method in class org.eclipse.swt.accessibility.AccessibleControlAdapter
Sent when an accessibility client requests the role of the control, or the role of a child of the control.
getRole(AccessibleControlEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleControlListener
Sent when an accessibility client requests the role of the control, or the role of a child of the control.
getRow() - Method in class org.eclipse.swt.custom.TableCursor
Returns the row over which the TableCursor is positioned.
getRow() - Method in class org.eclipse.swt.custom.TreeCursor
Returns the row over which the TreeCursor is positioned.
getRow(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Returns the accessible object for the specified row in the table.
getRow(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Returns the accessible object for the specified row in the table.
getRowCount() - Method in class org.eclipse.swt.widgets.ToolBar
Returns the number of rows in the receiver.
getRowCount(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Returns the total number of rows in the table.
getRowCount(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Returns the total number of rows in the table.
getRowDescription(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Returns the description text of the specified row in the table.
getRowDescription(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Returns the description text of the specified row in the table.
getRowHeader(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Returns the accessible object for the row header.
getRowHeader(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Returns the accessible object for the row header.
getRowHeaderCells(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Returns the row header cells as an array of accessible objects.
getRowHeaderCells(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Returns the row header cells as an array of accessible objects.
getRowHeaders(AccessibleTableCellEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableCellAdapter
Returns the row headers as an array of cell accessibles.
getRowHeaders(AccessibleTableCellEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableCellListener
Returns the row headers as an array of cell accessibles.
getRowIndex(AccessibleTableCellEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableCellAdapter
Translates this cell accessible into the corresponding row index.
getRowIndex(AccessibleTableCellEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableCellListener
Translates this cell accessible into the corresponding row index.
getRows(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Returns the rows as an array of accessible objects.
getRows(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Returns the rows as an array of accessible objects.
getRowSpan(AccessibleTableCellEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableCellAdapter
Returns the number of rows occupied by this cell accessible.
getRowSpan(AccessibleTableCellEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableCellListener
Returns the number of rows occupied by this cell accessible.
getRuntimeExceptionHandler() - Method in class org.eclipse.swt.widgets.Display
Returns the current exception handler.
getSashWidth() - Method in class org.eclipse.swt.custom.SashForm
Returns the width of the sashes when the controls in the SashForm are laid out.
getScope() - Method in class org.eclipse.swt.printing.PrintDialog
Returns the print job scope that the user selected before pressing OK in the dialog.
getScrollbarsMode() - Method in class org.eclipse.swt.widgets.Scrollable
Returns the mode of the receiver's scrollbars.
getSeconds() - Method in class org.eclipse.swt.widgets.DateTime
Returns the receiver's seconds.
getSegments() - Method in class org.eclipse.swt.graphics.TextLayout
Returns the text segments offsets of the receiver.
getSegments(SegmentEvent) - Method in interface org.eclipse.swt.events.SegmentListener
This method is called when text content is being modified.
getSegmentsChars() - Method in class org.eclipse.swt.graphics.TextLayout
Returns the segments characters of the receiver.
getSelectedCellCount(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Returns the number of selected cells.
getSelectedCellCount(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Returns the number of selected cells.
getSelectedCells(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Returns the currently selected cells.
getSelectedCells(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Returns the currently selected cells.
getSelectedColumnCount(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Returns the number of selected columns.
getSelectedColumnCount(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Returns the number of selected columns.
getSelectedColumns(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Returns the column indexes that are currently selected.
getSelectedColumns(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Returns the column indexes that are currently selected.
getSelectedRowCount(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Returns the number of selected rows.
getSelectedRowCount(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Returns the number of selected rows.
getSelectedRows(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Returns the row indexes that are currently selected.
getSelectedRows(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Returns the row indexes that are currently selected.
getSelection() - Method in class org.eclipse.swt.custom.CCombo
Returns a Point whose x coordinate is the start of the selection in the receiver's text field, and whose y coordinate is the end of the selection.
getSelection() - Method in class org.eclipse.swt.custom.CTabFolder
Return the selected tab item, or null if there is no selection.
getSelection() - Method in class org.eclipse.swt.custom.StyledText
Returns the selection.
getSelection() - Method in class org.eclipse.swt.widgets.Button
Returns true if the receiver is selected, and false otherwise.
getSelection() - Method in class org.eclipse.swt.widgets.Combo
Returns a Point whose x coordinate is the character position representing the start of the selection in the receiver's text field, and whose y coordinate is the character position representing the end of the selection.
getSelection() - Method in class org.eclipse.swt.widgets.List
Returns an array of Strings that are currently selected in the receiver.
getSelection() - Method in class org.eclipse.swt.widgets.MenuItem
Returns true if the receiver is selected, and false otherwise.
getSelection() - Method in class org.eclipse.swt.widgets.ProgressBar
Returns the single 'selection' that is the receiver's position.
getSelection() - Method in class org.eclipse.swt.widgets.Scale
Returns the 'selection', which is the receiver's position.
getSelection() - Method in class org.eclipse.swt.widgets.ScrollBar
Returns the single 'selection' that is the receiver's value.
getSelection() - Method in class org.eclipse.swt.widgets.Slider
Returns the 'selection', which is the receiver's value.
getSelection() - Method in class org.eclipse.swt.widgets.Spinner
Returns the selection, which is the receiver's position.
getSelection() - Method in class org.eclipse.swt.widgets.TabFolder
Returns an array of TabItems that are currently selected in the receiver.
getSelection() - Method in class org.eclipse.swt.widgets.Table
Returns an array of TableItems that are currently selected in the receiver.
getSelection() - Method in class org.eclipse.swt.widgets.Text
Returns a Point whose x coordinate is the character position representing the start of the selected text, and whose y coordinate is the character position representing the end of the selection.
getSelection() - Method in class org.eclipse.swt.widgets.ToolItem
Returns true if the receiver is selected, and false otherwise.
getSelection() - Method in class org.eclipse.swt.widgets.Tree
Returns an array of TreeItems that are currently selected in the receiver.
getSelection(AccessibleControlEvent) - Method in class org.eclipse.swt.accessibility.AccessibleControlAdapter
Sent when an accessibility client requests the identity of the child or control that is currently selected.
getSelection(AccessibleControlEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleControlListener
Sent when an accessibility client requests the identity of the child or control that is currently selected.
getSelection(AccessibleTextEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTextExtendedAdapter
Returns the character offsets of the specified text selection.
getSelection(AccessibleTextEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTextExtendedListener
Returns the character offsets of the specified text selection.
getSelectionBackground() - Method in class org.eclipse.swt.custom.CTabFolder
Returns the receiver's selection background color.
getSelectionBackground() - Method in class org.eclipse.swt.custom.StyledText
Returns the receiver's selection background color.
getSelectionCount() - Method in class org.eclipse.swt.custom.StyledText
Gets the number of selected characters.
getSelectionCount() - Method in class org.eclipse.swt.widgets.List
Returns the number of selected items contained in the receiver.
getSelectionCount() - Method in class org.eclipse.swt.widgets.Table
Returns the number of selected items contained in the receiver.
getSelectionCount() - Method in class org.eclipse.swt.widgets.Text
Returns the number of selected characters.
getSelectionCount() - Method in class org.eclipse.swt.widgets.Tree
Returns the number of selected items contained in the receiver.
getSelectionCount(AccessibleTextEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTextExtendedAdapter
Returns the number of active non-contiguous selections.
getSelectionCount(AccessibleTextEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTextExtendedListener
Returns the number of active non-contiguous selections.
getSelectionForeground() - Method in class org.eclipse.swt.custom.CTabFolder
Returns the receiver's selection foreground color.
getSelectionForeground() - Method in class org.eclipse.swt.custom.CTabItem
Returns the selection foreground color that the receiver will use to paint textual information.
getSelectionForeground() - Method in class org.eclipse.swt.custom.StyledText
Returns the receiver's selection foreground color.
getSelectionIndex() - Method in class org.eclipse.swt.custom.CCombo
Returns the zero-relative index of the item which is currently selected in the receiver's list, or -1 if no item is selected.
getSelectionIndex() - Method in class org.eclipse.swt.custom.CTabFolder
Return the index of the selected tab item, or -1 if there is no selection.
getSelectionIndex() - Method in class org.eclipse.swt.widgets.Combo
Returns the zero-relative index of the item which is currently selected in the receiver's list, or -1 if no item is selected.
getSelectionIndex() - Method in class org.eclipse.swt.widgets.List
Returns the zero-relative index of the item which is currently selected in the receiver, or -1 if no item is selected.
getSelectionIndex() - Method in class org.eclipse.swt.widgets.TabFolder
Returns the zero-relative index of the item which is currently selected in the receiver, or -1 if no item is selected.
getSelectionIndex() - Method in class org.eclipse.swt.widgets.Table
Returns the zero-relative index of the item which is currently selected in the receiver, or -1 if no item is selected.
getSelectionIndices() - Method in class org.eclipse.swt.widgets.List
Returns the zero-relative indices of the items which are currently selected in the receiver.
getSelectionIndices() - Method in class org.eclipse.swt.widgets.Table
Returns the zero-relative indices of the items which are currently selected in the receiver.
getSelectionRange() - Method in class org.eclipse.swt.custom.StyledText
Returns the selection.
getSelectionRange(AccessibleTextEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTextAdapter
Sent when an accessibility client requests the range of the current text selection.
getSelectionRange(AccessibleTextEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTextListener
Sent when an accessibility client requests the range of the current text selection.
getSelectionRanges() - Method in class org.eclipse.swt.custom.StyledText
Returns the selected ranges of text.
getSelectionText() - Method in class org.eclipse.swt.custom.StyledText
Returns the selected text.
getSelectionText() - Method in class org.eclipse.swt.widgets.Text
Gets the selected text, or an empty string if there is no current selection.
getShell() - Method in class org.eclipse.swt.custom.CCombo
 
getShell() - Method in class org.eclipse.swt.widgets.Control
Returns the receiver's shell.
getShell() - Method in class org.eclipse.swt.widgets.Menu
Returns the receiver's shell.
getShells() - Method in class org.eclipse.swt.widgets.Display
Returns a (possibly empty) array containing all shells which have not been disposed and have the receiver as their display.
getShells() - Method in class org.eclipse.swt.widgets.Shell
Returns an array containing all shells which are descendants of the receiver.
getShowClose() - Method in class org.eclipse.swt.custom.CTabItem
Returns true to indicate that the receiver's close button should be shown.
getShowFocusedControl() - Method in class org.eclipse.swt.custom.ScrolledComposite
Returns true if the receiver automatically scrolls to a focused child control to make it visible.
getSimple() - Method in class org.eclipse.swt.custom.CBanner
Returns true if the CBanner is rendered with a simple, traditional shape.
getSimple() - Method in class org.eclipse.swt.custom.CTabFolder
Returns true if the CTabFolder is rendered with a simple, traditional shape.
getSingle() - Method in class org.eclipse.swt.custom.CTabFolder
Returns true if the CTabFolder only displays the selected tab and false if the CTabFolder displays multiple tabs.
getSize() - Method in class org.eclipse.swt.widgets.Caret
Returns a point describing the receiver's size.
getSize() - Method in class org.eclipse.swt.widgets.Control
Returns a point describing the receiver's size in points.
getSize() - Method in class org.eclipse.swt.widgets.CoolItem
Returns a point describing the receiver's size.
getSize() - Method in class org.eclipse.swt.widgets.ScrollBar
Returns a point describing the receiver's size.
getSortColumn() - Method in class org.eclipse.swt.widgets.Table
Returns the column which shows the sort indicator for the receiver.
getSortColumn() - Method in class org.eclipse.swt.widgets.Tree
Returns the column which shows the sort indicator for the receiver.
getSortDirection() - Method in class org.eclipse.swt.widgets.Table
Returns the direction of the sort indicator for the receiver.
getSortDirection() - Method in class org.eclipse.swt.widgets.Tree
Returns the direction of the sort indicator for the receiver.
getSpacing() - Method in class org.eclipse.swt.graphics.TextLayout
Returns the line spacing of the receiver.
getSpacing() - Method in class org.eclipse.swt.widgets.ExpandBar
Returns the receiver's spacing.
getStartIndex(AccessibleHyperlinkEvent) - Method in class org.eclipse.swt.accessibility.AccessibleHyperlinkAdapter
Returns the 0 based character offset at which the textual representation of the hyperlink starts.
getStartIndex(AccessibleHyperlinkEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleHyperlinkListener
Returns the 0 based character offset at which the textual representation of the hyperlink starts.
getStartPage() - Method in class org.eclipse.swt.printing.PrintDialog
Returns the start page setting that the user selected before pressing OK in the dialog.
getState() - Method in class org.eclipse.swt.widgets.ProgressBar
Returns the state of the receiver.
getState(AccessibleControlEvent) - Method in class org.eclipse.swt.accessibility.AccessibleControlAdapter
Sent when an accessibility client requests the state of the control, or the state of a child of the control.
getState(AccessibleControlEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleControlListener
Sent when an accessibility client requests the state of the control, or the state of a child of the control.
getStippled() - Method in class org.eclipse.swt.widgets.Tracker
Returns true if the rectangles are drawn with a stippled line, false otherwise.
getStyle() - Method in class org.eclipse.swt.browser.Browser
 
getStyle() - Method in class org.eclipse.swt.custom.CCombo
 
getStyle() - Method in class org.eclipse.swt.custom.CLabel
 
getStyle() - Method in class org.eclipse.swt.custom.CTabFolder
 
getStyle() - Method in class org.eclipse.swt.custom.SashForm
 
getStyle() - Method in class org.eclipse.swt.graphics.FontData
Returns the style of the receiver which is a bitwise OR of one or more of the SWT constants NORMAL, BOLD and ITALIC.
getStyle() - Method in class org.eclipse.swt.graphics.GC
Returns the receiver's style information.
getStyle() - Method in class org.eclipse.swt.widgets.Dialog
Returns the receiver's style information.
getStyle() - Method in class org.eclipse.swt.widgets.Widget
Returns the receiver's style information.
getStyle(int) - Method in class org.eclipse.swt.graphics.TextLayout
Gets the style of the receiver at the specified character offset.
getStyleRangeAtOffset(int) - Method in class org.eclipse.swt.custom.StyledText
Returns the style range at the given offset.
getStyleRanges() - Method in class org.eclipse.swt.custom.StyledText
Returns the styles.
getStyleRanges(boolean) - Method in class org.eclipse.swt.custom.StyledText
Returns the styles.
getStyleRanges(int, int) - Method in class org.eclipse.swt.custom.StyledText
Returns the styles for the given text range.
getStyleRanges(int, int, boolean) - Method in class org.eclipse.swt.custom.StyledText
Returns the styles for the given text range.
getStyles() - Method in class org.eclipse.swt.graphics.TextLayout
Gets all styles of the receiver.
getStyles() - Method in class org.eclipse.swt.widgets.IME
Returns the styles for the ranges.
getSummary(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Deprecated.
IAccessibleTable2::summary is deprecated, instead use the IA2_RELATION_DESCRIBED_BY relation to create a relation between the table and its summary.
getSummary(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Deprecated.
IAccessibleTable2::summary is deprecated, instead use the IA2_RELATION_DESCRIBED_BY relation to create a relation between the table and its summary.
getSupportedTypes() - Method in class org.eclipse.swt.dnd.ByteArrayTransfer
 
getSupportedTypes() - Method in class org.eclipse.swt.dnd.Transfer
Returns a list of the platform specific data types that can be converted using this transfer agent.
getSurface(int) - Method in class org.eclipse.swt.internal.ImageList
 
getSynchronizer() - Method in class org.eclipse.swt.widgets.Display
Gets the synchronizer used by the display.
getSyncThread() - Method in class org.eclipse.swt.widgets.Display
Returns the thread that has invoked syncExec or null if no such runnable is currently being invoked by the user-interface thread.
getSystemColor(int) - Method in class org.eclipse.swt.graphics.Device
Returns the matching standard color for the given constant, which should be one of the color constants specified in class SWT.
getSystemColor(int) - Method in class org.eclipse.swt.widgets.Display
Returns the matching standard color for the given constant, which should be one of the color constants specified in class SWT.
getSystemCursor(int) - Method in class org.eclipse.swt.widgets.Display
Returns the matching standard platform cursor for the given constant, which should be one of the cursor constants specified in class SWT.
getSystemFont() - Method in class org.eclipse.swt.graphics.Device
Returns a reasonable font for applications to use.
getSystemImage(int) - Method in class org.eclipse.swt.widgets.Display
Returns the matching standard platform image for the given constant, which should be one of the icon constants specified in class SWT.
getSystemMenu() - Method in class org.eclipse.swt.widgets.Display
Returns the single instance of the system-provided menu for the application, or null on platforms where no menu is provided for the application.
getSystemTaskBar() - Method in class org.eclipse.swt.widgets.Display
Returns the single instance of the system taskBar or null when there is no system taskBar available for the platform.
getSystemTray() - Method in class org.eclipse.swt.widgets.Display
Returns the single instance of the system tray or null when there is no system tray available for the platform.
getTabHeight() - Method in class org.eclipse.swt.custom.CTabFolder
Returns the height of the tab
getTable(AccessibleTableCellEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableCellAdapter
Returns the accessible for the table containing this cell.
getTable(AccessibleTableCellEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableCellListener
Returns the accessible for the table containing this cell.
getTabList() - Method in class org.eclipse.swt.widgets.Composite
Gets the (possibly empty) tabbing order for the control.
getTabPosition() - Method in class org.eclipse.swt.custom.CTabFolder
Returns the position of the tab.
getTabs() - Method in class org.eclipse.swt.custom.StyledText
Returns the tab width measured in characters.
getTabs() - Method in class org.eclipse.swt.graphics.TextLayout
Returns the tab list of the receiver.
getTabs() - Method in class org.eclipse.swt.widgets.Text
Returns the number of tabs.
getTabStops() - Method in class org.eclipse.swt.custom.StyledText
Returns the tab list of the receiver.
getText() - Method in class org.eclipse.swt.browser.Browser
Returns a string with HTML that represents the content of the current page.
getText() - Method in class org.eclipse.swt.custom.CCombo
Returns a string containing a copy of the contents of the receiver's text field.
getText() - Method in class org.eclipse.swt.custom.CLabel
Return the Label's text.
getText() - Method in class org.eclipse.swt.custom.StyledText
Returns a copy of the widget content.
getText() - Method in class org.eclipse.swt.graphics.TextLayout
Gets the receiver's text, which will be an empty string if it has never been set.
getText() - Method in class org.eclipse.swt.widgets.Button
Returns the receiver's text, which will be an empty string if it has never been set or if the receiver is an ARROW button.
getText() - Method in class org.eclipse.swt.widgets.Combo
Returns a string containing a copy of the contents of the receiver's text field, or an empty string if there are no contents.
getText() - Method in class org.eclipse.swt.widgets.Decorations
Returns the receiver's text, which is the string that the window manager will typically display as the receiver's title.
getText() - Method in class org.eclipse.swt.widgets.Dialog
Returns the receiver's text, which is the string that the window manager will typically display as the receiver's title.
getText() - Method in class org.eclipse.swt.widgets.Group
Returns the receiver's text, which is the string that the is used as the title.
getText() - Method in class org.eclipse.swt.widgets.IME
Returns the composition text.
getText() - Method in class org.eclipse.swt.widgets.Item
Returns the receiver's text, which will be an empty string if it has never been set.
getText() - Method in class org.eclipse.swt.widgets.Label
Returns the receiver's text, which will be an empty string if it has never been set or if the receiver is a SEPARATOR label.
getText() - Method in class org.eclipse.swt.widgets.Link
Returns the receiver's text, which will be an empty string if it has never been set.
getText() - Method in class org.eclipse.swt.widgets.Spinner
Returns a string containing a copy of the contents of the receiver's text field, or an empty string if there are no contents.
getText() - Method in class org.eclipse.swt.widgets.TableItem
 
getText() - Method in class org.eclipse.swt.widgets.Text
Returns the widget text.
getText() - Method in class org.eclipse.swt.widgets.ToolTip
Returns the receiver's text, which will be an empty string if it has never been set.
getText() - Method in class org.eclipse.swt.widgets.TreeItem
 
getText(int) - Method in class org.eclipse.swt.widgets.TableItem
Returns the text stored at the given column index in the receiver, or empty string if the text has not been set.
getText(int) - Method in class org.eclipse.swt.widgets.TreeItem
Returns the text stored at the given column index in the receiver, or empty string if the text has not been set.
getText(int, int) - Method in class org.eclipse.swt.custom.StyledText
Returns the widget content between the two offsets.
getText(int, int) - Method in class org.eclipse.swt.widgets.Text
Returns a range of text.
getText(AccessibleTextEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTextExtendedAdapter
Returns a substring and its range for the given range, count and boundary type.
getText(AccessibleTextEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTextExtendedListener
Returns a substring and its range for the given range, count and boundary type.
getTextAntialias() - Method in class org.eclipse.swt.graphics.GC
Returns the receiver's text drawing anti-aliasing setting value, which will be one of SWT.DEFAULT, SWT.OFF or SWT.ON.
getTextAttributes(AccessibleTextAttributeEvent) - Method in class org.eclipse.swt.accessibility.AccessibleAttributeAdapter
Returns text attributes specific to this Accessible object.
getTextAttributes(AccessibleTextAttributeEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleAttributeListener
Returns text attributes specific to this Accessible object.
getTextBounds(int) - Method in class org.eclipse.swt.widgets.TableItem
Returns a rectangle describing the size and location relative to its parent of the text at a column in the table.
getTextBounds(int) - Method in class org.eclipse.swt.widgets.TreeItem
Returns a rectangle describing the size and location relative to its parent of the text at a column in the tree.
getTextBounds(int, int) - Method in class org.eclipse.swt.custom.StyledText
Returns the smallest bounding rectangle that includes the characters between two offsets.
getTextBounds(AccessibleTextEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTextExtendedAdapter
Returns the bounding box(es) of the specified text range in display coordinates.
getTextBounds(AccessibleTextEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTextExtendedListener
Returns the bounding box(es) of the specified text range in display coordinates.
getTextChars() - Method in class org.eclipse.swt.widgets.Text
Returns the widget's text as a character array.
getTextDirection() - Method in class org.eclipse.swt.graphics.TextLayout
Returns the text direction of the receiver.
getTextDirection() - Method in class org.eclipse.swt.widgets.Control
Returns the text direction of the receiver, which will be one of the constants SWT.LEFT_TO_RIGHT or SWT.RIGHT_TO_LEFT.
getTextHeight() - Method in class org.eclipse.swt.custom.CCombo
Returns the height of the receivers's text field.
getTextHeight() - Method in class org.eclipse.swt.widgets.Combo
Returns the height of the receivers's text field.
getTextLimit() - Method in class org.eclipse.swt.custom.CCombo
Returns the maximum number of characters that the receiver's text field is capable of holding.
getTextLimit() - Method in class org.eclipse.swt.custom.StyledText
Returns the maximum number of characters that the receiver is capable of holding.
getTextLimit() - Method in class org.eclipse.swt.widgets.Combo
Returns the maximum number of characters that the receiver's text field is capable of holding.
getTextLimit() - Method in class org.eclipse.swt.widgets.Spinner
Returns the maximum number of characters that the receiver's text field is capable of holding.
getTextLimit() - Method in class org.eclipse.swt.widgets.Text
Returns the maximum number of characters that the receiver is capable of holding.
getTextRange(int, int) - Method in class org.eclipse.swt.custom.StyledText
Returns the widget content starting at start for length characters.
getTextRange(int, int) - Method in interface org.eclipse.swt.custom.StyledTextContent
Returns a string representing the content at the given range.
getThemeName() - Static method in class org.eclipse.swt.internal.gtk.OS
Theme name as given by OS.
getThemeNameBytes() - Static method in class org.eclipse.swt.internal.gtk.OS
 
getThread() - Method in class org.eclipse.swt.widgets.Display
Returns the user-interface thread for the receiver.
getThumb() - Method in class org.eclipse.swt.widgets.ScrollBar
Returns the receiver's thumb value.
getThumb() - Method in class org.eclipse.swt.widgets.Slider
Returns the receiver's thumb value.
getThumbBounds() - Method in class org.eclipse.swt.widgets.ScrollBar
Returns a rectangle describing the size and location of the receiver's thumb relative to its parent.
getThumbTrackBounds() - Method in class org.eclipse.swt.widgets.ScrollBar
Returns a rectangle describing the size and location of the receiver's thumb track relative to its parent.
getToolBar() - Method in class org.eclipse.swt.widgets.Shell
Returns a ToolBar object representing the tool bar that can be shown in the receiver's trim.
getToolTip() - Method in class org.eclipse.swt.widgets.TrayItem
Returns the receiver's tool tip, or null if it has not been set.
getToolTipText() - Method in class org.eclipse.swt.custom.CLabel
 
getToolTipText() - Method in class org.eclipse.swt.custom.CTabItem
Returns the receiver's tool tip text, or null if it has not been set.
getToolTipText() - Method in class org.eclipse.swt.widgets.Control
Returns the receiver's tool tip text, or null if it has not been set.
getToolTipText() - Method in class org.eclipse.swt.widgets.MenuItem
Returns the receiver's tool tip text, or null if it has not been set.
getToolTipText() - Method in class org.eclipse.swt.widgets.TabItem
Returns the receiver's tool tip text, or null if it has not been set.
getToolTipText() - Method in class org.eclipse.swt.widgets.TableColumn
Returns the receiver's tool tip text, or null if it has not been set.
getToolTipText() - Method in class org.eclipse.swt.widgets.ToolItem
Returns the receiver's tool tip text, or null if it has not been set.
getToolTipText() - Method in class org.eclipse.swt.widgets.TrayItem
Returns the receiver's tool tip text, or null if it has not been set.
getToolTipText() - Method in class org.eclipse.swt.widgets.TreeColumn
Returns the receiver's tool tip text, or null if it has not been set.
getTopCenter() - Method in class org.eclipse.swt.custom.ViewForm
Returns Control that appears in the top center of the pane.
getTopIndex() - Method in class org.eclipse.swt.custom.StyledText
Gets the top index.
getTopIndex() - Method in class org.eclipse.swt.widgets.List
Returns the zero-relative index of the item which is currently at the top of the receiver.
getTopIndex() - Method in class org.eclipse.swt.widgets.Table
Returns the zero-relative index of the item which is currently at the top of the receiver.
getTopIndex() - Method in class org.eclipse.swt.widgets.Text
Returns the zero-relative index of the line which is currently at the top of the receiver.
getTopItem() - Method in class org.eclipse.swt.widgets.Tree
Returns the item which is currently at the top of the receiver.
getTopLeft() - Method in class org.eclipse.swt.custom.ViewForm
Returns the Control that appears in the top left corner of the pane.
getTopMargin() - Method in class org.eclipse.swt.custom.CLabel
Return the CLabel's top margin.
getTopMargin() - Method in class org.eclipse.swt.custom.StyledText
Returns the top margin.
getTopPixel() - Method in class org.eclipse.swt.custom.StyledText
Gets the top SWT logical point.
getTopPixel() - Method in class org.eclipse.swt.widgets.Text
Returns the top SWT logical point.
getTopRight() - Method in class org.eclipse.swt.custom.CTabFolder
Returns the control in the top right corner of the tab folder.
getTopRight() - Method in class org.eclipse.swt.custom.ViewForm
Returns the control in the top right corner of the pane.
getTopRightAlignment() - Method in class org.eclipse.swt.custom.CTabFolder
Returns the alignment of the top right control.
getTouchEnabled() - Method in class org.eclipse.swt.widgets.Control
Returns true if this control is set to send touch events, or false if it is set to send gesture events instead.
getTouchEnabled() - Method in class org.eclipse.swt.widgets.Display
Returns a boolean indicating whether a touch-aware input device is attached to the system and is ready for use.
getTransfer() - Method in class org.eclipse.swt.dnd.DragSource
Returns the list of data types that can be transferred by this DragSource.
getTransfer() - Method in class org.eclipse.swt.dnd.DropTarget
Returns a list of the data types that can be transferred to this DropTarget.
getTransform(Transform) - Method in class org.eclipse.swt.graphics.GC
Sets the parameter to the transform that is currently being used by the receiver.
getTransparencyMask() - Method in class org.eclipse.swt.graphics.ImageData
Returns an ImageData which specifies the transparency mask information for the receiver.
getTransparencyType() - Method in class org.eclipse.swt.graphics.ImageData
Returns the image transparency type, which will be one of SWT.TRANSPARENCY_NONE, SWT.TRANSPARENCY_MASK, SWT.TRANSPARENCY_PIXEL or SWT.TRANSPARENCY_ALPHA.
getTypeIds() - Method in class org.eclipse.swt.dnd.FileTransfer
 
getTypeIds() - Method in class org.eclipse.swt.dnd.HTMLTransfer
 
getTypeIds() - Method in class org.eclipse.swt.dnd.ImageTransfer
 
getTypeIds() - Method in class org.eclipse.swt.dnd.RTFTransfer
 
getTypeIds() - Method in class org.eclipse.swt.dnd.TextTransfer
 
getTypeIds() - Method in class org.eclipse.swt.dnd.Transfer
Returns the platform specific ids of the data types that can be converted using this transfer agent.
getTypeIds() - Method in class org.eclipse.swt.dnd.URLTransfer
 
getTypeNames() - Method in class org.eclipse.swt.dnd.FileTransfer
 
getTypeNames() - Method in class org.eclipse.swt.dnd.HTMLTransfer
 
getTypeNames() - Method in class org.eclipse.swt.dnd.ImageTransfer
 
getTypeNames() - Method in class org.eclipse.swt.dnd.RTFTransfer
 
getTypeNames() - Method in class org.eclipse.swt.dnd.TextTransfer
 
getTypeNames() - Method in class org.eclipse.swt.dnd.Transfer
Returns the platform specific names of the data types that can be converted using this transfer agent.
getTypeNames() - Method in class org.eclipse.swt.dnd.URLTransfer
 
getUnselectedCloseVisible() - Method in class org.eclipse.swt.custom.CTabFolder
Returns true if the close button appears when the user hovers over an unselected tabs.
getUnselectedImageVisible() - Method in class org.eclipse.swt.custom.CTabFolder
Returns true if an image appears in unselected tabs.
getUrl() - Method in class org.eclipse.swt.browser.Browser
Returns the current URL.
getValue(AccessibleControlEvent) - Method in class org.eclipse.swt.accessibility.AccessibleControlAdapter
Sent when an accessibility client requests the value of the control, or the value of a child of the control.
getValue(AccessibleControlEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleControlListener
Sent when an accessibility client requests the value of the control, or the value of a child of the control.
getVersion() - Static method in class org.eclipse.swt.SWT
Returns the SWT version number as an integer.
getVersionString() - Static method in class org.eclipse.swt.internal.Library
 
getVerticalBar() - Method in class org.eclipse.swt.widgets.Scrollable
Returns the receiver's vertical scroll bar if it has one, and null if it does not.
getVerticalIndent() - Method in class org.eclipse.swt.graphics.TextLayout
Returns the vertical indent of the receiver.
getVisible() - Method in class org.eclipse.swt.widgets.Caret
Returns true if the receiver is visible, and false otherwise.
getVisible() - Method in class org.eclipse.swt.widgets.Control
Returns true if the receiver is visible, and false otherwise.
getVisible() - Method in class org.eclipse.swt.widgets.Menu
Returns true if the receiver is visible, and false otherwise.
getVisible() - Method in class org.eclipse.swt.widgets.ScrollBar
Returns true if the receiver is visible, and false otherwise.
getVisible() - Method in class org.eclipse.swt.widgets.Shell
 
getVisible() - Method in class org.eclipse.swt.widgets.ToolTip
Returns true if the receiver is visible, and false otherwise.
getVisible() - Method in class org.eclipse.swt.widgets.TrayItem
Returns true if the receiver is visible and false otherwise.
getVisibleColumns(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Returns the visible columns as an array of accessible objects.
getVisibleColumns(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Returns the visible columns as an array of accessible objects.
getVisibleItemCount() - Method in class org.eclipse.swt.custom.CCombo
Gets the number of items that are visible in the drop down portion of the receiver's list.
getVisibleItemCount() - Method in class org.eclipse.swt.widgets.Combo
Gets the number of items that are visible in the drop down portion of the receiver's list.
getVisibleRanges(AccessibleTextEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTextExtendedAdapter
Returns the visible text range(s).
getVisibleRanges(AccessibleTextEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTextExtendedListener
Returns the visible text range(s).
getVisibleRows(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Returns the visible rows as an array of accessible objects.
getVisibleRows(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Returns the visible rows as an array of accessible objects.
getWarnings() - Method in class org.eclipse.swt.graphics.Device
Returns true if the underlying window system prints out warning messages on the console, and setWarnings had previously been called with true.
getWebBrowser() - Method in class org.eclipse.swt.browser.Browser
Deprecated.
SWT.MOZILLA is deprecated and XULRunner as a browser renderer is no longer supported.
getWeights() - Method in class org.eclipse.swt.custom.SashForm
Answer the relative weight of each child in the SashForm.
getWideCaret() - Method in class org.eclipse.swt.widgets.IME
Returns true if the caret should be wide, and false otherwise.
getWidth() - Method in class org.eclipse.swt.graphics.TextLayout
Returns the width of the receiver.
getWidth() - Method in class org.eclipse.swt.widgets.TableColumn
Gets the width of the receiver.
getWidth() - Method in class org.eclipse.swt.widgets.ToolItem
Gets the width of the receiver.
getWidth() - Method in class org.eclipse.swt.widgets.TreeColumn
Gets the width of the receiver.
getWordWrap() - Method in class org.eclipse.swt.custom.StyledText
Returns whether the widget wraps lines.
getWrapIndent() - Method in class org.eclipse.swt.custom.StyledText
Returns the wrap indentation of the widget.
getWrapIndent() - Method in class org.eclipse.swt.graphics.TextLayout
Returns the receiver's wrap indent.
getWrapIndices() - Method in class org.eclipse.swt.widgets.CoolBar
Returns an array of ints that describe the zero-relative indices of any item(s) in the receiver that will begin on a new row.
getXORMode() - Method in class org.eclipse.swt.graphics.GC
Returns true if this GC is drawing in the mode where the resulting color in the destination is the exclusive or of the color values in the source and the destination, and false if it is drawing in the mode where the destination color is being replaced with the source color value.
getYear() - Method in class org.eclipse.swt.widgets.DateTime
Returns the receiver's year.
getZoom() - Method in class org.eclipse.swt.widgets.Monitor
Returns the zoom value for the monitor
getZoomForAutoscaleProperty(int) - Static method in class org.eclipse.swt.internal.DPIUtil
 
gicon - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GIFFileFormat - Class in org.eclipse.swt.internal.image
 
GIFFileFormat() - Constructor for class org.eclipse.swt.internal.image.GIFFileFormat
 
GL_VIEWPORT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLCanvas - Class in org.eclipse.swt.opengl
GLCanvas is a widget capable of displaying OpenGL content.
GLCanvas(Composite, int, GLData) - Constructor for class org.eclipse.swt.opengl.GLCanvas
Create a GLCanvas widget using the attributes described in the GLData object provided.
GLData - Class in org.eclipse.swt.opengl
The GLData class is a device-independent description of the pixel format attributes of a GL drawable.
GLData() - Constructor for class org.eclipse.swt.opengl.GLData
 
glGetIntegerv(int, int[]) - Static method in class org.eclipse.swt.internal.opengl.glx.GLX
 
glib_major_version() - Static method in class org.eclipse.swt.internal.gtk.OS
 
glib_micro_version() - Static method in class org.eclipse.swt.internal.gtk.OS
 
glib_minor_version() - Static method in class org.eclipse.swt.internal.gtk.OS
 
GLIB_VERSION - Static variable in class org.eclipse.swt.internal.gtk.OS
Gtk has a minimum glib version.
glViewport(int, int, int, int) - Static method in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX - Class in org.eclipse.swt.internal.opengl.glx
 
GLX() - Constructor for class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_ACCUM_ALPHA_SIZE - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_ACCUM_BLUE_SIZE - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_ACCUM_BUFFER_BIT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_ACCUM_GREEN_SIZE - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_ACCUM_RED_SIZE - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_ALPHA_SIZE - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_AUX_BUFFERS - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_AUX_BUFFERS_BIT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_BACK_LEFT_BUFFER_BIT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_BACK_RIGHT_BUFFER_BIT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_BAD_ATTRIBUTE - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_BAD_CONTEXT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_BAD_ENUM - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_BAD_SCREEN - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_BAD_VALUE - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_BAD_VISUAL - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_BLUE_SIZE - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_BUFFER_SIZE - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_COLOR_INDEX_BIT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_COLOR_INDEX_TYPE - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_CONFIG_CAVEAT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_DAMAGED - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_DEPTH_BUFFER_BIT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_DEPTH_SIZE - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_DIRECT_COLOR - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_DIRECT_COLOR_EXT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_DONT_CARE - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_DOUBLEBUFFER - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_DRAWABLE_TYPE - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_EVENT_MASK - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_EXTENSIONS - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_FBCONFIG_ID - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_FRONT_LEFT_BUFFER_BIT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_FRONT_RIGHT_BUFFER_BIT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_GRAY_SCALE - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_GRAY_SCALE_EXT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_GREEN_SIZE - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_HEIGHT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_LARGEST_PBUFFER - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_LEVEL - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_MAX_PBUFFER_HEIGHT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_MAX_PBUFFER_PIXELS - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_MAX_PBUFFER_WIDTH - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_NO_EXTENSION - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_NON_CONFORMANT_CONFIG - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_NON_CONFORMANT_VISUAL_EXT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_NONE - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_NONE_EXT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_PBUFFER - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_PBUFFER_BIT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_PBUFFER_CLOBBER_MASK - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_PBUFFER_HEIGHT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_PBUFFER_WIDTH - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_PIXMAP_BIT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_PRESERVED_CONTENTS - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_PSEUDO_COLOR - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_PSEUDO_COLOR_EXT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_RED_SIZE - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_RENDER_TYPE - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_RGBA - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_RGBA_BIT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_RGBA_TYPE - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_SAMPLE_BUFFERS - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_SAMPLES - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_SAVED - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_SCREEN - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_SCREEN_EXT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_SHARE_CONTEXT_EXT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_SLOW_CONFIG - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_SLOW_VISUAL_EXT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_STATIC_COLOR - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_STATIC_COLOR_EXT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_STATIC_GRAY - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_STATIC_GRAY_EXT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_STENCIL_BUFFER_BIT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_STENCIL_SIZE - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_STEREO - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_TRANSPARENT_ALPHA_VALUE - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_TRANSPARENT_ALPHA_VALUE_EXT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_TRANSPARENT_BLUE_VALUE - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_TRANSPARENT_BLUE_VALUE_EXT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_TRANSPARENT_GREEN_VALUE - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_TRANSPARENT_GREEN_VALUE_EXT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_TRANSPARENT_INDEX - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_TRANSPARENT_INDEX_EXT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_TRANSPARENT_INDEX_VALUE - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_TRANSPARENT_INDEX_VALUE_EXT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_TRANSPARENT_RED_VALUE - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_TRANSPARENT_RED_VALUE_EXT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_TRANSPARENT_RGB - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_TRANSPARENT_RGB_EXT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_TRANSPARENT_TYPE - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_TRANSPARENT_TYPE_EXT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_TRUE_COLOR - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_TRUE_COLOR_EXT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_USE_GL - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_VENDOR - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_VERSION - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_VISUAL_CAVEAT_EXT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_VISUAL_ID - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_VISUAL_ID_EXT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_WIDTH - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_WINDOW - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_WINDOW_BIT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_X_RENDERABLE - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_X_VISUAL_TYPE - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_X_VISUAL_TYPE_EXT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
glXChooseVisual(long, int, int[]) - Static method in class org.eclipse.swt.internal.opengl.glx.GLX
 
glXCreateContext(long, XVisualInfo, long, boolean) - Static method in class org.eclipse.swt.internal.opengl.glx.GLX
 
glXDestroyContext(long, long) - Static method in class org.eclipse.swt.internal.opengl.glx.GLX
 
glXGetConfig(long, XVisualInfo, int, int[]) - Static method in class org.eclipse.swt.internal.opengl.glx.GLX
 
glXGetCurrentContext() - Static method in class org.eclipse.swt.internal.opengl.glx.GLX
 
glXMakeCurrent(long, long, long) - Static method in class org.eclipse.swt.internal.opengl.glx.GLX
 
glXSwapBuffers(long, long) - Static method in class org.eclipse.swt.internal.opengl.glx.GLX
 
GlyphMetrics - Class in org.eclipse.swt.graphics
Instances of this class represent glyph metrics.
GlyphMetrics(int, int, int) - Constructor for class org.eclipse.swt.graphics.GlyphMetrics
Constructs an instance of this class with the given ascent, descent and width values.
glyphs - Variable in class org.eclipse.swt.internal.gtk.PangoLayoutRun
 
GLYPHSHAPE - Static variable in class org.eclipse.swt.internal.BidiUtil
 
GObjectClass - Class in org.eclipse.swt.internal.gtk
 
GObjectClass() - Constructor for class org.eclipse.swt.internal.gtk.GObjectClass
 
GPollFD_sizeof() - Static method in class org.eclipse.swt.internal.gtk.OS
64 bit
grab_focus - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkComponentIface
 
grab_focus - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GRAB_HORIZONTAL - Static variable in class org.eclipse.swt.layout.GridData
Style bit for new GridData(int) to resize the control to fit the remaining horizontal space.
GRAB_VERTICAL - Static variable in class org.eclipse.swt.layout.GridData
Style bit for new GridData(int) to resize the control to fit the remaining vertical space.
grabExcessHorizontalSpace - Variable in class org.eclipse.swt.layout.GridData
grabExcessHorizontalSpace specifies whether the width of the cell changes depending on the size of the parent Composite.
grabExcessVerticalSpace - Variable in class org.eclipse.swt.layout.GridData
grabExcessVerticalSpace specifies whether the height of the cell changes depending on the size of the parent Composite.
grabHorizontal - Variable in class org.eclipse.swt.custom.ControlEditor
Specifies whether the editor should be sized to use the entire width of the control.
grabVertical - Variable in class org.eclipse.swt.custom.ControlEditor
Specifies whether the editor should be sized to use the entire height of the control.
Graphene - Class in org.eclipse.swt.internal.gtk
This class contains Graphene specific native functions.
Graphene() - Constructor for class org.eclipse.swt.internal.gtk.Graphene
 
graphene_rect_alloc() - Static method in class org.eclipse.swt.internal.gtk.Graphene
 
graphene_rect_free(long) - Static method in class org.eclipse.swt.internal.gtk.Graphene
 
graphene_rect_init(long, float, float, float, float) - Static method in class org.eclipse.swt.internal.gtk.Graphene
 
GraphicsExpose - Static variable in class org.eclipse.swt.internal.gtk.OS
 
green - Variable in class org.eclipse.swt.graphics.RGB
the green component of the RGB
green - Variable in class org.eclipse.swt.internal.gtk.GdkRGBA
 
green_mask - Variable in class org.eclipse.swt.internal.opengl.glx.XVisualInfo
 
greenMask - Variable in class org.eclipse.swt.graphics.PaletteData
the green mask for a direct palette
greenShift - Variable in class org.eclipse.swt.graphics.PaletteData
the green shift for a direct palette
greenSize - Variable in class org.eclipse.swt.opengl.GLData
The size in bits of the color buffer's green channel.
grid_line_width - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GridData - Class in org.eclipse.swt.layout
GridData is the layout data object associated with GridLayout.
GridData() - Constructor for class org.eclipse.swt.layout.GridData
Constructs a new instance of GridData using default values.
GridData(int) - Constructor for class org.eclipse.swt.layout.GridData
Constructs a new instance based on the GridData style.
GridData(int, int) - Constructor for class org.eclipse.swt.layout.GridData
Constructs a new instance of GridData according to the parameters.
GridData(int, int, boolean, boolean) - Constructor for class org.eclipse.swt.layout.GridData
Constructs a new instance of GridData according to the parameters.
GridData(int, int, boolean, boolean, int, int) - Constructor for class org.eclipse.swt.layout.GridData
Constructs a new instance of GridData according to the parameters.
GridLayout - Class in org.eclipse.swt.layout
Instances of this class lay out the control children of a Composite in a grid.
GridLayout() - Constructor for class org.eclipse.swt.layout.GridLayout
Constructs a new instance of this class with a single column.
GridLayout(int, boolean) - Constructor for class org.eclipse.swt.layout.GridLayout
Constructs a new instance of this class given the number of columns, and whether or not the columns should be forced to have the same width.
group - Variable in class org.eclipse.swt.internal.gtk.GdkKeymapKey
 
group - Variable in class org.eclipse.swt.internal.gtk3.GdkEventKey
 
Group - Class in org.eclipse.swt.widgets
Instances of this class provide an etched border with an optional title.
Group(Composite, int) - Constructor for class org.eclipse.swt.widgets.Group
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
groupCount - Variable in class org.eclipse.swt.accessibility.AccessibleAttributeEvent
[out] the 1-based number of similar children in this accessible's group, including this accessible (0 means "not applicable")
groupIndex - Variable in class org.eclipse.swt.accessibility.AccessibleAttributeEvent
[out] the 1-based index of this accessible in its group (0 means "not applicable")
groupLevel - Variable in class org.eclipse.swt.accessibility.AccessibleAttributeEvent
[out] the 1-based level of this accessible in its group (0 means "not applicable")
GTK - Class in org.eclipse.swt.internal.gtk
This class contains GTK specific native functions.
GTK() - Constructor for class org.eclipse.swt.internal.gtk.GTK
 
gtk_accel_group_new() - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_accel_label_new(byte[]) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_accel_label_set_accel(long, int, int) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_accel_label_set_accel_widget(long, long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
GTK_ACCEL_VISIBLE - Static variable in class org.eclipse.swt.internal.gtk.GTK
Constants
gtk_accelerator_get_default_mod_mask() - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_accelerator_name(int, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_accelerator_parse(byte[], int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_accelerator_parse(long, int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_accessible_get_widget(long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_adjustment_configure(long, double, double, double, double, double, double) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_adjustment_get_lower(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_adjustment_get_page_increment(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_adjustment_get_page_size(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_adjustment_get_step_increment(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_adjustment_get_upper(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_adjustment_get_value(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_adjustment_new(double, double, double, double, double, double) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_adjustment_set_page_increment(long, double) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_adjustment_set_step_increment(long, double) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_adjustment_set_value(long, double) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
GTK_ALIGN_BASELINE - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_ALIGN_CENTER - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_ALIGN_END - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_ALIGN_FILL - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_ALIGN_START - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
gtk_alternative_button_order - Static variable in class org.eclipse.swt.internal.gtk.GTK
Properties
gtk_application_prefer_dark_theme - Static variable in class org.eclipse.swt.internal.gtk.GTK
Needed to tell GTK 3 to prefer a dark or light theme in the UI.
gtk_bin_get_child(long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_border_free(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_box_append(long, long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_box_insert_child_after(long, long, long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_box_new(int, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_box_pack_end(long, long, boolean, boolean, int) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_box_prepend(long, long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_box_reorder_child(long, long, int) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_box_set_child_packing(long, long, boolean, boolean, int, int) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_box_set_homogeneous(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_box_set_spacing(long, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_button_new() - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_button_new_from_icon_name(byte[]) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_button_set_child(long, long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_button_set_image(long, long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_button_set_label(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_button_set_use_underline(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_calendar_clear_marks(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_calendar_get_date(long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_calendar_get_date(long, int[], int[], int[]) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_calendar_mark_day(long, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_calendar_new() - Static method in class org.eclipse.swt.internal.gtk.GTK
 
GTK_CALENDAR_NO_MONTH_CHANGE - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
gtk_calendar_select_day(long, int) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_calendar_select_day(long, long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_calendar_select_month(long, int, int) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_calendar_set_display_options(long, int) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_calendar_set_show_day_names(long, boolean) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_calendar_set_show_heading(long, boolean) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_calendar_set_show_week_numbers(long, boolean) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
GTK_CALENDAR_SHOW_DAY_NAMES - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_CALENDAR_SHOW_HEADING - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_CALENDAR_SHOW_WEEK_NUMBERS - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_CALENDAR_WEEK_START_MONDAY - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
gtk_cell_layout_clear(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_cell_layout_get_cells(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_cell_layout_pack_start(long, long, boolean) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_cell_layout_set_attributes(long, long, byte[], int, long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
GTK_CELL_RENDERER_FOCUSED - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
gtk_cell_renderer_get_fixed_size(long, int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_cell_renderer_get_padding(long, int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_cell_renderer_get_preferred_height_for_width(long, long, int, int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_cell_renderer_get_preferred_size(long, long, GtkRequisition, GtkRequisition) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
GTK_CELL_RENDERER_MODE_ACTIVATABLE - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
gtk_cell_renderer_pixbuf_new() - Static method in class org.eclipse.swt.internal.gtk.GTK
 
GTK_CELL_RENDERER_SELECTED - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
gtk_cell_renderer_set_fixed_size(long, int, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_cell_renderer_text_new() - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_cell_renderer_toggle_new() - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_cell_view_set_fit_model(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_check_button_get_active(long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_check_button_new() - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_check_button_set_active(long, boolean) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_check_button_set_group(long, long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_check_button_set_inconsistent(long, boolean) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_check_button_set_use_underline(long, boolean) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_check_menu_item_get_active(long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_check_menu_item_new() - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_check_menu_item_set_active(long, boolean) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_check_version(int, int, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_clipboard_clear(long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_clipboard_get(long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_clipboard_set_can_store(long, long, int) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_clipboard_set_with_owner(long, long, int, long, long, long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_clipboard_store(long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_clipboard_wait_for_contents(long, long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_color_chooser_add_palette(long, int, int, int, long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_color_chooser_dialog_new(byte[], long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_color_chooser_get_rgba(long, GdkRGBA) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_color_chooser_get_use_alpha(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_color_chooser_set_rgba(long, GdkRGBA) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_color_chooser_set_use_alpha(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_combo_box_get_active(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_combo_box_get_child(long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_combo_box_get_model(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_combo_box_get_wrap_width(long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_combo_box_popdown(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_combo_box_popup(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_combo_box_set_active(long, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_combo_box_set_wrap_width(long, int) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_combo_box_text_insert(long, int, byte[], byte[]) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_combo_box_text_new() - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_combo_box_text_new_with_entry() - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_combo_box_text_remove(long, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_combo_box_text_remove_all(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_container_add(long, long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_container_forall(long, long, long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_container_get_border_width(long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_container_get_children(long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_container_propagate_draw(long, long, long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_container_remove(long, long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_container_set_border_width(long, int) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_css_provider_load_from_data(long, byte[], long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_css_provider_load_from_data(long, byte[], long, long[]) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_css_provider_new() - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_css_provider_to_string(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_cursor_blink - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
gtk_cursor_blink_time - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
gtk_dialog_add_button(long, byte[], int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
GTK_DIALOG_DESTROY_WITH_PARENT - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_DIALOG_MODAL - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
gtk_dialog_run(long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
GTK_DIR_TAB_BACKWARD - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_DIR_TAB_FORWARD - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
gtk_double_click_time - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
gtk_drag_begin_with_coordinates(long, long, int, int, long, int, int) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_drag_check_threshold(long, int, int, int, int) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_drag_dest_set(long, int, long, int, int) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_drag_dest_unset(long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_drag_finish(long, boolean, boolean, int) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_drag_get_data(long, long, long, int) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_drag_set_icon_surface(long, long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_drag_source_new() - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_drag_source_set_actions(long, int) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_drag_source_set_icon(long, long, int, int) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_drop_target_async_new(long, int) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_drop_target_async_set_formats(long, long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_editable_copy_clipboard(long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_editable_cut_clipboard(long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_editable_delete_selection(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_editable_delete_text(long, int, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_editable_get_delegate(long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_editable_get_editable(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_editable_get_position(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_editable_get_selection_bounds(long, int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_editable_get_text(long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_editable_insert_text(long, byte[], int, int[]) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_editable_paste_clipboard(long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_editable_select_region(long, int, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_editable_set_editable(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_editable_set_position(long, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_entry_buffer_delete_text(long, int, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_entry_buffer_get_text(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_entry_buffer_set_text(long, byte[], int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_entry_get_buffer(long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_entry_get_icon_area(long, int, GdkRectangle) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_entry_get_invisible_char(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_entry_get_layout(long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_entry_get_layout_offsets(long, int[], int[]) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_entry_get_max_length(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_entry_get_text(long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_entry_get_text_length(long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_entry_get_visibility(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
GTK_ENTRY_ICON_PRIMARY - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_ENTRY_ICON_SECONDARY - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
gtk_entry_new() - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_entry_select_on_focus - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
gtk_entry_set_alignment(long, float) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_entry_set_buffer(long, long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_entry_set_has_frame(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_entry_set_icon_activatable(long, int, boolean) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_entry_set_icon_from_icon_name(long, int, byte[]) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_entry_set_icon_sensitive(long, int, boolean) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_entry_set_input_hints(long, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_entry_set_invisible_char(long, char) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_entry_set_max_length(long, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_entry_set_placeholder_text(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_entry_set_tabs(long, long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_entry_set_text(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_entry_set_visibility(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_entry_set_width_chars(long, int) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_entry_text_index_to_layout_index(long, int) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_enumerate_printers(long, long, long, boolean) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_event_box_new() - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_event_controller_focus_new() - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_event_controller_get_current_event(long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_event_controller_get_current_event_state(long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_event_controller_get_widget(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_event_controller_handle_event(long, long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_event_controller_key_new() - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_event_controller_motion_new() - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
GTK_EVENT_CONTROLLER_SCROLL_BOTH_AXES - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
gtk_event_controller_scroll_new(int) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_event_controller_set_propagation_phase(long, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_events_pending() - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_expander_get_expanded(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_expander_get_label_widget(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_expander_new(byte[]) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_expander_set_child(long, long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_expander_set_expanded(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_expander_set_label_widget(long, long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
GTK_FILE_CHOOSER_ACTION_OPEN - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_FILE_CHOOSER_ACTION_SAVE - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
gtk_file_chooser_add_filter(long, long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_file_chooser_get_file(long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_file_chooser_get_filename(long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_file_chooser_get_filenames(long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_file_chooser_get_files(long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_file_chooser_get_filter(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_file_chooser_get_uri(long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_file_chooser_get_uris(long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_file_chooser_native_new(byte[], long, int, byte[], byte[]) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_file_chooser_set_current_folder(long, long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_file_chooser_set_current_folder(long, long, long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_file_chooser_set_current_folder_uri(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_file_chooser_set_current_name(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_file_chooser_set_do_overwrite_confirmation(long, boolean) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_file_chooser_set_extra_widget(long, long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_file_chooser_set_file(long, long, long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_file_chooser_set_filename(long, long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_file_chooser_set_filter(long, long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_file_chooser_set_local_only(long, boolean) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_file_chooser_set_select_multiple(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_file_chooser_set_uri(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_file_filter_add_pattern(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_file_filter_get_name(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_file_filter_new() - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_file_filter_set_name(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_font_chooser_dialog_new(byte[], long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_font_chooser_get_font(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_font_chooser_set_font(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_frame_get_label_widget(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_frame_new(byte[]) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_frame_set_child(long, long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_frame_set_label_widget(long, long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_frame_set_shadow_type(long, int) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_gesture_click_new() - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_gesture_drag_get_offset(long, double[], double[]) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_gesture_drag_get_start_point(long, double[], double[]) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_gesture_drag_new(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_gesture_get_last_updated_sequence(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_gesture_get_point(long, long, double[], double[]) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_gesture_is_recognized(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_gesture_rotate_get_angle_delta(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_gesture_rotate_new(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_gesture_single_get_current_button(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_gesture_single_set_button(long, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_gesture_swipe_get_velocity(long, double[], double[]) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_gesture_zoom_get_scale_delta(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_gesture_zoom_new(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_get_current_event() - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_get_current_event_state(int[]) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_get_default_language() - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_get_event_widget(long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_get_major_version() - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_get_micro_version() - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_get_minor_version() - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_grab_add(long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_grab_get_current() - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_grab_remove(long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_hsv_to_rgb(double, double, double, double[], double[], double[]) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_hsv_to_rgb(float, float, float, float[], float[], float[]) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_icon_info_load_icon(long, long[]) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
GTK_ICON_LOOKUP_FORCE_REGULAR - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_ICON_LOOKUP_FORCE_SIZE - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
gtk_icon_paintable_get_file(long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
GTK_ICON_SIZE_DIALOG - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_ICON_SIZE_MENU - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_ICON_SIZE_SMALL_TOOLBAR - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
gtk_icon_theme_get_default() - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_icon_theme_get_for_display(long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_icon_theme_load_icon(long, byte[], int, int, long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_icon_theme_lookup_by_gicon(long, long, int, int) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_icon_theme_lookup_by_gicon(long, long, int, int, int, int) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_icon_theme_lookup_icon(long, byte[], long, int, int, int, int) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_im_context_filter_keypress(long, long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_im_context_filter_keypress(long, long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_im_context_focus_in(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_im_context_focus_out(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_im_context_get_preedit_string(long, long[], long[], int[]) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_im_context_get_type() - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_im_context_reset(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_im_context_set_client_window(long, long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_im_context_set_cursor_location(long, GdkRectangle) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_im_module - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
gtk_im_multicontext_new() - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_image_clear(long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_image_new() - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_image_new_from_icon_name(byte[]) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_image_new_from_icon_name(byte[], int) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_image_new_from_surface(long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_image_set_from_icon_name(long, byte[], int) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_image_set_from_paintable(long, long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_image_set_from_surface(long, long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_image_set_pixel_size(long, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_init_check() - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_init_check(long[], long[]) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
GTK_INPUT_HINT_NO_EMOJI - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_IS_ACCEL_LABEL(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
GTK3 Macros [if-def'd in os.h]
GTK_IS_BOX(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
GTK_IS_BUTTON(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
GTK_IS_CELL_RENDERER_PIXBUF(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
GTK_IS_CELL_RENDERER_TEXT(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
GTK_IS_CELL_RENDERER_TOGGLE(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
GTK_IS_CONTAINER(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
GTK_IS_IM_CONTEXT(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
GTK_IS_LABEL(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
GTK_IS_MENU_ITEM(long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
GTK_IS_PLUG(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
GTK_IS_SCROLLED_WINDOW(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
GTK_IS_WINDOW(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
GTK_JUSTIFY_CENTER - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_JUSTIFY_LEFT - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_JUSTIFY_RIGHT - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
gtk_keyval_trigger_new(int, int) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_label_get_layout(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_label_get_mnemonic_keyval(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_label_get_type() - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_label_new(byte[]) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_label_new_with_mnemonic(byte[]) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_label_set_attributes(long, long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_label_set_justify(long, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_label_set_line_wrap(long, boolean) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_label_set_line_wrap_mode(long, int) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_label_set_text(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_label_set_text(long, long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_label_set_text_with_mnemonic(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_label_set_wrap(long, boolean) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_label_set_wrap_mode(long, int) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_label_set_xalign(long, float) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_label_set_yalign(long, float) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_list_store_append(long, long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_list_store_clear(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_list_store_insert(long, long, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_list_store_newv(int, long[]) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_list_store_remove(long, long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_list_store_set(long, long, int, boolean, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_list_store_set(long, long, int, byte[], int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_list_store_set(long, long, int, int, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_list_store_set(long, long, int, long, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_list_store_set(long, long, int, GdkRGBA, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_list_store_set_value(long, long, int, long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_main_do_event(long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_main_iteration_do(boolean) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_menu_bar_accel - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
gtk_menu_bar_new() - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_menu_button_new() - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_menu_button_set_use_underline(long, boolean) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_menu_item_get_submenu(long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_menu_item_new() - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_menu_item_set_submenu(long, long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_menu_new() - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_menu_popdown(long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_menu_popup_at_pointer(long, long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_menu_popup_at_rect(long, long, GdkRectangle, int, int, long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_menu_shell_deactivate(long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_menu_shell_insert(long, long, int) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_menu_shell_set_take_focus(long, boolean) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_menu_tool_button_new(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_message_dialog_format_secondary_text(long, byte[], byte[]) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_message_dialog_new(long, int, int, int, byte[], byte[]) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
GTK_MESSAGE_ERROR - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_MESSAGE_INFO - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_MESSAGE_QUESTION - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_MESSAGE_WARNING - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_MOVEMENT_VISUAL_POSITIONS - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
gtk_named_action_new(byte[]) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
GTK_NAMED_ICON_GO_DOWN - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_NAMED_ICON_GO_NEXT - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_NAMED_ICON_GO_PREVIOUS - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_NAMED_ICON_GO_UP - Static variable in class org.eclipse.swt.internal.gtk.GTK
Named icons.
GTK_NAMED_ICON_PAN_DOWN - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_NAMED_LABEL_CANCEL - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_NAMED_LABEL_OK - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
gtk_native_dialog_run(long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_native_dialog_show(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_native_get_surface(long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_new(long, GCData) - Static method in class org.eclipse.swt.graphics.GC
Invokes platform specific functionality to wrap a graphics context.
gtk_new(Device, int, long, long) - Static method in class org.eclipse.swt.graphics.Image
Invokes platform specific functionality to allocate a new image.
gtk_new(Device, long) - Static method in class org.eclipse.swt.graphics.Cursor
Invokes platform specific functionality to allocate a new cursor.
gtk_new(Device, long) - Static method in class org.eclipse.swt.graphics.Font
Invokes platform specific functionality to allocate a new font.
gtk_new(Device, long) - Static method in class org.eclipse.swt.graphics.Region
Invokes platform specific functionality to allocate a new region.
gtk_new(Device, GdkRGBA) - Static method in class org.eclipse.swt.graphics.Color
Invokes platform specific functionality to allocate a new color.
gtk_new(Device, GdkRGBA, int) - Static method in class org.eclipse.swt.graphics.Color
Invokes platform specific functionality to allocate a new color.
gtk_new(Drawable, GCData) - Static method in class org.eclipse.swt.graphics.GC
Invokes platform specific functionality to allocate a new graphics context.
gtk_new(Display, long) - Static method in class org.eclipse.swt.widgets.Shell
Invokes platform specific functionality to allocate a new shell that is embedded.
gtk_new_from_pixbuf(Device, int, long) - Static method in class org.eclipse.swt.graphics.Image
Invokes platform specific functionality to allocate a new image.
gtk_notebook_get_current_page(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_notebook_get_n_pages(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_notebook_get_scrollable(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_notebook_insert_page(long, long, long, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_notebook_new() - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_notebook_next_page(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_notebook_prev_page(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_notebook_remove_page(long, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_notebook_set_current_page(long, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_notebook_set_scrollable(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_notebook_set_show_tabs(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_notebook_set_tab_pos(long, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_orientable_set_orientation(long, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
GTK_ORIENTATION_HORIZONTAL - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_ORIENTATION_VERTICAL - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_OVERLAY_SCROLLING_DISABLED - Static variable in class org.eclipse.swt.internal.gtk.OS
True iff overlay scrolling has been disabled via GTK_OVERLAY_SCROLLING=0.
GTK_PACK_END - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_PACK_START - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_PAGE_ORIENTATION_LANDSCAPE - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_PAGE_ORIENTATION_PORTRAIT - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
gtk_page_setup_get_bottom_margin(long, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_page_setup_get_left_margin(long, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_page_setup_get_orientation(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_page_setup_get_page_height(long, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_page_setup_get_page_width(long, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_page_setup_get_paper_height(long, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_page_setup_get_paper_size(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_page_setup_get_paper_width(long, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_page_setup_get_right_margin(long, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_page_setup_get_top_margin(long, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_page_setup_new() - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_page_setup_set_bottom_margin(long, double, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_page_setup_set_left_margin(long, double, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_page_setup_set_orientation(long, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_page_setup_set_paper_size(long, long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_page_setup_set_right_margin(long, double, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_page_setup_set_top_margin(long, double, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_paper_size_free(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_paper_size_get_display_name(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_paper_size_get_height(long, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_paper_size_get_name(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_paper_size_get_ppd_name(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_paper_size_get_width(long, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_paper_size_is_custom(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_paper_size_new(byte[]) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_paper_size_new_custom(byte[], byte[], double, double, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_paper_size_new_from_ppd(byte[], byte[], double, double) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
GTK_PHASE_BUBBLE - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_PHASE_CAPTURE - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_PHASE_TARGET - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
gtk_picture_new() - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_picture_set_can_shrink(long, boolean) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_picture_set_paintable(long, long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_plug_new(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
GTK_POLICY_ALWAYS - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_POLICY_AUTOMATIC - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_POLICY_EXTERNAL - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_POLICY_NEVER - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
gtk_popover_menu_bar_new_from_model(long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
GTK_POPOVER_MENU_NESTED - Static variable in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_popover_menu_new_from_model_full(long, int) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_popover_menu_set_menu_model(long, long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_popover_popdown(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_popover_popup(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_popover_set_has_arrow(long, boolean) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_popover_set_pointing_to(long, GdkRectangle) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_popover_set_position(long, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
GTK_POS_BOTTOM - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_POS_TOP - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_PRINT_CAPABILITY_COLLATE - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_PRINT_CAPABILITY_COPIES - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_PRINT_CAPABILITY_PAGE_SET - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_PRINT_DUPLEX_HORIZONTAL - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_PRINT_DUPLEX_SIMPLEX - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_PRINT_DUPLEX_VERTICAL - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
gtk_print_job_get_surface(long, long[]) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_print_job_new(byte[], long, long, long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_print_job_send(long, long, long, long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
GTK_PRINT_PAGES_ALL - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_PRINT_PAGES_CURRENT - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_PRINT_PAGES_RANGES - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_PRINT_PAGES_SELECTION - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
gtk_print_settings_foreach(long, long, long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_print_settings_get(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_print_settings_get_collate(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_print_settings_get_duplex(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_print_settings_get_n_copies(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_print_settings_get_page_ranges(long, int[]) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_print_settings_get_print_pages(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_print_settings_get_resolution(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_print_settings_new() - Static method in class org.eclipse.swt.internal.gtk.GTK
 
GTK_PRINT_SETTINGS_OUTPUT_URI - Static variable in class org.eclipse.swt.internal.gtk.GTK
Misc
gtk_print_settings_set(long, byte[], byte[]) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_print_settings_set_collate(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_print_settings_set_duplex(long, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_print_settings_set_n_copies(long, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_print_settings_set_orientation(long, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_print_settings_set_page_ranges(long, int[], int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_print_settings_set_print_pages(long, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_print_settings_set_printer(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_print_unix_dialog_get_current_page(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_print_unix_dialog_get_page_setup(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_print_unix_dialog_get_selected_printer(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_print_unix_dialog_get_settings(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_print_unix_dialog_new(byte[], long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_print_unix_dialog_set_current_page(long, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_print_unix_dialog_set_embed_page_setup(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_print_unix_dialog_set_has_selection(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_print_unix_dialog_set_manual_capabilities(long, long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_print_unix_dialog_set_page_setup(long, long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_print_unix_dialog_set_settings(long, long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_print_unix_dialog_set_support_selection(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_printer_get_backend(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_printer_get_name(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_printer_is_default(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_printer_option_widget_get_type() - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_progress_bar_new() - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_progress_bar_pulse(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_progress_bar_set_fraction(long, double) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_progress_bar_set_inverted(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
GTK_PROGRESS_BOTTOM_TO_TOP - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_PROGRESS_LEFT_TO_RIGHT - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
gtk_radio_button_get_group(long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_radio_button_new(long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_radio_menu_item_get_group(long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_radio_menu_item_new(long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_range_get_adjustment(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_range_get_slider_range(long, int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_range_get_value(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_range_set_increments(long, double, double) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_range_set_inverted(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_range_set_range(long, double, double) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_range_set_value(long, double) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_render_background(long, long, double, double, double, double) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_render_focus(long, long, double, double, double, double) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_render_frame(long, long, double, double, double, double) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_render_handle(long, long, double, double, double, double) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
GTK_RESPONSE_ACCEPT - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_RESPONSE_CANCEL - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_RESPONSE_OK - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
gtk_rgb_to_hsv(double, double, double, double[], double[], double[]) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_rgb_to_hsv(float, float, float, float[], float[], float[]) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_scale_new(int, long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_scale_set_digits(long, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_scale_set_draw_value(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
GTK_SCROLL_END - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_SCROLL_JUMP - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_SCROLL_NONE - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_SCROLL_PAGE_BACKWARD - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_SCROLL_PAGE_DOWN - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_SCROLL_PAGE_FORWARD - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_SCROLL_PAGE_LEFT - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_SCROLL_PAGE_RIGHT - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_SCROLL_PAGE_UP - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_SCROLL_START - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_SCROLL_STEP_BACKWARD - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_SCROLL_STEP_DOWN - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_SCROLL_STEP_FORWARD - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_SCROLL_STEP_LEFT - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_SCROLL_STEP_RIGHT - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_SCROLL_STEP_UP - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
gtk_scrollable_get_vadjustment(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_scrollbar_get_adjustment(long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_scrollbar_new(int, long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_scrolled_window_get_hadjustment(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_scrolled_window_get_has_frame(long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_scrolled_window_get_hscrollbar(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_scrolled_window_get_overlay_scrolling(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_scrolled_window_get_policy(long, int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_scrolled_window_get_shadow_type(long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_scrolled_window_get_vadjustment(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_scrolled_window_get_vscrollbar(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_scrolled_window_new() - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_scrolled_window_new(long, long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_scrolled_window_set_child(long, long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_scrolled_window_set_hadjustment(long, long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_scrolled_window_set_has_frame(long, boolean) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_scrolled_window_set_policy(long, int, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_scrolled_window_set_shadow_type(long, int) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_scrolled_window_set_vadjustment(long, long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_search_entry_new() - Static method in class org.eclipse.swt.internal.gtk.GTK
 
GTK_SELECTION_BROWSE - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
gtk_selection_data_free(long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_selection_data_get_data(long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_selection_data_get_data_type(long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_selection_data_get_format(long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_selection_data_get_length(long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_selection_data_get_target(long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_selection_data_set(long, long, int, long, int) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
GTK_SELECTION_MULTIPLE - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
gtk_separator_menu_item_new() - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_separator_new(int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_separator_tool_item_new() - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_separator_tool_item_set_draw(long, boolean) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_settings_get_default() - Static method in class org.eclipse.swt.internal.gtk.GTK
 
GTK_SHADOW_ETCHED_IN - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_SHADOW_ETCHED_OUT - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_SHADOW_IN - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_SHADOW_NONE - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_SHADOW_OUT - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
gtk_shortcut_controller_add_shortcut(long, long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_shortcut_controller_new() - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_shortcut_controller_remove_shortcut(long, long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_shortcut_controller_set_scope(long, int) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_shortcut_new(long, long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
GTK_SHORTCUT_SCOPE_GLOBAL - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
gtk_snapshot_append_cairo(long, long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_socket_get_id(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_socket_new() - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_spin_button_configure(long, long, double, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_spin_button_get_adjustment(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_spin_button_get_digits(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_spin_button_new(long, double, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_spin_button_set_increments(long, double, double) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_spin_button_set_numeric(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_spin_button_set_range(long, double, double) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_spin_button_set_value(long, double) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_spin_button_set_wrap(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_spin_button_update(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
GTK_STATE_FLAG_ACTIVE - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_STATE_FLAG_BACKDROP - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_STATE_FLAG_FOCUSED - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_STATE_FLAG_INCONSISTENT - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_STATE_FLAG_INSENSITIVE - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_STATE_FLAG_LINK - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_STATE_FLAG_NORMAL - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_STATE_FLAG_PRELIGHT - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_STATE_FLAG_SELECTED - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
gtk_status_icon_get_geometry(long, long, GdkRectangle, long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_status_icon_get_visible(long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_status_icon_new() - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_status_icon_set_from_pixbuf(long, long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_status_icon_set_tooltip_text(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_status_icon_set_visible(long, boolean) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
GTK_STYLE_CLASS_CELL - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_STYLE_CLASS_FRAME - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_STYLE_CLASS_PANE_SEPARATOR - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_STYLE_CLASS_SUGGESTED_ACTION - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_STYLE_CLASS_VIEW - Static variable in class org.eclipse.swt.internal.gtk.GTK
Classes
gtk_style_context_add_class(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_style_context_add_provider(long, long, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_style_context_add_provider_for_display(long, long, int) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_style_context_add_provider_for_screen(long, long, int) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_style_context_get(long, int, byte[], long[], long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_style_context_get_border(long, int, GtkBorder) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_style_context_get_border(long, GtkBorder) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_style_context_get_color(long, int, GdkRGBA) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_style_context_get_color(long, GdkRGBA) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_style_context_get_font(long, int) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_style_context_get_margin(long, GtkBorder) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_style_context_get_padding(long, int, GtkBorder) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_style_context_get_padding(long, GtkBorder) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_style_context_get_parent(long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_style_context_invalidate(long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_style_context_remove_class(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_style_context_restore(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_style_context_save(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_style_context_set_state(long, long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_style_property_font - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_STYLE_PROVIDER_PRIORITY_APPLICATION - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_STYLE_PROVIDER_PRIORITY_USER - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
gtk_target_list_new(long, int) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_target_list_unref(long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_text_buffer_copy_clipboard(long, long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_text_buffer_create_mark(long, byte[], byte[], boolean) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_text_buffer_cut_clipboard(long, long, boolean) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_text_buffer_delete(long, byte[], byte[]) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_text_buffer_get_bounds(long, byte[], byte[]) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_text_buffer_get_end_iter(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_text_buffer_get_insert(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_text_buffer_get_iter_at_line(long, byte[], int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_text_buffer_get_iter_at_mark(long, byte[], long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_text_buffer_get_iter_at_offset(long, byte[], int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_text_buffer_get_line_count(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_text_buffer_get_selection_bound(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_text_buffer_get_selection_bounds(long, byte[], byte[]) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_text_buffer_get_text(long, byte[], byte[], boolean) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_text_buffer_insert(long, byte[], byte[], int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_text_buffer_insert(long, long, byte[], int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_text_buffer_paste_clipboard(long, long, byte[], boolean) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_text_buffer_place_cursor(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_text_buffer_select_range(long, byte[], byte[]) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_text_buffer_set_text(long, byte[], int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
GTK_TEXT_DIR_LTR - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_TEXT_DIR_NONE - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_TEXT_DIR_RTL - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
gtk_text_get_buffer(long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_text_iter_get_line(byte[]) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_text_iter_get_offset(byte[]) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_text_set_placeholder_text(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_text_set_tabs(long, long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_text_set_visibility(long, boolean) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_text_view_buffer_to_window_coords(long, int, int, int, int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_text_view_get_buffer(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_text_view_get_editable(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_text_view_get_iter_at_location(long, byte[], int, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_text_view_get_iter_location(long, byte[], GdkRectangle) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_text_view_get_line_at_y(long, byte[], int, int[]) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_text_view_get_line_yrange(long, byte[], int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_text_view_get_visible_rect(long, GdkRectangle) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_text_view_get_window(long, int) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_text_view_new() - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_text_view_scroll_to_iter(long, byte[], double, boolean, double, double) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_text_view_scroll_to_mark(long, long, double, boolean, double, double) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_text_view_set_editable(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_text_view_set_justification(long, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_text_view_set_tabs(long, long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_text_view_set_wrap_mode(long, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
GTK_TEXT_WINDOW_TEXT - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
gtk_theme_name - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_THEME_SET - Static variable in class org.eclipse.swt.internal.gtk.OS
True if the GTK_THEME environment variable is specified and is non-empty.
GTK_THEME_SET_NAME - Static variable in class org.eclipse.swt.internal.gtk.OS
A string containing the theme name supplied via the GTK_THEME environment variable.
gtk_toggle_button_get_active(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_toggle_button_new() - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_toggle_button_set_active(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_toggle_button_set_inconsistent(long, boolean) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_toggle_tool_button_get_active(long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_toggle_tool_button_new() - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_toggle_tool_button_set_active(long, boolean) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_tool_button_new(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_tool_button_set_icon_widget(long, long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_tool_button_set_label_widget(long, long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_tool_button_set_use_underline(long, boolean) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_tool_item_get_proxy_menu_item(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_tool_item_retrieve_proxy_menu_item(long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_tool_item_set_homogeneous(long, boolean) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_tool_item_set_is_important(long, boolean) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_tool_item_set_proxy_menu_item(long, byte[], long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
GTK_TOOLBAR_BOTH - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_TOOLBAR_BOTH_HORIZ - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_TOOLBAR_ICONS - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
gtk_toolbar_insert(long, long, int) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_toolbar_new() - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_toolbar_set_icon_size(long, int) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_toolbar_set_show_arrow(long, boolean) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_toolbar_set_style(long, int) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
GTK_TOOLBAR_TEXT - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tooltip_get_type() - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tooltip_set_custom(long, long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_model_get(long, long, int, int[], int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_model_get(long, long, int, long[], int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_model_get_iter(long, long, long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_model_get_iter_first(long, long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_model_get_n_columns(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_model_get_path(long, long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_model_get_type() - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_model_get_value(long, long, int, long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_model_iter_children(long, long, long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_model_iter_n_children(long, long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_model_iter_next(long, long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_model_iter_nth_child(long, long, long, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_path_append_index(long, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_path_compare(long, long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_path_free(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_path_get_depth(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_path_get_indices(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_path_new() - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_path_new_from_string(byte[]) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_path_new_from_string(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_path_next(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_path_prev(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_path_up(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_selection_count_selected_rows(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_selection_get_selected_rows(long, long[]) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_selection_path_is_selected(long, long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_selection_select_all(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_selection_select_iter(long, long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_selection_set_mode(long, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_selection_set_select_function(long, long, long, long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_selection_unselect_all(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_selection_unselect_iter(long, long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_selection_unselect_path(long, long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_store_append(long, long, long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_store_clear(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_store_insert(long, long, long, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_store_insert_after(long, long, long, long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_store_newv(int, long[]) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_store_prepend(long, long, long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_store_remove(long, long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_store_set(long, long, int, boolean, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_store_set(long, long, int, byte[], int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_store_set(long, long, int, int, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_store_set(long, long, int, long, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_store_set(long, long, int, GdkRGBA, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_store_set_value(long, long, int, long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_view_collapse_row(long, long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_view_column_add_attribute(long, long, byte[], int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
GTK_TREE_VIEW_COLUMN_AUTOSIZE - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_view_column_cell_get_position(long, long, int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_view_column_cell_get_size(long, int[], int[], int[], int[]) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_tree_view_column_cell_get_size(long, GdkRectangle, int[], int[], int[], int[]) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_tree_view_column_cell_set_cell_data(long, long, long, boolean, boolean) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_view_column_clear(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
GTK_TREE_VIEW_COLUMN_FIXED - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_view_column_get_button(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_view_column_get_fixed_width(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_view_column_get_reorderable(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_view_column_get_resizable(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_view_column_get_visible(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_view_column_get_width(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
GTK_TREE_VIEW_COLUMN_GROW_ONLY - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_view_column_new() - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_view_column_pack_end(long, long, boolean) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_view_column_pack_start(long, long, boolean) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_view_column_set_alignment(long, float) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_view_column_set_cell_data_func(long, long, long, long, long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_view_column_set_clickable(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_view_column_set_fixed_width(long, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_view_column_set_min_width(long, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_view_column_set_reorderable(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_view_column_set_resizable(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_view_column_set_sizing(long, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_view_column_set_sort_indicator(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_view_column_set_sort_order(long, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_view_column_set_visible(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_view_column_set_widget(long, long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_view_convert_bin_window_to_tree_coords(long, int, int, int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_view_convert_bin_window_to_widget_coords(long, int, int, int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_view_create_row_drag_icon(long, long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
GTK_TREE_VIEW_DROP_AFTER - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_TREE_VIEW_DROP_BEFORE - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_TREE_VIEW_DROP_INTO_OR_AFTER - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_TREE_VIEW_DROP_INTO_OR_BEFORE - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_view_expand_row(long, long, boolean) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_view_get_background_area(long, long, long, GdkRectangle) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_view_get_bin_window(long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_tree_view_get_cell_area(long, long, long, GdkRectangle) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_view_get_column(long, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_view_get_columns(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_view_get_cursor(long, long[], long[]) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_view_get_expander_column(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_view_get_grid_lines(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_view_get_headers_visible(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_view_get_path_at_pos(long, int, int, long[], long[], int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_view_get_selection(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_view_get_visible_rect(long, GdkRectangle) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
GTK_TREE_VIEW_GRID_LINES_BOTH - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_TREE_VIEW_GRID_LINES_HORIZONTAL - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_TREE_VIEW_GRID_LINES_NONE - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_TREE_VIEW_GRID_LINES_VERTICAL - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_view_insert_column(long, long, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_view_move_column_after(long, long, long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_view_new_with_model(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_view_remove_column(long, long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_view_row_expanded(long, long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_view_scroll_to_cell(long, long, long, boolean, float, float) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_view_scroll_to_point(long, int, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_view_set_cursor(long, long, long, boolean) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_view_set_drag_dest_row(long, long, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_view_set_grid_lines(long, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_view_set_headers_visible(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_view_set_model(long, long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_tree_view_set_search_column(long, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
GTK_TYPE_CELL_RENDERER_PIXBUF() - Static method in class org.eclipse.swt.internal.gtk.GTK
 
GTK_TYPE_CELL_RENDERER_TEXT() - Static method in class org.eclipse.swt.internal.gtk.GTK
 
GTK_TYPE_CELL_RENDERER_TOGGLE() - Static method in class org.eclipse.swt.internal.gtk.GTK
 
GTK_TYPE_IM_MULTICONTEXT() - Static method in class org.eclipse.swt.internal.gtk.GTK
 
GTK_TYPE_MENU() - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
GTK_TYPE_TEXT_BUFFER - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_TYPE_TEXT_VIEW_ACCESSIBLE() - Static method in class org.eclipse.swt.internal.gtk.GTK
 
GTK_TYPE_WIDGET() - Static method in class org.eclipse.swt.internal.gtk.GTK
 
GTK_TYPE_WINDOW() - Static method in class org.eclipse.swt.internal.gtk.GTK
 
GTK_UNIT_INCH - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_UNIT_MM - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_UNIT_PIXEL - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_UNIT_POINTS - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_VERSION - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
gtk_viewport_set_shadow_type(long, int) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_widget_action_set_enabled(long, byte[], boolean) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_widget_activate(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_widget_activate_action(long, byte[], byte[]) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_widget_add_accelerator(long, byte[], long, int, int, int) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_widget_add_controller(long, long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_widget_add_css_class(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_widget_add_events(long, int) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_widget_child_focus(long, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_widget_class_add_binding_signal(long, int, int, byte[], byte[], boolean, boolean, boolean) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_widget_class_get_css_name(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_widget_create_pango_layout(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_widget_create_pango_layout(long, long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_widget_destroy(long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_widget_draw(long, long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_widget_event(long, long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_widget_get_accessible(long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_widget_get_allocation(long, GtkAllocation) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_widget_get_can_default(long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_widget_get_child_visible(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
GTK_WIDGET_GET_CLASS(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_widget_get_clip(long, GtkAllocation) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_widget_get_clipboard(long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_widget_get_events(long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_widget_get_first_child(long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_widget_get_has_window(long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_widget_get_last_child(long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_widget_get_mapped(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_widget_get_margin_bottom(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_widget_get_margin_end(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_widget_get_margin_start(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_widget_get_margin_top(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_widget_get_name(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_widget_get_native(long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_widget_get_next_sibling(long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_widget_get_opacity(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_widget_get_pango_context(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_widget_get_parent(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_widget_get_parent_surface(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_widget_get_parent_window(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_widget_get_preferred_height(long, int[], int[]) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_widget_get_preferred_height_for_width(long, int, int[], int[]) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_widget_get_preferred_size(long, GtkRequisition, GtkRequisition) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_widget_get_preferred_width_for_height(long, int, int[], int[]) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_widget_get_prev_sibling(long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_widget_get_realized(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_widget_get_receives_default(long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_widget_get_root(long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_widget_get_scale_factor(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_widget_get_screen(long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_widget_get_sensitive(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_widget_get_size_request(long, int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_widget_get_state_flags(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_widget_get_style_context(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_widget_get_tooltip_text(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_widget_get_toplevel(long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_widget_get_visible(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_widget_get_window(long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_widget_grab_focus(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_widget_has_default(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_widget_has_focus(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_widget_hide(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_widget_input_shape_combine_region(long, long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_widget_insert_action_group(long, byte[], long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_widget_is_focus(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_widget_measure(long, int, int, int[], int[], int[], int[]) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_widget_mnemonic_activate(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_widget_override_font(long, long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_widget_queue_draw(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_widget_queue_resize(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_widget_realize(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_widget_remove_accelerator(long, long, int, int) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_widget_reparent(long, long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_widget_set_allocation(long, GtkAllocation) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_widget_set_can_default(long, boolean) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_widget_set_can_focus(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_widget_set_clip(long, GtkAllocation) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_widget_set_cursor(long, long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_widget_set_default_direction(int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_widget_set_direction(long, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_widget_set_double_buffered(long, boolean) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_widget_set_focus_on_click(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_widget_set_focusable(long, boolean) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_widget_set_halign(long, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_widget_set_has_window(long, boolean) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_widget_set_hexpand(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_widget_set_margin_bottom(long, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_widget_set_margin_end(long, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_widget_set_margin_start(long, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_widget_set_margin_top(long, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_widget_set_opacity(long, double) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_widget_set_parent(long, long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_widget_set_parent_window(long, long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_widget_set_receives_default(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_widget_set_redraw_on_allocate(long, boolean) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_widget_set_sensitive(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_widget_set_size_request(long, int, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_widget_set_tooltip_text(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_widget_set_valign(long, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_widget_set_vexpand(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_widget_set_visible(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_widget_shape_combine_region(long, long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_widget_show(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_widget_size_allocate(long, GtkAllocation) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_widget_size_allocate(long, GtkAllocation, int) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_widget_snapshot_child(long, long, long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_widget_style_get(long, byte[], int[], long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_widget_style_get(long, byte[], long[], long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_widget_translate_coordinates(long, long, double, double, double[], double[]) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_widget_translate_coordinates(long, long, int, int, int[], int[]) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_widget_unparent(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_window_activate_default(long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_window_add_accel_group(long, long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_window_deiconify(long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_window_destroy(long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_window_fullscreen(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_window_get_default_size(long, int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_window_get_default_widget(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_window_get_focus(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_window_get_group(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_window_get_icon_list(long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_window_get_icon_name(long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_window_get_mnemonic_modifier(long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_window_get_modal(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_window_get_position(long, int[], int[]) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_window_get_size(long, int[], int[]) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_window_group_add_window(long, long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_window_group_new() - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_window_group_remove_window(long, long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_window_iconify(long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_window_is_active(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_window_is_maximized(long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_window_list_toplevels() - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_window_maximize(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_window_maximize(long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_window_minimize(long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_window_move(long, int, int) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_window_new() - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_window_new(int) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
GTK_WINDOW_POPUP - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
gtk_window_remove_accel_group(long, long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_window_resize(long, int, int) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_window_set_attached_to(long, long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_window_set_child(long, long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_window_set_decorated(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_window_set_default(long, long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_window_set_default_size(long, int, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_window_set_default_widget(long, long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_window_set_destroy_with_parent(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_window_set_geometry_hints(long, long, GdkGeometry, int) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_window_set_icon_list(long, long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_window_set_icon_name(long, long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_window_set_keep_above(long, boolean) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_window_set_modal(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_window_set_resizable(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_window_set_skip_taskbar_hint(long, boolean) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_window_set_title(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_window_set_transient_for(long, long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_window_set_type_hint(long, int) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
GTK_WINDOW_TOPLEVEL - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
gtk_window_unfullscreen(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_window_unmaximize(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_window_unminimize(long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
GTK_WRAP_NONE - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_WRAP_WORD - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK_WRAP_WORD_CHAR - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK3 - Class in org.eclipse.swt.internal.gtk3
This class contains native functions that are present in GTK3 only.
GTK3() - Constructor for class org.eclipse.swt.internal.gtk3.GTK3
 
GTK4 - Class in org.eclipse.swt.internal.gtk4
This class contains native functions that are present in GTK4 only.
GTK4 - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
GTK4() - Constructor for class org.eclipse.swt.internal.gtk4.GTK4
 
GtkAdjustment - Class in org.eclipse.swt.internal.gtk
 
GtkAdjustment() - Constructor for class org.eclipse.swt.internal.gtk.GtkAdjustment
 
GtkAllocation - Class in org.eclipse.swt.internal.gtk
 
GtkAllocation() - Constructor for class org.eclipse.swt.internal.gtk.GtkAllocation
 
GtkAllocation_sizeof() - Static method in class org.eclipse.swt.internal.gtk.GTK
SWT Tools translates TYPE_sizeof() into sizeof(TYPE) at native level.
GtkBorder - Class in org.eclipse.swt.internal.gtk
 
GtkBorder() - Constructor for class org.eclipse.swt.internal.gtk.GtkBorder
 
GtkBorder_sizeof() - Static method in class org.eclipse.swt.internal.gtk.GTK
 
GtkCellRendererClass - Class in org.eclipse.swt.internal.gtk
 
GtkCellRendererClass() - Constructor for class org.eclipse.swt.internal.gtk.GtkCellRendererClass
 
GtkCellRendererPixbuf_sizeof() - Static method in class org.eclipse.swt.internal.gtk.GTK
GTK3 sizeof() [if-def'd in os.h]
GtkCellRendererPixbufClass_sizeof() - Static method in class org.eclipse.swt.internal.gtk.GTK
 
GtkCellRendererText_sizeof() - Static method in class org.eclipse.swt.internal.gtk.GTK
 
GtkCellRendererTextClass_sizeof() - Static method in class org.eclipse.swt.internal.gtk.GTK
 
GtkCellRendererToggle_sizeof() - Static method in class org.eclipse.swt.internal.gtk.GTK
 
GtkCellRendererToggleClass_sizeof() - Static method in class org.eclipse.swt.internal.gtk.GTK
 
GtkRequisition - Class in org.eclipse.swt.internal.gtk
 
GtkRequisition() - Constructor for class org.eclipse.swt.internal.gtk.GtkRequisition
 
GtkRequisition_sizeof() - Static method in class org.eclipse.swt.internal.gtk.GTK
 
GtkTargetEntry - Class in org.eclipse.swt.internal.gtk3
 
GtkTargetEntry() - Constructor for class org.eclipse.swt.internal.gtk3.GtkTargetEntry
 
GtkTargetEntry_sizeof() - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
GtkTextIter_sizeof() - Static method in class org.eclipse.swt.internal.gtk.GTK
 
GtkTreeIter_sizeof() - Static method in class org.eclipse.swt.internal.gtk.GTK
 
GtkWidgetClass - Class in org.eclipse.swt.internal.gtk
 
GtkWidgetClass() - Constructor for class org.eclipse.swt.internal.gtk.GtkWidgetClass
 
GTypeInfo - Class in org.eclipse.swt.internal.gtk
 
GTypeInfo() - Constructor for class org.eclipse.swt.internal.gtk.GTypeInfo
 
GTypeInfo_sizeof() - Static method in class org.eclipse.swt.internal.gtk.OS
 
GValue_sizeof() - Static method in class org.eclipse.swt.internal.gtk.OS
 
GYTable - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 

H

H_SCROLL - Static variable in class org.eclipse.swt.SWT
Style constant for horizontal scrollbar behavior (value is 1<<8).
handle - Variable in class org.eclipse.swt.graphics.Color
the handle to the OS color resource (Warning: This field is platform dependent)
handle - Variable in class org.eclipse.swt.graphics.Cursor
the handle to the OS cursor resource (Warning: This field is platform dependent)
handle - Variable in class org.eclipse.swt.graphics.Font
the handle to the OS font resource (Warning: This field is platform dependent)
handle - Variable in class org.eclipse.swt.graphics.GC
the handle to the OS device context (Warning: This field is platform dependent)
handle - Variable in class org.eclipse.swt.graphics.Path
the OS resource for the Path (Warning: This field is platform dependent)
handle - Variable in class org.eclipse.swt.graphics.Pattern
the OS resource for the Pattern (Warning: This field is platform dependent)
handle - Variable in class org.eclipse.swt.graphics.Region
the OS resource for the region (Warning: This field is platform dependent)
handle - Variable in class org.eclipse.swt.graphics.Transform
the OS resource for the Transform (Warning: This field is platform dependent)
handle - Variable in class org.eclipse.swt.widgets.Widget
the handle to the OS resource (Warning: This field is platform dependent)
handleEvent(Event) - Method in interface org.eclipse.swt.widgets.Listener
Sent when an event that the receiver has registered for occurs.
handleEvent(Event) - Method in class org.eclipse.swt.widgets.TypedListener
Handles the given event.
HardKeyDown - Static variable in class org.eclipse.swt.SWT
The hardware key down event type (value is 33).
HardKeyUp - Static variable in class org.eclipse.swt.SWT
The hardware key up event type (value is 34).
hardware_keycode - Variable in class org.eclipse.swt.internal.gtk3.GdkEventKey
 
has_backward_stepper - Static variable in class org.eclipse.swt.internal.gtk.OS
 
has_forward_stepper - Static variable in class org.eclipse.swt.internal.gtk.OS
 
has_secondary_backward_stepper - Static variable in class org.eclipse.swt.internal.gtk.OS
 
has_secondary_forward_stepper - Static variable in class org.eclipse.swt.internal.gtk.OS
 
hashCode() - Method in class org.eclipse.swt.custom.Bullet
 
hashCode() - Method in class org.eclipse.swt.custom.StyleRange
Returns an integer hash code for the receiver.
hashCode() - Method in class org.eclipse.swt.graphics.Color
Returns an integer hash code for the receiver.
hashCode() - Method in class org.eclipse.swt.graphics.Cursor
Returns an integer hash code for the receiver.
hashCode() - Method in class org.eclipse.swt.graphics.Font
Returns an integer hash code for the receiver.
hashCode() - Method in class org.eclipse.swt.graphics.FontData
Returns an integer hash code for the receiver.
hashCode() - Method in class org.eclipse.swt.graphics.FontMetrics
Returns an integer hash code for the receiver.
hashCode() - Method in class org.eclipse.swt.graphics.GC
Returns an integer hash code for the receiver.
hashCode() - Method in class org.eclipse.swt.graphics.GlyphMetrics
Returns an integer hash code for the receiver.
hashCode() - Method in class org.eclipse.swt.graphics.Image
Returns an integer hash code for the receiver.
hashCode() - Method in class org.eclipse.swt.graphics.LineAttributes
Returns an integer hash code for the receiver.
hashCode() - Method in class org.eclipse.swt.graphics.Point
Returns an integer hash code for the receiver.
hashCode() - Method in class org.eclipse.swt.graphics.Rectangle
Returns an integer hash code for the receiver.
hashCode() - Method in class org.eclipse.swt.graphics.Region
Returns an integer hash code for the receiver.
hashCode() - Method in class org.eclipse.swt.graphics.RGB
Returns an integer hash code for the receiver.
hashCode() - Method in class org.eclipse.swt.graphics.RGBA
Returns an integer hash code for the receiver.
hashCode() - Method in class org.eclipse.swt.graphics.TextStyle
Returns an integer hash code for the receiver.
hashCode() - Method in class org.eclipse.swt.internal.LONG
 
hashCode() - Method in class org.eclipse.swt.program.Program
Returns an integer hash code for the receiver.
hashCode() - Method in class org.eclipse.swt.widgets.Monitor
Returns an integer hash code for the receiver.
hasListeners() - Method in class org.eclipse.swt.graphics.ImageLoader
Returns true if the receiver has image loader listeners, and false otherwise.
header - Variable in class org.eclipse.swt.custom.StyledTextPrintOptions
Formatted text to print in the header of each page.
height - Variable in class org.eclipse.swt.accessibility.AccessibleControlEvent
 
height - Variable in class org.eclipse.swt.accessibility.AccessibleTextEvent
 
height - Variable in class org.eclipse.swt.custom.CTabFolderEvent
The height of the chevron button at the time of the event.
height - Variable in class org.eclipse.swt.events.PaintEvent
the height of the bounding rectangle of the region that requires painting
height - Variable in class org.eclipse.swt.events.SelectionEvent
The height of selected area.
height - Variable in class org.eclipse.swt.graphics.FontData
The height of the font data in points (Warning: This field is platform dependent)
height - Variable in class org.eclipse.swt.graphics.GCData
 
height - Variable in class org.eclipse.swt.graphics.ImageData
The height of the image, in pixels.
height - Variable in class org.eclipse.swt.graphics.Rectangle
the height of the rectangle
height - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTextRectangle
 
height - Variable in class org.eclipse.swt.internal.cairo.cairo_rectangle_int_t
 
height - Variable in class org.eclipse.swt.internal.gtk.GdkRectangle
 
height - Variable in class org.eclipse.swt.internal.gtk.GtkAllocation
 
height - Variable in class org.eclipse.swt.internal.gtk.GtkRequisition
 
height - Variable in class org.eclipse.swt.internal.gtk.PangoRectangle
 
height - Variable in class org.eclipse.swt.internal.gtk.XExposeEvent
 
height - Variable in class org.eclipse.swt.internal.gtk3.GdkWindowAttr
 
height - Variable in class org.eclipse.swt.internal.webkit.GdkRectangle
 
height - Variable in class org.eclipse.swt.layout.FormData
height specifies the preferred height in points.
height - Variable in class org.eclipse.swt.layout.RowData
height specifies the preferred height in points.
height - Variable in class org.eclipse.swt.widgets.Event
the height of the bounding rectangle of the region that requires painting
height_inc - Variable in class org.eclipse.swt.internal.gtk3.GdkGeometry
 
heightDistributionFactor - Variable in class org.eclipse.swt.layout.BorderLayout
If the height of the SWT.TOP and SWT.BOTTOM region exceeds the available space this factor is used to distribute the size to the controls, valid values range between [0 ...
heightHint - Variable in class org.eclipse.swt.layout.GridData
heightHint specifies the preferred height in points.
Help - Static variable in class org.eclipse.swt.SWT
The help event type (value is 28).
HELP - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the help key (value is (1<<24)+81).
HelpEvent - Class in org.eclipse.swt.events
Instances of this class are sent as a result of help being requested for a widget.
HelpEvent(Event) - Constructor for class org.eclipse.swt.events.HelpEvent
Constructs a new instance of this class based on the information in the given untyped event.
HelpListener - Interface in org.eclipse.swt.events
Classes which implement this interface provide a method that deals with the event that is generated when help is requested for a control, typically when the user presses F1.
helpRequested(HelpEvent) - Method in interface org.eclipse.swt.events.HelpListener
Sent when help is requested for a control, typically when the user presses F1.
hHint - Variable in class org.eclipse.swt.layout.BorderData
 
HI - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
hide - Static variable in class org.eclipse.swt.internal.gtk.OS
 
hide(WindowEvent) - Method in class org.eclipse.swt.browser.VisibilityWindowAdapter
 
hide(WindowEvent) - Method in interface org.eclipse.swt.browser.VisibilityWindowListener
This method is called when the window hosting a Browser is requested to be hidden.
Hide - Static variable in class org.eclipse.swt.SWT
The hide event type (value is 23).
HIDE_SELECTION - Static variable in class org.eclipse.swt.SWT
Style constant for selection hiding behavior when the widget loses focus (value is 1<<15).
hideAdapter(Consumer<WindowEvent>) - Static method in interface org.eclipse.swt.browser.VisibilityWindowListener
Static helper method to create a VisibilityWindowListener for thehide VisibilityWindowListener.hide(WindowEvent e)) method, given a lambda expression or a method reference.
HIGH - Static variable in class org.eclipse.swt.SWT
Indicates high quality (value is 2).
HOME - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the HOME key (value is (1<<24)+7).
HORIZONTAL - Static variable in class org.eclipse.swt.SWT
Style constant for horizontal alignment or orientation behavior (value is 1<<8).
HORIZONTAL_ALIGN_BEGINNING - Static variable in class org.eclipse.swt.layout.GridData
Style bit for new GridData(int) to position the control at the left of the cell.
HORIZONTAL_ALIGN_CENTER - Static variable in class org.eclipse.swt.layout.GridData
Style bit for new GridData(int) to position the control in the horizontal center of the cell.
HORIZONTAL_ALIGN_END - Static variable in class org.eclipse.swt.layout.GridData
Style bit for new GridData(int) to position the control at the right of the cell.
HORIZONTAL_ALIGN_FILL - Static variable in class org.eclipse.swt.layout.GridData
Style bit for new GridData(int) to resize the control to fill the cell horizontally.
horizontal_separator - Static variable in class org.eclipse.swt.internal.gtk.OS
 
horizontalAlignment - Variable in class org.eclipse.swt.custom.ControlEditor
Specifies how the editor should be aligned relative to the control.
horizontalAlignment - Variable in class org.eclipse.swt.layout.GridData
horizontalAlignment specifies how controls will be positioned horizontally within a cell.
horizontalIndent - Variable in class org.eclipse.swt.layout.GridData
horizontalIndent specifies the number of points of indentation that will be placed along the left side of the cell.
horizontalSpacing - Variable in class org.eclipse.swt.custom.ViewForm
horizontalSpacing specifies the number of points between the right edge of one cell and the left edge of its neighbouring cell to the right.
horizontalSpacing - Variable in class org.eclipse.swt.layout.GridLayout
horizontalSpacing specifies the number of points between the right edge of one cell and the left edge of its neighbouring cell to the right.
horizontalSpan - Variable in class org.eclipse.swt.layout.GridData
horizontalSpan specifies the number of column cells that the control will take up.
HOT - Static variable in class org.eclipse.swt.SWT
Event detail field that indicates a user-interface component state is hot (value is 1<<5).
HTMLTransfer - Class in org.eclipse.swt.dnd
The class HTMLTransfer provides a platform specific mechanism for converting text in HTML format represented as a java String to a platform specific representation of the data and vice versa.

I

ICON - Static variable in class org.eclipse.swt.SWT
Constant indicating that an image or operation is of type icon (value is 1).
ICON_CANCEL - Static variable in class org.eclipse.swt.SWT
The style constant for "cancel" icon.
ICON_ERROR - Static variable in class org.eclipse.swt.SWT
The MessageBox style constant for error icon behavior (value is 1).
ICON_INFORMATION - Static variable in class org.eclipse.swt.SWT
The MessageBox style constant for information icon behavior (value is 1<<1).
ICON_QUESTION - Static variable in class org.eclipse.swt.SWT
The MessageBox style constant for question icon behavior (value is 1<<2).
icon_release - Static variable in class org.eclipse.swt.internal.gtk.OS
 
ICON_SEARCH - Static variable in class org.eclipse.swt.SWT
The style constant for "search" icon.
ICON_WARNING - Static variable in class org.eclipse.swt.SWT
The MessageBox style constant for warning icon behavior (value is 1<<3).
ICON_WORKING - Static variable in class org.eclipse.swt.SWT
The MessageBox style constant for "working" icon behavior (value is 1<<4).
Iconify - Static variable in class org.eclipse.swt.SWT
The iconify event type (value is 19).
id - Variable in class org.eclipse.swt.widgets.Touch
The unique identity of the touch.
ID_ABOUT - Static variable in class org.eclipse.swt.SWT
ID for the About menu item (value is -1).
ID_CB - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
ID_CR - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
ID_HIDE - Static variable in class org.eclipse.swt.SWT
ID for the Hide menu item (value is -3).
ID_HIDE_OTHERS - Static variable in class org.eclipse.swt.SWT
ID for the Hide Others menu item (value is -4).
ID_PREFERENCES - Static variable in class org.eclipse.swt.SWT
ID for the Preferences menu item (value is -2).
ID_QUIT - Static variable in class org.eclipse.swt.SWT
ID for the Quit menu item (value is -6).
ID_SHOW_ALL - Static variable in class org.eclipse.swt.SWT
ID for the Show All menu item (value is -5).
ID_Y - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
identity - Variable in class org.eclipse.swt.graphics.GCData
 
identity() - Method in class org.eclipse.swt.graphics.Transform
Modifies the receiver such that the matrix it represents becomes the identity matrix.
IGNORE - Static variable in class org.eclipse.swt.SWT
The MessageBox style constant for an IGNORE button; the only valid combination is ABORT|RETRY|IGNORE (value is 1<<11).
image - Variable in class org.eclipse.swt.dnd.DragSourceEvent
The drag source image to be displayed during the drag.
image - Variable in class org.eclipse.swt.graphics.GCData
 
Image - Class in org.eclipse.swt.graphics
Instances of this class are graphics which have been prepared for display on a specific device.
Image(Device, int, int) - Constructor for class org.eclipse.swt.graphics.Image
Constructs an empty instance of this class with the specified width and height.
Image(Device, InputStream) - Constructor for class org.eclipse.swt.graphics.Image
Constructs an instance of this class by loading its representation from the specified input stream.
Image(Device, String) - Constructor for class org.eclipse.swt.graphics.Image
Constructs an instance of this class by loading its representation from the file with the specified name.
Image(Device, ImageData) - Constructor for class org.eclipse.swt.graphics.Image
Constructs an instance of this class from the given ImageData.
Image(Device, ImageDataProvider) - Constructor for class org.eclipse.swt.graphics.Image
Constructs an instance of this class by loading its representation from the ImageData retrieved from the ImageDataProvider.
Image(Device, ImageData, ImageData) - Constructor for class org.eclipse.swt.graphics.Image
Constructs an instance of this class, whose type is SWT.ICON, from the two given ImageData objects.
Image(Device, ImageFileNameProvider) - Constructor for class org.eclipse.swt.graphics.Image
Constructs an instance of this class by loading its representation from the file retrieved from the ImageFileNameProvider.
Image(Device, Image, int) - Constructor for class org.eclipse.swt.graphics.Image
Constructs a new instance of this class based on the provided image, with an appearance that varies depending on the value of the flag.
Image(Device, Rectangle) - Constructor for class org.eclipse.swt.graphics.Image
Constructs an empty instance of this class with the width and height of the specified rectangle.
IMAGE_BMP - Static variable in class org.eclipse.swt.SWT
Image format constant indicating a Windows BMP format image (value is 0).
IMAGE_BMP_RLE - Static variable in class org.eclipse.swt.SWT
Image format constant indicating a run-length encoded Windows BMP format image (value is 1).
IMAGE_COPY - Static variable in class org.eclipse.swt.SWT
The Image constructor argument indicating that the new image should be a copy of the image provided as an argument (value is 0).
IMAGE_DISABLE - Static variable in class org.eclipse.swt.SWT
The Image constructor argument indicating that the new image should have the appearance of a "disabled" (using the platform's rules for how this should look) copy of the image provided as an argument (value is 1).
IMAGE_GIF - Static variable in class org.eclipse.swt.SWT
Image format constant indicating a GIF format image (value is 2).
IMAGE_GRAY - Static variable in class org.eclipse.swt.SWT
The Image constructor argument indicating that the new image should have the appearance of a "gray scaled" copy of the image provided as an argument (value is 2).
IMAGE_ICO - Static variable in class org.eclipse.swt.SWT
Image format constant indicating a ICO format image (value is 3).
IMAGE_JPEG - Static variable in class org.eclipse.swt.SWT
Image format constant indicating a JPEG format image (value is 4).
IMAGE_OS2_BMP - Static variable in class org.eclipse.swt.SWT
Image format constant indicating an OS/2 BMP format image (value is 7).
IMAGE_PNG - Static variable in class org.eclipse.swt.SWT
Image format constant indicating a PNG format image (value is 5).
IMAGE_SVG - Static variable in class org.eclipse.swt.SWT
Image format constant indicating a SVG format image (value is 8).
IMAGE_TIFF - Static variable in class org.eclipse.swt.SWT
Image format constant indicating a TIFF format image (value is 6).
IMAGE_UNDEFINED - Static variable in class org.eclipse.swt.SWT
Image format constant indicating an unknown image type (value is -1).
imageData - Variable in class org.eclipse.swt.graphics.ImageLoaderEvent
if the endOfImage flag is false, then this is a partially complete copy of the current ImageData, otherwise this is a completely loaded ImageData
ImageData - Class in org.eclipse.swt.graphics
Instances of this class are device-independent descriptions of images.
ImageData(int, int, int, PaletteData) - Constructor for class org.eclipse.swt.graphics.ImageData
Constructs a new, empty ImageData with the given width, height, depth and palette.
ImageData(int, int, int, PaletteData, int, byte[]) - Constructor for class org.eclipse.swt.graphics.ImageData
Constructs a new, empty ImageData with the given width, height, depth, palette, scanlinePad and data.
ImageData(InputStream) - Constructor for class org.eclipse.swt.graphics.ImageData
Constructs an ImageData loaded from the specified input stream.
ImageData(String) - Constructor for class org.eclipse.swt.graphics.ImageData
Constructs an ImageData loaded from a file with the specified name.
imageDataLoaded(ImageLoaderEvent) - Method in interface org.eclipse.swt.graphics.ImageLoaderListener
Sent when image data is either partially or completely loaded.
ImageDataProvider - Interface in org.eclipse.swt.graphics
Interface to provide a callback mechanism to get information about images when the application is moved from a low DPI monitor to a high DPI monitor.
ImageFileNameProvider - Interface in org.eclipse.swt.graphics
Interface to provide a callback mechanism to get information about images when the application is moved from a low DPI monitor to a high DPI monitor.
ImageList - Class in org.eclipse.swt.internal
 
ImageList() - Constructor for class org.eclipse.swt.internal.ImageList
 
ImageLoader - Class in org.eclipse.swt.graphics
Instances of this class are used to load images from, and save images to, a file or stream.
ImageLoader() - Constructor for class org.eclipse.swt.graphics.ImageLoader
Construct a new empty ImageLoader.
ImageLoaderEvent - Class in org.eclipse.swt.graphics
Instances of this class are sent as a result of the incremental loading of image data.
ImageLoaderEvent(ImageLoader, ImageData, int, boolean) - Constructor for class org.eclipse.swt.graphics.ImageLoaderEvent
Constructs a new instance of this class given the event source and the values to store in its fields.
ImageLoaderListener - Interface in org.eclipse.swt.graphics
Classes which implement this interface provide methods that deal with the incremental loading of image data.
ImageTransfer - Class in org.eclipse.swt.dnd
The class ImageTransfer provides a platform specific mechanism for converting an Image represented as a java ImageData to a platform specific representation of the data and vice versa.
imContextLast() - Static method in class org.eclipse.swt.internal.gtk.OS
 
imContextNewProc_CALLBACK(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
IME - Class in org.eclipse.swt.widgets
Instances of this class represent input method editors.
IME(Canvas, int) - Constructor for class org.eclipse.swt.widgets.IME
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
ImeComposition - Static variable in class org.eclipse.swt.SWT
The IME composition event type (value is 43).
in - Variable in class org.eclipse.swt.internal.gtk3.GdkEventFocus
 
inconsistent - Static variable in class org.eclipse.swt.internal.gtk.OS
 
incrementCount - Variable in class org.eclipse.swt.graphics.ImageLoaderEvent
the zero-based count of image data increments -- this is equivalent to the number of events that have been generated while loading a particular image
indent - Variable in class org.eclipse.swt.accessibility.AccessibleAttributeEvent
[out] the indent in pixels
indent - Variable in class org.eclipse.swt.custom.LineStyleEvent
line indent (input, output)
INDETERMINATE - Static variable in class org.eclipse.swt.SWT
Style constant for progress bar behavior (value is 1<<1).
index - Variable in class org.eclipse.swt.accessibility.AccessibleActionEvent
 
index - Variable in class org.eclipse.swt.accessibility.AccessibleHyperlinkEvent
 
index - Variable in class org.eclipse.swt.accessibility.AccessibleTableCellEvent
 
index - Variable in class org.eclipse.swt.accessibility.AccessibleTextEvent
 
index - Variable in class org.eclipse.swt.widgets.Event
the index of the item where the event occurred
indexOf(long) - Method in class org.eclipse.swt.internal.ImageList
 
indexOf(String) - Method in class org.eclipse.swt.custom.CCombo
Searches the receiver's list starting at the first item (index 0) until an item is found that is equal to the argument, and returns the index of that item.
indexOf(String) - Method in class org.eclipse.swt.widgets.Combo
Searches the receiver's list starting at the first item (index 0) until an item is found that is equal to the argument, and returns the index of that item.
indexOf(String) - Method in class org.eclipse.swt.widgets.List
Gets the index of an item.
indexOf(String, int) - Method in class org.eclipse.swt.custom.CCombo
Searches the receiver's list starting at the given, zero-relative index until an item is found that is equal to the argument, and returns the index of that item.
indexOf(String, int) - Method in class org.eclipse.swt.widgets.Combo
Searches the receiver's list starting at the given, zero-relative index until an item is found that is equal to the argument, and returns the index of that item.
indexOf(String, int) - Method in class org.eclipse.swt.widgets.List
Searches the receiver's list starting at the given, zero-relative index until an item is found that is equal to the argument, and returns the index of that item.
indexOf(CTabItem) - Method in class org.eclipse.swt.custom.CTabFolder
Return the index of the specified tab or -1 if the tab is not in the receiver.
indexOf(Image) - Method in class org.eclipse.swt.internal.ImageList
 
indexOf(CoolItem) - Method in class org.eclipse.swt.widgets.CoolBar
Searches the receiver's items in the order they are currently being displayed, starting at the first item (index 0), until an item is found that is equal to the argument, and returns the index of that item.
indexOf(ExpandItem) - Method in class org.eclipse.swt.widgets.ExpandBar
Searches the receiver's list starting at the first item (index 0) until an item is found that is equal to the argument, and returns the index of that item.
indexOf(MenuItem) - Method in class org.eclipse.swt.widgets.Menu
Searches the receiver's list starting at the first item (index 0) until an item is found that is equal to the argument, and returns the index of that item.
indexOf(TabItem) - Method in class org.eclipse.swt.widgets.TabFolder
Searches the receiver's list starting at the first item (index 0) until an item is found that is equal to the argument, and returns the index of that item.
indexOf(TableColumn) - Method in class org.eclipse.swt.widgets.Table
Searches the receiver's list starting at the first column (index 0) until a column is found that is equal to the argument, and returns the index of that column.
indexOf(TableItem) - Method in class org.eclipse.swt.widgets.Table
Searches the receiver's list starting at the first item (index 0) until an item is found that is equal to the argument, and returns the index of that item.
indexOf(ToolItem) - Method in class org.eclipse.swt.widgets.ToolBar
Searches the receiver's list starting at the first item (index 0) until an item is found that is equal to the argument, and returns the index of that item.
indexOf(TreeColumn) - Method in class org.eclipse.swt.widgets.Tree
Searches the receiver's list starting at the first column (index 0) until a column is found that is equal to the argument, and returns the index of that column.
indexOf(TreeItem) - Method in class org.eclipse.swt.widgets.Tree
Searches the receiver's list starting at the first item (index 0) until an item is found that is equal to the argument, and returns the index of that item.
indexOf(TreeItem) - Method in class org.eclipse.swt.widgets.TreeItem
Searches the receiver's list starting at the first item (index 0) until an item is found that is equal to the argument, and returns the index of that item.
indicator_size - Static variable in class org.eclipse.swt.internal.gtk.OS
 
indicator_spacing - Static variable in class org.eclipse.swt.internal.gtk.OS
 
info - Variable in class org.eclipse.swt.internal.gtk3.GtkTargetEntry
 
INHERIT_DEFAULT - Static variable in class org.eclipse.swt.SWT
The Composite constant to indicate that an attribute (such as background) is inherited by children who choose this value as their "default" (value is 1).
INHERIT_FORCE - Static variable in class org.eclipse.swt.SWT
The Composite constant to indicate that an attribute (such as background) is inherited by all children.
INHERIT_NONE - Static variable in class org.eclipse.swt.SWT
The Composite constant to indicate that an attribute (such as background) is not inherited by the children (value is 0).
init() - Method in class org.eclipse.swt.graphics.Device
Initializes any internal resources needed by the device.
init() - Method in class org.eclipse.swt.printing.Printer
Initializes any internal resources needed by the device.
init() - Method in class org.eclipse.swt.widgets.Display
Initializes any internal resources needed by the device.
init(GDBus.GDBusMethod[], String) - Static method in class org.eclipse.swt.internal.GDBus
Instantiate GDBus for use by SWT.
initialize - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkObjectClass
 
inner_border - Static variable in class org.eclipse.swt.internal.gtk.OS
 
insert(String) - Method in class org.eclipse.swt.custom.StyledText
Inserts a string.
insert(String) - Method in class org.eclipse.swt.widgets.Text
Inserts a string.
INSERT - Static variable in class org.eclipse.swt.accessibility.ACC
A type constant specifying that insertion occurred.
INSERT - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the INSERT key (value is (1<<24)+9).
insert_text - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkEditableTextIface
 
insert_text - Static variable in class org.eclipse.swt.internal.gtk.OS
 
instance_init - Variable in class org.eclipse.swt.internal.gtk.GTypeInfo
 
instance_size - Variable in class org.eclipse.swt.internal.gtk.GTypeInfo
 
interior_focus - Static variable in class org.eclipse.swt.internal.gtk.OS
 
internal_dispose_Accessible() - Method in class org.eclipse.swt.accessibility.Accessible
Invokes platform specific functionality to dispose an accessible object.
internal_dispose_GC(long, GCData) - Method in class org.eclipse.swt.graphics.Device
Invokes platform specific functionality to dispose a GC handle.
internal_dispose_GC(long, GCData) - Method in interface org.eclipse.swt.graphics.Drawable
Invokes platform specific functionality to dispose a GC handle.
internal_dispose_GC(long, GCData) - Method in class org.eclipse.swt.graphics.Image
Invokes platform specific functionality to dispose a GC handle.
internal_dispose_GC(long, GCData) - Method in class org.eclipse.swt.printing.Printer
Invokes platform specific functionality to dispose a GC handle.
internal_dispose_GC(long, GCData) - Method in class org.eclipse.swt.widgets.Control
Invokes platform specific functionality to dispose a GC handle.
internal_dispose_GC(long, GCData) - Method in class org.eclipse.swt.widgets.Display
Invokes platform specific functionality to dispose a GC handle.
internal_gtk_refreshImageForZoom() - Method in class org.eclipse.swt.graphics.Image
Refreshes the image for the current device scale factor.
internal_new(int, int, int, PaletteData, int, byte[], int, byte[], byte[], int, int, int, int, int, int, int) - Static method in class org.eclipse.swt.graphics.ImageData
Invokes internal SWT functionality to create a new instance of this class.
internal_new(Display, long) - Static method in class org.eclipse.swt.widgets.Shell
Invokes platform specific functionality to allocate a new shell that is not embedded.
internal_new_Accessible(Control) - Static method in class org.eclipse.swt.accessibility.Accessible
Invokes platform specific functionality to allocate a new accessible object.
internal_new_GC(GCData) - Method in class org.eclipse.swt.graphics.Device
Invokes platform specific functionality to allocate a new GC handle.
internal_new_GC(GCData) - Method in interface org.eclipse.swt.graphics.Drawable
Invokes platform specific functionality to allocate a new GC handle.
internal_new_GC(GCData) - Method in class org.eclipse.swt.graphics.Image
Invokes platform specific functionality to allocate a new GC handle.
internal_new_GC(GCData) - Method in class org.eclipse.swt.printing.Printer
Invokes platform specific functionality to allocate a new GC handle.
internal_new_GC(GCData) - Method in class org.eclipse.swt.widgets.Control
Invokes platform specific functionality to allocate a new GC handle.
internal_new_GC(GCData) - Method in class org.eclipse.swt.widgets.Display
Invokes platform specific functionality to allocate a new GC handle.
interpolation - Variable in class org.eclipse.swt.graphics.GCData
 
intersect(int, int, int, int) - Method in class org.eclipse.swt.graphics.Region
Intersects the given rectangle to the collection of polygons the receiver maintains to describe its area.
intersect(Rectangle) - Method in class org.eclipse.swt.graphics.Rectangle
Destructively replaces the x, y, width and height values in the receiver with ones which represent the intersection of the rectangles specified by the receiver and the given rectangle.
intersect(Rectangle) - Method in class org.eclipse.swt.graphics.Region
Intersects the given rectangle to the collection of polygons the receiver maintains to describe its area.
intersect(Region) - Method in class org.eclipse.swt.graphics.Region
Intersects all of the polygons which make up the area covered by the argument to the collection of polygons the receiver maintains to describe its area.
intersection(Rectangle) - Method in class org.eclipse.swt.graphics.Rectangle
Returns a new rectangle which represents the intersection of the receiver and the given rectangle.
intersects(int, int, int, int) - Method in class org.eclipse.swt.graphics.Rectangle
Returns true if the rectangle described by the arguments intersects with the receiver and false otherwise.
intersects(int, int, int, int) - Method in class org.eclipse.swt.graphics.Region
Returns true if the rectangle described by the arguments intersects with any of the polygons the receiver maintains to describe its area, and false otherwise.
intersects(Rectangle) - Method in class org.eclipse.swt.graphics.Rectangle
Returns true if the given rectangle intersects with the receiver and false otherwise.
intersects(Rectangle) - Method in class org.eclipse.swt.graphics.Region
Returns true if the given rectangle intersects with any of the polygons the receiver maintains to describe its area and false otherwise.
invert() - Method in class org.eclipse.swt.graphics.Transform
Modifies the receiver such that the matrix it represents becomes the mathematical inverse of the matrix it previously represented.
invokeAction(int) - Method in class org.eclipse.swt.custom.StyledText
Executes the action.
is_char_break - Variable in class org.eclipse.swt.internal.gtk.PangoLogAttr
 
is_child_selected - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkSelectionIface
 
is_column_selected - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTableIface
 
is_cursor_position - Variable in class org.eclipse.swt.internal.gtk.PangoLogAttr
 
is_hint - Variable in class org.eclipse.swt.internal.gtk3.GdkEventMotion
 
is_line_break - Variable in class org.eclipse.swt.internal.gtk.PangoLogAttr
 
is_mandatory_break - Variable in class org.eclipse.swt.internal.gtk.PangoLogAttr
 
is_modifier - Variable in class org.eclipse.swt.internal.gtk3.GdkEventKey
 
is_row_selected - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTableIface
 
is_selected - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTableIface
 
is_sentence_boundary - Variable in class org.eclipse.swt.internal.gtk.PangoLogAttr
 
is_sentence_end - Variable in class org.eclipse.swt.internal.gtk.PangoLogAttr
 
is_sentence_start - Variable in class org.eclipse.swt.internal.gtk.PangoLogAttr
 
is_white - Variable in class org.eclipse.swt.internal.gtk.PangoLogAttr
 
is_word_end - Variable in class org.eclipse.swt.internal.gtk.PangoLogAttr
 
is_word_start - Variable in class org.eclipse.swt.internal.gtk.PangoLogAttr
 
isAutoDirection() - Method in class org.eclipse.swt.widgets.Widget
Returns true if the widget has auto text direction, and false otherwise.
isAutoScalable() - Method in interface org.eclipse.swt.graphics.Drawable
Returns true iff coordinates can be auto-scaled on this drawable and false if not.
isAutoScalable() - Method in class org.eclipse.swt.printing.Printer
 
isAutoScalable() - Method in class org.eclipse.swt.widgets.Control
 
isBackEnabled() - Method in class org.eclipse.swt.browser.Browser
Returns true if the receiver can navigate to the previous session history item, and false otherwise.
isBidiPlatform() - Static method in class org.eclipse.swt.internal.BidiUtil
 
isClipped() - Method in class org.eclipse.swt.graphics.GC
Returns true if the receiver has a clipping region set into it, and false otherwise.
isColumnSelected(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Returns a boolean value indicating whether the specified column is completely selected.
isColumnSelected(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Returns a boolean value indicating whether the specified column is completely selected.
isCurrent() - Method in class org.eclipse.swt.opengl.GLCanvas
Returns a boolean indicating whether the receiver's OpenGL context is the current context.
isDirect - Variable in class org.eclipse.swt.graphics.PaletteData
true if the receiver is a direct palette, and false otherwise
isDirect() - Method in class org.eclipse.swt.widgets.TouchSource
Returns the type of touch input this source generates, true for direct or false for indirect.
isDisposed() - Method in class org.eclipse.swt.browser.BrowserFunction
Returns true if this BrowserFunction has been disposed and false otherwise.
isDisposed() - Method in class org.eclipse.swt.dnd.Clipboard
Returns true if the clipboard has been disposed, and false otherwise.
isDisposed() - Method in class org.eclipse.swt.graphics.Color
Returns true if the color has been disposed, and false otherwise.
isDisposed() - Method in class org.eclipse.swt.graphics.Cursor
Returns true if the cursor has been disposed, and false otherwise.
isDisposed() - Method in class org.eclipse.swt.graphics.Device
Returns true if the device has been disposed, and false otherwise.
isDisposed() - Method in class org.eclipse.swt.graphics.Font
Returns true if the font has been disposed, and false otherwise.
isDisposed() - Method in class org.eclipse.swt.graphics.GC
Returns true if the GC has been disposed, and false otherwise.
isDisposed() - Method in class org.eclipse.swt.graphics.Image
Returns true if the image has been disposed, and false otherwise.
isDisposed() - Method in class org.eclipse.swt.graphics.Path
Returns true if the Path has been disposed, and false otherwise.
isDisposed() - Method in class org.eclipse.swt.graphics.Pattern
Returns true if the Pattern has been disposed, and false otherwise.
isDisposed() - Method in class org.eclipse.swt.graphics.Region
Returns true if the region has been disposed, and false otherwise.
isDisposed() - Method in class org.eclipse.swt.graphics.Resource
Returns true if the resource has been disposed, and false otherwise.
isDisposed() - Method in class org.eclipse.swt.graphics.TextLayout
Returns true if the text layout has been disposed, and false otherwise.
isDisposed() - Method in class org.eclipse.swt.graphics.Transform
Returns true if the Transform has been disposed, and false otherwise.
isDisposed() - Method in class org.eclipse.swt.internal.ImageList
 
isDisposed() - Method in class org.eclipse.swt.widgets.Widget
Returns true if the widget has been disposed, and false otherwise.
isEmpty() - Method in class org.eclipse.swt.graphics.Rectangle
Returns true if the receiver does not cover any area in the (x, y) coordinate plane, and false if the receiver does cover some area in the plane.
isEmpty() - Method in class org.eclipse.swt.graphics.Region
Returns true if the receiver does not cover any area in the (x, y) coordinate plane, and false if the receiver does cover some area in the plane.
isEnabled - Static variable in class org.eclipse.swt.internal.WidgetSpy
Flag to prevent Widget from entering this class during debugging, if tracking of creation and disposal is not enabled.
isEnabled() - Method in class org.eclipse.swt.widgets.Control
Returns true if the receiver is enabled and all ancestors up to and including the receiver's nearest ancestor shell are enabled.
isEnabled() - Method in class org.eclipse.swt.widgets.Menu
Returns true if the receiver is enabled and all of the receiver's ancestors are enabled, and false otherwise.
isEnabled() - Method in class org.eclipse.swt.widgets.MenuItem
Returns true if the receiver is enabled and all of the receiver's ancestors are enabled, and false otherwise.
isEnabled() - Method in class org.eclipse.swt.widgets.ScrollBar
Returns true if the receiver is enabled and all of the receiver's ancestors are enabled, and false otherwise.
isEnabled() - Method in class org.eclipse.swt.widgets.Shell
 
isEnabled() - Method in class org.eclipse.swt.widgets.ToolItem
Returns true if the receiver is enabled and all of the receiver's ancestors are enabled, and false otherwise.
isFocusControl() - Method in class org.eclipse.swt.browser.Browser
 
isFocusControl() - Method in class org.eclipse.swt.custom.CCombo
 
isFocusControl() - Method in class org.eclipse.swt.widgets.Control
Returns true if the receiver has the user-interface focus, and false otherwise.
isForwardEnabled() - Method in class org.eclipse.swt.browser.Browser
Returns true if the receiver can navigate to the next session history item, and false otherwise.
isGNOME - Static variable in class org.eclipse.swt.internal.gtk.OS
True if SWT is running on the GNOME desktop environment.
isIdentity() - Method in class org.eclipse.swt.graphics.Transform
Returns true if the Transform represents the identity matrix and false otherwise.
isKeyboardBidi() - Static method in class org.eclipse.swt.internal.BidiUtil
 
isLayoutDeferred() - Method in class org.eclipse.swt.widgets.Composite
Returns true if the receiver or any ancestor up to and including the receiver's nearest ancestor shell has deferred the performing of layouts.
IsLinux - Static variable in class org.eclipse.swt.internal.gtk.OS
OS Constants
isListening(int) - Method in class org.eclipse.swt.widgets.Widget
Returns true if there are any listeners for the specified event type associated with the receiver, and false otherwise.
isLoadable() - Static method in class org.eclipse.swt.internal.Platform
 
isLoadable() - Static method in class org.eclipse.swt.SWT
Returns a boolean indicating whether this SWT implementation can be loaded.
isReadyToExit() - Method in interface org.eclipse.swt.internal.SessionManagerDBus.IListener
Are you ready to exit? Time limit imposed by session manager is 1 second.
isReparentable() - Method in class org.eclipse.swt.widgets.Control
Returns true if the underlying operating system supports this reparenting, otherwise false
isReparentable() - Method in class org.eclipse.swt.widgets.Decorations
 
isRowSelected(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Returns a boolean value indicating whether the specified row is completely selected.
isRowSelected(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Returns a boolean value indicating whether the specified row is completely selected.
isSelected - Variable in class org.eclipse.swt.accessibility.AccessibleTableCellEvent
 
isSelected - Variable in class org.eclipse.swt.accessibility.AccessibleTableEvent
 
isSelected(int) - Method in class org.eclipse.swt.widgets.List
Returns true if the item is selected, and false otherwise.
isSelected(int) - Method in class org.eclipse.swt.widgets.Table
Returns true if the item is selected, and false otherwise.
isSelected(AccessibleTableCellEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableCellAdapter
Returns a boolean value indicating whether this cell is selected.
isSelected(AccessibleTableCellEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableCellListener
Returns a boolean value indicating whether this cell is selected.
isShowing() - Method in class org.eclipse.swt.custom.CTabItem
Returns true if the item will be rendered in the visible area of the CTabFolder.
isSupportedType(TransferData) - Method in class org.eclipse.swt.dnd.ByteArrayTransfer
 
isSupportedType(TransferData) - Method in class org.eclipse.swt.dnd.Transfer
Returns true if the TransferData data type can be converted using this transfer agent, or false otherwise (including if transferData is null).
isSystemDarkTheme() - Static method in class org.eclipse.swt.widgets.Display
Returns true if the current OS theme has a dark appearance, else returns false.
isTextSelected() - Method in class org.eclipse.swt.custom.StyledText
Returns true if any text in the widget is selected, and false otherwise.
isTracking() - Method in class org.eclipse.swt.graphics.Device
 
isUnstyled() - Method in class org.eclipse.swt.custom.StyleRange
Returns whether or not the receiver is unstyled (i.e., does not have any style attributes specified).
isVisible() - Method in class org.eclipse.swt.widgets.Caret
Returns true if the receiver is visible and all of the receiver's ancestors are visible and false otherwise.
isVisible() - Method in class org.eclipse.swt.widgets.Control
Returns true if the receiver is visible and all ancestors up to and including the receiver's nearest ancestor shell are visible.
isVisible() - Method in class org.eclipse.swt.widgets.Menu
Returns true if the receiver is visible and all of the receiver's ancestors are visible and false otherwise.
isVisible() - Method in class org.eclipse.swt.widgets.ScrollBar
Returns true if the receiver is visible and all of the receiver's ancestors are visible and false otherwise.
isVisible() - Method in class org.eclipse.swt.widgets.Shell
 
isVisible() - Method in class org.eclipse.swt.widgets.ToolTip
Returns true if the receiver is visible and all of the receiver's ancestors are visible and false otherwise.
IsWin32 - Static variable in class org.eclipse.swt.internal.gtk.OS
OS Constants
isX11() - Static method in class org.eclipse.swt.internal.gtk.OS
 
ITALIC - Static variable in class org.eclipse.swt.SWT
The font style constant indicating an italic font (value is 1<<1).
item - Variable in class org.eclipse.swt.custom.CTabFolderEvent
The tab item for the operation.
item - Variable in class org.eclipse.swt.dnd.DropTargetEvent
If the associated control is a table or tree, this field contains the item located at the cursor coordinates.
item - Variable in class org.eclipse.swt.events.SelectionEvent
The item that was selected.
item - Variable in class org.eclipse.swt.internal.gtk.PangoLayoutRun
 
item - Variable in class org.eclipse.swt.widgets.Event
the item that the event occurred in (can be null)
Item - Class in org.eclipse.swt.widgets
This class is the abstract superclass of all non-windowed user interface objects that occur within specific controls.
Item(Widget, int) - Constructor for class org.eclipse.swt.widgets.Item
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
Item(Widget, int, int) - Constructor for class org.eclipse.swt.widgets.Item
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance, and the index at which to place it in the items maintained by its parent.
itemClosed(CTabFolderEvent) - Method in class org.eclipse.swt.custom.CTabFolderAdapter
 
itemClosed(CTabFolderEvent) - Method in interface org.eclipse.swt.custom.CTabFolderListener
Sent when the user clicks on the close button of an item in the CTabFolder.
itemCollapsed(ExpandEvent) - Method in class org.eclipse.swt.events.ExpandAdapter
Sent when an item is collapsed.
itemCollapsed(ExpandEvent) - Method in interface org.eclipse.swt.events.ExpandListener
Sent when an item is collapsed.
itemCollapsedAdapter(Consumer<ExpandEvent>) - Static method in interface org.eclipse.swt.events.ExpandListener
Static helper method to create a ExpandListener for the ExpandListener.itemCollapsed(ExpandEvent e)) method, given a lambda expression or a method reference.
itemExpanded(ExpandEvent) - Method in class org.eclipse.swt.events.ExpandAdapter
Sent when an item is expanded.
itemExpanded(ExpandEvent) - Method in interface org.eclipse.swt.events.ExpandListener
Sent when an item is expanded.
itemExpandedAdapter(Consumer<ExpandEvent>) - Static method in interface org.eclipse.swt.events.ExpandListener
Static helper method to create a ExpandListener for the ExpandListener.itemExpanded(ExpandEvent e)) method, given a lambda expression or a method reference.

J

JAVA_VERSION - Static variable in class org.eclipse.swt.internal.Library
The JAVA and SWT versions
JAVA_VERSION(int, int, int) - Static method in class org.eclipse.swt.internal.Library
Returns the Java version number as an integer.
javascript_can_open_windows_automatically - Static variable in class org.eclipse.swt.internal.webkit.WebKitGTK
 
javaStringToCString(String) - Static method in class org.eclipse.swt.internal.Converter
Given a java String, convert it to a regular null terimnated C string, to be used when calling a native C function.
javaToNative(Object, TransferData) - Method in class org.eclipse.swt.dnd.ByteArrayTransfer
This implementation of javaToNative converts a java byte[] to a platform specific representation.
javaToNative(Object, TransferData) - Method in class org.eclipse.swt.dnd.FileTransfer
This implementation of javaToNative converts a list of file names represented by a java String[] to a platform specific representation.
javaToNative(Object, TransferData) - Method in class org.eclipse.swt.dnd.HTMLTransfer
This implementation of javaToNative converts HTML-formatted text represented by a java String to a platform specific representation.
javaToNative(Object, TransferData) - Method in class org.eclipse.swt.dnd.ImageTransfer
This implementation of javaToNative converts an ImageData object represented by java ImageData to a platform specific representation.
javaToNative(Object, TransferData) - Method in class org.eclipse.swt.dnd.RTFTransfer
This implementation of javaToNative converts RTF-formatted text represented by a java String to a platform specific representation.
javaToNative(Object, TransferData) - Method in class org.eclipse.swt.dnd.TextTransfer
This implementation of javaToNative converts plain text represented by a java String to a platform specific representation.
javaToNative(Object, TransferData) - Method in class org.eclipse.swt.dnd.Transfer
Converts a java representation of data to a platform specific representation of the data.
javaToNative(Object, TransferData) - Method in class org.eclipse.swt.dnd.URLTransfer
This implementation of javaToNative converts a URL represented by a java String to a platform specific representation.
jobName - Variable in class org.eclipse.swt.custom.StyledTextPrintOptions
Name of the print job.
join - Variable in class org.eclipse.swt.graphics.LineAttributes
The line join style.
JOIN_BEVEL - Static variable in class org.eclipse.swt.SWT
Line drawing style for bevel joins (value is 3).
JOIN_MITER - Static variable in class org.eclipse.swt.SWT
Line drawing style for miter joins (value is 1).
JOIN_ROUND - Static variable in class org.eclipse.swt.SWT
Line drawing style for rounded joins (value is 2).
JPEGDecoder - Class in org.eclipse.swt.internal.image
 
JPEGDecoder() - Constructor for class org.eclipse.swt.internal.image.JPEGDecoder
 
JPEGFileFormat - Class in org.eclipse.swt.internal.image
 
JPEGFileFormat() - Constructor for class org.eclipse.swt.internal.image.JPEGFileFormat
 
JPG - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
JPG0 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
JPG13 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
JSObjectGetProperty(long, long, long, long[]) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
JSObjectGetPropertyAtIndex(long, long, int, long[]) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
JSStringCreateWithUTF8CString(byte[]) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
JSStringGetMaximumUTF8CStringSize(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
JSStringGetUTF8CString(long, byte[], long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
JSStringRelease(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
JSValueGetType(long, long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
JSValueToNumber(long, long, long[]) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
JSValueToStringCopy(long, long, long[]) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
justify - Variable in class org.eclipse.swt.accessibility.AccessibleAttributeEvent
[out] whether or not to justify the text
justify - Variable in class org.eclipse.swt.custom.LineStyleEvent
line justification (input, output)
justify - Variable in class org.eclipse.swt.layout.RowLayout
justify specifies whether the controls in a row should be fully justified, with any extra space placed between the controls.

K

KEY_MASK - Static variable in class org.eclipse.swt.SWT
Accelerator constant used to extract the key stroke portion of an accelerator.
key_press_event - Static variable in class org.eclipse.swt.internal.gtk.OS
 
key_pressed - Static variable in class org.eclipse.swt.internal.gtk.OS
 
key_release_event - Static variable in class org.eclipse.swt.internal.gtk.OS
 
key_released - Static variable in class org.eclipse.swt.internal.gtk.OS
 
KeyAdapter - Class in org.eclipse.swt.events
This adapter class provides default implementations for the methods described by the KeyListener interface.
KeyAdapter() - Constructor for class org.eclipse.swt.events.KeyAdapter
 
KEYBOARD_BIDI - Static variable in class org.eclipse.swt.internal.BidiUtil
 
KEYBOARD_NON_BIDI - Static variable in class org.eclipse.swt.internal.BidiUtil
 
keycode - Variable in class org.eclipse.swt.internal.gtk.GdkKeymapKey
 
keyCode - Variable in class org.eclipse.swt.events.KeyEvent
the key code of the key that was typed, as defined by the key code constants in class SWT.
keyCode - Variable in class org.eclipse.swt.widgets.Event
depending on the event, the key code of the key that was typed, as defined by the key code constants in class SWT.
KEYCODE_BIT - Static variable in class org.eclipse.swt.SWT
Accelerator constant used to differentiate a key code from a unicode character.
KeyDown - Static variable in class org.eclipse.swt.SWT
The key down event type (value is 1).
KeyEvent - Class in org.eclipse.swt.events
Instances of this class are sent as a result of keys being pressed and released on the keyboard.
KeyEvent(Event) - Constructor for class org.eclipse.swt.events.KeyEvent
Constructs a new instance of this class based on the information in the given untyped event.
KeyListener - Interface in org.eclipse.swt.events
Classes which implement this interface provide methods that deal with the events that are generated as keys are pressed on the system keyboard.
keyLocation - Variable in class org.eclipse.swt.events.KeyEvent
depending on the event, the location of key specified by the keyCode or character.
keyLocation - Variable in class org.eclipse.swt.widgets.Event
depending on the event, the location of key specified by the keyCode or character.
KEYPAD - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the keypad location.
KEYPAD_0 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the numeric key pad zero key (value is (1<<24)+48).
KEYPAD_1 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the numeric key pad one key (value is (1<<24)+49).
KEYPAD_2 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the numeric key pad two key (value is (1<<24)+50).
KEYPAD_3 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the numeric key pad three key (value is (1<<24)+51).
KEYPAD_4 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the numeric key pad four key (value is (1<<24)+52).
KEYPAD_5 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the numeric key pad five key (value is (1<<24)+53).
KEYPAD_6 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the numeric key pad six key (value is (1<<24)+54).
KEYPAD_7 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the numeric key pad seven key (value is (1<<24)+55).
KEYPAD_8 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the numeric key pad eight key (value is (1<<24)+56).
KEYPAD_9 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the numeric key pad nine key (value is (1<<24)+57).
KEYPAD_ADD - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the numeric key pad add key (value is (1<<24)+43).
KEYPAD_CR - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the numeric key pad enter key (value is (1<<24)+80).
KEYPAD_DECIMAL - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the numeric key pad decimal key (value is (1<<24)+46).
KEYPAD_DIVIDE - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the numeric key pad divide key (value is (1<<24)+47).
KEYPAD_EQUAL - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the numeric key pad equal key (value is (1<<24)+61).
KEYPAD_MULTIPLY - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the numeric key pad multiply key (value is (1<<24)+42).
KEYPAD_SUBTRACT - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the numeric key pad subtract key (value is (1<<24)+45).
keyPressed(KeyEvent) - Method in class org.eclipse.swt.events.KeyAdapter
Sent when a key is pressed on the system keyboard.
keyPressed(KeyEvent) - Method in interface org.eclipse.swt.events.KeyListener
Sent when a key is pressed on the system keyboard.
keyPressedAdapter(Consumer<KeyEvent>) - Static method in interface org.eclipse.swt.events.KeyListener
Static helper method to create a KeyListener for the KeyListener.keyPressed(KeyEvent e)) method with a lambda expression.
keyReleased(KeyEvent) - Method in class org.eclipse.swt.events.KeyAdapter
Sent when a key is released on the system keyboard.
keyReleased(KeyEvent) - Method in interface org.eclipse.swt.events.KeyListener
Sent when a key is released on the system keyboard.
keyReleasedAdapter(Consumer<KeyEvent>) - Static method in interface org.eclipse.swt.events.KeyListener
Static helper method to create a KeyListener for the KeyListener.keyReleased(KeyEvent e)) method with a lambda expression.
keys_changed - Static variable in class org.eclipse.swt.internal.gtk.OS
 
keyTraversed(TraverseEvent) - Method in interface org.eclipse.swt.events.TraverseListener
Sent when a traverse event occurs in a control.
KeyUp - Static variable in class org.eclipse.swt.SWT
The key up event type (value is 2).
keyval - Variable in class org.eclipse.swt.internal.gtk3.GdkEventKey
 
kJSTypeBoolean - Static variable in class org.eclipse.swt.internal.webkit.WebKitGTK
 
kJSTypeNull - Static variable in class org.eclipse.swt.internal.webkit.WebKitGTK
 
kJSTypeNumber - Static variable in class org.eclipse.swt.internal.webkit.WebKitGTK
 
kJSTypeObject - Static variable in class org.eclipse.swt.internal.webkit.WebKitGTK
 
kJSTypeString - Static variable in class org.eclipse.swt.internal.webkit.WebKitGTK
 
kJSTypeUndefined - Static variable in class org.eclipse.swt.internal.webkit.WebKitGTK
Constants
klass - Variable in class org.eclipse.swt.internal.gtk.PangoAttribute
 

L

Label - Class in org.eclipse.swt.widgets
Instances of this class represent a non-selectable user interface object that displays a string or image.
Label(Composite, int) - Constructor for class org.eclipse.swt.widgets.Label
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
LANDSCAPE - Static variable in class org.eclipse.swt.printing.PrinterData
orientation field value indicating landscape paper orientation
LAST_LINE_SELECTION - Static variable in class org.eclipse.swt.SWT
Selection constant indicating that the last line is selected to the end and should be drawn using either a line delimiter or full line selection (value is 1<<20).
launch(String) - Static method in class org.eclipse.swt.program.Program
Launches the operating system executable associated with the file or URL (http:// or https://).
launch(String, String) - Static method in class org.eclipse.swt.program.Program
Launches the operating system executable associated with the file or URL (http:// or https://).
layout - Variable in class org.eclipse.swt.graphics.GCData
 
layout - Variable in class org.eclipse.swt.internal.gtk.PangoLayoutLine
 
layout() - Method in class org.eclipse.swt.custom.ControlEditor
Lays out the control within the underlying composite.
layout() - Method in class org.eclipse.swt.custom.TableEditor
 
layout() - Method in class org.eclipse.swt.custom.TreeEditor
 
layout() - Method in class org.eclipse.swt.widgets.Composite
If the receiver has a layout, asks the layout to lay out (that is, set the size and location of) the receiver's children.
layout(boolean) - Method in class org.eclipse.swt.widgets.Composite
If the receiver has a layout, asks the layout to lay out (that is, set the size and location of) the receiver's children.
layout(boolean, boolean) - Method in class org.eclipse.swt.widgets.Composite
If the receiver has a layout, asks the layout to lay out (that is, set the size and location of) the receiver's children.
layout(Composite, boolean) - Method in class org.eclipse.swt.custom.StackLayout
 
layout(Composite, boolean) - Method in class org.eclipse.swt.layout.BorderLayout
 
layout(Composite, boolean) - Method in class org.eclipse.swt.layout.FillLayout
 
layout(Composite, boolean) - Method in class org.eclipse.swt.layout.FormLayout
 
layout(Composite, boolean) - Method in class org.eclipse.swt.layout.GridLayout
 
layout(Composite, boolean) - Method in class org.eclipse.swt.layout.RowLayout
 
layout(Composite, boolean) - Method in class org.eclipse.swt.widgets.Layout
Lays out the children of the specified composite according to this layout.
layout(Control[]) - Method in class org.eclipse.swt.widgets.Composite
Forces a lay out (that is, sets the size and location) of all widgets that are in the parent hierarchy of the changed control up to and including the receiver.
layout(Control[], int) - Method in class org.eclipse.swt.widgets.Composite
Forces a lay out (that is, sets the size and location) of all widgets that are in the parent hierarchy of the changed control up to and including the receiver.
Layout - Class in org.eclipse.swt.widgets
A layout controls the position and size of the children of a composite widget.
Layout() - Constructor for class org.eclipse.swt.widgets.Layout
 
LEAD - Static variable in class org.eclipse.swt.SWT
Style constant for leading alignment (value is 1<<14).
leave - Static variable in class org.eclipse.swt.internal.gtk.OS
 
leave_notify_event - Static variable in class org.eclipse.swt.internal.gtk.OS
 
left - Variable in class org.eclipse.swt.internal.gtk.GtkBorder
 
left - Variable in class org.eclipse.swt.layout.FormData
left specifies the attachment of the left side of the control.
LEFT - Static variable in class org.eclipse.swt.SWT
Style constant for align left behavior (value is 1<<14).
LEFT_TO_RIGHT - Static variable in class org.eclipse.swt.SWT
Style constant for left to right orientation (value is 1<<25).
leftMargin - Variable in class org.eclipse.swt.accessibility.AccessibleAttributeEvent
[out] the left margin in pixels
length - Variable in class org.eclipse.swt.accessibility.AccessibleTextEvent
 
length - Variable in class org.eclipse.swt.custom.ExtendedModifyEvent
length of the new text
length - Variable in class org.eclipse.swt.custom.StyleRange
the length of the range
length - Variable in class org.eclipse.swt.dnd.TransferData
Specifies the number of units in pValue.
length - Variable in class org.eclipse.swt.internal.cairo.cairo_path_data_t
 
length - Variable in class org.eclipse.swt.internal.gtk.PangoItem
 
length - Variable in class org.eclipse.swt.internal.gtk.PangoLayoutLine
 
length - Variable in class org.eclipse.swt.internal.gtk3.GdkEventKey
 
level - Variable in class org.eclipse.swt.internal.gtk.GdkKeymapKey
 
LF - Static variable in class org.eclipse.swt.SWT
ASCII character convenience constant for the line feed character (value is the char '\n').
Library - Class in org.eclipse.swt.internal
 
Library() - Constructor for class org.eclipse.swt.internal.Library
 
LibraryLoaded - Static variable in class org.eclipse.swt.internal.webkit.WebKitGTK
 
LIGATE - Static variable in class org.eclipse.swt.internal.BidiUtil
 
LIMIT - Static variable in class org.eclipse.swt.widgets.Combo
the operating system limit for the number of characters that the text field in an instance of this class can hold
LIMIT - Static variable in class org.eclipse.swt.widgets.Spinner
the operating system limit for the number of characters that the text field in an instance of this class can hold
LIMIT - Static variable in class org.eclipse.swt.widgets.Text
The maximum number of characters that can be entered into a text widget.
LINE_CUSTOM - Static variable in class org.eclipse.swt.SWT
Line drawing style for custom dashed lines (value is 6).
LINE_DASH - Static variable in class org.eclipse.swt.SWT
Line drawing style for dashed lines (value is 2).
LINE_DASHDOT - Static variable in class org.eclipse.swt.SWT
Line drawing style for alternating dash-dot lines (value is 4).
LINE_DASHDOTDOT - Static variable in class org.eclipse.swt.SWT
Line drawing style for dash-dot-dot lines (value is 5).
LINE_DOT - Static variable in class org.eclipse.swt.SWT
Line drawing style for dotted lines (value is 3).
LINE_DOWN - Static variable in class org.eclipse.swt.custom.ST
 
LINE_END - Static variable in class org.eclipse.swt.custom.ST
 
LINE_SOLID - Static variable in class org.eclipse.swt.SWT
Line drawing style for solid lines (value is 1).
LINE_START - Static variable in class org.eclipse.swt.custom.ST
 
LINE_UP - Static variable in class org.eclipse.swt.custom.ST
 
LineAttributes - Class in org.eclipse.swt.graphics
LineAttributes defines a set of line attributes that can be modified in a GC.
LineAttributes(float) - Constructor for class org.eclipse.swt.graphics.LineAttributes
Create a new line attributes with the specified line width.
LineAttributes(float, int, int) - Constructor for class org.eclipse.swt.graphics.LineAttributes
Create a new line attributes with the specified line cap, join and width.
LineAttributes(float, int, int, int, float[], float, float) - Constructor for class org.eclipse.swt.graphics.LineAttributes
Create a new line attributes with the specified arguments.
lineBackground - Variable in class org.eclipse.swt.custom.LineBackgroundEvent
line background color
LineBackgroundEvent - Class in org.eclipse.swt.custom
This event is sent when a line is about to be drawn.
LineBackgroundEvent(StyledTextEvent) - Constructor for class org.eclipse.swt.custom.LineBackgroundEvent
Constructs a new instance of this class based on the information in the given event.
LineBackgroundListener - Interface in org.eclipse.swt.custom
Classes which implement this interface provide a method that can provide the background color for a line that is to be drawn.
lineCap - Variable in class org.eclipse.swt.graphics.GCData
 
lineDashes - Variable in class org.eclipse.swt.graphics.GCData
 
lineDashesOffset - Variable in class org.eclipse.swt.graphics.GCData
 
lineGetBackground(LineBackgroundEvent) - Method in interface org.eclipse.swt.custom.LineBackgroundListener
This method is called when a line is about to be drawn in order to get its background color.
LineGetBackground - Static variable in class org.eclipse.swt.custom.ST
The LineGetBackground event type (value is 3001).
lineGetSegments(BidiSegmentEvent) - Method in interface org.eclipse.swt.custom.BidiSegmentListener
This method is called when a line needs to be reordered for measuring or rendering in a bidi locale.
LineGetSegments - Static variable in class org.eclipse.swt.custom.ST
The LineGetSegments event type (value is 3007).
lineGetStyle(LineStyleEvent) - Method in interface org.eclipse.swt.custom.LineStyleListener
This method is called when a line is about to be drawn in order to get the line's style information.
LineGetStyle - Static variable in class org.eclipse.swt.custom.ST
The LineGetStyle event type (value is 3002).
lineJoin - Variable in class org.eclipse.swt.graphics.GCData
 
lineLabels - Variable in class org.eclipse.swt.custom.StyledTextPrintOptions
Labels used for printing line numbers.
lineMiterLimit - Variable in class org.eclipse.swt.graphics.GCData
 
lineOffset - Variable in class org.eclipse.swt.custom.LineBackgroundEvent
line start offset
lineOffset - Variable in class org.eclipse.swt.custom.LineStyleEvent
line start offset (input)
lineOffset - Variable in class org.eclipse.swt.custom.MovementEvent
line start offset (input)
lineOffset - Variable in class org.eclipse.swt.events.SegmentEvent
The start offset of the lineText relative to text (always zero for single line widget)
lineStyle - Variable in class org.eclipse.swt.graphics.GCData
 
LineStyleEvent - Class in org.eclipse.swt.custom
This event is sent when a line is about to be drawn.
LineStyleEvent(StyledTextEvent) - Constructor for class org.eclipse.swt.custom.LineStyleEvent
Constructs a new instance of this class based on the information in the given event.
LineStyleListener - Interface in org.eclipse.swt.custom
Classes which implement this interface provide a method that can provide the style information for a line that is to be drawn.
lineText - Variable in class org.eclipse.swt.custom.LineBackgroundEvent
line text
lineText - Variable in class org.eclipse.swt.custom.LineStyleEvent
line text (input)
lineText - Variable in class org.eclipse.swt.custom.MovementEvent
line text (input)
lineText - Variable in class org.eclipse.swt.events.SegmentEvent
Text used to calculate the segments
lineTo(float, float) - Method in class org.eclipse.swt.graphics.Path
Adds to the receiver a line from the current point to the point specified by (x, y).
lineWidth - Variable in class org.eclipse.swt.graphics.GCData
 
Link - Class in org.eclipse.swt.widgets
Instances of this class represent a selectable user interface object that displays a text with links.
Link(Composite, int) - Constructor for class org.eclipse.swt.widgets.Link
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
link_activated - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
link_selected - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
LINKAFTER - Static variable in class org.eclipse.swt.internal.BidiUtil
 
LINKBEFORE - Static variable in class org.eclipse.swt.internal.BidiUtil
 
List - Class in org.eclipse.swt.widgets
Instances of this class represent a selectable user interface object that displays a list of strings and issues notification when a string is selected.
List(Composite, int) - Constructor for class org.eclipse.swt.widgets.List
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
ListDragSourceEffect - Class in org.eclipse.swt.internal.dnd.gtk
This class provides default implementations to display a source image when a drag is initiated from a List.
ListDragSourceEffect(List) - Constructor for class org.eclipse.swt.internal.dnd.gtk.ListDragSourceEffect
Creates a new ListDragSourceEffect to handle drag effect from the specified List.
Listener - Interface in org.eclipse.swt.widgets
Implementers of Listener provide a simple handleEvent() method that is used internally by SWT to dispatch events.
load(InputStream) - Method in class org.eclipse.swt.graphics.ImageLoader
Loads an array of ImageData objects from the specified input stream.
load(InputStream, ImageLoader) - Static method in class org.eclipse.swt.internal.image.FileFormat
Read the specified input stream using the specified loader, and return the device independent image array represented by the stream.
load(String) - Method in class org.eclipse.swt.graphics.ImageLoader
Loads an array of ImageData objects from the file with the specified name.
load_changed - Static variable in class org.eclipse.swt.internal.webkit.WebKitGTK
 
load_complete - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
load_failed_with_tls_errors - Static variable in class org.eclipse.swt.internal.webkit.WebKitGTK
 
load_stopped - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
loadFont(String) - Method in class org.eclipse.swt.graphics.Device
Loads the font specified by a file.
loadFromStream(LEDataInputStream) - Method in class org.eclipse.swt.internal.image.FileFormat
Read the specified input stream, and return the device independent image array represented by the stream.
loadLibrary(String) - Static method in class org.eclipse.swt.internal.Library
Loads the shared library that matches the version of the Java code which is currently running.
loadLibrary(String, boolean) - Static method in class org.eclipse.swt.internal.Library
Loads the shared library that matches the version of the Java code which is currently running.
localeconv_decimal_point() - Static method in class org.eclipse.swt.internal.gtk.OS
 
localized - Variable in class org.eclipse.swt.accessibility.AccessibleActionEvent
 
location - Variable in class org.eclipse.swt.browser.AuthenticationEvent
The location that triggered the authentication challenge
location - Variable in class org.eclipse.swt.browser.LocationEvent
The URL of this event, escaped and encoded for consumption by URI(String).
location - Variable in class org.eclipse.swt.browser.WindowEvent
Requested location for the Shell hosting the Browser.
LocationAdapter - Class in org.eclipse.swt.browser
This adapter class provides default implementations for the methods described by the LocationListener interface.
LocationAdapter() - Constructor for class org.eclipse.swt.browser.LocationAdapter
 
locationbar_visible - Static variable in class org.eclipse.swt.internal.webkit.WebKitGTK
 
LocationEvent - Class in org.eclipse.swt.browser
A LocationEvent is sent by a Browser to LocationListener's when the Browser navigates to a different URL.
LocationEvent(Widget) - Constructor for class org.eclipse.swt.browser.LocationEvent
Constructs a new instance of this class.
LocationListener - Interface in org.eclipse.swt.browser
This listener interface may be implemented in order to receive a LocationEvent notification when a Browser navigates to a different URL.
logicalScreenHeight - Variable in class org.eclipse.swt.graphics.ImageLoader
the height of the logical screen on which the images reside, in pixels (this corresponds to the GIF89a Logical Screen Height value)
logicalScreenWidth - Variable in class org.eclipse.swt.graphics.ImageLoader
the width of the logical screen on which the images reside, in pixels (this corresponds to the GIF89a Logical Screen Width value)
LONG - Class in org.eclipse.swt.internal
 
LONG - Static variable in class org.eclipse.swt.SWT
Style constant for long date/time format (value is 1<<28).
LONG(long) - Constructor for class org.eclipse.swt.internal.LONG
 
LOW - Static variable in class org.eclipse.swt.SWT
Indicates low quality (value is 1).
lower - Variable in class org.eclipse.swt.internal.gtk.GtkAdjustment
 

M

magnification - Variable in class org.eclipse.swt.events.GestureEvent
This field is valid when the detail field is set to GESTURE_MAGNIFY.
magnification - Variable in class org.eclipse.swt.widgets.Event
The change in magnification.
makeColumnsEqualWidth - Variable in class org.eclipse.swt.layout.GridLayout
makeColumnsEqualWidth specifies whether all columns in the layout will be forced to have the same width.
malloc(long) - Static method in class org.eclipse.swt.internal.C
 
map - Variable in class org.eclipse.swt.internal.gtk.GtkWidgetClass
 
map - Static variable in class org.eclipse.swt.internal.gtk.OS
 
map(Control, Control, int, int) - Method in class org.eclipse.swt.widgets.Display
Maps a point from one coordinate system to another.
map(Control, Control, int, int, int, int) - Method in class org.eclipse.swt.widgets.Display
Maps a point from one coordinate system to another.
map(Control, Control, Point) - Method in class org.eclipse.swt.widgets.Display
Maps a point from one coordinate system to another.
map(Control, Control, Rectangle) - Method in class org.eclipse.swt.widgets.Display
Maps a point from one coordinate system to another.
map_event - Static variable in class org.eclipse.swt.internal.gtk.OS
 
mapDPIToZoom(int) - Static method in class org.eclipse.swt.internal.DPIUtil
Compute the zoom value based on the DPI value.
margin - Static variable in class org.eclipse.swt.internal.gtk.OS
 
margin_bottom - Static variable in class org.eclipse.swt.internal.gtk.OS
 
margin_top - Static variable in class org.eclipse.swt.internal.gtk.OS
 
marginBottom - Variable in class org.eclipse.swt.layout.FormLayout
marginBottom specifies the number of points of vertical margin that will be placed along the bottom edge of the layout.
marginBottom - Variable in class org.eclipse.swt.layout.GridLayout
marginBottom specifies the number of points of vertical margin that will be placed along the bottom edge of the layout.
marginBottom - Variable in class org.eclipse.swt.layout.RowLayout
marginBottom specifies the number of points of vertical margin that will be placed along the bottom edge of the layout.
marginHeight - Variable in class org.eclipse.swt.custom.CTabFolder
marginHeight specifies the number of points of vertical margin that will be placed along the top and bottom edges of the form.
marginHeight - Variable in class org.eclipse.swt.custom.StackLayout
marginHeight specifies the number of points of vertical margin that will be placed along the top and bottom edges of the layout.
marginHeight - Variable in class org.eclipse.swt.custom.ViewForm
marginHeight specifies the number of points of vertical margin that will be placed along the top and bottom edges of the form.
marginHeight - Variable in class org.eclipse.swt.layout.BorderLayout
marginHeight specifies the number of points of vertical margin that will be placed along the top and bottom edges of the layout.
marginHeight - Variable in class org.eclipse.swt.layout.FillLayout
marginHeight specifies the number of points of vertical margin that will be placed along the top and bottom edges of the layout.
marginHeight - Variable in class org.eclipse.swt.layout.FormLayout
marginHeight specifies the number of points of vertical margin that will be placed along the top and bottom edges of the layout.
marginHeight - Variable in class org.eclipse.swt.layout.GridLayout
marginHeight specifies the number of points of vertical margin that will be placed along the top and bottom edges of the layout.
marginHeight - Variable in class org.eclipse.swt.layout.RowLayout
marginHeight specifies the number of points of vertical margin that will be placed along the top and bottom edges of the layout.
marginLeft - Variable in class org.eclipse.swt.layout.FormLayout
marginLeft specifies the number of points of horizontal margin that will be placed along the left edge of the layout.
marginLeft - Variable in class org.eclipse.swt.layout.GridLayout
marginLeft specifies the number of points of horizontal margin that will be placed along the left edge of the layout.
marginLeft - Variable in class org.eclipse.swt.layout.RowLayout
marginLeft specifies the number of points of horizontal margin that will be placed along the left edge of the layout.
marginRight - Variable in class org.eclipse.swt.layout.FormLayout
marginRight specifies the number of points of horizontal margin that will be placed along the right edge of the layout.
marginRight - Variable in class org.eclipse.swt.layout.GridLayout
marginRight specifies the number of points of horizontal margin that will be placed along the right edge of the layout.
marginRight - Variable in class org.eclipse.swt.layout.RowLayout
marginRight specifies the number of points of horizontal margin that will be placed along the right edge of the layout.
marginTop - Variable in class org.eclipse.swt.layout.FormLayout
marginTop specifies the number of points of vertical margin that will be placed along the top edge of the layout.
marginTop - Variable in class org.eclipse.swt.layout.GridLayout
marginTop specifies the number of points of vertical margin that will be placed along the top edge of the layout.
marginTop - Variable in class org.eclipse.swt.layout.RowLayout
marginTop specifies the number of points of vertical margin that will be placed along the top edge of the layout.
marginWidth - Variable in class org.eclipse.swt.custom.CTabFolder
marginWidth specifies the number of points of horizontal margin that will be placed along the left and right edges of the form.
marginWidth - Variable in class org.eclipse.swt.custom.StackLayout
marginWidth specifies the number of points of horizontal margin that will be placed along the left and right edges of the layout.
marginWidth - Variable in class org.eclipse.swt.custom.ViewForm
marginWidth specifies the number of points of horizontal margin that will be placed along the left and right edges of the form.
marginWidth - Variable in class org.eclipse.swt.layout.BorderLayout
marginWidth specifies the number of points of horizontal margin that will be placed along the left and right edges of the layout.
marginWidth - Variable in class org.eclipse.swt.layout.FillLayout
marginWidth specifies the number of points of horizontal margin that will be placed along the left and right edges of the layout.
marginWidth - Variable in class org.eclipse.swt.layout.FormLayout
marginWidth specifies the number of points of horizontal margin that will be placed along the left and right edges of the layout.
marginWidth - Variable in class org.eclipse.swt.layout.GridLayout
marginWidth specifies the number of points of horizontal margin that will be placed along the left and right edges of the layout.
marginWidth - Variable in class org.eclipse.swt.layout.RowLayout
marginWidth specifies the number of points of horizontal margin that will be placed along the left and right edges of the layout.
mask - Variable in class org.eclipse.swt.graphics.Image
The handle to the OS mask resource.
maskData - Variable in class org.eclipse.swt.graphics.ImageData
An icon-specific field containing the data from the icon mask.
maskPad - Variable in class org.eclipse.swt.graphics.ImageData
An icon-specific field containing the scanline pad of the mask.
MAX - Static variable in class org.eclipse.swt.SWT
Style constant for maximize box trim (value is 1<<10).
max_aspect - Variable in class org.eclipse.swt.internal.gtk3.GdkGeometry
 
max_height - Variable in class org.eclipse.swt.internal.gtk3.GdkGeometry
 
max_height - Variable in class org.eclipse.swt.internal.SWTGeometry
 
max_width - Variable in class org.eclipse.swt.internal.gtk3.GdkGeometry
 
max_width - Variable in class org.eclipse.swt.internal.SWTGeometry
 
maximize(CTabFolderEvent) - Method in class org.eclipse.swt.custom.CTabFolder2Adapter
Sent when the user clicks on the maximize button of a CTabFolder.
maximize(CTabFolderEvent) - Method in interface org.eclipse.swt.custom.CTabFolder2Listener
Sent when the user clicks on the maximize button of a CTabFolder.
maximizeAdapter(Consumer<CTabFolderEvent>) - Static method in interface org.eclipse.swt.custom.CTabFolder2Listener
Static helper method to create a CTabFolder2Listener for the CTabFolder2Listener.maximize(CTabFolderEvent e)) method, given a lambda expression or a method reference.
mbcsToWcs(byte[]) - Static method in class org.eclipse.swt.internal.Converter
Convert a "C" multibyte UTF-8 string byte array into a Java UTF-16 Wide character array.
mbcsToWcs(char) - Static method in class org.eclipse.swt.internal.Converter
Convert C UTF-8 Multibyte character into a Java UTF-16 Wide character.
MeasureItem - Static variable in class org.eclipse.swt.SWT
The measure item event type (value is 41).
MEDIUM - Static variable in class org.eclipse.swt.SWT
Style constant for medium date/time format (value is 1<<16).
memmove(byte[], char[], long) - Static method in class org.eclipse.swt.internal.C
 
memmove(byte[], long, long) - Static method in class org.eclipse.swt.internal.C
 
memmove(char[], long, long) - Static method in class org.eclipse.swt.internal.C
 
memmove(double[], long, long) - Static method in class org.eclipse.swt.internal.C
 
memmove(double[], long, long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
memmove(float[], long, long) - Static method in class org.eclipse.swt.internal.C
 
memmove(int[], byte[], long) - Static method in class org.eclipse.swt.internal.C
 
memmove(int[], long, long) - Static method in class org.eclipse.swt.internal.C
 
memmove(long[], long, long) - Static method in class org.eclipse.swt.internal.C
 
memmove(long, byte[], long) - Static method in class org.eclipse.swt.internal.C
 
memmove(long, char[], long) - Static method in class org.eclipse.swt.internal.C
 
memmove(long, double[], long) - Static method in class org.eclipse.swt.internal.C
 
memmove(long, float[], long) - Static method in class org.eclipse.swt.internal.C
 
memmove(long, int[], long) - Static method in class org.eclipse.swt.internal.C
 
memmove(long, long[], long) - Static method in class org.eclipse.swt.internal.C
 
memmove(long, long, long) - Static method in class org.eclipse.swt.internal.C
 
memmove(long, short[], long) - Static method in class org.eclipse.swt.internal.C
 
memmove(long, AtkAttribute, int) - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
memmove(long, AtkTextRange, int) - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
memmove(long, AtkTextRectangle, int) - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
memmove(long, GdkRGBA, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
memmove(long, GtkCellRendererClass) - Static method in class org.eclipse.swt.internal.gtk.OS
 
memmove(long, GtkWidgetClass) - Static method in class org.eclipse.swt.internal.gtk.OS
 
memmove(long, GTypeInfo, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
memmove(long, PangoAttribute, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
memmove(long, XExposeEvent, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
memmove(long, GdkEventButton, long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
memmove(long, GdkEventKey, long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
memmove(long, GtkTargetEntry, long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
memmove(short[], long, long) - Static method in class org.eclipse.swt.internal.C
 
memmove(AtkActionIface, long) - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
memmove(AtkAttribute, long, int) - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
memmove(AtkComponentIface, long) - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
memmove(AtkEditableTextIface, long) - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
memmove(AtkHypertextIface, long) - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
memmove(AtkObjectClass, long) - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
memmove(AtkSelectionIface, long) - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
memmove(AtkTableIface, long) - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
memmove(AtkTextIface, long) - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
memmove(AtkTextRange, long, int) - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
memmove(AtkTextRectangle, long, int) - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
memmove(AtkValueIface, long) - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
memmove(cairo_path_data_t, long, long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
memmove(cairo_path_t, long, long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
memmove(cairo_rectangle_int_t, long, long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
memmove(GdkKeymapKey, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
memmove(GdkRectangle, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
memmove(GdkRGBA, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
memmove(GtkBorder, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
memmove(GtkCellRendererClass, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
memmove(GtkWidgetClass, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
memmove(PangoAttrColor, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
memmove(PangoAttribute, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
memmove(PangoAttrInt, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
memmove(PangoItem, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
memmove(PangoLayoutLine, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
memmove(PangoLayoutRun, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
memmove(PangoLogAttr, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
memmove(XExposeEvent, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
memmove(XFocusChangeEvent, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
memmove(GdkEventButton, long, long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
memmove(GdkEventCrossing, long, long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
memmove(GdkEventFocus, long, long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
memmove(GdkEventKey, long, long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
memmove(GdkEventMotion, long, long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
memmove(GdkEventWindowState, long, long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
memmove(XVisualInfo, long, int) - Static method in class org.eclipse.swt.internal.opengl.glx.GLX
 
memset(long, int, long) - Static method in class org.eclipse.swt.internal.C
 
Menu - Class in org.eclipse.swt.widgets
Instances of this class are user interface objects that contain menu items.
Menu(Control) - Constructor for class org.eclipse.swt.widgets.Menu
Constructs a new instance of this class given its parent, and sets the style for the instance so that the instance will be a popup menu on the given parent's shell.
Menu(Decorations, int) - Constructor for class org.eclipse.swt.widgets.Menu
Constructs a new instance of this class given its parent (which must be a Decorations) and a style value describing its behavior and appearance.
Menu(Menu) - Constructor for class org.eclipse.swt.widgets.Menu
Constructs a new instance of this class given its parent (which must be a Menu) and sets the style for the instance so that the instance will be a drop-down menu on the given parent's parent.
Menu(MenuItem) - Constructor for class org.eclipse.swt.widgets.Menu
Constructs a new instance of this class given its parent (which must be a MenuItem) and sets the style for the instance so that the instance will be a drop-down menu on the given parent's parent menu.
MENU - Static variable in class org.eclipse.swt.SWT
Style constant for shell menu trim (value is 1<<6, since we do not distinguish between CLOSE style and MENU style).
MENU_KEYBOARD - Static variable in class org.eclipse.swt.SWT
MenuDetect event detail value indicating that a context menu was requested by a keyboard or other focus-based device (value is 1).
MENU_MOUSE - Static variable in class org.eclipse.swt.SWT
MenuDetect event detail value indicating that a context menu was requested by a mouse or other pointing device (value is 0).
MenuAdapter - Class in org.eclipse.swt.events
This adapter class provides default implementations for the methods described by the MenuListener interface.
MenuAdapter() - Constructor for class org.eclipse.swt.events.MenuAdapter
 
menuBar - Variable in class org.eclipse.swt.browser.WindowEvent
Specifies whether the Shell hosting the Browser should display a menu bar.
menubar_visible - Static variable in class org.eclipse.swt.internal.webkit.WebKitGTK
 
MenuDetect - Static variable in class org.eclipse.swt.SWT
The menu detect event type (value is 35).
menuDetected(MenuDetectEvent) - Method in interface org.eclipse.swt.events.MenuDetectListener
Sent when the platform-dependent trigger for showing a menu item is detected.
MenuDetectEvent - Class in org.eclipse.swt.events
Instances of this class are sent whenever the platform- specific trigger for showing a context menu is detected.
MenuDetectEvent(Event) - Constructor for class org.eclipse.swt.events.MenuDetectEvent
Constructs a new instance of this class based on the information in the given untyped event.
MenuDetectListener - Interface in org.eclipse.swt.events
Classes which implement this interface provide methods that deal with the events that are generated when the platform-specific trigger for showing a context menu is detected.
MenuEvent - Class in org.eclipse.swt.events
Instances of this class are sent as a result of menus being shown and hidden.
MenuEvent(Event) - Constructor for class org.eclipse.swt.events.MenuEvent
Constructs a new instance of this class based on the information in the given untyped event.
menuHidden(MenuEvent) - Method in class org.eclipse.swt.events.MenuAdapter
Sent when a menu is hidden.
menuHidden(MenuEvent) - Method in interface org.eclipse.swt.events.MenuListener
Sent when a menu is hidden.
menuHiddenAdapter(Consumer<MenuEvent>) - Static method in interface org.eclipse.swt.events.MenuListener
Static helper method to create a MenuListener for the MenuListener.menuHidden(MenuEvent e)) method, given a lambda expression or a method reference.
MenuItem - Class in org.eclipse.swt.widgets
Instances of this class represent a selectable user interface object that issues notification when pressed and released.
MenuItem(Menu, int) - Constructor for class org.eclipse.swt.widgets.MenuItem
Constructs a new instance of this class given its parent (which must be a Menu) and a style value describing its behavior and appearance.
MenuItem(Menu, int, int) - Constructor for class org.eclipse.swt.widgets.MenuItem
Constructs a new instance of this class given its parent (which must be a Menu), a style value describing its behavior and appearance, and the index at which to place it in the items maintained by its parent.
MenuListener - Interface in org.eclipse.swt.events
Classes which implement this interface provide methods that deal with the hiding and showing of menus.
menuShown(MenuEvent) - Method in class org.eclipse.swt.events.MenuAdapter
Sent when a menu is shown.
menuShown(MenuEvent) - Method in interface org.eclipse.swt.events.MenuListener
Sent when a menu is shown.
menuShownAdapter(Consumer<MenuEvent>) - Static method in interface org.eclipse.swt.events.MenuListener
Static helper method to create a MenuListener for the MenuListener.menuShown(MenuEvent e)) method, given a lambda expression or a method reference.
MessageBox - Class in org.eclipse.swt.widgets
Instances of this class are used to inform or warn the user.
MessageBox(Shell) - Constructor for class org.eclipse.swt.widgets.MessageBox
Constructs a new instance of this class given only its parent.
MessageBox(Shell, int) - Constructor for class org.eclipse.swt.widgets.MessageBox
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
metrics - Variable in class org.eclipse.swt.graphics.TextStyle
the GlyphMetrics of the style
MIN - Static variable in class org.eclipse.swt.SWT
Style constant for minimize box trim (value is 1<<7).
min_aspect - Variable in class org.eclipse.swt.internal.gtk3.GdkGeometry
 
min_height - Variable in class org.eclipse.swt.internal.gtk3.GdkGeometry
 
min_height - Variable in class org.eclipse.swt.internal.SWTGeometry
 
MIN_TAB_WIDTH - Variable in class org.eclipse.swt.custom.CTabFolder
Deprecated.
This field is no longer used. See setMinimumCharacters(int)
min_width - Variable in class org.eclipse.swt.internal.gtk3.GdkGeometry
 
min_width - Variable in class org.eclipse.swt.internal.SWTGeometry
 
minimize(CTabFolderEvent) - Method in class org.eclipse.swt.custom.CTabFolder2Adapter
Sent when the user clicks on the minimize button of a CTabFolder.
minimize(CTabFolderEvent) - Method in interface org.eclipse.swt.custom.CTabFolder2Listener
Sent when the user clicks on the minimize button of a CTabFolder.
minimizeAdapter(Consumer<CTabFolderEvent>) - Static method in interface org.eclipse.swt.custom.CTabFolder2Listener
Static helper method to create a CTabFolder2Listener for the CTabFolder2Listener.minimize(CTabFolderEvent e)) method, given a lambda expression or a method reference.
MINIMUM_SIZE - Static variable in class org.eclipse.swt.custom.CTabFolderRenderer
 
minimumHeight - Variable in class org.eclipse.swt.custom.ControlEditor
Specifies the minimum height the editor can have.
minimumHeight - Variable in class org.eclipse.swt.layout.GridData
minimumHeight specifies the minimum height in points.
minimumWidth - Variable in class org.eclipse.swt.custom.ControlEditor
Specifies the minimum width the editor can have.
minimumWidth - Variable in class org.eclipse.swt.layout.GridData
minimumWidth specifies the minimum width in points.
minSizeRequested - Variable in class org.eclipse.swt.internal.SWTGeometry
 
MIRRORED - Static variable in class org.eclipse.swt.SWT
Style constant to indicate coordinate mirroring (value is 1<<27).
miterLimit - Variable in class org.eclipse.swt.graphics.LineAttributes
The line miter limit.
mnemonic_activate - Static variable in class org.eclipse.swt.internal.gtk.OS
 
MOD1 - Static variable in class org.eclipse.swt.SWT
Keyboard and/or mouse event mask indicating that the MOD1 key was pushed on the keyboard when the event was generated.
MOD2 - Static variable in class org.eclipse.swt.SWT
Keyboard and/or mouse event mask indicating that the MOD2 key was pushed on the keyboard when the event was generated.
MOD3 - Static variable in class org.eclipse.swt.SWT
Keyboard and/or mouse event mask indicating that the MOD3 key was pushed on the keyboard when the event was generated.
MOD4 - Static variable in class org.eclipse.swt.SWT
Keyboard and/or mouse event mask indicating that the MOD4 key was pushed on the keyboard when the event was generated.
mode - Static variable in class org.eclipse.swt.internal.gtk.OS
 
mode - Variable in class org.eclipse.swt.internal.gtk.XFocusChangeEvent
 
mode - Variable in class org.eclipse.swt.internal.gtk3.GdkEventCrossing
 
model - Static variable in class org.eclipse.swt.internal.gtk.OS
 
model_changed - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTableIface
 
MODELESS - Static variable in class org.eclipse.swt.SWT
Style constant for modeless behavior (value is 0).
MODIFIER_MASK - Static variable in class org.eclipse.swt.SWT
Keyboard and/or mouse event mask indicating all possible keyboard modifiers.
Modify - Static variable in class org.eclipse.swt.SWT
The modify event type (value is 24).
ModifyEvent - Class in org.eclipse.swt.events
Instances of this class are sent as a result of text being modified.
ModifyEvent(Event) - Constructor for class org.eclipse.swt.events.ModifyEvent
Constructs a new instance of this class based on the information in the given untyped event.
ModifyListener - Interface in org.eclipse.swt.events
Classes which implement this interface provide a method that deals with the events that are generated when text is modified.
modifyText(ExtendedModifyEvent) - Method in interface org.eclipse.swt.custom.ExtendedModifyListener
This method is called after a text change occurs.
modifyText(ModifyEvent) - Method in interface org.eclipse.swt.events.ModifyListener
Sent when the text is modified.
Monitor - Class in org.eclipse.swt.widgets
Instances of this class are descriptions of monitors.
month_changed - Static variable in class org.eclipse.swt.internal.gtk.OS
 
motion - Static variable in class org.eclipse.swt.internal.gtk.OS
 
motion_notify_event - Static variable in class org.eclipse.swt.internal.gtk.OS
 
mouse_target_changed - Static variable in class org.eclipse.swt.internal.webkit.WebKitGTK
 
MouseAdapter - Class in org.eclipse.swt.events
This adapter class provides default implementations for the methods described by the MouseListener interface.
MouseAdapter() - Constructor for class org.eclipse.swt.events.MouseAdapter
 
mouseDoubleClick(MouseEvent) - Method in class org.eclipse.swt.events.MouseAdapter
Sent when a mouse button is pressed twice within the (operating system specified) double click period.
mouseDoubleClick(MouseEvent) - Method in interface org.eclipse.swt.events.MouseListener
Sent when a mouse button is pressed twice within the (operating system specified) double click period.
MouseDoubleClick - Static variable in class org.eclipse.swt.SWT
The mouse double click event type (value is 8).
mouseDoubleClickAdapter(Consumer<MouseEvent>) - Static method in interface org.eclipse.swt.events.MouseListener
Static helper method to create a MouseListener for the MouseListener.mouseDoubleClick(MouseEvent e)) method with a lambda expression.
mouseDown(MouseEvent) - Method in class org.eclipse.swt.events.MouseAdapter
Sent when a mouse button is pressed.
mouseDown(MouseEvent) - Method in interface org.eclipse.swt.events.MouseListener
Sent when a mouse button is pressed.
MouseDown - Static variable in class org.eclipse.swt.SWT
The mouse down event type (value is 3).
mouseDownAdapter(Consumer<MouseEvent>) - Static method in interface org.eclipse.swt.events.MouseListener
Static helper method to create a MouseListener for the MouseListener.mouseDown(MouseEvent e)) method with a lambda expression.
mouseEnter(MouseEvent) - Method in class org.eclipse.swt.events.MouseTrackAdapter
Sent when the mouse pointer passes into the area of the screen covered by a control.
mouseEnter(MouseEvent) - Method in interface org.eclipse.swt.events.MouseTrackListener
Sent when the mouse pointer passes into the area of the screen covered by a control.
MouseEnter - Static variable in class org.eclipse.swt.SWT
The mouse enter event type (value is 6).
mouseEnterAdapter(Consumer<MouseEvent>) - Static method in interface org.eclipse.swt.events.MouseTrackListener
Static helper method to create a MouseTrackListener for the MouseTrackListener.mouseEnter(MouseEvent e)) method, given a lambda expression or a method reference.
MouseEvent - Class in org.eclipse.swt.events
Instances of this class are sent whenever mouse related actions occur.
MouseEvent(Event) - Constructor for class org.eclipse.swt.events.MouseEvent
Constructs a new instance of this class based on the information in the given untyped event.
mouseExit(MouseEvent) - Method in class org.eclipse.swt.events.MouseTrackAdapter
Sent when the mouse pointer passes out of the area of the screen covered by a control.
mouseExit(MouseEvent) - Method in interface org.eclipse.swt.events.MouseTrackListener
Sent when the mouse pointer passes out of the area of the screen covered by a control.
MouseExit - Static variable in class org.eclipse.swt.SWT
The mouse exit event type (value is 7).
mouseExitAdapter(Consumer<MouseEvent>) - Static method in interface org.eclipse.swt.events.MouseTrackListener
Static helper method to create a MouseTrackListener for the MouseTrackListener.mouseExit(MouseEvent e)) method, given a lambda expression or a method reference.
MouseHorizontalWheel - Static variable in class org.eclipse.swt.SWT
The mouse horizontal wheel event type (value is 38).
mouseHover(MouseEvent) - Method in class org.eclipse.swt.events.MouseTrackAdapter
Sent when the mouse pointer hovers (that is, stops moving for an (operating system specified) period of time) over a control.
mouseHover(MouseEvent) - Method in interface org.eclipse.swt.events.MouseTrackListener
Sent when the mouse pointer hovers (that is, stops moving for an (operating system specified) period of time) over a control.
MouseHover - Static variable in class org.eclipse.swt.SWT
The mouse hover event type (value is 32).
mouseHoverAdapter(Consumer<MouseEvent>) - Static method in interface org.eclipse.swt.events.MouseTrackListener
Static helper method to create a MouseTrackListener for the MouseTrackListener.mouseHover(MouseEvent e)) method, given a lambda expression or a method reference.
MouseListener - Interface in org.eclipse.swt.events
Classes which implement this interface provide methods that deal with the events that are generated as mouse buttons are pressed.
mouseMove(MouseEvent) - Method in interface org.eclipse.swt.events.MouseMoveListener
Sent when the mouse moves.
MouseMove - Static variable in class org.eclipse.swt.SWT
The mouse move event type (value is 5).
MouseMoveListener - Interface in org.eclipse.swt.events
Classes which implement this interface provide a method that deals with the events that are generated as the mouse pointer moves.
mouseScrolled(MouseEvent) - Method in interface org.eclipse.swt.events.MouseWheelListener
Sent when the mouse wheel is scrolled.
MouseTrackAdapter - Class in org.eclipse.swt.events
This adapter class provides default implementations for the methods described by the MouseTrackListener interface.
MouseTrackAdapter() - Constructor for class org.eclipse.swt.events.MouseTrackAdapter
 
MouseTrackListener - Interface in org.eclipse.swt.events
Classes which implement this interface provide methods that deal with the events that are generated as the mouse pointer passes (or hovers) over controls.
mouseUp(MouseEvent) - Method in class org.eclipse.swt.events.MouseAdapter
Sent when a mouse button is released.
mouseUp(MouseEvent) - Method in interface org.eclipse.swt.events.MouseListener
Sent when a mouse button is released.
MouseUp - Static variable in class org.eclipse.swt.SWT
The mouse up event type (value is 4).
mouseUpAdapter(Consumer<MouseEvent>) - Static method in interface org.eclipse.swt.events.MouseListener
Static helper method to create a MouseListener for the MouseListener.mouseUp(MouseEvent e)) method with a lambda expression.
MouseVerticalWheel - Static variable in class org.eclipse.swt.SWT
The mouse vertical wheel event type (value is 37).
MouseWheel - Static variable in class org.eclipse.swt.SWT
The mouse wheel event type (value is 37).
MouseWheelListener - Interface in org.eclipse.swt.events
Classes which implement this interface provide a method that deals with the event that is generated as the mouse wheel is scrolled.
Move - Static variable in class org.eclipse.swt.SWT
The move event type (value is 10).
move_cursor - Static variable in class org.eclipse.swt.internal.gtk.OS
 
move_focus - Static variable in class org.eclipse.swt.internal.gtk.OS
 
moveAbove(Control) - Method in class org.eclipse.swt.widgets.Control
Moves the receiver above the specified control in the drawing order.
moveBelow(Control) - Method in class org.eclipse.swt.widgets.Control
Moves the receiver below the specified control in the drawing order.
movement - Variable in class org.eclipse.swt.custom.MovementEvent
the movement type (input)
MOVEMENT_CHAR - Static variable in class org.eclipse.swt.SWT
The character movement type (value is 1<<0).
MOVEMENT_CLUSTER - Static variable in class org.eclipse.swt.SWT
The cluster movement type (value is 1<<1).
MOVEMENT_WORD - Static variable in class org.eclipse.swt.SWT
The word movement type (value is 1<<2).
MOVEMENT_WORD_END - Static variable in class org.eclipse.swt.SWT
The word end movement type (value is 1<<3).
MOVEMENT_WORD_START - Static variable in class org.eclipse.swt.SWT
The word start movement type (value is 1<<4).
MovementEvent - Class in org.eclipse.swt.custom
This event is sent when a new offset is required based on the current offset and a movement type.
MovementEvent(StyledTextEvent) - Constructor for class org.eclipse.swt.custom.MovementEvent
Constructs a new instance of this class based on the information in the given event.
MovementListener - Interface in org.eclipse.swt.custom
This listener is invoked when a new offset is required based on the current offset and a movement type.
moveTo(float, float) - Method in class org.eclipse.swt.graphics.Path
Sets the current point of the receiver to the point specified by (x, y).
MOZILLA - Static variable in class org.eclipse.swt.SWT
Deprecated.
This style is deprecated and will be removed in the future. XULRunner as a browser renderer is no longer supported. Use SWT.WEBKIT or SWT.NONE instead.
MULTI - Static variable in class org.eclipse.swt.SWT
Style constant for multi-selection behavior in lists and multiple line support on text fields (value is 1<<1).
multiply(Transform) - Method in class org.eclipse.swt.graphics.Transform
Modifies the receiver such that the matrix it represents becomes the the result of multiplying the matrix it previously represented by the argument.

N

n_preallocs - Variable in class org.eclipse.swt.internal.gtk.GTypeInfo
 
name - Variable in class org.eclipse.swt.graphics.FontData
the font name (Warning: This field is platform dependent)
name - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkAttribute
 
name - Variable in class org.eclipse.swt.printing.PrinterData
the name of the printer On Windows systems, this is the name of the 'device'.
NATIVE - Static variable in class org.eclipse.swt.SWT
Input Method Editor style constant for native input behavior (value is 1<<3).
nativeToJava(TransferData) - Method in class org.eclipse.swt.dnd.ByteArrayTransfer
This implementation of nativeToJava converts a platform specific representation of a byte array to a java byte[].
nativeToJava(TransferData) - Method in class org.eclipse.swt.dnd.FileTransfer
This implementation of nativeToJava converts a platform specific representation of a list of file names to a java String[].
nativeToJava(TransferData) - Method in class org.eclipse.swt.dnd.HTMLTransfer
This implementation of nativeToJava converts a platform specific representation of HTML text to a java String.
nativeToJava(TransferData) - Method in class org.eclipse.swt.dnd.ImageTransfer
This implementation of nativeToJava converts a platform specific representation of an image to java ImageData.
nativeToJava(TransferData) - Method in class org.eclipse.swt.dnd.RTFTransfer
This implementation of nativeToJava converts a platform specific representation of RTF text to a java String.
nativeToJava(TransferData) - Method in class org.eclipse.swt.dnd.TextTransfer
This implementation of nativeToJava converts a platform specific representation of plain text to a java String.
nativeToJava(TransferData) - Method in class org.eclipse.swt.dnd.Transfer
Converts a platform specific representation of data to a java representation.
nativeToJava(TransferData) - Method in class org.eclipse.swt.dnd.URLTransfer
This implementation of nativeToJava converts a platform specific representation of a URL to a java String.
NBitsTable - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
new_Frame(Composite) - Static method in class org.eclipse.swt.awt.SWT_AWT
Creates a new java.awt.Frame.
new_Shell(Display, Canvas) - Static method in class org.eclipse.swt.awt.SWT_AWT
Creates a new Shell.
new_window_state - Variable in class org.eclipse.swt.internal.gtk3.GdkEventWindowState
 
newCharCount - Variable in class org.eclipse.swt.custom.TextChangingEvent
Length of text that is going to be inserted
newLineCount - Variable in class org.eclipse.swt.custom.TextChangingEvent
Number of new lines that are going to be inserted
newOffset - Variable in class org.eclipse.swt.custom.MovementEvent
the new offset (input, output)
newText - Variable in class org.eclipse.swt.custom.TextChangingEvent
Text that is going to be inserted or empty string if no text will be inserted
next_month - Static variable in class org.eclipse.swt.internal.gtk.OS
 
next_year - Static variable in class org.eclipse.swt.internal.gtk.OS
 
NO - Static variable in class org.eclipse.swt.SWT
The MessageBox style constant for NO button; valid combinations are YES|NO, YES|NO|CANCEL (value is 1<<7).
NO_BACKGROUND - Static variable in class org.eclipse.swt.SWT
Style constant for no background behavior (value is 1<<18).
NO_FOCUS - Static variable in class org.eclipse.swt.SWT
Style constant for no focus from the mouse behavior (value is 1<<19).
NO_MERGE_PAINTS - Static variable in class org.eclipse.swt.SWT
Style constant for no paint event merging behavior (value is 1<<21).
NO_MOVE - Static variable in class org.eclipse.swt.SWT
Style constant for the no move behavior (value is 1<<23).
NO_RADIO_GROUP - Static variable in class org.eclipse.swt.SWT
Style constant for preventing child radio group behavior (value is 1<<22).
NO_REDRAW_RESIZE - Static variable in class org.eclipse.swt.SWT
Style constant for no redraw on resize behavior (value is 1<<20).
NO_SCROLL - Static variable in class org.eclipse.swt.SWT
Style constant for no scrollbar behavior (value is 1<<4).
NO_TRIM - Static variable in class org.eclipse.swt.SWT
Style constant to ensure no trimmings are used (value is 1<<3).
NonDisposedWidgetTracker() - Constructor for class org.eclipse.swt.internal.WidgetSpy.NonDisposedWidgetTracker
 
None - Static variable in class org.eclipse.swt.SWT
The null event type (value is 0).
NONE - Static variable in class org.eclipse.swt.SWT
A constant known to be zero (0), typically used in operations which take bit flags to indicate that "no bits are set".
NORMAL - Static variable in class org.eclipse.swt.SWT
The font style constant indicating a normal weight, non-italic font (value is 0).
notify - Variable in class org.eclipse.swt.internal.gtk.GObjectClass
 
notify_default_height - Static variable in class org.eclipse.swt.internal.gtk.OS
 
notify_default_width - Static variable in class org.eclipse.swt.internal.gtk.OS
 
notify_estimated_load_progress - Static variable in class org.eclipse.swt.internal.webkit.WebKitGTK
 
notify_is_active - Static variable in class org.eclipse.swt.internal.gtk.OS
 
notify_maximized - Static variable in class org.eclipse.swt.internal.gtk.OS
 
notify_state - Static variable in class org.eclipse.swt.internal.gtk.OS
 
notify_theme_change - Static variable in class org.eclipse.swt.internal.gtk.OS
 
notify_title - Static variable in class org.eclipse.swt.internal.webkit.WebKitGTK
 
NotifyAncestor - Static variable in class org.eclipse.swt.internal.gtk.OS
 
notifyListeners(int, Event) - Method in class org.eclipse.swt.widgets.Widget
Notifies all of the receiver's listeners for events of the given type that one such event has occurred by invoking their handleEvent() method.
notifyListeners(ImageLoaderEvent) - Method in class org.eclipse.swt.graphics.ImageLoader
Notifies all image loader listeners that an image loader event has occurred.
NotifyNonlinear - Static variable in class org.eclipse.swt.internal.gtk.OS
 
NotifyNonlinearVirtual - Static variable in class org.eclipse.swt.internal.gtk.OS
 
NotifyNormal - Static variable in class org.eclipse.swt.internal.gtk.OS
 
NotifyVirtual - Static variable in class org.eclipse.swt.internal.gtk.OS
 
NotifyWhileGrabbed - Static variable in class org.eclipse.swt.internal.gtk.OS
 
NULL - Static variable in class org.eclipse.swt.SWT
A constant known to be zero (0), used in operations which take pointers to indicate a null argument.
NullByteArray - Static variable in class org.eclipse.swt.internal.Converter
 
num_chars - Variable in class org.eclipse.swt.internal.gtk.PangoItem
 
num_data - Variable in class org.eclipse.swt.internal.cairo.cairo_path_t
 
NUM_LOCK - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the num lock key (value is (1<<24)+83).
number_of_anchors - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
numColumns - Variable in class org.eclipse.swt.layout.GridLayout
numColumns specifies the number of cell columns in the layout.
numerator - Variable in class org.eclipse.swt.layout.FormAttachment
numerator specifies the numerator of the "a" term in the equation, y = ax + b, which defines the attachment.

O

objects - Variable in class org.eclipse.swt.graphics.DeviceData
 
OFF - Static variable in class org.eclipse.swt.SWT
Indicates that a property is off (value is 0).
offset - Variable in class org.eclipse.swt.accessibility.AccessibleTextAttributeEvent
[in] the 0-based text offset for which to return attribute information
offset - Variable in class org.eclipse.swt.accessibility.AccessibleTextEvent
 
offset - Variable in class org.eclipse.swt.custom.MovementEvent
the current offset (input)
offset - Variable in class org.eclipse.swt.internal.gtk.PangoItem
 
offset - Variable in class org.eclipse.swt.layout.FormAttachment
offset specifies the offset, in points, of the control side from the attachment position.
offsetX - Variable in class org.eclipse.swt.dnd.DragSourceEvent
In dragStart, the x offset (relative to the image) where the drag source image will be displayed.
offsetY - Variable in class org.eclipse.swt.dnd.DragSourceEvent
In dragStart, the y offset (relative to the image) where the drag source image will be displayed.
OK - Static variable in class org.eclipse.swt.accessibility.ACC
A constant specifying that an operation succeeded.
OK - Static variable in class org.eclipse.swt.SWT
The MessageBox style constant for an OK button; valid combinations are OK, OK|CANCEL (value is 1<<5).
ON - Static variable in class org.eclipse.swt.SWT
Indicates that a property is on (value is 1).
ON_TOP - Static variable in class org.eclipse.swt.SWT
Style constant for always on top behavior (value is 1<<14).
open() - Method in class org.eclipse.swt.printing.PrintDialog
Makes the receiver visible and brings it to the front of the display.
open() - Method in class org.eclipse.swt.widgets.ColorDialog
Makes the receiver visible and brings it to the front of the display.
open() - Method in class org.eclipse.swt.widgets.DirectoryDialog
Makes the dialog visible and brings it to the front of the display.
open() - Method in class org.eclipse.swt.widgets.FileDialog
Makes the dialog visible and brings it to the front of the display.
open() - Method in class org.eclipse.swt.widgets.FontDialog
Makes the dialog visible and brings it to the front of the display.
open() - Method in class org.eclipse.swt.widgets.MessageBox
Makes the dialog visible and brings it to the front of the display.
open() - Method in class org.eclipse.swt.widgets.Shell
Moves the receiver to the top of the drawing order for the display on which it was created (so that all other shells on that display, which are not the receiver's children will be drawn behind it), marks it visible, sets the focus and asks the window manager to make the shell active.
open() - Method in class org.eclipse.swt.widgets.Tracker
Displays the Tracker rectangles for manipulation by the user.
open(WindowEvent) - Method in interface org.eclipse.swt.browser.OpenWindowListener
This method is called when a new window needs to be created.
open(Rectangle) - Method in class org.eclipse.swt.custom.PopupList
Launches the Popup List, waits for an item to be selected and then closes the PopupList.
OPEN - Static variable in class org.eclipse.swt.SWT
The FileDialog style constant for open file dialog behavior (value is 1<<12).
OpenDocument - Static variable in class org.eclipse.swt.SWT
The open document event type (value is 46).
OpenUrl - Static variable in class org.eclipse.swt.SWT
The open URL event type (value is 54).
OpenWindowListener - Interface in org.eclipse.swt.browser
This listener interface may be implemented in order to receive a WindowEvent notification when a new Browser needs to be provided by the application.
operations - Variable in class org.eclipse.swt.dnd.DropTargetEvent
A bitwise OR'ing of the operations that the DragSource can support (e.g.
org.eclipse.swt - package org.eclipse.swt
 
org.eclipse.swt.accessibility - package org.eclipse.swt.accessibility
 
org.eclipse.swt.awt - package org.eclipse.swt.awt
 
org.eclipse.swt.browser - package org.eclipse.swt.browser
 
org.eclipse.swt.custom - package org.eclipse.swt.custom
 
org.eclipse.swt.dnd - package org.eclipse.swt.dnd
 
org.eclipse.swt.events - package org.eclipse.swt.events
 
org.eclipse.swt.graphics - package org.eclipse.swt.graphics
 
org.eclipse.swt.internal - package org.eclipse.swt.internal
 
org.eclipse.swt.internal.accessibility.gtk - package org.eclipse.swt.internal.accessibility.gtk
 
org.eclipse.swt.internal.cairo - package org.eclipse.swt.internal.cairo
 
org.eclipse.swt.internal.dnd.gtk - package org.eclipse.swt.internal.dnd.gtk
 
org.eclipse.swt.internal.gtk - package org.eclipse.swt.internal.gtk
 
org.eclipse.swt.internal.gtk3 - package org.eclipse.swt.internal.gtk3
 
org.eclipse.swt.internal.gtk4 - package org.eclipse.swt.internal.gtk4
 
org.eclipse.swt.internal.image - package org.eclipse.swt.internal.image
 
org.eclipse.swt.internal.opengl.glx - package org.eclipse.swt.internal.opengl.glx
 
org.eclipse.swt.internal.webkit - package org.eclipse.swt.internal.webkit
 
org.eclipse.swt.layout - package org.eclipse.swt.layout
 
org.eclipse.swt.opengl - package org.eclipse.swt.opengl
 
org.eclipse.swt.printing - package org.eclipse.swt.printing
 
org.eclipse.swt.program - package org.eclipse.swt.program
 
org.eclipse.swt.widgets - package org.eclipse.swt.widgets
 
orientation - Variable in class org.eclipse.swt.printing.PrinterData
The orientation of the paper, which can be either PORTRAIT or LANDSCAPE.
OrientationChange - Static variable in class org.eclipse.swt.SWT
The orientation change event type (value is 44).
OS - Class in org.eclipse.swt.internal.gtk
This class contains native functions for various libraries.
OS() - Constructor for class org.eclipse.swt.internal.gtk.OS
 
OS2BMPFileFormat - Class in org.eclipse.swt.internal.image
 
OS2BMPFileFormat() - Constructor for class org.eclipse.swt.internal.image.OS2BMPFileFormat
 
output - Static variable in class org.eclipse.swt.internal.gtk.OS
 
override_redirect - Variable in class org.eclipse.swt.internal.gtk3.GdkWindowAttr
 

P

pack - Variable in class org.eclipse.swt.layout.RowLayout
pack specifies whether all controls in the layout take their preferred size.
pack() - Method in class org.eclipse.swt.widgets.Control
Causes the receiver to be resized to its preferred size.
pack() - Method in class org.eclipse.swt.widgets.TableColumn
Causes the receiver to be resized to its preferred size.
pack() - Method in class org.eclipse.swt.widgets.TreeColumn
Causes the receiver to be resized to its preferred size.
pack(boolean) - Method in class org.eclipse.swt.widgets.Control
Causes the receiver to be resized to its preferred size.
PAGE_DOWN - Static variable in class org.eclipse.swt.custom.ST
 
PAGE_DOWN - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the PAGE DOWN key (value is (1<<24)+6).
page_increment - Variable in class org.eclipse.swt.internal.gtk.GtkAdjustment
 
PAGE_RANGE - Static variable in class org.eclipse.swt.printing.PrinterData
scope field value indicating that the range of pages specified by startPage and endPage should be printed
page_size - Variable in class org.eclipse.swt.internal.gtk.GtkAdjustment
 
PAGE_TAG - Static variable in class org.eclipse.swt.custom.StyledTextPrintOptions
Page number placeholder constant for use in header and footer.
PAGE_UP - Static variable in class org.eclipse.swt.custom.ST
 
PAGE_UP - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the PAGE UP key (value is (1<<24)+5).
Paint - Static variable in class org.eclipse.swt.SWT
The paint event type (value is 9).
paintControl(PaintEvent) - Method in interface org.eclipse.swt.events.PaintListener
Sent when a paint event occurs for the control.
PaintEvent - Class in org.eclipse.swt.events
Instances of this class are sent as a result of visible areas of controls requiring re-painting.
PaintEvent(Event) - Constructor for class org.eclipse.swt.events.PaintEvent
Constructs a new instance of this class based on the information in the given untyped event.
PaintItem - Static variable in class org.eclipse.swt.SWT
The paint item event type (value is 42).
PaintListener - Interface in org.eclipse.swt.events
Classes which implement this interface provide methods that deal with the events that are generated when the control needs to be painted.
paintObject(PaintObjectEvent) - Method in interface org.eclipse.swt.custom.PaintObjectListener
This method is called when an object needs to be drawn.
PaintObject - Static variable in class org.eclipse.swt.custom.ST
The PaintObject event type (value is 3008).
PaintObjectEvent - Class in org.eclipse.swt.custom
This event is sent when an object needs to be drawn.
PaintObjectEvent(StyledTextEvent) - Constructor for class org.eclipse.swt.custom.PaintObjectEvent
Constructs a new instance of this class based on the information in the given event.
PaintObjectListener - Interface in org.eclipse.swt.custom
This listener is invoked when an object needs to be drawn.
palette - Variable in class org.eclipse.swt.graphics.ImageData
The color table for the image.
PaletteData - Class in org.eclipse.swt.graphics
Instances of this class describe the color data used by an image.
PaletteData(int, int, int) - Constructor for class org.eclipse.swt.graphics.PaletteData
Constructs a new direct palette given the red, green and blue masks.
PaletteData(RGB...) - Constructor for class org.eclipse.swt.graphics.PaletteData
Constructs a new indexed palette given an array of RGB values.
PANGO_ALIGN_CENTER - Static variable in class org.eclipse.swt.internal.gtk.OS
 
PANGO_ALIGN_LEFT - Static variable in class org.eclipse.swt.internal.gtk.OS
 
PANGO_ALIGN_RIGHT - Static variable in class org.eclipse.swt.internal.gtk.OS
 
PANGO_ATTR_BACKGROUND - Static variable in class org.eclipse.swt.internal.gtk.OS
 
pango_attr_background_new(short, short, short) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_attr_font_desc_new(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
PANGO_ATTR_FOREGROUND - Static variable in class org.eclipse.swt.internal.gtk.OS
 
pango_attr_foreground_new(short, short, short) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_attr_iterator_destroy(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_attr_iterator_get(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_attr_iterator_next(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_attr_iterator_range(long, int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_attr_list_get_iterator(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_attr_list_insert(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_attr_list_new() - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_attr_list_unref(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_attr_rise_new(int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_attr_shape_new(PangoRectangle, PangoRectangle) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_attr_strikethrough_color_new(short, short, short) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_attr_strikethrough_new(boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
PANGO_ATTR_UNDERLINE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
PANGO_ATTR_UNDERLINE_COLOR - Static variable in class org.eclipse.swt.internal.gtk.OS
 
pango_attr_underline_color_new(short, short, short) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_attr_underline_new(int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_attr_weight_new(int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_attribute_copy(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_cairo_context_get_font_options(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_cairo_context_set_font_options(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_cairo_create_layout(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_cairo_font_map_get_default() - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_cairo_layout_path(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_cairo_show_layout(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_context_get_base_dir(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_context_get_language(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_context_get_metrics(long, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_context_list_families(long, long[], int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_context_set_base_dir(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_context_set_language(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
PANGO_DIRECTION_LTR - Static variable in class org.eclipse.swt.internal.gtk.OS
 
PANGO_DIRECTION_RTL - Static variable in class org.eclipse.swt.internal.gtk.OS
 
pango_font_description_copy(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_font_description_free(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_font_description_from_string(byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_font_description_get_family(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_font_description_get_set_fields(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_font_description_get_size(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_font_description_get_stretch(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_font_description_get_style(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_font_description_get_variant(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_font_description_get_weight(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_font_description_new() - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_font_description_set_family(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_font_description_set_size(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_font_description_set_stretch(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_font_description_set_style(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_font_description_set_variant(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_font_description_set_weight(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_font_description_to_string(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_font_face_describe(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_font_family_get_name(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_font_family_list_faces(long, long[], int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_font_map_create_context(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
PANGO_FONT_MASK_FAMILY - Static variable in class org.eclipse.swt.internal.gtk.OS
 
PANGO_FONT_MASK_SIZE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
PANGO_FONT_MASK_STYLE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
PANGO_FONT_MASK_WEIGHT - Static variable in class org.eclipse.swt.internal.gtk.OS
 
pango_font_metrics_get_approximate_char_width(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_font_metrics_get_ascent(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_font_metrics_get_descent(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_font_metrics_unref(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_layout_context_changed(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_layout_get_alignment(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_layout_get_context(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_layout_get_indent(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_layout_get_iter(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_layout_get_justify(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_layout_get_line(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_layout_get_line_count(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_layout_get_log_attrs(long, long[], int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_layout_get_pixel_size(long, int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_layout_get_size(long, int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_layout_get_spacing(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_layout_get_text(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_layout_get_width(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_layout_index_to_pos(long, int, PangoRectangle) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_layout_iter_free(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_layout_iter_get_index(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_layout_iter_get_line_extents(long, PangoRectangle, PangoRectangle) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_layout_iter_get_run(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_layout_iter_next_line(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_layout_iter_next_run(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_layout_line_get_extents(long, PangoRectangle, PangoRectangle) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_layout_new(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_layout_set_alignment(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_layout_set_attributes(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_layout_set_auto_dir(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_layout_set_font_description(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_layout_set_indent(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_layout_set_justify(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_layout_set_single_paragraph_mode(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_layout_set_spacing(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_layout_set_tabs(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_layout_set_text(long, byte[], int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_layout_set_width(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_layout_set_wrap(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_layout_xy_to_index(long, int, int, int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
PANGO_PIXELS(int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
PANGO_SCALE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
PANGO_STRETCH_CONDENSED - Static variable in class org.eclipse.swt.internal.gtk.OS
 
PANGO_STRETCH_EXPANDED - Static variable in class org.eclipse.swt.internal.gtk.OS
 
PANGO_STRETCH_EXTRA_CONDENSED - Static variable in class org.eclipse.swt.internal.gtk.OS
 
PANGO_STRETCH_EXTRA_EXPANDED - Static variable in class org.eclipse.swt.internal.gtk.OS
 
PANGO_STRETCH_NORMAL - Static variable in class org.eclipse.swt.internal.gtk.OS
 
PANGO_STRETCH_SEMI_CONDENSED - Static variable in class org.eclipse.swt.internal.gtk.OS
 
PANGO_STRETCH_SEMI_EXPANDED - Static variable in class org.eclipse.swt.internal.gtk.OS
 
PANGO_STRETCH_ULTRA_CONDENSED - Static variable in class org.eclipse.swt.internal.gtk.OS
 
PANGO_STRETCH_ULTRA_EXPANDED - Static variable in class org.eclipse.swt.internal.gtk.OS
 
PANGO_STYLE_ITALIC - Static variable in class org.eclipse.swt.internal.gtk.OS
 
PANGO_STYLE_NORMAL - Static variable in class org.eclipse.swt.internal.gtk.OS
 
PANGO_STYLE_OBLIQUE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
pango_tab_array_free(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_tab_array_new(int, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_tab_array_set_tab(long, int, long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
PANGO_TAB_LEFT - Static variable in class org.eclipse.swt.internal.gtk.OS
 
PANGO_TYPE_FONT_DESCRIPTION() - Static method in class org.eclipse.swt.internal.gtk.OS
 
PANGO_TYPE_FONT_FACE() - Static method in class org.eclipse.swt.internal.gtk.OS
 
PANGO_TYPE_FONT_FAMILY() - Static method in class org.eclipse.swt.internal.gtk.OS
 
PANGO_TYPE_LAYOUT() - Static method in class org.eclipse.swt.internal.gtk.OS
 
PANGO_UNDERLINE_DOUBLE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
PANGO_UNDERLINE_ERROR - Static variable in class org.eclipse.swt.internal.gtk.OS
 
PANGO_UNDERLINE_LOW - Static variable in class org.eclipse.swt.internal.gtk.OS
 
PANGO_UNDERLINE_NONE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
PANGO_UNDERLINE_SINGLE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
PANGO_VARIANT_NORMAL - Static variable in class org.eclipse.swt.internal.gtk.OS
 
PANGO_VARIANT_SMALL_CAPS - Static variable in class org.eclipse.swt.internal.gtk.OS
 
PANGO_WEIGHT_BOLD - Static variable in class org.eclipse.swt.internal.gtk.OS
 
PANGO_WEIGHT_NORMAL - Static variable in class org.eclipse.swt.internal.gtk.OS
 
PANGO_WRAP_WORD_CHAR - Static variable in class org.eclipse.swt.internal.gtk.OS
 
PangoAttrColor - Class in org.eclipse.swt.internal.gtk
 
PangoAttrColor() - Constructor for class org.eclipse.swt.internal.gtk.PangoAttrColor
 
PangoAttrColor_sizeof() - Static method in class org.eclipse.swt.internal.gtk.OS
 
PangoAttribute - Class in org.eclipse.swt.internal.gtk
 
PangoAttribute() - Constructor for class org.eclipse.swt.internal.gtk.PangoAttribute
 
PangoAttribute_sizeof() - Static method in class org.eclipse.swt.internal.gtk.OS
 
PangoAttrInt - Class in org.eclipse.swt.internal.gtk
 
PangoAttrInt() - Constructor for class org.eclipse.swt.internal.gtk.PangoAttrInt
 
PangoAttrInt_sizeof() - Static method in class org.eclipse.swt.internal.gtk.OS
 
pangoFontFaceNewProc_CALLBACK(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pangoFontFamilyNewProc_CALLBACK(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
PangoItem - Class in org.eclipse.swt.internal.gtk
 
PangoItem() - Constructor for class org.eclipse.swt.internal.gtk.PangoItem
 
PangoItem_sizeof() - Static method in class org.eclipse.swt.internal.gtk.OS
 
PangoLayoutLine - Class in org.eclipse.swt.internal.gtk
 
PangoLayoutLine() - Constructor for class org.eclipse.swt.internal.gtk.PangoLayoutLine
 
PangoLayoutLine_sizeof() - Static method in class org.eclipse.swt.internal.gtk.OS
 
pangoLayoutNewProc_CALLBACK(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
PangoLayoutRun - Class in org.eclipse.swt.internal.gtk
 
PangoLayoutRun() - Constructor for class org.eclipse.swt.internal.gtk.PangoLayoutRun
 
PangoLayoutRun_sizeof() - Static method in class org.eclipse.swt.internal.gtk.OS
 
PangoLogAttr - Class in org.eclipse.swt.internal.gtk
 
PangoLogAttr() - Constructor for class org.eclipse.swt.internal.gtk.PangoLogAttr
 
PangoLogAttr_sizeof() - Static method in class org.eclipse.swt.internal.gtk.OS
 
PangoRectangle - Class in org.eclipse.swt.internal.gtk
 
PangoRectangle() - Constructor for class org.eclipse.swt.internal.gtk.PangoRectangle
 
PangoRectangle_sizeof() - Static method in class org.eclipse.swt.internal.gtk.OS
 
parent - Variable in class org.eclipse.swt.custom.CTabFolderRenderer
 
PART_BACKGROUND - Static variable in class org.eclipse.swt.custom.CTabFolderRenderer
Part constant indicating the background of the tab folder.
PART_BODY - Static variable in class org.eclipse.swt.custom.CTabFolderRenderer
Part constant indicating the body of the tab folder.
PART_BORDER - Static variable in class org.eclipse.swt.custom.CTabFolderRenderer
Part constant indicating the border of the tab folder.
PART_CHEVRON_BUTTON - Static variable in class org.eclipse.swt.custom.CTabFolderRenderer
Part constant indicating the chevron button of the tab folder.
PART_CLOSE_BUTTON - Static variable in class org.eclipse.swt.custom.CTabFolderRenderer
Part constant indicating the close button of a tab item.
PART_HEADER - Static variable in class org.eclipse.swt.custom.CTabFolderRenderer
Part constant indicating the tab header of the folder (value is -2).
PART_MAX_BUTTON - Static variable in class org.eclipse.swt.custom.CTabFolderRenderer
Part constant indicating the maximize button of the tab folder.
PART_MIN_BUTTON - Static variable in class org.eclipse.swt.custom.CTabFolderRenderer
Part constant indicating the minimize button of the tab folder.
password - Variable in class org.eclipse.swt.browser.AuthenticationEvent
The password to authenticate with
PASSWORD - Static variable in class org.eclipse.swt.SWT
Style constant for password behavior (value is 1<<22).
paste() - Method in class org.eclipse.swt.custom.CCombo
Pastes text from clipboard.
paste() - Method in class org.eclipse.swt.custom.StyledText
Replaces the selection with the text on the DND.CLIPBOARD clipboard or, if there is no selection, inserts the text at the current caret offset.
paste() - Method in class org.eclipse.swt.widgets.Combo
Pastes text from clipboard.
paste() - Method in class org.eclipse.swt.widgets.Spinner
Pastes text from clipboard.
paste() - Method in class org.eclipse.swt.widgets.Text
Pastes text from clipboard.
PASTE - Static variable in class org.eclipse.swt.custom.ST
 
paste_clipboard - Static variable in class org.eclipse.swt.internal.gtk.OS
 
paste_text - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkEditableTextIface
 
pasteText(AccessibleEditableTextEvent) - Method in class org.eclipse.swt.accessibility.AccessibleEditableTextAdapter
Inserts the text in the clipboard at the leading edge of the specified start offset.
pasteText(AccessibleEditableTextEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleEditableTextListener
Inserts the text in the clipboard at the leading edge of the specified start offset.
Path - Class in org.eclipse.swt.graphics
Instances of this class represent paths through the two-dimensional coordinate system.
Path(Device) - Constructor for class org.eclipse.swt.graphics.Path
Constructs a new empty Path.
Path(Device, PathData) - Constructor for class org.eclipse.swt.graphics.Path
Constructs a new Path with the specified PathData.
Path(Device, Path, float) - Constructor for class org.eclipse.swt.graphics.Path
Constructs a new Path that is a copy of path.
PATH_CLOSE - Static variable in class org.eclipse.swt.SWT
Path constant that represents a "close" operation (value is 5).
PATH_CUBIC_TO - Static variable in class org.eclipse.swt.SWT
Path constant that represents a "cubic curve to" operation (value is 4).
PATH_LINE_TO - Static variable in class org.eclipse.swt.SWT
Path constant that represents a "line to" operation (value is 2).
PATH_MOVE_TO - Static variable in class org.eclipse.swt.SWT
Path constant that represents a "move to" operation (value is 1).
PATH_QUAD_TO - Static variable in class org.eclipse.swt.SWT
Path constant that represents a "quadratic curve to" operation (value is 3).
PathData - Class in org.eclipse.swt.graphics
Instances of this class describe device-independent paths.
PathData() - Constructor for class org.eclipse.swt.graphics.PathData
 
Pattern - Class in org.eclipse.swt.graphics
Instances of this class represent patterns to use while drawing.
Pattern(Device, float, float, float, float, Color, int, Color, int) - Constructor for class org.eclipse.swt.graphics.Pattern
Constructs a new Pattern that represents a linear, two color gradient.
Pattern(Device, float, float, float, float, Color, Color) - Constructor for class org.eclipse.swt.graphics.Pattern
Constructs a new Pattern that represents a linear, two color gradient.
Pattern(Device, Image) - Constructor for class org.eclipse.swt.graphics.Pattern
Constructs a new Pattern given an image.
PAUSE - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the pause key (value is (1<<24)+85).
PAUSED - Static variable in class org.eclipse.swt.SWT
Constant to a indicate a paused state (value is 4).
PHONETIC - Static variable in class org.eclipse.swt.SWT
Input Method Editor style constant for phonetic input behavior (value is 1<<4).
pixbuf - Static variable in class org.eclipse.swt.internal.gtk.OS
 
Platform - Class in org.eclipse.swt.internal
 
Platform() - Constructor for class org.eclipse.swt.internal.Platform
 
PLATFORM - Static variable in class org.eclipse.swt.internal.Platform
 
PngChunkReader - Class in org.eclipse.swt.internal.image
 
PngDecodingDataStream - Class in org.eclipse.swt.internal.image
 
PngDeflater - Class in org.eclipse.swt.internal.image
 
PngDeflater() - Constructor for class org.eclipse.swt.internal.image.PngDeflater
 
PNGFileFormat - Class in org.eclipse.swt.internal.image
 
PNGFileFormat() - Constructor for class org.eclipse.swt.internal.image.PNGFileFormat
 
PngHuffmanTable - Class in org.eclipse.swt.internal.image
 
PngHuffmanTables - Class in org.eclipse.swt.internal.image
 
PngInputStream - Class in org.eclipse.swt.internal.image
 
PngInputStream(PngIdatChunk, PngChunkReader) - Constructor for class org.eclipse.swt.internal.image.PngInputStream
 
PngLzBlockReader - Class in org.eclipse.swt.internal.image
 
PngTrnsChunk - Class in org.eclipse.swt.internal.image
 
Point - Class in org.eclipse.swt.graphics
Instances of this class represent places on the (x, y) coordinate plane.
Point(int, int) - Constructor for class org.eclipse.swt.graphics.Point
Constructs a new point with the given x and y coordinates.
points - Variable in class org.eclipse.swt.graphics.PathData
The points of a path.
POP_UP - Static variable in class org.eclipse.swt.SWT
Style constant for pop up menu behavior (value is 1<<3).
popped_up - Static variable in class org.eclipse.swt.internal.gtk.OS
 
populate_popup - Static variable in class org.eclipse.swt.internal.gtk.OS
 
popup_menu - Static variable in class org.eclipse.swt.internal.gtk.OS
 
PopupList - Class in org.eclipse.swt.custom
A PopupList is a list of selectable items that appears in its own shell positioned above its parent shell.
PopupList(Shell) - Constructor for class org.eclipse.swt.custom.PopupList
Creates a PopupList above the specified shell.
PopupList(Shell, int) - Constructor for class org.eclipse.swt.custom.PopupList
Creates a PopupList above the specified shell.
PORTRAIT - Static variable in class org.eclipse.swt.printing.PrinterData
orientation field value indicating portrait paper orientation
post(Event) - Method in class org.eclipse.swt.widgets.Display
Generate a low level system event.
PostEvent - Static variable in class org.eclipse.swt.SWT
The PostEvent event type (value is 51).
PostExternalEventDispatch - Static variable in class org.eclipse.swt.SWT
The PostExternalEventDispatch event type (value is 53).
pow2(int) - Static method in class org.eclipse.swt.internal.Compatibility
Returns 2 raised to the power of the argument.
preedit_changed - Static variable in class org.eclipse.swt.internal.gtk.OS
 
PreEvent - Static variable in class org.eclipse.swt.SWT
The PreEvent event type (value is 50).
PreExternalEventDispatch - Static variable in class org.eclipse.swt.SWT
The PreExternalEventDispatch event type (value is 52).
prepare - Static variable in class org.eclipse.swt.internal.gtk.OS
 
pressed - Static variable in class org.eclipse.swt.internal.gtk.OS
 
prev_month - Static variable in class org.eclipse.swt.internal.gtk.OS
 
prev_year - Static variable in class org.eclipse.swt.internal.gtk.OS
 
primary - Variable in class org.eclipse.swt.widgets.Touch
A flag indicating that the touch is the first touch from a previous state of no touch points.
PRIMARY_MODAL - Static variable in class org.eclipse.swt.SWT
Style constant for primary modal behavior (value is 1<<15).
print() - Method in class org.eclipse.swt.custom.StyledText
Prints the widget's text to the default printer.
print(GC) - Method in class org.eclipse.swt.widgets.Control
Prints the receiver and all children.
print(GC) - Method in class org.eclipse.swt.widgets.Shell
 
print(Printer) - Method in class org.eclipse.swt.custom.StyledText
Returns a runnable that will print the widget's text to the specified printer.
print(Printer, StyledTextPrintOptions) - Method in class org.eclipse.swt.custom.StyledText
Returns a runnable that will print the widget's text to the specified printer.
PRINT_SCREEN - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the print screen key (value is (1<<24)+87).
PrintDialog - Class in org.eclipse.swt.printing
Instances of this class allow the user to select a printer and various print-related parameters prior to starting a print job.
PrintDialog(Shell) - Constructor for class org.eclipse.swt.printing.PrintDialog
Constructs a new instance of this class given only its parent.
PrintDialog(Shell, int) - Constructor for class org.eclipse.swt.printing.PrintDialog
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
Printer - Class in org.eclipse.swt.printing
Instances of this class are used to print to a printer.
Printer() - Constructor for class org.eclipse.swt.printing.Printer
Constructs a new printer representing the default printer.
Printer(PrinterData) - Constructor for class org.eclipse.swt.printing.Printer
Constructs a new printer given a PrinterData object representing the desired printer.
PrinterData - Class in org.eclipse.swt.printing
Instances of this class are descriptions of a print job in terms of the printer, and the scope and type of printing that is desired.
PrinterData() - Constructor for class org.eclipse.swt.printing.PrinterData
Constructs an instance of this class that can be used to print to the default printer.
PrinterData(String, String) - Constructor for class org.eclipse.swt.printing.PrinterData
Constructs an instance of this class with the given printer driver and printer name.
printerOptionWidgetNewProc_CALLBACK(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
printLineBackground - Variable in class org.eclipse.swt.custom.StyledTextPrintOptions
Print the line background color.
printLineNumbers - Variable in class org.eclipse.swt.custom.StyledTextPrintOptions
Print line numbers.
printStackTrace() - Method in error org.eclipse.swt.SWTError
Outputs a printable representation of this error's stack trace on the standard error stream.
printStackTrace() - Method in exception org.eclipse.swt.SWTException
Outputs a printable representation of this exception's stack trace on the standard error stream.
printTextBackground - Variable in class org.eclipse.swt.custom.StyledTextPrintOptions
Print the text background color.
printTextFontStyle - Variable in class org.eclipse.swt.custom.StyledTextPrintOptions
Print the font styles.
printTextForeground - Variable in class org.eclipse.swt.custom.StyledTextPrintOptions
Print the text foreground color.
printToFile - Variable in class org.eclipse.swt.printing.PrinterData
whether or not the print job should go to a file
Program - Class in org.eclipse.swt.program
Instances of this class represent programs and their associated file extensions in the operating system.
ProgressAdapter - Class in org.eclipse.swt.browser
This adapter class provides default implementations for the methods described by the ProgressListener interface.
ProgressAdapter() - Constructor for class org.eclipse.swt.browser.ProgressAdapter
 
ProgressBar - Class in org.eclipse.swt.widgets
Instances of the receiver represent an unselectable user interface object that is used to display progress, typically in the form of a bar.
ProgressBar(Composite, int) - Constructor for class org.eclipse.swt.widgets.ProgressBar
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
ProgressEvent - Class in org.eclipse.swt.browser
A ProgressEvent is sent by a Browser to ProgressListener's when a progress is made during the loading of the current URL or when the loading of the current URL has been completed.
ProgressEvent(Widget) - Constructor for class org.eclipse.swt.browser.ProgressEvent
Constructs a new instance of this class.
ProgressListener - Interface in org.eclipse.swt.browser
This listener interface may be implemented in order to receive a ProgressEvent notification when a Browser makes a progress in loading the current URL or when the current URL has been loaded.
property_change - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkObjectClass
 
PTR_sizeof() - Static method in class org.eclipse.swt.internal.C
 
PTR_SIZEOF - Static variable in class org.eclipse.swt.internal.C
 
PUSH - Static variable in class org.eclipse.swt.SWT
Style constant for push button behavior (value is 1<<3).
put(int, Image) - Method in class org.eclipse.swt.internal.ImageList
 
pValue - Variable in class org.eclipse.swt.dnd.TransferData
Pointer to the data being transferred.

Q

quadTo(float, float, float, float) - Method in class org.eclipse.swt.graphics.Path
Adds to the receiver a quadratic curve based on the parameters.

R

RADIO - Static variable in class org.eclipse.swt.SWT
Style constant for radio button behavior (value is 1<<4).
ranges - Variable in class org.eclipse.swt.accessibility.AccessibleTextEvent
 
ranges - Variable in class org.eclipse.swt.custom.LineStyleEvent
line ranges (output)
RCbTable - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
RCrTable - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
read() - Method in class org.eclipse.swt.internal.image.PngDecodingDataStream
 
read() - Method in class org.eclipse.swt.internal.image.PngInputStream
 
read(byte[], int, int) - Method in class org.eclipse.swt.internal.image.PngDecodingDataStream
 
read(byte[], int, int) - Method in class org.eclipse.swt.internal.image.PngInputStream
 
READ_ONLY - Static variable in class org.eclipse.swt.SWT
Style constant for read-only behavior (value is 1<<3).
readAndDispatch() - Method in class org.eclipse.swt.widgets.Display
Reads an event from the operating system's event queue, dispatches it appropriately, and returns true if there is potentially more work to do, or false if the caller can sleep until another event is placed on the event queue.
ready_to_show - Static variable in class org.eclipse.swt.internal.webkit.WebKitGTK
 
realDrawable - Variable in class org.eclipse.swt.graphics.GCData
 
realize - Static variable in class org.eclipse.swt.internal.gtk.OS
 
realpath(byte[], byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
Rectangle - Class in org.eclipse.swt.graphics
Instances of this class represent rectangular areas in an (x, y) coordinate system.
Rectangle(int, int, int, int) - Constructor for class org.eclipse.swt.graphics.Rectangle
Construct a new instance of this class given the x, y, width and height values.
rectangles - Variable in class org.eclipse.swt.accessibility.AccessibleTextEvent
 
red - Variable in class org.eclipse.swt.graphics.RGB
the red component of the RGB
red - Variable in class org.eclipse.swt.internal.gtk.GdkRGBA
 
red_mask - Variable in class org.eclipse.swt.internal.opengl.glx.XVisualInfo
 
redMask - Variable in class org.eclipse.swt.graphics.PaletteData
the red mask for a direct palette
redraw() - Method in class org.eclipse.swt.custom.CCombo
 
redraw() - Method in class org.eclipse.swt.custom.StyledText
Causes the entire bounds of the receiver to be marked as needing to be redrawn.
redraw() - Method in class org.eclipse.swt.widgets.Control
Causes the entire bounds of the receiver to be marked as needing to be redrawn.
redraw(int, int, int, int, boolean) - Method in class org.eclipse.swt.custom.CCombo
 
redraw(int, int, int, int, boolean) - Method in class org.eclipse.swt.custom.StyledText
Causes the rectangular area of the receiver specified by the arguments to be marked as needing to be redrawn.
redraw(int, int, int, int, boolean) - Method in class org.eclipse.swt.widgets.Control
Causes the rectangular area of the receiver specified by the arguments to be marked as needing to be redrawn.
redrawRange(int, int, boolean) - Method in class org.eclipse.swt.custom.StyledText
Redraws the specified text range.
redShift - Variable in class org.eclipse.swt.graphics.PaletteData
the red shift for a direct palette
redSize - Variable in class org.eclipse.swt.opengl.GLData
The size in bits of the color buffer's red channel.
ref_accessible_at_point - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkComponentIface
 
ref_at - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTableIface
 
ref_child - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkObjectClass
 
ref_relation_set - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkObjectClass
 
ref_selection - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkSelectionIface
 
ref_state_set - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkObjectClass
 
refresh() - Method in class org.eclipse.swt.browser.Browser
Refresh the current page.
region - Variable in class org.eclipse.swt.layout.BorderData
 
Region - Class in org.eclipse.swt.graphics
Instances of this class represent areas of an x-y coordinate system that are aggregates of the areas covered by a number of polygons.
Region() - Constructor for class org.eclipse.swt.graphics.Region
Constructs a new empty region.
Region(Device) - Constructor for class org.eclipse.swt.graphics.Region
Constructs a new empty region.
regionSet - Variable in class org.eclipse.swt.graphics.GCData
 
registerType(String) - Static method in class org.eclipse.swt.dnd.Transfer
Registers a name for a data type and returns the associated unique identifier.
RELATION_CONTROLLED_BY - Static variable in class org.eclipse.swt.accessibility.ACC
Some attribute of this object is affected by a target object.
RELATION_CONTROLLER_FOR - Static variable in class org.eclipse.swt.accessibility.ACC
This object is interactive and controls some attribute of a target object.
RELATION_DESCRIBED_BY - Static variable in class org.eclipse.swt.accessibility.ACC
This object is described by the target object.
RELATION_DESCRIPTION_FOR - Static variable in class org.eclipse.swt.accessibility.ACC
This object is describes the target object.
RELATION_EMBEDDED_BY - Static variable in class org.eclipse.swt.accessibility.ACC
This object is embedded by a target object.
RELATION_EMBEDS - Static variable in class org.eclipse.swt.accessibility.ACC
This object embeds a target object.
RELATION_FLOWS_FROM - Static variable in class org.eclipse.swt.accessibility.ACC
Content flows to this object from a target object.
RELATION_FLOWS_TO - Static variable in class org.eclipse.swt.accessibility.ACC
Content flows from this object to a target object.
RELATION_LABEL_FOR - Static variable in class org.eclipse.swt.accessibility.ACC
This object is label for a target object.
RELATION_LABELLED_BY - Static variable in class org.eclipse.swt.accessibility.ACC
This object is labelled by a target object.
RELATION_MEMBER_OF - Static variable in class org.eclipse.swt.accessibility.ACC
This object is a member of a group of one or more objects.
RELATION_NODE_CHILD_OF - Static variable in class org.eclipse.swt.accessibility.ACC
This object is a child of a target object.
RELATION_PARENT_WINDOW_OF - Static variable in class org.eclipse.swt.accessibility.ACC
This object is a parent window of the target object.
RELATION_POPUP_FOR - Static variable in class org.eclipse.swt.accessibility.ACC
This object is a transient component related to the target object.
RELATION_SUBWINDOW_OF - Static variable in class org.eclipse.swt.accessibility.ACC
This object is a sub window of a target object.
release() - Method in class org.eclipse.swt.graphics.Device
Releases any internal resources back to the operating system and clears all fields except the device handle.
release() - Method in class org.eclipse.swt.widgets.Display
Releases any internal resources back to the operating system and clears all fields except the device handle.
released - Static variable in class org.eclipse.swt.internal.gtk.OS
 
reload - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
remove(int) - Method in class org.eclipse.swt.custom.CCombo
Removes the item from the receiver's list at the given zero-relative index.
remove(int) - Method in class org.eclipse.swt.widgets.Combo
Removes the item from the receiver's list at the given zero-relative index.
remove(int) - Method in class org.eclipse.swt.widgets.List
Removes the item from the receiver at the given zero-relative index.
remove(int) - Method in class org.eclipse.swt.widgets.Table
Removes the item from the receiver at the given zero-relative index.
remove(int[]) - Method in class org.eclipse.swt.widgets.List
Removes the items from the receiver at the given zero-relative indices.
remove(int[]) - Method in class org.eclipse.swt.widgets.Table
Removes the items from the receiver's list at the given zero-relative indices.
remove(int, int) - Method in class org.eclipse.swt.custom.CCombo
Removes the items from the receiver's list which are between the given zero-relative start and end indices (inclusive).
remove(int, int) - Method in class org.eclipse.swt.widgets.Combo
Removes the items from the receiver's list which are between the given zero-relative start and end indices (inclusive).
remove(int, int) - Method in class org.eclipse.swt.widgets.List
Removes the items from the receiver which are between the given zero-relative start and end indices (inclusive).
remove(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).
remove(String) - Method in class org.eclipse.swt.custom.CCombo
Searches the receiver's list starting at the first item until an item is found that is equal to the argument, and removes that item from the list.
remove(String) - Method in class org.eclipse.swt.widgets.Combo
Searches the receiver's list starting at the first item until an item is found that is equal to the argument, and removes that item from the list.
remove(String) - Method in class org.eclipse.swt.widgets.List
Searches the receiver's list starting at the first item until an item is found that is equal to the argument, and removes that item from the list.
remove(Image) - Method in class org.eclipse.swt.internal.ImageList
 
remove_column_selection - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTableIface
 
remove_focus_handler - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkComponentIface
 
remove_property_change_handler - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkObjectClass
 
remove_row_selection - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTableIface
 
remove_selection - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkSelectionIface
 
remove_selection - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTextIface
 
removeAccessibleActionListener(AccessibleActionListener) - Method in class org.eclipse.swt.accessibility.Accessible
Removes the listener from the collection of listeners that will be notified when an accessible client asks for any of the properties defined in the AccessibleActionListener interface.
removeAccessibleAttributeListener(AccessibleAttributeListener) - Method in class org.eclipse.swt.accessibility.Accessible
Removes the listener from the collection of listeners that will be notified when an accessible client asks for any of the properties defined in the AccessibleAttributeListener interface.
removeAccessibleControlListener(AccessibleControlListener) - Method in class org.eclipse.swt.accessibility.Accessible
Removes the listener from the collection of listeners who will be notified when an accessible client asks for custom control specific information.
removeAccessibleEditableTextListener(AccessibleEditableTextListener) - Method in class org.eclipse.swt.accessibility.Accessible
Removes the listener from the collection of listeners that will be notified when an accessible client asks for any of the properties defined in the AccessibleEditableTextListener interface.
removeAccessibleHyperlinkListener(AccessibleHyperlinkListener) - Method in class org.eclipse.swt.accessibility.Accessible
Removes the listener from the collection of listeners that will be notified when an accessible client asks for any of the properties defined in the AccessibleHyperlinkListener interface.
removeAccessibleListener(AccessibleListener) - Method in class org.eclipse.swt.accessibility.Accessible
Removes the listener from the collection of listeners who will be notified when an accessible client asks for certain strings, such as name, description, help, or keyboard shortcut.
removeAccessibleTableCellListener(AccessibleTableCellListener) - Method in class org.eclipse.swt.accessibility.Accessible
Removes the listener from the collection of listeners that will be notified when an accessible client asks for any of the properties defined in the AccessibleTableCellListener interface.
removeAccessibleTableListener(AccessibleTableListener) - Method in class org.eclipse.swt.accessibility.Accessible
Removes the listener from the collection of listeners that will be notified when an accessible client asks for any of the properties defined in the AccessibleTableListener interface.
removeAccessibleTextListener(AccessibleTextListener) - Method in class org.eclipse.swt.accessibility.Accessible
Removes the listener from the collection of listeners who will be notified when an accessible client asks for custom text control specific information.
removeAccessibleValueListener(AccessibleValueListener) - Method in class org.eclipse.swt.accessibility.Accessible
Removes the listener from the collection of listeners that will be notified when an accessible client asks for any of the properties defined in the AccessibleValueListener interface.
removeAll() - Method in class org.eclipse.swt.custom.CCombo
Removes all of the items from the receiver's list and clear the contents of receiver's text field.
removeAll() - Method in class org.eclipse.swt.widgets.Combo
Removes all of the items from the receiver's list and clear the contents of receiver's text field.
removeAll() - Method in class org.eclipse.swt.widgets.List
Removes all of the items from the receiver.
removeAll() - Method in class org.eclipse.swt.widgets.Table
Removes all of the items from the receiver.
removeAll() - Method in class org.eclipse.swt.widgets.Tree
Removes all of the items from the receiver.
removeAll() - Method in class org.eclipse.swt.widgets.TreeItem
Removes all of the items from the receiver.
removeArmListener(ArmListener) - Method in class org.eclipse.swt.widgets.MenuItem
Removes the listener from the collection of listeners who will be notified when the arm events are generated for the control.
removeAuthenticationListener(AuthenticationListener) - Method in class org.eclipse.swt.browser.Browser
Removes the listener from the collection of listeners who will be notified when authentication is required.
removeBidiSegmentListener(BidiSegmentListener) - Method in class org.eclipse.swt.custom.StyledText
Removes the specified bidirectional segment listener.
removeCaretListener(CaretListener) - Method in class org.eclipse.swt.custom.StyledText
Removes the specified caret listener.
removeCloseWindowListener(CloseWindowListener) - Method in class org.eclipse.swt.browser.Browser
Removes the listener from the collection of listeners who will be notified when the window hosting the receiver should be closed.
removeControlListener(ControlListener) - Method in class org.eclipse.swt.widgets.Control
Removes the listener from the collection of listeners who will be notified when the control is moved or resized.
removeControlListener(ControlListener) - Method in class org.eclipse.swt.widgets.TableColumn
Removes the listener from the collection of listeners who will be notified when the control is moved or resized.
removeControlListener(ControlListener) - Method in class org.eclipse.swt.widgets.Tracker
Removes the listener from the collection of listeners who will be notified when the control is moved or resized.
removeControlListener(ControlListener) - Method in class org.eclipse.swt.widgets.TreeColumn
Removes the listener from the collection of listeners who will be notified when the control is moved or resized.
removeCTabFolder2Listener(CTabFolder2Listener) - Method in class org.eclipse.swt.custom.CTabFolder
Removes the listener.
removeCTabFolderListener(CTabFolderListener) - Method in class org.eclipse.swt.custom.CTabFolder
Deprecated.
see removeCTabFolderCloseListener(CTabFolderListener)
removeDisposeListener(DisposeListener) - Method in class org.eclipse.swt.widgets.Widget
Removes the listener from the collection of listeners who will be notified when the widget is disposed.
removeDragDetectListener(DragDetectListener) - Method in class org.eclipse.swt.widgets.Control
Removes the listener from the collection of listeners who will be notified when a drag gesture occurs.
removeDragListener(DragSourceListener) - Method in class org.eclipse.swt.dnd.DragSource
Removes the listener from the collection of listeners who will be notified when a drag and drop operation is in progress.
removeDropListener(DropTargetListener) - Method in class org.eclipse.swt.dnd.DropTarget
Removes the listener from the collection of listeners who will be notified when a drag and drop operation is in progress.
removeExpandListener(ExpandListener) - Method in class org.eclipse.swt.widgets.ExpandBar
Removes the listener from the collection of listeners who will be notified when items in the receiver are expanded or collapsed.
removeExtendedModifyListener(ExtendedModifyListener) - Method in class org.eclipse.swt.custom.StyledText
Removes the specified extended modify listener.
removeFilter(int, Listener) - Method in class org.eclipse.swt.widgets.Display
Removes the listener from the collection of listeners who will be notified when an event of the given type occurs anywhere in a widget.
removeFocusListener(FocusListener) - Method in class org.eclipse.swt.widgets.Control
Removes the listener from the collection of listeners who will be notified when the control gains or loses focus.
removeGestureListener(GestureListener) - Method in class org.eclipse.swt.widgets.Control
Removes the listener from the collection of listeners who will be notified when gesture events are generated for the control.
removeHelpListener(HelpListener) - Method in class org.eclipse.swt.widgets.Control
Removes the listener from the collection of listeners who will be notified when the help events are generated for the control.
removeHelpListener(HelpListener) - Method in class org.eclipse.swt.widgets.Menu
Removes the listener from the collection of listeners who will be notified when the help events are generated for the control.
removeHelpListener(HelpListener) - Method in class org.eclipse.swt.widgets.MenuItem
Removes the listener from the collection of listeners who will be notified when the help events are generated for the control.
removeImageLoaderListener(ImageLoaderListener) - Method in class org.eclipse.swt.graphics.ImageLoader
Removes the listener from the collection of listeners who will be notified when image data is either partially or completely loaded.
removeKeyListener(KeyListener) - Method in class org.eclipse.swt.widgets.Control
Removes the listener from the collection of listeners who will be notified when keys are pressed and released on the system keyboard.
removeKeyListener(KeyListener) - Method in class org.eclipse.swt.widgets.Tracker
Removes the listener from the collection of listeners who will be notified when keys are pressed and released on the system keyboard.
removeLanguageListener(long) - Static method in class org.eclipse.swt.internal.BidiUtil
 
removeLanguageListener(Control) - Static method in class org.eclipse.swt.internal.BidiUtil
 
removeLineBackgroundListener(LineBackgroundListener) - Method in class org.eclipse.swt.custom.StyledText
Removes the specified line background listener.
removeLineStyleListener(LineStyleListener) - Method in class org.eclipse.swt.custom.StyledText
Removes the specified line style listener.
removeListener(int, SWTEventListener) - Method in class org.eclipse.swt.widgets.Widget
Removes the listener from the collection of listeners who will be notified when an event of the given type occurs.
removeListener(int, Listener) - Method in class org.eclipse.swt.widgets.Display
Removes the listener from the collection of listeners who will be notified when an event of the given type occurs.
removeListener(int, Listener) - Method in class org.eclipse.swt.widgets.Widget
Removes the listener from the collection of listeners who will be notified when an event of the given type occurs.
removeListener(SessionManagerDBus.IListener) - Method in class org.eclipse.swt.internal.SessionManagerDBus
 
removeLocationListener(LocationListener) - Method in class org.eclipse.swt.browser.Browser
Removes the listener from the collection of listeners who will be notified when the current location is changed or about to be changed.
removeMenuDetectListener(MenuDetectListener) - Method in class org.eclipse.swt.widgets.Control
Removes the listener from the collection of listeners who will be notified when the platform-specific context menu trigger has occurred.
removeMenuDetectListener(MenuDetectListener) - Method in class org.eclipse.swt.widgets.TrayItem
Removes the listener from the collection of listeners who will be notified when the platform-specific context menu trigger has occurred.
removeMenuListener(MenuListener) - Method in class org.eclipse.swt.widgets.Menu
Removes the listener from the collection of listeners who will be notified when the menu events are generated for the control.
removeModifyListener(ModifyListener) - Method in class org.eclipse.swt.custom.CCombo
Removes the listener from the collection of listeners who will be notified when the receiver's text is modified.
removeModifyListener(ModifyListener) - Method in class org.eclipse.swt.custom.StyledText
Removes the specified modify listener.
removeModifyListener(ModifyListener) - Method in class org.eclipse.swt.widgets.Combo
Removes the listener from the collection of listeners who will be notified when the receiver's text is modified.
removeModifyListener(ModifyListener) - Method in class org.eclipse.swt.widgets.Spinner
Removes the listener from the collection of listeners who will be notified when the receiver's text is modified.
removeModifyListener(ModifyListener) - Method in class org.eclipse.swt.widgets.Text
Removes the listener from the collection of listeners who will be notified when the receiver's text is modified.
removeMouseListener(MouseListener) - Method in class org.eclipse.swt.widgets.Control
Removes the listener from the collection of listeners who will be notified when mouse buttons are pressed and released.
removeMouseMoveListener(MouseMoveListener) - Method in class org.eclipse.swt.widgets.Control
Removes the listener from the collection of listeners who will be notified when the mouse moves.
removeMouseTrackListener(MouseTrackListener) - Method in class org.eclipse.swt.widgets.Control
Removes the listener from the collection of listeners who will be notified when the mouse passes or hovers over controls.
removeMouseWheelListener(MouseWheelListener) - Method in class org.eclipse.swt.widgets.Control
Removes the listener from the collection of listeners who will be notified when the mouse wheel is scrolled.
removeOpenWindowListener(OpenWindowListener) - Method in class org.eclipse.swt.browser.Browser
Removes the listener from the collection of listeners who will be notified when a new window needs to be created.
removePaintListener(PaintListener) - Method in class org.eclipse.swt.widgets.Control
Removes the listener from the collection of listeners who will be notified when the receiver needs to be painted.
removePaintObjectListener(PaintObjectListener) - Method in class org.eclipse.swt.custom.StyledText
Removes the specified listener.
removeProgressListener(ProgressListener) - Method in class org.eclipse.swt.browser.Browser
Removes the listener from the collection of listeners who will be notified when a progress is made during the loading of the current URL or when the loading of the current URL has been completed.
removeRelation(int, Accessible) - Method in class org.eclipse.swt.accessibility.Accessible
Removes the relation with the specified type and target from the receiver's set of relations.
removeSegmentListener(SegmentListener) - Method in class org.eclipse.swt.widgets.Combo
Removes the listener from the collection of listeners who will be notified when the receiver's text is modified.
removeSegmentListener(SegmentListener) - Method in class org.eclipse.swt.widgets.Text
Removes the listener from the collection of listeners who will be notified when the receiver's text is modified.
removeSelection(AccessibleTextEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTextExtendedAdapter
Deselects a range of text.
removeSelection(AccessibleTextEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTextExtendedListener
Deselects a range of text.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.custom.CCombo
Removes the listener from the collection of listeners who will be notified when the user changes the receiver's selection.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.custom.CTabFolder
Removes the listener from the collection of listeners who will be notified when the user changes the receiver's selection.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.custom.StyledText
Removes the listener from the collection of listeners who will be notified when the user changes the receiver's selection.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.custom.TableCursor
Removes the listener from the collection of listeners who will be notified when the user changes the receiver's selection.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.custom.TreeCursor
Removes the listener from the collection of listeners who will be notified when the receiver's selection changes.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Button
Removes the listener from the collection of listeners who will be notified when the control is selected by the user.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Combo
Removes the listener from the collection of listeners who will be notified when the user changes the receiver's selection.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.CoolItem
Removes the listener from the collection of listeners that will be notified when the control is selected by the user.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.DateTime
Removes the listener from the collection of listeners who will be notified when the control is selected by the user.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Link
Removes the listener from the collection of listeners who will be notified when the control is selected by the user.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.List
Removes the listener from the collection of listeners who will be notified when the user changes the receiver's selection.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.MenuItem
Removes the listener from the collection of listeners who will be notified when the control is selected by the user.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Sash
Removes the listener from the collection of listeners who will be notified when the control is selected by the user.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Scale
Removes the listener from the collection of listeners who will be notified when the user changes the receiver's value.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.ScrollBar
Removes the listener from the collection of listeners who will be notified when the user changes the receiver's value.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Slider
Removes the listener from the collection of listeners who will be notified when the user changes the receiver's value.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Spinner
Removes the listener from the collection of listeners who will be notified when the control is selected by the user.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.TabFolder
Removes the listener from the collection of listeners who will be notified when the user changes the receiver's selection.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Table
Removes the listener from the collection of listeners who will be notified when the user changes the receiver's selection.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.TableColumn
Removes the listener from the collection of listeners who will be notified when the control is selected by the user.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Text
Removes the listener from the collection of listeners who will be notified when the control is selected by the user.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.ToolItem
Removes the listener from the collection of listeners who will be notified when the control is selected by the user.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.ToolTip
Removes the listener from the collection of listeners who will be notified when the receiver is selected by the user.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.TrayItem
Removes the listener from the collection of listeners who will be notified when the receiver is selected by the user.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Tree
Removes the listener from the collection of listeners who will be notified when the user changes the receiver's selection.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.TreeColumn
Removes the listener from the collection of listeners who will be notified when the control is selected by the user.
removeShellListener(ShellListener) - Method in class org.eclipse.swt.widgets.Shell
Removes the listener from the collection of listeners who will be notified when operations are performed on the receiver.
removeStatusTextListener(StatusTextListener) - Method in class org.eclipse.swt.browser.Browser
Removes the listener from the collection of listeners who will be notified when the status text is changed.
removeTextChangeListener(TextChangeListener) - Method in interface org.eclipse.swt.custom.StyledTextContent
Remove the specified text changed listener.
removeTitleListener(TitleListener) - Method in class org.eclipse.swt.browser.Browser
Removes the listener from the collection of listeners who will be notified when the title of the current document is available or has changed.
removeTouchListener(TouchListener) - Method in class org.eclipse.swt.widgets.Control
Removes the listener from the collection of listeners who will be notified when touch events occur.
removeTraverseListener(TraverseListener) - Method in class org.eclipse.swt.widgets.Control
Removes the listener from the collection of listeners who will be notified when traversal events occur.
removeTreeListener(TreeListener) - Method in class org.eclipse.swt.widgets.Tree
Removes the listener from the collection of listeners who will be notified when items in the receiver are expanded or collapsed.
removeVerifyKeyListener(VerifyKeyListener) - Method in class org.eclipse.swt.custom.StyledText
Removes the specified key verify listener.
removeVerifyListener(VerifyListener) - Method in class org.eclipse.swt.custom.CCombo
Removes the listener from the collection of listeners who will be notified when the control is verified.
removeVerifyListener(VerifyListener) - Method in class org.eclipse.swt.custom.StyledText
Removes the specified verify listener.
removeVerifyListener(VerifyListener) - Method in class org.eclipse.swt.widgets.Combo
Removes the listener from the collection of listeners who will be notified when the control is verified.
removeVerifyListener(VerifyListener) - Method in class org.eclipse.swt.widgets.Text
Removes the listener from the collection of listeners who will be notified when the control is verified.
removeVisibilityWindowListener(VisibilityWindowListener) - Method in class org.eclipse.swt.browser.Browser
Removes the listener from the collection of listeners who will be notified when a window hosting the receiver needs to be displayed or hidden.
removeWordMovementListener(MovementListener) - Method in class org.eclipse.swt.custom.StyledText
Removes the specified word movement listener.
render - Variable in class org.eclipse.swt.internal.gtk.GtkCellRendererClass
 
REORDER - Static variable in class org.eclipse.swt.internal.BidiUtil
 
repeatCount - Variable in class org.eclipse.swt.graphics.ImageLoader
the number of times to repeat the display of a sequence of animated images (this corresponds to the commonly-used GIF application extension for "NETSCAPE 2.0 01").
replaceCharCount - Variable in class org.eclipse.swt.custom.TextChangingEvent
Length of text that is going to be replaced
replacedText - Variable in class org.eclipse.swt.custom.ExtendedModifyEvent
replaced text or empty string if no text was replaced
replaceLineCount - Variable in class org.eclipse.swt.custom.TextChangingEvent
Number of lines that are going to be replaced
replaceStyleRanges(int, int, StyleRange[]) - Method in class org.eclipse.swt.custom.StyledText
Replaces the styles in the given range with new styles.
replaceText(AccessibleEditableTextEvent) - Method in class org.eclipse.swt.accessibility.AccessibleEditableTextAdapter
Replaces the substring beginning at the specified start offset and extending to the character at offset end - 1 by the specified string.
replaceText(AccessibleEditableTextEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleEditableTextListener
Replaces the substring beginning at the specified start offset and extending to the character at offset end - 1 by the specified string.
replaceTextRange(int, int, String) - Method in class org.eclipse.swt.custom.StyledText
Replaces the given text range with new text.
replaceTextRange(int, int, String) - Method in interface org.eclipse.swt.custom.StyledTextContent
Replace the text with "newText" starting at position "start" for a length of "replaceLength".
requestedHeight - Variable in class org.eclipse.swt.internal.SWTGeometry
 
requestedWidth - Variable in class org.eclipse.swt.internal.SWTGeometry
 
requestLayout() - Method in class org.eclipse.swt.widgets.Control
Requests that this control and all of its ancestors be repositioned by their layouts at the earliest opportunity.
requestLayout() - Method in class org.eclipse.swt.widgets.Shell
 
required - Variable in class org.eclipse.swt.browser.WindowEvent
Specifies whether the platform requires the user to provide a Browser to handle the new window.
reset() - Static method in class org.eclipse.swt.internal.Callback
Immediately wipes out all native level state associated with all callbacks.
resize - Static variable in class org.eclipse.swt.internal.gtk.OS
 
Resize - Static variable in class org.eclipse.swt.SWT
The resize event type (value is 11).
RESIZE - Static variable in class org.eclipse.swt.SWT
Style constant for resize box trim (value is 1<<4).
resizeToplevel - Variable in class org.eclipse.swt.internal.SWTGeometry
 
reskin(int) - Method in class org.eclipse.swt.custom.CTabFolder
 
reskin(int) - Method in class org.eclipse.swt.widgets.Widget
Marks the widget to be skinned.
resolveTextDirection(String) - Static method in class org.eclipse.swt.internal.BidiUtil
 
Resource - Class in org.eclipse.swt.graphics
This class is the abstract superclass of all graphics resource objects.
Resource() - Constructor for class org.eclipse.swt.graphics.Resource
 
response - Static variable in class org.eclipse.swt.internal.gtk.OS
 
restore(CTabFolderEvent) - Method in class org.eclipse.swt.custom.CTabFolder2Adapter
Sent when the user clicks on the restore button of a CTabFolder.
restore(CTabFolderEvent) - Method in interface org.eclipse.swt.custom.CTabFolder2Listener
Sent when the user clicks on the restore button of a CTabFolder.
restoreAdapter(Consumer<CTabFolderEvent>) - Static method in interface org.eclipse.swt.custom.CTabFolder2Listener
Static helper method to create a CTabFolder2Listener for the CTabFolder2Listener.restore(CTabFolderEvent e)) method, given a lambda expression or a method reference.
result - Variable in class org.eclipse.swt.accessibility.AccessibleActionEvent
The value of this field must be set in the accessible action listener method before returning.
result - Variable in class org.eclipse.swt.accessibility.AccessibleControlEvent
 
result - Variable in class org.eclipse.swt.accessibility.AccessibleEditableTextEvent
[out] Set this field to ACC.OK if the operation was completed successfully, and null otherwise.
result - Variable in class org.eclipse.swt.accessibility.AccessibleEvent
The value of this field must be set in the accessible listener method before returning.
result - Variable in class org.eclipse.swt.accessibility.AccessibleHyperlinkEvent
The value of this field must be set in the accessible hyperlink listener method before returning.
result - Variable in class org.eclipse.swt.accessibility.AccessibleTableEvent
The value of this field must be set in the accessible table listener method before returning.
result - Variable in class org.eclipse.swt.accessibility.AccessibleTextAttributeEvent
[out] Set this field to ACC.OK if the operation was completed successfully, and null otherwise.
result - Variable in class org.eclipse.swt.accessibility.AccessibleTextEvent
The value of this field must be set in the accessible text extended listener method before returning.
result - Variable in class org.eclipse.swt.dnd.TransferData
The result field contains the result of converting a java data type into a platform specific value.
RETRY - Static variable in class org.eclipse.swt.SWT
The MessageBox style constant for a RETRY button; valid combinations are ABORT|RETRY|IGNORE, RETRY|CANCEL (value is 1<<10).
RevertToParent - Static variable in class org.eclipse.swt.internal.gtk.OS
 
rgb - Variable in class org.eclipse.swt.graphics.RGBA
the RGB component of the RGBA
RGB - Class in org.eclipse.swt.graphics
Instances of this class are descriptions of colors in terms of the primary additive color model (red, green and blue).
RGB(float, float, float) - Constructor for class org.eclipse.swt.graphics.RGB
Constructs an instance of this class with the given hue, saturation, and brightness.
RGB(int, int, int) - Constructor for class org.eclipse.swt.graphics.RGB
Constructs an instance of this class with the given red, green and blue values.
RGB16 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
RGBA - Class in org.eclipse.swt.graphics
Instances of this class are descriptions of colors in terms of the primary additive color model (red, green, blue and alpha).
RGBA(float, float, float, float) - Constructor for class org.eclipse.swt.graphics.RGBA
Constructs an instance of this class with the given hue, saturation, and brightness.
RGBA(int, int, int, int) - Constructor for class org.eclipse.swt.graphics.RGBA
Constructs an instance of this class with the given red, green, blue and alpha values.
right - Variable in class org.eclipse.swt.internal.gtk.GtkBorder
 
right - Variable in class org.eclipse.swt.layout.FormData
right specifies the attachment of the right side of the control.
RIGHT - Static variable in class org.eclipse.swt.SWT
Style constant for align right behavior (value is 1<<17).
RIGHT_TO_LEFT - Static variable in class org.eclipse.swt.SWT
Style constant for right to left orientation (value is 1<<26).
rightMargin - Variable in class org.eclipse.swt.accessibility.AccessibleAttributeEvent
[out] the right margin in pixels
rise - Variable in class org.eclipse.swt.graphics.TextStyle
the baseline rise of the style.
ROLE_ALERT - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_ANIMATION - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_CALENDAR - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_CANVAS - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_CHECKBUTTON - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_CHECKMENUITEM - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_CLIENT_AREA - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_CLOCK - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_COLUMN - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_COMBOBOX - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_DATETIME - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_DIALOG - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_DOCUMENT - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_FOOTER - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_FORM - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_GRAPHIC - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_GROUP - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_HEADER - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_HEADING - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_LABEL - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_LINK - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_LIST - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_LISTITEM - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_MENU - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_MENUBAR - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_MENUITEM - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_PAGE - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_PARAGRAPH - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_PROGRESSBAR - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_PUSHBUTTON - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_RADIOBUTTON - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_RADIOMENUITEM - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_ROW - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_SCROLLBAR - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_SECTION - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_SEPARATOR - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_SLIDER - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_SPINBUTTON - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_SPLITBUTTON - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_STATUSBAR - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_TABFOLDER - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_TABITEM - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_TABLE - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_TABLECELL - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_TABLECOLUMN - Static variable in class org.eclipse.swt.accessibility.ACC
Deprecated.
use ROLE_TABLECOLUMNHEADER
ROLE_TABLECOLUMNHEADER - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_TABLEROWHEADER - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_TEXT - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_TOOLBAR - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_TOOLTIP - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_TREE - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_TREEITEM - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_WINDOW - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROMAN - Static variable in class org.eclipse.swt.SWT
Input Method Editor style constant for romanicized input behavior (value is 1<<5).
rotate(float) - Method in class org.eclipse.swt.graphics.Transform
Modifies the receiver so that it represents a transformation that is equivalent to its previous transformation rotated by the specified angle.
rotation - Variable in class org.eclipse.swt.events.GestureEvent
This field is valid when the detail field is set to GESTURE_ROTATE.
rotation - Variable in class org.eclipse.swt.widgets.Event
The number of degrees rotated on the track pad.
round(int, int) - Static method in class org.eclipse.swt.internal.Compatibility
Answers the result of rounding to the closest integer the number obtained by dividing the first argument p by the second argument q.
row - Variable in class org.eclipse.swt.accessibility.AccessibleTableEvent
 
row_activated - Static variable in class org.eclipse.swt.internal.gtk.OS
 
row_changed - Static variable in class org.eclipse.swt.internal.gtk.OS
 
row_deleted - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
row_deleted - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTableIface
 
row_has_child_toggled - Static variable in class org.eclipse.swt.internal.gtk.OS
 
row_inserted - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
row_inserted - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTableIface
 
row_reordered - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTableIface
 
RowData - Class in org.eclipse.swt.layout
Each control controlled by a RowLayout can have its initial width and height specified by setting a RowData object into the control.
RowData() - Constructor for class org.eclipse.swt.layout.RowData
Constructs a new instance of RowData using default values.
RowData(int, int) - Constructor for class org.eclipse.swt.layout.RowData
Constructs a new instance of RowData according to the parameters.
RowData(Point) - Constructor for class org.eclipse.swt.layout.RowData
Constructs a new instance of RowData according to the parameter.
RowLayout - Class in org.eclipse.swt.layout
Instances of this class determine the size and position of the children of a Composite by placing them either in horizontal rows or vertical columns within the parent Composite.
RowLayout() - Constructor for class org.eclipse.swt.layout.RowLayout
Constructs a new instance of this class with type HORIZONTAL.
RowLayout(int) - Constructor for class org.eclipse.swt.layout.RowLayout
Constructs a new instance of this class given the type.
RST0 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
RST1 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
RST2 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
RST3 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
RST4 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
RST5 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
RST6 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
RST7 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
RTFTransfer - Class in org.eclipse.swt.dnd
The class RTFTransfer provides a platform specific mechanism for converting text in RTF format represented as a java String to a platform specific representation of the data and vice versa.
run(Display, long, boolean) - Static method in class org.eclipse.swt.internal.SyncDialogUtil
A blocking call that waits for the handling of the signal before returning
runs - Variable in class org.eclipse.swt.internal.gtk.PangoLayoutLine
 
RUNTIME_ERROR_HANDLER - Static variable in class org.eclipse.swt.internal.DefaultExceptionHandler
 
RUNTIME_EXCEPTION_HANDLER - Static variable in class org.eclipse.swt.internal.DefaultExceptionHandler
 
RYTable - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 

S

sampleBuffers - Variable in class org.eclipse.swt.opengl.GLData
The number of multisample buffers used by this context.
samples - Variable in class org.eclipse.swt.opengl.GLData
The number of samples accepted in the multisample buffer.
Sash - Class in org.eclipse.swt.widgets
Instances of the receiver represent a selectable user interface object that allows the user to drag a rubber banded outline of the sash within the parent control.
Sash(Composite, int) - Constructor for class org.eclipse.swt.widgets.Sash
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
SASH_WIDTH - Variable in class org.eclipse.swt.custom.SashForm
The width of all sashes in the form.
SashForm - Class in org.eclipse.swt.custom
The SashForm is a composite control that lays out its children in a row or column arrangement (as specified by the orientation) and places a Sash between each child.
SashForm(Composite, int) - Constructor for class org.eclipse.swt.custom.SashForm
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
save(OutputStream, int) - Method in class org.eclipse.swt.graphics.ImageLoader
Saves the image data in this ImageLoader to the specified stream.
save(OutputStream, int, ImageLoader) - Static method in class org.eclipse.swt.internal.image.FileFormat
Write the device independent image array stored in the specified loader to the specified output stream using the specified file format.
save(String, int) - Method in class org.eclipse.swt.graphics.ImageLoader
Saves the image data in this ImageLoader to a file with the specified name.
SAVE - Static variable in class org.eclipse.swt.SWT
The FileDialog style constant for save file dialog behavior (value is 1<<13).
scale(float, float) - Method in class org.eclipse.swt.graphics.Transform
Modifies the receiver so that it represents a transformation that is equivalent to its previous transformation scaled by (scaleX, scaleY).
Scale - Class in org.eclipse.swt.widgets
Instances of the receiver represent a selectable user interface object that present a range of continuous numeric values.
Scale(Composite, int) - Constructor for class org.eclipse.swt.widgets.Scale
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
scale_changed - Static variable in class org.eclipse.swt.internal.gtk.OS
 
scaledTo(int, int) - Method in class org.eclipse.swt.graphics.ImageData
Returns a copy of the receiver which has been stretched or shrunk to the specified size.
scanlinePad - Variable in class org.eclipse.swt.graphics.ImageData
The scanline padding.
scope - Variable in class org.eclipse.swt.printing.PrinterData
the scope of the print job, expressed as one of the following values: ALL_PAGES Print all pages in the current document PAGE_RANGE Print the range of pages specified by startPage and endPage SELECTION Print the current selection
screen - Variable in class org.eclipse.swt.internal.opengl.glx.XVisualInfo
 
scroll - Static variable in class org.eclipse.swt.internal.gtk.OS
 
scroll(int, int, int, int, int, int, boolean) - Method in class org.eclipse.swt.custom.StyledText
 
scroll(int, int, int, int, int, int, boolean) - Method in class org.eclipse.swt.widgets.Canvas
Scrolls a rectangular area of the receiver by first copying the source area to the destination and then causing the area of the source which is not covered by the destination to be repainted.
scroll_child - Static variable in class org.eclipse.swt.internal.gtk.OS
 
scroll_event - Static variable in class org.eclipse.swt.internal.gtk.OS
 
SCROLL_LINE - Static variable in class org.eclipse.swt.SWT
Constants to indicate line scrolling (value is 1).
SCROLL_LOCK - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the scroll lock key (value is (1<<24)+84).
SCROLL_PAGE - Static variable in class org.eclipse.swt.SWT
Constants to indicate page scrolling (value is 2).
SCROLL_TYPE_ANYWHERE - Static variable in class org.eclipse.swt.accessibility.ACC
Scroll the object or substring such that as much as possible of the object or substring is within the top level window.
SCROLL_TYPE_BOTTOM_EDGE - Static variable in class org.eclipse.swt.accessibility.ACC
Scroll the bottom edge of the object or substring such that the bottom edge (and as much as possible of the rest of the object or substring) is within the top level window.
SCROLL_TYPE_BOTTOM_RIGHT - Static variable in class org.eclipse.swt.accessibility.ACC
Scroll the bottom right corner of the object or substring such that the bottom right corner (and as much as possible of the rest of the object or substring) is within the top level window.
SCROLL_TYPE_LEFT_EDGE - Static variable in class org.eclipse.swt.accessibility.ACC
Scroll the left edge of the object or substring such that the left edge (and as much as possible of the rest of the object or substring) is within the top level window.
SCROLL_TYPE_POINT - Static variable in class org.eclipse.swt.accessibility.ACC
Scroll the top left corner of the object or substring to the specified point.
SCROLL_TYPE_RIGHT_EDGE - Static variable in class org.eclipse.swt.accessibility.ACC
Scroll the right edge of the object or substring such that the right edge (and as much as possible of the rest of the object or substring) is within the top level window.
SCROLL_TYPE_TOP_EDGE - Static variable in class org.eclipse.swt.accessibility.ACC
Scroll the top edge of the object or substring such that the top edge (and as much as possible of the rest of the object or substring) is within the top level window.
SCROLL_TYPE_TOP_LEFT - Static variable in class org.eclipse.swt.accessibility.ACC
Scroll the top left corner of the object or substring such that the top left corner (and as much as possible of the rest of the object or substring) is within the top level window.
Scrollable - Class in org.eclipse.swt.widgets
This class is the abstract superclass of all classes which represent controls that have standard scroll bars.
Scrollable(Composite, int) - Constructor for class org.eclipse.swt.widgets.Scrollable
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
ScrollBar - Class in org.eclipse.swt.widgets
Instances of this class are selectable user interface objects that represent a range of positive, numeric values.
SCROLLBAR_OVERLAY - Static variable in class org.eclipse.swt.SWT
The Scrollable constant to indicate that the receiver is using overlay scrollbars.
scrollbar_spacing - Static variable in class org.eclipse.swt.internal.gtk.OS
 
ScrolledComposite - Class in org.eclipse.swt.custom
A ScrolledComposite provides scrollbars and will scroll its content when the user uses the scrollbars.
ScrolledComposite(Composite, int) - Constructor for class org.eclipse.swt.custom.ScrolledComposite
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
scrollText(AccessibleTextEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTextExtendedAdapter
Scrolls a specific part of a substring according to the scroll type.
scrollText(AccessibleTextEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTextExtendedListener
Scrolls a specific part of a substring according to the scroll type.
SEARCH - Static variable in class org.eclipse.swt.SWT
Style constant for search behavior (value is 1<<7).
SegmentEvent - Class in org.eclipse.swt.events
This event is sent to SegmentListeners when a text content is to be modified.
SegmentEvent(Event) - Constructor for class org.eclipse.swt.events.SegmentEvent
 
SegmentListener - Interface in org.eclipse.swt.events
This listener interface may be implemented in order to receive SegmentEvents.
segments - Variable in class org.eclipse.swt.events.SegmentEvent
Text ranges that should be treated as separate segments (e.g.
segments - Variable in class org.eclipse.swt.widgets.Event
Bidi segment offsets
Segments - Static variable in class org.eclipse.swt.SWT
The segments event type (value is 49).
segmentsChars - Variable in class org.eclipse.swt.events.SegmentEvent
Characters to be used in the segment boundaries (optional)
segmentsChars - Variable in class org.eclipse.swt.widgets.Event
Characters to be applied on the segment boundaries
select - Static variable in class org.eclipse.swt.internal.gtk.OS
 
select(int) - Method in class org.eclipse.swt.custom.CCombo
Selects the item at the given zero-relative index in the receiver's list.
select(int) - Method in class org.eclipse.swt.widgets.Combo
Selects the item at the given zero-relative index in the receiver's list.
select(int) - Method in class org.eclipse.swt.widgets.List
Selects the item at the given zero-relative index in the receiver's list.
select(int) - Method in class org.eclipse.swt.widgets.Table
Selects the item at the given zero-relative index in the receiver.
select(int[]) - Method in class org.eclipse.swt.widgets.List
Selects the items at the given zero-relative indices in the receiver.
select(int[]) - Method in class org.eclipse.swt.widgets.Table
Selects the items at the given zero-relative indices in the receiver.
select(int, int) - Method in class org.eclipse.swt.widgets.List
Selects the items in the range specified by the given zero-relative indices in the receiver.
select(int, int) - Method in class org.eclipse.swt.widgets.Table
Selects the items in the range specified by the given zero-relative indices in the receiver.
select(String) - Method in class org.eclipse.swt.custom.PopupList
Selects an item with text that starts with specified String.
select(TreeItem) - Method in class org.eclipse.swt.widgets.Tree
Selects an item in the receiver.
SELECT_ALL - Static variable in class org.eclipse.swt.custom.ST
 
select_all_selection - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkSelectionIface
 
SELECT_COLUMN_NEXT - Static variable in class org.eclipse.swt.custom.ST
 
SELECT_COLUMN_PREVIOUS - Static variable in class org.eclipse.swt.custom.ST
 
SELECT_LINE_DOWN - Static variable in class org.eclipse.swt.custom.ST
 
SELECT_LINE_END - Static variable in class org.eclipse.swt.custom.ST
 
SELECT_LINE_START - Static variable in class org.eclipse.swt.custom.ST
 
SELECT_LINE_UP - Static variable in class org.eclipse.swt.custom.ST
 
SELECT_PAGE_DOWN - Static variable in class org.eclipse.swt.custom.ST
 
SELECT_PAGE_UP - Static variable in class org.eclipse.swt.custom.ST
 
SELECT_TEXT_END - Static variable in class org.eclipse.swt.custom.ST
 
SELECT_TEXT_START - Static variable in class org.eclipse.swt.custom.ST
 
SELECT_WINDOW_END - Static variable in class org.eclipse.swt.custom.ST
 
SELECT_WINDOW_START - Static variable in class org.eclipse.swt.custom.ST
 
SELECT_WORD_NEXT - Static variable in class org.eclipse.swt.custom.ST
 
SELECT_WORD_PREVIOUS - Static variable in class org.eclipse.swt.custom.ST
 
selectAll() - Method in class org.eclipse.swt.custom.StyledText
Selects all the text.
selectAll() - Method in class org.eclipse.swt.widgets.List
Selects all of the items in the receiver.
selectAll() - Method in class org.eclipse.swt.widgets.Table
Selects all of the items in the receiver.
selectAll() - Method in class org.eclipse.swt.widgets.Text
Selects all the text in the receiver.
selectAll() - Method in class org.eclipse.swt.widgets.Tree
Selects all of the items in the receiver.
selectColumn(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Selects a column.
selectColumn(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Selects a column.
selected - Variable in class org.eclipse.swt.accessibility.AccessibleTableEvent
 
SELECTED - Static variable in class org.eclipse.swt.SWT
Event detail field that indicates a user-interface component state is selected (value is 1<<1).
selected_link - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
Selection - Static variable in class org.eclipse.swt.SWT
The selection event type (value is 13).
SELECTION - Static variable in class org.eclipse.swt.printing.PrinterData
scope field value indicating that the current selection should be printed
selection_changed - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
Signals
selection_changed - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkSelectionIface
 
SELECTION_CLIPBOARD - Static variable in class org.eclipse.swt.dnd.DND
The transfer mechanism for clients that use the selection mechanism (value is 2).
selection_done - Static variable in class org.eclipse.swt.internal.gtk.OS
 
SelectionAdapter - Class in org.eclipse.swt.events
This adapter class provides default implementations for the methods described by the SelectionListener interface.
SelectionAdapter() - Constructor for class org.eclipse.swt.events.SelectionAdapter
 
selectionChanged() - Method in class org.eclipse.swt.accessibility.Accessible
Sends a message to accessible clients that the child selection within a custom container control has changed.
SelectionEvent - Class in org.eclipse.swt.events
Instances of this class are sent as a result of widgets being selected.
SelectionEvent(Event) - Constructor for class org.eclipse.swt.events.SelectionEvent
Constructs a new instance of this class based on the information in the given untyped event.
SelectionListener - Interface in org.eclipse.swt.events
Classes which implement this interface provide methods that deal with the events that are generated when selection occurs in a control.
selectRow(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Selects a row.
selectRow(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Selects a row.
send_event - Variable in class org.eclipse.swt.internal.gtk.XAnyEvent
 
send_event - Variable in class org.eclipse.swt.internal.gtk3.GdkEventButton
 
send_event - Variable in class org.eclipse.swt.internal.gtk3.GdkEventCrossing
 
send_event - Variable in class org.eclipse.swt.internal.gtk3.GdkEventFocus
 
send_event - Variable in class org.eclipse.swt.internal.gtk3.GdkEventKey
 
send_event - Variable in class org.eclipse.swt.internal.gtk3.GdkEventMotion
 
send_event - Variable in class org.eclipse.swt.internal.gtk3.GdkEventWindowState
 
sendEvent(int, Object) - Method in class org.eclipse.swt.accessibility.Accessible
Sends a message with event-specific data to accessible clients indicating that something has changed within a custom control.
sendEvent(int, Object, int) - Method in class org.eclipse.swt.accessibility.Accessible
Sends a message with event-specific data and a childID to accessible clients, indicating that something has changed within a custom control.
sendPostExternalEventDispatchEvent() - Method in class org.eclipse.swt.widgets.Display
Sends a SWT.PostExternalEventDispatch event.
sendPreExternalEventDispatchEvent() - Method in class org.eclipse.swt.widgets.Display
Sends a SWT.PreExternalEventDispatch event.
SEPARATOR - Static variable in class org.eclipse.swt.custom.StyledTextPrintOptions
Separator constant for use in header and footer.
SEPARATOR - Static variable in class org.eclipse.swt.SWT
Style constant for line separator behavior (value is 1<<1).
SEPARATOR_FILL - Static variable in class org.eclipse.swt.SWT
Constant representing a flexible space separator in a ToolBar.
serial - Variable in class org.eclipse.swt.internal.gtk.XAnyEvent
 
SessionManagerDBus - Class in org.eclipse.swt.internal
Communicates with session manager to receive logoff/shutdown events.
SessionManagerDBus() - Constructor for class org.eclipse.swt.internal.SessionManagerDBus
 
SessionManagerDBus.IListener - Interface in org.eclipse.swt.internal
 
set_caption - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTableIface
 
set_caret_offset - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTextIface
 
set_column_description - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTableIface
 
set_column_header - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTableIface
 
set_current_value - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkValueIface
 
set_description - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkActionIface
 
set_description - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkObjectClass
 
set_extents - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkComponentIface
 
set_name - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkObjectClass
 
set_parent - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkObjectClass
 
set_position - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkComponentIface
 
set_property - Variable in class org.eclipse.swt.internal.gtk.GObjectClass
 
set_role - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkObjectClass
 
set_row_description - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTableIface
 
set_row_header - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTableIface
 
set_run_attributes - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkEditableTextIface
 
set_selection - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTextIface
 
set_size - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkComponentIface
 
set_summary - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTableIface
 
set_text_contents - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkEditableTextIface
 
setAccelerator(int) - Method in class org.eclipse.swt.widgets.MenuItem
Sets the widget accelerator.
setActive() - Method in class org.eclipse.swt.widgets.Shell
If the receiver is visible, moves it to the top of the drawing order for the display on which it was created (so that all other shells on that display, which are not the receiver's children will be drawn behind it) and asks the window manager to make the shell active
setAdvanced(boolean) - Method in class org.eclipse.swt.graphics.GC
Sets the receiver to always use the operating system's advanced graphics subsystem for all graphics operations if the argument is true.
setAlignment(int) - Method in class org.eclipse.swt.custom.CCombo
Set the horizontal alignment of the CCombo.
setAlignment(int) - Method in class org.eclipse.swt.custom.CLabel
Set the horizontal alignment of the CLabel.
setAlignment(int) - Method in class org.eclipse.swt.custom.StyledText
Sets the alignment of the widget.
setAlignment(int) - Method in class org.eclipse.swt.graphics.TextLayout
Sets the text alignment for the receiver.
setAlignment(int) - Method in class org.eclipse.swt.widgets.Button
Controls how text, images and arrows will be displayed in the receiver.
setAlignment(int) - Method in class org.eclipse.swt.widgets.Label
Controls how text and images will be displayed in the receiver.
setAlignment(int) - Method in class org.eclipse.swt.widgets.TableColumn
Controls how text and images will be displayed in the receiver.
setAlignment(int) - Method in class org.eclipse.swt.widgets.TreeColumn
Controls how text and images will be displayed in the receiver.
setAlpha(int) - Method in class org.eclipse.swt.graphics.GC
Sets the receiver's alpha value which must be between 0 (transparent) and 255 (opaque).
setAlpha(int) - Method in class org.eclipse.swt.widgets.Shell
Sets the receiver's alpha value which must be between 0 (transparent) and 255 (opaque).
setAlpha(int, int, int) - Method in class org.eclipse.swt.graphics.ImageData
Sets the alpha value at offset x in scanline y in the receiver's alpha data.
setAlphas(int, int, int, byte[], int) - Method in class org.eclipse.swt.graphics.ImageData
Sets the alpha values starting at offset x in scanline y in the receiver's alpha data to the values from the array alphas starting at startIndex.
setAlwaysShowScrollBars(boolean) - Method in class org.eclipse.swt.custom.ScrolledComposite
Set the Always Show Scrollbars flag.
setAlwaysShowScrollBars(boolean) - Method in class org.eclipse.swt.custom.StyledText
Set the Always Show Scrollbars flag.
setAntialias(int) - Method in class org.eclipse.swt.graphics.GC
Sets the receiver's anti-aliasing value to the parameter, which must be one of SWT.DEFAULT, SWT.OFF or SWT.ON.
setAppName(String) - Static method in class org.eclipse.swt.widgets.Display
Sets the application name to the argument.
setAppVersion(String) - Static method in class org.eclipse.swt.widgets.Display
Sets the application version to the argument.
setAscent(int) - Method in class org.eclipse.swt.graphics.TextLayout
Sets the ascent of the receiver.
setAutoHide(boolean) - Method in class org.eclipse.swt.widgets.ToolTip
Makes the receiver hide automatically when true, and remain visible when false.
setBackground(int, Color) - Method in class org.eclipse.swt.widgets.TableItem
Sets the background color at the given column index in the receiver to the color specified by the argument, or to the default system color for the item if the argument is null.
setBackground(int, Color) - Method in class org.eclipse.swt.widgets.TreeItem
Sets the background color at the given column index in the receiver to the color specified by the argument, or to the default system color for the item if the argument is null.
setBackground(Color) - Method in class org.eclipse.swt.custom.CCombo
 
setBackground(Color) - Method in class org.eclipse.swt.custom.CLabel
 
setBackground(Color) - Method in class org.eclipse.swt.custom.CTabFolder
 
setBackground(Color) - Method in class org.eclipse.swt.custom.SashForm
 
setBackground(Color) - Method in class org.eclipse.swt.custom.StyledText
 
setBackground(Color) - Method in class org.eclipse.swt.custom.TableCursor
Sets the receiver's background color to the color specified by the argument, or to the default system color for the control if the argument is null.
setBackground(Color) - Method in class org.eclipse.swt.custom.TreeCursor
Sets the receiver's background color to the color specified by the argument, or to the default system color for the control if the argument is null.
setBackground(Color) - Method in class org.eclipse.swt.graphics.GC
Sets the background color.
setBackground(Color) - Method in class org.eclipse.swt.graphics.Image
Sets the color to which to map the transparent pixel.
setBackground(Color) - Method in class org.eclipse.swt.widgets.Control
Sets the receiver's background color to the color specified by the argument, or to the default system color for the control if the argument is null.
setBackground(Color) - Method in class org.eclipse.swt.widgets.CoolBar
 
setBackground(Color) - Method in class org.eclipse.swt.widgets.DateTime
 
setBackground(Color) - Method in class org.eclipse.swt.widgets.TableItem
Sets the receiver's background color to the color specified by the argument, or to the default system color for the item if the argument is null.
setBackground(Color) - Method in class org.eclipse.swt.widgets.ToolItem
Sets the receiver's background color to the color specified by the argument, or to the default system color for the control if the argument is null.
setBackground(Color) - Method in class org.eclipse.swt.widgets.TreeItem
Sets the receiver's background color to the color specified by the argument, or to the default system color for the item if the argument is null.
setBackground(Color[], int[]) - Method in class org.eclipse.swt.custom.CLabel
Specify a gradient of colours to be drawn in the background of the CLabel.
setBackground(Color[], int[]) - Method in class org.eclipse.swt.custom.CTabFolder
Specify a gradient of colors to be drawn in the background of the unselected tabs.
setBackground(Color[], int[], boolean) - Method in class org.eclipse.swt.custom.CLabel
Specify a gradient of colours to be drawn in the background of the CLabel.
setBackground(Color[], int[], boolean) - Method in class org.eclipse.swt.custom.CTabFolder
Specify a gradient of colors to be drawn in the background of the unselected tab.
setBackground(Image) - Method in class org.eclipse.swt.custom.CLabel
Set the image to be drawn in the background of the label.
setBackgroundImage(Image) - Method in class org.eclipse.swt.custom.CTabFolder
 
setBackgroundImage(Image) - Method in class org.eclipse.swt.widgets.Control
Sets the receiver's background image to the image specified by the argument, or to the default system color for the control if the argument is null.
setBackgroundMode(int) - Method in class org.eclipse.swt.widgets.Composite
Sets the background drawing mode to the argument which should be one of the following constants defined in class SWT: INHERIT_NONE, INHERIT_DEFAULT, INHERIT_FORCE.
setBackgroundPattern(Pattern) - Method in class org.eclipse.swt.graphics.GC
Sets the background pattern.
setBidiColoring(boolean) - Method in class org.eclipse.swt.custom.StyledText
Deprecated.
use BidiSegmentListener instead.
setBlockSelection(boolean) - Method in class org.eclipse.swt.custom.StyledText
Sets the block selection mode.
setBlockSelectionBounds(int, int, int, int) - Method in class org.eclipse.swt.custom.StyledText
Sets the block selection bounds.
setBlockSelectionBounds(Rectangle) - Method in class org.eclipse.swt.custom.StyledText
Sets the block selection bounds.
setBorderVisible(boolean) - Method in class org.eclipse.swt.custom.CTabFolder
Toggle the visibility of the border
setBorderVisible(boolean) - Method in class org.eclipse.swt.custom.ViewForm
Specify whether the border should be displayed or not.
setBottom(Control) - Method in class org.eclipse.swt.custom.CBanner
Set the control that appears on the bottom side of the banner.
setBottomMargin(int) - Method in class org.eclipse.swt.custom.CLabel
Set the label's bottom margin, in points.
setBottomMargin(int) - Method in class org.eclipse.swt.custom.StyledText
Sets the bottom margin.
setBounds(int, int, int, int) - Method in class org.eclipse.swt.widgets.Caret
Sets the receiver's size and location to the rectangular area specified by the arguments.
setBounds(int, int, int, int) - Method in class org.eclipse.swt.widgets.Control
Sets the receiver's size and location in points to the rectangular area specified by the arguments.
setBounds(Rectangle) - Method in class org.eclipse.swt.widgets.Caret
Sets the receiver's size and location to the rectangular area specified by the argument.
setBounds(Rectangle) - Method in class org.eclipse.swt.widgets.Control
Sets the receiver's size and location in points to the rectangular area specified by the argument.
setBounds(Rectangle) - Method in class org.eclipse.swt.widgets.Event
Sets the bounds.
setCapture(boolean) - Method in class org.eclipse.swt.widgets.Control
If the argument is true, causes the receiver to have all mouse events delivered to it until the method is called with false as the argument.
setCaret(Caret) - Method in class org.eclipse.swt.custom.StyledText
Sets the receiver's caret.
setCaret(Caret) - Method in class org.eclipse.swt.widgets.Canvas
Sets the receiver's caret.
setCaretOffset(int) - Method in class org.eclipse.swt.custom.StyledText
Sets the caret offset.
setCaretOffset(AccessibleTextEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTextExtendedAdapter
Sets the position of the caret.
setCaretOffset(AccessibleTextEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTextExtendedListener
Sets the position of the caret.
setChecked(boolean) - Method in class org.eclipse.swt.widgets.TableItem
Sets the checked state of the checkbox for this item.
setChecked(boolean) - Method in class org.eclipse.swt.widgets.TreeItem
Sets the checked state of the receiver.
setClipping(int, int, int, int) - Method in class org.eclipse.swt.graphics.GC
Sets the area of the receiver which can be changed by drawing operations to the rectangular area specified by the arguments.
setClipping(Path) - Method in class org.eclipse.swt.graphics.GC
Sets the area of the receiver which can be changed by drawing operations to the path specified by the argument.
setClipping(Rectangle) - Method in class org.eclipse.swt.graphics.GC
Sets the area of the receiver which can be changed by drawing operations to the rectangular area specified by the argument.
setClipping(Region) - Method in class org.eclipse.swt.graphics.GC
Sets the area of the receiver which can be changed by drawing operations to the region specified by the argument.
setColumn(int) - Method in class org.eclipse.swt.custom.TableEditor
Sets the zero based index of the column of the cell being tracked by this editor.
setColumn(int) - Method in class org.eclipse.swt.custom.TreeEditor
Sets the zero based index of the column of the cell being tracked by this editor.
setColumnOrder(int[]) - Method in class org.eclipse.swt.widgets.Table
Sets the order that the items in the receiver should be displayed in to the given argument which is described in terms of the zero-relative ordering of when the items were added.
setColumnOrder(int[]) - Method in class org.eclipse.swt.widgets.Tree
Sets the order that the items in the receiver should be displayed in to the given argument which is described in terms of the zero-relative ordering of when the items were added.
setCompositionOffset(int) - Method in class org.eclipse.swt.widgets.IME
Sets the offset of the composition from the start of the document.
setContent(StyledTextContent) - Method in class org.eclipse.swt.custom.StyledText
Sets the content implementation to use for text storage.
setContent(Control) - Method in class org.eclipse.swt.custom.ScrolledComposite
Set the content that will be scrolled.
setContent(Control) - Method in class org.eclipse.swt.custom.ViewForm
Sets the content.
setContents(Object[], Transfer[]) - Method in class org.eclipse.swt.dnd.Clipboard
Place data of the specified type on the system clipboard.
setContents(Object[], Transfer[], int) - Method in class org.eclipse.swt.dnd.Clipboard
Place data of the specified type on the specified clipboard.
setControl(Control) - Method in class org.eclipse.swt.custom.CTabItem
Sets the control that is used to fill the client area of the tab folder when the user selects the tab item.
setControl(Control) - Method in class org.eclipse.swt.widgets.CoolItem
Sets the control that is associated with the receiver to the argument.
setControl(Control) - Method in class org.eclipse.swt.widgets.ExpandItem
Sets the control that is shown when the item is expanded.
setControl(Control) - Method in class org.eclipse.swt.widgets.TabItem
Sets the control that is used to fill the client area of the tab folder when the user selects the tab item.
setControl(Control) - Method in class org.eclipse.swt.widgets.ToolItem
Sets the control that is used to fill the bounds of the item when the item is a SEPARATOR.
setCookie(String, String) - Static method in class org.eclipse.swt.browser.Browser
Sets a cookie on a URL.
setCurrent() - Method in class org.eclipse.swt.opengl.GLCanvas
Sets the OpenGL context associated with this GLCanvas to be the current GL context.
setCurrentValue(AccessibleValueEvent) - Method in class org.eclipse.swt.accessibility.AccessibleValueAdapter
Sets the value of this object to the given number.
setCurrentValue(AccessibleValueEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleValueListener
Sets the value of this object to the given number.
setCursor(Cursor) - Method in class org.eclipse.swt.custom.StyledText
Sets the receiver's cursor to the cursor specified by the argument.
setCursor(Cursor) - Method in class org.eclipse.swt.widgets.Control
Sets the receiver's cursor to the cursor specified by the argument, or to the default cursor for that kind of control if the argument is null.
setCursor(Cursor) - Method in class org.eclipse.swt.widgets.CoolBar
 
setCursor(Cursor) - Method in class org.eclipse.swt.widgets.Tracker
Sets the Cursor of the Tracker.
setCursorLocation(int, int) - Method in class org.eclipse.swt.widgets.Display
Sets the location of the on-screen pointer relative to the top left corner of the screen.
setCursorLocation(Point) - Method in class org.eclipse.swt.widgets.Display
Sets the location of the on-screen pointer relative to the top left corner of the screen.
setDarkThemePreferred(boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
Hint GTK 3 to natively prefer a dark or light theme.
setData(Object) - Method in class org.eclipse.swt.widgets.Display
Sets the application defined, display specific data associated with the receiver, to the argument.
setData(Object) - Method in class org.eclipse.swt.widgets.Widget
Sets the application defined widget data associated with the receiver to be the argument.
setData(String, Object) - Method in class org.eclipse.swt.widgets.Display
Sets the application defined property of the receiver with the specified name to the given argument.
setData(String, Object) - Method in class org.eclipse.swt.widgets.Widget
Sets the application defined property of the receiver with the specified name to the given value.
SetData - Static variable in class org.eclipse.swt.SWT
The set data event type (value is 36).
setDate(int, int, int) - Method in class org.eclipse.swt.widgets.DateTime
Sets the receiver's year, month, and day in a single operation.
setDay(int) - Method in class org.eclipse.swt.widgets.DateTime
Sets the receiver's date, or day of the month, to the specified day.
setDefaultButton(Button) - Method in class org.eclipse.swt.widgets.Decorations
If the argument is not null, sets the receiver's default button to the argument, and if the argument is null, sets the receiver's default button to the first button which was set as the receiver's default button (called the saved default button).
setDefaultItem(MenuItem) - Method in class org.eclipse.swt.widgets.Menu
Sets the default menu item to the argument or removes the default emphasis when the argument is null.
setDefaultTabWidth(int) - Method in class org.eclipse.swt.graphics.TextLayout
Sets Default Tab Width in terms if number of space characters.
setDescent(int) - Method in class org.eclipse.swt.graphics.TextLayout
Sets the descent of the receiver.
setDeviceZoom(int) - Static method in class org.eclipse.swt.internal.DPIUtil
 
setDigits(int) - Method in class org.eclipse.swt.widgets.Spinner
Sets the number of decimal places used by the receiver.
setDisabledImage(Image) - Method in class org.eclipse.swt.custom.CTabItem
Deprecated.
This image is not used
setDisabledImage(Image) - Method in class org.eclipse.swt.widgets.ToolItem
Sets the receiver's disabled image to the argument, which may be null indicating that no disabled image should be displayed.
setDoubleClickEnabled(boolean) - Method in class org.eclipse.swt.custom.StyledText
Sets whether the widget implements double click mouse behavior.
setDoubleClickEnabled(boolean) - Method in class org.eclipse.swt.widgets.Text
Sets the double click enabled flag.
setDragDetect(boolean) - Method in class org.eclipse.swt.custom.StyledText
 
setDragDetect(boolean) - Method in class org.eclipse.swt.widgets.Control
Sets the receiver's drag detect state.
setDragSourceEffect(DragSourceEffect) - Method in class org.eclipse.swt.dnd.DragSource
Specifies the drag effect for this DragSource.
setDropTargetEffect(DropTargetEffect) - Method in class org.eclipse.swt.dnd.DropTarget
Specifies the drop effect for this DropTarget.
setEchoChar(char) - Method in class org.eclipse.swt.widgets.Text
Sets the echo character.
setEditable(boolean) - Method in class org.eclipse.swt.custom.CCombo
Sets the editable state.
setEditable(boolean) - Method in class org.eclipse.swt.custom.StyledText
Sets whether the widget content can be edited.
setEditable(boolean) - Method in class org.eclipse.swt.widgets.Text
Sets the editable state.
setEditor(Control) - Method in class org.eclipse.swt.custom.ControlEditor
Specify the Control that is to be displayed.
setEditor(Control) - Method in class org.eclipse.swt.custom.TableEditor
 
setEditor(Control) - Method in class org.eclipse.swt.custom.TreeEditor
 
setEditor(Control, TableItem, int) - Method in class org.eclipse.swt.custom.TableEditor
Specify the Control that is to be displayed and the cell in the table that it is to be positioned above.
setEditor(Control, TreeItem) - Method in class org.eclipse.swt.custom.TreeEditor
Specify the Control that is to be displayed and the cell in the tree that it is to be positioned above.
setEditor(Control, TreeItem, int) - Method in class org.eclipse.swt.custom.TreeEditor
Specify the Control that is to be displayed and the cell in the tree that it is to be positioned above.
setEffectsVisible(boolean) - Method in class org.eclipse.swt.widgets.FontDialog
Sets the effects selection controls in the dialog visible if the argument is true, and invisible otherwise.
setElements(float, float, float, float, float, float) - Method in class org.eclipse.swt.graphics.Transform
Modifies the receiver to represent a new transformation given all of the elements that represent the matrix that describes that transformation.
setEnabled(boolean) - Method in class org.eclipse.swt.custom.CCombo
 
setEnabled(boolean) - Method in class org.eclipse.swt.custom.StyledText
 
setEnabled(boolean) - Static method in class org.eclipse.swt.internal.Callback
Indicates whether or not callbacks which are triggered at the native level should cause the messages described by the matching Callback objects to be invoked.
setEnabled(boolean) - Method in class org.eclipse.swt.widgets.Button
Enables the receiver if the argument is true, and disables it otherwise.
setEnabled(boolean) - Method in class org.eclipse.swt.widgets.Control
Enables the receiver if the argument is true, and disables it otherwise.
setEnabled(boolean) - Method in class org.eclipse.swt.widgets.DateTime
 
setEnabled(boolean) - Method in class org.eclipse.swt.widgets.Menu
Enables the receiver if the argument is true, and disables it otherwise.
setEnabled(boolean) - Method in class org.eclipse.swt.widgets.MenuItem
Enables the receiver if the argument is true, and disables it otherwise.
setEnabled(boolean) - Method in class org.eclipse.swt.widgets.ScrollBar
Enables the receiver if the argument is true, and disables it otherwise.
setEnabled(boolean) - Method in class org.eclipse.swt.widgets.Shell
 
setEnabled(boolean) - Method in class org.eclipse.swt.widgets.ToolItem
Enables the receiver if the argument is true, and disables it otherwise.
setEndPage(int) - Method in class org.eclipse.swt.printing.PrintDialog
Sets the end page that the user will see when the dialog is opened.
setenv(byte[], byte[], int) - Static method in class org.eclipse.swt.internal.C
 
setErrorHandler(Consumer<Error>) - Method in class org.eclipse.swt.widgets.Display
Sets a callback that will be invoked whenever an error is thrown by a listener or external callback function.
setExpanded(boolean) - Method in class org.eclipse.swt.widgets.ExpandItem
Sets the expanded state of the receiver.
setExpanded(boolean) - Method in class org.eclipse.swt.widgets.TreeItem
Sets the expanded state of the receiver.
setExpandHorizontal(boolean) - Method in class org.eclipse.swt.custom.ScrolledComposite
Configure the ScrolledComposite to resize the content object to be as wide as the ScrolledComposite when the width of the ScrolledComposite is greater than the minimum width specified in setMinWidth.
setExpandVertical(boolean) - Method in class org.eclipse.swt.custom.ScrolledComposite
Configure the ScrolledComposite to resize the content object to be as tall as the ScrolledComposite when the height of the ScrolledComposite is greater than the minimum height specified in setMinHeight.
setFileName(String) - Method in class org.eclipse.swt.widgets.FileDialog
Set the initial filename which the dialog will select by default when opened to the argument, which may be null.
setFillRule(int) - Method in class org.eclipse.swt.graphics.GC
Sets the receiver's fill rule to the parameter, which must be one of SWT.FILL_EVEN_ODD or SWT.FILL_WINDING.
setFilterExtensions(String[]) - Method in class org.eclipse.swt.widgets.FileDialog
Set the file extensions which the dialog will use to filter the files it shows to the argument, which may be null.
setFilterIndex(int) - Method in class org.eclipse.swt.widgets.FileDialog
Set the 0-based index of the file extension filter which the dialog will use initially to filter the files it shows to the argument.
setFilterNames(String[]) - Method in class org.eclipse.swt.widgets.FileDialog
Sets the names that describe the filter extensions which the dialog will use to filter the files it shows to the argument, which may be null.
setFilterPath(String) - Method in class org.eclipse.swt.widgets.DirectoryDialog
Sets the path that the dialog will use to filter the directories it shows to the argument, which may be null.
setFilterPath(String) - Method in class org.eclipse.swt.widgets.FileDialog
Sets the directory path that the dialog will use to the argument, which may be null.
setFocus() - Method in class org.eclipse.swt.custom.CCombo
 
setFocus() - Method in class org.eclipse.swt.custom.CTabFolder
 
setFocus() - Method in class org.eclipse.swt.custom.StyledText
 
setFocus() - Method in class org.eclipse.swt.widgets.Composite
 
setFocus() - Method in class org.eclipse.swt.widgets.Control
Causes the receiver to have the keyboard focus, such that all keyboard events will be delivered to it.
setFocus(int) - Method in class org.eclipse.swt.accessibility.Accessible
Sends a message to accessible clients indicating that the focus has changed within a custom control.
setFont(int, Font) - Method in class org.eclipse.swt.widgets.TableItem
Sets the font that the receiver will use to paint textual information for the specified cell in this item to the font specified by the argument, or to the default font for that kind of control if the argument is null.
setFont(int, Font) - Method in class org.eclipse.swt.widgets.TreeItem
Sets the font that the receiver will use to paint textual information for the specified cell in this item to the font specified by the argument, or to the default font for that kind of control if the argument is null.
setFont(Font) - Method in class org.eclipse.swt.custom.CCombo
 
setFont(Font) - Method in class org.eclipse.swt.custom.CLabel
 
setFont(Font) - Method in class org.eclipse.swt.custom.CTabFolder
 
setFont(Font) - Method in class org.eclipse.swt.custom.CTabItem
Sets the font that the receiver will use to paint textual information for this item to the font specified by the argument, or to the default font for that kind of control if the argument is null.
setFont(Font) - Method in class org.eclipse.swt.custom.PopupList
Sets the widget font.
setFont(Font) - Method in class org.eclipse.swt.custom.StyledText
Sets a new font to render text with.
setFont(Font) - Method in class org.eclipse.swt.graphics.GC
Sets the font which will be used by the receiver to draw and measure text to the argument.
setFont(Font) - Method in class org.eclipse.swt.graphics.TextLayout
Sets the default font which will be used by the receiver to draw and measure text.
setFont(Font) - Method in class org.eclipse.swt.widgets.Canvas
 
setFont(Font) - Method in class org.eclipse.swt.widgets.Caret
Sets the font that the receiver will use to paint textual information to the font specified by the argument, or to the default font for that kind of control if the argument is null.
setFont(Font) - Method in class org.eclipse.swt.widgets.Control
Sets the font that the receiver will use to paint textual information to the font specified by the argument, or to the default font for that kind of control if the argument is null.
setFont(Font) - Method in class org.eclipse.swt.widgets.DateTime
 
setFont(Font) - Method in class org.eclipse.swt.widgets.TableItem
Sets the font that the receiver will use to paint textual information for this item to the font specified by the argument, or to the default font for that kind of control if the argument is null.
setFont(Font) - Method in class org.eclipse.swt.widgets.TreeItem
Sets the font that the receiver will use to paint textual information for this item to the font specified by the argument, or to the default font for that kind of control if the argument is null.
setFontData(FontData) - Method in class org.eclipse.swt.widgets.FontDialog
Deprecated.
use #setFontList (FontData [])
setFontList(FontData[]) - Method in class org.eclipse.swt.widgets.FontDialog
Sets the set of FontData objects describing the font to be selected by default in the dialog, or null to let the platform choose one.
setForeground(int, Color) - Method in class org.eclipse.swt.widgets.TableItem
Sets the foreground color at the given column index in the receiver to the color specified by the argument, or to the default system color for the item if the argument is null.
setForeground(int, Color) - Method in class org.eclipse.swt.widgets.TreeItem
Sets the foreground color at the given column index in the receiver to the color specified by the argument, or to the default system color for the item if the argument is null.
setForeground(Color) - Method in class org.eclipse.swt.custom.CCombo
 
setForeground(Color) - Method in class org.eclipse.swt.custom.CTabFolder
 
setForeground(Color) - Method in class org.eclipse.swt.custom.CTabItem
Sets the foreground color that the receiver will use to paint textual information for this item to the color specified by the argument, or to the default foreground color for that kind of control if the argument is null.
setForeground(Color) - Method in class org.eclipse.swt.custom.SashForm
 
setForeground(Color) - Method in class org.eclipse.swt.custom.StyledText
 
setForeground(Color) - Method in class org.eclipse.swt.custom.TableCursor
Sets the receiver's foreground color to the color specified by the argument, or to the default system color for the control if the argument is null.
setForeground(Color) - Method in class org.eclipse.swt.custom.TreeCursor
Sets the receiver's foreground color to the color specified by the argument, or to the default system color for the control if the argument is null.
setForeground(Color) - Method in class org.eclipse.swt.graphics.GC
Sets the foreground color.
setForeground(Color) - Method in class org.eclipse.swt.widgets.Control
Sets the receiver's foreground color to the color specified by the argument, or to the default system color for the control if the argument is null.
setForeground(Color) - Method in class org.eclipse.swt.widgets.DateTime
 
setForeground(Color) - Method in class org.eclipse.swt.widgets.TableItem
Sets the receiver's foreground color to the color specified by the argument, or to the default system color for the item if the argument is null.
setForeground(Color) - Method in class org.eclipse.swt.widgets.ToolItem
Sets the receiver's foreground color to the color specified by the argument, or to the default system color for the control if the argument is null.
setForeground(Color) - Method in class org.eclipse.swt.widgets.TreeItem
Sets the receiver's foreground color to the color specified by the argument, or to the default system color for the item if the argument is null.
setForegroundPattern(Pattern) - Method in class org.eclipse.swt.graphics.GC
Sets the foreground pattern.
setFullScreen(boolean) - Method in class org.eclipse.swt.widgets.Shell
Sets the full screen state of the receiver.
setGrayed(boolean) - Method in class org.eclipse.swt.widgets.Button
Sets the grayed state of the receiver.
setGrayed(boolean) - Method in class org.eclipse.swt.widgets.TableItem
Sets the grayed state of the checkbox for this item.
setGrayed(boolean) - Method in class org.eclipse.swt.widgets.TreeItem
Sets the grayed state of the checkbox for this item.
setHeaderBackground(Color) - Method in class org.eclipse.swt.widgets.Table
Sets the header background color to the color specified by the argument, or to the default system color if the argument is null.
setHeaderBackground(Color) - Method in class org.eclipse.swt.widgets.Tree
Sets the header background color to the color specified by the argument, or to the default system color if the argument is null.
setHeaderForeground(Color) - Method in class org.eclipse.swt.widgets.Table
Sets the header foreground color to the color specified by the argument, or to the default system color if the argument is null.
setHeaderForeground(Color) - Method in class org.eclipse.swt.widgets.Tree
Sets the header foreground color to the color specified by the argument, or to the default system color if the argument is null.
setHeaderVisible(boolean) - Method in class org.eclipse.swt.widgets.Table
Marks the receiver's header as visible if the argument is true, and marks it invisible otherwise.
setHeaderVisible(boolean) - Method in class org.eclipse.swt.widgets.Tree
Marks the receiver's header as visible if the argument is true, and marks it invisible otherwise.
setHeight(int) - Method in class org.eclipse.swt.graphics.FontData
Sets the height of the receiver.
setHeight(int) - Method in class org.eclipse.swt.widgets.ExpandItem
Sets the height of the receiver.
setHighlightEnabled(boolean) - Method in class org.eclipse.swt.custom.CTabFolder
Sets whether the selected tab is rendered as highlighted.
setHighlightImage(Image) - Method in class org.eclipse.swt.widgets.TrayItem
Sets the receiver's highlight image.
setHorizontalIndex(int) - Method in class org.eclipse.swt.custom.StyledText
Sets the horizontal scroll offset relative to the start of the line.
setHorizontalPixel(int) - Method in class org.eclipse.swt.custom.StyledText
Sets the horizontal SWT logical point offset relative to the start of the line.
setHotImage(Image) - Method in class org.eclipse.swt.widgets.ToolItem
Sets the receiver's hot image to the argument, which may be null indicating that no hot image should be displayed.
setHours(int) - Method in class org.eclipse.swt.widgets.DateTime
Sets the receiver's hours.
setID(int) - Method in class org.eclipse.swt.widgets.MenuItem
Sets the identifier associated with the receiver to the argument.
setImage(int, Image) - Method in class org.eclipse.swt.widgets.TableItem
Sets the receiver's image at a column.
setImage(int, Image) - Method in class org.eclipse.swt.widgets.TreeItem
Sets the receiver's image at a column.
setImage(Image) - Method in class org.eclipse.swt.custom.CLabel
Set the label's Image.
setImage(Image) - Method in class org.eclipse.swt.custom.CTabItem
 
setImage(Image) - Method in class org.eclipse.swt.widgets.Button
Sets the receiver's image to the argument, which may be null indicating that no image should be displayed.
setImage(Image) - Method in class org.eclipse.swt.widgets.Caret
Sets the image that the receiver will use to paint the caret to the image specified by the argument, or to the default which is a filled rectangle if the argument is null
setImage(Image) - Method in class org.eclipse.swt.widgets.Decorations
Sets the receiver's image to the argument, which may be null.
setImage(Image) - Method in class org.eclipse.swt.widgets.ExpandItem
 
setImage(Image) - Method in class org.eclipse.swt.widgets.Item
Sets the receiver's image to the argument, which may be null indicating that no image should be displayed.
setImage(Image) - Method in class org.eclipse.swt.widgets.Label
Sets the receiver's image to the argument, which may be null indicating that no image should be displayed.
setImage(Image) - Method in class org.eclipse.swt.widgets.MenuItem
Sets the receiver's image to the argument, which may be null indicating that no image should be displayed.
setImage(Image) - Method in class org.eclipse.swt.widgets.TabItem
 
setImage(Image) - Method in class org.eclipse.swt.widgets.TableColumn
 
setImage(Image) - Method in class org.eclipse.swt.widgets.TableItem
 
setImage(Image) - Method in class org.eclipse.swt.widgets.ToolItem
 
setImage(Image) - Method in class org.eclipse.swt.widgets.TrayItem
Sets the receiver's image.
setImage(Image) - Method in class org.eclipse.swt.widgets.TreeColumn
 
setImage(Image) - Method in class org.eclipse.swt.widgets.TreeItem
 
setImage(Image[]) - Method in class org.eclipse.swt.widgets.TableItem
Sets the image for multiple columns in the table.
setImage(Image[]) - Method in class org.eclipse.swt.widgets.TreeItem
Sets the image for multiple columns in the tree.
setImageIndent(int) - Method in class org.eclipse.swt.widgets.TableItem
Deprecated.
this functionality is not supported on most platforms
setImages(Image[]) - Method in class org.eclipse.swt.widgets.Decorations
Sets the receiver's images to the argument, which may be an empty array.
setIME(IME) - Method in class org.eclipse.swt.widgets.Canvas
Sets the receiver's IME.
setImeInputMode(int) - Method in class org.eclipse.swt.widgets.Shell
Sets the input method editor mode to the argument which should be the result of bitwise OR'ing together one or more of the following constants defined in class SWT: NONE, ROMAN, DBCS, PHONETIC, NATIVE, ALPHA.
setIncrement(int) - Method in class org.eclipse.swt.widgets.Scale
Sets the amount that the receiver's value will be modified by when the up/down (or right/left) arrows are pressed to the argument, which must be at least one.
setIncrement(int) - Method in class org.eclipse.swt.widgets.ScrollBar
Sets the amount that the receiver's value will be modified by when the up/down (or right/left) arrows are pressed to the argument, which must be at least one.
setIncrement(int) - Method in class org.eclipse.swt.widgets.Slider
Sets the amount that the receiver's value will be modified by when the up/down (or right/left) arrows are pressed to the argument, which must be at least one.
setIncrement(int) - Method in class org.eclipse.swt.widgets.Spinner
Sets the amount that the receiver's value will be modified by when the up/down arrows are pressed to the argument, which must be at least one.
setIndent(int) - Method in class org.eclipse.swt.custom.StyledText
Sets the line indentation of the widget.
setIndent(int) - Method in class org.eclipse.swt.graphics.TextLayout
Sets the indent of the receiver.
setInsertMark(int, boolean) - Method in class org.eclipse.swt.custom.CTabFolder
Display an insert marker before or after the specified tab item.
setInsertMark(CTabItem, boolean) - Method in class org.eclipse.swt.custom.CTabFolder
Display an insert marker before or after the specified tab item.
setInsertMark(TreeItem, boolean) - Method in class org.eclipse.swt.widgets.Tree
Display a mark indicating the point at which an item will be inserted.
setInterpolation(int) - Method in class org.eclipse.swt.graphics.GC
Sets the receiver's interpolation setting to the parameter, which must be one of SWT.DEFAULT, SWT.NONE, SWT.LOW or SWT.HIGH.
setItem(int, String) - Method in class org.eclipse.swt.custom.CCombo
Sets the text of the item in the receiver's list at the given zero-relative index to the string argument.
setItem(int, String) - Method in class org.eclipse.swt.widgets.Combo
Sets the text of the item in the receiver's list at the given zero-relative index to the string argument.
setItem(int, String) - Method in class org.eclipse.swt.widgets.List
Sets the text of the item in the receiver's list at the given zero-relative index to the string argument.
setItem(TableItem) - Method in class org.eclipse.swt.custom.TableEditor
Specifies the TableItem that is to be edited.
setItem(TreeItem) - Method in class org.eclipse.swt.custom.TreeEditor
Specifies the TreeItem that is to be edited.
setItemCount(int) - Method in class org.eclipse.swt.widgets.Table
Sets the number of items contained in the receiver.
setItemCount(int) - Method in class org.eclipse.swt.widgets.Tree
Sets the number of root-level items contained in the receiver.
setItemCount(int) - Method in class org.eclipse.swt.widgets.TreeItem
Sets the number of child items contained in the receiver.
setItemLayout(int[], int[], Point[]) - Method in class org.eclipse.swt.widgets.CoolBar
Sets the receiver's item order, wrap indices, and item sizes all at once.
setItems(String[]) - Method in class org.eclipse.swt.custom.CCombo
Sets the receiver's list to be the given array of items.
setItems(String[]) - Method in class org.eclipse.swt.custom.PopupList
Sets all items.
setItems(String...) - Method in class org.eclipse.swt.widgets.Combo
Sets the receiver's list to be the given array of items.
setItems(String...) - Method in class org.eclipse.swt.widgets.List
Sets the receiver's items to be the given array of items.
setJavascriptEnabled(boolean) - Method in class org.eclipse.swt.browser.Browser
Sets whether javascript will be allowed to run in pages subsequently viewed in the receiver.
setJustify(boolean) - Method in class org.eclipse.swt.custom.StyledText
Sets whether the widget should justify lines.
setJustify(boolean) - Method in class org.eclipse.swt.graphics.TextLayout
Sets the justification of the receiver.
setKeyBinding(int, int) - Method in class org.eclipse.swt.custom.StyledText
Maps a key to an action.
setKeyboardLanguage(int) - Static method in class org.eclipse.swt.internal.BidiUtil
 
setLayout(Layout) - Method in class org.eclipse.swt.custom.CBanner
Sets the layout which is associated with the receiver to be the argument which may be null.
setLayout(Layout) - Method in class org.eclipse.swt.custom.CCombo
Sets the layout which is associated with the receiver to be the argument which may be null.
setLayout(Layout) - Method in class org.eclipse.swt.custom.CTabFolder
Sets the layout which is associated with the receiver to be the argument which may be null.
setLayout(Layout) - Method in class org.eclipse.swt.custom.SashForm
Sets the layout which is associated with the receiver to be the argument which may be null.
setLayout(Layout) - Method in class org.eclipse.swt.custom.ScrolledComposite
Sets the layout which is associated with the receiver to be the argument which may be null.
setLayout(Layout) - Method in class org.eclipse.swt.custom.ViewForm
Sets the layout which is associated with the receiver to be the argument which may be null.
setLayout(Layout) - Method in class org.eclipse.swt.widgets.Composite
Sets the layout which is associated with the receiver to be the argument which may be null.
setLayoutData(Object) - Method in class org.eclipse.swt.widgets.Control
Sets the layout data associated with the receiver to the argument.
setLayoutDeferred(boolean) - Method in class org.eclipse.swt.widgets.Composite
If the argument is true, causes subsequent layout operations in the receiver or any of its children to be ignored.
setLeft(Control) - Method in class org.eclipse.swt.custom.CBanner
Set the control that appears on the left side of the banner.
setLeftMargin(int) - Method in class org.eclipse.swt.custom.CLabel
Set the label's horizontal left margin, in points.
setLeftMargin(int) - Method in class org.eclipse.swt.custom.StyledText
Sets the left margin.
setLineAlignment(int, int, int) - Method in class org.eclipse.swt.custom.StyledText
Sets the alignment of the specified lines.
setLineAttributes(LineAttributes) - Method in class org.eclipse.swt.graphics.GC
Sets the receiver's line attributes.
setLineBackground(int, int, Color) - Method in class org.eclipse.swt.custom.StyledText
Sets the background color of the specified lines.
setLineBullet(int, int, Bullet) - Method in class org.eclipse.swt.custom.StyledText
Sets the bullet of the specified lines.
setLineCap(int) - Method in class org.eclipse.swt.graphics.GC
Sets the receiver's line cap style to the argument, which must be one of the constants SWT.CAP_FLAT, SWT.CAP_ROUND, or SWT.CAP_SQUARE.
setLineDash(int[]) - Method in class org.eclipse.swt.graphics.GC
Sets the receiver's line dash style to the argument.
setLineIndent(int, int, int) - Method in class org.eclipse.swt.custom.StyledText
Sets the indent of the specified lines.
setLineJoin(int) - Method in class org.eclipse.swt.graphics.GC
Sets the receiver's line join style to the argument, which must be one of the constants SWT.JOIN_MITER, SWT.JOIN_ROUND, or SWT.JOIN_BEVEL.
setLineJustify(int, int, boolean) - Method in class org.eclipse.swt.custom.StyledText
Sets the justify of the specified lines.
setLineSpacing(int) - Method in class org.eclipse.swt.custom.StyledText
Sets the line spacing of the widget.
setLineSpacingProvider(StyledTextLineSpacingProvider) - Method in class org.eclipse.swt.custom.StyledText
Sets the line spacing provider of the widget.
setLineStyle(int) - Method in class org.eclipse.swt.graphics.GC
Sets the receiver's line style to the argument, which must be one of the constants SWT.LINE_SOLID, SWT.LINE_DASH, SWT.LINE_DOT, SWT.LINE_DASHDOT or SWT.LINE_DASHDOTDOT.
setLinesVisible(boolean) - Method in class org.eclipse.swt.widgets.Table
Marks the receiver's lines as visible if the argument is true, and marks it invisible otherwise.
setLinesVisible(boolean) - Method in class org.eclipse.swt.widgets.Tree
Marks the receiver's lines as visible if the argument is true, and marks it invisible otherwise.
setLineTabStops(int, int, int[]) - Method in class org.eclipse.swt.custom.StyledText
Sets the tab stops of the specified lines.
setLineVerticalIndent(int, int) - Method in class org.eclipse.swt.custom.StyledText
Sets the vertical indent of the specified lines.
setLineWidth(int) - Method in class org.eclipse.swt.graphics.GC
Sets the width that will be used when drawing lines for all of the figure drawing operations (that is, drawLine, drawRectangle, drawPolyline, and so forth.
setLineWrapIndent(int, int, int) - Method in class org.eclipse.swt.custom.StyledText
Sets the wrap indent of the specified lines.
setLinkForeground(Color) - Method in class org.eclipse.swt.widgets.Link
Sets the link foreground color to the color specified by the argument, or to the default system color for the link if the argument is null.
setListVisible(boolean) - Method in class org.eclipse.swt.custom.CCombo
Marks the receiver's list as visible if the argument is true, and marks it invisible otherwise.
setListVisible(boolean) - Method in class org.eclipse.swt.widgets.Combo
Marks the receiver's list as visible if the argument is true, and marks it invisible otherwise.
setLocale(String) - Method in class org.eclipse.swt.graphics.FontData
Sets the locale of the receiver.
setLocation(int, int) - Method in class org.eclipse.swt.widgets.Caret
Sets the receiver's location to the point specified by the arguments which are relative to the receiver's parent (or its display if its parent is null).
setLocation(int, int) - Method in class org.eclipse.swt.widgets.Control
Sets the receiver's location to the point specified by the arguments which are relative to the receiver's parent (or its display if its parent is null), unless the receiver is a shell.
setLocation(int, int) - Method in class org.eclipse.swt.widgets.Menu
Sets the location of the receiver, which must be a popup, to the point specified by the arguments which are relative to the display.
setLocation(int, int) - Method in class org.eclipse.swt.widgets.ToolTip
Sets the location of the receiver, which must be a tooltip, to the point specified by the arguments which are relative to the display.
setLocation(Point) - Method in class org.eclipse.swt.widgets.Caret
Sets the receiver's location to the point specified by the argument which is relative to the receiver's parent (or its display if its parent is null).
setLocation(Point) - Method in class org.eclipse.swt.widgets.Control
Sets the receiver's location to the point specified by the arguments which are relative to the receiver's parent (or its display if its parent is null), unless the receiver is a shell.
setLocation(Point) - Method in class org.eclipse.swt.widgets.Menu
Sets the location of the receiver, which must be a popup, to the point specified by the argument which is relative to the display.
setLocation(Point) - Method in class org.eclipse.swt.widgets.ToolTip
Sets the location of the receiver, which must be a tooltip, to the point specified by the argument which is relative to the display.
setLocked(boolean) - Method in class org.eclipse.swt.widgets.CoolBar
Sets whether or not the receiver is 'locked'.
setMarginColor(Color) - Method in class org.eclipse.swt.custom.StyledText
Sets the color of the margins.
setMargins(int, int, int, int) - Method in class org.eclipse.swt.custom.CLabel
Set the label's margins, in points.
setMargins(int, int, int, int) - Method in class org.eclipse.swt.custom.StyledText
Sets the margins.
setMaxHeight(int) - Method in interface org.eclipse.swt.internal.gtk.GeometryInterface
 
setMaxHeight(int) - Method in class org.eclipse.swt.internal.gtk3.GdkGeometry
 
setMaxHeight(int) - Method in class org.eclipse.swt.internal.SWTGeometry
 
setMaximized(boolean) - Method in class org.eclipse.swt.custom.CTabFolder
Sets the maximized state of the receiver.
setMaximized(boolean) - Method in class org.eclipse.swt.widgets.Decorations
Sets the maximized state of the receiver.
setMaximized(boolean) - Method in class org.eclipse.swt.widgets.Shell
 
setMaximizedControl(Control) - Method in class org.eclipse.swt.custom.SashForm
Specify the control that should take up the entire client area of the SashForm.
setMaximizeVisible(boolean) - Method in class org.eclipse.swt.custom.CTabFolder
Marks the receiver's maximize button as visible if the argument is true, and marks it invisible otherwise.
setMaximum(int) - Method in class org.eclipse.swt.widgets.ProgressBar
Sets the maximum value that the receiver will allow.
setMaximum(int) - Method in class org.eclipse.swt.widgets.Scale
Sets the maximum value that the receiver will allow.
setMaximum(int) - Method in class org.eclipse.swt.widgets.ScrollBar
Sets the maximum.
setMaximum(int) - Method in class org.eclipse.swt.widgets.Slider
Sets the maximum.
setMaximum(int) - Method in class org.eclipse.swt.widgets.Spinner
Sets the maximum value that the receiver will allow.
setMaximumSize(int, int) - Method in class org.eclipse.swt.widgets.Shell
Sets the receiver's maximum size to the size specified by the arguments.
setMaximumSize(Point) - Method in class org.eclipse.swt.widgets.Shell
Sets the receiver's maximum size to the size specified by the argument.
setMaxWidth(int) - Method in interface org.eclipse.swt.internal.gtk.GeometryInterface
 
setMaxWidth(int) - Method in class org.eclipse.swt.internal.gtk3.GdkGeometry
 
setMaxWidth(int) - Method in class org.eclipse.swt.internal.SWTGeometry
 
setMenu(Menu) - Method in class org.eclipse.swt.custom.CCombo
 
setMenu(Menu) - Method in class org.eclipse.swt.widgets.Control
Sets the receiver's pop up menu to the argument.
setMenu(Menu) - Method in class org.eclipse.swt.widgets.DateTime
 
setMenu(Menu) - Method in class org.eclipse.swt.widgets.MenuItem
Sets the receiver's pull down menu to the argument.
setMenu(Menu) - Method in class org.eclipse.swt.widgets.TaskItem
Sets the receiver's pop up menu to the argument.
setMenuBar(Menu) - Method in class org.eclipse.swt.widgets.Decorations
Sets the receiver's menu bar to the argument, which may be null.
setMenuBar(Menu) - Method in class org.eclipse.swt.widgets.Shell
 
setMessage(String) - Method in class org.eclipse.swt.widgets.DirectoryDialog
Sets the dialog's message, which is a description of the purpose for which it was opened.
setMessage(String) - Method in class org.eclipse.swt.widgets.MessageBox
Sets the dialog's message, which is a description of the purpose for which it was opened.
setMessage(String) - Method in class org.eclipse.swt.widgets.Text
Sets the widget message.
setMessage(String) - Method in class org.eclipse.swt.widgets.ToolTip
Sets the receiver's message.
setMinHeight(int) - Method in class org.eclipse.swt.custom.ScrolledComposite
Specify the minimum height at which the ScrolledComposite will begin scrolling the content with the vertical scroll bar.
setMinHeight(int) - Method in interface org.eclipse.swt.internal.gtk.GeometryInterface
 
setMinHeight(int) - Method in class org.eclipse.swt.internal.gtk3.GdkGeometry
 
setMinHeight(int) - Method in class org.eclipse.swt.internal.SWTGeometry
 
setMinimized(boolean) - Method in class org.eclipse.swt.custom.CTabFolder
Sets the minimized state of the receiver.
setMinimized(boolean) - Method in class org.eclipse.swt.widgets.Decorations
Sets the minimized stated of the receiver.
setMinimized(boolean) - Method in class org.eclipse.swt.widgets.Shell
 
setMinimizeVisible(boolean) - Method in class org.eclipse.swt.custom.CTabFolder
Marks the receiver's minimize button as visible if the argument is true, and marks it invisible otherwise.
setMinimum(int) - Method in class org.eclipse.swt.widgets.ProgressBar
Sets the minimum value that the receiver will allow.
setMinimum(int) - Method in class org.eclipse.swt.widgets.Scale
Sets the minimum value that the receiver will allow.
setMinimum(int) - Method in class org.eclipse.swt.widgets.ScrollBar
Sets the minimum value.
setMinimum(int) - Method in class org.eclipse.swt.widgets.Slider
Sets the minimum value.
setMinimum(int) - Method in class org.eclipse.swt.widgets.Spinner
Sets the minimum value that the receiver will allow.
setMinimumCharacters(int) - Method in class org.eclipse.swt.custom.CTabFolder
Sets the minimum number of characters that will be displayed in a fully compressed tab.
setMinimumSize(int, int) - Method in class org.eclipse.swt.widgets.CoolItem
Sets the minimum size that the cool item can be resized to using the cool item's gripper, to the point specified by the arguments.
setMinimumSize(int, int) - Method in class org.eclipse.swt.widgets.Shell
Sets the receiver's minimum size to the size specified by the arguments.
setMinimumSize(Point) - Method in class org.eclipse.swt.widgets.CoolItem
Sets the minimum size that the cool item can be resized to using the cool item's gripper, to the point specified by the argument.
setMinimumSize(Point) - Method in class org.eclipse.swt.widgets.Shell
Sets the receiver's minimum size to the size specified by the argument.
setMinimumWidth(int) - Method in class org.eclipse.swt.custom.PopupList
Sets the minimum width of the list.
setMinSize(int, int) - Method in class org.eclipse.swt.custom.ScrolledComposite
Specify the minimum width and height at which the ScrolledComposite will begin scrolling the content with the horizontal scroll bar.
setMinSize(Point) - Method in class org.eclipse.swt.custom.ScrolledComposite
Specify the minimum width and height at which the ScrolledComposite will begin scrolling the content with the horizontal scroll bar.
setMinSizeRequested(boolean) - Method in interface org.eclipse.swt.internal.gtk.GeometryInterface
 
setMinSizeRequested(boolean) - Method in class org.eclipse.swt.internal.gtk3.GdkGeometry
 
setMinSizeRequested(boolean) - Method in class org.eclipse.swt.internal.SWTGeometry
 
setMinutes(int) - Method in class org.eclipse.swt.widgets.DateTime
Sets the receiver's minutes.
setMinWidth(int) - Method in class org.eclipse.swt.custom.ScrolledComposite
Specify the minimum width at which the ScrolledComposite will begin scrolling the content with the horizontal scroll bar.
setMinWidth(int) - Method in interface org.eclipse.swt.internal.gtk.GeometryInterface
 
setMinWidth(int) - Method in class org.eclipse.swt.internal.gtk3.GdkGeometry
 
setMinWidth(int) - Method in class org.eclipse.swt.internal.SWTGeometry
 
setModified(boolean) - Method in class org.eclipse.swt.widgets.Shell
Sets the receiver's modified state as specified by the argument.
setMonth(int) - Method in class org.eclipse.swt.widgets.DateTime
Sets the receiver's month.
setMouseNavigatorEnabled(boolean) - Method in class org.eclipse.swt.custom.StyledText
Sets the enabled state of the mouse navigator.
setMoveable(boolean) - Method in class org.eclipse.swt.widgets.TableColumn
Sets the moveable attribute.
setMoveable(boolean) - Method in class org.eclipse.swt.widgets.TreeColumn
Sets the moveable attribute.
setMRUVisible(boolean) - Method in class org.eclipse.swt.custom.CTabFolder
When there is not enough horizontal space to show all the tabs, by default, tabs are shown sequentially from left to right in order of their index.
setName(String) - Method in class org.eclipse.swt.graphics.FontData
Sets the name of the receiver.
setNonDisposeHandler(Consumer<Error>) - Static method in class org.eclipse.swt.graphics.Resource
Enables detection of Resource objects for which Resource.dispose() wasn't called, which means a leak of native memory and/or OS resources.
setOrientation(int) - Method in class org.eclipse.swt.custom.SashForm
If orientation is SWT.HORIZONTAL, lay the controls in the SashForm out side by side.
setOrientation(int) - Method in class org.eclipse.swt.custom.StyledText
Sets the orientation of the receiver, which must be one of the constants SWT.LEFT_TO_RIGHT or SWT.RIGHT_TO_LEFT.
setOrientation(int) - Method in class org.eclipse.swt.graphics.TextLayout
Sets the orientation of the receiver, which must be one of SWT.LEFT_TO_RIGHT or SWT.RIGHT_TO_LEFT.
setOrientation(int) - Method in class org.eclipse.swt.widgets.Combo
Sets the orientation of the receiver, which must be one of the constants SWT.LEFT_TO_RIGHT or SWT.RIGHT_TO_LEFT.
setOrientation(int) - Method in class org.eclipse.swt.widgets.Control
Sets the orientation of the receiver, which must be one of the constants SWT.LEFT_TO_RIGHT or SWT.RIGHT_TO_LEFT.
setOrientation(int) - Method in class org.eclipse.swt.widgets.CoolBar
 
setOrientation(int) - Method in class org.eclipse.swt.widgets.Menu
Sets the orientation of the receiver, which must be one of the constants SWT.LEFT_TO_RIGHT or SWT.RIGHT_TO_LEFT.
setOrientation(int) - Method in class org.eclipse.swt.widgets.Text
Sets the orientation of the receiver, which must be one of the constants SWT.LEFT_TO_RIGHT or SWT.RIGHT_TO_LEFT.
setOrientation(long, int) - Static method in class org.eclipse.swt.internal.BidiUtil
 
setOrientation(Control, int) - Static method in class org.eclipse.swt.internal.BidiUtil
 
setOrigin(int, int) - Method in class org.eclipse.swt.custom.ScrolledComposite
Scrolls the content so that the specified point in the content is in the top left corner.
setOrigin(Point) - Method in class org.eclipse.swt.custom.ScrolledComposite
Scrolls the content so that the specified point in the content is in the top left corner.
setOverlayImage(Image) - Method in class org.eclipse.swt.widgets.TaskItem
Sets the receiver's overlay image, which may be null indicating that no image should be displayed.
setOverlayText(String) - Method in class org.eclipse.swt.widgets.TaskItem
Sets the receiver's overlay text.
setOverwrite(boolean) - Method in class org.eclipse.swt.widgets.FileDialog
Sets the flag that the dialog will use to determine whether to prompt the user for file overwrite if the selected file already exists.
setPageIncrement(int) - Method in class org.eclipse.swt.widgets.Scale
Sets the amount that the receiver's value will be modified by when the page increment/decrement areas are selected to the argument, which must be at least one.
setPageIncrement(int) - Method in class org.eclipse.swt.widgets.ScrollBar
Sets the amount that the receiver's value will be modified by when the page increment/decrement areas are selected to the argument, which must be at least one.
setPageIncrement(int) - Method in class org.eclipse.swt.widgets.Slider
Sets the amount that the receiver's value will be modified by when the page increment/decrement areas are selected to the argument, which must be at least one.
setPageIncrement(int) - Method in class org.eclipse.swt.widgets.Spinner
Sets the amount that the receiver's position will be modified by when the page up/down keys are pressed to the argument, which must be at least one.
setParent(Composite) - Method in class org.eclipse.swt.widgets.Control
Changes the parent of the widget to be the one provided.
setPixel(int, int, int) - Method in class org.eclipse.swt.graphics.ImageData
Sets the pixel value at offset x in scanline y in the receiver's data.
setPixels(int, int, int, byte[], int) - Method in class org.eclipse.swt.graphics.ImageData
Sets the pixel values starting at offset x in scanline y in the receiver's data to the values from the array pixels starting at startIndex.
setPixels(int, int, int, int[], int) - Method in class org.eclipse.swt.graphics.ImageData
Sets the pixel values starting at offset x in scanline y in the receiver's data to the values from the array pixels starting at startIndex.
setPreferredSize(int, int) - Method in class org.eclipse.swt.widgets.CoolItem
Sets the receiver's ideal size to the point specified by the arguments.
setPreferredSize(Point) - Method in class org.eclipse.swt.widgets.CoolItem
Sets the receiver's ideal size to the point specified by the argument.
setPrinterData(PrinterData) - Method in class org.eclipse.swt.printing.PrintDialog
Sets the printer data that will be used when the dialog is opened.
setPrintToFile(boolean) - Method in class org.eclipse.swt.printing.PrintDialog
Sets the 'Print to file' setting that the user will see when the dialog is opened.
setProgress(int) - Method in class org.eclipse.swt.widgets.TaskItem
Sets the receiver's progress, the progress represents a percentage and should be in range from 0 to 100.
setProgressState(int) - Method in class org.eclipse.swt.widgets.TaskItem
Sets the receiver's progress state, the state can be one of the following: SWT.DEFAULT SWT.NORMAL SWT.PAUSED SWT.ERROR SWT.INDETERMINATE The percentage of progress shown by the states SWT#NORMAL, SWT#PAUSED, SWT#ERROR is set with setProgress().
setRectangles(Rectangle[]) - Method in class org.eclipse.swt.widgets.Tracker
Specifies the rectangles that should be drawn, expressed relative to the parent widget.
setRedraw(boolean) - Method in class org.eclipse.swt.widgets.Control
If the argument is false, causes subsequent drawing operations in the receiver to be ignored.
setRedraw(boolean) - Method in class org.eclipse.swt.widgets.Table
 
setRegion(Region) - Method in class org.eclipse.swt.widgets.Control
Sets the shape of the control to the region specified by the argument.
setRegion(Region) - Method in class org.eclipse.swt.widgets.Shell
Sets the shape of the shell to the region specified by the argument.
setRenderer(CTabFolderRenderer) - Method in class org.eclipse.swt.custom.CTabFolder
Sets the renderer which is associated with the receiver to be the argument which may be null.
setRequestedHeight(int) - Method in interface org.eclipse.swt.internal.gtk.GeometryInterface
 
setRequestedHeight(int) - Method in class org.eclipse.swt.internal.gtk3.GdkGeometry
 
setRequestedHeight(int) - Method in class org.eclipse.swt.internal.SWTGeometry
 
setRequestedWidth(int) - Method in interface org.eclipse.swt.internal.gtk.GeometryInterface
 
setRequestedWidth(int) - Method in class org.eclipse.swt.internal.gtk3.GdkGeometry
 
setRequestedWidth(int) - Method in class org.eclipse.swt.internal.SWTGeometry
 
setResizable(boolean) - Method in class org.eclipse.swt.widgets.TableColumn
Sets the resizable attribute.
setResizable(boolean) - Method in class org.eclipse.swt.widgets.TreeColumn
Sets the resizable attribute.
setResize(boolean) - Method in interface org.eclipse.swt.internal.gtk.GeometryInterface
 
setResize(boolean) - Method in class org.eclipse.swt.internal.gtk3.GdkGeometry
 
setResize(boolean) - Method in class org.eclipse.swt.internal.SWTGeometry
 
setRGB(RGB) - Method in class org.eclipse.swt.widgets.ColorDialog
Sets the receiver's selected color to be the argument.
setRGB(RGB) - Method in class org.eclipse.swt.widgets.FontDialog
Sets the RGB describing the color to be selected by default in the dialog, or null to let the platform choose one.
setRGBs(RGB[]) - Method in class org.eclipse.swt.widgets.ColorDialog
Sets the receiver's list of custom colors to be the given array of RGBs, which may be null to let the platform select a default when open() is called.
setRight(Control) - Method in class org.eclipse.swt.custom.CBanner
Set the control that appears on the right side of the banner.
setRightMargin(int) - Method in class org.eclipse.swt.custom.CLabel
Set the label's right margin, in points.
setRightMargin(int) - Method in class org.eclipse.swt.custom.StyledText
Sets the right margin.
setRightMinimumSize(Point) - Method in class org.eclipse.swt.custom.CBanner
Set the minimum height of the control that appears on the right side of the banner.
setRightWidth(int) - Method in class org.eclipse.swt.custom.CBanner
Set the width of the control that appears on the right side of the banner.
setRuntimeExceptionHandler(Consumer<RuntimeException>) - Method in class org.eclipse.swt.widgets.Display
Sets a callback that will be invoked whenever an exception is thrown by a listener or external callback function.
setSashWidth(int) - Method in class org.eclipse.swt.custom.SashForm
Specify the width of the sashes when the controls in the SashForm are laid out.
setScope(int) - Method in class org.eclipse.swt.printing.PrintDialog
Sets the scope of the print job.
setSeconds(int) - Method in class org.eclipse.swt.widgets.DateTime
Sets the receiver's seconds.
setSegments(int[]) - Method in class org.eclipse.swt.graphics.TextLayout
Sets the offsets of the receiver's text segments.
setSegmentsChars(char[]) - Method in class org.eclipse.swt.graphics.TextLayout
Sets the characters to be used in the segments boundaries.
setSelectedColumn(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Selects a column and deselects all previously selected columns.
setSelectedColumn(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Selects a column and deselects all previously selected columns.
setSelectedRow(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Selects a row and deselects all previously selected rows.
setSelectedRow(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Selects a row and deselects all previously selected rows.
setSelection(boolean) - Method in class org.eclipse.swt.widgets.Button
Sets the selection state of the receiver, if it is of type CHECK, RADIO, or TOGGLE.
setSelection(boolean) - Method in class org.eclipse.swt.widgets.MenuItem
Sets the selection state of the receiver.
setSelection(boolean) - Method in class org.eclipse.swt.widgets.ToolItem
Sets the selection state of the receiver.
setSelection(int) - Method in class org.eclipse.swt.custom.CTabFolder
Set the selection to the tab at the specified index.
setSelection(int) - Method in class org.eclipse.swt.custom.StyledText
Sets the selection to the given position and scrolls it into view.
setSelection(int) - Method in class org.eclipse.swt.widgets.List
Selects the item at the given zero-relative index in the receiver.
setSelection(int) - Method in class org.eclipse.swt.widgets.ProgressBar
Sets the single 'selection' that is the receiver's position to the argument which must be greater than or equal to zero.
setSelection(int) - Method in class org.eclipse.swt.widgets.Scale
Sets the 'selection', which is the receiver's value, to the argument which must be greater than or equal to zero.
setSelection(int) - Method in class org.eclipse.swt.widgets.ScrollBar
Sets the single selection that is the receiver's value to the argument which must be greater than or equal to zero.
setSelection(int) - Method in class org.eclipse.swt.widgets.Slider
Sets the 'selection', which is the receiver's value, to the argument which must be greater than or equal to zero.
setSelection(int) - Method in class org.eclipse.swt.widgets.Spinner
Sets the selection, which is the receiver's position, to the argument.
setSelection(int) - Method in class org.eclipse.swt.widgets.TabFolder
Selects the item at the given zero-relative index in the receiver.
setSelection(int) - Method in class org.eclipse.swt.widgets.Table
Selects the item at the given zero-relative index in the receiver.
setSelection(int) - Method in class org.eclipse.swt.widgets.Text
Sets the selection.
setSelection(int[]) - Method in class org.eclipse.swt.widgets.List
Selects the items at the given zero-relative indices in the receiver.
setSelection(int[]) - Method in class org.eclipse.swt.widgets.Table
Selects the items at the given zero-relative indices in the receiver.
setSelection(int, int) - Method in class org.eclipse.swt.custom.StyledText
Sets the selection and scrolls it into view.
setSelection(int, int) - Method in class org.eclipse.swt.custom.TableCursor
Positions the TableCursor over the cell at the given row and column in the parent table.
setSelection(int, int) - Method in class org.eclipse.swt.custom.TreeCursor
Positions the TreeCursor over the root-level cell at the given row and column in the parent tree.
setSelection(int, int) - Method in class org.eclipse.swt.widgets.List
Selects the items in the range specified by the given zero-relative indices in the receiver.
setSelection(int, int) - Method in class org.eclipse.swt.widgets.Table
Selects the items in the range specified by the given zero-relative indices in the receiver.
setSelection(int, int) - Method in class org.eclipse.swt.widgets.Text
Sets the selection to the range specified by the given start and end indices.
setSelection(String[]) - Method in class org.eclipse.swt.widgets.List
Sets the receiver's selection to be the given array of items.
setSelection(AccessibleTextEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTextExtendedAdapter
Changes the bounds of an existing selection.
setSelection(AccessibleTextEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTextExtendedListener
Changes the bounds of an existing selection.
setSelection(CTabItem) - Method in class org.eclipse.swt.custom.CTabFolder
Set the selection to the tab at the specified item.
setSelection(Point) - Method in class org.eclipse.swt.custom.CCombo
Sets the selection in the receiver's text field to the range specified by the argument whose x coordinate is the start of the selection and whose y coordinate is the end of the selection.
setSelection(Point) - Method in class org.eclipse.swt.custom.StyledText
Sets the selection and scrolls it into view.
setSelection(Point) - Method in class org.eclipse.swt.widgets.Combo
Sets the selection in the receiver's text field to the range specified by the argument whose x coordinate is the start of the selection and whose y coordinate is the end of the selection.
setSelection(Point) - Method in class org.eclipse.swt.widgets.Text
Sets the selection to the range specified by the given point, where the x coordinate represents the start index and the y coordinate represents the end index.
setSelection(TabItem) - Method in class org.eclipse.swt.widgets.TabFolder
Sets the receiver's selection to the given item.
setSelection(TabItem[]) - Method in class org.eclipse.swt.widgets.TabFolder
Sets the receiver's selection to be the given array of items.
setSelection(TableItem) - Method in class org.eclipse.swt.widgets.Table
Sets the receiver's selection to the given item.
setSelection(TableItem[]) - Method in class org.eclipse.swt.widgets.Table
Sets the receiver's selection to be the given array of items.
setSelection(TableItem, int) - Method in class org.eclipse.swt.custom.TableCursor
Positions the TableCursor over the cell at the given row and column in the parent table.
setSelection(TreeItem) - Method in class org.eclipse.swt.widgets.Tree
Sets the receiver's selection to the given item.
setSelection(TreeItem[]) - Method in class org.eclipse.swt.widgets.Tree
Sets the receiver's selection to be the given array of items.
setSelection(TreeItem, int) - Method in class org.eclipse.swt.custom.TreeCursor
Positions the TreeCursor over the cell at the given row and column in the parent tree.
setSelectionBackground(Color) - Method in class org.eclipse.swt.custom.CTabFolder
Sets the receiver's selection background color to the color specified by the argument, or to the default system color for the control if the argument is null.
setSelectionBackground(Color) - Method in class org.eclipse.swt.custom.StyledText
Sets the receiver's selection background color to the color specified by the argument, or to the default system color for the control if the argument is null.
setSelectionBackground(Color[], int[]) - Method in class org.eclipse.swt.custom.CTabFolder
Specify a gradient of colours to be draw in the background of the selected tab.
setSelectionBackground(Color[], int[], boolean) - Method in class org.eclipse.swt.custom.CTabFolder
Specify a gradient of colours to be draw in the background of the selected tab.
setSelectionBackground(Image) - Method in class org.eclipse.swt.custom.CTabFolder
Set the image to be drawn in the background of the selected tab.
setSelectionForeground(Color) - Method in class org.eclipse.swt.custom.CTabFolder
Set the foreground color of the selected tab.
setSelectionForeground(Color) - Method in class org.eclipse.swt.custom.CTabItem
Sets the selection foreground color that the receiver will use to paint textual information for this item to the color specified by the argument, or to the default selection foreground color for that kind of control if the argument is null.
setSelectionForeground(Color) - Method in class org.eclipse.swt.custom.StyledText
Sets the receiver's selection foreground color to the color specified by the argument, or to the default system color for the control if the argument is null.
setSelectionRange(int, int) - Method in class org.eclipse.swt.custom.StyledText
Sets the selection.
setSelectionRanges(int[]) - Method in class org.eclipse.swt.custom.StyledText
Sets the selected locations/ranges.
setShowClose(boolean) - Method in class org.eclipse.swt.custom.CTabItem
Sets to true to indicate that the receiver's close button should be shown.
setShowFocusedControl(boolean) - Method in class org.eclipse.swt.custom.ScrolledComposite
Configure the receiver to automatically scroll to a focused child control to make it visible.
setSimple(boolean) - Method in class org.eclipse.swt.custom.CBanner
Sets the shape that the CBanner will use to render itself.
setSimple(boolean) - Method in class org.eclipse.swt.custom.CTabFolder
Sets the shape that the CTabFolder will use to render itself.
setSingle(boolean) - Method in class org.eclipse.swt.custom.CTabFolder
Sets the number of tabs that the CTabFolder should display
setSize(int, int) - Method in class org.eclipse.swt.widgets.Caret
Sets the receiver's size to the point specified by the arguments.
setSize(int, int) - Method in class org.eclipse.swt.widgets.Control
Sets the receiver's size to the point specified by the arguments.
setSize(int, int) - Method in class org.eclipse.swt.widgets.CoolItem
Sets the receiver's size to the point specified by the arguments.
setSize(Point) - Method in class org.eclipse.swt.widgets.Caret
Sets the receiver's size to the point specified by the argument.
setSize(Point) - Method in class org.eclipse.swt.widgets.Control
Sets the receiver's size to the point specified by the argument.
setSize(Point) - Method in class org.eclipse.swt.widgets.CoolItem
Sets the receiver's size to the point specified by the argument.
setSortColumn(TableColumn) - Method in class org.eclipse.swt.widgets.Table
Sets the column used by the sort indicator for the receiver.
setSortColumn(TreeColumn) - Method in class org.eclipse.swt.widgets.Tree
Sets the column used by the sort indicator for the receiver.
setSortDirection(int) - Method in class org.eclipse.swt.widgets.Table
Sets the direction of the sort indicator for the receiver.
setSortDirection(int) - Method in class org.eclipse.swt.widgets.Tree
Sets the direction of the sort indicator for the receiver.
setSpacing(int) - Method in class org.eclipse.swt.graphics.TextLayout
Sets the line spacing of the receiver.
setSpacing(int) - Method in class org.eclipse.swt.widgets.ExpandBar
Sets the receiver's spacing.
setStartPage(int) - Method in class org.eclipse.swt.printing.PrintDialog
Sets the start page that the user will see when the dialog is opened.
setState(int) - Method in class org.eclipse.swt.widgets.ProgressBar
Sets the state of the receiver.
setStippled(boolean) - Method in class org.eclipse.swt.widgets.Tracker
Changes the appearance of the line used to draw the rectangles.
setStyle(int) - Method in class org.eclipse.swt.graphics.FontData
Sets the style of the receiver to the argument which must be a bitwise OR of one or more of the SWT constants NORMAL, BOLD and ITALIC.
setStyle(TextStyle, int, int) - Method in class org.eclipse.swt.graphics.TextLayout
Sets the style of the receiver for the specified range.
setStyleRange(StyleRange) - Method in class org.eclipse.swt.custom.StyledText
Adds the specified style.
setStyleRanges(int[], StyleRange[]) - Method in class org.eclipse.swt.custom.StyledText
Sets styles to be used for rendering the widget content.
setStyleRanges(int, int, int[], StyleRange[]) - Method in class org.eclipse.swt.custom.StyledText
Clears the styles in the range specified by start and length and adds the new styles.
setStyleRanges(StyleRange[]) - Method in class org.eclipse.swt.custom.StyledText
Sets styles to be used for rendering the widget content.
setSynchronizer(Synchronizer) - Method in class org.eclipse.swt.widgets.Display
Sets the synchronizer used by the display to be the argument, which can not be null.
setTabHeight(int) - Method in class org.eclipse.swt.custom.CTabFolder
Specify a fixed height for the tab items.
setTabList(Control[]) - Method in class org.eclipse.swt.widgets.Composite
Sets the tabbing order for the specified controls to match the order that they occur in the argument list.
setTabPosition(int) - Method in class org.eclipse.swt.custom.CTabFolder
Specify whether the tabs should appear along the top of the folder or along the bottom of the folder.
setTabs(int) - Method in class org.eclipse.swt.custom.StyledText
Sets the tab width.
setTabs(int) - Method in class org.eclipse.swt.widgets.Text
Sets the number of tabs.
setTabs(int[]) - Method in class org.eclipse.swt.graphics.TextLayout
Sets the receiver's tab list.
setTabStops(int[]) - Method in class org.eclipse.swt.custom.StyledText
Sets the receiver's tab list.
setText(int, String) - Method in class org.eclipse.swt.widgets.TableItem
Sets the receiver's text at a column
setText(int, String) - Method in class org.eclipse.swt.widgets.TreeItem
Sets the receiver's text at a column
setText(String) - Method in class org.eclipse.swt.browser.Browser
Renders a string containing HTML.
setText(String) - Method in class org.eclipse.swt.custom.CCombo
Sets the contents of the receiver's text field to the given string.
setText(String) - Method in class org.eclipse.swt.custom.CLabel
Set the label's text.
setText(String) - Method in class org.eclipse.swt.custom.CTabItem
Sets the text to display on the tab.
setText(String) - Method in class org.eclipse.swt.custom.StyledText
Sets the widget content.
setText(String) - Method in interface org.eclipse.swt.custom.StyledTextContent
Set text to "text".
setText(String) - Method in class org.eclipse.swt.graphics.TextLayout
Sets the receiver's text.
setText(String) - Method in class org.eclipse.swt.widgets.Button
Sets the receiver's text.
setText(String) - Method in class org.eclipse.swt.widgets.Combo
Sets the contents of the receiver's text field to the given string.
setText(String) - Method in class org.eclipse.swt.widgets.Decorations
Sets the receiver's text, which is the string that the window manager will typically display as the receiver's title, to the argument, which must not be null.
setText(String) - Method in class org.eclipse.swt.widgets.Dialog
Sets the receiver's text, which is the string that the window manager will typically display as the receiver's title, to the argument, which must not be null.
setText(String) - Method in class org.eclipse.swt.widgets.ExpandItem
 
setText(String) - Method in class org.eclipse.swt.widgets.Group
Sets the receiver's text, which is the string that will be displayed as the receiver's title, to the argument, which may not be null.
setText(String) - Method in class org.eclipse.swt.widgets.Item
Sets the receiver's text.
setText(String) - Method in class org.eclipse.swt.widgets.Label
Sets the receiver's text.
setText(String) - Method in class org.eclipse.swt.widgets.Link
Sets the receiver's text.
setText(String) - Method in class org.eclipse.swt.widgets.MenuItem
Sets the receiver's text.
setText(String) - Method in class org.eclipse.swt.widgets.Shell
 
setText(String) - Method in class org.eclipse.swt.widgets.TabItem
Sets the receiver's text.
setText(String) - Method in class org.eclipse.swt.widgets.TableColumn
 
setText(String) - Method in class org.eclipse.swt.widgets.TableItem
 
setText(String) - Method in class org.eclipse.swt.widgets.Text
Sets the contents of the receiver to the given string.
setText(String) - Method in class org.eclipse.swt.widgets.ToolItem
Sets the receiver's text.
setText(String) - Method in class org.eclipse.swt.widgets.ToolTip
Sets the receiver's text.
setText(String) - Method in class org.eclipse.swt.widgets.TreeColumn
 
setText(String) - Method in class org.eclipse.swt.widgets.TreeItem
 
setText(String[]) - Method in class org.eclipse.swt.widgets.TableItem
Sets the text for multiple columns in the table.
setText(String[]) - Method in class org.eclipse.swt.widgets.TreeItem
Sets the text for multiple columns in the tree.
setText(String, boolean) - Method in class org.eclipse.swt.browser.Browser
Renders a string containing HTML.
setTextAntialias(int) - Method in class org.eclipse.swt.graphics.GC
Sets the receiver's text anti-aliasing value to the parameter, which must be one of SWT.DEFAULT, SWT.OFF or SWT.ON.
setTextAttributes(AccessibleTextAttributeEvent) - Method in class org.eclipse.swt.accessibility.AccessibleEditableTextAdapter
Replaces the set of attributes of the substring beginning at the specified start offset and extending to the character at offset end - 1 by the specified set of attributes.
setTextAttributes(AccessibleTextAttributeEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleEditableTextListener
Replaces the set of attributes of the substring beginning at the specified start offset and extending to the character at offset end - 1 by the specified set of attributes.
setTextChars(char[]) - Method in class org.eclipse.swt.widgets.Text
Sets the contents of the receiver to the characters in the array.
setTextDirection(int) - Method in class org.eclipse.swt.custom.StyledText
Sets the base text direction (a.k.a.
setTextDirection(int) - Method in class org.eclipse.swt.graphics.TextLayout
Sets the text direction of the receiver, which must be one of SWT.LEFT_TO_RIGHT, SWT.RIGHT_TO_LEFT or SWT.AUTO_TEXT_DIRECTION.
setTextDirection(int) - Method in class org.eclipse.swt.widgets.Control
Sets the base text direction (a.k.a.
setTextLimit(int) - Method in class org.eclipse.swt.custom.CCombo
Sets the maximum number of characters that the receiver's text field is capable of holding to be the argument.
setTextLimit(int) - Method in class org.eclipse.swt.custom.StyledText
Sets the text limit to the specified number of characters.
setTextLimit(int) - Method in class org.eclipse.swt.widgets.Combo
Sets the maximum number of characters that the receiver's text field is capable of holding to be the argument.
setTextLimit(int) - Method in class org.eclipse.swt.widgets.Spinner
Sets the maximum number of characters that the receiver's text field is capable of holding to be the argument.
setTextLimit(int) - Method in class org.eclipse.swt.widgets.Text
Sets the maximum number of characters that the receiver is capable of holding to be the argument.
setTheme(boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
Experimental API for dark theme.
setThumb(int) - Method in class org.eclipse.swt.widgets.ScrollBar
Sets the thumb value.
setThumb(int) - Method in class org.eclipse.swt.widgets.Slider
Sets the thumb value.
setTime(int, int, int) - Method in class org.eclipse.swt.widgets.DateTime
Sets the receiver's hours, minutes, and seconds in a single operation.
Settings - Static variable in class org.eclipse.swt.SWT
The settings changed event type (value is 39).
setToolTip(ToolTip) - Method in class org.eclipse.swt.widgets.TrayItem
Sets the receiver's tool tip to the argument, which may be null indicating that no tool tip should be shown.
setToolTipText(String) - Method in class org.eclipse.swt.custom.CCombo
 
setToolTipText(String) - Method in class org.eclipse.swt.custom.CLabel
 
setToolTipText(String) - Method in class org.eclipse.swt.custom.CTabItem
Sets the receiver's tool tip text to the argument, which may be null indicating that the default tool tip for the control will be shown.
setToolTipText(String) - Method in class org.eclipse.swt.custom.SashForm
 
setToolTipText(String) - Method in class org.eclipse.swt.widgets.Control
Sets the receiver's tool tip text to the argument, which may be null indicating that the default tool tip for the control will be shown.
setToolTipText(String) - Method in class org.eclipse.swt.widgets.MenuItem
Sets the receiver's tool tip text to the argument, which may be null indicating that the default tool tip for the control will be shown.
setToolTipText(String) - Method in class org.eclipse.swt.widgets.TabItem
Sets the receiver's tool tip text to the argument, which may be null indicating that the default tool tip for the control will be shown.
setToolTipText(String) - Method in class org.eclipse.swt.widgets.TableColumn
Sets the receiver's tool tip text to the argument, which may be null indicating that the default tool tip for the control will be shown.
setToolTipText(String) - Method in class org.eclipse.swt.widgets.ToolBar
 
setToolTipText(String) - Method in class org.eclipse.swt.widgets.ToolItem
Sets the receiver's tool tip text to the argument, which may be null indicating that the default tool tip for the control will be shown.
setToolTipText(String) - Method in class org.eclipse.swt.widgets.TrayItem
Sets the receiver's tool tip text to the argument, which may be null indicating that the default tool tip for the control will be shown.
setToolTipText(String) - Method in class org.eclipse.swt.widgets.TreeColumn
Sets the receiver's tool tip text to the argument, which may be null indicating that the default tool tip for the control will be shown.
setTopCenter(Control) - Method in class org.eclipse.swt.custom.ViewForm
Set the control that appears in the top center of the pane.
setTopCenterSeparate(boolean) - Method in class org.eclipse.swt.custom.ViewForm
If true, the topCenter will always appear on a separate line by itself, otherwise the topCenter will appear in the top row if there is room and will be moved to the second row if required.
setTopIndex(int) - Method in class org.eclipse.swt.custom.StyledText
Sets the top index.
setTopIndex(int) - Method in class org.eclipse.swt.widgets.List
Sets the zero-relative index of the item which is currently at the top of the receiver.
setTopIndex(int) - Method in class org.eclipse.swt.widgets.Table
Sets the zero-relative index of the item which is currently at the top of the receiver.
setTopIndex(int) - Method in class org.eclipse.swt.widgets.Text
Sets the zero-relative index of the line which is currently at the top of the receiver.
setTopItem(TreeItem) - Method in class org.eclipse.swt.widgets.Tree
Sets the item which is currently at the top of the receiver.
setTopLeft(Control) - Method in class org.eclipse.swt.custom.ViewForm
Set the control that appears in the top left corner of the pane.
setTopMargin(int) - Method in class org.eclipse.swt.custom.CLabel
Set the label's top margin, in points.
setTopMargin(int) - Method in class org.eclipse.swt.custom.StyledText
Sets the top margin.
setTopPixel(int) - Method in class org.eclipse.swt.custom.StyledText
Sets the top SWT logical point offset.
setTopRight(Control) - Method in class org.eclipse.swt.custom.CTabFolder
Set the control that appears in the top right corner of the tab folder.
setTopRight(Control) - Method in class org.eclipse.swt.custom.ViewForm
Set the control that appears in the top right corner of the pane.
setTopRight(Control, int) - Method in class org.eclipse.swt.custom.CTabFolder
Set the control that appears in the top right corner of the tab folder.
setTouchEnabled(boolean) - Method in class org.eclipse.swt.widgets.Control
Sets whether this control should send touch events (by default controls do not).
setTrackedTypes(List<Class<? extends Widget>>) - Method in class org.eclipse.swt.internal.WidgetSpy.NonDisposedWidgetTracker
 
setTracking(boolean) - Method in class org.eclipse.swt.graphics.Device
 
setTrackingEnabled(boolean) - Method in class org.eclipse.swt.internal.WidgetSpy.NonDisposedWidgetTracker
 
setTransfer(Transfer...) - Method in class org.eclipse.swt.dnd.DragSource
Specifies the list of data types that can be transferred by this DragSource.
setTransfer(Transfer...) - Method in class org.eclipse.swt.dnd.DropTarget
Specifies the data types that can be transferred to this DropTarget.
setTransform(Transform) - Method in class org.eclipse.swt.graphics.GC
Sets the transform that is currently being used by the receiver.
setUnselectedCloseVisible(boolean) - Method in class org.eclipse.swt.custom.CTabFolder
Specify whether the close button appears when the user hovers over an unselected tabs.
setUnselectedImageVisible(boolean) - Method in class org.eclipse.swt.custom.CTabFolder
Specify whether the image appears on unselected tabs.
setUrl(String) - Method in class org.eclipse.swt.browser.Browser
Begins loading a URL.
setUrl(String, String, String[]) - Method in class org.eclipse.swt.browser.Browser
Begins loading a URL.
setUseCairoAutoScale(boolean) - Static method in class org.eclipse.swt.internal.DPIUtil
 
setValues(int, int, int, int, int, int) - Method in class org.eclipse.swt.widgets.ScrollBar
Sets the receiver's selection, minimum value, maximum value, thumb, increment and page increment all at once.
setValues(int, int, int, int, int, int) - Method in class org.eclipse.swt.widgets.Slider
Sets the receiver's selection, minimum value, maximum value, thumb, increment and page increment all at once.
setValues(int, int, int, int, int, int) - Method in class org.eclipse.swt.widgets.Spinner
Sets the receiver's selection, minimum value, maximum value, digits, increment and page increment all at once.
setVerticalIndent(int) - Method in class org.eclipse.swt.graphics.TextLayout
Sets the vertical indent of the receiver.
setVisible(boolean) - Method in class org.eclipse.swt.custom.CCombo
 
setVisible(boolean) - Method in class org.eclipse.swt.custom.TableCursor
 
setVisible(boolean) - Method in class org.eclipse.swt.custom.TreeCursor
 
setVisible(boolean) - Method in class org.eclipse.swt.widgets.Caret
Marks the receiver as visible if the argument is true, and marks it invisible otherwise.
setVisible(boolean) - Method in class org.eclipse.swt.widgets.Control
Marks the receiver as visible if the argument is true, and marks it invisible otherwise.
setVisible(boolean) - Method in class org.eclipse.swt.widgets.Menu
Marks the receiver as visible if the argument is true, and marks it invisible otherwise.
setVisible(boolean) - Method in class org.eclipse.swt.widgets.ScrollBar
Marks the receiver as visible if the argument is true, and marks it invisible otherwise.
setVisible(boolean) - Method in class org.eclipse.swt.widgets.Shell
 
setVisible(boolean) - Method in class org.eclipse.swt.widgets.ToolTip
Marks the receiver as visible if the argument is true, and marks it invisible otherwise.
setVisible(boolean) - Method in class org.eclipse.swt.widgets.TrayItem
Makes the receiver visible if the argument is true, and makes it invisible otherwise.
setVisibleItemCount(int) - Method in class org.eclipse.swt.custom.CCombo
Sets the number of items that are visible in the drop down portion of the receiver's list.
setVisibleItemCount(int) - Method in class org.eclipse.swt.widgets.Combo
Sets the number of items that are visible in the drop down portion of the receiver's list.
setWarnings(boolean) - Method in class org.eclipse.swt.graphics.Device
If the underlying window system supports printing warning messages to the console, setting warnings to false prevents these messages from being printed.
setWeights(int...) - Method in class org.eclipse.swt.custom.SashForm
Specify the relative weight of each child in the SashForm.
setWidgetTracker(WidgetSpy.WidgetTracker) - Method in class org.eclipse.swt.internal.WidgetSpy
Enables tracking of Widget object creation and disposal.
setWidth(int) - Method in class org.eclipse.swt.graphics.TextLayout
Sets the line width of the receiver, which determines how text should be wrapped and aligned.
setWidth(int) - Method in class org.eclipse.swt.widgets.TableColumn
Sets the width of the receiver.
setWidth(int) - Method in class org.eclipse.swt.widgets.ToolItem
Sets the width of the receiver, for SEPARATOR ToolItems.
setWidth(int) - Method in class org.eclipse.swt.widgets.TreeColumn
Sets the width of the receiver.
setWordWrap(boolean) - Method in class org.eclipse.swt.custom.StyledText
Sets whether the widget wraps lines.
setWrapIndent(int) - Method in class org.eclipse.swt.custom.StyledText
Sets the wrap line indentation of the widget.
setWrapIndent(int) - Method in class org.eclipse.swt.graphics.TextLayout
Sets the wrap indent of the receiver.
setWrapIndices(int[]) - Method in class org.eclipse.swt.widgets.CoolBar
Sets the indices of all item(s) in the receiver that will begin on a new row.
setXORMode(boolean) - Method in class org.eclipse.swt.graphics.GC
If the argument is true, puts the receiver in a drawing mode where the resulting color in the destination is the exclusive or of the color values in the source and the destination, and if the argument is false, puts the receiver in a drawing mode where the destination color is replaced with the source color value.
setYear(int) - Method in class org.eclipse.swt.widgets.DateTime
Sets the receiver's year.
SHADOW_ETCHED_IN - Static variable in class org.eclipse.swt.SWT
Style constant for shadow etched in behavior (value is 1<<4).
SHADOW_ETCHED_OUT - Static variable in class org.eclipse.swt.SWT
Style constant for shadow etched out behavior (value is 1<<6).
SHADOW_IN - Static variable in class org.eclipse.swt.SWT
Style constant for shadow in behavior (value is 1<<2).
SHADOW_NONE - Static variable in class org.eclipse.swt.SWT
Style constant for no shadow behavior (value is 1<<5).
SHADOW_OUT - Static variable in class org.eclipse.swt.SWT
Style constant for shadow out behavior (value is 1<<3).
shareContext - Variable in class org.eclipse.swt.opengl.GLData
Another GLCanvas whose texture namespace and display lists should be shared.
shear(float, float) - Method in class org.eclipse.swt.graphics.Transform
Modifies the receiver so that it represents a transformation that is equivalent to its previous transformation sheared by (shearX, shearY).
SHEET - Static variable in class org.eclipse.swt.SWT
Style constant for sheet window behavior (value is 1<<28).
Shell - Class in org.eclipse.swt.widgets
Instances of this class represent the "windows" which the desktop or "window manager" is managing.
Shell() - Constructor for class org.eclipse.swt.widgets.Shell
Constructs a new instance of this class.
Shell(int) - Constructor for class org.eclipse.swt.widgets.Shell
Constructs a new instance of this class given only the style value describing its behavior and appearance.
Shell(Display) - Constructor for class org.eclipse.swt.widgets.Shell
Constructs a new instance of this class given only the display to create it on.
Shell(Display, int) - Constructor for class org.eclipse.swt.widgets.Shell
Constructs a new instance of this class given the display to create it on and a style value describing its behavior and appearance.
Shell(Shell) - Constructor for class org.eclipse.swt.widgets.Shell
Constructs a new instance of this class given only its parent.
Shell(Shell, int) - Constructor for class org.eclipse.swt.widgets.Shell
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
SHELL_TRIM - Static variable in class org.eclipse.swt.SWT
Trim style convenience constant for the most common top level shell appearance (value is CLOSE|TITLE|MIN|MAX|RESIZE).
shellActivated(ShellEvent) - Method in class org.eclipse.swt.events.ShellAdapter
Sent when a shell becomes the active window.
shellActivated(ShellEvent) - Method in interface org.eclipse.swt.events.ShellListener
Sent when a shell becomes the active window.
shellActivatedAdapter(Consumer<ShellEvent>) - Static method in interface org.eclipse.swt.events.ShellListener
Static helper method to create a ShellListener for the ShellListener.shellActivated(ShellEvent e)) method, given a lambda expression or a method reference.
ShellAdapter - Class in org.eclipse.swt.events
This adapter class provides default implementations for the methods described by the ShellListener interface.
ShellAdapter() - Constructor for class org.eclipse.swt.events.ShellAdapter
 
shellClosed(ShellEvent) - Method in class org.eclipse.swt.events.ShellAdapter
Sent when a shell is closed.
shellClosed(ShellEvent) - Method in interface org.eclipse.swt.events.ShellListener
Sent when a shell is closed.
shellClosedAdapter(Consumer<ShellEvent>) - Static method in interface org.eclipse.swt.events.ShellListener
Static helper method to create a ShellListener for the ShellListener.shellClosed(ShellEvent e)) method, given a lambda expression or a method reference.
shellDeactivated(ShellEvent) - Method in class org.eclipse.swt.events.ShellAdapter
Sent when a shell stops being the active window.
shellDeactivated(ShellEvent) - Method in interface org.eclipse.swt.events.ShellListener
Sent when a shell stops being the active window.
shellDeactivatedAdapter(Consumer<ShellEvent>) - Static method in interface org.eclipse.swt.events.ShellListener
Static helper method to create a ShellListener for the ShellListener.shellDeactivated(ShellEvent e)) method, given a lambda expression or a method reference.
shellDeiconified(ShellEvent) - Method in class org.eclipse.swt.events.ShellAdapter
Sent when a shell is un-minimized.
shellDeiconified(ShellEvent) - Method in interface org.eclipse.swt.events.ShellListener
Sent when a shell is un-minimized.
shellDeiconifiedAdapter(Consumer<ShellEvent>) - Static method in interface org.eclipse.swt.events.ShellListener
Static helper method to create a ShellListener for the ShellListener.shellDeiconified(ShellEvent e)) method, given a lambda expression or a method reference.
ShellEvent - Class in org.eclipse.swt.events
Instances of this class are sent as a result of operations being performed on shells.
ShellEvent(Event) - Constructor for class org.eclipse.swt.events.ShellEvent
Constructs a new instance of this class based on the information in the given untyped event.
shellIconified(ShellEvent) - Method in class org.eclipse.swt.events.ShellAdapter
Sent when a shell is minimized.
shellIconified(ShellEvent) - Method in interface org.eclipse.swt.events.ShellListener
Sent when a shell is minimized.
shellIconifiedAdapter(Consumer<ShellEvent>) - Static method in interface org.eclipse.swt.events.ShellListener
Static helper method to create a ShellListener for the ShellListener.shellIconified(ShellEvent e)) method, given a lambda expression or a method reference.
ShellListener - Interface in org.eclipse.swt.events
Classes which implement this interface provide methods that deal with changes in state of Shells.
SHIFT - Static variable in class org.eclipse.swt.SWT
Keyboard and/or mouse event mask indicating that the SHIFT key was pushed on the keyboard when the event was generated (value is 1<<17).
SHORT - Static variable in class org.eclipse.swt.SWT
Style constant for short date/time format (value is 1<<15).
shortenText(GC, String, int) - Method in class org.eclipse.swt.custom.CLabel
Shorten the given text t so that its length doesn't exceed the given width.
show - Static variable in class org.eclipse.swt.internal.gtk.OS
 
show(WindowEvent) - Method in class org.eclipse.swt.browser.VisibilityWindowAdapter
 
show(WindowEvent) - Method in interface org.eclipse.swt.browser.VisibilityWindowListener
This method is called when the window hosting a Browser is requested to be displayed.
Show - Static variable in class org.eclipse.swt.SWT
The show event type (value is 22).
show_help - Static variable in class org.eclipse.swt.internal.gtk.OS
 
showAdapter(Consumer<WindowEvent>) - Static method in interface org.eclipse.swt.browser.VisibilityWindowListener
Static helper method to create a VisibilityWindowListener for the VisibilityWindowListener.show(WindowEvent e)) method, given a lambda expression or a method reference.
showColumn(TableColumn) - Method in class org.eclipse.swt.widgets.Table
Shows the column.
showColumn(TreeColumn) - Method in class org.eclipse.swt.widgets.Tree
Shows the column.
showControl(Control) - Method in class org.eclipse.swt.custom.ScrolledComposite
Scrolls the content of the receiver so that the control is visible.
showItem(CTabItem) - Method in class org.eclipse.swt.custom.CTabFolder
Shows the item.
showItem(TableItem) - Method in class org.eclipse.swt.widgets.Table
Shows the item.
showItem(TreeItem) - Method in class org.eclipse.swt.widgets.Tree
Shows the item.
showList(CTabFolderEvent) - Method in class org.eclipse.swt.custom.CTabFolder2Adapter
Sent when the user clicks on the chevron button of a CTabFolder.
showList(CTabFolderEvent) - Method in interface org.eclipse.swt.custom.CTabFolder2Listener
Sent when the user clicks on the chevron button of the CTabFolder.
showListAdapter(Consumer<CTabFolderEvent>) - Static method in interface org.eclipse.swt.custom.CTabFolder2Listener
Static helper method to create a CTabFolder2Listener for the CTabFolder2Listener.showList(CTabFolderEvent e)) method, given a lambda expression or a method reference.
showSelection() - Method in class org.eclipse.swt.custom.CTabFolder
Shows the selection.
showSelection() - Method in class org.eclipse.swt.custom.StyledText
Scrolls the selection into view.
showSelection() - Method in class org.eclipse.swt.widgets.List
Shows the selection.
showSelection() - Method in class org.eclipse.swt.widgets.Table
Shows the selection.
showSelection() - Method in class org.eclipse.swt.widgets.Text
Shows the selection.
showSelection() - Method in class org.eclipse.swt.widgets.Tree
Shows the selection.
showWhile(Display, Runnable) - Static method in class org.eclipse.swt.custom.BusyIndicator
Runs the given Runnable while providing busy feedback using this busy indicator.
similarTo(StyleRange) - Method in class org.eclipse.swt.custom.StyleRange
Compares the specified object to this StyleRange and answer if the two are similar.
SIMPLE - Static variable in class org.eclipse.swt.SWT
Style constant for simple (not drop down) behavior (value is 1<<6).
SINGLE - Static variable in class org.eclipse.swt.SWT
Style constant for single selection behavior in lists and single line support on text fields (value is 1<<2).
size - Variable in class org.eclipse.swt.browser.WindowEvent
Requested Browser size.
size_allocate - Variable in class org.eclipse.swt.internal.gtk.GtkWidgetClass
 
size_allocate - Static variable in class org.eclipse.swt.internal.gtk.OS
 
sizeof - Static variable in class org.eclipse.swt.internal.accessibility.gtk.AtkAttribute
 
sizeof - Static variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTextRange
 
sizeof - Static variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTextRectangle
 
sizeof - Static variable in class org.eclipse.swt.internal.cairo.cairo_path_data_t
 
sizeof - Static variable in class org.eclipse.swt.internal.cairo.cairo_path_t
 
sizeof - Static variable in class org.eclipse.swt.internal.cairo.cairo_rectangle_int_t
 
sizeof - Static variable in class org.eclipse.swt.internal.gtk.GdkKeymapKey
 
sizeof - Static variable in class org.eclipse.swt.internal.gtk.GdkRectangle
 
sizeof - Static variable in class org.eclipse.swt.internal.gtk.GdkRGBA
 
sizeof - Static variable in class org.eclipse.swt.internal.gtk.GtkAllocation
 
sizeof - Static variable in class org.eclipse.swt.internal.gtk.GtkBorder
 
sizeof - Static variable in class org.eclipse.swt.internal.gtk.GtkRequisition
 
sizeof - Static variable in class org.eclipse.swt.internal.gtk.GTypeInfo
 
sizeof - Static variable in class org.eclipse.swt.internal.gtk.PangoAttrColor
 
sizeof - Static variable in class org.eclipse.swt.internal.gtk.PangoAttribute
 
sizeof - Static variable in class org.eclipse.swt.internal.gtk.PangoAttrInt
 
sizeof - Static variable in class org.eclipse.swt.internal.gtk.PangoItem
 
sizeof - Static variable in class org.eclipse.swt.internal.gtk.PangoLayoutLine
 
sizeof - Static variable in class org.eclipse.swt.internal.gtk.PangoLayoutRun
 
sizeof - Static variable in class org.eclipse.swt.internal.gtk.PangoLogAttr
 
sizeof - Static variable in class org.eclipse.swt.internal.gtk.PangoRectangle
 
sizeof - Static variable in class org.eclipse.swt.internal.gtk.XAnyEvent
 
sizeof - Static variable in class org.eclipse.swt.internal.gtk.XEvent
 
sizeof - Static variable in class org.eclipse.swt.internal.gtk.XExposeEvent
 
sizeof - Static variable in class org.eclipse.swt.internal.gtk.XFocusChangeEvent
 
sizeof - Static variable in class org.eclipse.swt.internal.gtk3.GdkEvent
 
sizeof - Static variable in class org.eclipse.swt.internal.gtk3.GdkEventButton
 
sizeof - Static variable in class org.eclipse.swt.internal.gtk3.GdkEventCrossing
 
sizeof - Static variable in class org.eclipse.swt.internal.gtk3.GdkEventFocus
 
sizeof - Static variable in class org.eclipse.swt.internal.gtk3.GdkEventKey
 
sizeof - Static variable in class org.eclipse.swt.internal.gtk3.GdkEventMotion
 
sizeof - Static variable in class org.eclipse.swt.internal.gtk3.GdkEventWindowState
 
sizeof - Static variable in class org.eclipse.swt.internal.gtk3.GdkGeometry
 
sizeof - Static variable in class org.eclipse.swt.internal.gtk3.GdkWindowAttr
 
sizeof - Static variable in class org.eclipse.swt.internal.gtk3.GtkTargetEntry
 
sizeof - Static variable in class org.eclipse.swt.internal.opengl.glx.XVisualInfo
 
sizeof - Static variable in class org.eclipse.swt.internal.webkit.GdkRectangle
 
Skin - Static variable in class org.eclipse.swt.SWT
The skin event type (value is 45).
SKIN_CLASS - Static variable in class org.eclipse.swt.SWT
Key name for setting and getting the skin class of a widget.
SKIN_ID - Static variable in class org.eclipse.swt.SWT
Key name for setting and getting the skin id of a widget.
sleep() - Method in class org.eclipse.swt.widgets.Display
Causes the user-interface thread to sleep (that is, to be put in a state where it does not consume CPU cycles) until an event is received or it is otherwise awakened.
Sleep - Static variable in class org.eclipse.swt.SWT
Deprecated.
The same as PreExternalEventDispatch (value is 52).
Slider - Class in org.eclipse.swt.widgets
Instances of this class are selectable user interface objects that represent a range of positive, numeric values.
Slider(Composite, int) - Constructor for class org.eclipse.swt.widgets.Slider
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
SMOOTH - Static variable in class org.eclipse.swt.SWT
Style constant for smooth appearance.
snapshot - Variable in class org.eclipse.swt.internal.gtk.GtkCellRendererClass
 
snapshot - Variable in class org.eclipse.swt.internal.gtk.GtkWidgetClass
 
SOF0 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
SOF1 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
SOF10 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
SOF11 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
SOF13 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
SOF14 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
SOF15 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
SOF2 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
SOF3 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
SOF5 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
SOF6 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
SOF7 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
SOF9 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
SOI - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
SOS - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
soup_cookie_get_name(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
soup_cookie_get_value(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
soup_cookie_parse(byte[], long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
soup_message_headers_append(long, byte[], byte[]) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
soup_uri_free(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
soup_uri_new(byte[]) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
source - Variable in class org.eclipse.swt.widgets.Touch
The object representing the input source that generated the touch.
SPACE - Static variable in class org.eclipse.swt.SWT
ASCII character convenience constant for the space character (value is the char ' ').
spacing - Static variable in class org.eclipse.swt.internal.gtk.OS
 
spacing - Variable in class org.eclipse.swt.layout.BorderLayout
spacing specifies the number of points between the edge of one region and its neighboring regions.
spacing - Variable in class org.eclipse.swt.layout.FillLayout
spacing specifies the number of points between the edge of one cell and the edge of its neighbouring cell.
spacing - Variable in class org.eclipse.swt.layout.FormLayout
spacing specifies the number of points between the edge of one control and the edge of its neighbouring control.
spacing - Variable in class org.eclipse.swt.layout.RowLayout
spacing specifies the number of points between the edge of one cell and the edge of its neighbouring cell.
Spinner - Class in org.eclipse.swt.widgets
Instances of this class are selectable user interface objects that allow the user to enter and modify numeric values.
Spinner(Composite, int) - Constructor for class org.eclipse.swt.widgets.Spinner
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
ST - Class in org.eclipse.swt.custom
This class provides access to the public constants provided by StyledText.
ST() - Constructor for class org.eclipse.swt.custom.ST
 
StackLayout - Class in org.eclipse.swt.custom
This Layout stacks all the controls one on top of the other and resizes all controls to have the same size and location.
StackLayout() - Constructor for class org.eclipse.swt.custom.StackLayout
 
start - Variable in class org.eclipse.swt.accessibility.AccessibleEditableTextEvent
[in] 0-based start offset of the character range to perform the operation on
start - Variable in class org.eclipse.swt.accessibility.AccessibleTextAttributeEvent
[in/out] the starting and ending offsets of the character range
start - Variable in class org.eclipse.swt.accessibility.AccessibleTextEvent
 
start - Variable in class org.eclipse.swt.custom.ExtendedModifyEvent
start offset of the new text
start - Variable in class org.eclipse.swt.custom.StyleRange
the start offset of the range, zero-based from the document start
start - Variable in class org.eclipse.swt.custom.TextChangingEvent
Start offset of the text that is going to be replaced
start - Variable in class org.eclipse.swt.events.VerifyEvent
the range of text being modified.
start - Variable in class org.eclipse.swt.widgets.Event
depending on the event, the range of text being modified.
start() - Method in class org.eclipse.swt.custom.AnimatedProgress
Deprecated.
Start the animation.
start_index - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
start_index - Variable in class org.eclipse.swt.internal.gtk.PangoAttribute
 
start_index - Variable in class org.eclipse.swt.internal.gtk.PangoLayoutLine
 
start_interactive_search - Static variable in class org.eclipse.swt.internal.gtk.OS
 
start_offset - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTextRange
 
startJob(String) - Method in class org.eclipse.swt.printing.Printer
Starts a print job and returns true if the job started successfully and false otherwise.
startPage - Variable in class org.eclipse.swt.printing.PrinterData
the start page of a page range, used when scope is PAGE_RANGE.
startPage() - Method in class org.eclipse.swt.printing.Printer
Starts a page and returns true if the page started successfully and false otherwise.
startTracking() - Method in class org.eclipse.swt.internal.WidgetSpy.NonDisposedWidgetTracker
 
stash(Throwable) - Method in class org.eclipse.swt.internal.ExceptionStash
 
state - Variable in class org.eclipse.swt.graphics.GCData
 
state - Variable in class org.eclipse.swt.internal.gtk3.GdkEventButton
 
state - Variable in class org.eclipse.swt.internal.gtk3.GdkEventCrossing
 
state - Variable in class org.eclipse.swt.internal.gtk3.GdkEventKey
 
state - Variable in class org.eclipse.swt.internal.gtk3.GdkEventMotion
 
state - Variable in class org.eclipse.swt.widgets.Touch
The state of this touch at the time it was generated.
STATE_ACTIVE - Static variable in class org.eclipse.swt.accessibility.ACC
 
STATE_BUSY - Static variable in class org.eclipse.swt.accessibility.ACC
 
state_change - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkObjectClass
 
STATE_CHECKED - Static variable in class org.eclipse.swt.accessibility.ACC
 
STATE_COLLAPSED - Static variable in class org.eclipse.swt.accessibility.ACC
 
STATE_DISABLED - Static variable in class org.eclipse.swt.accessibility.ACC
 
STATE_EXPANDED - Static variable in class org.eclipse.swt.accessibility.ACC
 
STATE_FOCUSABLE - Static variable in class org.eclipse.swt.accessibility.ACC
 
STATE_FOCUSED - Static variable in class org.eclipse.swt.accessibility.ACC
 
STATE_HOTTRACKED - Static variable in class org.eclipse.swt.accessibility.ACC
 
STATE_INVALID_ENTRY - Static variable in class org.eclipse.swt.accessibility.ACC
 
STATE_INVISIBLE - Static variable in class org.eclipse.swt.accessibility.ACC
 
STATE_LINKED - Static variable in class org.eclipse.swt.accessibility.ACC
 
STATE_MULTILINE - Static variable in class org.eclipse.swt.accessibility.ACC
 
STATE_MULTISELECTABLE - Static variable in class org.eclipse.swt.accessibility.ACC
 
STATE_NORMAL - Static variable in class org.eclipse.swt.accessibility.ACC
 
STATE_OFFSCREEN - Static variable in class org.eclipse.swt.accessibility.ACC
 
STATE_PRESSED - Static variable in class org.eclipse.swt.accessibility.ACC
 
STATE_READONLY - Static variable in class org.eclipse.swt.accessibility.ACC
 
STATE_REQUIRED - Static variable in class org.eclipse.swt.accessibility.ACC
 
STATE_SELECTABLE - Static variable in class org.eclipse.swt.accessibility.ACC
 
STATE_SELECTED - Static variable in class org.eclipse.swt.accessibility.ACC
 
STATE_SINGLELINE - Static variable in class org.eclipse.swt.accessibility.ACC
 
STATE_SIZEABLE - Static variable in class org.eclipse.swt.accessibility.ACC
 
STATE_SUPPORTS_AUTOCOMPLETION - Static variable in class org.eclipse.swt.accessibility.ACC
 
stateMask - Variable in class org.eclipse.swt.events.GestureEvent
The state of the keyboard modifier keys and mouse masks at the time the event was generated.
stateMask - Variable in class org.eclipse.swt.events.KeyEvent
the state of the keyboard modifier keys and mouse masks at the time the event was generated.
stateMask - Variable in class org.eclipse.swt.events.MouseEvent
the state of the keyboard modifier keys and mouse masks at the time the event was generated.
stateMask - Variable in class org.eclipse.swt.events.SelectionEvent
The state of the keyboard modifier keys and mouse masks at the time the event was generated.
stateMask - Variable in class org.eclipse.swt.events.TouchEvent
The state of the keyboard modifier keys and mouse masks at the time the event was generated.
stateMask - Variable in class org.eclipse.swt.widgets.Event
depending on the event, the state of the keyboard modifier keys and mouse masks at the time the event was generated.
status - Variable in class org.eclipse.swt.internal.cairo.cairo_path_t
 
statusBar - Variable in class org.eclipse.swt.browser.WindowEvent
Specifies whether the Shell hosting the Browser should display a status bar.
statusbar_visible - Static variable in class org.eclipse.swt.internal.webkit.WebKitGTK
 
StatusTextEvent - Class in org.eclipse.swt.browser
A StatusTextEvent is sent by a Browser to StatusTextListener's when the status text is changed.
StatusTextEvent(Widget) - Constructor for class org.eclipse.swt.browser.StatusTextEvent
Constructs a new instance of this class.
StatusTextListener - Interface in org.eclipse.swt.browser
This listener interface may be implemented in order to receive a StatusTextEvent notification when the status text for a Browser is changed.
stencilSize - Variable in class org.eclipse.swt.opengl.GLData
The desired number of stencil bitplanes.
step_increment - Variable in class org.eclipse.swt.internal.gtk.GtkAdjustment
 
stereo - Variable in class org.eclipse.swt.opengl.GLData
Specifies a stereo surface.
stop() - Method in class org.eclipse.swt.browser.Browser
Stop any loading and rendering activity.
stop() - Method in class org.eclipse.swt.custom.AnimatedProgress
Deprecated.
Stop the animation.
stop() - Method in interface org.eclipse.swt.internal.SessionManagerDBus.IListener
Perform final cleanup here.
stopTracking() - Method in class org.eclipse.swt.internal.WidgetSpy.NonDisposedWidgetTracker
 
strcmp(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
strikeout - Variable in class org.eclipse.swt.graphics.TextStyle
the strikeout flag of the style
strikeoutColor - Variable in class org.eclipse.swt.graphics.TextStyle
the strikeout color of the style
string - Variable in class org.eclipse.swt.accessibility.AccessibleEditableTextEvent
[in] a string that will replace the specified character range
string - Variable in class org.eclipse.swt.graphics.FontData
the Pango string (Warning: This field is platform dependent)
string - Variable in class org.eclipse.swt.graphics.GCData
 
string - Variable in class org.eclipse.swt.internal.gtk3.GdkEventKey
 
stringExtent(String) - Method in class org.eclipse.swt.graphics.GC
Returns the extent of the given string.
stringHeight - Variable in class org.eclipse.swt.graphics.GCData
 
stringWidth - Variable in class org.eclipse.swt.graphics.GCData
 
strlen(long) - Static method in class org.eclipse.swt.internal.C
 
style - Variable in class org.eclipse.swt.custom.Bullet
The bullet style.
style - Variable in class org.eclipse.swt.custom.PaintObjectEvent
the StyleRange
style - Variable in class org.eclipse.swt.graphics.FontData
the font style (Warning: This field is platform dependent)
style - Variable in class org.eclipse.swt.graphics.GCData
 
style - Variable in class org.eclipse.swt.graphics.LineAttributes
The line style.
style_updated - Static variable in class org.eclipse.swt.internal.gtk.OS
 
StyledText - Class in org.eclipse.swt.custom
A StyledText is an editable user interface object that displays lines of text.
StyledText(Composite, int) - Constructor for class org.eclipse.swt.custom.StyledText
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
StyledTextContent - Interface in org.eclipse.swt.custom
Clients may implement the StyledTextContent interface to provide a custom store for the StyledText widget content.
StyledTextDropTargetEffect - Class in org.eclipse.swt.custom
This adapter class provides a default drag under effect (eg.
StyledTextDropTargetEffect(StyledText) - Constructor for class org.eclipse.swt.custom.StyledTextDropTargetEffect
Creates a new StyledTextDropTargetEffect to handle the drag under effect on the specified StyledText.
StyledTextLineSpacingProvider - Interface in org.eclipse.swt.custom
Line spacing provider used to customize different line spacing for some lines of StyledText
StyledTextPrintOptions - Class in org.eclipse.swt.custom
Use StyledTextPrintOptions to specify printing options for the StyledText.print(Printer, StyledTextPrintOptions) API.
StyledTextPrintOptions() - Constructor for class org.eclipse.swt.custom.StyledTextPrintOptions
 
StyleRange - Class in org.eclipse.swt.custom
StyleRange defines a set of styles for a specified range of text.
StyleRange() - Constructor for class org.eclipse.swt.custom.StyleRange
Create a new style range with no styles
StyleRange(int, int, Color, Color) - Constructor for class org.eclipse.swt.custom.StyleRange
Create a new style range.
StyleRange(int, int, Color, Color, int) - Constructor for class org.eclipse.swt.custom.StyleRange
Create a new style range.
StyleRange(TextStyle) - Constructor for class org.eclipse.swt.custom.StyleRange
Create a new style range from an existing text style.
styles - Variable in class org.eclipse.swt.custom.LineStyleEvent
line styles (output) Note: Because a StyleRange includes the start and length, the same instance cannot occur multiple times in the array of styles.
subtract(int[]) - Method in class org.eclipse.swt.graphics.Region
Subtracts the given polygon from the collection of polygons the receiver maintains to describe its area.
subtract(int, int, int, int) - Method in class org.eclipse.swt.graphics.Region
Subtracts the given rectangle from the collection of polygons the receiver maintains to describe its area.
subtract(Rectangle) - Method in class org.eclipse.swt.graphics.Region
Subtracts the given rectangle from the collection of polygons the receiver maintains to describe its area.
subtract(Region) - Method in class org.eclipse.swt.graphics.Region
Subtracts all of the polygons which make up the area covered by the argument from the collection of polygons the receiver maintains to describe its area.
subwindow - Variable in class org.eclipse.swt.internal.gtk3.GdkEventCrossing
 
surface - Variable in class org.eclipse.swt.graphics.Image
The handle to the OS cairo surface resource.
swapBuffers() - Method in class org.eclipse.swt.opengl.GLCanvas
Swaps the front and back color buffers.
switch_page - Static variable in class org.eclipse.swt.internal.gtk.OS
 
SWT - Class in org.eclipse.swt
This class provides access to a small number of SWT system-wide methods, and in addition defines the public constants provided by SWT.
SWT() - Constructor for class org.eclipse.swt.SWT
 
SWT_AWT - Class in org.eclipse.swt.awt
This class provides a bridge between SWT and AWT, so that it is possible to embed AWT components in SWT and vice versa.
SWT_AWT() - Constructor for class org.eclipse.swt.awt.SWT_AWT
 
SWT_DEBUG - Static variable in class org.eclipse.swt.internal.gtk.OS
 
swt_debug_on_fatal_warnings() - Static method in class org.eclipse.swt.internal.gtk.OS
 
swt_fixed_accessible_get_type() - Static method in class org.eclipse.swt.internal.gtk.OS
 
swt_fixed_accessible_register_accessible(long, boolean, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
swt_fixed_add(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
swt_fixed_get_type() - Static method in class org.eclipse.swt.internal.gtk.OS
 
swt_fixed_move(long, long, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
swt_fixed_remove(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
swt_fixed_resize(long, long, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
swt_fixed_restack(long, long, long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
SWT_LIB_VERSIONS - Static variable in class org.eclipse.swt.internal.gtk.OS
 
SWT_MENU_LOCATION_DEBUGGING - Static variable in class org.eclipse.swt.internal.gtk.OS
 
SWT_PADDED_MENU_ITEMS - Static variable in class org.eclipse.swt.internal.gtk.OS
 
swt_set_lock_functions() - Static method in class org.eclipse.swt.internal.gtk.OS
 
SWT_VERSION - Static variable in class org.eclipse.swt.internal.Library
The JAVA and SWT versions
SWT_VERSION(int, int) - Static method in class org.eclipse.swt.internal.Library
Returns the SWT version number as an integer.
SwtCallable<V,​E extends java.lang.Exception> - Interface in org.eclipse.swt
A method that returns a result and may throw a checked exception of the given type.
SWTError - Error in org.eclipse.swt
This error is thrown whenever an unrecoverable error occurs internally in SWT.
SWTError() - Constructor for error org.eclipse.swt.SWTError
Constructs a new instance of this class with its stack trace filled in.
SWTError(int) - Constructor for error org.eclipse.swt.SWTError
Constructs a new instance of this class with its stack trace and error code filled in.
SWTError(int, String) - Constructor for error org.eclipse.swt.SWTError
Constructs a new instance of this class with its stack trace, error code and message filled in.
SWTError(String) - Constructor for error org.eclipse.swt.SWTError
Constructs a new instance of this class with its stack trace and message filled in.
SWTEventListener - Interface in org.eclipse.swt.internal
This interface is the cross-platform version of the java.util.EventListener interface.
SWTException - Exception in org.eclipse.swt
This runtime exception is thrown whenever a recoverable error occurs internally in SWT.
SWTException() - Constructor for exception org.eclipse.swt.SWTException
Constructs a new instance of this class with its stack trace filled in.
SWTException(int) - Constructor for exception org.eclipse.swt.SWTException
Constructs a new instance of this class with its stack trace and error code filled in.
SWTException(int, String) - Constructor for exception org.eclipse.swt.SWTException
Constructs a new instance of this class with its stack trace, error code and message filled in.
SWTException(String) - Constructor for exception org.eclipse.swt.SWTException
Constructs a new instance of this class with its stack trace and message filled in.
SWTGeometry - Class in org.eclipse.swt.internal
 
SWTGeometry() - Constructor for class org.eclipse.swt.internal.SWTGeometry
 
swtWebkitGlueCodeVersion - Static variable in class org.eclipse.swt.internal.webkit.WebKitGTK
Internal version of "Webkit glue code", used mainly during webkit2 port.
swtWebkitGlueCodeVersionInfo - Static variable in class org.eclipse.swt.internal.webkit.WebKitGTK
 
syncCall(SwtCallable<T, E>) - Method in class org.eclipse.swt.widgets.Display
Calls the callable on the user-interface thread at the next reasonable opportunity, and returns the its result from this method.
SyncDialogUtil - Class in org.eclipse.swt.internal
This class is an internal use utilities class introduced during the port from GTK3 to GTK4.
SyncDialogUtil() - Constructor for class org.eclipse.swt.internal.SyncDialogUtil
 
syncExec(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.
syncExec(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.
Synchronizer - Class in org.eclipse.swt.widgets
Instances of this class provide synchronization support for displays.
Synchronizer(Display) - Constructor for class org.eclipse.swt.widgets.Synchronizer
Constructs a new instance of this class.
SYSTEM_MODAL - Static variable in class org.eclipse.swt.SWT
Style constant for system modal behavior (value is 1<<17).

T

TAB - Static variable in class org.eclipse.swt.SWT
ASCII character convenience constant for the tab character (value is the char '\t').
TabFolder - Class in org.eclipse.swt.widgets
Instances of this class implement the notebook user interface metaphor.
TabFolder(Composite, int) - Constructor for class org.eclipse.swt.widgets.TabFolder
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
TabItem - Class in org.eclipse.swt.widgets
Instances of this class represent a selectable user interface object corresponding to a tab for a page in a tab folder.
TabItem(TabFolder, int) - Constructor for class org.eclipse.swt.widgets.TabItem
Constructs a new instance of this class given its parent (which must be a TabFolder) and a style value describing its behavior and appearance.
TabItem(TabFolder, int, int) - Constructor for class org.eclipse.swt.widgets.TabItem
Constructs a new instance of this class given its parent (which must be a TabFolder), a style value describing its behavior and appearance, and the index at which to place it in the items maintained by its parent.
Table - Class in org.eclipse.swt.widgets
Instances of this class implement a selectable user interface object that displays a list of images and strings and issues notification when selected.
Table(Composite, int) - Constructor for class org.eclipse.swt.widgets.Table
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
TableColumn - Class in org.eclipse.swt.widgets
Instances of this class represent a column in a table widget.
TableColumn(Table, int) - Constructor for class org.eclipse.swt.widgets.TableColumn
Constructs a new instance of this class given its parent (which must be a Table) and a style value describing its behavior and appearance.
TableColumn(Table, int, int) - Constructor for class org.eclipse.swt.widgets.TableColumn
Constructs a new instance of this class given its parent (which must be a Table), a style value describing its behavior and appearance, and the index at which to place it in the items maintained by its parent.
TableCursor - Class in org.eclipse.swt.custom
A TableCursor provides a way for the user to navigate around a Table using the keyboard.
TableCursor(Table, int) - Constructor for class org.eclipse.swt.custom.TableCursor
Constructs a new instance of this class given its parent table and a style value describing its behavior and appearance.
TableDragSourceEffect - Class in org.eclipse.swt.dnd
This class provides default implementations to display a source image when a drag is initiated from a Table.
TableDragSourceEffect(Table) - Constructor for class org.eclipse.swt.dnd.TableDragSourceEffect
Creates a new TableDragSourceEffect to handle drag effect from the specified Table.
TableDropTargetEffect - Class in org.eclipse.swt.dnd
This class provides a default drag under effect (eg.
TableDropTargetEffect(Table) - Constructor for class org.eclipse.swt.dnd.TableDropTargetEffect
Creates a new TableDropTargetEffect to handle the drag under effect on the specified Table.
TableEditor - Class in org.eclipse.swt.custom
A TableEditor is a manager for a Control that appears above a cell in a Table and tracks with the moving and resizing of that cell.
TableEditor(Table) - Constructor for class org.eclipse.swt.custom.TableEditor
Creates a TableEditor for the specified Table.
TableItem - Class in org.eclipse.swt.widgets
Instances of this class represent a selectable user interface object that represents an item in a table.
TableItem(Table, int) - Constructor for class org.eclipse.swt.widgets.TableItem
Constructs a new instance of this class given its parent (which must be a Table) and a style value describing its behavior and appearance.
TableItem(Table, int, int) - Constructor for class org.eclipse.swt.widgets.TableItem
Constructs a new instance of this class given its parent (which must be a Table), a style value describing its behavior and appearance, and the index at which to place it in the items maintained by its parent.
tabStops - Variable in class org.eclipse.swt.accessibility.AccessibleAttributeEvent
[out] an array of pixel locations representing tab stops
tabStops - Variable in class org.eclipse.swt.custom.LineStyleEvent
line tab stops (output)
target - Variable in class org.eclipse.swt.internal.gtk3.GtkTargetEntry
 
TaskBar - Class in org.eclipse.swt.widgets
Instances of this class represent the system task bar.
TaskItem - Class in org.eclipse.swt.widgets
Instances of this class represent a task item.
TEM - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
test_collapse_row - Static variable in class org.eclipse.swt.internal.gtk.OS
 
test_expand_row - Static variable in class org.eclipse.swt.internal.gtk.OS
 
text - Variable in class org.eclipse.swt.browser.StatusTextEvent
status text
text - Variable in class org.eclipse.swt.custom.Bullet
The bullet text.
text - Variable in class org.eclipse.swt.events.SelectionEvent
The text of the hyperlink that was selected.
text - Variable in class org.eclipse.swt.events.VerifyEvent
the new text that will be inserted.
text - Static variable in class org.eclipse.swt.internal.gtk.OS
 
text - Variable in class org.eclipse.swt.widgets.Event
depending on the event, the new text that will be inserted.
Text - Class in org.eclipse.swt.widgets
Instances of this class are selectable user interface objects that allow the user to enter and modify text.
Text(Composite, int) - Constructor for class org.eclipse.swt.widgets.Text
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
text_attributes_changed - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
TEXT_BOUNDARY_ALL - Static variable in class org.eclipse.swt.accessibility.ACC
Using this value will cause all text to be returned.
TEXT_BOUNDARY_CHAR - Static variable in class org.eclipse.swt.accessibility.ACC
Typically, a single character is returned.
TEXT_BOUNDARY_LINE - Static variable in class org.eclipse.swt.accessibility.ACC
Range is from start of one line to the start of another line.
TEXT_BOUNDARY_PARAGRAPH - Static variable in class org.eclipse.swt.accessibility.ACC
Range is from start of one paragraph to the start of another paragraph.
TEXT_BOUNDARY_SENTENCE - Static variable in class org.eclipse.swt.accessibility.ACC
Range is from start of one sentence to the start of another sentence.
TEXT_BOUNDARY_WORD - Static variable in class org.eclipse.swt.accessibility.ACC
The range provided matches the range observed when the application processes the Ctrl + left arrow and Ctrl + right arrow key sequences.
text_caret_moved - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
text_caret_moved - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTextIface
 
text_changed - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTextIface
 
text_changed_delete - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
text_changed_insert - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
TEXT_DELETE - Static variable in class org.eclipse.swt.accessibility.ACC
 
TEXT_END - Static variable in class org.eclipse.swt.custom.ST
 
TEXT_INSERT - Static variable in class org.eclipse.swt.accessibility.ACC
 
text_selection_changed - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
text_selection_changed - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTextIface
 
TEXT_START - Static variable in class org.eclipse.swt.custom.ST
 
textCaretMoved(int) - Method in class org.eclipse.swt.accessibility.Accessible
Sends a message to accessible clients that the text caret has moved within a custom control.
textChanged(int, int, int) - Method in class org.eclipse.swt.accessibility.Accessible
Sends a message to accessible clients that the text within a custom control has changed.
textChanged(TextChangedEvent) - Method in interface org.eclipse.swt.custom.TextChangeListener
This method is called when the content has changed.
TextChanged - Static variable in class org.eclipse.swt.custom.ST
The TextChanged event type (value is 3006).
TextChangedEvent - Class in org.eclipse.swt.custom
This event is sent by the StyledTextContent implementor when a change to the text occurs.
TextChangedEvent(StyledTextContent) - Constructor for class org.eclipse.swt.custom.TextChangedEvent
Create the TextChangedEvent to be used by the StyledTextContent implementor.
TextChangeListener - Interface in org.eclipse.swt.custom
The StyledText widget implements this listener to receive notifications when changes to the model occur.
textChanging(TextChangingEvent) - Method in interface org.eclipse.swt.custom.TextChangeListener
This method is called when the content is about to be changed.
TextChanging - Static variable in class org.eclipse.swt.custom.ST
The TextChanging event type (value is 3003).
TextChangingEvent - Class in org.eclipse.swt.custom
This event is sent by the StyledTextContent implementor when a change to the text is about to occur.
TextChangingEvent(StyledTextContent) - Constructor for class org.eclipse.swt.custom.TextChangingEvent
Create the TextChangedEvent to be used by the StyledTextContent implementor.
textExtent(String) - Method in class org.eclipse.swt.graphics.GC
Returns the extent of the given string.
textExtent(String, int) - Method in class org.eclipse.swt.graphics.GC
Returns the extent of the given string.
TextLayout - Class in org.eclipse.swt.graphics
TextLayout is a graphic object that represents styled text.
TextLayout(Device) - Constructor for class org.eclipse.swt.graphics.TextLayout
Constructs a new instance of this class on the given device.
textSelectionChanged() - Method in class org.eclipse.swt.accessibility.Accessible
Sends a message to accessible clients that the text selection has changed within a custom control.
textSet(TextChangedEvent) - Method in interface org.eclipse.swt.custom.TextChangeListener
This method is called instead of the textChanging/textChanged combination when the entire old content has been replaced (e.g., by a call to StyledTextContent.setText()).
TextSet - Static variable in class org.eclipse.swt.custom.ST
The TextSet event type (value is 3004).
textStyle - Variable in class org.eclipse.swt.accessibility.AccessibleTextAttributeEvent
[in/out] the TextStyle of the character range
TextStyle - Class in org.eclipse.swt.graphics
TextStyle defines a set of styles that can be applied to a range of text.
TextStyle() - Constructor for class org.eclipse.swt.graphics.TextStyle
Create an empty text style.
TextStyle(Font, Color, Color) - Constructor for class org.eclipse.swt.graphics.TextStyle
Create a new text style with the specified font, foreground and background.
TextStyle(TextStyle) - Constructor for class org.eclipse.swt.graphics.TextStyle
Create a new text style from an existing text style.
TextTransfer - Class in org.eclipse.swt.dnd
The class TextTransfer provides a platform specific mechanism for converting plain text represented as a java String to a platform specific representation of the data and vice versa.
throwable - Variable in error org.eclipse.swt.SWTError
The underlying throwable that caused the problem, or null if this information is not available.
throwable - Variable in exception org.eclipse.swt.SWTException
The underlying throwable that caused the problem, or null if this information is not available.
TIFFFileFormat - Class in org.eclipse.swt.internal.image
Baseline TIFF decoder revision 6.0 Extension T4-encoding CCITT T.4 1D
TIFFFileFormat() - Constructor for class org.eclipse.swt.internal.image.TIFFFileFormat
 
time - Variable in class org.eclipse.swt.events.TypedEvent
the time that the event occurred.
time - Variable in class org.eclipse.swt.internal.gtk3.GdkEventButton
 
time - Variable in class org.eclipse.swt.internal.gtk3.GdkEventCrossing
 
time - Variable in class org.eclipse.swt.internal.gtk3.GdkEventKey
 
time - Variable in class org.eclipse.swt.internal.gtk3.GdkEventMotion
 
time - Variable in class org.eclipse.swt.widgets.Event
the time that the event occurred.
TIME - Static variable in class org.eclipse.swt.SWT
Style constant for time display (value is 1<<7).
timerExec(int, Runnable) - Method in class org.eclipse.swt.widgets.Display
Causes the run() method of the runnable to be invoked by the user-interface thread after the specified number of milliseconds have elapsed.
title - Variable in class org.eclipse.swt.browser.TitleEvent
the title of the current document
title - Variable in class org.eclipse.swt.internal.gtk3.GdkWindowAttr
 
TITLE - Static variable in class org.eclipse.swt.SWT
Style constant for title area trim (value is 1<<5).
TitleEvent - Class in org.eclipse.swt.browser
A TitleEvent is sent by a Browser to TitleListener's when the title of the current document is available or when it is modified.
TitleEvent(Widget) - Constructor for class org.eclipse.swt.browser.TitleEvent
Constructs a new instance of this class.
TitleListener - Interface in org.eclipse.swt.browser
This listener interface may be implemented in order to receive a TitleEvent notification when the title of the document displayed in a Browser is known or has been changed.
toControl(int, int) - Method in class org.eclipse.swt.widgets.Control
Returns a point which is the result of converting the argument, which is specified in display relative coordinates, to coordinates relative to the receiver.
toControl(Point) - Method in class org.eclipse.swt.widgets.Control
Returns a point which is the result of converting the argument, which is specified in display relative coordinates, to coordinates relative to the receiver.
toDisplay(int, int) - Method in class org.eclipse.swt.widgets.Control
Returns a point which is the result of converting the argument, which is specified in coordinates relative to the receiver, to display relative coordinates.
toDisplay(Point) - Method in class org.eclipse.swt.widgets.Control
Returns a point which is the result of converting the argument, which is specified in coordinates relative to the receiver, to display relative coordinates.
TOGGLE - Static variable in class org.eclipse.swt.SWT
Style constant for toggle button behavior (value is 1<<1).
TOGGLE_BLOCKSELECTION - Static variable in class org.eclipse.swt.custom.ST
TEMPORARY CODE - API SUBJECT TO CHANGE Toggle block selection mode
TOGGLE_OVERWRITE - Static variable in class org.eclipse.swt.custom.ST
 
toggled - Static variable in class org.eclipse.swt.internal.gtk.OS
 
TOOL - Static variable in class org.eclipse.swt.SWT
Style constant for tool window behavior (value is 1<<2).
toolBar - Variable in class org.eclipse.swt.browser.WindowEvent
Specifies whether the Shell hosting the Browser should display a tool bar.
ToolBar - Class in org.eclipse.swt.widgets
Instances of this class support the layout of selectable tool bar items.
ToolBar(Composite, int) - Constructor for class org.eclipse.swt.widgets.ToolBar
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
toolbar_visible - Static variable in class org.eclipse.swt.internal.webkit.WebKitGTK
 
ToolItem - Class in org.eclipse.swt.widgets
Instances of this class represent a selectable user interface object that represents a button in a tool bar.
ToolItem(ToolBar, int) - Constructor for class org.eclipse.swt.widgets.ToolItem
Constructs a new instance of this class given its parent (which must be a ToolBar) and a style value describing its behavior and appearance.
ToolItem(ToolBar, int, int) - Constructor for class org.eclipse.swt.widgets.ToolItem
Constructs a new instance of this class given its parent (which must be a ToolBar), a style value describing its behavior and appearance, and the index at which to place it in the items maintained by its parent.
ToolTip - Class in org.eclipse.swt.widgets
Instances of this class represent popup windows that are used to inform or warn the user.
ToolTip(Shell, int) - Constructor for class org.eclipse.swt.widgets.ToolTip
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
top - Variable in class org.eclipse.swt.browser.LocationEvent
A flag indicating whether the location opens in the top frame or not.
top - Variable in class org.eclipse.swt.internal.gtk.GtkBorder
 
top - Variable in class org.eclipse.swt.layout.FormData
top specifies the attachment of the top of the control.
TOP - Static variable in class org.eclipse.swt.SWT
Style constant for align top behavior (value is 1<<7, since align UP and align TOP are considered the same).
topControl - Variable in class org.eclipse.swt.custom.StackLayout
topControl the Control that is displayed at the top of the stack.
topMargin - Variable in class org.eclipse.swt.accessibility.AccessibleAttributeEvent
[out] the top margin in pixels
toRectangle() - Method in class org.eclipse.swt.internal.gtk.GdkRectangle
 
toString() - Method in class org.eclipse.swt.accessibility.AccessibleActionEvent
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.accessibility.AccessibleAttributeEvent
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.accessibility.AccessibleControlEvent
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.accessibility.AccessibleEditableTextEvent
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.accessibility.AccessibleEvent
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.accessibility.AccessibleHyperlinkEvent
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.accessibility.AccessibleTableCellEvent
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.accessibility.AccessibleTableEvent
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.accessibility.AccessibleTextAttributeEvent
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.accessibility.AccessibleTextEvent
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.accessibility.AccessibleValueEvent
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.browser.AuthenticationEvent
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.browser.LocationEvent
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.browser.ProgressEvent
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.browser.StatusTextEvent
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.browser.TitleEvent
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.browser.WindowEvent
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.custom.CTabFolderEvent
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.custom.StackLayout
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.custom.StyleRange
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.dnd.DragSourceEvent
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.dnd.DropTargetEvent
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.events.GestureEvent
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.events.KeyEvent
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.events.MenuDetectEvent
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.events.MouseEvent
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.events.PaintEvent
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.events.SelectionEvent
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.events.ShellEvent
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.events.TouchEvent
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.events.TraverseEvent
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.events.TypedEvent
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.events.VerifyEvent
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.graphics.Color
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.graphics.Cursor
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.graphics.Font
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.graphics.FontData
Returns a string representation of the receiver which is suitable for constructing an equivalent instance using the FontData(String) constructor.
toString() - Method in class org.eclipse.swt.graphics.GC
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.graphics.GlyphMetrics
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.graphics.Image
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.graphics.ImageLoaderEvent
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.graphics.Path
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.graphics.Pattern
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.graphics.Point
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.graphics.Rectangle
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.graphics.Region
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.graphics.RGB
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.graphics.RGBA
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.graphics.TextLayout
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.graphics.TextStyle
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.graphics.Transform
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.internal.cairo.cairo_rectangle_int_t
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.internal.gtk.GdkRectangle
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.internal.gtk.GdkRGBA
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.internal.gtk.GtkAllocation
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.internal.gtk.GtkRequisition
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.layout.BorderData
 
toString() - Method in class org.eclipse.swt.layout.BorderLayout
 
toString() - Method in class org.eclipse.swt.layout.FillLayout
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.layout.FormAttachment
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.layout.FormData
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.layout.FormLayout
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.layout.GridData
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.layout.GridLayout
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.layout.RowData
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.layout.RowLayout
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.opengl.GLData
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.printing.PrinterData
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.program.Program
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.widgets.Composite
 
toString() - Method in class org.eclipse.swt.widgets.Event
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.widgets.Touch
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.widgets.TouchSource
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.widgets.Widget
Returns a string containing a concise, human-readable description of the receiver.
total - Variable in class org.eclipse.swt.browser.ProgressEvent
total value
touch(TouchEvent) - Method in interface org.eclipse.swt.events.TouchListener
Sent when a touch sequence begins, changes state, or ends.
Touch - Class in org.eclipse.swt.widgets
Instances of this class are created in response to a touch-based input device being touched.
Touch - Static variable in class org.eclipse.swt.SWT
The touch event type (value is 47).
touches - Variable in class org.eclipse.swt.events.TouchEvent
The set of touches representing the state of all contacts with touch input device at the time the event was generated.
touches - Variable in class org.eclipse.swt.widgets.Event
An array of the touch states for the current touch event.
TouchEvent - Class in org.eclipse.swt.events
Instances of this class are sent in response to a touch-based input source being touched.
TouchEvent(Event) - Constructor for class org.eclipse.swt.events.TouchEvent
Constructs a new instance of this class based on the information in the given untyped event.
TouchListener - Interface in org.eclipse.swt.events
Classes which implement this interface provide methods that deal with the events that are generated as touches occur on a touch-aware input surface.
TouchSource - Class in org.eclipse.swt.widgets
Instances of this class represent sources of touch input that generate Touch objects.
TOUCHSTATE_DOWN - Static variable in class org.eclipse.swt.SWT
A constant indicating that a finger touched the device.
TOUCHSTATE_MOVE - Static variable in class org.eclipse.swt.SWT
A constant indicating that a finger moved on the device.
TOUCHSTATE_UP - Static variable in class org.eclipse.swt.SWT
A constant indicating that a finger was lifted from the device.
TQI - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
Tracker - Class in org.eclipse.swt.widgets
Instances of this class implement rubber banding rectangles that are drawn onto a parent Composite or Display.
Tracker(Composite, int) - Constructor for class org.eclipse.swt.widgets.Tracker
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
Tracker(Display, int) - Constructor for class org.eclipse.swt.widgets.Tracker
Constructs a new instance of this class given the display to create it on and a style value describing its behavior and appearance.
tracking - Variable in class org.eclipse.swt.graphics.DeviceData
 
TRAIL - Static variable in class org.eclipse.swt.SWT
Style constant for trailing alignment (value is 1<<17).
Transfer - Class in org.eclipse.swt.dnd
Transfer provides a mechanism for converting between a java representation of data and a platform specific representation of data and vice versa.
Transfer() - Constructor for class org.eclipse.swt.dnd.Transfer
 
TransferData - Class in org.eclipse.swt.dnd
The TransferData class is a platform specific data structure for describing the type and the contents of data being converted by a transfer agent.
TransferData() - Constructor for class org.eclipse.swt.dnd.TransferData
 
transform(float[]) - Method in class org.eclipse.swt.graphics.Transform
Given an array containing points described by alternating x and y values, modify that array such that each point has been replaced with the result of applying the transformation represented by the receiver to that point.
Transform - Class in org.eclipse.swt.graphics
Instances of this class represent transformation matrices for points expressed as (x, y) pairs of floating point numbers.
Transform(Device) - Constructor for class org.eclipse.swt.graphics.Transform
Constructs a new identity Transform.
Transform(Device, float[]) - Constructor for class org.eclipse.swt.graphics.Transform
Constructs a new Transform given an array of elements that represent the matrix that describes the transformation.
Transform(Device, float, float, float, float, float, float) - Constructor for class org.eclipse.swt.graphics.Transform
Constructs a new Transform given all of the elements that represent the matrix that describes the transformation.
translate(float, float) - Method in class org.eclipse.swt.graphics.Transform
Modifies the receiver so that it represents a transformation that is equivalent to its previous transformation translated by (offsetX, offsetY).
translate(int, int) - Method in class org.eclipse.swt.graphics.Region
Translate all of the polygons the receiver maintains to describe its area by the specified point.
translate(Point) - Method in class org.eclipse.swt.graphics.Region
Translate all of the polygons the receiver maintains to describe its area by the specified point.
TRANSPARENCY_ALPHA - Static variable in class org.eclipse.swt.SWT
Image transparency constant indicating that the image contains alpha transparency information (value is 1<<0).
TRANSPARENCY_MASK - Static variable in class org.eclipse.swt.SWT
Image transparency constant indicating that the image contains a transparency mask (value is 1<<1).
TRANSPARENCY_NONE - Static variable in class org.eclipse.swt.SWT
Image transparency constant indicating that the image contains no transparency information (value is 0).
TRANSPARENCY_PIXEL - Static variable in class org.eclipse.swt.SWT
Image transparency constant indicating that the image contains a transparent pixel (value is 1<<2).
TRANSPARENT - Static variable in class org.eclipse.swt.SWT
Style constant for transparent behavior (value is 1<<30).
transparentPixel - Variable in class org.eclipse.swt.graphics.ImageData
The transparent pixel.
traverse(int) - Method in class org.eclipse.swt.custom.CCombo
 
traverse(int) - Method in class org.eclipse.swt.widgets.Control
Based on the argument, perform one of the expected platform traversal action.
traverse(int, KeyEvent) - Method in class org.eclipse.swt.widgets.Control
Performs a platform traversal action corresponding to a KeyDown event.
traverse(int, Event) - Method in class org.eclipse.swt.widgets.Control
Performs a platform traversal action corresponding to a KeyDown event.
Traverse - Static variable in class org.eclipse.swt.SWT
The traverse event type (value is 31).
TRAVERSE_ARROW_NEXT - Static variable in class org.eclipse.swt.SWT
Traversal event detail field value indicating that the key which designates that focus should be given to the previous tab item was pressed; typically, this is either the RIGHT-ARROW or DOWN-ARROW keys (value is 1<<6).
TRAVERSE_ARROW_PREVIOUS - Static variable in class org.eclipse.swt.SWT
Traversal event detail field value indicating that the key which designates that focus should be given to the previous tab item was pressed; typically, this is either the LEFT-ARROW or UP-ARROW keys (value is 1<<5).
TRAVERSE_ESCAPE - Static variable in class org.eclipse.swt.SWT
Traversal event detail field value indicating that the key which designates that a dialog should be cancelled was pressed; typically, this is the ESC key (value is 1<<1).
TRAVERSE_MNEMONIC - Static variable in class org.eclipse.swt.SWT
Traversal event detail field value indicating that a mnemonic key sequence was pressed (value is 1<<7).
TRAVERSE_NONE - Static variable in class org.eclipse.swt.SWT
Traversal event detail field value indicating that no traversal action should be taken (value is 0).
TRAVERSE_PAGE_NEXT - Static variable in class org.eclipse.swt.SWT
Traversal event detail field value indicating that the key which designates that the next page of a multi-page window should be shown was pressed; typically, this is the CTRL-PAGEDOWN key sequence (value is 1<<9).
TRAVERSE_PAGE_PREVIOUS - Static variable in class org.eclipse.swt.SWT
Traversal event detail field value indicating that the key which designates that the previous page of a multi-page window should be shown was pressed; typically, this is the CTRL-PAGEUP key sequence (value is 1<<8).
TRAVERSE_RETURN - Static variable in class org.eclipse.swt.SWT
Traversal event detail field value indicating that the key which activates the default button in a dialog was pressed; typically, this is the ENTER key (value is 1<<2).
TRAVERSE_TAB_NEXT - Static variable in class org.eclipse.swt.SWT
Traversal event detail field value indicating that the key which designates that focus should be given to the next tab group was pressed; typically, this is the TAB key (value is 1<<4).
TRAVERSE_TAB_PREVIOUS - Static variable in class org.eclipse.swt.SWT
Traversal event detail field value indicating that the key which designates that focus should be given to the previous tab group was pressed; typically, this is the SHIFT-TAB key sequence (value is 1<<3).
TraverseEvent - Class in org.eclipse.swt.events
Instances of this class are sent as a result of widget traversal actions.
TraverseEvent(Event) - Constructor for class org.eclipse.swt.events.TraverseEvent
Constructs a new instance of this class based on the information in the given untyped event.
TraverseListener - Interface in org.eclipse.swt.events
Classes which implement this interface provide a method that deals with the events that are generated when a traverse event occurs in a control.
Tray - Class in org.eclipse.swt.widgets
Instances of this class represent the system tray that is part of the task bar status area on some operating systems.
TrayItem - Class in org.eclipse.swt.widgets
Instances of this class represent icons that can be placed on the system tray or task bar status area.
TrayItem(Tray, int) - Constructor for class org.eclipse.swt.widgets.TrayItem
Constructs a new instance of this class given its parent (which must be a Tray) and a style value describing its behavior and appearance.
Tree - Class in org.eclipse.swt.widgets
Instances of this class provide a selectable user interface object that displays a hierarchy of items and issues notification when an item in the hierarchy is selected.
Tree(Composite, int) - Constructor for class org.eclipse.swt.widgets.Tree
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
TreeAdapter - Class in org.eclipse.swt.events
This adapter class provides default implementations for the methods described by the TreeListener interface.
TreeAdapter() - Constructor for class org.eclipse.swt.events.TreeAdapter
 
treeCollapsed(TreeEvent) - Method in class org.eclipse.swt.events.TreeAdapter
Sent when a tree branch is collapsed.
treeCollapsed(TreeEvent) - Method in interface org.eclipse.swt.events.TreeListener
Sent when a tree branch is collapsed.
treeCollapsedAdapter(Consumer<TreeEvent>) - Static method in interface org.eclipse.swt.events.TreeListener
Static helper method to create a TreeListener for the TreeListener.treeCollapsed(TreeEvent e)) method, given a lambda expression or a method reference.
TreeColumn - Class in org.eclipse.swt.widgets
Instances of this class represent a column in a tree widget.
TreeColumn(Tree, int) - Constructor for class org.eclipse.swt.widgets.TreeColumn
Constructs a new instance of this class given its parent (which must be a Tree) and a style value describing its behavior and appearance.
TreeColumn(Tree, int, int) - Constructor for class org.eclipse.swt.widgets.TreeColumn
Constructs a new instance of this class given its parent (which must be a Tree), a style value describing its behavior and appearance, and the index at which to place it in the items maintained by its parent.
TreeCursor - Class in org.eclipse.swt.custom
A TreeCursor provides a way for the user to navigate around a Tree with columns using the keyboard.
TreeCursor(Tree, int) - Constructor for class org.eclipse.swt.custom.TreeCursor
Constructs a new instance of this class given its parent tree and a style value describing its behavior and appearance.
TreeDragSourceEffect - Class in org.eclipse.swt.dnd
This class provides default implementations to display a source image when a drag is initiated from a Tree.
TreeDragSourceEffect(Tree) - Constructor for class org.eclipse.swt.dnd.TreeDragSourceEffect
Creates a new TreeDragSourceEffect to handle drag effect from the specified Tree.
TreeDropTargetEffect - Class in org.eclipse.swt.dnd
This class provides a default drag under effect (eg.
TreeDropTargetEffect(Tree) - Constructor for class org.eclipse.swt.dnd.TreeDropTargetEffect
Creates a new TreeDropTargetEffect to handle the drag under effect on the specified Tree.
TreeEditor - Class in org.eclipse.swt.custom
A TreeEditor is a manager for a Control that appears above a cell in a Tree and tracks with the moving and resizing of that cell.
TreeEditor(Tree) - Constructor for class org.eclipse.swt.custom.TreeEditor
Creates a TreeEditor for the specified Tree.
TreeEvent - Class in org.eclipse.swt.events
Instances of this class are sent as a result of trees being expanded and collapsed.
TreeEvent(Event) - Constructor for class org.eclipse.swt.events.TreeEvent
Constructs a new instance of this class based on the information in the given untyped event.
treeExpanded(TreeEvent) - Method in class org.eclipse.swt.events.TreeAdapter
Sent when a tree branch is expanded.
treeExpanded(TreeEvent) - Method in interface org.eclipse.swt.events.TreeListener
Sent when a tree branch is expanded.
treeExpandedAdapter(Consumer<TreeEvent>) - Static method in interface org.eclipse.swt.events.TreeListener
Static helper method to create a TreeListener for the TreeListener.treeExpanded(TreeEvent e)) method, given a lambda expression or a method reference.
TreeItem - Class in org.eclipse.swt.widgets
Instances of this class represent a selectable user interface object that represents a hierarchy of tree items in a tree widget.
TreeItem(TreeItem, int) - Constructor for class org.eclipse.swt.widgets.TreeItem
Constructs TreeItem and inserts it into Tree.
TreeItem(TreeItem, int, int) - Constructor for class org.eclipse.swt.widgets.TreeItem
Constructs TreeItem and inserts it into Tree.
TreeItem(Tree, int) - Constructor for class org.eclipse.swt.widgets.TreeItem
Constructs TreeItem and inserts it into Tree.
TreeItem(Tree, int, int) - Constructor for class org.eclipse.swt.widgets.TreeItem
Constructs TreeItem and inserts it into Tree.
TreeListener - Interface in org.eclipse.swt.events
Classes which implement this interface provide methods that deal with the expanding and collapsing of tree branches.
type - Variable in class org.eclipse.swt.accessibility.AccessibleTextEvent
 
type - Variable in class org.eclipse.swt.custom.Bullet
The bullet type.
type - Variable in class org.eclipse.swt.dnd.TransferData
The type is a unique identifier of a system format or user defined format.
type - Variable in class org.eclipse.swt.graphics.Image
specifies whether the receiver is a bitmap or an icon (one of SWT.BITMAP, SWT.ICON)
type - Variable in class org.eclipse.swt.graphics.ImageData
The type of file from which the image was read.
type - Variable in class org.eclipse.swt.internal.cairo.cairo_path_data_t
 
type - Variable in class org.eclipse.swt.internal.gtk.XEvent
 
type - Variable in class org.eclipse.swt.internal.gtk3.GdkEvent
 
type - Variable in class org.eclipse.swt.layout.BorderLayout
type specifies how controls will be positioned within the center region.
type - Variable in class org.eclipse.swt.layout.FillLayout
type specifies how controls will be positioned within the layout.
type - Variable in class org.eclipse.swt.layout.RowLayout
type specifies whether the layout places controls in rows or columns.
type - Variable in class org.eclipse.swt.widgets.Event
the type of event, as defined by the event type constants in class SWT
TypedEvent - Class in org.eclipse.swt.events
This is the super class for all typed event classes provided by SWT.
TypedEvent(Object) - Constructor for class org.eclipse.swt.events.TypedEvent
Constructs a new instance of this class.
TypedEvent(Event) - Constructor for class org.eclipse.swt.events.TypedEvent
Constructs a new instance of this class based on the information in the argument.
TypedListener - Class in org.eclipse.swt.widgets
Instances of this class are internal SWT implementation objects which provide a mapping between the typed and untyped listener mechanisms that SWT supports.
TypedListener(SWTEventListener) - Constructor for class org.eclipse.swt.widgets.TypedListener
Constructs a new instance of this class for the given event listener.
types - Variable in class org.eclipse.swt.graphics.PathData
The type of each point.

U

ubuntu_menu_proxy_get() - Static method in class org.eclipse.swt.internal.gtk.OS
 
underline - Variable in class org.eclipse.swt.graphics.TextStyle
the underline flag of the style.
UNDERLINE_DOUBLE - Static variable in class org.eclipse.swt.SWT
Style constant to indicate double underline (value is 1).
UNDERLINE_ERROR - Static variable in class org.eclipse.swt.SWT
Style constant to indicate error underline (value is 2).
UNDERLINE_LINK - Static variable in class org.eclipse.swt.SWT
Style constant to indicate link underline (value is 0).
UNDERLINE_SINGLE - Static variable in class org.eclipse.swt.SWT
Style constant to indicate single underline (value is 0).
UNDERLINE_SQUIGGLE - Static variable in class org.eclipse.swt.SWT
Style constant to indicate squiggle underline (value is 3).
underlineColor - Variable in class org.eclipse.swt.graphics.TextStyle
the underline color of the style
underlineStyle - Variable in class org.eclipse.swt.graphics.TextStyle
the underline style.
union(Rectangle) - Method in class org.eclipse.swt.graphics.Rectangle
Returns a new rectangle which represents the union of the receiver and the given rectangle.
unloadIntoStream(ImageLoader, LEDataOutputStream) - Method in class org.eclipse.swt.internal.image.FileFormat
Write the device independent image array stored in the specified loader to the specified output stream.
unmap - Static variable in class org.eclipse.swt.internal.gtk.OS
 
unmap_event - Static variable in class org.eclipse.swt.internal.gtk.OS
 
UP - Static variable in class org.eclipse.swt.SWT
Style constant for align up behavior (value is 1<<7, since align UP and align TOP are considered the same).
update() - Method in class org.eclipse.swt.widgets.Control
Forces all outstanding paint requests for the widget to be processed before this method returns.
update() - Method in class org.eclipse.swt.widgets.Display
Forces all outstanding paint requests for the display to be processed before this method returns.
upper - Variable in class org.eclipse.swt.internal.gtk.GtkAdjustment
 
URLTransfer - Class in org.eclipse.swt.dnd
The class URLTransfer provides a platform specific mechanism for converting text in URL format represented as a java String to a platform specific representation of the data and vice versa.
useCairoAutoScale() - Static method in class org.eclipse.swt.internal.DPIUtil
 
user - Variable in class org.eclipse.swt.browser.AuthenticationEvent
The user name to authenticate with
user_agent - Static variable in class org.eclipse.swt.internal.webkit.WebKitGTK
 
USER_HOME - Static variable in class org.eclipse.swt.internal.Library
 

V

V_SCROLL - Static variable in class org.eclipse.swt.SWT
Style constant for vertical scrollbar behavior (value is 1<<9).
validate(Object) - Method in class org.eclipse.swt.dnd.FileTransfer
 
validate(Object) - Method in class org.eclipse.swt.dnd.HTMLTransfer
 
validate(Object) - Method in class org.eclipse.swt.dnd.ImageTransfer
 
validate(Object) - Method in class org.eclipse.swt.dnd.RTFTransfer
 
validate(Object) - Method in class org.eclipse.swt.dnd.TextTransfer
 
validate(Object) - Method in class org.eclipse.swt.dnd.Transfer
Test that the object is of the correct format for this Transfer class.
validate(Object) - Method in class org.eclipse.swt.dnd.URLTransfer
 
validateAndGetImageDataAtZoom(ImageDataProvider, int, boolean[]) - Static method in class org.eclipse.swt.internal.DPIUtil
Gets Image data at specified zoom level, if image is missing then fall-back to 100% image.
validateAndGetImagePathAtZoom(ImageFileNameProvider, int, boolean[]) - Static method in class org.eclipse.swt.internal.DPIUtil
Gets Image file path at specified zoom level, if image is missing then fall-back to 100% image.
value - Variable in class org.eclipse.swt.accessibility.AccessibleValueEvent
 
value - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkAttribute
 
value - Variable in class org.eclipse.swt.internal.gtk.GtkAdjustment
 
value - Variable in class org.eclipse.swt.internal.gtk.PangoAttrInt
 
value - Variable in class org.eclipse.swt.internal.LONG
 
value_changed - Static variable in class org.eclipse.swt.internal.gtk.OS
 
value_table - Variable in class org.eclipse.swt.internal.gtk.GTypeInfo
 
Verify - Static variable in class org.eclipse.swt.SWT
The verify event type (value is 25).
VerifyEvent - Class in org.eclipse.swt.events
Instances of this class are sent as a result of widgets handling keyboard events
VerifyEvent(Event) - Constructor for class org.eclipse.swt.events.VerifyEvent
Constructs a new instance of this class based on the information in the given untyped event.
verifyKey(VerifyEvent) - Method in interface org.eclipse.swt.custom.VerifyKeyListener
The following event fields are used: event.character is the character that was typed (input) event.keyCode is the key code that was typed (input) event.stateMask is the state of the keyboard (input) event.doit is processed or not (output)
VerifyKey - Static variable in class org.eclipse.swt.custom.ST
The VerifyKey event type (value is 3005).
VerifyKeyListener - Interface in org.eclipse.swt.custom
Classes which implement this interface provide a method that deals with the event that is generated when a key is pressed.
VerifyListener - Interface in org.eclipse.swt.events
Classes which implement this interface provide a method that deals with the events that are generated when text is about to be modified.
verifyText(VerifyEvent) - Method in interface org.eclipse.swt.events.VerifyListener
Sent when the text is about to be modified.
VERSION(int, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
VERTICAL - Static variable in class org.eclipse.swt.SWT
Style constant for vertical alignment or orientation behavior (value is 1<<9).
VERTICAL_ALIGN_BEGINNING - Static variable in class org.eclipse.swt.layout.GridData
Style bit for new GridData(int).
VERTICAL_ALIGN_CENTER - Static variable in class org.eclipse.swt.layout.GridData
Style bit for new GridData(int) to position the control in the vertical center of the cell.
VERTICAL_ALIGN_END - Static variable in class org.eclipse.swt.layout.GridData
Style bit for new GridData(int) to position the control at the bottom of the cell.
VERTICAL_ALIGN_FILL - Static variable in class org.eclipse.swt.layout.GridData
Style bit for new GridData(int) to resize the control to fill the cell vertically.
verticalAlignment - Variable in class org.eclipse.swt.custom.ControlEditor
Specifies how the editor should be aligned relative to the control.
verticalAlignment - Variable in class org.eclipse.swt.layout.GridData
verticalAlignment specifies how controls will be positioned vertically within a cell.
verticalIndent - Variable in class org.eclipse.swt.layout.GridData
verticalIndent specifies the number of points of indentation that will be placed along the top side of the cell.
verticalSpacing - Variable in class org.eclipse.swt.custom.ViewForm
verticalSpacing specifies the number of points between the bottom edge of one cell and the top edge of its neighbouring cell underneath.
verticalSpacing - Variable in class org.eclipse.swt.layout.GridLayout
verticalSpacing specifies the number of points between the bottom edge of one cell and the top edge of its neighbouring cell underneath.
verticalSpan - Variable in class org.eclipse.swt.layout.GridData
verticalSpan specifies the number of row cells that the control will take up.
VI - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
ViewForm - Class in org.eclipse.swt.custom
Instances of this class implement a Composite that positions and sizes children and allows programmatic control of layout and border parameters.
ViewForm(Composite, int) - Constructor for class org.eclipse.swt.custom.ViewForm
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
VIRTUAL - Static variable in class org.eclipse.swt.SWT
Style constant to allow virtual data (value is 1<<28).
VisibilityWindowAdapter - Class in org.eclipse.swt.browser
This adapter class provides default implementations for the methods described by the VisibilityWindowListener interface.
VisibilityWindowAdapter() - Constructor for class org.eclipse.swt.browser.VisibilityWindowAdapter
 
VisibilityWindowListener - Interface in org.eclipse.swt.browser
This listener interface may be implemented in order to receive a WindowEvent notification when a window hosting a Browser needs to be displayed or hidden.
VISIBLE - Static variable in class org.eclipse.swt.accessibility.ACC
A detail constant indicating visible accessible objects.
visible_data_changed - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkObjectClass
 
visual - Variable in class org.eclipse.swt.internal.gtk3.GdkWindowAttr
 
visual - Variable in class org.eclipse.swt.internal.opengl.glx.XVisualInfo
 
visualid - Variable in class org.eclipse.swt.internal.opengl.glx.XVisualInfo
 

W

wake() - Method in class org.eclipse.swt.widgets.Display
If the receiver's user-interface thread was sleeping, causes it to be awakened and start running again.
Wakeup - Static variable in class org.eclipse.swt.SWT
Deprecated.
The same as PostExternalEventDispatch (value is 53).
wclass - Variable in class org.eclipse.swt.internal.gtk3.GdkWindowAttr
 
wcsToMbcs(char) - Static method in class org.eclipse.swt.internal.Converter
Convert a Java UTF-16 Wide character into a single C UTF-8 Multibyte character that you can pass to a native function.
wcsToMbcs(char[], boolean) - Static method in class org.eclipse.swt.internal.Converter
Convert a Java UTF-16 Wide character array into a C UTF-8 Multibyte byte array.
wcsToMbcs(String, boolean) - Static method in class org.eclipse.swt.internal.Converter
Convert a Java UTF-16 Wide character string into a C UTF-8 Multibyte byte array.
WEBKIT - Static variable in class org.eclipse.swt.SWT
Style constant specifying that a Browser should use WebKit for rendering its content (value is 1<<16).
webkit_authentication_request_authenticate(long, long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_authentication_request_cancel(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_authentication_request_is_retry(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_cookie_manager_add_cookie(long, long, long, long, long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_cookie_manager_add_cookie_finish(long, long, long[]) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_cookie_manager_get_cookies(long, byte[], long, long, long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_cookie_manager_get_cookies_finish(long, long, long[]) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_credential_free(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_credential_new(byte[], byte[], int) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
WEBKIT_CREDENTIAL_PERSISTENCE_FOR_SESSION - Static variable in class org.eclipse.swt.internal.webkit.WebKitGTK
 
WEBKIT_CREDENTIAL_PERSISTENCE_NONE - Static variable in class org.eclipse.swt.internal.webkit.WebKitGTK
 
WEBKIT_CREDENTIAL_PERSISTENCE_PERMANENT - Static variable in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_dom_event_target_add_event_listener(long, byte[], long, int, long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_dom_mouse_event_get_alt_key(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_dom_mouse_event_get_button(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_dom_mouse_event_get_ctrl_key(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_dom_mouse_event_get_meta_key(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_dom_mouse_event_get_screen_x(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_dom_mouse_event_get_screen_y(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_dom_mouse_event_get_shift_key(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_dom_ui_event_get_char_code(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_dom_ui_event_get_detail(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_dom_ui_event_get_key_code(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_download_cancel(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_download_get_received_data_length(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_download_get_request(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_download_get_response(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_download_get_type() - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_download_get_web_view(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_download_set_allow_overwrite(long, boolean) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_download_set_destination(long, byte[]) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
WEBKIT_DOWNLOAD_STATUS_CANCELLED - Static variable in class org.eclipse.swt.internal.webkit.WebKitGTK
 
WEBKIT_DOWNLOAD_STATUS_ERROR - Static variable in class org.eclipse.swt.internal.webkit.WebKitGTK
 
WEBKIT_DOWNLOAD_STATUS_FINISHED - Static variable in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_get_major_version() - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_get_micro_version() - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_get_minor_version() - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_hit_test_result_context_is_link(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_hit_test_result_get_link_title(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_hit_test_result_get_link_uri(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_javascript_result_get_global_context(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_javascript_result_get_value(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_javascript_result_unref(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_navigation_policy_decision_get_request(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_policy_decision_download(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_policy_decision_ignore(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
WEBKIT_POLICY_DECISION_TYPE_NAVIGATION_ACTION - Static variable in class org.eclipse.swt.internal.webkit.WebKitGTK
 
WEBKIT_POLICY_DECISION_TYPE_NEW_WINDOW_ACTION - Static variable in class org.eclipse.swt.internal.webkit.WebKitGTK
 
WEBKIT_POLICY_DECISION_TYPE_RESPONSE - Static variable in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_response_policy_decision_get_request(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_response_policy_decision_get_response(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_security_manager_register_uri_scheme_as_secure(long, byte[]) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
WEBKIT_TLS_ERRORS_POLICY_IGNORE - Static variable in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_uri_request_get_http_headers(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_uri_request_get_uri(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_uri_request_new(byte[]) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_uri_response_get_content_length(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_uri_response_get_mime_type(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_uri_scheme_request_finish(long, long, long, byte[]) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_uri_scheme_request_get_uri(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_uri_scheme_request_get_web_view(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
WEBKIT_USER_CONTENT_INJECT_TOP_FRAME - Static variable in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_user_content_manager_add_script(long, long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_user_content_manager_remove_all_scripts(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
WEBKIT_USER_SCRIPT_INJECT_AT_DOCUMENT_START - Static variable in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_user_script_new(byte[], int, int, long, long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_user_script_unref(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_web_context_allow_tls_certificate_for_host(long, long, byte[]) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_web_context_get_cookie_manager(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_web_context_get_default() - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_web_context_get_security_manager(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_web_context_get_type() - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_web_context_get_website_data_manager(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_web_context_register_uri_scheme(long, byte[], long, long, long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_web_context_set_tls_errors_policy(long, int) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_web_resource_get_data(long, long, long, long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_web_resource_get_data_finish(long, long, long[], long[]) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_web_view_can_go_back(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_web_view_can_go_forward(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_web_view_can_show_mime_type(long, long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_web_view_get_context(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_web_view_get_estimated_load_progress(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_web_view_get_main_resource(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_web_view_get_page_id(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_web_view_get_settings(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_web_view_get_title(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_web_view_get_uri(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_web_view_get_user_content_manager(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_web_view_get_window_properties(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_web_view_go_back(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_web_view_go_forward(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_web_view_load_bytes(long, long, byte[], byte[], byte[]) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_web_view_load_html(long, byte[], byte[]) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_web_view_load_request(long, long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_web_view_load_uri(long, byte[]) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_web_view_new() - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_web_view_new_with_related_view(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_web_view_reload(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_web_view_run_javascript(long, byte[], long, long, long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_web_view_run_javascript_finish(long, long, long[]) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_web_view_stop_loading(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
WEBKIT_WEBSITE_DATA_COOKIES - Static variable in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_website_data_manager_clear(long, long, long, long, long, long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_window_properties_get_geometry(long, GdkRectangle) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
WEBKIT2_LOAD_COMMITTED - Static variable in class org.eclipse.swt.internal.webkit.WebKitGTK
 
WEBKIT2_LOAD_FINISHED - Static variable in class org.eclipse.swt.internal.webkit.WebKitGTK
 
WEBKIT2_LOAD_REDIRECTED - Static variable in class org.eclipse.swt.internal.webkit.WebKitGTK
 
WEBKIT2_LOAD_STARTED - Static variable in class org.eclipse.swt.internal.webkit.WebKitGTK
 
WebKitGTK - Class in org.eclipse.swt.internal.webkit
 
WebKitGTK() - Constructor for class org.eclipse.swt.internal.webkit.WebKitGTK
 
wHint - Variable in class org.eclipse.swt.layout.BorderData
 
widget - Variable in class org.eclipse.swt.events.TypedEvent
the widget that issued the event
widget - Variable in class org.eclipse.swt.widgets.Event
the widget that issued the event
Widget - Class in org.eclipse.swt.widgets
This class is the abstract superclass of all user interface objects.
Widget(Widget, int) - Constructor for class org.eclipse.swt.widgets.Widget
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
widgetArmed(ArmEvent) - Method in interface org.eclipse.swt.events.ArmListener
Sent when a widget is armed, or 'about to be selected'.
widgetCreated(Widget) - Method in class org.eclipse.swt.internal.WidgetSpy.NonDisposedWidgetTracker
 
widgetCreated(Widget) - Method in class org.eclipse.swt.internal.WidgetSpy
 
widgetCreated(Widget) - Method in interface org.eclipse.swt.internal.WidgetSpy.WidgetTracker
 
widgetDefaultSelected(SelectionEvent) - Method in class org.eclipse.swt.events.SelectionAdapter
Sent when default selection occurs in the control.
widgetDefaultSelected(SelectionEvent) - Method in interface org.eclipse.swt.events.SelectionListener
Sent when default selection occurs in the control.
widgetDefaultSelectedAdapter(Consumer<SelectionEvent>) - Static method in interface org.eclipse.swt.events.SelectionListener
Static helper method to create a SelectionListener for the SelectionListener.widgetDefaultSelected(SelectionEvent e)) method, given a lambda expression or a method reference.
widgetDisposed(DisposeEvent) - Method in interface org.eclipse.swt.events.DisposeListener
Sent when the widget is disposed.
widgetDisposed(Widget) - Method in class org.eclipse.swt.internal.WidgetSpy.NonDisposedWidgetTracker
 
widgetDisposed(Widget) - Method in class org.eclipse.swt.internal.WidgetSpy
 
widgetDisposed(Widget) - Method in interface org.eclipse.swt.internal.WidgetSpy.WidgetTracker
 
widgetSelected(SelectionEvent) - Method in class org.eclipse.swt.events.SelectionAdapter
Sent when selection occurs in the control.
widgetSelected(SelectionEvent) - Method in interface org.eclipse.swt.events.SelectionListener
Sent when selection occurs in the control.
widgetSelectedAdapter(Consumer<SelectionEvent>) - Static method in interface org.eclipse.swt.events.SelectionListener
Static helper method to create a SelectionListener for the SelectionListener.widgetSelected(SelectionEvent e)) method, given a lambda expression or a method reference.
WidgetSpy - Class in org.eclipse.swt.internal
Helper class to allow widget creation and disposal monitoring
WidgetSpy.NonDisposedWidgetTracker - Class in org.eclipse.swt.internal
Default implementation simply collects all created and not disposed widgets
WidgetSpy.WidgetTracker - Interface in org.eclipse.swt.internal
Custom callback to register widget creation / disposal
width - Variable in class org.eclipse.swt.accessibility.AccessibleControlEvent
 
width - Variable in class org.eclipse.swt.accessibility.AccessibleTextEvent
 
width - Variable in class org.eclipse.swt.custom.CTabFolderEvent
The width of the chevron button at the time of the event.
width - Variable in class org.eclipse.swt.events.PaintEvent
the width of the bounding rectangle of the region that requires painting
width - Variable in class org.eclipse.swt.events.SelectionEvent
The width of selected area.
width - Variable in class org.eclipse.swt.graphics.GCData
 
width - Variable in class org.eclipse.swt.graphics.GlyphMetrics
the width of the GlyphMetrics
width - Variable in class org.eclipse.swt.graphics.ImageData
The width of the image, in pixels.
width - Variable in class org.eclipse.swt.graphics.LineAttributes
The line width.
width - Variable in class org.eclipse.swt.graphics.Rectangle
the width of the rectangle
width - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTextRectangle
 
width - Variable in class org.eclipse.swt.internal.cairo.cairo_rectangle_int_t
 
width - Variable in class org.eclipse.swt.internal.gtk.GdkRectangle
 
width - Variable in class org.eclipse.swt.internal.gtk.GtkAllocation
 
width - Variable in class org.eclipse.swt.internal.gtk.GtkRequisition
 
width - Variable in class org.eclipse.swt.internal.gtk.PangoRectangle
 
width - Variable in class org.eclipse.swt.internal.gtk.XExposeEvent
 
width - Variable in class org.eclipse.swt.internal.gtk3.GdkWindowAttr
 
width - Variable in class org.eclipse.swt.internal.webkit.GdkRectangle
 
width - Variable in class org.eclipse.swt.layout.FormData
width specifies the preferred width in points.
width - Variable in class org.eclipse.swt.layout.RowData
width specifies the desired width in points.
width - Variable in class org.eclipse.swt.widgets.Event
the width of the bounding rectangle of the region that requires painting
width_inc - Variable in class org.eclipse.swt.internal.gtk3.GdkGeometry
 
widthDistributionFactor - Variable in class org.eclipse.swt.layout.BorderLayout
If the width of the SWT.LEFT and SWT.RIGHT region exceeds the available space this factor is used to distribute the size to the controls, valid values range between [0 ...
widthHint - Variable in class org.eclipse.swt.layout.GridData
widthHint specifies the preferred width in points.
win_gravity - Variable in class org.eclipse.swt.internal.gtk3.GdkGeometry
 
WinBMPFileFormat - Class in org.eclipse.swt.internal.image
 
WinBMPFileFormat() - Constructor for class org.eclipse.swt.internal.image.WinBMPFileFormat
 
window - Variable in class org.eclipse.swt.internal.gtk.XAnyEvent
 
window - Variable in class org.eclipse.swt.internal.gtk3.GdkEventButton
 
window - Variable in class org.eclipse.swt.internal.gtk3.GdkEventCrossing
 
window - Variable in class org.eclipse.swt.internal.gtk3.GdkEventFocus
 
window - Variable in class org.eclipse.swt.internal.gtk3.GdkEventKey
 
window - Variable in class org.eclipse.swt.internal.gtk3.GdkEventMotion
 
window - Variable in class org.eclipse.swt.internal.gtk3.GdkEventWindowState
 
WINDOW_END - Static variable in class org.eclipse.swt.custom.ST
 
WINDOW_START - Static variable in class org.eclipse.swt.custom.ST
 
window_state_event - Static variable in class org.eclipse.swt.internal.gtk.OS
 
window_type - Variable in class org.eclipse.swt.internal.gtk3.GdkWindowAttr
 
WindowEvent - Class in org.eclipse.swt.browser
A WindowEvent is sent by a Browser when a new window needs to be created or when an existing window needs to be closed.
WindowEvent(Widget) - Constructor for class org.eclipse.swt.browser.WindowEvent
Constructs a new instance of this class.
WinICOFileFormat - Class in org.eclipse.swt.internal.image
 
WinICOFileFormat() - Constructor for class org.eclipse.swt.internal.image.WinICOFileFormat
 
wmclass_class - Variable in class org.eclipse.swt.internal.gtk3.GdkWindowAttr
 
wmclass_name - Variable in class org.eclipse.swt.internal.gtk3.GdkWindowAttr
 
WORD_NEXT - Static variable in class org.eclipse.swt.custom.ST
 
WORD_PREVIOUS - Static variable in class org.eclipse.swt.custom.ST
 
WordNext - Static variable in class org.eclipse.swt.custom.ST
The WordNext event type (value is 3009).
WordPrevious - Static variable in class org.eclipse.swt.custom.ST
The WordPrevious event type (value is 3010).
wrap - Variable in class org.eclipse.swt.layout.RowLayout
wrap specifies whether a control will be wrapped to the next row if there is insufficient space on the current row.
WRAP - Static variable in class org.eclipse.swt.SWT
Style constant for automatic line wrap behavior (value is 1<<6).
wrapIndent - Variable in class org.eclipse.swt.custom.LineStyleEvent
line wrap indent (input, output)

X

x - Variable in class org.eclipse.swt.accessibility.AccessibleControlEvent
 
x - Variable in class org.eclipse.swt.accessibility.AccessibleTextEvent
 
x - Variable in class org.eclipse.swt.custom.CTabFolderEvent
The widget-relative, x coordinate of the chevron button at the time of the event.
x - Variable in class org.eclipse.swt.custom.PaintObjectEvent
the x location
x - Variable in class org.eclipse.swt.dnd.DragSourceEvent
In dragStart, the x coordinate (relative to the control) of the position the mouse went down to start the drag.
x - Variable in class org.eclipse.swt.dnd.DropTargetEvent
The x-cordinate of the cursor relative to the Display
x - Variable in class org.eclipse.swt.events.GestureEvent
The meaning of this field is dependent on the value of the detail field and the platform.
x - Variable in class org.eclipse.swt.events.MenuDetectEvent
The display-relative x coordinate of the pointer at the time the context menu trigger occurred.
x - Variable in class org.eclipse.swt.events.MouseEvent
the widget-relative, x coordinate of the pointer at the time the mouse button was pressed or released
x - Variable in class org.eclipse.swt.events.PaintEvent
the x offset of the bounding rectangle of the region that requires painting
x - Variable in class org.eclipse.swt.events.SelectionEvent
The x location of the selected area.
x - Variable in class org.eclipse.swt.events.TouchEvent
The widget-relative x coordinate of the pointer at the time the touch occurred.
x - Variable in class org.eclipse.swt.graphics.ImageData
The x coordinate of the top left corner of the image within the logical screen (this field corresponds to the GIF89a Image Left Position value).
x - Variable in class org.eclipse.swt.graphics.Point
the x coordinate of the point
x - Variable in class org.eclipse.swt.graphics.Rectangle
the x coordinate of the rectangle
x - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTextRectangle
 
x - Variable in class org.eclipse.swt.internal.cairo.cairo_rectangle_int_t
 
x - Variable in class org.eclipse.swt.internal.gtk.GdkRectangle
 
x - Variable in class org.eclipse.swt.internal.gtk.GtkAllocation
 
x - Variable in class org.eclipse.swt.internal.gtk.PangoRectangle
 
x - Variable in class org.eclipse.swt.internal.gtk.XExposeEvent
 
x - Variable in class org.eclipse.swt.internal.gtk3.GdkEventButton
 
x - Variable in class org.eclipse.swt.internal.gtk3.GdkEventCrossing
 
x - Variable in class org.eclipse.swt.internal.gtk3.GdkEventMotion
 
x - Variable in class org.eclipse.swt.internal.gtk3.GdkWindowAttr
 
x - Variable in class org.eclipse.swt.internal.webkit.GdkRectangle
 
x - Variable in class org.eclipse.swt.widgets.Event
depending on the event type, the x offset of the bounding rectangle of the region that requires painting or the widget-relative, x coordinate of the pointer at the time the mouse button was pressed or released
x - Variable in class org.eclipse.swt.widgets.Touch
The x location of the touch in TouchSource coordinates.
X_EVENT_TYPE(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
X_EVENT_WINDOW(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
x_root - Variable in class org.eclipse.swt.internal.gtk3.GdkEventButton
 
x_root - Variable in class org.eclipse.swt.internal.gtk3.GdkEventCrossing
 
x_root - Variable in class org.eclipse.swt.internal.gtk3.GdkEventMotion
 
xalign - Static variable in class org.eclipse.swt.internal.gtk.OS
 
XAnyEvent - Class in org.eclipse.swt.internal.gtk
 
XAnyEvent() - Constructor for class org.eclipse.swt.internal.gtk.XAnyEvent
 
XAnyEvent_sizeof() - Static method in class org.eclipse.swt.internal.gtk.OS
 
XCheckIfEvent(long, long, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
XDefaultRootWindow(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
XDefaultScreen(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
xDirection - Variable in class org.eclipse.swt.events.GestureEvent
This field is valid when the detail field is set to GESTURE_SWIPE or GESTURE_PAN.
xDirection - Variable in class org.eclipse.swt.widgets.Event
If nonzero, a positive value indicates a swipe to the right, and a negative value indicates a swipe to the left.
xDisplay - Variable in class org.eclipse.swt.graphics.Device
the handle to the X Display (Warning: This field is platform dependent)
XEvent - Class in org.eclipse.swt.internal.gtk
 
XEvent() - Constructor for class org.eclipse.swt.internal.gtk.XEvent
 
XEvent_sizeof() - Static method in class org.eclipse.swt.internal.gtk.OS
 
XExposeEvent - Class in org.eclipse.swt.internal.gtk
 
XExposeEvent() - Constructor for class org.eclipse.swt.internal.gtk.XExposeEvent
 
XExposeEvent_sizeof() - Static method in class org.eclipse.swt.internal.gtk.OS
 
XFocusChangeEvent - Class in org.eclipse.swt.internal.gtk
 
XFocusChangeEvent() - Constructor for class org.eclipse.swt.internal.gtk.XFocusChangeEvent
 
XFocusChangeEvent_sizeof() - Static method in class org.eclipse.swt.internal.gtk.OS
 
XFree(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
xorMode - Variable in class org.eclipse.swt.graphics.GCData
 
XQueryPointer(long, long, long[], long[], int[], int[], int[], int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
XSetErrorHandler(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
XSetInputFocus(long, long, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
XSetIOErrorHandler(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
XSetTransientForHint(long, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
XSynchronize(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
XVisualInfo - Class in org.eclipse.swt.internal.opengl.glx
 
XVisualInfo() - Constructor for class org.eclipse.swt.internal.opengl.glx.XVisualInfo
 
XVisualInfo_sizeof() - Static method in class org.eclipse.swt.internal.opengl.glx.GLX
 

Y

y - Variable in class org.eclipse.swt.accessibility.AccessibleControlEvent
 
y - Variable in class org.eclipse.swt.accessibility.AccessibleTextEvent
 
y - Variable in class org.eclipse.swt.custom.CTabFolderEvent
The widget-relative, y coordinate of the chevron button at the time of the event.
y - Variable in class org.eclipse.swt.custom.PaintObjectEvent
the y location
y - Variable in class org.eclipse.swt.dnd.DragSourceEvent
In dragStart, the y coordinate (relative to the control) of the position the mouse went down to start the drag.
y - Variable in class org.eclipse.swt.dnd.DropTargetEvent
The y-cordinate of the cursor relative to the Display
y - Variable in class org.eclipse.swt.events.GestureEvent
The meaning of this field is dependent on the value of the detail field and the platform.
y - Variable in class org.eclipse.swt.events.MenuDetectEvent
The display-relative y coordinate of the pointer at the time the context menu trigger occurred.
y - Variable in class org.eclipse.swt.events.MouseEvent
the widget-relative, y coordinate of the pointer at the time the mouse button was pressed or released
y - Variable in class org.eclipse.swt.events.PaintEvent
the y offset of the bounding rectangle of the region that requires painting
y - Variable in class org.eclipse.swt.events.SelectionEvent
The y location of selected area.
y - Variable in class org.eclipse.swt.events.TouchEvent
The widget-relative y coordinate of the pointer at the time the touch occurred.
y - Variable in class org.eclipse.swt.graphics.ImageData
The y coordinate of the top left corner of the image within the logical screen (this field corresponds to the GIF89a Image Top Position value).
y - Variable in class org.eclipse.swt.graphics.Point
the y coordinate of the point
y - Variable in class org.eclipse.swt.graphics.Rectangle
the y coordinate of the rectangle
y - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTextRectangle
 
y - Variable in class org.eclipse.swt.internal.cairo.cairo_rectangle_int_t
 
y - Variable in class org.eclipse.swt.internal.gtk.GdkRectangle
 
y - Variable in class org.eclipse.swt.internal.gtk.GtkAllocation
 
y - Variable in class org.eclipse.swt.internal.gtk.PangoRectangle
 
y - Variable in class org.eclipse.swt.internal.gtk.XExposeEvent
 
y - Variable in class org.eclipse.swt.internal.gtk3.GdkEventButton
 
y - Variable in class org.eclipse.swt.internal.gtk3.GdkEventCrossing
 
y - Variable in class org.eclipse.swt.internal.gtk3.GdkEventMotion
 
y - Variable in class org.eclipse.swt.internal.gtk3.GdkWindowAttr
 
y - Variable in class org.eclipse.swt.internal.webkit.GdkRectangle
 
y - Variable in class org.eclipse.swt.widgets.Event
depending on the event type, the y offset of the bounding rectangle of the region that requires painting or the widget-relative, y coordinate of the pointer at the time the mouse button was pressed or released
y - Variable in class org.eclipse.swt.widgets.Touch
The y location of the touch in TouchSource coordinates.
y_root - Variable in class org.eclipse.swt.internal.gtk3.GdkEventButton
 
y_root - Variable in class org.eclipse.swt.internal.gtk3.GdkEventCrossing
 
y_root - Variable in class org.eclipse.swt.internal.gtk3.GdkEventMotion
 
yDirection - Variable in class org.eclipse.swt.events.GestureEvent
This field is valid when the detail field is set to GESTURE_SWIPE or GESTURE_PAN.
yDirection - Variable in class org.eclipse.swt.widgets.Event
If nonzero, a positive value indicates a swipe in the up direction, and a negative value indicates a swipe in the down direction.
YES - Static variable in class org.eclipse.swt.SWT
The MessageBox style constant for YES button; valid combinations are YES|NO, YES|NO|CANCEL (value is 1<<6).
ypad - Static variable in class org.eclipse.swt.internal.gtk.OS
 

Z

ZigZag8x8 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
ZoomChanged - Static variable in class org.eclipse.swt.SWT
The SWT zoom change event type (value is 55).
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes All Packages