Index

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 and Interfaces|All Packages|Constant Field Values|Serialized Form

A

ableToSetLocation() - Method in class org.eclipse.swt.widgets.Menu
Bug 532074: setLocation method is limited on Wayland since Wayland has no global coordinates and we cannot use gdk_popup_at_rect if GdkWindow of getShell is not mapped.
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).
ABOUT_BLANK - Static variable in class org.eclipse.swt.browser.WebKit
 
AC - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
ac_cur_tbls - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.huff_entropy_decoder
 
ac_derived_tbl - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.phuff_entropy_decoder
 
ac_derived_tbls - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.huff_entropy_decoder
 
ac_huff_tbl_ptrs - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
ac_needed - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.huff_entropy_decoder
 
ac_tbl_no - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_component_info
 
acc - Variable in class org.eclipse.swt.custom.StyledText
 
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
 
accAdapter - Variable in class org.eclipse.swt.custom.StyledText
 
accAttributeAdapter - Variable in class org.eclipse.swt.custom.StyledText
 
accCaretOffset - Variable in class org.eclipse.swt.custom.StyledText
 
accControlAdapter - Variable in class org.eclipse.swt.custom.StyledText
 
accEditableTextListener - Variable in class org.eclipse.swt.custom.StyledText
 
accel_closures_changed - Static variable in class org.eclipse.swt.internal.gtk.OS
Signals
accelerator - Variable in class org.eclipse.swt.widgets.MenuItem
 
accelGroup - Variable in class org.eclipse.swt.widgets.Decorations
 
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.AccessibleObject
 
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 - Variable in class org.eclipse.swt.widgets.Control
 
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(Control) - Constructor for class org.eclipse.swt.accessibility.Accessible
 
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
 
Accessible.Relation - Class in org.eclipse.swt.accessibility
 
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.
accessibleActionListeners - Variable in class org.eclipse.swt.accessibility.Accessible
 
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.
accessibleAttributeListeners - Variable in class org.eclipse.swt.accessibility.Accessible
 
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.
accessibleControlListeners - Variable in class org.eclipse.swt.accessibility.Accessible
 
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.
accessibleEditableTextListeners - Variable in class org.eclipse.swt.accessibility.Accessible
 
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.
accessibleHyperlinkListeners - Variable in class org.eclipse.swt.accessibility.Accessible
 
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.
accessibleListeners - Variable in class org.eclipse.swt.accessibility.Accessible
 
accessibleObject - Variable in class org.eclipse.swt.accessibility.Accessible
 
AccessibleObject - Class in org.eclipse.swt.accessibility
 
AccessibleObject(long, long, Accessible, boolean) - Constructor for class org.eclipse.swt.accessibility.AccessibleObject
 
AccessibleObjects - Static variable in class org.eclipse.swt.accessibility.AccessibleObject
 
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.
accessibleTableCellListeners - Variable in class org.eclipse.swt.accessibility.Accessible
 
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.
accessibleTableListeners - Variable in class org.eclipse.swt.accessibility.Accessible
 
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.
accessibleTextExtendedListeners - Variable in class org.eclipse.swt.accessibility.Accessible
 
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.
accessibleTextListeners - Variable in class org.eclipse.swt.accessibility.Accessible
 
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.
accessibleValueListeners - Variable in class org.eclipse.swt.accessibility.Accessible
 
ACChrominanceTable - Static variable in class org.eclipse.swt.internal.image.JPEGHuffmanTable
 
accTextExtendedAdapter - Variable in class org.eclipse.swt.custom.StyledText
 
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.
acHuffmanTables - Variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
ACLuminanceTable - Static variable in class org.eclipse.swt.internal.image.JPEGHuffmanTable
 
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
 
actionGroup - Variable in class org.eclipse.swt.widgets.Menu
GTK4 only fields
actionHandle - Variable in class org.eclipse.swt.widgets.MenuItem
GTK4 only fields
actionName - Variable in class org.eclipse.swt.widgets.MenuItem
 
actionNamePtr - Static variable in class org.eclipse.swt.accessibility.AccessibleObject
 
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).
ACTIVATE - Static variable in class org.eclipse.swt.widgets.Widget
 
ACTIVATE_INVERSE - Static variable in class org.eclipse.swt.widgets.Widget
 
activateCallback - Variable in class org.eclipse.swt.widgets.Display
 
activateProc - Variable in class org.eclipse.swt.widgets.Display
 
activateProc(long, long, long) - Method in class org.eclipse.swt.widgets.Display
 
active - Variable in class org.eclipse.swt.custom.AnimatedProgress
Deprecated.
active - Static variable in class org.eclipse.swt.internal.gtk.OS
Properties
activeClipboard - Variable in class org.eclipse.swt.dnd.ClipboardProxy
 
activeClipboard - Variable in class org.eclipse.swt.dnd.ClipboardProxyGTK4
 
activePending - Variable in class org.eclipse.swt.widgets.Display
 
activePrimaryClipboard - Variable in class org.eclipse.swt.dnd.ClipboardProxy
 
activePrimaryClipboard - Variable in class org.eclipse.swt.dnd.ClipboardProxyGTK4
 
activeShell - Variable in class org.eclipse.swt.widgets.Display
 
actual_number_of_colors - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
adaptPixelValue(int, int, int, int) - Method in interface org.eclipse.swt.internal.image.ImageColorTransformer
 
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_IDLE_PROC_KEY - Static variable in class org.eclipse.swt.printing.PrintDialog
 
ADD_IDLE_PROC_KEY - Static variable in class org.eclipse.swt.widgets.Display
 
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
 
ADD_WIDGET_KEY - Static variable in class org.eclipse.swt.widgets.Display
 
addAccelerator(long) - Method in class org.eclipse.swt.widgets.MenuItem
 
addAccelerators(long) - Method in class org.eclipse.swt.widgets.Menu
 
addAccelerators(long) - Method in class org.eclipse.swt.widgets.MenuItem
 
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.
addAuthenticationListener(AuthenticationListener) - Method in class org.eclipse.swt.browser.WebBrowser
 
addBidiSegmentListener(BidiSegmentListener) - Method in class org.eclipse.swt.custom.StyledText
Adds a bidirectional segment listener.
addCairoString(long, String, float, float, Font) - Static method in class org.eclipse.swt.graphics.GC
 
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.
addCloseWindowListener(CloseWindowListener) - Method in class org.eclipse.swt.browser.WebBrowser
 
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.
addGdkEvent(long) - Method in class org.eclipse.swt.widgets.Display
 
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.
addIdleProc() - Method in class org.eclipse.swt.widgets.Display
 
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.
addIndices(int, int) - Method in class org.eclipse.swt.custom.Bullet
 
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
 
addLast(RunnableLock) - Method in class org.eclipse.swt.widgets.Synchronizer
 
addLayoutDeferred(Composite) - Method in class org.eclipse.swt.widgets.Display
 
addLineBackgroundListener(LineBackgroundListener) - Method in class org.eclipse.swt.custom.StyledText
Adds a line background listener.
addLineIndex(int, int) - Method in class org.eclipse.swt.custom.DefaultContent
Adds a line to the end of the line indexes array.
addLineIndex(int, int, int[][], int) - Method in class org.eclipse.swt.custom.DefaultContent
Adds a line index to the end of linesArray.
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.
addLocationListener(LocationListener) - Method in class org.eclipse.swt.browser.WebBrowser
 
addMenu(Menu) - Method in class org.eclipse.swt.widgets.Decorations
 
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.
addMerge(int[], StyleRange[], int, int, int) - Method in class org.eclipse.swt.custom.StyledTextRenderer
 
addMerge(StyleRange[], int, int, int) - Method in class org.eclipse.swt.custom.StyledTextRenderer
 
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.
addMouseHoverTimeout(long) - Method in class org.eclipse.swt.widgets.Display
 
addMouseListener(MouseListener) - Method in class org.eclipse.swt.widgets.Control
Adds the listener to the collection of listeners who will be notified when mouse buttons are pressed and released, by sending it one of the messages defined in the 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.
addOpenWindowListener(OpenWindowListener) - Method in class org.eclipse.swt.browser.WebBrowser
 
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.
addPopup(Menu) - Method in class org.eclipse.swt.widgets.Display
 
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.
addProgressListener(ProgressListener) - Method in class org.eclipse.swt.browser.WebBrowser
 
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.
addRelation(int, Accessible) - Method in class org.eclipse.swt.accessibility.AccessibleObject
 
addRelation(Control) - Method in class org.eclipse.swt.widgets.Control
 
addRelation(Control) - Method in class org.eclipse.swt.widgets.Label
 
addRelations() - Method in class org.eclipse.swt.accessibility.Accessible
 
addRequestHeaders(long, String[]) - Method in class org.eclipse.swt.browser.WebKit
 
address - Variable in class org.eclipse.swt.internal.Callback
 
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(int, int) - Method in class org.eclipse.swt.custom.StyledText
 
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.
addShortcut(int) - Method in class org.eclipse.swt.widgets.MenuItem
 
addSkinnableWidget(Widget) - Method in class org.eclipse.swt.widgets.Display
 
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.
addStatusTextListener(StatusTextListener) - Method in class org.eclipse.swt.browser.WebBrowser
 
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).
addTabControl(Control, int) - Method in class org.eclipse.swt.custom.CTabFolder
Set a control that can appear to the left or to the right of the folder tabs.
addTabControl(Control, int, int, boolean) - Method in class org.eclipse.swt.custom.CTabFolder
 
addTextChangeListener(TextChangeListener) - Method in class org.eclipse.swt.custom.DefaultContent
Adds a TextChangeListener listening for TextChangingEvent and TextChangedEvent.
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.
addTitleListener(TitleListener) - Method in class org.eclipse.swt.browser.WebBrowser
 
addToolTip(ToolTip) - Method in class org.eclipse.swt.widgets.Shell
 
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.
addTypedListener(EventListener, int...) - Method in class org.eclipse.swt.widgets.Widget
Adds the typed listener to the collection of listeners who will be notified when an event of the given types occurs.
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.Spinner
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.
addVisibilityWindowListener(VisibilityWindowListener) - Method in class org.eclipse.swt.browser.WebBrowser
 
addWidget(long, Widget) - Method in class org.eclipse.swt.widgets.Display
 
addWordMovementListener(MovementListener) - Method in class org.eclipse.swt.custom.StyledText
Adds a word movement listener.
adjustChildClipping(long) - Method in class org.eclipse.swt.widgets.Combo
 
adjustChildClipping(long) - Method in class org.eclipse.swt.widgets.Composite
 
adjustChildClipping(long) - Method in class org.eclipse.swt.widgets.Control
Allows Controls to adjust the clipping of themselves or their children.
adjustGap(int, int, int) - Method in class org.eclipse.swt.custom.DefaultContent
Adjusts the gap to accommodate a text change that is occurring.
adjustmentHandle - Variable in class org.eclipse.swt.widgets.ScrollBar
 
adjustMoveCursor() - Method in class org.eclipse.swt.widgets.Tracker
 
adjustParentWindowWayland(long) - Method in class org.eclipse.swt.widgets.Menu
Lack of absolute coordinates make Wayland event windows inaccurate.
adjustResizeCursor() - Method in class org.eclipse.swt.widgets.Tracker
 
adjustTrim(int, int) - Method in class org.eclipse.swt.widgets.Shell
Resize the shell based on the trim width and height.
adler - Variable in class org.eclipse.swt.internal.image.PNGFileFormat
 
ADLER_DATA_OFFSET - Static variable in class org.eclipse.swt.internal.image.PngIdatChunk
 
ADLER_FIELD_LENGTH - Static variable in class org.eclipse.swt.internal.image.PngIdatChunk
 
adler32 - Variable in class org.eclipse.swt.internal.image.PngDeflater
 
adlerValue - Variable in class org.eclipse.swt.internal.image.PngDecodingDataStream
 
Adobe_transform - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
Ah - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
Al - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
align - Variable in class org.eclipse.swt.custom.CLabel
the alignment.
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.custom.StyledText
 
alignment - Variable in class org.eclipse.swt.custom.StyledTextEvent
 
alignment - Variable in class org.eclipse.swt.custom.StyledTextRenderer.LineInfo
 
alignment - Variable in class org.eclipse.swt.layout.FormAttachment
alignment specifies the alignment of the control side that is attached to a control.
ALIGNMENT - Static variable in class org.eclipse.swt.custom.StyledTextRenderer
 
alignmentMargin - Variable in class org.eclipse.swt.custom.StyledText
 
alignToByte() - Method in class org.eclipse.swt.internal.image.PngDeflater
 
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
allChildren - Variable in class org.eclipse.swt.widgets.Display
 
allChildrenCallback - Variable in class org.eclipse.swt.widgets.Display
 
allChildrenProc - Variable in class org.eclipse.swt.widgets.Display
 
allChildrenProc(long, long) - Method in class org.eclipse.swt.widgets.Display
 
alloc_funny_pointers(JPEGDecoder.jpeg_decompress_struct) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
allocated_nfds - Variable in class org.eclipse.swt.widgets.Display
 
allocationStack - Variable in class org.eclipse.swt.graphics.Resource.ResourceTracker
Recorded at Resource creation if Resource.setNonDisposeHandler(Consumer) was enabled, used to track resource disposal
allow_universal_access_from_file_urls - Static variable in class org.eclipse.swt.internal.webkit.WebKitGTK
 
ALLOWED_AUTOSCALE_VALUES_FOR_UPDATE_ON_RUNTIME - Static variable in class org.eclipse.swt.internal.DPIUtil
 
allTables - Variable in class org.eclipse.swt.internal.image.JPEGHuffmanTable
 
alpha - Variable in class org.eclipse.swt.graphics.Color
 
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.
alphaPalette - Variable in class org.eclipse.swt.internal.image.PNGFileFormat
 
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).
alwaysShowScroll - Variable in class org.eclipse.swt.custom.ScrolledComposite
 
alwaysShowScroll - Variable in class org.eclipse.swt.custom.StyledText
 
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.
antialias(int[], Color, Color, GC) - Method in class org.eclipse.swt.custom.CTabFolderRenderer
 
ANY_TO_EIGHT - Static variable in class org.eclipse.swt.graphics.ImageData
Arbitrary channel width data to 8-bit conversion table.
APP_NAME - Static variable in class org.eclipse.swt.widgets.Display
 
APP_VERSION - Static variable in class org.eclipse.swt.widgets.Display
 
APP0 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
APP0_DATA_LEN - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
APP14_DATA_LEN - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
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.
appendAlignAndJustify(StringBuilder, int, boolean) - Static method in class org.eclipse.swt.custom.HTMLWriter
 
appendFont(StringBuilder, Font, int) - Static method in class org.eclipse.swt.custom.HTMLWriter
 
appendStyle(StringBuilder, String) - Static method in class org.eclipse.swt.custom.HTMLWriter
 
appendStyle(StringBuilder, String, int, String) - Static method in class org.eclipse.swt.custom.HTMLWriter
 
appendStyle(StringBuilder, String, String, String) - Static method in class org.eclipse.swt.custom.HTMLWriter
 
appendStyle(StringBuilder, String, Color, String) - Static method in class org.eclipse.swt.custom.HTMLWriter
 
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.
APPLICATION_RTF - Static variable in class org.eclipse.swt.dnd.RTFTransfer
 
APPLICATION_RTF_ID - Static variable in class org.eclipse.swt.dnd.RTFTransfer
 
applySegments() - Method in class org.eclipse.swt.widgets.Text
 
applyThemeBackground() - Method in class org.eclipse.swt.widgets.Composite
 
applyThemeBackground() - Method in class org.eclipse.swt.widgets.Group
 
applyThemeBackground() - Method in class org.eclipse.swt.widgets.List
 
applyThemeBackground() - Method in class org.eclipse.swt.widgets.Scrollable
 
applyThemeBackground() - Method in class org.eclipse.swt.widgets.Table
 
applyThemeBackground() - Method in class org.eclipse.swt.widgets.Text
 
applyThemeBackground() - Method in class org.eclipse.swt.widgets.ToolBar
 
applyThemeBackground() - Method in class org.eclipse.swt.widgets.Tree
 
APPN_DATA_LEN - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
appToolTipText - Variable in class org.eclipse.swt.custom.CLabel
 
arch() - Static method in class org.eclipse.swt.internal.Library
 
argCount - Variable in class org.eclipse.swt.internal.Callback
 
arith_ac_K - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
arith_code - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
arith_dc_L - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
arith_dc_U - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
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.
ARRAY_END - Enum constant in enum class org.eclipse.swt.browser.JSON.Reader.Control
 
arrow - Variable in class org.eclipse.swt.custom.CCombo
 
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).
arrowEvent(Event) - Method in class org.eclipse.swt.custom.CCombo
 
arrowHandle - Variable in class org.eclipse.swt.widgets.Button
 
arrowHandle - Variable in class org.eclipse.swt.widgets.Combo
 
arrowHandle - Variable in class org.eclipse.swt.widgets.ToolItem
 
arrowImage - Variable in class org.eclipse.swt.widgets.CoolItem
 
ascent - Variable in class org.eclipse.swt.custom.PaintObjectEvent
the line ascent
ascent - Variable in class org.eclipse.swt.custom.StyledTextEvent
 
ascent - Variable in class org.eclipse.swt.custom.StyledTextRenderer
 
ascent - Variable in class org.eclipse.swt.graphics.GlyphMetrics
the ascent of the GlyphMetrics
ascentInPoints - Variable in class org.eclipse.swt.graphics.FontMetrics
 
ascentInPoints - Variable in class org.eclipse.swt.graphics.TextLayout
 
ascii(String) - Static method in class org.eclipse.swt.internal.gtk.OS
 
ascii(String) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
assertBlockAtEnd() - Method in class org.eclipse.swt.internal.image.PngLzBlockReader
 
assertCompressedDataAtEnd() - Method in class org.eclipse.swt.internal.image.PngLzBlockReader
 
assertImageDataAtEnd() - Method in class org.eclipse.swt.internal.image.PngDecodingDataStream
This method should be called when the image decoder thinks that all of the compressed image data has been read.
async - Variable in class org.eclipse.swt.internal.GAsyncReadyCallbackHelper
 
async(long) - Method in interface org.eclipse.swt.internal.AsyncReadyCallback
This method is responsible for initializes the asynchronous operation
async(long) - Method in interface org.eclipse.swt.internal.GAsyncReadyCallbackHelper.Async
The method that will make the async call to GTK, passing the GTK method callback in the parameter expecting a callback of type GAsyncReadyCallback
ASYNC_EXEC_TIMEOUT_MS - Static variable in class org.eclipse.swt.browser.WebKit
Timeout used for javascript execution / deadlock detection.
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.
AsyncReadyCallback - Interface in org.eclipse.swt.internal
This class implements the GIO AsyncReadyCallback type and is used to transform an asynchronous async and synchronous await operation into a single synchronous run operation.
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
 
atkAction_do_action(long, long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Performs the specified action on atkObject.
atkAction_get_description(long, long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Returns a description of the specified action of the atkObject.
atkAction_get_keybinding(long, long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Returns the keybinding which can be used to activate this atkObject, if one exists.
atkAction_get_n_actions(long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Returns the number of accessible actions available on atkObject.
atkAction_get_name(long, long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Returns the name of the specified action of the atkObject.
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
atkComponent_get_extents(long, long, long, long, long, long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Gets the rectangle which gives the extent of the component.
atkComponent_ref_accessible_at_point(long, long, long, long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Gets a reference to the accessible child, if one exists, at the coordinate point specified by x and y.
AtkComponentIface - Class in org.eclipse.swt.internal.accessibility.gtk
 
AtkComponentIface() - Constructor for class org.eclipse.swt.internal.accessibility.gtk.AtkComponentIface
 
atkEditableText_copy_text(long, long, long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Copies text from start_pos up to (but not including) end_pos into the clipboard.
atkEditableText_cut_text(long, long, long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Cuts text from start_pos up to (but not including) end_pos into the clipboard.
atkEditableText_delete_text(long, long, long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Delete text start_pos up to (but not including) end_pos.
atkEditableText_insert_text(long, long, long, long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Inserts text at a given position.
atkEditableText_paste_text(long, long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Paste text from clipboard to specified position.
atkEditableText_set_run_attributes(long, long, long, long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Sets the attributes for a specified range.
atkEditableText_set_text_contents(long, long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Sets text contents of the atkObject.
AtkEditableTextIface - Class in org.eclipse.swt.internal.accessibility.gtk
 
AtkEditableTextIface() - Constructor for class org.eclipse.swt.internal.accessibility.gtk.AtkEditableTextIface
 
atkHandle - Variable in class org.eclipse.swt.accessibility.AccessibleObject
 
atkHypertext_get_link(long, long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Gets the link in this hypertext document at index link_index.
atkHypertext_get_link_index(long, long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Gets the index into the array of hyperlinks that is associated with the character specified by char_index.
atkHypertext_get_n_links(long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Gets the number of links in this hypertext document.
AtkHypertextIface - Class in org.eclipse.swt.internal.accessibility.gtk
 
AtkHypertextIface() - Constructor for class org.eclipse.swt.internal.accessibility.gtk.AtkHypertextIface
 
atkObject_get_attributes(long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Get a list of properties applied to this object as a whole, as an AtkAttributeSet consisting of name-value pairs.
atkObject_get_description(long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Gets the accessible description of the widget associated with atkObject.
atkObject_get_index_in_parent(long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Gets the 0-based index of the widget (associated with atkObject) in its parent.
atkObject_get_n_children(long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Gets the number of accessible children of the widget associated with atkObject.
atkObject_get_name(long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Gets the accessible name of the widget associated with atkObject.
atkObject_get_parent(long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Gets the accessible parent of the widget associated with atkObject.
atkObject_get_role(long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Gets the role of the accessible associated with atkObject.
atkObject_ref_child(long, long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Gets a reference to the accessible child whose parent is atkObject.
atkObject_ref_state_set(long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Gets a reference to the state set of the accessible associated with atkObject.
AtkObjectClass - Class in org.eclipse.swt.internal.accessibility.gtk
 
AtkObjectClass() - Constructor for class org.eclipse.swt.internal.accessibility.gtk.AtkObjectClass
 
atkSelection_is_child_selected(long, long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Determines if the current child of this atkObject is selected.
atkSelection_ref_selection(long, long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Gets a reference to the atkObject representing the specified selected child of the object.
AtkSelectionIface - Class in org.eclipse.swt.internal.accessibility.gtk
 
AtkSelectionIface() - Constructor for class org.eclipse.swt.internal.accessibility.gtk.AtkSelectionIface
 
atkTable_add_column_selection(long, long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Adds the specified column to the selection.
atkTable_add_row_selection(long, long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Adds the specified row to the selection.
atkTable_get_caption(long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Gets the caption for the table.
atkTable_get_column_at_index(long, long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Gets a gint representing the column at the specified index.
atkTable_get_column_description(long, long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Gets the description text of the specified column.
atkTable_get_column_extent_at(long, long, long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Gets the number of columns occupied at the specified row and column.
atkTable_get_column_header(long, long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Gets the column header of a specified column.
atkTable_get_index_at(long, long, long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Get a reference to the table cell at row, column.
atkTable_get_n_columns(long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Gets the number of columns in the table.
atkTable_get_n_rows(long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Gets the number of rows in the table.
atkTable_get_row_at_index(long, long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Gets a gint representing the row at the specified index.
atkTable_get_row_description(long, long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Gets the description text of the specified row.
atkTable_get_row_extent_at(long, long, long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Gets the number of rows occupied at the specified row and column.
atkTable_get_row_header(long, long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Gets the column header of a specified row.
atkTable_get_selected_columns(long, long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Gets the selected columns of the table.
atkTable_get_selected_rows(long, long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Gets the selected rows of the table.
atkTable_get_summary(long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Gets the summary for the table.
atkTable_is_column_selected(long, long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Determines if the specified column is selected.
atkTable_is_row_selected(long, long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Determines if the specified row is selected.
atkTable_is_selected(long, long, long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Determines if the AtkObject at the specified column and row is selected.
atkTable_ref_at(long, long, long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Get a reference to the table cell at row, column.
atkTable_remove_column_selection(long, long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Removes the specified column to the selection.
atkTable_remove_row_selection(long, long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Removes the specified row to the selection.
AtkTableIface - Class in org.eclipse.swt.internal.accessibility.gtk
 
AtkTableIface() - Constructor for class org.eclipse.swt.internal.accessibility.gtk.AtkTableIface
 
atkText_add_selection(long, long, long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Adds a selection bounded by the specified offsets.
atkText_get_bounded_ranges(long, long, long, long, long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Get the ranges of text in the specified bounding box.
atkText_get_caret_offset(long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Gets the offset position of the caret (cursor).
atkText_get_character_at_offset(long, long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Gets the specified text.
atkText_get_character_count(long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Gets the character count.
atkText_get_character_extents(long, long, long, long, long, long, long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Get the bounding box containing the glyph representing the character at a particular text offset.
atkText_get_n_selections(long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Gets the number of selected regions.
atkText_get_offset_at_point(long, long, long, long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Gets the offset of the character located at coordinates x and y.
atkText_get_range_extents(long, long, long, long, long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Get the bounding box for text within the specified range.
atkText_get_run_attributes(long, long, long, long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Creates an AtkAttributeSet which consists of the attributes explicitly set at the position offset in the text.
atkText_get_selection(long, long, long, long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Gets the text from the specified selection.
atkText_get_text(long, long, long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Gets the specified text.
atkText_get_text_after_offset(long, long, long, long, long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Gets the specified text.
atkText_get_text_at_offset(long, long, long, long, long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Gets the specified text.
atkText_get_text_before_offset(long, long, long, long, long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Gets the specified text.
atkText_remove_selection(long, long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Removes the specified selection.
atkText_set_caret_offset(long, long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Sets the caret (cursor) position to the specified offset.
atkText_set_selection(long, long, long, long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Changes the start and end offset of the specified selection.
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
 
atkValue_get_current_value(long, long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Gets the value of this atkObject.
atkValue_get_maximum_value(long, long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Gets the maximum value of this atkObject.
atkValue_get_minimum_value(long, long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Gets the minimum value of this atkObject.
atkValue_set_current_value(long, long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Sets the value of this atkObject.
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
 
attrList - Variable in class org.eclipse.swt.graphics.TextLayout
 
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.
AUTHENTICATE - Static variable in class org.eclipse.swt.browser.WebKit
 
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.
authenticationListeners - Variable in class org.eclipse.swt.browser.WebBrowser
 
AUTO - Enum constant in enum class org.eclipse.swt.internal.DPIUtil.AutoScaleMethod
 
AUTO_SCALE_METHOD_SETTING - Static variable in class org.eclipse.swt.internal.DPIUtil
 
AUTO_TEXT_DIRECTION - Static variable in class org.eclipse.swt.SWT
A bit mask to indicate Bidi "auto" text direction.
AUTO_TEXT_DIRECTION - Static variable in class org.eclipse.swt.widgets.Widget
 
autohide - Variable in class org.eclipse.swt.widgets.ToolTip
 
autoScale - Variable in class org.eclipse.swt.widgets.Control
True if GTK has autoscaled this Control, meaning SWT does not need to do any manual scaling.
autoScaleImageData(Device, ImageData, float) - Static method in class org.eclipse.swt.internal.DPIUtil
 
autoScaleImageData(Device, ImageData, int) - Static method in class org.eclipse.swt.internal.DPIUtil
Auto-scale ImageData to device zoom that are at given zoom factor.
autoScaleImageData(Device, ImageData, int, int) - Static method in class org.eclipse.swt.internal.DPIUtil
 
autoScaleMethod - Static variable in class org.eclipse.swt.internal.DPIUtil
 
AutoScaleMethod() - Constructor for enum class org.eclipse.swt.internal.DPIUtil.AutoScaleMethod
 
autoScaleValue - Static variable in class org.eclipse.swt.internal.DPIUtil
 
autoScrollDirection - Variable in class org.eclipse.swt.custom.StyledText
 
autoScrollDistance - Variable in class org.eclipse.swt.custom.StyledText
 
available() - Method in class org.eclipse.swt.internal.image.LEDataInputStream
Answers how many bytes are available for reading without blocking
averageCharWidth - Variable in class org.eclipse.swt.custom.StyledTextRenderer
 
averageCharWidthInPoints - Variable in class org.eclipse.swt.graphics.FontMetrics
 
averageLineHeight - Variable in class org.eclipse.swt.custom.StyledTextRenderer
 
await(long) - Method in interface org.eclipse.swt.internal.AsyncReadyCallback
This method is called from within the callback function in order to finish the executed operation and to return the result.
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.
back() - Method in class org.eclipse.swt.browser.WebBrowser
 
back() - Method in class org.eclipse.swt.browser.WebKit
 
background - Variable in class org.eclipse.swt.custom.CCombo
 
background - Variable in class org.eclipse.swt.custom.CLabel
 
background - Variable in class org.eclipse.swt.custom.SashForm
 
background - Variable in class org.eclipse.swt.custom.StyledText
 
background - Variable in class org.eclipse.swt.custom.StyledTextRenderer.LineInfo
 
background - Variable in class org.eclipse.swt.custom.TableCursor
 
background - Variable in class org.eclipse.swt.custom.TreeCursor
 
background - Variable in class org.eclipse.swt.graphics.TextStyle
the background of the style
background - Variable in class org.eclipse.swt.widgets.Button
 
background - Variable in class org.eclipse.swt.widgets.Combo
 
background - Variable in class org.eclipse.swt.widgets.Spinner
 
background - Variable in class org.eclipse.swt.widgets.Table
 
background - Variable in class org.eclipse.swt.widgets.Text
 
background - Variable in class org.eclipse.swt.widgets.ToolItem
 
background - Variable in class org.eclipse.swt.widgets.Tree
 
BACKGROUND - Static variable in class org.eclipse.swt.custom.CTabFolder
 
BACKGROUND - Static variable in class org.eclipse.swt.custom.StyledTextRenderer
 
BACKGROUND - Static variable in class org.eclipse.swt.custom.TableCursor
 
BACKGROUND - Static variable in class org.eclipse.swt.custom.TreeCursor
 
BACKGROUND - Static variable in class org.eclipse.swt.graphics.GC
 
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 - Static variable in class org.eclipse.swt.widgets.Widget
 
BACKGROUND_BG - Static variable in class org.eclipse.swt.graphics.GC
 
BACKGROUND_COLUMN - Static variable in class org.eclipse.swt.widgets.Table
 
BACKGROUND_COLUMN - Static variable in class org.eclipse.swt.widgets.Tree
 
background_rgba - Static variable in class org.eclipse.swt.internal.gtk.OS
 
backgroundAlpha - Variable in class org.eclipse.swt.widgets.Control
 
backgroundImage - Variable in class org.eclipse.swt.custom.CLabel
 
backgroundImage - Variable in class org.eclipse.swt.widgets.Control
 
backgroundMode - Variable in class org.eclipse.swt.widgets.Composite
 
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).
backgroundPixel - Variable in class org.eclipse.swt.internal.image.GIFFileFormat
 
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
 
BACKSPACE - Static variable in class org.eclipse.swt.widgets.Widget
 
BACKSPACE_INVERSE - Static variable in class org.eclipse.swt.widgets.Widget
 
BAD_CODE - Static variable in class org.eclipse.swt.internal.image.PngHuffmanTable
 
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 - Static variable in class org.eclipse.swt.internal.image.PngDeflater
 
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
 
baseIndex - Variable in class org.eclipse.swt.internal.image.PngHuffmanTable.CodeLengthInfo
 
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).
BEST_COMPRESSION - Static variable in class org.eclipse.swt.internal.image.PngEncoder
 
BEST_SPEED - Static variable in class org.eclipse.swt.internal.image.PngEncoder
 
bezier(int, int, int, int, int, int, int, int, int) - Static method in class org.eclipse.swt.custom.CBanner
 
BEZIER_LEFT - Static variable in class org.eclipse.swt.custom.CBanner
 
BEZIER_RIGHT - Static variable in class org.eclipse.swt.custom.CBanner
 
bg - Variable in class org.eclipse.swt.widgets.DateTime
 
BI_BITFIELDS - Static variable in class org.eclipse.swt.internal.image.WinBMPFileFormat
 
BI_RGB - Static variable in class org.eclipse.swt.internal.image.WinBMPFileFormat
 
BI_RLE4 - Static variable in class org.eclipse.swt.internal.image.WinBMPFileFormat
 
BI_RLE8 - Static variable in class org.eclipse.swt.internal.image.WinBMPFileFormat
 
BIDI_CARET_WIDTH - Static variable in class org.eclipse.swt.custom.StyledText
 
bidiColoring - Variable in class org.eclipse.swt.custom.StyledText
 
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.
BidiSegmentEvent(StyledTextEvent) - Constructor for class org.eclipse.swt.custom.BidiSegmentEvent
 
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
bind(Callback, Object, String, String, int, boolean, boolean, long) - Static method in class org.eclipse.swt.internal.Callback
Allocates the native level resources associated with the callback.
bindArrowKeyBindings() - Method in class org.eclipse.swt.widgets.Tree
Binds the left and right arrow keys to allow for expanding and collapsing of the tree nodes.
BIT_DEPTH_OFFSET - Static variable in class org.eclipse.swt.internal.image.PngIhdrChunk
 
bitCount - Variable in class org.eclipse.swt.internal.image.OS2BMPFileFormat
 
bitCount - Variable in class org.eclipse.swt.internal.image.PngDeflater
 
bitDepth - Variable in class org.eclipse.swt.internal.image.PngEncoder
 
bitDepth - Variable in class org.eclipse.swt.internal.image.PngIhdrChunk
 
bitInvertData(byte[], int, int) - Method in class org.eclipse.swt.internal.image.WinICOFileFormat
 
BITMAP - Static variable in class org.eclipse.swt.SWT
Constant indicating that an image or operation is of type bitmap (value is 0).
bitOffsetDest - Variable in class org.eclipse.swt.internal.image.TIFFModifiedHuffmanCodec
 
bitOffsetSrc - Variable in class org.eclipse.swt.internal.image.TIFFModifiedHuffmanCodec
 
bitread_perm_state() - Constructor for class org.eclipse.swt.internal.image.JPEGDecoder.bitread_perm_state
 
bitread_working_state() - Constructor for class org.eclipse.swt.internal.image.JPEGDecoder.bitread_working_state
 
bits - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.JHUFF_TBL
 
BITS_IN_JSAMPLE - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
bits_left - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.bitread_perm_state
 
bits_left - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.bitread_working_state
 
bits_per_rgb - Variable in class org.eclipse.swt.internal.opengl.glx.XVisualInfo
 
bitsLeft - Variable in class org.eclipse.swt.internal.image.LZWCodec
 
bitsPerPixel - Variable in class org.eclipse.swt.internal.image.GIFFileFormat
 
bitsPerPixel - Variable in class org.eclipse.swt.internal.image.LZWCodec
 
bitsPerSample - Variable in class org.eclipse.swt.internal.image.TIFFDirectory
 
bitstate - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.huff_entropy_decoder
 
bitstate - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.phuff_entropy_decoder
 
bkImageBounds - Variable in class org.eclipse.swt.custom.CTabFolder
 
BLACK_CODE - Static variable in class org.eclipse.swt.internal.image.TIFFModifiedHuffmanCodec
 
BLACK_MIN_BITS - Static variable in class org.eclipse.swt.internal.image.TIFFModifiedHuffmanCodec
 
blackValue - Variable in class org.eclipse.swt.internal.image.TIFFModifiedHuffmanCodec
 
blink - Variable in class org.eclipse.swt.widgets.Canvas
 
blinkCaret() - Method in class org.eclipse.swt.widgets.Caret
 
blinkRate - Variable in class org.eclipse.swt.widgets.Caret
 
blit(byte[], int, int, int, int, int, byte[], int, int, int, int, int, boolean, boolean) - Static method in class org.eclipse.swt.graphics.ImageData
Blits an index palette image into an index palette image.
blit(byte[], int, int, int, int, int, int, int, int, byte[], int, int, int, int, int, int, int, int, boolean, boolean) - Static method in class org.eclipse.swt.graphics.ImageData
Blits a direct palette image into a direct palette image.
blit(int, int, byte[], int, int, int, byte[], byte[], byte[], byte[], int, int, int, int, int, int) - Static method in class org.eclipse.swt.graphics.ImageData
Blits an index palette image into a direct palette image.
block - Variable in class org.eclipse.swt.internal.image.LZWCodec
 
blockIndex - Variable in class org.eclipse.swt.internal.image.LZWCodec
 
blocks_in_MCU - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
blockSelection - Variable in class org.eclipse.swt.custom.StyledText
 
blockSize - Variable in class org.eclipse.swt.internal.image.LZWCodec
 
blockXAnchor - Variable in class org.eclipse.swt.custom.StyledText
 
blockXLocation - Variable in class org.eclipse.swt.custom.StyledText
 
blockYAnchor - Variable in class org.eclipse.swt.custom.StyledText
 
blockYLocation - Variable in class org.eclipse.swt.custom.StyledText
 
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.
BMP - Static variable in class org.eclipse.swt.dnd.ImageTransfer
 
BMP_ID - Static variable in class org.eclipse.swt.dnd.ImageTransfer
 
BMPFileHeaderSize - Static variable in class org.eclipse.swt.internal.image.OS2BMPFileFormat
 
BMPFileHeaderSize - Static variable in class org.eclipse.swt.internal.image.WinBMPFileFormat
 
BMPHeaderFixedSize - Static variable in class org.eclipse.swt.internal.image.OS2BMPFileFormat
 
BMPHeaderFixedSize - Static variable in class org.eclipse.swt.internal.image.WinBMPFileFormat
 
BOLD - Static variable in class org.eclipse.swt.SWT
The font style constant indicating a bold weight font (value is 1<<0).
boldFont - Variable in class org.eclipse.swt.custom.StyledTextRenderer
 
boldItalicFont - Variable in class org.eclipse.swt.custom.StyledTextRenderer
 
BORDER - Static variable in class org.eclipse.swt.SWT
Style constant for bordered behavior (value is 1<<11).
BORDER - Static variable in class org.eclipse.swt.widgets.Shell
 
BORDER - Static variable in class org.eclipse.swt.widgets.ToolTip
 
BORDER_BOTTOM - Static variable in class org.eclipse.swt.custom.CBanner
 
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).
BORDER_STRIPE - Static variable in class org.eclipse.swt.custom.CBanner
 
BORDER_TOP - Static variable in class org.eclipse.swt.custom.CBanner
 
BORDER1 - Static variable in class org.eclipse.swt.custom.CBanner
 
BORDER1_COLOR - Static variable in class org.eclipse.swt.custom.CTabFolderRenderer
 
BORDER1_COLOR - Static variable in class org.eclipse.swt.custom.ViewForm
 
borderBottom - Variable in class org.eclipse.swt.custom.ViewForm
 
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
borderDataControl(C, boolean) - Method in class org.eclipse.swt.layout.BorderLayout
 
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
 
borderLeft - Variable in class org.eclipse.swt.custom.ViewForm
 
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. 
borderPolygon - Variable in class org.eclipse.swt.widgets.ToolTip
 
borderRight - Variable in class org.eclipse.swt.custom.ViewForm
 
borderStyle - Variable in class org.eclipse.swt.graphics.TextStyle
the border style.
borderTop - Variable in class org.eclipse.swt.custom.ViewForm
 
borderVisible - Variable in class org.eclipse.swt.custom.CTabFolder
 
bottom - Variable in class org.eclipse.swt.custom.CBanner
 
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).
BOTTOM_LEFT_CORNER - Static variable in class org.eclipse.swt.custom.CTabFolderRenderer
 
BOTTOM_LEFT_CORNER_BORDERLESS - Static variable in class org.eclipse.swt.custom.CTabFolderRenderer
 
BOTTOM_RIGHT_CORNER - Static variable in class org.eclipse.swt.custom.CTabFolderRenderer
 
BOTTOM_RIGHT_CORNER_BORDERLESS - Static variable in class org.eclipse.swt.custom.CTabFolderRenderer
 
bottomMargin - Variable in class org.eclipse.swt.accessibility.AccessibleAttributeEvent
[out] the bottom margin in pixels
bottomMargin - Variable in class org.eclipse.swt.custom.CLabel
 
bottomMargin - Variable in class org.eclipse.swt.custom.StyledText
 
bounds - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTextRange
 
bounds - Variable in class org.eclipse.swt.widgets.TouchSource
 
bounds - Variable in class org.eclipse.swt.widgets.Tracker
 
bounds_changed - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
boundsChangedSinceLastDraw - Variable in class org.eclipse.swt.widgets.Table
 
boundsChangedSinceLastDraw - Variable in class org.eclipse.swt.widgets.Tree
 
boxHandle - Variable in class org.eclipse.swt.widgets.Button
 
boxHandle - Variable in class org.eclipse.swt.widgets.ExpandItem
 
boxHandle - Variable in class org.eclipse.swt.widgets.Label
 
boxHandle - Variable in class org.eclipse.swt.widgets.MenuItem
Feature in Gtk: as of Gtk version 3.10 GtkImageMenuItem is deprecated, meaning that MenuItems in SWT with images can no longer be GtkImageMenuItems after Gtk3.10.
boxHandle - Variable in class org.eclipse.swt.widgets.ToolItem
GTK4 only field, used to keep track of the containing box of the image invalid input: '&' label
br_state_local - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_entropy_decoder
 
BREAK - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the break key (value is (1<<24)+86).
bringToTop(boolean) - Method in class org.eclipse.swt.widgets.Shell
 
browser - Variable in class org.eclipse.swt.browser.BrowserFunction
 
browser - Variable in class org.eclipse.swt.browser.WebBrowser
 
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.
Browser.WebViewUnavailableDialog - Class in org.eclipse.swt.browser
 
Browser.WebViewUnavailableDialog.DialogOption - Record Class in org.eclipse.swt.browser
 
BrowserFactory - Class in org.eclipse.swt.browser
 
BrowserFactory() - Constructor for class org.eclipse.swt.browser.BrowserFactory
 
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.
BrowserFunction(Browser, String, boolean, String[], boolean) - Constructor for class org.eclipse.swt.browser.BrowserFunction
 
browserMoveListener - Variable in class org.eclipse.swt.browser.WebKit
 
browserShellMoved(ControlEvent) - Method in class org.eclipse.swt.browser.WebKit
 
BS - Static variable in class org.eclipse.swt.SWT
ASCII character convenience constant for the backspace character (value is the char '\b').
buf - Variable in class org.eclipse.swt.internal.image.LEDataInputStream
The byte array containing the bytes to read.
buffer - Variable in class org.eclipse.swt.custom.TextWriter
 
buffer - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.bitread_working_state
 
buffer - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_d_main_controller
 
buffer - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_d_post_controller
 
buffer - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
buffer - Variable in class org.eclipse.swt.internal.image.PngDeflater
 
buffer_full - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_d_main_controller
 
buffer_offset - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_d_main_controller
 
bufferCurrentPosition - Variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
buffered_image - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
bufferHandle - Variable in class org.eclipse.swt.widgets.Text
 
buffers - Variable in class org.eclipse.swt.internal.image.TIFFRandomFileAccess
 
bug522733FirstInstanceCreated - Static variable in class org.eclipse.swt.browser.WebKit
Workaround for bug 522733
build_ycc_rgb_table(JPEGDecoder.jpeg_decompress_struct) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
buildDitheredGradientChannel(int, int, int, int, int, boolean, byte[], int, int, int) - Static method in class org.eclipse.swt.graphics.ImageData
 
buildPreciseGradientChannel(int, int, int, int, int, boolean, byte[], int, int) - Static method in class org.eclipse.swt.graphics.ImageData
 
bullet - Variable in class org.eclipse.swt.custom.LineStyleEvent
line bullet (output)
bullet - Variable in class org.eclipse.swt.custom.PaintObjectEvent
the Bullet
bullet - Variable in class org.eclipse.swt.custom.StyledTextEvent
 
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_MARGIN - Static variable in class org.eclipse.swt.custom.StyledTextRenderer
 
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
bulletIndex - Variable in class org.eclipse.swt.custom.StyledTextEvent
 
bullets - Variable in class org.eclipse.swt.custom.StyledTextRenderer
 
bulletsIndices - Variable in class org.eclipse.swt.custom.StyledTextRenderer
 
BUSY_CURSOR - Static variable in class org.eclipse.swt.custom.BusyIndicator
 
BUSYID_NAME - Static variable in class org.eclipse.swt.custom.BusyIndicator
 
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_BORDER - Static variable in class org.eclipse.swt.custom.CTabFolderRenderer
 
BUTTON_FILL - Static variable in class org.eclipse.swt.custom.CTabFolderRenderer
 
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_PRESS_EVENT - Static variable in class org.eclipse.swt.widgets.Widget
 
BUTTON_PRESS_EVENT_INVERSE - Static variable in class org.eclipse.swt.widgets.Widget
 
button_release_event - Static variable in class org.eclipse.swt.internal.gtk.OS
 
BUTTON_RELEASE_EVENT - Static variable in class org.eclipse.swt.widgets.Widget
 
BUTTON_RELEASE_EVENT_INVERSE - Static variable in class org.eclipse.swt.widgets.Widget
 
BUTTON_SIZE - Static variable in class org.eclipse.swt.custom.CTabFolderRenderer
 
BUTTON_TRIM - Static variable in class org.eclipse.swt.custom.CTabFolderRenderer
 
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.
buttonBoxHandle - Variable in class org.eclipse.swt.widgets.Combo
 
buttonHandle - Variable in class org.eclipse.swt.widgets.Combo
 
buttonHandle - Variable in class org.eclipse.swt.widgets.TableColumn
 
buttonHandle - Variable in class org.eclipse.swt.widgets.TreeColumn
 
bwPalette() - Static method in class org.eclipse.swt.graphics.ImageData
Returns a palette with 2 colors: black invalid input: '&' white.
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
 
byteOffsetDest - Variable in class org.eclipse.swt.internal.image.TIFFModifiedHuffmanCodec
 
byteOffsetSrc - Variable in class org.eclipse.swt.internal.image.TIFFModifiedHuffmanCodec
 
bytes - Variable in class org.eclipse.swt.internal.image.PngDeflater
 
bytes - Variable in class org.eclipse.swt.internal.image.PngEncoder
 
bytes_in_buffer - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.bitread_working_state
 
bytes_in_buffer - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
bytes_offset - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.bitread_working_state
 
bytes_offset - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
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
 
CACHE_SIZE - Static variable in class org.eclipse.swt.custom.StyledTextRenderer
 
cacheBottom - Variable in class org.eclipse.swt.layout.FormData
 
cached - Variable in class org.eclipse.swt.widgets.TableItem
 
cached - Variable in class org.eclipse.swt.widgets.TreeItem
 
cachedAdjustment - Variable in class org.eclipse.swt.widgets.List
 
cachedAdjustment - Variable in class org.eclipse.swt.widgets.Table
 
cachedAdjustment - Variable in class org.eclipse.swt.widgets.Text
 
cachedAdjustment - Variable in class org.eclipse.swt.widgets.Tree
 
cachedBackgroundIsOpaque - Variable in class org.eclipse.swt.widgets.Tracker
 
cachedCombinedDisplayResolution - Variable in class org.eclipse.swt.widgets.Tracker
 
cachedImageAtSize - Variable in class org.eclipse.swt.graphics.Image
 
CachedImageAtSize() - Constructor for class org.eclipse.swt.graphics.Image.CachedImageAtSize
 
cachedModifierState - Variable in class org.eclipse.swt.widgets.Display
 
cachedNoBackground - Variable in class org.eclipse.swt.widgets.Control
Cache the NO_BACKGROUND flag as it gets removed automatically in Composite.
cachedSize - Variable in class org.eclipse.swt.layout.BorderData
 
cachedUnion - Variable in class org.eclipse.swt.widgets.Tracker
 
cacheHeight - Variable in class org.eclipse.swt.layout.FormData
 
cacheHeight - Variable in class org.eclipse.swt.layout.GridData
 
cacheLeft - Variable in class org.eclipse.swt.layout.FormData
 
cacheLineData(StyledText) - Method in class org.eclipse.swt.custom.StyledText.Printing
Caches all line data that needs to be requested from a listener.
cacheRight - Variable in class org.eclipse.swt.layout.FormData
 
cacheTop - Variable in class org.eclipse.swt.layout.FormData
 
cacheWidth - Variable in class org.eclipse.swt.layout.FormData
 
cacheWidth - Variable in class org.eclipse.swt.layout.GridData
 
cairo - Variable in class org.eclipse.swt.graphics.GCData
 
cairo - Variable in class org.eclipse.swt.printing.Printer
 
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_get_rectangles(long, long[], int[]) - Static method in class org.eclipse.swt.graphics.Region
 
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
 
cairoClipRegion(long) - Method in class org.eclipse.swt.graphics.GC
Convenience method that applies a region to the Control using cairo_clip.
cairoClipRegion(long) - Method in class org.eclipse.swt.widgets.Control
Convenience method that applies a region to the Control using cairo_clip.
cairoCopyRegion(Region) - Method in class org.eclipse.swt.widgets.Control
Copies the region at the Cairo level, as we need to re-use these resources after the Region object is disposed.
cairoDisposeRegion() - Method in class org.eclipse.swt.widgets.Control
 
cairoTransformationMatrix - Variable in class org.eclipse.swt.graphics.GC
The current Cairo matrix, which positions widgets in the shell.
cairoXoffset - Variable in class org.eclipse.swt.graphics.GCData
 
cairoYoffset - Variable in class org.eclipse.swt.graphics.GCData
 
calculate(int, int) - Method in class org.eclipse.swt.custom.StyledTextRenderer
 
calculateCalendarXpos(Point, Rectangle, Rectangle, int) - Method in class org.eclipse.swt.widgets.DateTime
 
calculateCalendarYpos(Point, Rectangle, int, Rectangle) - Method in class org.eclipse.swt.widgets.DateTime
 
calculateChevronTrim() - Method in class org.eclipse.swt.widgets.CoolItem
 
calculateClientArea() - Method in class org.eclipse.swt.custom.StyledTextRenderer
 
calculateIdle() - Method in class org.eclipse.swt.custom.StyledTextRenderer
 
calculateScrollBars() - Method in class org.eclipse.swt.custom.StyledText
Calculates the scroll bars
calculateTopIndex(int) - Method in class org.eclipse.swt.custom.StyledText
Calculates the top index based on the current vertical scroll offset.
calculateWidth(long, long) - Method in class org.eclipse.swt.widgets.Table
 
calculateWidth(long, long, boolean) - Method in class org.eclipse.swt.widgets.Tree
 
calendar - Variable in class org.eclipse.swt.widgets.DateTime
 
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.
calendarHandle - Variable in class org.eclipse.swt.widgets.DateTime
Major handles of this class.
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(long) - Method in interface org.eclipse.swt.internal.GAsyncReadyCallbackHelper.Async
The method that will be called by the GAsyncReadyCallback and the result is passed to the finish method.
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.
callbackFinished - Variable in class org.eclipse.swt.browser.WebKit.Webkit2AsyncToSync.Webkit2AsyncReturnObj
 
callbackMap - Static variable in class org.eclipse.swt.browser.WebKit.Webkit2AsyncToSync.CallBackMap
 
CallBackMap() - Constructor for class org.eclipse.swt.browser.WebKit.Webkit2AsyncToSync.CallBackMap
 
canBeginDrag() - Method in class org.eclipse.swt.dnd.DragSource
 
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).
CANCEL_OPTION - Static variable in class org.eclipse.swt.browser.Browser.WebViewUnavailableDialog
 
cancelJob() - Method in class org.eclipse.swt.printing.Printer
Cancels a print job in progress.
cancellable() - Method in class org.eclipse.swt.dnd.GdkContentDeserializer
 
cancellable() - Method in class org.eclipse.swt.dnd.GdkContentSerializer
 
cancelled - Variable in class org.eclipse.swt.widgets.Tracker
 
canLayout() - Method in class org.eclipse.swt.custom.StyledTextRenderer.LineSizeInfo
Returns true if the TextLayout get from the layout pool can be directly used or must be refreshed with styles.
canLoadAtZoom(InputStream, int, int) - Static method in class org.eclipse.swt.graphics.ImageDataLoader
 
canLoadAtZoom(InputStream, int, int) - Static method in class org.eclipse.swt.graphics.ImageLoader
 
canLoadAtZoom(String, int, int) - Static method in class org.eclipse.swt.graphics.ImageDataLoader
 
canLoadAtZoom(String, int, int) - Static method in class org.eclipse.swt.graphics.ImageLoader
 
canLoadAtZoom(DPIUtil.ElementAtZoom, int) - Static method in class org.eclipse.swt.internal.image.FileFormat
 
CANNOT_SET_CLIPBOARD_MESSAGE - Static variable in class org.eclipse.swt.dnd.DND
 
Canvas - Class in org.eclipse.swt.widgets
Instances of this class provide a surface for drawing arbitrary graphics.
Canvas() - Constructor for class org.eclipse.swt.widgets.Canvas
 
Canvas(Composite, int) - Constructor for class org.eclipse.swt.widgets.Canvas
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
CANVAS - Static variable in class org.eclipse.swt.widgets.Widget
 
cap - Variable in class org.eclipse.swt.graphics.LineAttributes
The line cap style.
cap(TextLayout, int) - Static method in class org.eclipse.swt.custom.StyledTextRenderer
 
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 - Variable in class org.eclipse.swt.widgets.Canvas
 
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.
CARET_WIDTH - Static variable in class org.eclipse.swt.custom.StyledTextDropTargetEffect
 
caretAlignment - Variable in class org.eclipse.swt.custom.StyledText
 
caretCallback - Variable in class org.eclipse.swt.widgets.Display
 
caretDirection - Variable in class org.eclipse.swt.custom.StyledText
 
CaretEvent - Class in org.eclipse.swt.custom
This event is sent when the caret offset changes.
CaretEvent(StyledTextEvent) - Constructor for class org.eclipse.swt.custom.CaretEvent
 
caretId - Variable in class org.eclipse.swt.widgets.Display
 
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
caretOffset - Variable in class org.eclipse.swt.widgets.IME
 
caretOffsets - Variable in class org.eclipse.swt.custom.StyledText
 
caretProc - Variable in class org.eclipse.swt.widgets.Display
 
caretProc(long) - Method in class org.eclipse.swt.widgets.Display
 
carets - Variable in class org.eclipse.swt.custom.StyledText
 
caretWidth - Variable in class org.eclipse.swt.custom.StyledText
 
cascade - Variable in class org.eclipse.swt.widgets.Menu
 
CASCADE - Static variable in class org.eclipse.swt.SWT
Style constant for cascade behavior (value is 1<<6).
Cb_b_tab - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_color_deconverter
 
Cb_g_tab - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_color_deconverter
 
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.
CBannerLayout - Class in org.eclipse.swt.custom
This class provides the layout for CBanner
CBannerLayout() - Constructor for class org.eclipse.swt.custom.CBannerLayout
 
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.
CCIR601_sampling - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
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.
cconvert - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
ceil(int, int) - Static method in class org.eclipse.swt.internal.Compatibility
Answers the most negative (i.e.
CELL_BACKGROUND - Static variable in class org.eclipse.swt.widgets.Table
 
CELL_BACKGROUND - Static variable in class org.eclipse.swt.widgets.Tree
 
cell_background_rgba - Static variable in class org.eclipse.swt.internal.gtk.OS
 
CELL_FONT - Static variable in class org.eclipse.swt.widgets.Table
 
CELL_FONT - Static variable in class org.eclipse.swt.widgets.Tree
 
CELL_FOREGROUND - Static variable in class org.eclipse.swt.widgets.Table
 
CELL_FOREGROUND - Static variable in class org.eclipse.swt.widgets.Tree
 
CELL_PIXBUF - Static variable in class org.eclipse.swt.widgets.Table
 
CELL_PIXBUF - Static variable in class org.eclipse.swt.widgets.Tree
 
CELL_SURFACE - Static variable in class org.eclipse.swt.widgets.Table
 
CELL_SURFACE - Static variable in class org.eclipse.swt.widgets.Tree
 
CELL_TEXT - Static variable in class org.eclipse.swt.widgets.Table
 
CELL_TEXT - Static variable in class org.eclipse.swt.widgets.Tree
 
CELL_TYPES - Static variable in class org.eclipse.swt.widgets.Table
 
CELL_TYPES - Static variable in class org.eclipse.swt.widgets.Tree
 
cellBoxHandle - Variable in class org.eclipse.swt.widgets.Combo
 
cellDataCallback - Variable in class org.eclipse.swt.widgets.Display
 
cellDataProc - Variable in class org.eclipse.swt.widgets.Display
 
cellDataProc(long, long, long, long, long) - Method in class org.eclipse.swt.widgets.Display
 
cellDataProc(long, long, long, long, long) - Method in class org.eclipse.swt.widgets.Table
 
cellDataProc(long, long, long, long, long) - Method in class org.eclipse.swt.widgets.Tree
 
cellDataProc(long, long, long, long, long) - Method in class org.eclipse.swt.widgets.Widget
 
cellFont - Variable in class org.eclipse.swt.widgets.TableItem
 
cellFont - Variable in class org.eclipse.swt.widgets.TreeItem
 
cellHandle - Variable in class org.eclipse.swt.widgets.Combo
 
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 - Variable in class org.eclipse.swt.widgets.Shell
 
center() - Method in class org.eclipse.swt.widgets.Shell
 
CENTER - Static variable in class org.eclipse.swt.custom.StyledText.Printing
 
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).
CENTERJSAMPLE - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
CENTRAL_POINT_RADIUS - Static variable in class org.eclipse.swt.custom.MouseNavigator
 
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
 
CHANGE_VALUE - Static variable in class org.eclipse.swt.widgets.Widget
 
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 - Static variable in class org.eclipse.swt.widgets.Widget
 
changed_mask - Variable in class org.eclipse.swt.internal.gtk3.GdkEventWindowState
 
changedAdapter(Consumer) - 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) - 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.
changeValue - Variable in class org.eclipse.swt.widgets.Display
 
changeValue(long, int, double, long) - Method in class org.eclipse.swt.widgets.Display
 
changeValueProc - Variable in class org.eclipse.swt.widgets.Display
 
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) - 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
 
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).
CHECK_SUBWINDOW - Static variable in class org.eclipse.swt.widgets.Widget
 
checkAdler() - Method in class org.eclipse.swt.internal.image.PngDecodingDataStream
 
checkAndSetThemeDetails(String) - Method in class org.eclipse.swt.widgets.Display
Sets the org.eclipse.swt.internal.gtk.theme value with the current GTK theme name.
checkAndUngrabFocus() - Method in class org.eclipse.swt.widgets.Shell
SWT.ON_TOP shells on Wayland requires gdk_seat_grab to grab keyboard/input focus, the grabbed focus need to be removed when Shell is disposed/hidden.
checkBackground() - Method in class org.eclipse.swt.widgets.Button
 
checkBackground() - Method in class org.eclipse.swt.widgets.Control
 
checkBits(int, int, int, int, int, int, int) - Static method in class org.eclipse.swt.printing.PrintDialog
 
checkBits(int, int, int, int, int, int, int) - Static method in class org.eclipse.swt.widgets.Widget
 
checkBorder() - Method in class org.eclipse.swt.widgets.Control
 
checkBorder() - Method in class org.eclipse.swt.widgets.Shell
 
checkBuffered() - Method in class org.eclipse.swt.widgets.Composite
 
checkBuffered() - Method in class org.eclipse.swt.widgets.Control
 
checkByteArray(Object) - Method in class org.eclipse.swt.dnd.ByteArrayTransfer
 
checkChunk() - Method in class org.eclipse.swt.internal.image.PngInputStream
 
checkCRC() - Method in class org.eclipse.swt.internal.image.PngChunk
Compute the CRC value for the chunk's data.
checkData(byte[]) - Static method in class org.eclipse.swt.graphics.ImageData
 
checkData(TableItem) - Method in class org.eclipse.swt.widgets.Table
 
checkData(TreeItem) - Method in class org.eclipse.swt.widgets.Tree
 
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
 
checkDisplay(Thread, boolean) - Static method in class org.eclipse.swt.widgets.Display
 
checkDragDetect(Event) - Method in class org.eclipse.swt.custom.StyledText
 
CHECKED_COLUMN - Static variable in class org.eclipse.swt.widgets.Table
 
CHECKED_COLUMN - Static variable in class org.eclipse.swt.widgets.Tree
 
checkEffect(int) - Method in class org.eclipse.swt.dnd.TableDropTargetEffect
 
checkEffect(int) - Method in class org.eclipse.swt.dnd.TreeDropTargetEffect
 
checkFile(Object) - Method in class org.eclipse.swt.dnd.FileTransfer
 
checkGC(int) - Method in class org.eclipse.swt.graphics.GC
 
checkHTML(Object) - Method in class org.eclipse.swt.dnd.HTMLTransfer
 
checkIfEventCallback - Variable in class org.eclipse.swt.widgets.Display
 
checkIfEventProc - Variable in class org.eclipse.swt.widgets.Display
 
checkIfEventProc(long, long, long) - Method in class org.eclipse.swt.widgets.Display
 
checkImage(Object) - Method in class org.eclipse.swt.dnd.ImageTransfer
 
checkIMModule() - Method in class org.eclipse.swt.widgets.Display
Check if the XIM module is present and generates a warning for potential graphical issues if GTK_IM_MODULE=xim is detected.
checkIndex(int) - Static method in class org.eclipse.swt.widgets.TreeItem
 
checkLayout() - Method in class org.eclipse.swt.graphics.TextLayout
 
checkMirrored() - Method in class org.eclipse.swt.widgets.Control
 
checkNull(Accessible) - Static method in class org.eclipse.swt.accessibility.Accessible
 
checkNull(PrinterData) - Static method in class org.eclipse.swt.printing.Printer
 
checkNull(Control) - Static method in class org.eclipse.swt.widgets.Menu
 
checkNull(Menu) - Static method in class org.eclipse.swt.widgets.Menu
 
checkNull(MenuItem) - Static method in class org.eclipse.swt.widgets.Menu
 
checkNull(Table) - Static method in class org.eclipse.swt.widgets.TableItem
 
checkNull(Tree) - Static method in class org.eclipse.swt.widgets.TreeItem
 
checkNull(TreeItem) - Static method in class org.eclipse.swt.widgets.TreeItem
 
checkOpen() - Method in class org.eclipse.swt.widgets.Shell
 
checkOpen() - Method in class org.eclipse.swt.widgets.Widget
 
checkOrientation(Widget) - Method in class org.eclipse.swt.widgets.Widget
 
checkParent(Composite) - Static method in class org.eclipse.swt.browser.Browser
 
checkParent(Shell) - Method in class org.eclipse.swt.widgets.Dialog
Throws an exception if the specified widget can not be used as a parent for the receiver.
checkParent(Widget) - Method in class org.eclipse.swt.widgets.Widget
Throws an exception if the specified widget can not be used as a parent for the receiver.
checkRenderer - Variable in class org.eclipse.swt.widgets.Table
 
checkRenderer - Variable in class org.eclipse.swt.widgets.Tree
 
checkRTF(Object) - Method in class org.eclipse.swt.dnd.RTFTransfer
 
checkScaleFactor - Variable in class org.eclipse.swt.widgets.Control
Flag to check the scale factor upon the first drawing of this Control.
checkSetDataInProcessBeforeRemoval() - Method in class org.eclipse.swt.widgets.Tree
Check the tree for items that are in process of sending SWT#SetData event.
checkSetDataInProcessBeforeRemoval(int, int) - Method in class org.eclipse.swt.widgets.Table
Check the table item range [start, end) for items that are in process of sending SWT#SetData event.
checkStyle(int) - Static method in class org.eclipse.swt.browser.Browser
 
checkStyle(int) - Static method in class org.eclipse.swt.custom.AnimatedProgress
Deprecated.
 
checkStyle(int) - Static method in class org.eclipse.swt.custom.CBanner
 
checkStyle(int) - Static method in class org.eclipse.swt.custom.CCombo
 
checkStyle(int) - Static method in class org.eclipse.swt.custom.CLabel
Check the style bits to ensure that no invalid styles are applied.
checkStyle(int) - Static method in class org.eclipse.swt.custom.PopupList
 
checkStyle(int) - Static method in class org.eclipse.swt.custom.SashForm
 
checkStyle(int) - Static method in class org.eclipse.swt.custom.ScrolledComposite
 
checkStyle(int) - Static method in class org.eclipse.swt.custom.StyledText
Hides the scroll bars if widget is created in single line mode.
checkStyle(int) - Static method in class org.eclipse.swt.custom.ViewForm
 
checkStyle(int) - Static method in class org.eclipse.swt.dnd.DragSource
 
checkStyle(int) - Static method in class org.eclipse.swt.dnd.DropTarget
 
checkStyle(int) - Method in class org.eclipse.swt.graphics.GC
Ensure that the style specified is either LEFT_TO_RIGHT or RIGHT_TO_LEFT.
checkStyle(int) - Static method in class org.eclipse.swt.widgets.Button
 
checkStyle(int) - Static method in class org.eclipse.swt.widgets.Combo
 
checkStyle(int) - Static method in class org.eclipse.swt.widgets.Composite
 
checkStyle(int) - Static method in class org.eclipse.swt.widgets.CoolBar
 
checkStyle(int) - Static method in class org.eclipse.swt.widgets.DateTime
 
checkStyle(int) - Static method in class org.eclipse.swt.widgets.Decorations
 
checkStyle(int) - Static method in class org.eclipse.swt.widgets.Group
 
checkStyle(int) - Static method in class org.eclipse.swt.widgets.Label
 
checkStyle(int) - Static method in class org.eclipse.swt.widgets.List
 
checkStyle(int) - Static method in class org.eclipse.swt.widgets.Menu
 
checkStyle(int) - Static method in class org.eclipse.swt.widgets.MenuItem
 
checkStyle(int) - Static method in class org.eclipse.swt.widgets.MessageBox
 
checkStyle(int) - Static method in class org.eclipse.swt.widgets.ProgressBar
 
checkStyle(int) - Static method in class org.eclipse.swt.widgets.Sash
 
checkStyle(int) - Static method in class org.eclipse.swt.widgets.Scale
 
checkStyle(int) - Static method in class org.eclipse.swt.widgets.ScrollBar
 
checkStyle(int) - Static method in class org.eclipse.swt.widgets.Slider
 
checkStyle(int) - Static method in class org.eclipse.swt.widgets.Spinner
 
checkStyle(int) - Static method in class org.eclipse.swt.widgets.TabFolder
 
checkStyle(int) - Static method in class org.eclipse.swt.widgets.Table
 
checkStyle(int) - Static method in class org.eclipse.swt.widgets.TableColumn
 
checkStyle(int) - Static method in class org.eclipse.swt.widgets.Text
 
checkStyle(int) - Static method in class org.eclipse.swt.widgets.ToolBar
 
checkStyle(int) - Static method in class org.eclipse.swt.widgets.ToolItem
 
checkStyle(int) - Static method in class org.eclipse.swt.widgets.ToolTip
 
checkStyle(int) - Static method in class org.eclipse.swt.widgets.Tracker
 
checkStyle(int) - Static method in class org.eclipse.swt.widgets.Tree
 
checkStyle(int) - Static method in class org.eclipse.swt.widgets.TreeColumn
 
checkStyle(Composite, int) - Static method in class org.eclipse.swt.custom.CTabFolder
 
checkStyle(Shell, int) - Static method in class org.eclipse.swt.widgets.Dialog
 
checkStyle(Shell, int) - Static method in class org.eclipse.swt.widgets.Shell
 
checkStyleBit(Shell, int) - Static method in class org.eclipse.swt.printing.PrintDialog
 
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.
checkSubwindow() - Method in class org.eclipse.swt.widgets.Combo
 
checkSubwindow() - Method in class org.eclipse.swt.widgets.Composite
 
checkSubwindow() - Method in class org.eclipse.swt.widgets.Control
 
checkSubwindow() - Method in class org.eclipse.swt.widgets.DateTime
 
checkSubwindow() - Method in class org.eclipse.swt.widgets.Spinner
 
checkText(Object) - Method in class org.eclipse.swt.dnd.TextTransfer
 
checkTransform(float[]) - Static method in class org.eclipse.swt.graphics.Transform
 
checkURL(Object) - Method in class org.eclipse.swt.dnd.URLTransfer
 
checkWidget() - Method in class org.eclipse.swt.accessibility.Accessible
 
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.
chevron - Variable in class org.eclipse.swt.widgets.CoolItem
 
CHEVRON_BOTTOM_INDENT - Static variable in class org.eclipse.swt.custom.CTabFolderRenderer
 
CHEVRON_ELLIPSIS - Static variable in class org.eclipse.swt.custom.CTabFolderRenderer
 
CHEVRON_FONT_SIZE_FACTOR - Static variable in class org.eclipse.swt.custom.CTabFolderRenderer
 
CHEVRON_HORIZONTAL_TRIM - Variable in class org.eclipse.swt.widgets.CoolItem
 
CHEVRON_IMAGE_WIDTH - Static variable in class org.eclipse.swt.widgets.CoolItem
 
CHEVRON_LEFT_MARGIN - Static variable in class org.eclipse.swt.widgets.CoolItem
 
CHEVRON_VERTICAL_TRIM - Variable in class org.eclipse.swt.widgets.CoolItem
 
chevronCount - Variable in class org.eclipse.swt.custom.CTabFolder
 
chevronFont - Variable in class org.eclipse.swt.custom.CTabFolderRenderer
 
chevronImage - Variable in class org.eclipse.swt.custom.CTabFolder
 
chevronItem - Variable in class org.eclipse.swt.custom.CTabFolder
 
chevronTb - Variable in class org.eclipse.swt.custom.CTabFolder
 
chevronVisible - Variable in class org.eclipse.swt.custom.CTabFolder
 
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.Accessible
 
children - Variable in class org.eclipse.swt.accessibility.AccessibleControlEvent
 
children - Variable in class org.eclipse.swt.accessibility.AccessibleObject
 
children - Variable in class org.eclipse.swt.internal.image.LZWNode
 
children_changed - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkObjectClass
 
childrenLowered - Variable in class org.eclipse.swt.widgets.Composite
A HashMap of child widgets that keeps track of which child has had their GdkWindow lowered/raised.
chmod(String, String) - Static method in class org.eclipse.swt.internal.Library
 
CHROMIUM - Static variable in class org.eclipse.swt.SWT
Deprecated, for removal: This API element is subject to removal in a future version.
Support for Chromium was limited to ancient and full of CVEs version of Chromium. See bug report for details
chunk - Variable in class org.eclipse.swt.internal.image.PngEncoder
 
chunk - Variable in class org.eclipse.swt.internal.image.PngInputStream
 
CHUNK_IDAT - Static variable in class org.eclipse.swt.internal.image.PngChunk
 
CHUNK_IEND - Static variable in class org.eclipse.swt.internal.image.PngChunk
 
CHUNK_IHDR - Static variable in class org.eclipse.swt.internal.image.PngChunk
 
CHUNK_PLTE - Static variable in class org.eclipse.swt.internal.image.PngChunk
 
CHUNK_SIZE - Static variable in class org.eclipse.swt.internal.image.TIFFRandomFileAccess
 
CHUNK_tRNS - Static variable in class org.eclipse.swt.internal.image.PngChunk
 
CHUNK_UNKNOWN - Static variable in class org.eclipse.swt.internal.image.PngChunk
 
cinfo - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.bitread_working_state
 
CIRCLE_RADIUS - Static variable in class org.eclipse.swt.custom.MouseNavigator
 
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.
claimBottomFreeSpace() - Method in class org.eclipse.swt.custom.StyledText
Scrolls down the text to use new space made available by a resize or by deleted lines.
claimDesktopAutostartID() - Method in class org.eclipse.swt.internal.SessionManagerDBus
Gets the value of 'DESKTOP_AUTOSTART_ID'.
claimRightFreeSpace() - Method in class org.eclipse.swt.custom.StyledText
Scrolls text to the right to use new space made available by a resize.
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
 
CLASSNAME_EXTERNAL - Static variable in class org.eclipse.swt.browser.WebKit
 
CLayoutData - Class in org.eclipse.swt.custom
 
CLayoutData() - Constructor for class org.eclipse.swt.custom.CLayoutData
 
cleanable - Variable in class org.eclipse.swt.graphics.Resource
Represents the Resource.tracker registered as a cleaning action via the Resource.ResourceTracker.cleaner
cleaner - Static variable in class org.eclipse.swt.graphics.Resource.ResourceTracker
Invokes Resource.ResourceTracker.run() once the resource is eligible for GC
cleanupEnableWindow() - Method in class org.eclipse.swt.widgets.Control
 
clear() - Method in class org.eclipse.swt.custom.AnimatedProgress
Deprecated.
clear() - Method in enum class org.eclipse.swt.dnd.ContentProviders.CLIPBOARD_DATA
At the beginning of a set contents operation clear out any old data we have copied to the clipboard.
clear() - Method in class org.eclipse.swt.widgets.TableItem
 
clear() - Method in class org.eclipse.swt.widgets.TreeItem
 
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(long, int, boolean) - Method in class org.eclipse.swt.widgets.Tree
 
clear(Clipboard, int) - Method in class org.eclipse.swt.dnd.ClipboardProxy
 
clear(Clipboard, int, boolean) - Method in class org.eclipse.swt.dnd.ClipboardProxyGTK4
Clear the contents of the specified clipboards
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.
clearAll(boolean, long) - Method in class org.eclipse.swt.widgets.Tree
 
clearBlockSelection(boolean, boolean) - Method in class org.eclipse.swt.custom.StyledText
 
clearBusyCursor(Display, Integer) - Static method in class org.eclipse.swt.custom.BusyIndicator
 
clearCode - Variable in class org.eclipse.swt.internal.image.LZWCodec
 
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.
clearFunc - Variable in class org.eclipse.swt.dnd.ClipboardProxy
 
clearFunc(long, long) - Method in class org.eclipse.swt.dnd.ClipboardProxy
 
clearLineBackground(int, int) - Method in class org.eclipse.swt.custom.StyledTextRenderer
 
clearLineStyle(int, int) - Method in class org.eclipse.swt.custom.StyledTextRenderer
 
clearModal(Shell) - Method in class org.eclipse.swt.widgets.Display
 
clearNonDisposedWidgets() - Method in class org.eclipse.swt.internal.WidgetSpy.NonDisposedWidgetTracker
 
clearSegments(boolean) - Method in class org.eclipse.swt.widgets.Text
 
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.
clearSelection(boolean) - Method in class org.eclipse.swt.custom.StyledText
Removes the widget selection.
clearSessions() - Static method in class org.eclipse.swt.browser.Browser
Clears all session cookies from all current Browser instances.
clearSessions() - Static method in class org.eclipse.swt.browser.WebBrowser
 
clearText() - Method in class org.eclipse.swt.widgets.Combo
 
CLICK_DISTANCE - Static variable in class org.eclipse.swt.widgets.CoolBar
 
clickCount - Variable in class org.eclipse.swt.custom.StyledText
 
clickCount - Variable in class org.eclipse.swt.widgets.Display
 
clicked - Static variable in class org.eclipse.swt.internal.gtk.OS
 
CLICKED - Static variable in class org.eclipse.swt.widgets.Widget
 
clientArea - Variable in class org.eclipse.swt.custom.StyledText.Printing
 
clientAreaHeight - Variable in class org.eclipse.swt.custom.StyledText
 
clientAreaWidth - Variable in class org.eclipse.swt.custom.StyledText
 
clientHandle - Variable in class org.eclipse.swt.widgets.ExpandItem
 
clientHandle - Variable in class org.eclipse.swt.widgets.Group
 
clientHandle() - Method in class org.eclipse.swt.widgets.Group
 
clientHandle() - Method in class org.eclipse.swt.widgets.Scrollable
 
clientHandle() - Method in class org.eclipse.swt.widgets.TabFolder
 
clientHeight - Variable in class org.eclipse.swt.widgets.Monitor
 
clientObjectPath - Variable in class org.eclipse.swt.internal.SessionManagerDBus
 
clientProxy - Variable in class org.eclipse.swt.internal.SessionManagerDBus
 
clientWidth - Variable in class org.eclipse.swt.widgets.Monitor
 
clientX - Variable in class org.eclipse.swt.widgets.Monitor
 
clientY - Variable in class org.eclipse.swt.widgets.Monitor
 
climbRate - Variable in class org.eclipse.swt.widgets.Spinner
 
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 - Variable in class org.eclipse.swt.custom.StyledText
 
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 - Enum constant in enum class org.eclipse.swt.dnd.ContentProviders.CLIPBOARD_DATA
 
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).
CLIPBOARD_DATA(long) - Constructor for enum class org.eclipse.swt.dnd.ContentProviders.CLIPBOARD_DATA
 
clipboardData - Variable in class org.eclipse.swt.dnd.ClipboardProxy
 
clipboardDataTypes - Variable in class org.eclipse.swt.dnd.ClipboardProxy
 
clipboardOwner - Variable in class org.eclipse.swt.dnd.ClipboardProxy
 
ClipboardProxy - Class in org.eclipse.swt.dnd
Clipboard proxy used to copy data to the clipboard in GTK3 only
ClipboardProxy(Display) - Constructor for class org.eclipse.swt.dnd.ClipboardProxy
 
ClipboardProxyGTK4 - Class in org.eclipse.swt.dnd
Clipboard proxy used to copy data to the clipboard in GTK4 only.
ClipboardProxyGTK4(Display) - Constructor for class org.eclipse.swt.dnd.ClipboardProxyGTK4
 
clipboardSelection - Variable in class org.eclipse.swt.custom.StyledText
 
clipping - Variable in class org.eclipse.swt.graphics.GC
Original clipping set on this GC
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.
clone() - Method in class org.eclipse.swt.graphics.Point
Creates and returns a shallow copy of this Point.
clone() - Method in class org.eclipse.swt.graphics.Point.OfFloat
 
clone() - Method in class org.eclipse.swt.graphics.Point.WithMonitor
 
clone() - Method in class org.eclipse.swt.graphics.Rectangle
Creates and returns a copy of this Rectangle.
clone() - Method in class org.eclipse.swt.graphics.Rectangle.OfFloat
 
clone() - Method in class org.eclipse.swt.graphics.Rectangle.WithMonitor
 
clone(Transfer, Object) - Method in class org.eclipse.swt.dnd.ContentProviders
When calling gdk_clipboard_read_value_async and related functions, if the clipboard is owned locally it returns the instance that was placed on the clipboard and avoid the serialization and deserialization.
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.browser.WebBrowser
 
close() - Method in class org.eclipse.swt.browser.WebKit
 
close() - Method in class org.eclipse.swt.custom.HTMLWriter
 
close() - Method in class org.eclipse.swt.custom.RTFWriter
 
close() - Method in class org.eclipse.swt.custom.TextWriter
Closes the writer.
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.LEDataInputStream
 
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(boolean) - Method in class org.eclipse.swt.browser.WebKit
 
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_FILL - Static variable in class org.eclipse.swt.custom.CTabFolderRenderer
 
close_request - Static variable in class org.eclipse.swt.internal.gtk.OS
 
CLOSE_REQUEST - Static variable in class org.eclipse.swt.widgets.Widget
 
CLOSE_WEB_VIEW - Static variable in class org.eclipse.swt.browser.WebKit
 
closeAdapter(Consumer) - 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.
closed - Variable in class org.eclipse.swt.graphics.Path
 
closeImageState - Variable in class org.eclipse.swt.custom.CTabItem
 
closeRect - Variable in class org.eclipse.swt.custom.CTabItem
 
closeSearchDialog() - Method in class org.eclipse.swt.browser.WebKit
 
closeWidget() - Method in class org.eclipse.swt.widgets.Shell
 
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.
closeWindowListeners - Variable in class org.eclipse.swt.browser.WebBrowser
 
closures - Variable in class org.eclipse.swt.widgets.Display
 
closuresCount - Variable in class org.eclipse.swt.widgets.Display
 
closuresProc - Variable in class org.eclipse.swt.widgets.Display
 
code - Variable in class org.eclipse.swt.internal.image.LZWNode
 
code - Variable in class org.eclipse.swt.internal.image.PngDeflater.Code
 
code - Variable in class org.eclipse.swt.internal.image.TIFFModifiedHuffmanCodec
 
code - Variable in exception class org.eclipse.swt.SWTError
The SWT error code, one of SWT.ERROR_*.
code - Variable in exception class org.eclipse.swt.SWTException
The SWT error code, one of SWT.ERROR_*.
Code(int, int, int, int) - Constructor for class org.eclipse.swt.internal.image.PngDeflater.Code
 
codeLengthInfo - Variable in class org.eclipse.swt.internal.image.PngHuffmanTable
 
CodeLengthInfo() - Constructor for class org.eclipse.swt.internal.image.PngHuffmanTable.CodeLengthInfo
 
codeMask - Variable in class org.eclipse.swt.internal.image.LZWCodec
 
codeSize - Variable in class org.eclipse.swt.internal.image.LZWCodec
 
codeValues - Variable in class org.eclipse.swt.internal.image.PngHuffmanTable
 
coef - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
coef_arrays - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_d_coef_controller
 
coef_bits - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
coef_bits_latch - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_d_coef_controller
 
COEF_CONSUME_INPUT - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
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) - Constructor for class org.eclipse.swt.graphics.Color
 
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.graphics.Device
 
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.graphics.Device
 
COLOR_BLUE - Static variable in class org.eclipse.swt.SWT
Default color blue (value is 9).
color_buf - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_upsampler
 
color_buf_offset - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_upsampler
 
color_convert - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_color_deconverter
 
COLOR_CYAN - Static variable in class org.eclipse.swt.graphics.Device
 
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.graphics.Device
 
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.graphics.Device
 
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.graphics.Device
 
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.graphics.Device
 
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.graphics.Device
 
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.graphics.Device
 
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.graphics.Device
 
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.graphics.Device
 
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.graphics.Device
 
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_BACKGROUND_RGBA - Variable in class org.eclipse.swt.widgets.Display
 
COLOR_INFO_FOREGROUND - Static variable in class org.eclipse.swt.SWT
System color used to paint tooltip text (value is 28).
COLOR_INFO_FOREGROUND_RGBA - Variable in class org.eclipse.swt.widgets.Display
 
COLOR_LINK_FOREGROUND - Static variable in class org.eclipse.swt.SWT
System color used to paint link text (value is 36).
COLOR_LINK_FOREGROUND_RGBA - Variable in class org.eclipse.swt.widgets.Display
 
COLOR_LIST_BACKGROUND - Static variable in class org.eclipse.swt.SWT
System color used to paint list background areas (value is 25).
COLOR_LIST_BACKGROUND_RGBA - Variable in class org.eclipse.swt.widgets.Display
 
COLOR_LIST_FOREGROUND - Static variable in class org.eclipse.swt.SWT
System color used to paint list foreground areas (value is 24).
COLOR_LIST_FOREGROUND_RGBA - Variable in class org.eclipse.swt.widgets.Display
 
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_INACTIVE_RGBA - Variable in class org.eclipse.swt.widgets.Display
 
COLOR_LIST_SELECTION_RGBA - Variable in class org.eclipse.swt.widgets.Display
 
COLOR_LIST_SELECTION_TEXT - Static variable in class org.eclipse.swt.SWT
System color used to paint list selected text (value is 27).
COLOR_LIST_SELECTION_TEXT_INACTIVE_RGBA - Variable in class org.eclipse.swt.widgets.Display
 
COLOR_LIST_SELECTION_TEXT_RGBA - Variable in class org.eclipse.swt.widgets.Display
 
COLOR_MAGENTA - Static variable in class org.eclipse.swt.graphics.Device
 
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.graphics.Device
 
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_TEXT_DISABLED_BACKGROUND_RGBA - Variable in class org.eclipse.swt.widgets.Display
 
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_BACKGROUND_GRADIENT_RGBA - Variable in class org.eclipse.swt.widgets.Display
 
COLOR_TITLE_BACKGROUND_RGBA - Variable in class org.eclipse.swt.widgets.Display
 
COLOR_TITLE_FOREGROUND - Static variable in class org.eclipse.swt.SWT
System color used to paint title text (value is 30).
COLOR_TITLE_FOREGROUND_RGBA - Variable in class org.eclipse.swt.widgets.Display
 
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_BACKGROUND_GRADIENT_RGBA - Variable in class org.eclipse.swt.widgets.Display
 
COLOR_TITLE_INACTIVE_BACKGROUND_RGBA - Variable in class org.eclipse.swt.widgets.Display
 
COLOR_TITLE_INACTIVE_FOREGROUND - Static variable in class org.eclipse.swt.SWT
System color used to paint inactive title text (value is 33).
COLOR_TITLE_INACTIVE_FOREGROUND_RGBA - Variable in class org.eclipse.swt.widgets.Display
 
COLOR_TOGGLE_BUTTON_FOREGROUND_RGBA - Variable in class org.eclipse.swt.widgets.Display
 
COLOR_TRANSPARENT - Static variable in class org.eclipse.swt.graphics.Device
 
COLOR_TRANSPARENT - Static variable in class org.eclipse.swt.SWT
System color used to paint with alpha 0 (value is 37).
COLOR_TYPE_GRAYSCALE - Static variable in class org.eclipse.swt.internal.image.PngIhdrChunk
 
COLOR_TYPE_GRAYSCALE_WITH_ALPHA - Static variable in class org.eclipse.swt.internal.image.PngIhdrChunk
 
COLOR_TYPE_OFFSET - Static variable in class org.eclipse.swt.internal.image.PngIhdrChunk
 
COLOR_TYPE_PALETTE - Static variable in class org.eclipse.swt.internal.image.PngIhdrChunk
 
COLOR_TYPE_RGB - Static variable in class org.eclipse.swt.internal.image.PngIhdrChunk
 
COLOR_TYPE_RGB_WITH_ALPHA - Static variable in class org.eclipse.swt.internal.image.PngIhdrChunk
 
COLOR_WHITE - Static variable in class org.eclipse.swt.graphics.Device
 
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_BACKGROUND_RGBA - Variable in class org.eclipse.swt.widgets.Display
 
COLOR_WIDGET_BORDER - Static variable in class org.eclipse.swt.SWT
System color used to paint border areas (value is 23).
COLOR_WIDGET_BORDER_RGBA - Variable in class org.eclipse.swt.widgets.Display
 
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_DARK_SHADOW_RGBA - Variable in class org.eclipse.swt.widgets.Display
 
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_DISABLED_FOREGROUND_RGBA - Variable in class org.eclipse.swt.widgets.Display
 
COLOR_WIDGET_FOREGROUND - Static variable in class org.eclipse.swt.SWT
System color used to paint foreground areas (value is 21).
COLOR_WIDGET_FOREGROUND_RGBA - Variable in class org.eclipse.swt.widgets.Display
 
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_HIGHLIGHT_SHADOW_RGBA - Variable in class org.eclipse.swt.widgets.Display
 
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_LIGHT_SHADOW_RGBA - Variable in class org.eclipse.swt.widgets.Display
 
COLOR_WIDGET_NORMAL_SHADOW - Static variable in class org.eclipse.swt.SWT
System color used to paint normal shadow areas (value is 18).
COLOR_WIDGET_NORMAL_SHADOW_RGBA - Variable in class org.eclipse.swt.widgets.Display
 
COLOR_YELLOW - Static variable in class org.eclipse.swt.graphics.Device
 
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.
colorFromString(Display, String) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
 
colorindex - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_color_quantizer
 
colorList - Variable in class org.eclipse.swt.widgets.Display
 
colormap - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
colormap_size - Variable in class org.eclipse.swt.internal.opengl.glx.XVisualInfo
 
colorMapOffset - Variable in class org.eclipse.swt.internal.image.TIFFDirectory
 
colorMaskImage(int) - Method in class org.eclipse.swt.graphics.ImageData
 
colorPattern - Static variable in class org.eclipse.swt.widgets.Display
 
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
colorTable - Variable in class org.eclipse.swt.custom.RTFWriter
 
colorToHex(Color) - Static method in class org.eclipse.swt.custom.HTMLWriter
 
colorType - Variable in class org.eclipse.swt.internal.image.PngEncoder
 
colorType - Variable in class org.eclipse.swt.internal.image.PngIhdrChunk
 
column - Variable in class org.eclipse.swt.accessibility.AccessibleTableEvent
 
column - Variable in class org.eclipse.swt.custom.TableCursor
 
column - Variable in class org.eclipse.swt.custom.TableEditor
 
column - Variable in class org.eclipse.swt.custom.TreeCursor
 
column - Variable in class org.eclipse.swt.custom.TreeEditor
 
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
 
columnCount - Variable in class org.eclipse.swt.widgets.Table
 
columnCount - Variable in class org.eclipse.swt.widgets.Tree
 
columnListener - Variable in class org.eclipse.swt.custom.TableEditor
 
columnListener - Variable in class org.eclipse.swt.custom.TreeEditor
 
columns - Variable in class org.eclipse.swt.widgets.Table
 
columns - Variable in class org.eclipse.swt.widgets.Tree
 
columnX - Variable in class org.eclipse.swt.custom.StyledText
 
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.
comboEvent(Event) - Method in class org.eclipse.swt.custom.CCombo
 
COMMA - Enum constant in enum class org.eclipse.swt.browser.JSON.Reader.Control
 
command - Variable in class org.eclipse.swt.program.Program
 
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
 
COMMIT - Static variable in class org.eclipse.swt.widgets.Widget
 
commitCount - Variable in class org.eclipse.swt.widgets.IME
 
commitData() - Method in class org.eclipse.swt.widgets.DateTime
 
comp_info - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
COMPACT_STYLES - Static variable in class org.eclipse.swt.custom.StyledTextRenderer
 
compare(ImageData, ImageData) - Method in class org.eclipse.swt.widgets.Decorations
 
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) - 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.
component_id - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_component_info
 
component_index - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_component_info
 
component_needed - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_component_info
 
componentIdentifiers - Variable in class org.eclipse.swt.internal.image.JPEGFrameHeader
 
componentIds - Variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
componentParameters - Variable in class org.eclipse.swt.internal.image.JPEGFrameHeader
 
componentParameters - Variable in class org.eclipse.swt.internal.image.JPEGScanHeader
 
Composite - Class in org.eclipse.swt.widgets
Instances of this class are controls which are capable of containing other controls.
Composite() - Constructor for class org.eclipse.swt.widgets.Composite
 
Composite(Composite, int) - Constructor for class org.eclipse.swt.widgets.Composite
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
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).
COMPOUND_TEXT - Static variable in class org.eclipse.swt.dnd.TextTransfer
 
COMPOUND_TEXT_ID - Static variable in class org.eclipse.swt.dnd.TextTransfer
 
compress() - Method in class org.eclipse.swt.internal.image.PngDeflater
 
compress(int, byte[], int, int, byte[], boolean) - Method in class org.eclipse.swt.internal.image.WinBMPFileFormat
Compress numBytes bytes of image data from src, storing in dest (starting at 0), using the technique specified by comp.
compress(ImageData, byte[], byte[], byte[]) - Method in class org.eclipse.swt.internal.image.JPEGFileFormat
 
compress16BitDepthTo8BitDepth(byte[], int, byte[], int, int) - Static method in class org.eclipse.swt.internal.image.PNGFileFormat
SWT does not support 16-bit depth color formats.
compress16BitDepthTo8BitDepth(int) - Static method in class org.eclipse.swt.internal.image.PNGFileFormat
SWT does not support 16-bit depth color formats.
COMPRESSED_DYNAMIC - Static variable in class org.eclipse.swt.internal.image.PngLzBlockReader
 
COMPRESSED_FIXED - Static variable in class org.eclipse.swt.internal.image.PngLzBlockReader
 
compressHuffmanOnly() - Method in class org.eclipse.swt.internal.image.PngDeflater
 
compression - Variable in class org.eclipse.swt.graphics.ImageLoader
This is the compression used when saving jpeg and png files.
compression - Variable in class org.eclipse.swt.internal.image.FileFormat
 
compression - Variable in class org.eclipse.swt.internal.image.TIFFDirectory
 
COMPRESSION_CCITT_3_1 - Static variable in class org.eclipse.swt.internal.image.TIFFDirectory
 
COMPRESSION_METHOD_OFFSET - Static variable in class org.eclipse.swt.internal.image.PngIhdrChunk
 
COMPRESSION_NONE - Static variable in class org.eclipse.swt.internal.image.TIFFDirectory
 
COMPRESSION_PACKBITS - Static variable in class org.eclipse.swt.internal.image.TIFFDirectory
 
compressionMethod - Variable in class org.eclipse.swt.internal.image.PngEncoder
 
compressionMethod - Variable in class org.eclipse.swt.internal.image.PngIhdrChunk
 
compressionType - Variable in class org.eclipse.swt.internal.image.PngLzBlockReader
 
compressRLE4Data(byte[], int, int, byte[], boolean) - Method in class org.eclipse.swt.internal.image.WinBMPFileFormat
 
compressRLE8Data(byte[], int, int, byte[], boolean) - Method in class org.eclipse.swt.internal.image.WinBMPFileFormat
 
comps_in_scan - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
compute(SwtCallable) - Static method in class org.eclipse.swt.custom.BusyIndicator
If called from a Display thread use the given SwtCallable to produces a CompletableFuture providing busy feedback using the busy indicator while computation is running.
compute(SwtCallable, Executor) - Static method in class org.eclipse.swt.custom.BusyIndicator
If called from a Display thread use the given SwtCallable to compute a CompletableFuture providing busy feedback using the busy indicator while computation is running.
compute_size - Static variable in class org.eclipse.swt.internal.gtk.OS
 
COMPUTE_SIZE - Static variable in class org.eclipse.swt.widgets.Widget
 
computeBounds() - Method in class org.eclipse.swt.custom.ControlEditor
 
computeBounds() - Method in class org.eclipse.swt.custom.TableEditor
 
computeBounds() - Method in class org.eclipse.swt.custom.TreeEditor
 
computeBounds() - Method in class org.eclipse.swt.widgets.Tracker
 
computeChildSize(Control, int, int, boolean) - Method in class org.eclipse.swt.custom.CBannerLayout
 
computeChildSize(Control, int, int, boolean) - Method in class org.eclipse.swt.custom.ViewFormLayout
 
computeChildSize(Control, int, int, boolean) - Method in class org.eclipse.swt.layout.FillLayout
 
computeControlBounds(Point, boolean[][]) - Method in class org.eclipse.swt.custom.CTabFolder
 
computeCRC() - Method in class org.eclipse.swt.internal.image.PngChunk
Answer the CRC value of chunk's data.
computeDist() - Method in class org.eclipse.swt.custom.MouseNavigator
 
computeHasHorizontalBar() - Method in class org.eclipse.swt.custom.MouseNavigator
 
computeHasVerticalBar() - Method in class org.eclipse.swt.custom.MouseNavigator
 
computeHeight(Control, FormData, boolean) - Method in class org.eclipse.swt.layout.FormLayout
 
computeMaxTextSize(int, int, boolean) - Method in class org.eclipse.swt.widgets.DateTime
Compute the native text entry size when the formatted text inside the entry is at the longest length possible.
computeModifiedLines(int[], StyleRange[], int[], StyleRange[]) - Method in class org.eclipse.swt.custom.StyledText
 
computeNativeSize(long, int, int, boolean) - Method in class org.eclipse.swt.widgets.Combo
 
computeNativeSize(long, int, int, boolean) - Method in class org.eclipse.swt.widgets.Control
 
computeNativeSize(long, int, int, boolean) - Method in class org.eclipse.swt.widgets.Label
 
computePolyline(int, int, int, int) - Method in class org.eclipse.swt.graphics.TextLayout
 
computeProportions(Rectangle[]) - Method in class org.eclipse.swt.widgets.Tracker
 
computeResultChooserDialog(long) - Method in class org.eclipse.swt.widgets.FileDialog
 
computeRuns() - Method in class org.eclipse.swt.graphics.TextLayout
 
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.CBannerLayout
 
computeSize(Composite, int, int, boolean) - Method in class org.eclipse.swt.custom.CTabFolderLayout
 
computeSize(Composite, int, int, boolean) - Method in class org.eclipse.swt.custom.SashFormLayout
 
computeSize(Composite, int, int, boolean) - Method in class org.eclipse.swt.custom.ScrolledCompositeLayout
 
computeSize(Composite, int, int, boolean) - Method in class org.eclipse.swt.custom.StackLayout
 
computeSize(Composite, int, int, boolean) - Method in class org.eclipse.swt.custom.ViewFormLayout
 
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.layout.TabFolderLayout
 
computeSize(Composite, int, int, boolean) - Method in class org.eclipse.swt.widgets.Layout
Computes and returns the size of the specified composite's client area according to this layout.
computeSize(Control, boolean) - Method in class org.eclipse.swt.layout.RowLayout
 
computeSize(Control, int, int, boolean) - Method in class org.eclipse.swt.custom.CLayoutData
 
computeSize(Control, int, int, boolean) - Method in class org.eclipse.swt.layout.BorderData
 
computeSize(Control, int, int, boolean) - Method in class org.eclipse.swt.layout.FillData
 
computeSize(Control, int, int, boolean) - Method in class org.eclipse.swt.layout.FormData
 
computeSize(Control, int, int, boolean) - Method in class org.eclipse.swt.layout.GridData
 
computeSizeCallback - Variable in class org.eclipse.swt.widgets.Display
 
computeSizeInPixels(int, int) - Method in class org.eclipse.swt.widgets.Control
 
computeSizeInPixels(int, int, boolean) - Method in class org.eclipse.swt.widgets.Button
 
computeSizeInPixels(int, int, boolean) - Method in class org.eclipse.swt.widgets.Combo
 
computeSizeInPixels(int, int, boolean) - Method in class org.eclipse.swt.widgets.Composite
 
computeSizeInPixels(int, int, boolean) - Method in class org.eclipse.swt.widgets.Control
 
computeSizeInPixels(int, int, boolean) - Method in class org.eclipse.swt.widgets.DateTime
 
computeSizeInPixels(int, int, boolean) - Method in class org.eclipse.swt.widgets.ExpandBar
 
computeSizeInPixels(int, int, boolean) - Method in class org.eclipse.swt.widgets.Group
 
computeSizeInPixels(int, int, boolean) - Method in class org.eclipse.swt.widgets.Label
 
computeSizeInPixels(int, int, boolean) - Method in class org.eclipse.swt.widgets.Link
 
computeSizeInPixels(int, int, boolean) - Method in class org.eclipse.swt.widgets.List
 
computeSizeInPixels(int, int, boolean) - Method in class org.eclipse.swt.widgets.Sash
 
computeSizeInPixels(int, int, boolean) - Method in class org.eclipse.swt.widgets.Scale
 
computeSizeInPixels(int, int, boolean) - Method in class org.eclipse.swt.widgets.Slider
 
computeSizeInPixels(int, int, boolean) - Method in class org.eclipse.swt.widgets.Spinner
 
computeSizeInPixels(int, int, boolean) - Method in class org.eclipse.swt.widgets.TabFolder
 
computeSizeInPixels(int, int, boolean) - Method in class org.eclipse.swt.widgets.Table
 
computeSizeInPixels(int, int, boolean) - Method in class org.eclipse.swt.widgets.Text
 
computeSizeInPixels(int, int, boolean) - Method in class org.eclipse.swt.widgets.ToolBar
 
computeSizeInPixels(int, int, boolean) - Method in class org.eclipse.swt.widgets.Tree
 
computeSizeProc - Variable in class org.eclipse.swt.widgets.Display
 
computeSizeProc(long, long, long) - Method in class org.eclipse.swt.widgets.Display
 
computeStringSize() - Method in class org.eclipse.swt.graphics.GC
 
computeTabGroup() - Method in class org.eclipse.swt.widgets.Control
 
computeTabGroup() - Method in class org.eclipse.swt.widgets.Decorations
 
computeTabGroup() - Method in class org.eclipse.swt.widgets.ToolBar
 
computeTabList() - Method in class org.eclipse.swt.widgets.Composite
 
computeTabList() - Method in class org.eclipse.swt.widgets.Control
 
computeTabList() - Method in class org.eclipse.swt.widgets.ToolBar
 
computeTabList() - Method in class org.eclipse.swt.widgets.ToolItem
 
computeTabRoot() - Method in class org.eclipse.swt.widgets.Control
 
computeTabRoot() - Method in class org.eclipse.swt.widgets.Decorations
 
computeTrim(int, int, int, int) - Method in class org.eclipse.swt.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.
computeTrim(Control) - Method in class org.eclipse.swt.custom.CBannerLayout
 
computeTrim(Control) - Method in class org.eclipse.swt.custom.ViewFormLayout
 
computeTrimInPixels(int, int, int, int) - Method in class org.eclipse.swt.widgets.DateTime
 
computeTrimInPixels(int, int, int, int) - Method in class org.eclipse.swt.widgets.Group
 
computeTrimInPixels(int, int, int, int) - Method in class org.eclipse.swt.widgets.Scrollable
 
computeTrimInPixels(int, int, int, int) - Method in class org.eclipse.swt.widgets.Shell
 
computeTrimInPixels(int, int, int, int) - Method in class org.eclipse.swt.widgets.Spinner
 
computeTrimInPixels(int, int, int, int) - Method in class org.eclipse.swt.widgets.TabFolder
 
computeTrimInPixels(int, int, int, int) - Method in class org.eclipse.swt.widgets.Text
 
computeWidth(Control, FormData, boolean) - Method in class org.eclipse.swt.layout.FormLayout
 
configure() - Method in class org.eclipse.swt.widgets.ToolTip
 
configure_event - Static variable in class org.eclipse.swt.internal.gtk.OS
 
CONFIGURE_EVENT - Static variable in class org.eclipse.swt.widgets.Widget
 
connect_property_change_handler - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkObjectClass
 
connectClientSignal() - Method in class org.eclipse.swt.internal.SessionManagerDBus
 
connectFixedHandleDraw() - Method in class org.eclipse.swt.widgets.Composite
Connects this widget's fixedHandle to the "draw" signal.
NOTE: only the "draw" (EXPOSE) signal is connected, not EXPOSE_EVENT_INVERSE.
connectIMSignals() - Method in class org.eclipse.swt.widgets.Control
 
connectSessionManager() - Method in class org.eclipse.swt.internal.SessionManagerDBus
 
connectSessionManager(String, String, String) - Method in class org.eclipse.swt.internal.SessionManagerDBus
Creates a connection to the session manager.
CONST_BITS - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
constructor - Variable in class org.eclipse.swt.internal.gtk.GObjectClass
 
consume_data - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_d_coef_controller
 
consume_data(JPEGDecoder.jpeg_decompress_struct) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
CONSUME_DATA - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
consume_input - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_input_controller
 
consume_input(JPEGDecoder.jpeg_decompress_struct) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
consume_markers(JPEGDecoder.jpeg_decompress_struct) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
containedInRegion(int, int) - Method in class org.eclipse.swt.widgets.Control
Convenience method for checking whether an (x, y) coordinate is in the set region.
containerHandle - Variable in class org.eclipse.swt.widgets.DateTime
Major handles of this class.
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.
contains(Control) - Method in class org.eclipse.swt.custom.ScrolledComposite
 
content - Variable in class org.eclipse.swt.custom.ScrolledComposite
 
content - Variable in class org.eclipse.swt.custom.StyledText
 
content - Variable in class org.eclipse.swt.custom.StyledTextRenderer
 
content - Variable in class org.eclipse.swt.custom.ViewForm
 
content - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTextRange
 
content_providers_create_gtype(String) - Static method in class org.eclipse.swt.internal.gtk.OS
Creates a GType for the given name.
content_providers_create_gvalue(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
Creates a GValue for the given GType, when that GType was created by OS.content_providers_create_gtype(String)
contentListener - Variable in class org.eclipse.swt.custom.ScrolledComposite
 
contentProviders - Variable in class org.eclipse.swt.dnd.ClipboardProxyGTK4
 
ContentProviders - Class in org.eclipse.swt.dnd
Manages GdkContentProviders and the (de)serializers they rely on As the process only has a single collection of serializers/deserializers/content providers the life-cycle of this class is that of the process, which means this class is a singleton.
ContentProviders() - Constructor for class org.eclipse.swt.dnd.ContentProviders
 
ContentProviders.CLIPBOARD_DATA - Enum Class in org.eclipse.swt.dnd
There are multiple clipboards in GTK, each with its own current contents (providers).
CONTENTTYPE_TO_ID - Variable in class org.eclipse.swt.dnd.ContentProviders
The types registered with ContentProviders.registerType(String) on GTK4.
context - Variable in class org.eclipse.swt.graphics.GCData
 
context - Variable in class org.eclipse.swt.graphics.TextLayout
 
context - Variable in class org.eclipse.swt.opengl.GLCanvas
 
context_menu - Static variable in class org.eclipse.swt.internal.webkit.WebKitGTK
 
CONTEXT_MENU - Static variable in class org.eclipse.swt.browser.WebKit
 
context_state - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_d_main_controller
 
contributeToString(StringBuilder) - Method in class org.eclipse.swt.internal.image.PngChunk
Provided so that subclasses can override and add data to the toString() call.
contributeToString(StringBuilder) - Method in class org.eclipse.swt.internal.image.PngIhdrChunk
 
contributeToString(StringBuilder) - Method in class org.eclipse.swt.internal.image.PngPlteChunk
 
control - Variable in class org.eclipse.swt.accessibility.Accessible
 
control - Variable in class org.eclipse.swt.custom.CTabItem
 
control - Variable in class org.eclipse.swt.dnd.DragSource
 
control - Variable in class org.eclipse.swt.dnd.DragSourceEffect
 
control - Variable in class org.eclipse.swt.dnd.DropTarget
 
control - Variable in class org.eclipse.swt.dnd.DropTargetEffect
 
control - Variable in class org.eclipse.swt.layout.FormAttachment
control specifies the control to which the control side is attached.
control - Variable in class org.eclipse.swt.widgets.CoolItem
 
control - Variable in class org.eclipse.swt.widgets.ExpandItem
 
control - Variable in class org.eclipse.swt.widgets.TabItem
 
control - Variable in class org.eclipse.swt.widgets.ToolItem
 
Control - Class in org.eclipse.swt.widgets
Control is the abstract superclass of all windowed user interface classes.
Control() - Constructor for enum class org.eclipse.swt.browser.JSON.Reader.Control
 
Control() - Constructor for class org.eclipse.swt.widgets.Control
 
Control(Composite, int) - Constructor for class org.eclipse.swt.widgets.Control
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
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
 
controlAlignments - Variable in class org.eclipse.swt.custom.CTabFolder
 
controlBkImages - Variable in class org.eclipse.swt.custom.CTabFolder
 
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 - Variable in class org.eclipse.swt.custom.ControlEditor
 
controlListener - Variable in class org.eclipse.swt.dnd.DragSource
 
controlListener - Variable in class org.eclipse.swt.dnd.DropTarget
 
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) - 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.
controlRects - Variable in class org.eclipse.swt.custom.CTabFolder
 
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) - 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.
controls - Variable in class org.eclipse.swt.custom.CTabFolder
 
controls - Variable in class org.eclipse.swt.custom.SashForm
 
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.
convert4BitRGBToYCbCr(ImageData) - Method in class org.eclipse.swt.internal.image.JPEGFileFormat
 
convert8BitRGBToYCbCr(ImageData) - Method in class org.eclipse.swt.internal.image.JPEGFileFormat
 
convertCMYKToRGB() - Method in class org.eclipse.swt.internal.image.JPEGFileFormat
 
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).
convertGVariantToJavaHelper(long) - Static method in class org.eclipse.swt.internal.GDBus
 
convertImageToYCbCr(ImageData) - Method in class org.eclipse.swt.internal.image.JPEGFileFormat
 
convertJavaToGVariant(Object) - Static method in class org.eclipse.swt.internal.GDBus
Converts the given Java Object to a GVariant * representation.
convertMask(ImageData) - Static method in class org.eclipse.swt.graphics.ImageData
 
convertMultiRGBToYCbCr(ImageData) - Method in class org.eclipse.swt.internal.image.JPEGFileFormat
 
convertPad(byte[], int, int, int, int, int) - Static method in class org.eclipse.swt.graphics.ImageData
 
convertPad(byte[], int, int, int, int, int) - Static method in class org.eclipse.swt.internal.image.WinICOFileFormat
 
convertPangoFontDescriptionToCss(long) - Method in class org.eclipse.swt.widgets.Widget
 
convertPixelsToBGR(ImageData, byte[]) - Method in class org.eclipse.swt.internal.image.WinBMPFileFormat
 
convertRgn(long, double[]) - Method in class org.eclipse.swt.graphics.GC
 
convertSurface(Image) - Static method in class org.eclipse.swt.internal.ImageList
 
convertUri(long) - Method in class org.eclipse.swt.browser.WebKit
Converts a WebKit URI into a Java URI object.
convertYCbCrToRGB() - Method in class org.eclipse.swt.internal.image.JPEGFileFormat
 
convertYToRGB() - Method in class org.eclipse.swt.internal.image.JPEGFileFormat
 
cookieBrowser - Static variable in class org.eclipse.swt.browser.WebKit.Webkit2AsyncToSync
We need a way to associate a Browser instance with this class for cookie functionality
CookieName - Static variable in class org.eclipse.swt.browser.WebBrowser
 
CookieResult - Static variable in class org.eclipse.swt.browser.WebBrowser
 
CookieUrl - Static variable in class org.eclipse.swt.browser.WebBrowser
 
CookieValue - Static variable in class org.eclipse.swt.browser.WebBrowser
 
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_CLIPBOARD - Static variable in class org.eclipse.swt.widgets.Widget
 
COPY_CLIPBOARD_INVERSE - Static variable in class org.eclipse.swt.widgets.Widget
 
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.
copyAreaInPixels(int, int, int, int, int, int) - Method in class org.eclipse.swt.graphics.GC
 
copyAreaInPixels(int, int, int, int, int, int, boolean) - Method in class org.eclipse.swt.graphics.GC
 
copyAreaInPixels(Image, int, int) - Method in class org.eclipse.swt.graphics.GC
 
copyBytesRemaining - Variable in class org.eclipse.swt.internal.image.PngLzBlockReader
 
copyContent(StyledTextContent) - Method in class org.eclipse.swt.custom.StyledText.Printing
Copies the text of the specified StyledTextContent.
copyCount - Variable in class org.eclipse.swt.printing.PrinterData
the number of copies to print.
copyIndex - Variable in class org.eclipse.swt.internal.image.PngLzBlockReader
 
copyInto(StyledTextRenderer) - Method in class org.eclipse.swt.custom.StyledTextRenderer
 
copyModel(long, int, long, int, int) - Method in class org.eclipse.swt.widgets.Table
 
copyModel(long, int, long, int, long, long, int) - Method in class org.eclipse.swt.widgets.Tree
 
copyRGBA(GdkRGBA) - Method in class org.eclipse.swt.widgets.Display
 
copyRow(byte[], int) - Method in class org.eclipse.swt.internal.image.LZWCodec
Copy duplicate rows of pixel values to the image.
copySelection(int) - Method in class org.eclipse.swt.custom.StyledText
 
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.custom.Bullet
 
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
country - Variable in class org.eclipse.swt.graphics.FontData
The locales of the font
countSubTreePages(TreeItem) - Method in class org.eclipse.swt.custom.TreeCursor
 
cquantize - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
CR - Static variable in class org.eclipse.swt.SWT
ASCII character convenience constant for the carriage return character (value is the char '\r').
Cr_g_tab - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_color_deconverter
 
Cr_r_tab - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_color_deconverter
 
CRC_TABLE - Static variable in class org.eclipse.swt.internal.image.PngChunk
 
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(Composite, int) - Method in class org.eclipse.swt.browser.WebBrowser
 
create(Composite, int) - Method in class org.eclipse.swt.browser.WebKit
 
create_menu_proxy - Static variable in class org.eclipse.swt.internal.gtk.OS
 
CREATE_MENU_PROXY - Static variable in class org.eclipse.swt.widgets.Widget
 
CREATE_WEB_VIEW - Static variable in class org.eclipse.swt.browser.WebKit
 
createAccelGroup() - Method in class org.eclipse.swt.widgets.Decorations
 
createAntialiasColors() - Method in class org.eclipse.swt.custom.CTabFolderRenderer
 
createArrowImage(int, int) - Method in class org.eclipse.swt.widgets.CoolItem
 
createButtonImage(Display, int) - Method in class org.eclipse.swt.custom.CTabFolder
 
createButtons(int) - Method in class org.eclipse.swt.widgets.MessageBox
 
createCaretBitmaps() - Method in class org.eclipse.swt.custom.StyledText
Create the bitmaps to use for the caret in bidi mode.
createColumn(TableColumn, int) - Method in class org.eclipse.swt.widgets.Table
 
createColumn(TreeColumn, int) - Method in class org.eclipse.swt.widgets.Tree
 
createContentProviders(Object[], Transfer[], ContentProviders.CLIPBOARD_DATA) - Method in class org.eclipse.swt.dnd.ContentProviders
Create a set of content providers (GdkContentProviders) for the given SWT Transfer Types and data, assigned to the given clipboard.
createCursor(byte[], byte[], int, int, int, int, boolean) - Method in class org.eclipse.swt.graphics.Cursor
 
createDisplay(DeviceData) - Method in class org.eclipse.swt.widgets.Display
 
createDropDownButton() - Method in class org.eclipse.swt.widgets.DateTime
 
CreateErrorString(String) - Static method in class org.eclipse.swt.browser.WebBrowser
 
createFromPixbuf(int, long) - Method in class org.eclipse.swt.graphics.Image
 
createFunction(BrowserFunction) - Method in class org.eclipse.swt.browser.WebBrowser
 
createFunction(BrowserFunction) - Method in class org.eclipse.swt.browser.WebKit
 
createGradientBand(int, int, boolean, RGB, RGB, int, int, int) - Static method in class org.eclipse.swt.graphics.ImageData
Creates an ImageData containing one band's worth of a gradient filled block.
createGrayscalePalette() - Method in class org.eclipse.swt.internal.image.PngIhdrChunk
 
createHandle(int) - Method in class org.eclipse.swt.widgets.Button
 
createHandle(int) - Method in class org.eclipse.swt.widgets.Combo
 
createHandle(int) - Method in class org.eclipse.swt.widgets.Composite
 
createHandle(int) - Method in class org.eclipse.swt.widgets.DateTime
 
createHandle(int) - Method in class org.eclipse.swt.widgets.ExpandBar
 
createHandle(int) - Method in class org.eclipse.swt.widgets.ExpandItem
 
createHandle(int) - Method in class org.eclipse.swt.widgets.Group
 
createHandle(int) - Method in class org.eclipse.swt.widgets.Label
 
createHandle(int) - Method in class org.eclipse.swt.widgets.Link
 
createHandle(int) - Method in class org.eclipse.swt.widgets.List
 
createHandle(int) - Method in class org.eclipse.swt.widgets.Menu
 
createHandle(int) - Method in class org.eclipse.swt.widgets.MenuItem
 
createHandle(int) - Method in class org.eclipse.swt.widgets.ProgressBar
 
createHandle(int) - Method in class org.eclipse.swt.widgets.Sash
 
createHandle(int) - Method in class org.eclipse.swt.widgets.Scale
 
createHandle(int) - Method in class org.eclipse.swt.widgets.Shell
 
createHandle(int) - Method in class org.eclipse.swt.widgets.Slider
 
createHandle(int) - Method in class org.eclipse.swt.widgets.Spinner
 
createHandle(int) - Method in class org.eclipse.swt.widgets.TabFolder
 
createHandle(int) - Method in class org.eclipse.swt.widgets.Table
 
createHandle(int) - Method in class org.eclipse.swt.widgets.Text
 
createHandle(int) - Method in class org.eclipse.swt.widgets.ToolBar
 
createHandle(int) - Method in class org.eclipse.swt.widgets.ToolItem
 
createHandle(int) - Method in class org.eclipse.swt.widgets.ToolTip
 
createHandle(int) - Method in class org.eclipse.swt.widgets.TrayItem
 
createHandle(int) - Method in class org.eclipse.swt.widgets.Tree
 
createHandle(int) - Method in class org.eclipse.swt.widgets.Widget
 
createHandle(int, boolean, boolean) - Method in class org.eclipse.swt.widgets.Composite
 
createHandleForCalendar() - Method in class org.eclipse.swt.widgets.DateTime
 
createHandleForDateTime() - Method in class org.eclipse.swt.widgets.DateTime
 
createHandleForDateWithDropDown() - Method in class org.eclipse.swt.widgets.DateTime
 
createImage(String) - Method in class org.eclipse.swt.widgets.Display
 
createImageData() - Method in class org.eclipse.swt.internal.image.JPEGFileFormat
 
createItem(CTabItem, int) - Method in class org.eclipse.swt.custom.CTabFolder
 
createItem(CoolItem, int) - Method in class org.eclipse.swt.widgets.CoolBar
 
createItem(ExpandItem, int, int) - Method in class org.eclipse.swt.widgets.ExpandBar
 
createItem(TabItem, int) - Method in class org.eclipse.swt.widgets.TabFolder
 
createItem(TableColumn, int) - Method in class org.eclipse.swt.widgets.Table
 
createItem(TableItem, int) - Method in class org.eclipse.swt.widgets.Table
 
createItem(TaskItem, int) - Method in class org.eclipse.swt.widgets.TaskBar
 
createItem(TrayItem, int) - Method in class org.eclipse.swt.widgets.Tray
 
createItem(TreeColumn, int) - Method in class org.eclipse.swt.widgets.Tree
 
createItem(TreeItem, long, int) - Method in class org.eclipse.swt.widgets.Tree
The fastest way to insert many items is documented in TreeItem(org.eclipse.swt.widgets.Tree,int,int) and TreeItem.setItemCount(int)
createItems() - Method in class org.eclipse.swt.widgets.TaskBar
 
createKeyBindings() - Method in class org.eclipse.swt.custom.StyledText
Creates default key bindings.
createLayout() - Method in class org.eclipse.swt.graphics.GC
 
createMask() - Method in class org.eclipse.swt.graphics.Image
Create the receiver's mask if necessary.
createPixbuf(long) - Static method in class org.eclipse.swt.internal.ImageList
 
createPixbuf(Image) - Static method in class org.eclipse.swt.internal.ImageList
 
createPopup(String[], int) - Method in class org.eclipse.swt.custom.CCombo
 
createPopupShell(int, int, int) - Method in class org.eclipse.swt.widgets.DateTime
 
createRanges(StyleRange[]) - Method in class org.eclipse.swt.custom.StyledText
 
createRenderers(long, int, boolean, int) - Method in class org.eclipse.swt.widgets.Table
 
createRenderers(long, int, boolean, int) - Method in class org.eclipse.swt.widgets.Tree
 
createSash() - Method in class org.eclipse.swt.custom.SashForm
 
createScrollBar(int) - Method in class org.eclipse.swt.widgets.Scrollable
 
createSelectionHighlightGradientColors(Color) - Method in class org.eclipse.swt.custom.CTabFolderRenderer
 
createSWTFixedHandle() - Method in class org.eclipse.swt.widgets.DateTime
 
createText() - Method in class org.eclipse.swt.widgets.DateTime
 
createText(int) - Method in class org.eclipse.swt.custom.CCombo
 
createWebBrowser(int) - Method in class org.eclipse.swt.browser.BrowserFactory
 
createWebBrowser(Composite, int) - Method in class org.eclipse.swt.browser.Browser
 
createWidget() - Method in class org.eclipse.swt.widgets.IME
 
createWidget(int) - Method in class org.eclipse.swt.widgets.Button
 
createWidget(int) - Method in class org.eclipse.swt.widgets.Caret
 
createWidget(int) - Method in class org.eclipse.swt.widgets.Control
 
createWidget(int) - Method in class org.eclipse.swt.widgets.DateTime
 
createWidget(int) - Method in class org.eclipse.swt.widgets.Decorations
 
createWidget(int) - Method in class org.eclipse.swt.widgets.ExpandBar
 
createWidget(int) - Method in class org.eclipse.swt.widgets.ExpandItem
 
createWidget(int) - Method in class org.eclipse.swt.widgets.Label
 
createWidget(int) - Method in class org.eclipse.swt.widgets.Link
 
createWidget(int) - Method in class org.eclipse.swt.widgets.Menu
 
createWidget(int) - Method in class org.eclipse.swt.widgets.Scrollable
 
createWidget(int) - Method in class org.eclipse.swt.widgets.TabFolder
 
createWidget(int) - Method in class org.eclipse.swt.widgets.TabItem
 
createWidget(int) - Method in class org.eclipse.swt.widgets.Table
 
createWidget(int) - Method in class org.eclipse.swt.widgets.TableColumn
 
createWidget(int) - Method in class org.eclipse.swt.widgets.Text
 
createWidget(int) - Method in class org.eclipse.swt.widgets.ToolItem
 
createWidget(int) - Method in class org.eclipse.swt.widgets.ToolTip
 
createWidget(int) - Method in class org.eclipse.swt.widgets.TrayItem
 
createWidget(int) - Method in class org.eclipse.swt.widgets.Tree
 
createWidget(int) - Method in class org.eclipse.swt.widgets.TreeColumn
 
createWidget(int) - Method in class org.eclipse.swt.widgets.Widget
 
CrGTable - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
CrRTable - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
cssBackground - Variable in class org.eclipse.swt.widgets.Control
 
cssBackground - Variable in class org.eclipse.swt.widgets.ToolBar
 
cssForeground - Variable in class org.eclipse.swt.widgets.Control
 
cssForeground - Variable in class org.eclipse.swt.widgets.ToolBar
 
cssHandle() - Method in class org.eclipse.swt.widgets.Label
 
cssHandle() - Method in class org.eclipse.swt.widgets.Widget
 
cssProvider - Variable in class org.eclipse.swt.widgets.Combo
 
cssProvider - Variable in class org.eclipse.swt.widgets.TabItem
 
CSTATE_RAW_OK - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
CSTATE_SCANNING - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
CSTATE_START - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
CSTATE_WRCOEFS - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
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.
CTabFolderEvent(Widget) - Constructor for class org.eclipse.swt.custom.CTabFolderEvent
Constructs a new instance of this class.
CTabFolderLayout - Class in org.eclipse.swt.custom
This class provides the layout for CTabFolder
CTabFolderLayout() - Constructor for class org.eclipse.swt.custom.CTabFolderLayout
 
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).
CTX_POSTPONED_ROW - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
CTX_PREPARE_FOR_IMCU - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
CTX_PROCESS_IMCU - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
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.
cur_comp_info - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
cur_method - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_inverse_dct
 
current - Variable in class org.eclipse.swt.browser.ProgressEvent
current value
current - Variable in class org.eclipse.swt.internal.image.TIFFRandomFileAccess
 
currentAdjustment - Variable in class org.eclipse.swt.widgets.List
 
currentAdjustment - Variable in class org.eclipse.swt.widgets.Table
 
currentAdjustment - Variable in class org.eclipse.swt.widgets.Text
 
currentAdjustment - Variable in class org.eclipse.swt.widgets.Tree
 
currentBitCount - Variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
currentByte - Variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
currentByte - Variable in class org.eclipse.swt.internal.image.LZWCodec
 
currentByte - Variable in class org.eclipse.swt.internal.image.PngDecodingDataStream
 
currentCaret - Variable in class org.eclipse.swt.widgets.Display
 
currentControl - Variable in class org.eclipse.swt.widgets.Display
 
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
 
currentDeviceZoom - Variable in class org.eclipse.swt.graphics.Image
Attribute to cache current device zoom level
currentField - Variable in class org.eclipse.swt.widgets.DateTime
 
currentFocusItem - Variable in class org.eclipse.swt.widgets.ToolBar
 
currentHeight - Variable in class org.eclipse.swt.custom.CLayoutData
 
currentHeight - Variable in class org.eclipse.swt.layout.FillData
 
currentHeight - Variable in class org.eclipse.swt.layout.FormData
 
currentHeight - Variable in class org.eclipse.swt.layout.GridData
 
currentHhint - Variable in class org.eclipse.swt.custom.CLayoutData
 
currentHhint - Variable in class org.eclipse.swt.layout.FillData
 
currentHhint - Variable in class org.eclipse.swt.layout.FormData
 
currentHhint - Variable in class org.eclipse.swt.layout.GridData
 
currentImage - Variable in class org.eclipse.swt.widgets.ToolItem
The image that is currently used by the tool item.
currentItem - Variable in class org.eclipse.swt.widgets.Table
 
currentItem - Variable in class org.eclipse.swt.widgets.Tree
 
currentOffset - Variable in class org.eclipse.swt.custom.StyledTextDropTargetEffect
 
currentSlot - Variable in class org.eclipse.swt.internal.image.LZWCodec
 
CurrentTime - Static variable in class org.eclipse.swt.internal.gtk.OS
X11 Native methods and constants
currentTransform - Variable in class org.eclipse.swt.graphics.GC
Tracks the last transformation with which GC.setTransform(Transform) was called, so that we can answer clients of GC.getTransform(Transform).
currentTrayItem - Variable in class org.eclipse.swt.widgets.Display
 
currentWhint - Variable in class org.eclipse.swt.custom.CLayoutData
 
currentWhint - Variable in class org.eclipse.swt.layout.FillData
 
currentWhint - Variable in class org.eclipse.swt.layout.FormData
 
currentWhint - Variable in class org.eclipse.swt.layout.GridData
 
currentWidth - Variable in class org.eclipse.swt.custom.CLayoutData
 
currentWidth - Variable in class org.eclipse.swt.layout.FillData
 
currentWidth - Variable in class org.eclipse.swt.layout.FormData
 
currentWidth - Variable in class org.eclipse.swt.layout.GridData
 
cursor - Variable in class org.eclipse.swt.custom.StyledText
 
cursor - Variable in class org.eclipse.swt.internal.gtk3.GdkWindowAttr
 
cursor - Variable in class org.eclipse.swt.widgets.Control
 
cursor - Variable in class org.eclipse.swt.widgets.CoolBar
 
cursor - Variable in class org.eclipse.swt.widgets.Tracker
 
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) - Constructor for class org.eclipse.swt.graphics.Cursor
 
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, ImageDataProvider, int, int) - Constructor for class org.eclipse.swt.graphics.Cursor
Constructs a new cursor given a device, image 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
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).
cursorOrientation - Variable in class org.eclipse.swt.widgets.Tracker
 
cursors - Variable in class org.eclipse.swt.widgets.Display
 
curve - Variable in class org.eclipse.swt.custom.CBanner
 
curve - Variable in class org.eclipse.swt.custom.CTabFolderRenderer
 
curve_indent - Variable in class org.eclipse.swt.custom.CBanner
 
CURVE_TAIL - Static variable in class org.eclipse.swt.custom.CBanner
 
curve_width - Variable in class org.eclipse.swt.custom.CBanner
 
curveIndent - Variable in class org.eclipse.swt.custom.CTabFolderRenderer
 
curveRect - Variable in class org.eclipse.swt.custom.CBanner
 
curveStart - Variable in class org.eclipse.swt.custom.CBanner
 
curveWidth - Variable in class org.eclipse.swt.custom.CTabFolderRenderer
 
customBackground - Variable in class org.eclipse.swt.custom.StyledText
True if a non-default background color is set
customDraw - Variable in class org.eclipse.swt.widgets.TableColumn
 
customDraw - Variable in class org.eclipse.swt.widgets.TreeColumn
 
customForeground - Variable in class org.eclipse.swt.custom.StyledText
True if a non-default foreground color is set
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_CLIPBOARD - Static variable in class org.eclipse.swt.widgets.Widget
 
CUT_CLIPBOARD_INVERSE - Static variable in class org.eclipse.swt.widgets.Widget
 
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

d_derived_tbl() - Constructor for class org.eclipse.swt.internal.image.JPEGDecoder.d_derived_tbl
 
D_MAX_BLOCKS_IN_MCU - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
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 enum class org.eclipse.swt.dnd.ContentProviders.CLIPBOARD_DATA
This contains the collection of data for each type of clipboard.
data - Variable in class org.eclipse.swt.events.TypedEvent
a field for application use
data - Variable in class org.eclipse.swt.graphics.GC
 
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.internal.image.PngEncoder
 
data - Variable in class org.eclipse.swt.internal.image.PNGFileFormat
 
data - Variable in class org.eclipse.swt.printing.Printer
 
data - Variable in class org.eclipse.swt.widgets.Display
 
data - Variable in class org.eclipse.swt.widgets.Event
a field for application use
data - Variable in class org.eclipse.swt.widgets.Widget
 
DATA_OFFSET - Static variable in class org.eclipse.swt.internal.image.PngChunk
 
DATA_OFFSET - Static variable in class org.eclipse.swt.internal.image.PngInputStream
 
data_precision - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
dataBuffer - Variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
dataType - Variable in class org.eclipse.swt.dnd.DNDEvent
 
dataType - Variable in class org.eclipse.swt.dnd.DragSourceEvent
The type of data requested.
dataTypes - Variable in class org.eclipse.swt.dnd.DNDEvent
 
dataTypes - Variable in class org.eclipse.swt.dnd.DropTargetEvent
A list of the types of data that the DragSource is capable of providing.
dataUnit - Variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
dataUnits - Variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
DATE - Static variable in class org.eclipse.swt.SWT
Style constant for date display (value is 1<<5).
dateFormat - Variable in class org.eclipse.swt.widgets.DateTime
 
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.
dateTimeHandle() - Method in class org.eclipse.swt.widgets.DateTime
 
day - Variable in class org.eclipse.swt.widgets.DateTime
 
day_selected - Static variable in class org.eclipse.swt.internal.gtk.OS
 
DAY_SELECTED - Static variable in class org.eclipse.swt.widgets.Widget
 
day_selected_double_click - Static variable in class org.eclipse.swt.internal.gtk.OS
 
DAY_SELECTED_DOUBLE_CLICK - Static variable in class org.eclipse.swt.widgets.Widget
 
DBCS - Static variable in class org.eclipse.swt.SWT
Input Method Editor style constant for double byte input behavior (value is 1<<1).
DBUS_OBJECT_NAME - Static variable in class org.eclipse.swt.internal.GDBus
 
DBUS_SERVICE_NAME - Static variable in class org.eclipse.swt.internal.GDBus
 
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
 
dbusTimeoutMsec - Static variable in class org.eclipse.swt.internal.SessionManagerDBus
 
DC - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
dc_cur_tbls - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.huff_entropy_decoder
 
dc_derived_tbls - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.huff_entropy_decoder
 
dc_huff_tbl_ptrs - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
dc_needed - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.huff_entropy_decoder
 
dc_tbl_no - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_component_info
 
DCChrominanceTable - Static variable in class org.eclipse.swt.internal.image.JPEGHuffmanTable
 
dcHuffmanTables - Variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
DCLuminanceTable - Static variable in class org.eclipse.swt.internal.image.JPEGHuffmanTable
 
dct_method - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
DCT_scaled_size - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_component_info
 
dct_table - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_component_info
 
DCTSIZE - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
DCTSIZE - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
DCTSIZE2 - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
DCTSIZESQR - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
deactivate() - Method in class org.eclipse.swt.custom.MouseNavigator
 
Deactivate - Static variable in class org.eclipse.swt.SWT
The deactivate event type (value is 27).
debug - Variable in class org.eclipse.swt.graphics.Device
 
debug - Variable in class org.eclipse.swt.graphics.DeviceData
 
DEBUG - Static variable in class org.eclipse.swt.accessibility.AccessibleObject
 
DEBUG - Static variable in class org.eclipse.swt.graphics.Device
 
debugInfoForIndex(long) - Method in class org.eclipse.swt.widgets.Display
 
DECELERATE - Static variable in class org.eclipse.swt.widgets.Widget
 
decide_destination - Static variable in class org.eclipse.swt.internal.webkit.WebKitGTK
 
DECIDE_DESTINATION - Static variable in class org.eclipse.swt.browser.WebKit
 
decide_policy - Static variable in class org.eclipse.swt.internal.webkit.WebKitGTK
 
DECIDE_POLICY - Static variable in class org.eclipse.swt.browser.WebKit
 
decode() - Method in class org.eclipse.swt.internal.image.LZWCodec
Decode the input.
decode(byte[], byte[], int, int, int) - Method in class org.eclipse.swt.internal.image.TIFFModifiedHuffmanCodec
 
decode(LEDataInputStream, ImageLoader, ImageData, boolean, int) - Method in class org.eclipse.swt.internal.image.LZWCodec
Decode the LZW-encoded bytes in the given byte stream into the given DeviceIndependentImage.
decode_mcu(JPEGDecoder.jpeg_decompress_struct, short[][]) - Method in class org.eclipse.swt.internal.image.JPEGDecoder.huff_entropy_decoder
 
decode_mcu(JPEGDecoder.jpeg_decompress_struct, short[][]) - Method in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_entropy_decoder
 
decode_mcu(JPEGDecoder.jpeg_decompress_struct, short[][]) - Method in class org.eclipse.swt.internal.image.JPEGDecoder.phuff_entropy_decoder
 
decode_mcu_AC_first(JPEGDecoder.jpeg_decompress_struct, short[][]) - Method in class org.eclipse.swt.internal.image.JPEGDecoder.phuff_entropy_decoder
 
decode_mcu_AC_refine(JPEGDecoder.jpeg_decompress_struct, short[][]) - Method in class org.eclipse.swt.internal.image.JPEGDecoder.phuff_entropy_decoder
 
decode_mcu_DC_first(JPEGDecoder.jpeg_decompress_struct, short[][]) - Method in class org.eclipse.swt.internal.image.JPEGDecoder.phuff_entropy_decoder
 
decode_mcu_DC_refine(JPEGDecoder.jpeg_decompress_struct, short[][]) - Method in class org.eclipse.swt.internal.image.JPEGDecoder.phuff_entropy_decoder
 
decodeACCoefficients(int[], int) - Method in class org.eclipse.swt.internal.image.JPEGFileFormat
 
decodeACFirstCoefficients(int[], int, int, int, int) - Method in class org.eclipse.swt.internal.image.JPEGFileFormat
 
decodeACRefineCoefficients(int[], int, int, int, int) - Method in class org.eclipse.swt.internal.image.JPEGFileFormat
 
decodeDCCoefficient(int[], int, boolean, int) - Method in class org.eclipse.swt.internal.image.JPEGFileFormat
 
decodeImageComponents() - Method in class org.eclipse.swt.internal.image.JPEGFileFormat
 
decodeMCUAtXAndY(int, int, int, boolean, int, int, int) - Method in class org.eclipse.swt.internal.image.JPEGFileFormat
 
decodePackBits(byte[], byte[], int) - Method in class org.eclipse.swt.internal.image.TIFFDirectory
 
decodePixels(ImageData) - Method in class org.eclipse.swt.internal.image.TIFFDirectory
 
decodeRow() - Method in class org.eclipse.swt.internal.image.TIFFModifiedHuffmanCodec
 
decodeRunLength() - Method in class org.eclipse.swt.internal.image.TIFFModifiedHuffmanCodec
 
decodeScan() - Method in class org.eclipse.swt.internal.image.JPEGFileFormat
 
decodeUsingTable(JPEGHuffmanTable) - Method in class org.eclipse.swt.internal.image.JPEGFileFormat
 
decompress_data - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_d_coef_controller
 
decompress_data(JPEGDecoder.jpeg_decompress_struct, byte[][][], int[]) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
DECOMPRESS_DATA - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
decompress_onepass(JPEGDecoder.jpeg_decompress_struct, byte[][][], int[]) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
DECOMPRESS_ONEPASS - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
decompress_smooth_data(JPEGDecoder.jpeg_decompress_struct, byte[][][], int[]) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
DECOMPRESS_SMOOTH_DATA - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
decompressData(byte[], byte[], int, int) - Method in class org.eclipse.swt.internal.image.WinBMPFileFormat
 
decompressRLE4Data(byte[], int, int, byte[], int) - Method in class org.eclipse.swt.internal.image.WinBMPFileFormat
 
decompressRLE8Data(byte[], int, int, byte[], int) - Method in class org.eclipse.swt.internal.image.WinBMPFileFormat
 
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() - Constructor for class org.eclipse.swt.widgets.Decorations
 
Decorations(Composite, int) - Constructor for class org.eclipse.swt.widgets.Decorations
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
Default - Static variable in class org.eclipse.swt.widgets.Display
 
DEFAULT - Static variable in class org.eclipse.swt.SWT
Indicates that a default should be used (value is -1).
DEFAULT_BACKGROUND - Static variable in class org.eclipse.swt.custom.RTFWriter
 
default_border - Static variable in class org.eclipse.swt.internal.gtk.OS
 
DEFAULT_BORDER - Static variable in class org.eclipse.swt.widgets.Button
 
default_charset - Static variable in class org.eclipse.swt.internal.webkit.WebKitGTK
Properties:
DEFAULT_COMPRESSION - Static variable in class org.eclipse.swt.internal.image.PngEncoder
 
DEFAULT_COOLBAR_HEIGHT - Static variable in class org.eclipse.swt.widgets.CoolBar
 
DEFAULT_COOLBAR_WIDTH - Static variable in class org.eclipse.swt.widgets.CoolBar
 
DEFAULT_CROSS_AXIS_SIZE - Static variable in class org.eclipse.swt.widgets.Sash
 
default_decompress_parms(JPEGDecoder.jpeg_decompress_struct) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
DEFAULT_DISABLED_IMAGE_TRANSFORMER - Static variable in interface org.eclipse.swt.internal.image.ImageColorTransformer
 
DEFAULT_DRAG_SOURCE_EFFECT - Static variable in class org.eclipse.swt.dnd.DragSource
 
DEFAULT_DROP_TARGET_EFFECT - Static variable in class org.eclipse.swt.dnd.DropTarget
 
DEFAULT_FOREGROUND - Static variable in class org.eclipse.swt.custom.RTFWriter
 
DEFAULT_HEIGHT - Static variable in class org.eclipse.swt.custom.AnimatedProgress
Deprecated.
DEFAULT_HEIGHT - Static variable in class org.eclipse.swt.custom.CTabFolder
 
DEFAULT_HEIGHT - Static variable in class org.eclipse.swt.custom.ScrolledCompositeLayout
 
DEFAULT_HEIGHT - Static variable in class org.eclipse.swt.custom.StyledText
 
DEFAULT_HEIGHT - Static variable in class org.eclipse.swt.widgets.Widget
 
DEFAULT_LONG_DATE_FORMAT - Static variable in class org.eclipse.swt.widgets.DateTime
 
DEFAULT_LONG_TIME_FORMAT - Static variable in class org.eclipse.swt.widgets.DateTime
 
DEFAULT_MARGIN - Static variable in class org.eclipse.swt.custom.CLabel
Left and right margins
DEFAULT_MEDIUM_DATE_FORMAT - Static variable in class org.eclipse.swt.widgets.DateTime
 
DEFAULT_MEDIUM_TIME_FORMAT - Static variable in class org.eclipse.swt.widgets.DateTime
 
DEFAULT_SCANLINE_PAD - Static variable in class org.eclipse.swt.graphics.Image
Specifies the default scanline padding.
DEFAULT_SHORT_DATE_FORMAT - Static variable in class org.eclipse.swt.widgets.DateTime
 
DEFAULT_SHORT_TIME_FORMAT - Static variable in class org.eclipse.swt.widgets.DateTime
 
DEFAULT_WIDTH - Static variable in class org.eclipse.swt.custom.AnimatedProgress
Deprecated.
DEFAULT_WIDTH - Static variable in class org.eclipse.swt.custom.CTabFolder
 
DEFAULT_WIDTH - Static variable in class org.eclipse.swt.custom.ScrolledCompositeLayout
 
DEFAULT_WIDTH - Static variable in class org.eclipse.swt.custom.StyledText
 
DEFAULT_WIDTH - Static variable in class org.eclipse.swt.widgets.Caret
 
DEFAULT_WIDTH - Static variable in class org.eclipse.swt.widgets.Widget
 
DEFAULT_ZOOM - Static variable in class org.eclipse.swt.internal.image.FileFormat
 
defaultBackground() - Method in class org.eclipse.swt.widgets.Combo
 
defaultBackground() - Method in class org.eclipse.swt.widgets.Control
 
defaultBackground() - Method in class org.eclipse.swt.widgets.DateTime
 
defaultBackground() - Method in class org.eclipse.swt.widgets.List
 
defaultBackground() - Method in class org.eclipse.swt.widgets.Spinner
 
defaultBackground() - Method in class org.eclipse.swt.widgets.Table
 
defaultBackground() - Method in class org.eclipse.swt.widgets.Text
 
defaultBackground() - Method in class org.eclipse.swt.widgets.Tree
 
defaultButton - Variable in class org.eclipse.swt.widgets.Decorations
 
defaultCaret - Variable in class org.eclipse.swt.custom.StyledText
 
DefaultChrominanceQTable - Static variable in class org.eclipse.swt.internal.image.JPEGQuantizationTable
 
defaultChrominanceTable() - Static method in class org.eclipse.swt.internal.image.JPEGQuantizationTable
 
DefaultContent - Class in org.eclipse.swt.custom
 
DefaultContent() - Constructor for class org.eclipse.swt.custom.DefaultContent
Creates a new DefaultContent and initializes it.
defaultCursor - Variable in class org.eclipse.swt.widgets.Sash
 
defaultDepth - Variable in class org.eclipse.swt.internal.image.GIFFileFormat
 
defaultDisableImage - Variable in class org.eclipse.swt.widgets.Button
 
defaultDisableImage - Variable in class org.eclipse.swt.widgets.MenuItem
 
defaultDisableImage - Variable in class org.eclipse.swt.widgets.ToolItem
 
DefaultExceptionHandler - Class in org.eclipse.swt.internal
 
DefaultExceptionHandler() - Constructor for class org.eclipse.swt.internal.DefaultExceptionHandler
 
defaultFont() - Method in class org.eclipse.swt.widgets.Control
 
defaultHeight - Variable in class org.eclipse.swt.custom.CLayoutData
 
defaultHeight - Variable in class org.eclipse.swt.layout.FillData
 
defaultHeight - Variable in class org.eclipse.swt.layout.FormData
 
defaultHeight - Variable in class org.eclipse.swt.layout.GridData
 
defaultHhint - Variable in class org.eclipse.swt.layout.FormData
 
defaultHhint - Variable in class org.eclipse.swt.layout.GridData
 
DefaultLuminanceQTable - Static variable in class org.eclipse.swt.internal.image.JPEGQuantizationTable
 
defaultLuminanceTable() - Static method in class org.eclipse.swt.internal.image.JPEGQuantizationTable
 
DefaultSelection - Static variable in class org.eclipse.swt.SWT
The default selection event type (value is 14).
DefaultType - Static variable in class org.eclipse.swt.browser.Browser
 
defaultWhint - Variable in class org.eclipse.swt.layout.FormData
 
defaultWhint - Variable in class org.eclipse.swt.layout.GridData
 
defaultWidth - Variable in class org.eclipse.swt.custom.CLayoutData
 
defaultWidth - Variable in class org.eclipse.swt.layout.FillData
 
defaultWidth - Variable in class org.eclipse.swt.layout.FormData
 
defaultWidth - Variable in class org.eclipse.swt.layout.GridData
 
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).
DELAY - Static variable in class org.eclipse.swt.widgets.ProgressBar
 
DELAY - Static variable in class org.eclipse.swt.widgets.ToolTip
 
delayedEnableWrap - Variable in class org.eclipse.swt.widgets.Combo
 
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).
delayTime - Variable in class org.eclipse.swt.internal.image.GIFFileFormat
 
delete(int, int, int) - Method in class org.eclipse.swt.custom.DefaultContent
Deletes text.
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_EVENT - Static variable in class org.eclipse.swt.widgets.Widget
 
delete_from_cursor - Static variable in class org.eclipse.swt.internal.gtk.OS
 
DELETE_FROM_CURSOR - Static variable in class org.eclipse.swt.widgets.Widget
 
DELETE_FROM_CURSOR_INVERSE - Static variable in class org.eclipse.swt.widgets.Widget
 
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_RANGE - Static variable in class org.eclipse.swt.widgets.Widget
 
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_TEXT - Static variable in class org.eclipse.swt.widgets.Widget
 
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.internal.Library
 
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.
density_unit - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
deprocessText(char[], int, int) - Method in class org.eclipse.swt.widgets.Text
 
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.image.TIFFDirectory
 
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.
dequantize(int[], int) - Method in class org.eclipse.swt.internal.image.JPEGFileFormat
 
deregister() - Method in class org.eclipse.swt.widgets.Button
 
deregister() - Method in class org.eclipse.swt.widgets.Combo
 
deregister() - Method in class org.eclipse.swt.widgets.Composite
 
deregister() - Method in class org.eclipse.swt.widgets.Control
 
deregister() - Method in class org.eclipse.swt.widgets.DateTime
 
deregister() - Method in class org.eclipse.swt.widgets.ExpandItem
 
deregister() - Method in class org.eclipse.swt.widgets.Group
 
deregister() - Method in class org.eclipse.swt.widgets.Label
 
deregister() - Method in class org.eclipse.swt.widgets.List
 
deregister() - Method in class org.eclipse.swt.widgets.Scrollable
 
deregister() - Method in class org.eclipse.swt.widgets.ScrollBar
 
deregister() - Method in class org.eclipse.swt.widgets.Shell
 
deregister() - Method in class org.eclipse.swt.widgets.Slider
 
deregister() - Method in class org.eclipse.swt.widgets.Spinner
 
deregister() - Method in class org.eclipse.swt.widgets.TabItem
 
deregister() - Method in class org.eclipse.swt.widgets.Table
 
deregister() - Method in class org.eclipse.swt.widgets.TableColumn
 
deregister() - Method in class org.eclipse.swt.widgets.Text
 
deregister() - Method in class org.eclipse.swt.widgets.ToolItem
 
deregister() - Method in class org.eclipse.swt.widgets.TrayItem
 
deregister() - Method in class org.eclipse.swt.widgets.Tree
 
deregister() - Method in class org.eclipse.swt.widgets.TreeColumn
 
deregister() - Method in class org.eclipse.swt.widgets.Widget
 
deregister(Device) - Static method in class org.eclipse.swt.graphics.Device
 
deregister(Display) - Static method in class org.eclipse.swt.widgets.Display
 
deregisterFunction(BrowserFunction) - Method in class org.eclipse.swt.browser.WebBrowser
 
derived_tbls - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.phuff_entropy_decoder
 
descent - Variable in class org.eclipse.swt.custom.PaintObjectEvent
the line descent
descent - Variable in class org.eclipse.swt.custom.StyledTextEvent
 
descent - Variable in class org.eclipse.swt.custom.StyledTextRenderer
 
descent - Variable in class org.eclipse.swt.graphics.GlyphMetrics
the descent of the GlyphMetrics
descentInPoints - Variable in class org.eclipse.swt.graphics.FontMetrics
 
descentInPoints - Variable in class org.eclipse.swt.graphics.TextLayout
 
descriptionPtr - Static variable in class org.eclipse.swt.accessibility.AccessibleObject
 
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).
deserializedData - Variable in class org.eclipse.swt.dnd.ContentProviders
This the data that has been deserialized and associates source id (which is a number greater than those in ContentProviders.CLIPBOARD_DATA so they can be differentied) It is expected that the map is normally empty and only has data while a gdk_clipboard_read_value_async (or similar) is active.
deserializer - Variable in class org.eclipse.swt.dnd.GdkContentDeserializer
 
desired_number_of_colors - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
dest - Variable in class org.eclipse.swt.internal.image.TIFFModifiedHuffmanCodec
 
destroy() - Method in class org.eclipse.swt.graphics.Color
 
destroy() - Method in class org.eclipse.swt.graphics.Cursor
 
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.graphics.Font
 
destroy() - Method in class org.eclipse.swt.graphics.GC
 
destroy() - Method in class org.eclipse.swt.graphics.Image.CachedImageAtSize
 
destroy() - Method in class org.eclipse.swt.graphics.Image
 
destroy() - Method in class org.eclipse.swt.graphics.Path
 
destroy() - Method in class org.eclipse.swt.graphics.Pattern
 
destroy() - Method in class org.eclipse.swt.graphics.Region
 
destroy() - Method in class org.eclipse.swt.graphics.Resource
 
destroy() - Method in class org.eclipse.swt.graphics.TextLayout
 
destroy() - Method in class org.eclipse.swt.graphics.Transform
 
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.
destroyAccelGroup() - Method in class org.eclipse.swt.widgets.Decorations
 
destroyDisplay() - Method in class org.eclipse.swt.widgets.Display
 
destroyFunction(BrowserFunction) - Method in class org.eclipse.swt.browser.WebBrowser
 
destroyFunction(BrowserFunction) - Method in class org.eclipse.swt.browser.WebKit
 
destroyHandlesExcept(Set) - Method in class org.eclipse.swt.graphics.Resource
Destroy all handles of the resource which are not necessary for the given zoom levels.
destroyItem(CTabItem) - Method in class org.eclipse.swt.custom.CTabFolder
 
destroyItem(CoolItem) - Method in class org.eclipse.swt.widgets.CoolBar
 
destroyItem(ExpandItem) - Method in class org.eclipse.swt.widgets.ExpandBar
 
destroyItem(TabItem) - Method in class org.eclipse.swt.widgets.TabFolder
 
destroyItem(TableColumn) - Method in class org.eclipse.swt.widgets.Table
 
destroyItem(TableItem) - Method in class org.eclipse.swt.widgets.Table
 
destroyItem(TaskItem) - Method in class org.eclipse.swt.widgets.TaskBar
 
destroyItem(TrayItem) - Method in class org.eclipse.swt.widgets.Tray
 
destroyItem(TreeColumn) - Method in class org.eclipse.swt.widgets.Tree
 
destroyItem(TreeItem) - Method in class org.eclipse.swt.widgets.Tree
 
destroyMask() - Method in class org.eclipse.swt.graphics.Image
Destroy the receiver's mask if it exists.
destroyScrollBar(ScrollBar) - Method in class org.eclipse.swt.widgets.Scrollable
 
destroyWidget() - Method in class org.eclipse.swt.widgets.Control
 
destroyWidget() - Method in class org.eclipse.swt.widgets.ExpandItem
 
destroyWidget() - Method in class org.eclipse.swt.widgets.Menu
Overridden to fix memory leak on GTK3, see bug 573983
destroyWidget() - Method in class org.eclipse.swt.widgets.MenuItem
 
destroyWidget() - Method in class org.eclipse.swt.widgets.ScrollBar
 
destroyWidget() - Method in class org.eclipse.swt.widgets.TabItem
 
destroyWidget() - Method in class org.eclipse.swt.widgets.TableColumn
 
destroyWidget() - Method in class org.eclipse.swt.widgets.TableItem
 
destroyWidget() - Method in class org.eclipse.swt.widgets.TaskItem
 
destroyWidget() - Method in class org.eclipse.swt.widgets.ToolTip
 
destroyWidget() - Method in class org.eclipse.swt.widgets.TrayItem
 
destroyWidget() - Method in class org.eclipse.swt.widgets.TreeColumn
 
destroyWidget() - Method in class org.eclipse.swt.widgets.TreeItem
 
destroyWidget() - Method in class org.eclipse.swt.widgets.Widget
 
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
detail - Variable in class org.eclipse.swt.widgets.ScrollBar
 
determineFileFormat(LEDataInputStream) - Static method in class org.eclipse.swt.internal.image.FileFormat
 
device - Variable in class org.eclipse.swt.custom.StyledTextRenderer
 
device - Variable in class org.eclipse.swt.graphics.GCData
 
device - Variable in class org.eclipse.swt.graphics.Resource
the device where this resource was created
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
 
Devices - Static variable in class org.eclipse.swt.graphics.Device
 
deviceZoom - Static variable in class org.eclipse.swt.internal.DPIUtil
 
dhMaxCodes - Variable in class org.eclipse.swt.internal.image.JPEGHuffmanTable
 
dhMinCodes - Variable in class org.eclipse.swt.internal.image.JPEGHuffmanTable
 
DHP - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
DHT - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
dhValPtrs - Variable in class org.eclipse.swt.internal.image.JPEGHuffmanTable
 
dhValues - Variable in class org.eclipse.swt.internal.image.JPEGHuffmanTable
 
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_MESSAGE - Static variable in class org.eclipse.swt.browser.Browser.WebViewUnavailableDialog
 
DIALOG_OPTION_FLAGS - Static variable in class org.eclipse.swt.browser.Browser.WebViewUnavailableDialog
 
DIALOG_OPTION_LABELS - Static variable in class org.eclipse.swt.browser.Browser.WebViewUnavailableDialog
 
DIALOG_TITLE - Static variable in class org.eclipse.swt.browser.Browser.WebViewUnavailableDialog
 
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).
dialogAsyncFinish - Static variable in class org.eclipse.swt.internal.SyncDialogUtil
 
dialogAsyncValue - Static variable in class org.eclipse.swt.internal.SyncDialogUtil
 
DialogOption(int, String) - Constructor for record class org.eclipse.swt.browser.Browser.WebViewUnavailableDialog.DialogOption
Creates an instance of a DialogOption record class.
dialogResponseCallback - Static variable in class org.eclipse.swt.internal.SyncDialogUtil
 
dialogResponseProc(long, long, long) - Static method in class org.eclipse.swt.internal.SyncDialogUtil
Callback function for the "response" signal in GtkDialog widgets.
direct - Variable in class org.eclipse.swt.widgets.TouchSource
 
direction_changed - Static variable in class org.eclipse.swt.internal.gtk.OS
 
DIRECTION_CHANGED - Static variable in class org.eclipse.swt.widgets.Widget
 
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.
DISABLE_EMOJI - Static variable in class org.eclipse.swt.widgets.Control
 
disableBrowserSearchGlobally - Static variable in class org.eclipse.swt.browser.WebKit
Flag that disables browser searching added on top of the WebKit browser.
DISABLED - Static variable in class org.eclipse.swt.widgets.Widget
 
disabledColor - Variable in class org.eclipse.swt.widgets.Link
 
disabledImage - Variable in class org.eclipse.swt.custom.CTabItem
 
disabledImage - Variable in class org.eclipse.swt.widgets.ToolItem
 
disablePrinting - Static variable in class org.eclipse.swt.printing.Printer
 
discarded_bytes - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_marker_reader
 
DISPATCH_EVENT_KEY - Static variable in class org.eclipse.swt.widgets.Display
 
dispatch_properties_changed - Variable in class org.eclipse.swt.internal.gtk.GObjectClass
 
dispatchEvents - Variable in class org.eclipse.swt.widgets.Display
 
display - Variable in class org.eclipse.swt.dnd.Clipboard
 
display - Variable in class org.eclipse.swt.dnd.ClipboardProxy
display == null means that the display has been disposed.
display - Variable in class org.eclipse.swt.dnd.ClipboardProxyGTK4
 
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 - Variable in class org.eclipse.swt.widgets.Synchronizer
 
display - Variable in class org.eclipse.swt.widgets.Widget
 
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.
Display.SessionManagerListener - Class in org.eclipse.swt.widgets
 
Displays - Static variable in class org.eclipse.swt.widgets.Display
 
displaySettings - Variable in class org.eclipse.swt.graphics.Device
 
disposalMethod - Variable in class org.eclipse.swt.graphics.ImageData
A description of how to dispose of the current image before displaying the next.
disposalMethod - Variable in class org.eclipse.swt.internal.image.GIFFileFormat
 
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.MouseNavigator
 
dispose() - Method in class org.eclipse.swt.custom.StyledText.Printing
Disposes of the resources and the PrintRenderer.
dispose() - Method in class org.eclipse.swt.custom.StyledTextRenderer
 
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.dnd.ClipboardProxy
 
dispose() - Method in class org.eclipse.swt.dnd.ClipboardProxyGTK4
 
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(boolean) - Method in class org.eclipse.swt.browser.BrowserFunction
 
Dispose - Static variable in class org.eclipse.swt.SWT
The dispose event type (value is 12).

Note: This event is sent to indicate the beginning of the disposing process.
dispose_Object(Object) - Method in class org.eclipse.swt.graphics.Device
 
DISPOSE_SENT - Static variable in class org.eclipse.swt.widgets.Widget
 
disposeAntialiasColors() - Method in class org.eclipse.swt.custom.CTabFolderRenderer
 
disposeCairo - Variable in class org.eclipse.swt.graphics.GCData
 
disposeColumnListener - Variable in class org.eclipse.swt.custom.TableCursor
 
disposeColumnListener - Variable in class org.eclipse.swt.custom.TreeCursor
 
disposed - Variable in class org.eclipse.swt.graphics.Device
 
DISPOSED - Static variable in class org.eclipse.swt.widgets.Widget
 
disposeDefault() - Method in class org.eclipse.swt.widgets.ToolItem
 
disposeDefaultDisabledImage() - Method in class org.eclipse.swt.widgets.Button
 
disposeDefaultDisabledImage() - Method in class org.eclipse.swt.widgets.MenuItem
 
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.
disposeItemListener - Variable in class org.eclipse.swt.custom.TableCursor
 
disposeItemListener - Variable in class org.eclipse.swt.custom.TreeCursor
 
disposeLayout() - Method in class org.eclipse.swt.graphics.GC
 
disposeList - Variable in class org.eclipse.swt.widgets.Display
 
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.
disposeResponseCallback() - Static method in class org.eclipse.swt.internal.SyncDialogUtil
 
disposeSelectionHighlightGradientColors() - Method in class org.eclipse.swt.custom.CTabFolderRenderer
 
disposeTextLayout(TextLayout) - Method in class org.eclipse.swt.custom.StyledTextRenderer
 
distance - Variable in class org.eclipse.swt.internal.image.PngDeflater.Match
 
distanceBases - Static variable in class org.eclipse.swt.internal.image.PngLzBlockReader
 
distanceCodes - Static variable in class org.eclipse.swt.internal.image.PngDeflater
 
distanceTable - Variable in class org.eclipse.swt.internal.image.PngHuffmanTables
 
DistanceTableSize - Static variable in class org.eclipse.swt.internal.image.PngHuffmanTables
 
DITHER_MATRIX - Static variable in class org.eclipse.swt.graphics.ImageData
Scaled 8x8 Bayer dither matrix.
dither_mode - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
divide(int) - Method in class org.eclipse.swt.layout.FormAttachment
 
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
 
DNDEvent - Class in org.eclipse.swt.dnd
 
DNDEvent() - Constructor for class org.eclipse.swt.dnd.DNDEvent
 
DNDListener - Class in org.eclipse.swt.dnd
 
DNDListener(EventListener) - Constructor for class org.eclipse.swt.dnd.DNDListener
DNDListener constructor comment.
dndWidget - Variable in class org.eclipse.swt.dnd.DNDListener
 
DNL - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
do_action - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkActionIface
 
do_block_smoothing - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
do_fancy_upsampling - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
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.
doAutoScroll(int, int) - Method in class org.eclipse.swt.custom.StyledText
Initiates autoscrolling.
doAutoScroll(Event) - Method in class org.eclipse.swt.custom.StyledText
A mouse move event has occurred.
doBackspace() - Method in class org.eclipse.swt.custom.StyledText
Deletes the previous character.
doBlockColumn(boolean) - Method in class org.eclipse.swt.custom.StyledText
 
doBlockContentStartEnd(boolean) - Method in class org.eclipse.swt.custom.StyledText
 
doBlockLineHorizontal(boolean) - Method in class org.eclipse.swt.custom.StyledText
 
doBlockLineVertical(boolean) - Method in class org.eclipse.swt.custom.StyledText
 
doBlockSelection(boolean) - Method in class org.eclipse.swt.custom.StyledText
 
doBlockWord(boolean) - Method in class org.eclipse.swt.custom.StyledText
 
doContent(char) - Method in class org.eclipse.swt.custom.StyledText
Replaces the selection with the character or insert the character at the current caret position if no selection exists.
doContentEnd() - Method in class org.eclipse.swt.custom.StyledText
Moves the caret after the last character of the widget content.
doContentStart() - Method in class org.eclipse.swt.custom.StyledText
Moves the caret in front of the first character of the widget content.
doCursorNext() - Method in class org.eclipse.swt.custom.StyledText
Moves the caret to the end of the selection if a selection exists.
doCursorPrevious() - Method in class org.eclipse.swt.custom.StyledText
Moves the caret to the start of the selection if a selection exists.
doDelete() - Method in class org.eclipse.swt.custom.StyledText
Deletes the next character.
doDeleteWordNext() - Method in class org.eclipse.swt.custom.StyledText
Deletes the next word.
doDeleteWordPrevious() - Method in class org.eclipse.swt.custom.StyledText
Deletes the previous word.
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.
doLineDown(boolean) - Method in class org.eclipse.swt.custom.StyledText
Moves the caret one line down and to the same character offset relative to the beginning of the line.
doLineEnd() - Method in class org.eclipse.swt.custom.StyledText
Moves the caret to the end of the line.
doLineStart() - Method in class org.eclipse.swt.custom.StyledText
Moves the caret to the beginning of the line.
doLineUp(boolean) - Method in class org.eclipse.swt.custom.StyledText
Moves the caret one line up and to the same character offset relative to the beginning of the line.
DOMEVENT_DRAGSTART - Static variable in class org.eclipse.swt.browser.WebKit
 
DOMEVENT_KEYDOWN - Static variable in class org.eclipse.swt.browser.WebKit
 
DOMEVENT_KEYPRESS - Static variable in class org.eclipse.swt.browser.WebKit
 
DOMEVENT_KEYUP - Static variable in class org.eclipse.swt.browser.WebKit
 
DOMEVENT_MOUSEDOWN - Static variable in class org.eclipse.swt.browser.WebKit
 
DOMEVENT_MOUSEMOVE - Static variable in class org.eclipse.swt.browser.WebKit
 
DOMEVENT_MOUSEOUT - Static variable in class org.eclipse.swt.browser.WebKit
 
DOMEVENT_MOUSEOVER - Static variable in class org.eclipse.swt.browser.WebKit
 
DOMEVENT_MOUSEUP - Static variable in class org.eclipse.swt.browser.WebKit
 
DOMEVENT_MOUSEWHEEL - Static variable in class org.eclipse.swt.browser.WebKit
 
doMouseLinkCursor() - Method in class org.eclipse.swt.custom.StyledText
 
doMouseLinkCursor(int, int) - Method in class org.eclipse.swt.custom.StyledText
 
doMouseLocationChange(int, int, boolean) - Method in class org.eclipse.swt.custom.StyledText
Moves the caret to the specified location.
doMouseSelection() - Method in class org.eclipse.swt.custom.StyledText
Updates the selection based on the caret position
doMouseWordSelect(int, int, int) - Method in class org.eclipse.swt.custom.StyledText
Returns the offset of the word at the specified offset.
done() - Method in class org.eclipse.swt.widgets.RunnableLock
 
doPageDown(boolean, int) - Method in class org.eclipse.swt.custom.StyledText
Scrolls one page down so that the last line (truncated or whole) of the current page becomes the fully visible top line.
doPageEnd() - Method in class org.eclipse.swt.custom.StyledText
Moves the cursor to the end of the last fully visible line.
doPageStart() - Method in class org.eclipse.swt.custom.StyledText
Moves the cursor to the beginning of the first fully visible line.
doPageUp(boolean, int) - Method in class org.eclipse.swt.custom.StyledText
Scrolls one page up so that the first line (truncated or whole) of the current page becomes the fully visible last line.
doSelection(int) - Method in class org.eclipse.swt.custom.StyledText
Updates the selection to extend to the current caret position.
doSelectionCursorNext() - Method in class org.eclipse.swt.custom.StyledText
Moves the caret to the next character or to the beginning of the next line if the cursor is at the end of a line.
doSelectionCursorPrevious() - Method in class org.eclipse.swt.custom.StyledText
Moves the caret to the previous character or to the end of the previous line if the cursor is at the beginning of a line.
doSelectionLineDown() - Method in class org.eclipse.swt.custom.StyledText
Moves the caret one line down and to the same character offset relative to the beginning of the line.
doSelectionLineUp() - Method in class org.eclipse.swt.custom.StyledText
Moves the caret one line up and to the same character offset relative to the beginning of the line.
doSelectionPageDown(int) - Method in class org.eclipse.swt.custom.StyledText
Scrolls one page down so that the last line (truncated or whole) of the current page becomes the fully visible top line.
doSelectionPageUp(int) - Method in class org.eclipse.swt.custom.StyledText
Scrolls one page up so that the first line (truncated or whole) of the current page becomes the fully visible last line.
doSelectionWordNext() - Method in class org.eclipse.swt.custom.StyledText
Moves the caret to the end of the next word .
doSelectionWordPrevious() - Method in class org.eclipse.swt.custom.StyledText
Moves the caret to the start of the previous word.
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.
doubleClick - Variable in class org.eclipse.swt.widgets.Text
 
doubleClickEnabled - Variable in class org.eclipse.swt.custom.StyledText
 
doubleClickSelection - Variable in class org.eclipse.swt.custom.StyledText
 
doVisualNext() - Method in class org.eclipse.swt.custom.StyledText
Moves the caret one character to the right.
doVisualPrevious() - Method in class org.eclipse.swt.custom.StyledText
Moves the caret one character to the left.
down - Variable in class org.eclipse.swt.widgets.DateTime
 
DOWN - Enum constant in enum class org.eclipse.swt.graphics.RoundingMode
 
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
 
DOWNLOAD_STARTED - Static variable in class org.eclipse.swt.browser.WebKit
 
downsampled_height - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_component_info
 
downsampled_width - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_component_info
 
doWordNext() - Method in class org.eclipse.swt.custom.StyledText
Moves the caret to the end of the next word.
doWordPrevious() - Method in class org.eclipse.swt.custom.StyledText
Moves the caret to the start of the previous word.
dpi - Variable in class org.eclipse.swt.graphics.Device
 
dpi_changed - Static variable in class org.eclipse.swt.internal.gtk.OS
 
DPI_CHANGED - Static variable in class org.eclipse.swt.widgets.Widget
 
DPI_ZOOM_100 - Static variable in class org.eclipse.swt.internal.DPIUtil
 
dpiChanged(int) - Method in class org.eclipse.swt.widgets.Display
 
dpiChanged(long, long) - Method in class org.eclipse.swt.widgets.Button
 
dpiChanged(long, long) - Method in class org.eclipse.swt.widgets.ExpandItem
 
dpiChanged(long, long) - Method in class org.eclipse.swt.widgets.Label
 
dpiChanged(long, long) - Method in class org.eclipse.swt.widgets.MenuItem
 
dpiChanged(long, long) - Method in class org.eclipse.swt.widgets.TabItem
 
dpiChanged(long, long) - Method in class org.eclipse.swt.widgets.TableColumn
 
dpiChanged(long, long) - Method in class org.eclipse.swt.widgets.ToolItem
 
dpiChanged(long, long) - Method in class org.eclipse.swt.widgets.TreeColumn
 
dpiChanged(long, long) - Method in class org.eclipse.swt.widgets.Widget
 
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.AutoScaleMethod - Enum Class in org.eclipse.swt.internal
 
DPIUtil.ElementAtZoom<T> - Record Class in org.eclipse.swt.internal
Represents an element, such as some image data, at a specific zoom level.
DPIUtil.ImageDrawFunction - Interface in org.eclipse.swt.internal
 
DPIUtil.UseSmoothScalingProvider - Interface in org.eclipse.swt.internal
 
DQT - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
drag(Event) - Method in class org.eclipse.swt.dnd.DragSource
 
DRAG - Enum constant in enum class org.eclipse.swt.dnd.ContentProviders.CLIPBOARD_DATA
 
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_data_received(long, long, int, int, long, int, int) - Method in class org.eclipse.swt.dnd.DropTarget
 
Drag_Data_Received - Static variable in class org.eclipse.swt.dnd.DropTarget
 
Drag_Data_Received(long, long, long, long, long, long, long) - Static method in class org.eclipse.swt.dnd.DropTarget
 
drag_data_received_handler - Variable in class org.eclipse.swt.dnd.DropTarget
 
DRAG_DETECT - Static variable in class org.eclipse.swt.widgets.Widget
 
drag_drop - Static variable in class org.eclipse.swt.internal.gtk.OS
 
drag_drop(long, long, int, int, int) - Method in class org.eclipse.swt.dnd.DropTarget
 
Drag_Drop - Static variable in class org.eclipse.swt.dnd.DropTarget
 
Drag_Drop(long, long, long, long, long) - Static method in class org.eclipse.swt.dnd.DropTarget
 
drag_drop_handler - Variable in class org.eclipse.swt.dnd.DropTarget
 
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_leave(long, long, int) - Method in class org.eclipse.swt.dnd.DropTarget
 
Drag_Leave - Static variable in class org.eclipse.swt.dnd.DropTarget
 
Drag_Leave(long, long, long) - Static method in class org.eclipse.swt.dnd.DropTarget
 
drag_leave_handler - Variable in class org.eclipse.swt.dnd.DropTarget
 
DRAG_MINIMUM - Static variable in class org.eclipse.swt.custom.SashForm
 
drag_motion - Static variable in class org.eclipse.swt.internal.gtk.OS
 
drag_motion(long, long, int, int, int) - Method in class org.eclipse.swt.dnd.DropTarget
 
Drag_Motion - Static variable in class org.eclipse.swt.dnd.DropTarget
 
Drag_Motion(long, long, long, long, long) - Static method in class org.eclipse.swt.dnd.DropTarget
 
drag_motion_handler - Variable in class org.eclipse.swt.dnd.DropTarget
 
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).
dragBegin(long, long) - Method in class org.eclipse.swt.dnd.DragSource
 
DragBegin - Static variable in class org.eclipse.swt.dnd.DragSource
 
DragBegin(long, long) - Static method in class org.eclipse.swt.dnd.DragSource
 
dragBeginGtk4(long) - Method in class org.eclipse.swt.dnd.DragSource
 
dragBeginProc - Static variable in class org.eclipse.swt.dnd.DragSource
 
dragBeginProc(long, long) - Static method in class org.eclipse.swt.dnd.DragSource
 
dragCursor - Variable in class org.eclipse.swt.widgets.CoolBar
 
dragDataDelete(long, long) - Method in class org.eclipse.swt.dnd.DragSource
 
DragDataDelete - Static variable in class org.eclipse.swt.dnd.DragSource
 
DragDataDelete(long, long) - Static method in class org.eclipse.swt.dnd.DragSource
 
dragDetect - Variable in class org.eclipse.swt.custom.StyledText
 
dragDetect(int, int, boolean, boolean, boolean[]) - Method in class org.eclipse.swt.widgets.Combo
 
dragDetect(int, int, boolean, boolean, boolean[]) - Method in class org.eclipse.swt.widgets.Control
 
dragDetect(int, int, boolean, boolean, boolean[]) - Method in class org.eclipse.swt.widgets.List
 
dragDetect(int, int, boolean, boolean, boolean[]) - Method in class org.eclipse.swt.widgets.Table
 
dragDetect(int, int, boolean, boolean, boolean[]) - Method in class org.eclipse.swt.widgets.Text
 
dragDetect(int, int, boolean, boolean, boolean[]) - Method in class org.eclipse.swt.widgets.Tree
 
dragDetect(int, int, int, int, int) - Method in class org.eclipse.swt.widgets.Control
 
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.
dragDetectionQueue - Variable in class org.eclipse.swt.widgets.Control
 
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.
dragEffect - Variable in class org.eclipse.swt.dnd.DragSource
 
dragEnd(long, long) - Method in class org.eclipse.swt.dnd.DragSource
 
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).
DragEnd - Static variable in class org.eclipse.swt.dnd.DragSource
 
DragEnd(long, long) - Static method in class org.eclipse.swt.dnd.DragSource
 
dragEndProc - Static variable in class org.eclipse.swt.dnd.DragSource
 
dragEndProc(long, long, boolean) - Static method in class org.eclipse.swt.dnd.DragSource
 
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.
dragGesture - Variable in class org.eclipse.swt.widgets.Control
 
dragGetData(long, long, long, int, int) - Method in class org.eclipse.swt.dnd.DragSource
 
DragGetData - Static variable in class org.eclipse.swt.dnd.DragSource
 
DragGetData(long, long, long, long, long) - Static method in class org.eclipse.swt.dnd.DragSource
 
dragging - Variable in class org.eclipse.swt.custom.CBanner
 
dragging - Variable in class org.eclipse.swt.widgets.CoolBar
 
dragging - Variable in class org.eclipse.swt.widgets.Sash
 
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).
dragList - Variable in class org.eclipse.swt.internal.dnd.gtk.ListDragSourceEffect
 
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).
DRAGOVER_HYSTERESIS - Static variable in class org.eclipse.swt.dnd.DropTarget
 
dragOverEvent - Variable in class org.eclipse.swt.dnd.DropTarget
 
dragOverHeartbeat - Variable in class org.eclipse.swt.dnd.DropTarget
 
dragOverStart - Variable in class org.eclipse.swt.dnd.DropTarget
 
dragPrepare() - Method in class org.eclipse.swt.dnd.DragSource
 
dragPrepareProc - Static variable in class org.eclipse.swt.dnd.DragSource
 
dragPrepareProc(long, double, double) - Static method in class org.eclipse.swt.dnd.DragSource
 
dragSent - Variable in class org.eclipse.swt.widgets.ScrollBar
 
dragSent - Variable in class org.eclipse.swt.widgets.Slider
 
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.
dragSourceImage - Variable in class org.eclipse.swt.dnd.TableDragSourceEffect
 
dragSourceImage - Variable in class org.eclipse.swt.dnd.TreeDragSourceEffect
 
dragSourceImage - Variable in class org.eclipse.swt.internal.dnd.gtk.ListDragSourceEffect
 
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(GC, ImageData, int, int) - Method in interface org.eclipse.swt.internal.DPIUtil.ImageDrawFunction
 
DRAW - Static variable in class org.eclipse.swt.graphics.GC
 
DRAW - Static variable in class org.eclipse.swt.widgets.Widget
 
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_FLAGS - Static variable in class org.eclipse.swt.custom.CLabel
 
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_OFFSET - Static variable in class org.eclipse.swt.graphics.GC
 
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.GC
 
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.
drawArcInPixels(int, int, int, int, int, int) - Method in class org.eclipse.swt.graphics.GC
 
drawArrows() - Method in class org.eclipse.swt.custom.MouseNavigator
 
drawAtSize(GC, ImageData, int, int) - Static method in class org.eclipse.swt.graphics.Image
IMPORTANT: This method is not part of the public API for Image.
drawBackground(GC, int[], boolean) - Method in class org.eclipse.swt.custom.CTabFolderRenderer
 
drawBackground(GC, int[], int, int, int, int, Color, Image, Color[], int[], boolean) - Method in class org.eclipse.swt.custom.CTabFolderRenderer
 
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.
drawBackground(GC, Rectangle, int) - Method in class org.eclipse.swt.custom.CTabFolderRenderer
 
drawBackground(Control, long, long, int, int, int, int) - Method in class org.eclipse.swt.widgets.Control
 
drawBevelRect(GC, int, int, int, int, Color, Color) - Method in class org.eclipse.swt.custom.AnimatedProgress
Deprecated.
 
drawBevelRect(GC, int, int, int, int, Color, Color) - Method in class org.eclipse.swt.custom.CLabel
Draw a rectangle in the given colors.
drawBody(GC, Rectangle, int) - Method in class org.eclipse.swt.custom.CTabFolderRenderer
 
drawBorder(GC, int[]) - Method in class org.eclipse.swt.custom.CTabFolderRenderer
 
drawBorder(GC, int, int, GdkRGBA) - Method in class org.eclipse.swt.graphics.TextLayout
 
drawBullet(Bullet, GC, int, int, int, int, int) - Method in class org.eclipse.swt.custom.StyledTextRenderer
 
drawCaret() - Method in class org.eclipse.swt.widgets.Caret
 
drawCaret(long, long) - Method in class org.eclipse.swt.widgets.Canvas
 
drawCaretInFocus(long, long) - Method in class org.eclipse.swt.widgets.Canvas
 
drawCentralPoint() - Method in class org.eclipse.swt.custom.MouseNavigator
 
drawChevron(GC, Rectangle, int) - Method in class org.eclipse.swt.custom.CTabFolderRenderer
 
drawChevronContent(GC, int, int, String) - Method in class org.eclipse.swt.custom.CTabFolderRenderer
 
drawCircle() - Method in class org.eclipse.swt.custom.MouseNavigator
 
drawClose(GC, Rectangle, int) - Method in class org.eclipse.swt.custom.CTabFolderRenderer
 
drawCloseLines(GC, int, int, int, boolean) - Method in class org.eclipse.swt.custom.CTabFolderRenderer
 
drawCount - Variable in class org.eclipse.swt.widgets.Control
 
drawFlag - Variable in class org.eclipse.swt.widgets.Canvas
 
drawFlags - Variable in class org.eclipse.swt.graphics.GCData
 
drawFlags - Variable in class org.eclipse.swt.widgets.Table
 
drawFlags - Variable in class org.eclipse.swt.widgets.Tree
 
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.
drawFocusInPixels(int, int, int, int) - Method in class org.eclipse.swt.graphics.GC
 
drawForegroundRGBA - Variable in class org.eclipse.swt.widgets.Table
 
drawForegroundRGBA - Variable in class org.eclipse.swt.widgets.Tree
 
drawGlyphs(GC, char[], int[], int, int) - Static method in class org.eclipse.swt.internal.BidiUtil
 
drawGripper(GC, int, int, int, int, boolean) - Method in class org.eclipse.swt.widgets.Control
 
drawHighlight(GC, Rectangle, int, int) - Method in class org.eclipse.swt.custom.CTabFolderRenderer
 
drawHorizontalArrows() - Method in class org.eclipse.swt.custom.MouseNavigator
 
drawHotImage - Variable in class org.eclipse.swt.widgets.ToolItem
 
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) - Method in class org.eclipse.swt.graphics.GC
Draws the full source image into a specified rectangular area in the receiver.
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.
drawImage(Image, int, int, int, int, int, int, int, int, boolean) - Method in class org.eclipse.swt.graphics.GC
 
drawImageInPixels(Image, int, int) - Method in class org.eclipse.swt.graphics.GC
 
drawInCellEditor(long) - Method in class org.eclipse.swt.widgets.Caret
 
drawInheritedBackground(long) - Method in class org.eclipse.swt.widgets.Table
 
drawInheritedBackground(long) - Method in class org.eclipse.swt.widgets.Tree
 
drawInPixels(GC, int, int) - Method in class org.eclipse.swt.graphics.TextLayout
 
drawInPixels(GC, int, int, int, int, Color, Color) - Method in class org.eclipse.swt.graphics.TextLayout
 
drawInPixels(GC, int, int, int, int, Color, Color, int) - Method in class org.eclipse.swt.graphics.TextLayout
 
drawLeftUnselectedBorder(GC, Rectangle, int) - Method in class org.eclipse.swt.custom.CTabFolderRenderer
 
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).
drawLineBackground(StyledTextRenderer.LineDrawInfo, int, GC, Color) - Method in class org.eclipse.swt.custom.StyledTextRenderer
 
drawLineForeground(StyledTextRenderer.LineDrawInfo, int, int, GC, Color) - Method in class org.eclipse.swt.custom.StyledTextRenderer
 
drawLineInPixels(int, int, int, int) - Method in class org.eclipse.swt.graphics.GC
 
drawLines(int, int, int, int, int, GC, Color, Color) - Method in class org.eclipse.swt.custom.StyledTextRenderer
 
drawMaximize(GC, Rectangle, int) - Method in class org.eclipse.swt.custom.CTabFolderRenderer
 
drawMinimize(GC, Rectangle, int) - Method in class org.eclipse.swt.custom.CTabFolderRenderer
 
drawOn(GC, int, int) - Method in interface org.eclipse.swt.graphics.ImageGcDrawer
Draws an image on a GC for a requested zoom level.
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.
drawOvalInPixels(int, int, int, int) - Method in class org.eclipse.swt.graphics.GC
 
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).
drawPointInPixels(int, int) - Method in class org.eclipse.swt.graphics.GC
 
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.
drawPolygonInPixels(int[]) - Method in class org.eclipse.swt.graphics.GC
 
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.
drawPolyline(long, int[], boolean) - Method in class org.eclipse.swt.graphics.GC
 
drawPolylineInPixels(int[]) - Method in class org.eclipse.swt.graphics.GC
 
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.
drawRectangleInPixels(int, int, int, int) - Method in class org.eclipse.swt.graphics.GC
 
drawRectangleInPixels(Rectangle) - Method in class org.eclipse.swt.graphics.GC
 
drawRectangles(Rectangle[]) - Method in class org.eclipse.swt.widgets.Tracker
Developer note: - Rectangles can have absolute coords [Tracker(Display)] or relative to parent [Tracker(Composite)] - This method is called a lot, optimize your code.
drawRegion - Variable in class org.eclipse.swt.widgets.Control
 
drawRightUnselectedBorder(GC, Rectangle, int) - Method in class org.eclipse.swt.custom.CTabFolderRenderer
 
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.
drawRoundRectangle(GC, Rectangle) - Method in class org.eclipse.swt.custom.CTabFolderRenderer
 
drawRoundRectangleInPixels(int, int, int, int, int, int) - Method in class org.eclipse.swt.graphics.GC
 
drawSelected(int, GC, Rectangle, int) - Method in class org.eclipse.swt.custom.CTabFolderRenderer
 
drawState - Variable in class org.eclipse.swt.widgets.Table
 
drawState - Variable in class org.eclipse.swt.widgets.Tree
 
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.
drawStringInPixels(String, int, int) - Method in class org.eclipse.swt.graphics.GC
 
drawStringInPixels(String, int, int, boolean) - Method in class org.eclipse.swt.graphics.GC
 
drawTabArea(GC, Rectangle, int) - Method in class org.eclipse.swt.custom.CTabFolderRenderer
 
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.
drawTextInPixels(String, int, int) - Method in class org.eclipse.swt.graphics.GC
 
drawTextInPixels(String, int, int, boolean) - Method in class org.eclipse.swt.graphics.GC
 
drawTextInPixels(String, int, int, int) - Method in class org.eclipse.swt.graphics.GC
 
drawTooltip(long) - Method in class org.eclipse.swt.widgets.ToolTip
 
drawUnselected(int, GC, Rectangle, int) - Method in class org.eclipse.swt.custom.CTabFolderRenderer
 
drawVerticalArrows() - Method in class org.eclipse.swt.custom.MouseNavigator
 
drawWidget(GC) - Method in class org.eclipse.swt.widgets.Control
 
drawWidget(GC) - Method in class org.eclipse.swt.widgets.Link
 
drawWithCairo(GC, int, int, int, int, int, boolean, GdkRGBA, GdkRGBA) - Method in class org.eclipse.swt.graphics.TextLayout
 
drawWithImageGcDrawer(int, int, int) - Method in class org.eclipse.swt.graphics.Image
 
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).
dropController - Variable in class org.eclipse.swt.dnd.DropTarget
 
dropDown(boolean) - Method in class org.eclipse.swt.custom.CCombo
 
dropDownCalendar(boolean) - Method in class org.eclipse.swt.widgets.DateTime
Called when pressing the SWT.DROP_DOWN button on a Date Field
dropEffect - Variable in class org.eclipse.swt.dnd.DropTarget
 
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.
DSTATE_BUFIMAGE - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
DSTATE_BUFPOST - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
DSTATE_INHEADER - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
DSTATE_PRELOAD - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
DSTATE_PRESCAN - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
DSTATE_RAW_OK - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
DSTATE_RDCOEFS - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
DSTATE_READY - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
DSTATE_SCANNING - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
DSTATE_START - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
DSTATE_STOPPING - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
dummy_consume_data(JPEGDecoder.jpeg_decompress_struct) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
DUMMY_CONSUME_DATA - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
dumpWidgetTableInfo() - Method in class org.eclipse.swt.widgets.Display
 
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).
editable - Variable in class org.eclipse.swt.custom.StyledText
 
editableHandle - Variable in class org.eclipse.swt.widgets.DateTime
GTK4 field used to hold the main GtkEditable widget.
editor - Variable in class org.eclipse.swt.custom.ControlEditor
 
ehCodeLengths - Variable in class org.eclipse.swt.internal.image.JPEGHuffmanTable
 
ehCodes - Variable in class org.eclipse.swt.internal.image.JPEGHuffmanTable
 
element - Variable in record class org.eclipse.swt.internal.DPIUtil.ElementAtZoom
The field for the element record component.
element() - Method in record class org.eclipse.swt.internal.DPIUtil.ElementAtZoom
Returns the value of the element record component.
ElementAtZoom(T, int) - Constructor for record class org.eclipse.swt.internal.DPIUtil.ElementAtZoom
Creates an instance of a ElementAtZoom record class.
ELLIPSIS - Static variable in class org.eclipse.swt.custom.CLabel
a string inserted in the middle of text that has been shortened
ELLIPSIS - Static variable in class org.eclipse.swt.custom.CTabFolderRenderer
 
ELLIPSIS - Static variable in class org.eclipse.swt.widgets.Item
 
EMBEDDED - Static variable in class org.eclipse.swt.SWT
Style constant to allow embedding (value is 1<<24).
EMBEDDED_FRAME_KEY - Static variable in class org.eclipse.swt.awt.SWT_AWT
Key for looking up the embedded frame for a Composite using getData().
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)
embeddedInto - Variable in class org.eclipse.swt.widgets.Caret
 
emissionProc - Variable in class org.eclipse.swt.widgets.Display
 
emissionProc(long, long, long, long) - Method in class org.eclipse.swt.widgets.Display
 
emissionProcCallback - Variable in class org.eclipse.swt.widgets.Display
 
emit(int, int) - Method in class org.eclipse.swt.internal.image.JPEGFileFormat
 
emitByte(byte) - Method in class org.eclipse.swt.internal.image.JPEGFileFormat
 
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
 
emptyTab - Variable in class org.eclipse.swt.graphics.Device
 
enable_1pass_quant - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
enable_2pass_quant - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
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_external_quant - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
enable_javascript - Static variable in class org.eclipse.swt.internal.webkit.WebKitGTK
 
enable_webgl - Static variable in class org.eclipse.swt.internal.webkit.WebKitGTK
 
enabled - Variable in class org.eclipse.swt.custom.StyledText
False iff the widget is disabled
enabled - Variable in class org.eclipse.swt.widgets.Button
 
enabled - Variable in class org.eclipse.swt.widgets.MenuItem
 
enabled - Variable in class org.eclipse.swt.widgets.ToolItem
 
enableSearch - Variable in class org.eclipse.swt.browser.WebKit
 
enableWidget(boolean) - Method in class org.eclipse.swt.widgets.Composite
 
enableWidget(boolean) - Method in class org.eclipse.swt.widgets.Control
 
enableWidget(boolean) - Method in class org.eclipse.swt.widgets.Group
 
enableWidget(boolean) - Method in class org.eclipse.swt.widgets.Link
 
enableWindow - Variable in class org.eclipse.swt.widgets.Control
 
encode() - Method in class org.eclipse.swt.internal.image.LZWCodec
Encode the image.
encode(LEDataOutputStream) - Method in class org.eclipse.swt.internal.image.PngEncoder
 
encode(LEDataOutputStream, ImageData) - Method in class org.eclipse.swt.internal.image.LZWCodec
Encode the bytes into the given byte stream from the given DeviceIndependentImage.
encodeACCoefficients(int[], int) - Method in class org.eclipse.swt.internal.image.JPEGFileFormat
 
encodeDCCoefficients(int[], int) - Method in class org.eclipse.swt.internal.image.JPEGFileFormat
 
encodeLoop() - Method in class org.eclipse.swt.internal.image.LZWCodec
Encoding loop broken out to allow early return.
encodeMCUAtXAndY(int, int) - Method in class org.eclipse.swt.internal.image.JPEGFileFormat
 
encoderQFactor - Variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
encodeScan() - Method in class org.eclipse.swt.internal.image.JPEGFileFormat
 
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.browser.JSON.Reader
 
end - Variable in class org.eclipse.swt.custom.StyledTextRenderer.StyleEntry
 
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 - Static variable in class org.eclipse.swt.printing.Printer
 
end - Variable in class org.eclipse.swt.widgets.Event
depending on the event, the range of text being modified.
END - Enum constant in enum class org.eclipse.swt.browser.JSON.Reader.Control
 
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_OF_COMPRESSED_BLOCK - Static variable in class org.eclipse.swt.internal.image.PngLzBlockReader
 
end_offset - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTextRange
 
endAutoScroll() - Method in class org.eclipse.swt.custom.StyledText
Ends the autoscroll process.
endCode - Variable in class org.eclipse.swt.internal.image.LZWCodec
 
endJob() - Method in class org.eclipse.swt.printing.Printer
Ends the current print job.
endLine - Variable in class org.eclipse.swt.custom.StyledText.Printing
 
endOffset - Variable in class org.eclipse.swt.custom.TextWriter
 
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.custom.StyledText.Printing
 
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.
endRangeOffset(int[], int) - Method in class org.eclipse.swt.custom.StyledText
The offset on which the range ends (excluded)
endSessionResponseCounter - Variable in class org.eclipse.swt.internal.SessionManagerDBus
1) Prevents old answers to new signals.
endSessionResponseWanted - Variable in class org.eclipse.swt.internal.SessionManagerDBus
 
enter - Static variable in class org.eclipse.swt.internal.gtk.OS
 
ENTER - Static variable in class org.eclipse.swt.widgets.Widget
 
enter_notify_event - Static variable in class org.eclipse.swt.internal.gtk.OS
 
ENTER_NOTIFY_EVENT - Static variable in class org.eclipse.swt.widgets.Widget
 
enterExitHandle() - Method in class org.eclipse.swt.widgets.Combo
 
enterExitHandle() - Method in class org.eclipse.swt.widgets.Control
 
enterExitHandle() - Method in class org.eclipse.swt.widgets.Spinner
 
enterExitHandle() - Method in class org.eclipse.swt.widgets.ToolBar
 
enterMotionCallback - Variable in class org.eclipse.swt.widgets.Display
 
enterMotionProc - Variable in class org.eclipse.swt.widgets.Display
 
enterMotionProc(long, double, double, long) - Method in class org.eclipse.swt.widgets.Display
 
enterMotionProc(long, double, double, long) - Method in class org.eclipse.swt.widgets.Widget
 
entropy - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
entryHandle - Variable in class org.eclipse.swt.widgets.Combo
 
entryHandle - Variable in class org.eclipse.swt.widgets.Spinner
 
entrySelectOnFocus - Variable in class org.eclipse.swt.widgets.Display
 
eobrun - Variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
EOBRUN - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.savable_state
 
EOI - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
eoi_reached - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_input_controller
 
EPS - Static variable in class org.eclipse.swt.dnd.ImageTransfer
 
EPS_ID - Static variable in class org.eclipse.swt.dnd.ImageTransfer
 
equals(Object) - Method in class org.eclipse.swt.accessibility.Accessible.Relation
 
equals(Object) - Method in record class org.eclipse.swt.browser.Browser.WebViewUnavailableDialog.DialogOption
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.eclipse.swt.custom.StyledTextRenderer.LineDrawInfo
Indicates whether some other object is "equal to" this one.
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 record class org.eclipse.swt.internal.DPIUtil.ElementAtZoom
Indicates whether some other object is "equal to" this one.
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() - Method in class org.eclipse.swt.browser.JSON.Reader
 
error() - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
error() - Method in class org.eclipse.swt.internal.image.PngDecodingDataStream
 
error(int) - Method in class org.eclipse.swt.custom.DefaultContent
Reports an SWT error.
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.internal.image.JPEGDecoder
 
error(int) - Static method in class org.eclipse.swt.SWT
Throws an appropriate exception based on the passed in error code.
error(int) - Method in class org.eclipse.swt.widgets.Dialog
Does whatever dialog specific cleanup is required, and then uses the code in SWTError.error to handle the error.
error(int) - Method in class org.eclipse.swt.widgets.Display
Does whatever display specific cleanup is required, and then uses the code in SWTError.error to handle the error.
error(int) - Method in class org.eclipse.swt.widgets.Widget
 
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(String) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
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_ID - Static variable in class org.eclipse.swt.browser.WebBrowser
 
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).
errorHandler - Variable in class org.eclipse.swt.widgets.Display
 
errorImage - Variable in class org.eclipse.swt.widgets.Display
 
errorMsg - Variable in class org.eclipse.swt.browser.WebKit.Webkit2AsyncToSync.Webkit2AsyncReturnObj
 
errorNum - Variable in class org.eclipse.swt.browser.WebKit.Webkit2AsyncToSync.Webkit2AsyncReturnObj
0=no error.
errorResult - Variable in class org.eclipse.swt.internal.Callback
 
errors - Variable in class org.eclipse.swt.graphics.Device
 
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).
ESCAPED - Static variable in class org.eclipse.swt.browser.JSON.Writer
 
escapeText(String) - Method in class org.eclipse.swt.custom.HTMLWriter
 
escapeText(String) - Method in class org.eclipse.swt.custom.RTFWriter
 
escapeText(String) - Method in class org.eclipse.swt.custom.StyledTextWriterBase
Takes plain text and returns the same text escaped using the rules of the output format.
evaluate(String) - Method in class org.eclipse.swt.browser.Browser
Returns the result, if any, of executing the specified script.
evaluate(String) - Method in class org.eclipse.swt.browser.WebBrowser
 
evaluate(String) - Method in class org.eclipse.swt.browser.WebKit
 
evaluate(String, boolean) - 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.WebBrowser
 
evaluate(String, Browser, long) - Static method in class org.eclipse.swt.browser.WebKit.Webkit2AsyncToSync
 
EvaluateFunction(Browser, String) - Constructor for class org.eclipse.swt.browser.WebBrowser.EvaluateFunction
 
evaluateResult - Variable in class org.eclipse.swt.browser.WebBrowser
 
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 - Static variable in class org.eclipse.swt.widgets.Widget
 
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_AFTER - Static variable in class org.eclipse.swt.widgets.Widget
 
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.
eventCallback - Variable in class org.eclipse.swt.widgets.Display
 
eventHandle - Variable in class org.eclipse.swt.widgets.ToolItem
 
eventHandle() - Method in class org.eclipse.swt.widgets.Control
 
eventHandle() - Method in class org.eclipse.swt.widgets.DateTime
 
eventHandle() - Method in class org.eclipse.swt.widgets.ExpandBar
 
eventHandle() - Method in class org.eclipse.swt.widgets.Group
 
eventHandle() - Method in class org.eclipse.swt.widgets.Label
 
eventHandle() - Method in class org.eclipse.swt.widgets.ProgressBar
 
eventHandle() - Method in class org.eclipse.swt.widgets.TabFolder
 
eventHandle() - Method in class org.eclipse.swt.widgets.ToolBar
 
eventListener - Variable in class org.eclipse.swt.widgets.TypedListener
Deprecated, for removal: This API element is subject to removal in a future version.
eventProc - Variable in class org.eclipse.swt.widgets.Display
 
eventProc(long, long) - Method in class org.eclipse.swt.widgets.Display
 
eventQueue - Variable in class org.eclipse.swt.widgets.Display
 
eventRegion - Variable in class org.eclipse.swt.widgets.Control
 
EVENTS - Static variable in class org.eclipse.swt.custom.ControlEditor
 
eventSurface() - Method in class org.eclipse.swt.widgets.Combo
 
eventSurface() - Method in class org.eclipse.swt.widgets.Control
 
eventSurface() - Method in class org.eclipse.swt.widgets.Spinner
 
eventSurface() - Method in class org.eclipse.swt.widgets.Table
 
eventTable - Variable in class org.eclipse.swt.widgets.Display
 
eventTable - Variable in class org.eclipse.swt.widgets.Widget
 
EventTable - Class in org.eclipse.swt.widgets
Instances of this class implement a simple look up mechanism that maps an event type to a listener.
EventTable() - Constructor for class org.eclipse.swt.widgets.EventTable
 
eventWindow() - Method in class org.eclipse.swt.widgets.Combo
 
eventWindow() - Method in class org.eclipse.swt.widgets.Control
 
eventWindow() - Method in class org.eclipse.swt.widgets.List
 
eventWindow() - Method in class org.eclipse.swt.widgets.Spinner
 
eventWindow() - Method in class org.eclipse.swt.widgets.Table
 
eventWindow() - Method in class org.eclipse.swt.widgets.Text
 
eventWindow() - Method in class org.eclipse.swt.widgets.Tree
 
examine_app0(JPEGDecoder.jpeg_decompress_struct, byte[], int, int) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
examine_app14(JPEGDecoder.jpeg_decompress_struct, byte[], int, int) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
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.
execAsyncAndWaitForReturn(Browser, Consumer, String) - Static method in class org.eclipse.swt.browser.WebKit.Webkit2AsyncToSync
You should check 'retObj.swtAsyncTimeout' after making a call to this.
execute(Runnable) - Method in class org.eclipse.swt.widgets.Display
Executes the given runnable in the user-interface thread of this Display.
execute(String) - Method in class org.eclipse.swt.browser.Browser
Executes the specified script.
execute(String) - Method in class org.eclipse.swt.browser.WebBrowser
 
execute(String) - Method in class org.eclipse.swt.browser.WebKit
 
execute(String) - Method in class org.eclipse.swt.program.Program
Executes the program with the file as the single argument in the operating system.
execute(SwtRunnable) - Static method in class org.eclipse.swt.custom.BusyIndicator
If called from a Display thread use the given SwtRunnable to produces a CompletableFuture providing busy feedback using the busy indicator while execution is running.
execute(SwtRunnable, Executor) - Static method in class org.eclipse.swt.custom.BusyIndicator
If called from a Display thread use the given SwtRunnable to produces a CompletableFuture providing busy feedback using the busy indicator while execution is running.
EXECUTE_ID - Static variable in class org.eclipse.swt.browser.WebBrowser
 
executeOnImageAtSize(Consumer, int, int) - Method in class org.eclipse.swt.graphics.Image
 
exitIfNotLoadable() - Static method in class org.eclipse.swt.internal.Platform
 
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
 
EXPAND_COLLAPSE_CURSOR_ROW - Static variable in class org.eclipse.swt.widgets.Widget
 
EXPAND_HYSTERESIS - Static variable in class org.eclipse.swt.dnd.TreeDropTargetEffect
 
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
 
expandAll - Variable in class org.eclipse.swt.widgets.Tree
 
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.
expandBeginTime - Variable in class org.eclipse.swt.dnd.TreeDropTargetEffect
 
EXPANDER_EXTRA_PADDING - Static variable in class org.eclipse.swt.widgets.TreeItem
 
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.
expandExp - Variable in class org.eclipse.swt.custom.DefaultContent
 
expandHorizontal - Variable in class org.eclipse.swt.custom.ScrolledComposite
 
expandImageComponents() - Method in class org.eclipse.swt.internal.image.JPEGFileFormat
 
expandIndex - Variable in class org.eclipse.swt.dnd.TreeDropTargetEffect
 
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.
expandLinesBy(int) - Method in class org.eclipse.swt.custom.DefaultContent
Increases the line indexes array to accommodate more lines.
ExpandListener - Interface in org.eclipse.swt.events
Classes which implement this interface provide methods that deal with the expanding and collapsing of ExpandItems.
expandVertical - Variable in class org.eclipse.swt.custom.ScrolledComposite
 
Expose - Static variable in class org.eclipse.swt.internal.gtk.OS
 
EXPOSE_EVENT - Static variable in class org.eclipse.swt.widgets.Widget
 
EXPOSE_EVENT_INVERSE - Static variable in class org.eclipse.swt.widgets.Widget
 
exposeEvent - Variable in class org.eclipse.swt.widgets.Display
 
ExposureMask - Static variable in class org.eclipse.swt.internal.gtk.OS
 
extend_offset - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
extend_test - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
extendBy(int, int) - Method in class org.eclipse.swt.internal.image.JPEGFileFormat
 
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
 
EXTENSION_SEPARATOR - Static variable in class org.eclipse.swt.widgets.FileDialog
 
EXTERNAL_EVENT_LOOP_KEY - Static variable in class org.eclipse.swt.widgets.Display
 
externalEventLoop - Variable in class org.eclipse.swt.widgets.Display
 
extraBits - Variable in class org.eclipse.swt.internal.image.PngDeflater.Code
 
extract(String, String) - Static method in class org.eclipse.swt.internal.Library
Extract file with 'mappedName' into path 'extractToFilePath'.
extractData(int[], int, int, int, int, int) - Method in class org.eclipse.swt.internal.image.JPEGFileFormat
 
ExtractError(String) - Static method in class org.eclipse.swt.browser.WebBrowser
 
extractFreeGError(long) - Static method in class org.eclipse.swt.internal.SessionManagerDBus
 
extractFreeGError(long) - Static method in class org.eclipse.swt.widgets.Display
Helper method to extract GError messages.
extractResource(String, File) - Static method in class org.eclipse.swt.internal.Library
 
extractVariantTupleS(long) - Static method in class org.eclipse.swt.internal.SessionManagerDBus
 
extraDistanceBits - Static variable in class org.eclipse.swt.internal.image.PngLzBlockReader
 
extraLengthBits - Static variable in class org.eclipse.swt.internal.image.PngLzBlockReader
 

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
 
FAILED - Static variable in class org.eclipse.swt.browser.WebKit
 
failureCount - Variable in class org.eclipse.swt.browser.WebKit
 
FAQ_URL - Static variable in class org.eclipse.swt.browser.Browser.WebViewUnavailableDialog
 
FcConfigAppFontAddFile(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
fds - Variable in class org.eclipse.swt.widgets.Display
 
feedback - Variable in class org.eclipse.swt.dnd.DNDEvent
 
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).
fg - Variable in class org.eclipse.swt.widgets.DateTime
 
file - Variable in class org.eclipse.swt.internal.image.TIFFDirectory
 
FILE_EXTENSION_SEPARATOR - Static variable in class org.eclipse.swt.widgets.FileDialog
 
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
 
FileFormat.StaticImageFileFormat - Class in org.eclipse.swt.internal.image
 
fileName - Variable in class org.eclipse.swt.printing.PrinterData
the name of the file to print to if printToFile is true.
fileName - Variable in class org.eclipse.swt.widgets.FileDialog
 
fileNames - Variable in class org.eclipse.swt.widgets.FileDialog
 
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.
FileTransfer() - Constructor for class org.eclipse.swt.dnd.FileTransfer
 
FILETYPE_MASK - Static variable in class org.eclipse.swt.internal.image.TIFFDirectory
 
FILETYPE_PAGE - Static variable in class org.eclipse.swt.internal.image.TIFFDirectory
 
FILETYPE_REDUCEDIMAGE - Static variable in class org.eclipse.swt.internal.image.TIFFDirectory
 
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.graphics.GC
 
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_input_buffer(JPEGDecoder.jpeg_decompress_struct) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
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.
fillArcInPixels(int, int, int, int, int, int) - Method in class org.eclipse.swt.graphics.GC
 
fillColor - Variable in class org.eclipse.swt.custom.CTabFolderRenderer
 
FillData - Class in org.eclipse.swt.layout
 
FillData() - Constructor for class org.eclipse.swt.layout.FillData
 
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.
fillGradientRectangle(GC, Device, int, int, int, int, boolean, RGB, RGB, int, int, int, int) - Static method in class org.eclipse.swt.graphics.ImageData
Renders a gradient onto a GC.
fillGradientRectangleInPixels(int, int, int, int, boolean) - Method in class org.eclipse.swt.graphics.GC
 
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.
fillOvalInPixels(int, int, int, int) - Method in class org.eclipse.swt.graphics.GC
 
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.
fillPolygonInPixels(int[]) - Method in class org.eclipse.swt.graphics.GC
 
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.
fillRectangleInPixels(int, int, int, int) - Method in class org.eclipse.swt.graphics.GC
 
fillRectangleInPixels(Rectangle) - Method in class org.eclipse.swt.graphics.GC
 
fillRegion(GC, Region) - Method in class org.eclipse.swt.custom.CTabFolderRenderer
 
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.
fillRoundRectangleInPixels(int, int, int, int, int, int) - Method in class org.eclipse.swt.graphics.GC
 
filter - Variable in class org.eclipse.swt.custom.CCombo
 
filter - Variable in class org.eclipse.swt.custom.ScrolledComposite
 
FILTER_AVERAGE - Static variable in class org.eclipse.swt.internal.image.PngIhdrChunk
 
FILTER_METHOD_OFFSET - Static variable in class org.eclipse.swt.internal.image.PngIhdrChunk
 
FILTER_NONE - Static variable in class org.eclipse.swt.internal.image.PngIhdrChunk
 
FILTER_PAETH - Static variable in class org.eclipse.swt.internal.image.PngIhdrChunk
 
FILTER_SUB - Static variable in class org.eclipse.swt.internal.image.PngIhdrChunk
 
FILTER_UP - Static variable in class org.eclipse.swt.internal.image.PngIhdrChunk
 
filterEvent(Event) - Method in class org.eclipse.swt.widgets.Display
 
filterExtensions - Variable in class org.eclipse.swt.widgets.FileDialog
 
filterIndex - Variable in class org.eclipse.swt.widgets.FileDialog
 
filterKey(long) - Method in class org.eclipse.swt.widgets.Combo
 
filterKey(long) - Method in class org.eclipse.swt.widgets.Control
 
filterKey(long) - Method in class org.eclipse.swt.widgets.Spinner
 
filterKey(long) - Method in class org.eclipse.swt.widgets.Text
 
filterMethod - Variable in class org.eclipse.swt.internal.image.PngEncoder
 
filterMethod - Variable in class org.eclipse.swt.internal.image.PngIhdrChunk
 
filterNames - Variable in class org.eclipse.swt.widgets.FileDialog
 
filterPath - Variable in class org.eclipse.swt.widgets.DirectoryDialog
 
filterPath - Variable in class org.eclipse.swt.widgets.FileDialog
 
filterProc(long, long, long) - Method in class org.eclipse.swt.widgets.Shell
 
filterProc(long, long, long) - Method in class org.eclipse.swt.widgets.Widget
 
filterRow(byte[], byte[], int) - Method in class org.eclipse.swt.internal.image.PNGFileFormat
PNG supports four filtering types.
filters(int) - Method in class org.eclipse.swt.widgets.Display
 
filters(int) - Method in class org.eclipse.swt.widgets.Widget
 
filterTable - Variable in class org.eclipse.swt.widgets.Display
 
finalize - Variable in class org.eclipse.swt.internal.gtk.GObjectClass
 
findArrowHandle() - Method in class org.eclipse.swt.widgets.Combo
 
findAvailableId() - Method in class org.eclipse.swt.widgets.Tree
 
findBackgroundControl() - Method in class org.eclipse.swt.widgets.Control
 
findBackgroundControl() - Method in class org.eclipse.swt.widgets.Shell
 
FindBrowser(long) - Static method in class org.eclipse.swt.browser.WebKit
 
findButtonHandle() - Method in class org.eclipse.swt.widgets.Combo
 
findCode(int, PngDeflater.Code[]) - Method in class org.eclipse.swt.internal.image.PngDeflater
 
findData - Static variable in class org.eclipse.swt.printing.Printer
 
findDeferredControl() - Method in class org.eclipse.swt.widgets.Composite
 
findDeferredControl() - Method in class org.eclipse.swt.widgets.Shell
 
findDevice(long) - Static method in class org.eclipse.swt.graphics.Device
 
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.
FindDragSource(long) - Static method in class org.eclipse.swt.dnd.DragSource
 
FindDropTarget(long) - Static method in class org.eclipse.swt.dnd.DropTarget
 
findErrorText(int) - Static method in class org.eclipse.swt.SWT
Answers a concise, human readable description of the error code.
findFocusedWindow() - Method in class org.eclipse.swt.widgets.Display
 
findIndex(TreeItem[], TreeItem) - Method in class org.eclipse.swt.custom.TreeCursor
 
findItem(CoolItem) - Method in class org.eclipse.swt.widgets.CoolBar
 
findItem(TreeItem[], Point) - Method in class org.eclipse.swt.custom.TreeCursor
 
findLatinKeyGroup() - Method in class org.eclipse.swt.widgets.Display
Determine key group of Latin layout, and update the layout group to key count map.
findLongestMatch(int, PngDeflater.Link) - Method in class org.eclipse.swt.internal.image.PngDeflater
 
findMenuHandle() - Method in class org.eclipse.swt.widgets.Combo
 
findMenus(Control) - Method in class org.eclipse.swt.widgets.Composite
 
findMenus(Control) - Method in class org.eclipse.swt.widgets.Control
 
findPopupHandle(long) - Method in class org.eclipse.swt.widgets.Combo
 
findPrinter - Static variable in class org.eclipse.swt.printing.Printer
 
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.
finish_input_pass(JPEGDecoder.jpeg_decompress_struct) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
finish_output_pass(JPEGDecoder.jpeg_decompress_struct) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
finishDispose() - Method in class org.eclipse.swt.dnd.ClipboardProxy
The calls to gtk_clipboard_set_with_owner (in ClipboardProxy.setData(Clipboard, Object[], Transfer[], int)) means the GtkClipboard (in C side) has function pointers saved to the getFunc + clearFunc callbacks.
finished - Static variable in class org.eclipse.swt.internal.webkit.WebKitGTK
 
FINISHED - Static variable in class org.eclipse.swt.browser.WebKit
 
fireInterlacedFrameEvent(int) - Method in class org.eclipse.swt.internal.image.PNGFileFormat
Fire an event to let listeners know that an interlaced frame has been loaded.
fireProgressCompletedEvent() - Method in class org.eclipse.swt.browser.WebKit
This method is reached by: Webkit2: WebKitWebView load-changed signal - void user_function (WebKitWebView *web_view, WebKitLoadEvent load_event, gpointer user_data) - https://webkitgtk.org/reference/webkit2gtk/stable/WebKitWebView.html#WebKitWebView-load-changed - Note: As there is no return value, safe to fire asynchronously.
fireSelectionEvent(Event, ScrollBar) - Method in class org.eclipse.swt.custom.MouseNavigator
 
FIRST_CODE_LENGTH_CODE - Static variable in class org.eclipse.swt.internal.image.PngLzBlockReader
 
FIRST_COLUMN - Static variable in class org.eclipse.swt.widgets.Table
 
FIRST_COLUMN - Static variable in class org.eclipse.swt.widgets.Tree
 
FIRST_DISTANCE_CODE - Static variable in class org.eclipse.swt.internal.image.PngLzBlockReader
 
FIRST_LENGTH_CODE - Static variable in class org.eclipse.swt.internal.image.PngLzBlockReader
 
first_marker(JPEGDecoder.jpeg_decompress_struct) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
firstCompute - Variable in class org.eclipse.swt.widgets.Table
True iff computeSize has never been called on this Table
firstCompute - Variable in class org.eclipse.swt.widgets.Tree
True iff computeSize has never been called on this Tree
FirstCreate - Static variable in class org.eclipse.swt.browser.WebKit
 
firstCustomDraw - Variable in class org.eclipse.swt.widgets.Table
 
firstCustomDraw - Variable in class org.eclipse.swt.widgets.Tree
 
firstDraw - Variable in class org.eclipse.swt.widgets.Combo
 
firstFixedHandle - Variable in class org.eclipse.swt.widgets.Control
 
firstIndex - Variable in class org.eclipse.swt.custom.CTabFolder
index of the left most visible tab.
firstLoad - Variable in class org.eclipse.swt.browser.WebKit
 
firstTime - Variable in class org.eclipse.swt.widgets.DateTime
 
fitModelToggled - Variable in class org.eclipse.swt.widgets.Combo
 
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
 
fixAccelGroup() - Method in class org.eclipse.swt.widgets.Decorations
 
fixActiveShell() - Method in class org.eclipse.swt.widgets.Shell
 
fixChildren(Shell, Shell, Decorations, Decorations, Menu[]) - Method in class org.eclipse.swt.widgets.Composite
 
fixChildren(Shell, Shell, Decorations, Decorations, Menu[]) - Method in class org.eclipse.swt.widgets.Control
 
fixClipHandle - Variable in class org.eclipse.swt.widgets.Composite
When this field is set, it indicates that a child widget of this Composite needs to have its clip set to its allocation.
fixClipMap - Variable in class org.eclipse.swt.widgets.Composite
If fixClipHandle is set, then the fixClipMap HashMap contains children of fixClipHandle that also need to have their clips adjusted.
fixClippings() - Method in class org.eclipse.swt.widgets.Composite
Iterates though the array of child widgets that need to have their clips adjusted, and calls Control.adjustChildClipping() on it.
fixDecorations(Decorations, Control, Menu[]) - Method in class org.eclipse.swt.widgets.Decorations
 
fixed_height_mode - Static variable in class org.eclipse.swt.internal.gtk.OS
 
fixed_type - Static variable in class org.eclipse.swt.widgets.Display
 
FixedDistanceLengths - Static variable in class org.eclipse.swt.internal.image.PngHuffmanTables
 
FixedDistanceTable - Static variable in class org.eclipse.swt.internal.image.PngHuffmanTables
 
fixedHandle - Variable in class org.eclipse.swt.widgets.Control
 
fixedLineMetrics - Variable in class org.eclipse.swt.custom.StyledTextRenderer
 
FixedLiteralLengths - Static variable in class org.eclipse.swt.internal.image.PngHuffmanTables
 
FixedLiteralTable - Static variable in class org.eclipse.swt.internal.image.PngHuffmanTables
 
fixedPitch - Variable in class org.eclipse.swt.custom.StyledTextRenderer
 
fixedSize() - Method in class org.eclipse.swt.internal.image.JPEGEndOfImage
 
fixedSize() - Method in class org.eclipse.swt.internal.image.JPEGFixedSizeSegment
 
fixedSize() - Method in class org.eclipse.swt.internal.image.JPEGRestartInterval
 
fixedSize() - Method in class org.eclipse.swt.internal.image.JPEGStartOfImage
 
fixedTabHeight - Variable in class org.eclipse.swt.custom.CTabFolder
 
fixEnd - Variable in class org.eclipse.swt.widgets.Combo
 
fixEnd - Variable in class org.eclipse.swt.widgets.Spinner
 
fixEnd - Variable in class org.eclipse.swt.widgets.Text
 
fixEvent(Event) - Method in class org.eclipse.swt.widgets.CoolBar
 
fixFocus(Control) - Method in class org.eclipse.swt.widgets.Control
 
fixGdkEventTypeValues(int) - Static method in class org.eclipse.swt.widgets.Control
GdkEventType constants different on GTK4 and GTK3.
fixIM() - Method in class org.eclipse.swt.widgets.Combo
 
fixIM() - Method in class org.eclipse.swt.widgets.Spinner
 
fixIM() - Method in class org.eclipse.swt.widgets.Text
 
fixMenus(Decorations) - Method in class org.eclipse.swt.widgets.Menu
 
fixMenus(Decorations) - Method in class org.eclipse.swt.widgets.MenuItem
 
fixMnemonic(char[]) - Method in class org.eclipse.swt.graphics.GC
 
fixMnemonic(String) - Method in class org.eclipse.swt.widgets.Widget
 
fixMnemonic(String, boolean) - Method in class org.eclipse.swt.widgets.Widget
 
fixMnemonic(String, boolean, boolean) - Method in class org.eclipse.swt.widgets.Widget
 
fixModal(long, long) - Method in class org.eclipse.swt.widgets.Combo
 
fixModal(long, long) - Method in class org.eclipse.swt.widgets.Composite
 
fixModal(long, long) - Method in class org.eclipse.swt.widgets.Control
 
fixParentGdkResource() - Method in class org.eclipse.swt.widgets.Composite
 
fixParentGdkResource() - Method in class org.eclipse.swt.widgets.Control
In some situations, a control has a non-standard parent GdkWindow (Note gDk, not gTk).
fixPoint(int, int) - Method in class org.eclipse.swt.widgets.CoolBar
 
fixRectangle(int, int, int, int) - Method in class org.eclipse.swt.widgets.CoolBar
 
fixShell(Shell, Control) - Method in class org.eclipse.swt.widgets.Shell
 
fixStart - Variable in class org.eclipse.swt.widgets.Combo
 
fixStart - Variable in class org.eclipse.swt.widgets.Spinner
 
fixStart - Variable in class org.eclipse.swt.widgets.Text
 
fixStyle() - Method in class org.eclipse.swt.widgets.Composite
 
fixStyle() - Method in class org.eclipse.swt.widgets.Control
 
fixStyle() - Method in class org.eclipse.swt.widgets.Link
 
fixStyle(long) - Method in class org.eclipse.swt.widgets.Control
 
fixStyle(long) - Method in class org.eclipse.swt.widgets.Shell
 
fixTabList(Control) - Method in class org.eclipse.swt.widgets.Composite
 
fixZOrder() - Method in class org.eclipse.swt.widgets.Composite
 
flags - Variable in class org.eclipse.swt.custom.StyledTextRenderer.LineInfo
 
flags - Variable in class org.eclipse.swt.internal.gtk3.GtkTargetEntry
 
FLAGS - Static variable in class org.eclipse.swt.custom.CTabFolderRenderer
 
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).
flipScanLines(byte[], int, int) - Method in class org.eclipse.swt.internal.image.OS2BMPFileFormat
 
flipScanLines(byte[], int, int) - Method in class org.eclipse.swt.internal.image.WinBMPFileFormat
 
flushAll - Variable in class org.eclipse.swt.widgets.Display
 
flushCache() - Method in class org.eclipse.swt.custom.CLayoutData
 
flushCache() - Method in class org.eclipse.swt.layout.FillData
 
flushCache() - Method in class org.eclipse.swt.layout.FormData
 
flushCache() - Method in class org.eclipse.swt.layout.GridData
 
flushCache(Control) - Method in class org.eclipse.swt.custom.CBannerLayout
 
flushCache(Control) - Method in class org.eclipse.swt.custom.CTabFolderLayout
 
flushCache(Control) - Method in class org.eclipse.swt.custom.SashFormLayout
 
flushCache(Control) - Method in class org.eclipse.swt.custom.ScrolledCompositeLayout
 
flushCache(Control) - Method in class org.eclipse.swt.custom.StackLayout
 
flushCache(Control) - Method in class org.eclipse.swt.custom.ViewFormLayout
 
flushCache(Control) - Method in class org.eclipse.swt.layout.BorderData
 
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.
flushData - Variable in class org.eclipse.swt.widgets.Display
 
flushExposes(long, boolean) - Method in class org.eclipse.swt.widgets.Display
 
flushQueueOnDnd() - Method in class org.eclipse.swt.widgets.Control
 
flushRect - Variable in class org.eclipse.swt.widgets.Display
 
flushWindow - Variable in class org.eclipse.swt.widgets.Display
 
focus - Static variable in class org.eclipse.swt.internal.gtk.OS
 
focus - Variable in class org.eclipse.swt.internal.gtk3.GdkEventCrossing
 
FOCUS - Static variable in class org.eclipse.swt.widgets.Widget
 
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 - Static variable in class org.eclipse.swt.widgets.Widget
 
focus_in_event - Static variable in class org.eclipse.swt.internal.gtk.OS
 
FOCUS_IN_EVENT - Static variable in class org.eclipse.swt.widgets.Widget
 
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 - Static variable in class org.eclipse.swt.widgets.Widget
 
focus_out_event - Static variable in class org.eclipse.swt.internal.gtk.OS
 
FOCUS_OUT_EVENT - Static variable in class org.eclipse.swt.widgets.Widget
 
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
 
focusCallback - Variable in class org.eclipse.swt.widgets.Display
 
focusControl - Variable in class org.eclipse.swt.widgets.Display
 
focusDayOnPopupCalendar() - Method in class org.eclipse.swt.widgets.DateTime
 
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 - Variable in class org.eclipse.swt.widgets.Display
 
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) - 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.
focusHandle() - Method in class org.eclipse.swt.widgets.Combo
 
focusHandle() - Method in class org.eclipse.swt.widgets.Composite
 
focusHandle() - Method in class org.eclipse.swt.widgets.Control
 
focusHandle() - Method in class org.eclipse.swt.widgets.DateTime
 
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).
focusIndex - Variable in class org.eclipse.swt.widgets.Link
Index of the currently focused link in the text.
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) - 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).
focusOutListener - Variable in class org.eclipse.swt.custom.MouseNavigator
 
focusProc - Variable in class org.eclipse.swt.widgets.Display
 
focusProc(long, long) - Method in class org.eclipse.swt.widgets.Display
 
focusProc(long, long) - Method in class org.eclipse.swt.widgets.Widget
 
folderListeners - Variable in class org.eclipse.swt.custom.CTabFolder
 
font - Variable in class org.eclipse.swt.custom.CCombo
 
font - Variable in class org.eclipse.swt.custom.CTabItem
 
font - Variable in class org.eclipse.swt.graphics.GCData
 
font - Variable in class org.eclipse.swt.graphics.TextLayout
 
font - Variable in class org.eclipse.swt.graphics.TextStyle
the font of the style
font - Variable in class org.eclipse.swt.widgets.Caret
 
font - Variable in class org.eclipse.swt.widgets.Control
 
font - Variable in class org.eclipse.swt.widgets.TableItem
 
font - Variable in class org.eclipse.swt.widgets.TreeItem
 
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) - Constructor for class org.eclipse.swt.graphics.Font
 
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 - Static variable in class org.eclipse.swt.graphics.GC
 
FONT - Static variable in class org.eclipse.swt.widgets.Widget
 
FONT_COLUMN - Static variable in class org.eclipse.swt.widgets.Table
 
FONT_COLUMN - Static variable in class org.eclipse.swt.widgets.Tree
 
font_desc - Static variable in class org.eclipse.swt.internal.gtk.OS
 
fontData - Variable in class org.eclipse.swt.custom.StyledText.Printing
 
fontData - Variable in class org.eclipse.swt.widgets.FontDialog
 
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, float, int) - Constructor for class org.eclipse.swt.graphics.FontData
 
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.
FontData(FontData) - Constructor for class org.eclipse.swt.graphics.FontData
Constructs a deep copy of the given font data object.
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.
fontHandle() - Method in class org.eclipse.swt.widgets.Button
 
fontHandle() - Method in class org.eclipse.swt.widgets.Combo
 
fontHandle() - Method in class org.eclipse.swt.widgets.Control
 
fontHandle() - Method in class org.eclipse.swt.widgets.DateTime
 
fontHeight(long, long) - Method in class org.eclipse.swt.widgets.Widget
 
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.
FontMetrics() - Constructor for class org.eclipse.swt.graphics.FontMetrics
 
fontStyle - Variable in class org.eclipse.swt.custom.StyleRange
the font style of the range.
fontTable - Variable in class org.eclipse.swt.custom.RTFWriter
 
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.
forceFocus(long) - Method in class org.eclipse.swt.widgets.Composite
 
forceFocus(long) - Method in class org.eclipse.swt.widgets.Control
 
forceFocus(long) - Method in class org.eclipse.swt.widgets.ExpandBar
 
forceFocus(long) - Method in class org.eclipse.swt.widgets.ToolBar
 
forceResize() - Method in class org.eclipse.swt.widgets.Control
 
forceResize() - Method in class org.eclipse.swt.widgets.Shell
 
forceResize(int, int) - Method in class org.eclipse.swt.widgets.Shell
 
foreground - Variable in class org.eclipse.swt.custom.CCombo
 
foreground - Variable in class org.eclipse.swt.custom.CTabItem
 
foreground - Variable in class org.eclipse.swt.custom.SashForm
 
foreground - Variable in class org.eclipse.swt.custom.StyledText
 
foreground - Variable in class org.eclipse.swt.custom.TableCursor
 
foreground - Variable in class org.eclipse.swt.custom.TreeCursor
 
foreground - Variable in class org.eclipse.swt.graphics.TextStyle
the foreground of the style
foreground - Variable in class org.eclipse.swt.widgets.Combo
 
foreground - Variable in class org.eclipse.swt.widgets.Group
 
foreground - Variable in class org.eclipse.swt.widgets.Table
 
foreground - Variable in class org.eclipse.swt.widgets.Text
 
foreground - Variable in class org.eclipse.swt.widgets.ToolItem
 
foreground - Variable in class org.eclipse.swt.widgets.Tree
 
FOREGROUND - Static variable in class org.eclipse.swt.custom.CTabFolder
 
FOREGROUND - Static variable in class org.eclipse.swt.custom.TableCursor
 
FOREGROUND - Static variable in class org.eclipse.swt.custom.TreeCursor
 
FOREGROUND - Static variable in class org.eclipse.swt.graphics.GC
 
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 - Static variable in class org.eclipse.swt.widgets.Widget
 
FOREGROUND_COLUMN - Static variable in class org.eclipse.swt.widgets.Table
 
FOREGROUND_COLUMN - Static variable in class org.eclipse.swt.widgets.Tree
 
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.
FOREIGN_HANDLE - Static variable in class org.eclipse.swt.widgets.Widget
 
forGrayscaledContrastBrightness(float, float) - Static method in interface org.eclipse.swt.internal.image.ImageColorTransformer
 
forIntensityThreshold(Device) - Static method in interface org.eclipse.swt.internal.image.ImageColorTransformer
 
format - Variable in class org.eclipse.swt.dnd.TransferData
Specifies the size in bits of a single unit in pValue.
FORMAT_FACTORIES - Static variable in class org.eclipse.swt.internal.image.FileFormat
 
formatColorMap(RGB[]) - Method in class org.eclipse.swt.internal.image.TIFFDirectory
 
formatStrips(int, int, byte[], int, int, int, int[][]) - Method in class org.eclipse.swt.internal.image.TIFFDirectory
 
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.
forRGB(float, float, float, float) - Static method in interface org.eclipse.swt.internal.image.ImageColorTransformer
 
forSaturationBrightness(float, float, float) - Static method in interface org.eclipse.swt.internal.image.ImageColorTransformer
 
forString(String) - Static method in enum class org.eclipse.swt.internal.DPIUtil.AutoScaleMethod
 
forward() - Method in class org.eclipse.swt.browser.Browser
Navigate to the next session history item.
forward() - Method in class org.eclipse.swt.browser.WebBrowser
 
forward() - Method in class org.eclipse.swt.browser.WebKit
 
forwardDCT(int[]) - Method in class org.eclipse.swt.internal.image.JPEGFileFormat
 
frameComponents - Variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
frameHandle - Variable in class org.eclipse.swt.widgets.Label
 
frameHeader - Variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
frameNames - Variable in class org.eclipse.swt.browser.BrowserFunction
 
free(long) - Static method in class org.eclipse.swt.internal.C
 
freeRuns() - Method in class org.eclipse.swt.graphics.TextLayout
 
freeSlot - Variable in class org.eclipse.swt.widgets.Display
 
from(Point) - Static method in class org.eclipse.swt.graphics.Point.OfFloat
Creates a shallow copy of the provided point as a Point.OfFloat instance.
from(Rectangle) - Static method in class org.eclipse.swt.graphics.Rectangle.OfFloat
Creates a shallow copy of the provided Rectangle as a Rectangle.OfFloat instance.
fromDNDConstants(int) - Static method in enum class org.eclipse.swt.dnd.ContentProviders.CLIPBOARD_DATA
Return the DESTINATION instance matching the clipboards using the constants DND.CLIPBOARD and DND.SELECTION_CLIPBOARD
fromSourceId(long) - Static method in enum class org.eclipse.swt.dnd.ContentProviders.CLIPBOARD_DATA
Returns the clipboard data matching the given sourceId
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.
fullPath - Variable in class org.eclipse.swt.widgets.FileDialog
 
fullScreen - Variable in class org.eclipse.swt.widgets.Shell
 
fullsize_upsample(JPEGDecoder.jpeg_decompress_struct, JPEGDecoder.jpeg_component_info, byte[][], int, byte[][][], int[], int) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
FULLSIZE_UPSAMPLE - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
function(Object[]) - Method in class org.eclipse.swt.browser.BrowserFunction
Subclasses should override this method.
function(Object[]) - Method in class org.eclipse.swt.browser.WebBrowser.EvaluateFunction
 
FUNCTIONNAME_CALLJAVA - Static variable in class org.eclipse.swt.browser.WebKit
 
functions - Variable in class org.eclipse.swt.browser.WebBrowser
 
functionString - Variable in class org.eclipse.swt.browser.BrowserFunction
 

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_commandline(long) - 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_error_new_literal(long, int, String) - Static method in class org.eclipse.swt.internal.gtk.OS
 
G_FILE_ERROR_ACCES - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_FILE_ERROR_AGAIN - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_FILE_ERROR_BADF - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_FILE_ERROR_EXIST - Static variable in class org.eclipse.swt.internal.gtk.OS
Constants
G_FILE_ERROR_FAILED - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_FILE_ERROR_FAULT - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_FILE_ERROR_INTR - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_FILE_ERROR_INVAL - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_FILE_ERROR_IO - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_FILE_ERROR_ISDIR - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_FILE_ERROR_LOOP - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_FILE_ERROR_MFILE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_FILE_ERROR_NAMETOOLONG - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_FILE_ERROR_NFILE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_FILE_ERROR_NODEV - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_FILE_ERROR_NOENT - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_FILE_ERROR_NOMEM - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_FILE_ERROR_NOSPC - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_FILE_ERROR_NOSYS - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_FILE_ERROR_NOTDIR - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_FILE_ERROR_NXIO - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_FILE_ERROR_PERM - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_FILE_ERROR_PIPE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
g_file_error_quark() - Static method in class org.eclipse.swt.internal.gtk.OS
 
G_FILE_ERROR_ROFS - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_FILE_ERROR_TXTBSY - Static variable 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_IO_ERROR_ADDRESS_IN_USE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_IO_ERROR_ALREADY_MOUNTED - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_IO_ERROR_BROKEN_PIPE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_IO_ERROR_BUSY - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_IO_ERROR_CANCELLED - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_IO_ERROR_CANT_CREATE_BACKUP - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_IO_ERROR_CLOSED - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_IO_ERROR_CONNECTION_CLOSED - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_IO_ERROR_CONNECTION_REFUSED - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_IO_ERROR_DBUS_ERROR - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_IO_ERROR_DESTINATION_UNSET - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_IO_ERROR_EXISTS - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_IO_ERROR_FAILED - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_IO_ERROR_FAILED_HANDLED - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_IO_ERROR_FILENAME_TOO_LONG - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_IO_ERROR_HOST_NOT_FOUND - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_IO_ERROR_HOST_UNREACHABLE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_IO_ERROR_INVALID_ARGUMENT - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_IO_ERROR_INVALID_DATA - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_IO_ERROR_INVALID_FILENAME - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_IO_ERROR_IS_DIRECTORY - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_IO_ERROR_MESSAGE_TOO_LARGE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_IO_ERROR_NETWORK_UNREACHABLE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_IO_ERROR_NO_SPACE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_IO_ERROR_NO_SUCH_DEVICE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_IO_ERROR_NOT_CONNECTED - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_IO_ERROR_NOT_DIRECTORY - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_IO_ERROR_NOT_EMPTY - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_IO_ERROR_NOT_FOUND - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_IO_ERROR_NOT_INITIALIZED - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_IO_ERROR_NOT_MOUNTABLE_FILE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_IO_ERROR_NOT_MOUNTED - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_IO_ERROR_NOT_REGULAR_FILE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_IO_ERROR_NOT_SUPPORTED - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_IO_ERROR_NOT_SYMBOLIC_LINK - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_IO_ERROR_PARTIAL_INPUT - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_IO_ERROR_PENDING - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_IO_ERROR_PERMISSION_DENIED - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_IO_ERROR_PROXY_AUTH_FAILED - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_IO_ERROR_PROXY_FAILED - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_IO_ERROR_PROXY_NEED_AUTH - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_IO_ERROR_PROXY_NOT_ALLOWED - Static variable in class org.eclipse.swt.internal.gtk.OS
 
g_io_error_quark() - Static method in class org.eclipse.swt.internal.gtk.OS
 
G_IO_ERROR_READ_ONLY - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_IO_ERROR_TIMED_OUT - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_IO_ERROR_TOO_MANY_LINKS - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_IO_ERROR_TOO_MANY_OPEN_FILES - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_IO_ERROR_WOULD_BLOCK - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_IO_ERROR_WOULD_MERGE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_IO_ERROR_WOULD_RECURSE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_IO_ERROR_WRONG_ETAG - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_IS_VALUE(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_list_store_append(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_list_store_new(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_MAXUINT - Static variable in class org.eclipse.swt.internal.webkit.WebKitGTK
 
g_memory_input_stream_new_from_data(long, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_memory_output_stream_get_data(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_memory_output_stream_get_data_size(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_memory_output_stream_get_size(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_memory_output_stream_new_resizable() - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_memory_output_stream_steal_as_bytes(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_memory_output_stream_steal_data(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_output_stream_splice_async(long, long, int, int, long, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
G_OUTPUT_STREAM_SPLICE_CLOSE_SOURCE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
G_OUTPUT_STREAM_SPLICE_CLOSE_TARGET - Static variable in class org.eclipse.swt.internal.gtk.OS
 
g_output_stream_splice_finish(long, long, long[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
G_OUTPUT_STREAM_SPLICE_NONE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
g_output_stream_write_all(long, long, long, long[], long, long[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_output_stream_write_all_async(long, long, long, int, long, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_output_stream_write_all_finish(long, long, long[], long[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
G_PRIORITY_DEFAULT - Static variable 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_callback - Variable in class org.eclipse.swt.internal.SessionManagerDBus
 
g_signal_callbackid - Variable in class org.eclipse.swt.internal.SessionManagerDBus
 
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(long, long, long, long, long) - Method in class org.eclipse.swt.internal.SessionManagerDBus
Receives events from session manager.
g_signal_handler_disconnect(long, long) - 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_INVALID() - 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_name(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_uri_parse(byte[], long, long[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_uri_unref(long) - 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_boxed(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_gtype(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_object(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, byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_value_take_boxed(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_TYPE_NAME(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
 
GAP - Static variable in class org.eclipse.swt.custom.CLabel
Gap between icon and text
gapEnd - Variable in class org.eclipse.swt.custom.DefaultContent
 
gapExists() - Method in class org.eclipse.swt.custom.DefaultContent
Returns whether or not a gap exists in the text store.
gapLine - Variable in class org.eclipse.swt.custom.DefaultContent
 
gapStart - Variable in class org.eclipse.swt.custom.DefaultContent
 
gAsyncReadyCallback - Variable in class org.eclipse.swt.internal.GAsyncReadyCallbackHelper
 
GAsyncReadyCallback(long, long, long) - Method in class org.eclipse.swt.internal.GAsyncReadyCallbackHelper
 
GAsyncReadyCallbackHelper - Class in org.eclipse.swt.internal
Wrapper for use with GTK methods that use the async -> callback -> finish pattern such as g_output_stream_write_all_async -> GAsyncReadyCallback -> g_output_stream_write_all_finish This implementation allows reentrant calls to GAsyncReadyCallbackHelper.run(Async)
GAsyncReadyCallbackHelper() - Constructor for class org.eclipse.swt.internal.GAsyncReadyCallbackHelper
 
GAsyncReadyCallbackHelper.Async - Interface in org.eclipse.swt.internal
 
gc - Variable in class org.eclipse.swt.custom.MouseNavigator
 
gc - Variable in class org.eclipse.swt.custom.PaintObjectEvent
the GC
gc - Variable in class org.eclipse.swt.custom.StyledText.Printing
 
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() - Constructor for class org.eclipse.swt.graphics.GC
 
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
 
gcd(int, int) - Method in class org.eclipse.swt.layout.FormAttachment
 
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_init_methods() - Method in class org.eclipse.swt.widgets.Display
Handle gdbus on 'org.eclipse.swt' DBus session.
GDBus.GDBusMethod - Class in org.eclipse.swt.internal
 
GDBusMethod(String, String[][], String[][], Function) - Constructor for class org.eclipse.swt.internal.GDBus.GDBusMethod
Create a method that GDBus will listen to.
gdbusMethods - Static variable in class org.eclipse.swt.internal.GDBus
 
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_is_local(long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gdk_clipboard_read_async(long, String[], int, long, long, long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gdk_clipboard_read_finish(long, long, long[], long[]) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gdk_clipboard_read_value_async(long, long, int, long, long, long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gdk_clipboard_read_value_finish(long, long, long[]) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gdk_clipboard_set(long, long, 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_content(long, long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gdk_clipboard_set_text(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gdk_clipboard_store_async(long, int, long, long, long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gdk_clipboard_store_finish(long, long, long[]) - 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_deserializer_get_cancellable(long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gdk_content_deserializer_get_gtype(long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gdk_content_deserializer_get_input_stream(long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gdk_content_deserializer_get_mime_type(long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gdk_content_deserializer_get_priority(long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gdk_content_deserializer_get_task_data(long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gdk_content_deserializer_get_user_data(long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gdk_content_deserializer_get_value(long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gdk_content_deserializer_return_error(long, long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gdk_content_deserializer_return_success(long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gdk_content_deserializer_set_task_data(long, long, long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
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_formats_get_gtypes(long, long[]) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gdk_content_formats_get_mime_types(long, long[]) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gdk_content_formats_to_string(long) - 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_content_provider_new_for_value(long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gdk_content_provider_new_typed(long, long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gdk_content_provider_new_union(long[], int) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gdk_content_register_deserializer(String, long, long, long, long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gdk_content_register_serializer(long, String, long, long, long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gdk_content_serializer_get_cancellable(long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gdk_content_serializer_get_gtype(long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gdk_content_serializer_get_mime_type(long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gdk_content_serializer_get_output_stream(long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gdk_content_serializer_get_priority(long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gdk_content_serializer_get_task_data(long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gdk_content_serializer_get_user_data(long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gdk_content_serializer_get_value(long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gdk_content_serializer_return_error(long, long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gdk_content_serializer_return_success(long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gdk_content_serializer_set_task_data(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(double[], double[]) - Method in class org.eclipse.swt.widgets.Display
 
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(int[], int[]) - Method in class org.eclipse.swt.widgets.Display
 
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_free(long) - Method in class org.eclipse.swt.widgets.Widget
GTK4 does not hand out copies of events anymore, only references.
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) - Method in class org.eclipse.swt.widgets.Widget
Wrapper function for gdk_event_get_state()
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_surface_or_window(long) - Method in class org.eclipse.swt.widgets.Widget
Wrapper function for gdk_event_get_surface() on GTK4, and gdk_event_get_window() on GTK3.
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_WAYLAND_DISPLAY(long) - Static method 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) - Method in class org.eclipse.swt.graphics.TextLayout.MetricsAdapter
 
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_grab(long, int, boolean, int, long, long, int) - Method in class org.eclipse.swt.widgets.Widget
 
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_pointer_ungrab(long, int) - Method in class org.eclipse.swt.widgets.Widget
 
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_region_get_rectangles(long, long[], int[]) - Static method in class org.eclipse.swt.widgets.Shell
 
gdk_region_polygon(int[], int, int) - Static method in class org.eclipse.swt.graphics.Region
 
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_size(long, int[], int[]) - Method in class org.eclipse.swt.widgets.Widget
 
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_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_size(long, int[], int[]) - Method in class org.eclipse.swt.widgets.Widget
 
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_get_xdisplay(long) - Method in class org.eclipse.swt.opengl.GLCanvas
 
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_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
 
gdkContentDeserializeFunc - Variable in class org.eclipse.swt.dnd.ContentProviders
 
gdkContentDeserializeFunc(long) - Method in class org.eclipse.swt.dnd.ContentProviders
Use the gtype + mime_type of the deserializer to identify which Transfer to complete the transfer with.
GdkContentDeserializer - Class in org.eclipse.swt.dnd
Wrapper for GDK class GdkContentDeserializer with convenience methods to aid in writing ContentProviders for GTK4
GdkContentDeserializer(long) - Constructor for class org.eclipse.swt.dnd.GdkContentDeserializer
 
gdkContentSerializeFunc - Variable in class org.eclipse.swt.dnd.ContentProviders
 
gdkContentSerializeFunc(long) - Method in class org.eclipse.swt.dnd.ContentProviders
Convert the Java object to data with transfer.javaToNative and then write all the data to the output stream.
GdkContentSerializer - Class in org.eclipse.swt.dnd
Wrapper for GDK class GdkContentSerializer with convenience methods to aid in writing ContentProviders for GTK4
GdkContentSerializer(long) - Constructor for class org.eclipse.swt.dnd.GdkContentSerializer
 
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
 
gdkEventCount - Variable in class org.eclipse.swt.widgets.Display
 
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 - Variable in class org.eclipse.swt.widgets.Combo
 
gdkEventKey - Variable in class org.eclipse.swt.widgets.Spinner
 
gdkEventKey - Variable in class org.eclipse.swt.widgets.Text
 
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
 
gdkEvents - Variable in class org.eclipse.swt.widgets.Display
 
gdkEventWidgets - Variable in class org.eclipse.swt.widgets.Display
 
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
 
gdkSeatGrabPrepareFunc - Static variable in class org.eclipse.swt.widgets.Widget
 
GdkSeatGrabPrepareFunc(long, long, long) - Static method in class org.eclipse.swt.widgets.Widget
 
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
 
generateTable(int[]) - Method in class org.eclipse.swt.internal.image.PngHuffmanTable
 
geometry - Variable in class org.eclipse.swt.widgets.Shell
 
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_PRESSED - Static variable in class org.eclipse.swt.widgets.Widget
 
GESTURE_RELEASED - Static variable in class org.eclipse.swt.widgets.Widget
 
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.
gestureBegin - Static variable in class org.eclipse.swt.widgets.Control
 
gestureBeginProc(long, long, long) - Static method in class org.eclipse.swt.widgets.Control
 
gestureEnd - Static variable in class org.eclipse.swt.widgets.Control
 
gestureEndProc(long, long, long) - Static method in class org.eclipse.swt.widgets.Control
 
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.
gestureHandle() - Method in class org.eclipse.swt.widgets.Control
 
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.
gesturePressReleaseCallback - Variable in class org.eclipse.swt.widgets.Display
 
gesturePressReleaseProc - Variable in class org.eclipse.swt.widgets.Display
 
gesturePressReleaseProc(long, int, double, double, long) - Method in class org.eclipse.swt.widgets.Display
 
gesturePressReleaseProc(long, int, double, double, long) - Method in class org.eclipse.swt.widgets.Widget
 
gestureRotation - Static variable in class org.eclipse.swt.widgets.Control
 
gestureSwipe - Static variable in class org.eclipse.swt.widgets.Control
 
gestureZoom - Static variable in class org.eclipse.swt.widgets.Control
 
get(int) - Method in class org.eclipse.swt.internal.ImageList
 
get(Display, CompletableFuture, Duration) - Static method in class org.eclipse.swt.internal.GTK4GlibFuture
Run the GTK4's GLib Event loop while waiting for future.get() to complete.
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_buffer - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.bitread_perm_state
 
get_buffer - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.bitread_working_state
 
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_dac(JPEGDecoder.jpeg_decompress_struct) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
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_dht(JPEGDecoder.jpeg_decompress_struct) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
GET_DIRECTION_PROC_KEY - Static variable in class org.eclipse.swt.widgets.Display
 
get_dqt(JPEGDecoder.jpeg_decompress_struct) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
get_dri(JPEGDecoder.jpeg_decompress_struct) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
GET_EMISSION_PROC_KEY - Static variable in class org.eclipse.swt.printing.PrintDialog
 
GET_EMISSION_PROC_KEY - Static variable in class org.eclipse.swt.widgets.Display
 
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_interesting_appn(JPEGDecoder.jpeg_decompress_struct) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
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_MODAL_DIALOG - Static variable in class org.eclipse.swt.printing.PrintDialog
 
GET_MODAL_DIALOG - Static variable in class org.eclipse.swt.widgets.Display
 
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_sof(JPEGDecoder.jpeg_decompress_struct, boolean, boolean) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
get_soi(JPEGDecoder.jpeg_decompress_struct) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
get_sos(JPEGDecoder.jpeg_decompress_struct) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
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
 
get_value() - Method in class org.eclipse.swt.dnd.GdkContentDeserializer
 
getAccelerator() - Method in class org.eclipse.swt.widgets.MenuItem
Returns the widget accelerator.
getAccelGroup() - Method in class org.eclipse.swt.widgets.MenuItem
 
getAccessible() - Method in class org.eclipse.swt.widgets.Control
Returns the accessible object for the receiver.
getAccessibleObject() - Method in class org.eclipse.swt.accessibility.Accessible
 
getAccessibleObject(long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Gets the AccessibleObject associated with the AtkObject handle from the Java map of AccessibleObjects.
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.
getAlignedBytesPerRow() - Method in class org.eclipse.swt.internal.image.PNGFileFormat
Answer the number of bytes in a word-aligned row of pixel data.
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.
getAllTables() - Method in class org.eclipse.swt.internal.image.JPEGHuffmanTable
 
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.
getAlphaValues(PngIhdrChunk, PngPlteChunk) - Method in class org.eclipse.swt.internal.image.PngTrnsChunk
Answer an array of Alpha values that correspond to the colors in the palette.
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.
getAPP0() - Method in class org.eclipse.swt.internal.image.JPEGFileFormat
 
getAppName() - Static method in class org.eclipse.swt.widgets.Display
Returns the application name.
getApproxBitPositionHigh() - Method in class org.eclipse.swt.internal.image.JPEGScanHeader
 
getApproxBitPositionLow() - Method in class org.eclipse.swt.internal.image.JPEGScanHeader
 
getAppVersion() - Static method in class org.eclipse.swt.widgets.Display
Returns the application version.
getArrow(long) - Method in class org.eclipse.swt.widgets.DateTime
 
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.
getAssociatedLabel() - Method in class org.eclipse.swt.custom.CCombo
 
getAssociatedLabel() - Method in class org.eclipse.swt.custom.StyledText
 
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.
getAutoScaleValue() - Static method in class org.eclipse.swt.internal.DPIUtil
 
getAvailableHeightAbove(int) - Method in class org.eclipse.swt.custom.StyledText
 
getAvailableHeightBellow(int) - Method in class org.eclipse.swt.custom.StyledText
 
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
getAWTHandle(Object) - Static method in class org.eclipse.swt.awt.SWT_AWT
 
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.
getBackgroundGdkRGBA() - Method in class org.eclipse.swt.widgets.Control
 
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.
getBaseGdkRGBA() - Method in class org.eclipse.swt.widgets.Control
 
getBaseline() - Method in class org.eclipse.swt.custom.StyledText
Returns the baseline, in points.
getBaseline() - Method in class org.eclipse.swt.custom.StyledTextRenderer
 
getBaseline(int) - Method in class org.eclipse.swt.custom.StyledText
Returns the baseline at the given offset, in points.
getBgGdkRGBA() - Method in class org.eclipse.swt.widgets.Control
 
getBidiColoring() - Method in class org.eclipse.swt.custom.StyledText
Deprecated.
use BidiSegmentListener instead.
getBidiSegments(int, String) - Method in class org.eclipse.swt.custom.StyledText
 
getBidiSegmentsCompatibility(String, int) - Method in class org.eclipse.swt.custom.StyledText
 
getBitDepth() - Method in class org.eclipse.swt.internal.image.PngIhdrChunk
Get the image's bit depth.
getBitsPerPixel() - Method in class org.eclipse.swt.internal.image.PngIhdrChunk
Answer the pixel size in bits based on the color type and bit depth.
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.
getBlockSelectionPosition() - Method in class org.eclipse.swt.custom.StyledText
 
getBlockSelectionRectangle() - Method in class org.eclipse.swt.custom.StyledText
 
getBlockSelectionText(String) - Method in class org.eclipse.swt.custom.StyledText
 
getBlue() - Method in class org.eclipse.swt.graphics.Color
Returns the amount of blue in the color, from 0 to 255.
getBorder(byte[], long, int) - Method in class org.eclipse.swt.widgets.Button
 
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.
getBorderWidthInPixels() - Method in class org.eclipse.swt.widgets.Control
 
getBorderWidthInPixels() - Method in class org.eclipse.swt.widgets.Label
 
getBorderWidthInPixels() - Method in class org.eclipse.swt.widgets.Scrollable
 
getBorderWidthInPixels() - Method in class org.eclipse.swt.widgets.Spinner
 
getBorderWidthInPixels() - Method in class org.eclipse.swt.widgets.Text
 
getBottom() - Method in class org.eclipse.swt.custom.CBanner
Returns the Control that appears on the bottom side of the banner.
getBottomAttachment(Control, int, boolean) - Method in class org.eclipse.swt.layout.FormData
 
getBottomIndex() - Method in class org.eclipse.swt.custom.StyledText
Returns the index of the last fully visible line.
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.
getBottomRight() - Method in class org.eclipse.swt.graphics.Rectangle.OfFloat
 
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.
getBoundsAtOffset(int) - Method in class org.eclipse.swt.custom.StyledText
 
getBoundsinPixels() - 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.
getBoundsInPixels() - Method in class org.eclipse.swt.graphics.Image
Deprecated, for removal: This API element is subject to removal in a future version.
This API doesn't serve the purpose in an environment having multiple monitors with different DPIs, hence deprecated.
getBoundsInPixels() - Method in class org.eclipse.swt.widgets.Control
 
getBoundsInPixels() - Method in class org.eclipse.swt.widgets.Display
 
getBoundsInPixels() - Method in class org.eclipse.swt.widgets.Shell
 
getBoundsInPixels(int) - Method in class org.eclipse.swt.graphics.TextLayout
 
getBoundsInPixels(int, int) - Method in class org.eclipse.swt.graphics.TextLayout
 
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.
getBrowserType() - Method in class org.eclipse.swt.browser.WebBrowser
 
getBrowserType() - Method in class org.eclipse.swt.browser.WebKit
 
getByteOrder() - Method in class org.eclipse.swt.graphics.ImageData
Returns the byte order of the receiver.
getBytesPerPixel() - Method in class org.eclipse.swt.internal.image.PNGFileFormat
Answer the number of bytes needed to represent a pixel.
getBytesPerRow() - Method in class org.eclipse.swt.internal.image.PNGFileFormat
Answer the number of bytes in each row of the image data.
getBytesPerRow(int) - Method in class org.eclipse.swt.internal.image.PNGFileFormat
Answer the number of bytes in a row of the given pixel width.
getCachedLineHeight(int) - Method in class org.eclipse.swt.custom.StyledTextRenderer
 
getCalendarField(DateFormat.Field) - Static method in class org.eclipse.swt.widgets.DateTime
Extracts the calendarfield transforming HOUR1 types to HOUR0
getCalendarField(FieldPosition) - Static method in class org.eclipse.swt.widgets.DateTime
Extracts the calendarfield for the given fieldposition
getCanHavePalette() - Method in class org.eclipse.swt.internal.image.PngIhdrChunk
 
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.
getCaretBlinkTime() - Method in class org.eclipse.swt.widgets.Display
 
getCaretDirection() - Method in class org.eclipse.swt.custom.StyledText
 
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.
getCaretWidth() - Method in class org.eclipse.swt.custom.StyledText
Returns the caret width.
getCause() - Method in exception class org.eclipse.swt.SWTError
Returns the underlying throwable that caused the problem, or null if this information is not available.
getCause() - Method in exception class 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.
getChannelShift(int) - Static method in class org.eclipse.swt.graphics.ImageData
Computes the required channel shift from a mask.
getChannelWidth(int, int) - Static method in class org.eclipse.swt.graphics.ImageData
Computes the required channel width (depth) from a mask.
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.DefaultContent
 
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.custom.TextWriter
Returns the number of characters to write.
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.
getChevron() - Method in class org.eclipse.swt.custom.CTabFolder
 
getChevronCount() - Method in class org.eclipse.swt.custom.CTabFolder
Get the number of hidden items or the number which is to be drawn in the chevon item.
getChevronFont(Display) - Method in class org.eclipse.swt.custom.CTabFolderRenderer
 
getChevronVisible() - Method in class org.eclipse.swt.custom.CTabFolder
Returns true if the chevron button is visible when necessary.
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.
getChildByID(int) - Method in class org.eclipse.swt.accessibility.AccessibleObject
 
getChildByIndex(int) - Method in class org.eclipse.swt.accessibility.AccessibleObject
 
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.
getChildrenCount() - Method in class org.eclipse.swt.widgets.Composite
 
getChunkType() - Method in class org.eclipse.swt.internal.image.PngChunk
 
getChunkType() - Method in class org.eclipse.swt.internal.image.PngIdatChunk
 
getChunkType() - Method in class org.eclipse.swt.internal.image.PngIendChunk
 
getChunkType() - Method in class org.eclipse.swt.internal.image.PngIhdrChunk
 
getChunkType() - Method in class org.eclipse.swt.internal.image.PngPlteChunk
 
getChunkType() - Method in class org.eclipse.swt.internal.image.PngTrnsChunk
 
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").
getClientAreaInPixels() - Method in class org.eclipse.swt.widgets.Composite
 
getClientAreaInPixels() - Method in class org.eclipse.swt.widgets.Group
 
getClientAreaInPixels() - Method in class org.eclipse.swt.widgets.Scrollable
 
getClientAreaInPixels() - Method in class org.eclipse.swt.widgets.TabFolder
 
getClientAreaInPixels() - Method in class org.eclipse.swt.widgets.Table
 
getClientAreaInPixels() - Method in class org.eclipse.swt.widgets.Tree
 
getClientWidth() - Method in class org.eclipse.swt.widgets.Control
 
getClientWidth() - Method in class org.eclipse.swt.widgets.Table
 
getClientWidth() - Method in class org.eclipse.swt.widgets.Tree
 
getClipboardContent(int) - Method in class org.eclipse.swt.custom.StyledText
 
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.
getClippingInPixels() - Method in class org.eclipse.swt.graphics.GC
 
getClosure(int) - Method in class org.eclipse.swt.widgets.Display
 
getClusterNext(int, int) - Method in class org.eclipse.swt.custom.StyledText
 
getClusterPrevious(int, int) - Method in class org.eclipse.swt.custom.StyledText
 
getColorIndex(Color, int) - Method in class org.eclipse.swt.custom.RTFWriter
Returns the index of the specified color in the RTF color table.
getColorMap() - Method in class org.eclipse.swt.internal.image.TIFFDirectory
 
getColorType() - Method in class org.eclipse.swt.internal.image.PngIhdrChunk
Get the image's color type.
getColorTypeString() - Method in class org.eclipse.swt.internal.image.PngIhdrChunk
 
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.
getColumnTypes(int) - Method in class org.eclipse.swt.widgets.Table
 
getColumnTypes(int) - Method in class org.eclipse.swt.widgets.Tree
 
getCOM() - Method in class org.eclipse.swt.internal.image.JPEGFileFormat
 
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.
getCompressionMethod() - Method in class org.eclipse.swt.internal.image.PngIhdrChunk
Get the image's compression method.
getComputeSizeString(int) - Method in class org.eclipse.swt.widgets.DateTime
 
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.
getContentsAsync(Transfer) - Method in class org.eclipse.swt.dnd.Clipboard
Retrieve the data of the specified type currently available on the system clipboard.
getContentsAsync(Transfer, int) - Method in class org.eclipse.swt.dnd.Clipboard
Retrieve the data of the specified type currently available on the specified clipboard.
getContextBackgroundGdkRGBA() - Method in class org.eclipse.swt.widgets.Button
 
getContextBackgroundGdkRGBA() - Method in class org.eclipse.swt.widgets.Combo
 
getContextBackgroundGdkRGBA() - Method in class org.eclipse.swt.widgets.Control
 
getContextBackgroundGdkRGBA() - Method in class org.eclipse.swt.widgets.Group
 
getContextBackgroundGdkRGBA() - Method in class org.eclipse.swt.widgets.Spinner
 
getContextBackgroundGdkRGBA() - Method in class org.eclipse.swt.widgets.Table
 
getContextBackgroundGdkRGBA() - Method in class org.eclipse.swt.widgets.Text
 
getContextBackgroundGdkRGBA() - Method in class org.eclipse.swt.widgets.Tree
 
getContextColorGdkRGBA() - Method in class org.eclipse.swt.widgets.Combo
 
getContextColorGdkRGBA() - Method in class org.eclipse.swt.widgets.Control
 
getContextColorGdkRGBA() - Method in class org.eclipse.swt.widgets.Group
 
getContextColorGdkRGBA() - Method in class org.eclipse.swt.widgets.Table
 
getContextColorGdkRGBA() - Method in class org.eclipse.swt.widgets.Text
 
getContextColorGdkRGBA() - Method in class org.eclipse.swt.widgets.Tree
 
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.
getControl(long) - Static method in class org.eclipse.swt.widgets.Control
 
getControlHandle() - Method in class org.eclipse.swt.accessibility.Accessible
 
getControlHeight(Point) - Method in class org.eclipse.swt.custom.CTabFolder
 
getControlOrigin() - Method in class org.eclipse.swt.widgets.Control
GTK4 only function to replace gdk_surface_get_origin
getControls(boolean) - Method in class org.eclipse.swt.custom.SashForm
 
getControlY(Point, Rectangle[], int, int, int) - Method in class org.eclipse.swt.custom.CTabFolder
 
getCookie(String, String) - Static method in class org.eclipse.swt.browser.Browser
Returns the value of a cookie that is associated with a URL.
getCookie(String, String) - Static method in class org.eclipse.swt.browser.WebKit.Webkit2AsyncToSync
 
GetCookie(String, String) - Static method in class org.eclipse.swt.browser.WebBrowser
 
getCookie_callback - Static variable in class org.eclipse.swt.browser.WebKit.Webkit2AsyncToSync
 
getCookie_callback(long, long, long) - Static method in class org.eclipse.swt.browser.WebKit.Webkit2AsyncToSync
 
getCRC() - Method in class org.eclipse.swt.internal.image.PngChunk
Get the CRC value for the chunk's data.
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.
getDAC() - Method in class org.eclipse.swt.internal.image.JPEGFileFormat
 
getData() - Method in class org.eclipse.swt.internal.image.PngChunk
Get the chunk's data.
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.custom.StyledText
 
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.
getData(Clipboard, Transfer, int) - Method in class org.eclipse.swt.dnd.ClipboardProxyGTK4
 
getData(Control[][], int, int, int, int, boolean) - Method in class org.eclipse.swt.layout.GridLayout
 
getDataByteAtOffset(int) - Method in class org.eclipse.swt.internal.image.PngIdatChunk
 
getDate() - Method in class org.eclipse.swt.widgets.DateTime
 
getDay() - Method in class org.eclipse.swt.widgets.DateTime
Returns the receiver's date, or day of the month.
getDecimalSeparator() - Method in class org.eclipse.swt.widgets.Spinner
 
getDefault() - Static method in class org.eclipse.swt.widgets.Display
Returns the default display.
getDefaultACChrominanceTable() - Static method in class org.eclipse.swt.internal.image.JPEGHuffmanTable
 
getDefaultACLuminanceTable() - Static method in class org.eclipse.swt.internal.image.JPEGHuffmanTable
 
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.
getDefaultDCChrominanceTable() - Static method in class org.eclipse.swt.internal.image.JPEGHuffmanTable
 
getDefaultDCLuminanceTable() - Static method in class org.eclipse.swt.internal.image.JPEGHuffmanTable
 
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.
getDefaultSize() - Method in interface org.eclipse.swt.graphics.ImageDataAtSizeProvider
Returns the default size of the image data returned by this provider.
getDeleteFunctionString(String) - Method in class org.eclipse.swt.browser.WebBrowser
 
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) - 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() - Static method in class org.eclipse.swt.graphics.Device
 
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
 
getDhMaxCodes() - Method in class org.eclipse.swt.internal.image.JPEGHuffmanTable
 
getDhMinCodes() - Method in class org.eclipse.swt.internal.image.JPEGHuffmanTable
 
getDHT() - Method in class org.eclipse.swt.internal.image.JPEGFileFormat
 
getDhValPtrs() - Method in class org.eclipse.swt.internal.image.JPEGHuffmanTable
 
getDhValues() - Method in class org.eclipse.swt.internal.image.JPEGHuffmanTable
 
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.
getDNL() - Method in class org.eclipse.swt.internal.image.JPEGFileFormat
 
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.
getDQT() - Method in class org.eclipse.swt.internal.image.JPEGFileFormat
 
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.
getDragSourceImage(DragSourceEvent) - Method in class org.eclipse.swt.dnd.TableDragSourceEffect
 
getDragSourceImage(DragSourceEvent) - Method in class org.eclipse.swt.dnd.TreeDragSourceEffect
 
getDragSourceImage(DragSourceEvent) - Method in class org.eclipse.swt.internal.dnd.gtk.ListDragSourceEffect
 
getDragSourceImage(Control) - Static method in class org.eclipse.swt.dnd.TreeTableCommon
 
getDRI() - Method in class org.eclipse.swt.internal.image.JPEGFileFormat
 
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.
getDynamicTables(PngDecodingDataStream) - Static method in class org.eclipse.swt.internal.image.PngHuffmanTables
 
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.
getElementAtZoom(Function, int) - Static method in class org.eclipse.swt.internal.DPIUtil
 
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.
getEndOfSpectralSelection() - Method in class org.eclipse.swt.internal.image.JPEGScanHeader
 
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.
getEntryValue(int, byte[], int) - Method in class org.eclipse.swt.internal.image.TIFFDirectory
 
getEntryValue(int, byte[], int, int[]) - Method in class org.eclipse.swt.internal.image.TIFFDirectory
 
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
Deprecated, for removal: This API element is subject to removal in a future version.
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.
getFieldPosition(AttributedCharacterIterator) - Static method in class org.eclipse.swt.widgets.DateTime
Searches the current postion of the iterator for a DateFormat.Field and constructs a FieldPosition from it
getFieldPosition(DateFormat.Field, AttributedCharacterIterator) - Static method in class org.eclipse.swt.widgets.DateTime
creates a FieldPosition out of a DateFormat.Field and and a AttributedCharacterIterators current position
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.
getFillColor() - Method in class org.eclipse.swt.custom.CTabFolderRenderer
 
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.
getFilterByteOffset() - Method in class org.eclipse.swt.internal.image.PngIhdrChunk
 
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.
getFilterMethod() - Method in class org.eclipse.swt.internal.image.PngIhdrChunk
Get the image's filter method.
getFilterMethodString() - Method in class org.eclipse.swt.internal.image.PngIhdrChunk
 
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.
getFirstCaretLine() - Method in class org.eclipse.swt.custom.StyledText
 
getFixedDistanceTable() - Method in class org.eclipse.swt.internal.image.PngHuffmanTables
 
getFixedLineMetrics(Device) - Method in class org.eclipse.swt.graphics.TextLayout.MetricsAdapter
 
getFixedLiteralTable() - Method in class org.eclipse.swt.internal.image.PngHuffmanTables
 
getFixedTables() - Static method in class org.eclipse.swt.internal.image.PngHuffmanTables
 
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.
getFocusItem() - Method in class org.eclipse.swt.widgets.Table
 
getFocusItem() - Method in class org.eclipse.swt.widgets.Tree
 
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.custom.StyledTextRenderer
 
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 ()
getFontData(int) - Method in class org.eclipse.swt.custom.StyledTextRenderer
 
getFontDescription() - Method in class org.eclipse.swt.widgets.Control
 
getFontIndex(Font) - Method in class org.eclipse.swt.custom.RTFWriter
Returns the index of the specified color in the RTF color table.
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.
getForegroundGdkRGBA() - Method in class org.eclipse.swt.widgets.Control
 
getForegroundPattern() - Method in class org.eclipse.swt.graphics.GC
Returns the foreground pattern.
getFormat(Locale, int) - Method in class org.eclipse.swt.widgets.DateTime
 
getFormattedString() - Method in class org.eclipse.swt.widgets.DateTime
 
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.
getFullLine(int) - Method in class org.eclipse.swt.custom.DefaultContent
Returns the line at the given index with delimiters.
getFullScreen() - Method in class org.eclipse.swt.widgets.Shell
Returns true if the receiver is currently in fullscreen state, and false otherwise.
getFunc - Variable in class org.eclipse.swt.dnd.ClipboardProxy
 
getFunc(long, long, long, long) - Method in class org.eclipse.swt.dnd.ClipboardProxy
This function provides the data to the clipboard on request.
getGC(long) - Method in class org.eclipse.swt.widgets.Table
 
getGC(long) - Method in class org.eclipse.swt.widgets.Tree
 
getGCData() - Method in class org.eclipse.swt.graphics.GC
Returns the GCData.
getGcStyle() - Method in interface org.eclipse.swt.graphics.ImageGcDrawer
Returns the GC style used when creating the GC instance.
getGLData() - Method in class org.eclipse.swt.opengl.GLCanvas
Returns a GLData object describing the created context.
getGrabbedItem(int, int) - Method in class org.eclipse.swt.widgets.CoolBar
 
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.
getGrayPalette() - Method in class org.eclipse.swt.internal.image.TIFFDirectory
 
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.
getGroupKeysCount() - Method in class org.eclipse.swt.widgets.Display
Return a mapping from layout group to the number of Latin alphabet (a-z) in each group
getGtkBorderPadding() - Method in class org.eclipse.swt.widgets.DateTime
Gets the border padding structure, which can be used to determine the inner padding of the text field.
getGType(Transfer) - Method in class org.eclipse.swt.dnd.ContentProviders
Get the GType for the given transfer, and ContentProviders.registerTransfer(Transfer) if needed The gtype can then be used to request data from GTK with methods such as gdk_clipboard_read_value_async
getGValue(long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
 
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.custom.StyledTextRenderer
 
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.graphics.Rectangle.OfFloat
 
getHeight() - Method in class org.eclipse.swt.internal.image.PngIhdrChunk
Get the image's height in pixels.
getHeight() - Method in class org.eclipse.swt.widgets.ExpandItem
Gets the height of the receiver.
getHeight(Control, boolean) - Method in class org.eclipse.swt.layout.FormData
 
getHeightF() - Method in class org.eclipse.swt.graphics.FontData
 
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) - 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.
getHorizontalIncrement() - Method in class org.eclipse.swt.custom.StyledText
Returns the horizontal scroll increment.
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(long, boolean) - Method in class org.eclipse.swt.widgets.Tree
 
getID() - Method in class org.eclipse.swt.widgets.MenuItem
Gets the identifier associated with the receiver.
getIhdrChunk() - Method in class org.eclipse.swt.internal.image.PngChunkReader
 
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 at 100% zoom level.
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.ImageDataAtSizeProvider
 
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.program.Program
Returns the receiver's image data based on the given zoom level.
getImageData(int, int) - Method in interface org.eclipse.swt.graphics.ImageDataAtSizeProvider
Returns the ImageData for the given width and height.
getImageDataAtCurrentZoom() - Method in class org.eclipse.swt.graphics.Image
Deprecated, for removal: This API element is subject to removal in a future version.
This API doesn't serve the purpose in an environment having multiple monitors with different DPIs, hence deprecated. Use Image.getImageData(int) instead.
getImageFormat(long) - Static method in class org.eclipse.swt.internal.NativeImageLoader
Return the type of file from which the image was read by inspecting GdkPixbufFormat from GdkPixbufLoader It is expressed as one of the following values: SWT.IMAGE_BMP Windows BMP file format, no compression SWT.IMAGE_BMP_RLE Windows BMP file format, RLE compression if appropriate SWT.IMAGE_GIF GIF file format SWT.IMAGE_ICO Windows ICO file format SWT.IMAGE_JPEG JPEG file format SWT.IMAGE_PNG PNG file format SWT.IMAGE_TIFF TIFF file format
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().
getIMCaretPos() - Method in class org.eclipse.swt.widgets.Canvas
 
getIMCaretPos() - Method in class org.eclipse.swt.widgets.Control
 
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.
getIndentInPixels() - Method in class org.eclipse.swt.graphics.TextLayout
 
getIndependentDPI() - Method in class org.eclipse.swt.printing.Printer
 
getInstance() - Static method in class org.eclipse.swt.dnd.ContentProviders
 
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
 
getInt16(int) - Method in class org.eclipse.swt.internal.image.PngChunk
Get the 16-bit integer from the reference byte array at the given offset.
getInt32(int) - Method in class org.eclipse.swt.internal.image.PngChunk
Get the 32-bit integer from the reference byte array at the given offset.
getInterlaceMethod() - Method in class org.eclipse.swt.internal.image.PngIhdrChunk
Get the image's interlace method.
getInterlaceMethodString() - Method in class org.eclipse.swt.internal.image.PngIhdrChunk
 
getInternalErrorMsg() - Static method in class org.eclipse.swt.browser.WebKit
 
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.
getItem(Table, int, int) - Method in class org.eclipse.swt.dnd.DropTargetEffect
 
getItem(Tree, int, int) - Method in class org.eclipse.swt.dnd.DropTargetEffect
 
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.
getItemPosition(MenuItem) - Method in class org.eclipse.swt.widgets.Menu.Section
 
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.
getItems(long) - Method in class org.eclipse.swt.widgets.Tree
 
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.
getJavaCallDeclaration() - Method in class org.eclipse.swt.browser.WebBrowser
Designed to be overridden.
getJavaCallDeclaration() - Method in class org.eclipse.swt.browser.WebKit
 
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) - 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.
getLabelForButton(int, String) - Method in class org.eclipse.swt.widgets.MessageBox
 
getLargeTextPadding(CTabItem) - Method in class org.eclipse.swt.custom.CTabFolderRenderer
Returns padding for the text of a tab item when showing images is disabled for the tab folder.
getLastEventTime() - Method in class org.eclipse.swt.widgets.Display
 
getLastVisibleItem(TreeItem[]) - Method in class org.eclipse.swt.custom.TreeCursor
 
getLatinKeyGroup() - Method in class org.eclipse.swt.widgets.Display
Return the most Latin keyboard layout group.
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.
getLeftAttachment(Control, int, boolean) - Method in class org.eclipse.swt.layout.FormData
 
getLeftItemEdge(GC, int) - Method in class org.eclipse.swt.custom.CTabFolder
 
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.
getLeftTextMargin(CTabItem) - Method in class org.eclipse.swt.custom.CTabFolderRenderer
 
getLength() - Method in class org.eclipse.swt.internal.image.PngChunk
Get the length of the data component of this chunk.
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.DefaultContent
Returns the line at index without delimiters.
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.
getLineAlignment(int, int) - Method in class org.eclipse.swt.custom.StyledTextRenderer
 
getLineAtOffset(int) - Method in class org.eclipse.swt.custom.DefaultContent
Returns the line at the given offset.
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.
getLineAtPhysicalOffset(int) - Method in class org.eclipse.swt.custom.DefaultContent
Returns the line index at the given physical offset.
getLineAttributes() - Method in class org.eclipse.swt.graphics.GC
Returns the receiver's line attributes.
getLineAttributesInPixels() - Method in class org.eclipse.swt.graphics.GC
 
getLineBackground(int) - Method in class org.eclipse.swt.custom.StyledText
Returns the background color of the line at the given index.
getLineBackground(int, Color) - Method in class org.eclipse.swt.custom.StyledTextRenderer
 
getLineBackgroundData(int, String) - Method in class org.eclipse.swt.custom.StyledText
Returns the line background data for the given line or null if there is none.
getLineBounds(int) - Method in class org.eclipse.swt.graphics.TextLayout
Returns the bounds of the line for the specified line index.
getLineBoundsInPixels(int) - Method in class org.eclipse.swt.graphics.TextLayout
 
getLineBoundsInPixels(int, long) - Method in class org.eclipse.swt.graphics.TextLayout
 
getLineBullet(int) - Method in class org.eclipse.swt.custom.StyledText
Returns the bullet of the line at the given index.
getLineBullet(int, Bullet) - Method in class org.eclipse.swt.custom.StyledTextRenderer
 
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.DefaultContent
 
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.
getLineCountWhole() - Method in class org.eclipse.swt.custom.StyledText
Returns the number of lines that can be completely displayed in the widget client area.
getLineDash() - Method in class org.eclipse.swt.graphics.GC
Returns the receiver's line dash style.
getLineDelimiter() - Method in class org.eclipse.swt.custom.DefaultContent
Returns the line delimiter that should be used by the StyledText widget when inserting new lines.
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.custom.StyledTextRenderer
 
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.
getLineHeight(int) - Method in class org.eclipse.swt.custom.StyledTextRenderer
 
getLineHeight(int, boolean) - Method in class org.eclipse.swt.custom.StyledTextRenderer
 
getLineIndent(int) - Method in class org.eclipse.swt.custom.StyledText
Returns the indentation of the line at the given index.
getLineIndent(int, int) - Method in class org.eclipse.swt.custom.StyledTextRenderer
 
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.
getLineJustify(int, boolean) - Method in class org.eclipse.swt.custom.StyledTextRenderer
 
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.
getLineSize(int) - Method in class org.eclipse.swt.custom.StyledTextRenderer
 
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.
getLineSpacing(int) - Method in class org.eclipse.swt.custom.StyledTextRenderer
returns true if the given line index defines custom line spacing and false otherwise.
getLineSpacingProvider() - Method in class org.eclipse.swt.custom.StyledTextRenderer
 
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.
getLineStyleData(int, String) - Method in class org.eclipse.swt.custom.StyledText
Returns the line style data for the given line or null if there is none.
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.
getLineTabStops(int, int[]) - Method in class org.eclipse.swt.custom.StyledTextRenderer
 
getLineVerticalIndent(int) - Method in class org.eclipse.swt.custom.StyledText
Returns the vertical indentation of the line at the given index.
getLineVerticalIndent(int) - Method in class org.eclipse.swt.custom.StyledTextRenderer
 
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.
getLineWidthInPixels() - Method in class org.eclipse.swt.graphics.GC
 
getLineWrapIndent(int) - Method in class org.eclipse.swt.custom.StyledText
Returns the wrap indentation of the line at the given index.
getLineWrapIndent(int, int) - Method in class org.eclipse.swt.custom.StyledTextRenderer
 
getLinkForeground() - Method in class org.eclipse.swt.widgets.Link
Returns the link foreground color.
getListeners(int) - Method in class org.eclipse.swt.widgets.EventTable
 
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() - Method in class org.eclipse.swt.widgets.Event
 
getLocation() - Method in class org.eclipse.swt.widgets.ToolTip
 
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.
getLocationInPixels() - Method in class org.eclipse.swt.widgets.Control
 
getLocationInPixels() - Method in class org.eclipse.swt.widgets.Shell
 
getLocationInPixels(int, boolean) - Method in class org.eclipse.swt.graphics.TextLayout
 
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.
getMaskKeysym() - Method in class org.eclipse.swt.widgets.MenuItem
 
getMax(ToIntFunction, int, Map) - Static method in class org.eclipse.swt.layout.BorderLayout
 
getMax(ToIntFunction, List, int, int, boolean) - Static method in class org.eclipse.swt.layout.BorderLayout
 
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
 
getMaxHFactor() - Method in class org.eclipse.swt.internal.image.JPEGFrameHeader
 
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.
getMaxVFactor() - Method in class org.eclipse.swt.internal.image.JPEGFrameHeader
 
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 exception class org.eclipse.swt.SWTError
Returns the string describing this SWTError object.
getMessage() - Method in exception class 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.
getMethodArgsXmlSignature() - Method in class org.eclipse.swt.internal.GDBus.GDBusMethod
 
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
 
getModalDialog() - Method in class org.eclipse.swt.widgets.Display
 
getModalShell() - Method in class org.eclipse.swt.widgets.Shell
 
getModelDelimitedText(String) - Method in class org.eclipse.swt.custom.StyledText
Returns a string that uses only the line delimiter specified by the StyledTextContent implementation.
getModified() - Method in class org.eclipse.swt.widgets.Shell
Gets the receiver's modified state.
getMonitor() - Method in class org.eclipse.swt.graphics.Point.WithMonitor
Returns the monitor with whose context the instance is created.
getMonitor() - Method in class org.eclipse.swt.graphics.Rectangle.WithMonitor
Returns the monitor with whose context the instance is created.
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.
getMouseLocation() - Method in class org.eclipse.swt.custom.MouseNavigator
 
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.
getMustHavePalette() - Method in class org.eclipse.swt.internal.image.PngIhdrChunk
 
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.custom.SashFormData
 
getName() - Method in class org.eclipse.swt.custom.StackLayout
 
getName() - Method in class org.eclipse.swt.events.TypedEvent
Returns the name of the event.
getName() - Method in class org.eclipse.swt.graphics.FontData
Returns the name of the receiver.
getName() - Method in class org.eclipse.swt.internal.GDBus.GDBusMethod
 
getName() - Method in class org.eclipse.swt.layout.FillLayout
 
getName() - Method in class org.eclipse.swt.layout.FormData
 
getName() - Method in class org.eclipse.swt.layout.FormLayout
 
getName() - Method in class org.eclipse.swt.layout.GridData
 
getName() - Method in class org.eclipse.swt.layout.GridLayout
 
getName() - Method in class org.eclipse.swt.layout.RowData
 
getName() - Method in class org.eclipse.swt.layout.RowLayout
 
getName() - Method in class org.eclipse.swt.program.Program
Returns the receiver's name.
getName() - Method in class org.eclipse.swt.widgets.Widget
 
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) - 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.
getNameText() - Method in class org.eclipse.swt.widgets.Button
 
getNameText() - Method in class org.eclipse.swt.widgets.Combo
 
getNameText() - Method in class org.eclipse.swt.widgets.DateTime
 
getNameText() - Method in class org.eclipse.swt.widgets.Decorations
 
getNameText() - Method in class org.eclipse.swt.widgets.Group
 
getNameText() - Method in class org.eclipse.swt.widgets.Item
 
getNameText() - Method in class org.eclipse.swt.widgets.Label
 
getNameText() - Method in class org.eclipse.swt.widgets.Link
 
getNameText() - Method in class org.eclipse.swt.widgets.Menu
 
getNameText() - Method in class org.eclipse.swt.widgets.MenuItem
 
getNameText() - Method in class org.eclipse.swt.widgets.TableItem
 
getNameText() - Method in class org.eclipse.swt.widgets.ToolItem
 
getNameText() - Method in class org.eclipse.swt.widgets.ToolTip
 
getNameText() - Method in class org.eclipse.swt.widgets.TreeItem
 
getNameText() - Method in class org.eclipse.swt.widgets.Widget
 
getNativeDeviceZoom() - Static method in class org.eclipse.swt.internal.DPIUtil
 
getNextBit() - Method in class org.eclipse.swt.internal.image.TIFFModifiedHuffmanCodec
 
getNextBits(int) - Method in class org.eclipse.swt.internal.image.TIFFModifiedHuffmanCodec
 
getNextByte() - Method in class org.eclipse.swt.internal.image.PngLzBlockReader
 
getNextCompressedByte() - Method in class org.eclipse.swt.internal.image.PngLzBlockReader
 
getNextDistanceValue(PngDecodingDataStream) - Method in class org.eclipse.swt.internal.image.PngHuffmanTables
 
getNextField(FieldPosition) - Method in class org.eclipse.swt.widgets.DateTime
Given a FieldPosition searches the next field in the format string
getNextFunctionIndex() - Method in class org.eclipse.swt.browser.WebBrowser
 
getNextId() - Static method in class org.eclipse.swt.browser.WebKit.Webkit2AsyncToSync.CallBackMap
 
getNextIdatBit() - Method in class org.eclipse.swt.internal.image.PngDecodingDataStream
 
getNextIdatBits(int) - Method in class org.eclipse.swt.internal.image.PngDecodingDataStream
 
getNextIdatByte() - Method in class org.eclipse.swt.internal.image.PngDecodingDataStream
 
getNextItem(TreeItem) - Method in class org.eclipse.swt.custom.TreeCursor
 
getNextLiteralValue(PngDecodingDataStream) - Method in class org.eclipse.swt.internal.image.PngHuffmanTables
 
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.
getNextValue(PngDecodingDataStream) - Method in class org.eclipse.swt.internal.image.PngHuffmanTable
 
getNonDisposedWidgets() - Method in class org.eclipse.swt.internal.WidgetSpy.NonDisposedWidgetTracker
 
getNumberOfImageComponents() - Method in class org.eclipse.swt.internal.image.JPEGFrameHeader
 
getNumberOfImageComponents() - Method in class org.eclipse.swt.internal.image.JPEGScanHeader
 
getNumberOfLines() - Method in class org.eclipse.swt.internal.image.JPEGFrameHeader
 
getObj(int) - Static method in class org.eclipse.swt.browser.WebKit.Webkit2AsyncToSync.CallBackMap
 
getObject(long) - Method in class org.eclipse.swt.dnd.ContentProviders
Return the Java object associated with the given GValue
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.DefaultContent
Returns the logical offset of the given line.
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(int, int, int[]) - Method in class org.eclipse.swt.custom.StyledText
 
getOffsetAtPoint(int, int, int[], boolean) - Method in class org.eclipse.swt.custom.StyledText
 
getOffsetAtPoint(int, int, int, int[]) - Method in class org.eclipse.swt.custom.StyledText
 
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.
getOffsetInPixels(int, int, int[]) - Method in class org.eclipse.swt.graphics.TextLayout
 
getOffsetInPixels(Point, int[]) - Method in class org.eclipse.swt.graphics.TextLayout
 
getOperationFromKeyState() - Method in class org.eclipse.swt.dnd.DropTarget
 
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.
getPaletteData() - Method in class org.eclipse.swt.internal.image.PngIhdrChunk
 
getPaletteData() - Method in class org.eclipse.swt.internal.image.PngPlteChunk
Get a PaletteData object representing the colors stored in this PLTE chunk.
getPaletteSize() - Method in class org.eclipse.swt.internal.image.PngPlteChunk
Get the number of colors in this palette.
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.
getParentActionIface(long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Fills a Java AtkActionIface struct with that of the parent class.
getParentAtkObjectClass() - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Fills a Java AtkObjectClass struct with that of the parent class.
getParentComponentIface(long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Fills a Java AtkComponentIface struct with that of the parent class.
getParentEditableTextIface(long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Fills a Java AtkEditableTextIface struct with that of the parent class.
getParentHypertextIface(long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Fills a Java AtkHypertextIface struct with that of the parent class.
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.
getParentSelectionIface(long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Fills a Java AtkSelectionIface struct with that of the parent class.
getParentTableIface(long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Fills a Java AtkTableIface struct with that of the parent class.
getParentTextIface(long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Fills a Java AtkTextIface struct with that of the parent class.
getParentValueIface(long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Fills a Java AtkValueIface struct with that of the parent class.
getPartialBottomIndex() - Method in class org.eclipse.swt.custom.StyledText
Returns the index of the last partially visible line.
getPartialBottomIndexFixedLineHeight() - Method in class org.eclipse.swt.custom.StyledText
Returns the index of the last partially visible line assuming a fixed line height.
getPartialTopIndex() - Method in class org.eclipse.swt.custom.StyledText
Returns the index of the first partially visible line.
getPath() - Method in class org.eclipse.swt.widgets.Control
 
getPathData() - Method in class org.eclipse.swt.graphics.Path
Returns a device independent representation of the receiver.
getPhysicalLine(int) - Method in class org.eclipse.swt.custom.DefaultContent
Returns the physical line at the given index (i.e., with delimiters and the gap).
getPhysicalText(int, int) - Method in class org.eclipse.swt.custom.DefaultContent
Returns a string representing the continuous content of the text store.
getPixbufRenderer(long) - Method in class org.eclipse.swt.widgets.Table
 
getPixbufRenderer(long) - Method in class org.eclipse.swt.widgets.Tree
 
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.
getPlatformDelimitedText(TextWriter) - Method in class org.eclipse.swt.custom.StyledText
Returns the content in the specified range using the platform line delimiter to separate lines.
getPointAtOffset(int) - Method in class org.eclipse.swt.custom.StyledText
Returns the location of the given offset.
getPointerPosition(double[], double[]) - Method in class org.eclipse.swt.widgets.Display
Gets the current cursor position relative to the upper left corner of the surface.
getPosition() - Method in class org.eclipse.swt.internal.image.LEDataInputStream
Answer how many bytes were read.
getPosition(Point) - Method in class org.eclipse.swt.widgets.Text
 
getPreferredSize() - Method in class org.eclipse.swt.widgets.CoolItem
Returns a point describing the receiver's ideal size.
getPreviousField(FieldPosition) - Method in class org.eclipse.swt.widgets.DateTime
 
getPreviousItem(TreeItem) - Method in class org.eclipse.swt.custom.TreeCursor
 
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.
getQuantizationTablesKeys() - Method in class org.eclipse.swt.internal.image.JPEGQuantizationTable
 
getQuantizationTablesValues() - Method in class org.eclipse.swt.internal.image.JPEGQuantizationTable
 
getRangeIndex(int, int, int) - Method in class org.eclipse.swt.custom.StyledTextRenderer
 
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(int, int) - Method in class org.eclipse.swt.custom.StyledTextRenderer
 
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.
getRectanglesInPixels(int) - Method in class org.eclipse.swt.widgets.Link
 
getRed() - Method in class org.eclipse.swt.graphics.Color
Returns the amount of red in the color, from 0 to 255.
getReference() - Method in class org.eclipse.swt.internal.image.PngChunk
Get the PngChunk's reference byteArray;
getRegion() - Method in class org.eclipse.swt.layout.BorderData
 
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.
getRegionString(int) - Static method in class org.eclipse.swt.layout.BorderData
 
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
 
getResizeMode(double, double) - Method in class org.eclipse.swt.widgets.Shell
 
getRestartInterval() - Method in class org.eclipse.swt.internal.image.JPEGRestartInterval
 
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.
getRGBPalette(int, int, int) - Method in class org.eclipse.swt.internal.image.TIFFDirectory
 
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.
getRightAttachment(Control, int, boolean) - Method in class org.eclipse.swt.layout.FormData
 
getRightItemEdge(GC) - Method in class org.eclipse.swt.custom.CTabFolder
 
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.
getSamplePrecision() - Method in class org.eclipse.swt.internal.image.JPEGFrameHeader
 
getSamplesPerLine() - Method in class org.eclipse.swt.internal.image.JPEGFrameHeader
 
getSashWidth() - Method in class org.eclipse.swt.custom.SashForm
Returns the width of the sashes when the controls in the SashForm are laid out.
getScaledVerticalIndent() - Method in class org.eclipse.swt.graphics.TextLayout
Returns the scaled vertical indent.
getScalingFactor(int) - Static method in class org.eclipse.swt.internal.DPIUtil
Returns scaling factor from the given device zoom
getScalingFactor(int, int) - Static method in class org.eclipse.swt.internal.DPIUtil
 
getScope() - Method in class org.eclipse.swt.printing.PrintDialog
Returns the print job scope that the user selected before pressing OK in the dialog.
getScreenDPI() - Method in class org.eclipse.swt.graphics.Device
 
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.
getSectionHandle() - Method in class org.eclipse.swt.widgets.Menu.Section
 
getSectionPosition() - Method in class org.eclipse.swt.widgets.Menu.Section
 
getSectionSize() - Method in class org.eclipse.swt.widgets.Menu.Section
 
getSegmentLength() - Method in class org.eclipse.swt.internal.image.JPEGFixedSizeSegment
 
getSegmentLength() - Method in class org.eclipse.swt.internal.image.JPEGSegment
 
getSegmentMarker() - Method in class org.eclipse.swt.internal.image.JPEGSegment
 
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.
getSegmentsText() - Method in class org.eclipse.swt.graphics.TextLayout
 
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.
getSelectedImageVisible() - Method in class org.eclipse.swt.custom.CTabFolder
Returns true if an image appears in selected tabs.
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.
getSignature(int) - Static method in class org.eclipse.swt.internal.Callback
 
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.internal.image.PngChunk
Get the chunk's total size including the length, type, and crc fields.
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.
getSize(int) - Method in class org.eclipse.swt.widgets.ToolTip
 
getSize(int[], int[]) - Method in class org.eclipse.swt.graphics.GC
 
getSize(Control) - Method in class org.eclipse.swt.layout.BorderData
 
getSizeInPixels() - Method in class org.eclipse.swt.widgets.Control
 
getSizeInPixels() - Method in class org.eclipse.swt.widgets.Shell
 
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.
getSpacingInPixels() - Method in class org.eclipse.swt.graphics.TextLayout
 
getSpokenText() - Method in class org.eclipse.swt.widgets.DateTime
 
getStackTrace() - Static method in class org.eclipse.swt.browser.WebKit
 
getStart() - Method in class org.eclipse.swt.custom.TextWriter
Returns the offset where writing starts.
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.
getStartOfSpectralSelection() - Method in class org.eclipse.swt.internal.image.JPEGScanHeader
 
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.
getString(long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
 
getString(long) - Static method in class org.eclipse.swt.browser.WebKit
 
getStringPtr(String) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
 
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.
getStyleRange(StyleRange) - Method in class org.eclipse.swt.custom.StyledTextRenderer
 
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.
getStyleRanges(int, int, boolean) - Method in class org.eclipse.swt.custom.StyledTextRenderer
 
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.
getStylesForLine(int) - Method in class org.eclipse.swt.custom.StyledTextRenderer
Returns styles range for the given line index and null otherwise.
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
 
getSurfaceOrigin() - Method in class org.eclipse.swt.widgets.Control
Gets the position of the top left corner of the control in root window (display) coordinates.
getSurfaceOrigin() - Method in class org.eclipse.swt.widgets.Shell
 
getSwtBitsPerPixel() - Method in class org.eclipse.swt.internal.image.PngIhdrChunk
Answer the pixel size in bits based on the color type and bit depth.
getSwtTransparentPixel(PngIhdrChunk) - Method in class org.eclipse.swt.internal.image.PngTrnsChunk
Answer the transparent pixel RGB value.
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.
getTableClass() - Method in class org.eclipse.swt.internal.image.JPEGHuffmanTable
 
getTableIdentifier() - Method in class org.eclipse.swt.internal.image.JPEGHuffmanTable
 
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.
getTabsInPixels() - Method in class org.eclipse.swt.graphics.TextLayout
 
getTabStops() - Method in class org.eclipse.swt.custom.StyledText
Returns the tab list of the receiver.
getTabWidth(int) - Method in class org.eclipse.swt.widgets.Text
 
getText() - Method in class org.eclipse.swt.accessibility.AccessibleObject
 
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.browser.WebBrowser
 
getText() - Method in class org.eclipse.swt.browser.WebKit
 
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.DateTime
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.Combo
 
getText(int, int) - Method in class org.eclipse.swt.widgets.DateTime
 
getText(int, int) - Method in class org.eclipse.swt.widgets.Text
Returns a range of text.
getText(String, int, int) - Method in class org.eclipse.swt.widgets.DateTime
Gets the substring between start and end indices of the caller provided string.
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.
getText(Browser, long) - Static method in class org.eclipse.swt.browser.WebKit.Webkit2AsyncToSync
 
getText_callback - Static variable in class org.eclipse.swt.browser.WebKit.Webkit2AsyncToSync
 
getText_callback(long, long, long) - Static method in class org.eclipse.swt.browser.WebKit.Webkit2AsyncToSync
 
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.
getTextLayout(int) - Method in class org.eclipse.swt.custom.StyledTextRenderer
 
getTextLayout(int, int, int, int) - Method in class org.eclipse.swt.custom.StyledTextRenderer
 
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.DefaultContent
Returns a string representing the logical content of the text store (i.e., gap stripped out).
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.
getTextRenderer(long) - Method in class org.eclipse.swt.widgets.List
 
getTextRenderer(long) - Method in class org.eclipse.swt.widgets.Table
 
getTextRenderer(long) - Method in class org.eclipse.swt.widgets.Tree
 
getTextSelection() - Method in class org.eclipse.swt.widgets.DateTime
Returns the selected text.
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
 
getThickness(long) - Method in class org.eclipse.swt.widgets.Control
 
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.
getTopAttachment(Control, int, boolean) - Method in class org.eclipse.swt.layout.FormData
 
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.
getTopLeft() - Method in class org.eclipse.swt.graphics.Rectangle.OfFloat
 
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.
getTotal(ToIntFunction, int, Map) - Method in class org.eclipse.swt.layout.BorderLayout
Calculates the total W/H according to the extractor
getTotalSize(Image, String) - Method in class org.eclipse.swt.custom.CLabel
Compute the minimum size.
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.
getTransfer(long) - Method in class org.eclipse.swt.dnd.ContentProviders
Return the transfer associated with the given gtype Return null on error (unknown gtype)
getTransform(Transform) - Method in class org.eclipse.swt.graphics.GC
Sets the parameter to the transform that is currently being used by the receiver.
getTransformedClippingRectangle(int[]) - Static method in class org.eclipse.swt.graphics.GC
 
getTransparencyMask() - Method in class org.eclipse.swt.graphics.ImageData
Returns an ImageData which specifies the transparency mask information for the receiver.
getTransparencyMaskFromAlphaData() - Method in class org.eclipse.swt.graphics.ImageData
 
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.
getTransparencyType(PngIhdrChunk) - Method in class org.eclipse.swt.internal.image.PngTrnsChunk
 
getTypeBytes() - Method in class org.eclipse.swt.internal.image.PngChunk
Get the chunk type.
getTypedListeners(int, Class) - Method in class org.eclipse.swt.widgets.Widget
Returns the typed listeners who will be notified when an event of the given type occurs.
getTypeId(String) - Method in class org.eclipse.swt.dnd.ContentProviders
Return the type for the given mime type Returns 0 on error (unknown mime_type).
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.
getUrl() - Method in class org.eclipse.swt.browser.WebBrowser
 
getUrl() - Method in class org.eclipse.swt.browser.WebKit
 
getUserFunction() - Method in class org.eclipse.swt.internal.GDBus.GDBusMethod
 
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.
getVerticalIncrement() - Method in class org.eclipse.swt.custom.StyledText
Returns the vertical scroll increment.
getVerticalIndent() - Method in class org.eclipse.swt.graphics.TextLayout
Returns the vertical indent of the receiver.
getVerticalScrollOffset() - Method in class org.eclipse.swt.custom.StyledText
 
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.
getVisualLineIndex(TextLayout, int) - Method in class org.eclipse.swt.custom.StyledText
 
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.
getWebBrowser() - Method in class org.eclipse.swt.browser.WebBrowser
 
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.
getWidget(long) - Method in class org.eclipse.swt.widgets.Display
 
getWidth() - Method in class org.eclipse.swt.custom.StyledTextRenderer
 
getWidth() - Method in class org.eclipse.swt.graphics.Rectangle.OfFloat
 
getWidth() - Method in class org.eclipse.swt.graphics.TextLayout
Returns the width of the receiver.
getWidth() - Method in class org.eclipse.swt.internal.image.PngIhdrChunk
Get the image's width in pixels.
getWidth() - Method in class org.eclipse.swt.widgets.CoolBar
 
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.
getWidth(Control, boolean) - Method in class org.eclipse.swt.layout.FormData
 
getWidthInPixels() - Method in class org.eclipse.swt.graphics.TextLayout
 
getWindowOrigin() - Method in class org.eclipse.swt.widgets.Control
Gets the position of the top left corner of the control in root window (display) coordinates.
getWindowOrigin() - Method in class org.eclipse.swt.widgets.Shell
 
getWindowPointerPosition(long, int[], int[], int[]) - Method in class org.eclipse.swt.widgets.Display
Gets the current cursor position relative to the upper left corner of the window.
getWordNext(int, int) - Method in class org.eclipse.swt.custom.StyledText
 
getWordNext(int, int, boolean) - Method in class org.eclipse.swt.custom.StyledText
 
getWordPrevious(int, int) - Method in class org.eclipse.swt.custom.StyledText
 
getWordPrevious(int, int, boolean) - Method in class org.eclipse.swt.custom.StyledText
 
getWordWrap() - Method in class org.eclipse.swt.custom.StyledText
Returns whether the widget wraps lines.
getWorkArea() - Method in class org.eclipse.swt.widgets.Display
Returns the work area, an EWMH property to store the size and position of the screen not covered by dock and panel windows.
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.
getWrapIndentInPixels() - Method in class org.eclipse.swt.graphics.TextLayout
 
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.
getWrappedHeight(Point) - Method in class org.eclipse.swt.custom.CTabFolder
 
getWrapWidth() - Method in class org.eclipse.swt.custom.StyledText
 
getX() - Method in class org.eclipse.swt.graphics.Point.OfFloat
 
getX() - Method in class org.eclipse.swt.graphics.Rectangle.OfFloat
 
getX(Point) - Static method in class org.eclipse.swt.custom.StyledText
 
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.
getY() - Method in class org.eclipse.swt.graphics.Point.OfFloat
 
getY() - Method in class org.eclipse.swt.graphics.Rectangle.OfFloat
 
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
 
getZoomForAutoscaleProperty(int, String) - Static method in class org.eclipse.swt.internal.DPIUtil
 
gicon - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GIF_APPLICATION_EXTENSION_BLOCK_ID - Static variable in class org.eclipse.swt.internal.image.GIFFileFormat
 
GIF_COMMENT_BLOCK_ID - Static variable in class org.eclipse.swt.internal.image.GIFFileFormat
 
GIF_EXTENSION_BLOCK_ID - Static variable in class org.eclipse.swt.internal.image.GIFFileFormat
 
GIF_GRAPHICS_CONTROL_BLOCK_ID - Static variable in class org.eclipse.swt.internal.image.GIFFileFormat
 
GIF_IMAGE_BLOCK_ID - Static variable in class org.eclipse.swt.internal.image.GIFFileFormat
 
GIF_PLAIN_TEXT_BLOCK_ID - Static variable in class org.eclipse.swt.internal.image.GIFFileFormat
 
GIF_TRAILER_ID - Static variable in class org.eclipse.swt.internal.image.GIFFileFormat
 
GIF89a - Static variable in class org.eclipse.swt.internal.image.GIFFileFormat
 
GIFFileFormat - Class in org.eclipse.swt.internal.image
 
GIFFileFormat() - Constructor for class org.eclipse.swt.internal.image.GIFFileFormat
 
gio_execute(String) - Method in class org.eclipse.swt.program.Program
GIO - Execute the program for the given file.
gio_getMimeInfo() - Static method in class org.eclipse.swt.program.Program
 
gio_getMimeType(String) - Static method in class org.eclipse.swt.program.Program
 
gio_getProgram(long) - Static method in class org.eclipse.swt.program.Program
 
gio_getProgram(String) - Static method in class org.eclipse.swt.program.Program
 
gio_launch(String) - Static method in class org.eclipse.swt.program.Program
GIO - Launch the default program for the given file.
gioExpectUri - Variable in class org.eclipse.swt.program.Program
 
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.
global_state - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
glViewport(int, int, int, int) - Static method in class org.eclipse.swt.internal.opengl.glx.GLX
 
glWindow - Variable in class org.eclipse.swt.opengl.GLCanvas
 
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
 
GNOME_LIST - Static variable in class org.eclipse.swt.dnd.FileTransfer
 
GNOME_LIST_ID - Static variable in class org.eclipse.swt.dnd.FileTransfer
 
GObjectClass - Class in org.eclipse.swt.internal.gtk
 
GObjectClass() - Constructor for class org.eclipse.swt.internal.gtk.GObjectClass
 
gObjectClass_finalize(long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
 
GPollFD_sizeof() - Static method in class org.eclipse.swt.internal.gtk.OS
64 bit
grab() - Method in class org.eclipse.swt.widgets.Tracker
 
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_FOCUS - Static variable in class org.eclipse.swt.widgets.Widget
 
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.
grabbed - Variable in class org.eclipse.swt.widgets.Tracker
 
grabbedFocus - Variable in class org.eclipse.swt.widgets.Shell
 
GRABBER_WIDTH - Static variable in class org.eclipse.swt.widgets.CoolItem
 
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.
gradientColors - Variable in class org.eclipse.swt.custom.CLabel
 
gradientColors - Variable in class org.eclipse.swt.custom.CTabFolder
 
gradientPercents - Variable in class org.eclipse.swt.custom.CLabel
 
gradientPercents - Variable in class org.eclipse.swt.custom.CTabFolder
 
gradientVertical - Variable in class org.eclipse.swt.custom.CLabel
 
gradientVertical - Variable in class org.eclipse.swt.custom.CTabFolder
 
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
 
gray_rgb_convert(JPEGDecoder.jpeg_decompress_struct, byte[][][], int[], int, byte[][], int, int) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
GRAY_RGB_CONVERT - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
grayed - Variable in class org.eclipse.swt.widgets.Button
 
grayed - Variable in class org.eclipse.swt.widgets.TableItem
 
grayed - Variable in class org.eclipse.swt.widgets.TreeItem
 
GRAYED_COLUMN - Static variable in class org.eclipse.swt.widgets.Table
 
GRAYED_COLUMN - Static variable in class org.eclipse.swt.widgets.Tree
 
grayRamp(int) - Static method in class org.eclipse.swt.internal.image.GIFFileFormat
Answer a palette containing numGrays shades of gray, ranging from black to white.
grayscale_convert(JPEGDecoder.jpeg_decompress_struct, byte[][][], int[], int, byte[][], int, int) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
GRAYSCALE_CONVERT - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
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.graphics.Resource.ResourceTrackerThreadFactory
 
group - Variable in class org.eclipse.swt.internal.gtk.GdkKeymapKey
 
group - Variable in class org.eclipse.swt.internal.gtk3.GdkEventKey
 
group - Variable in class org.eclipse.swt.widgets.Shell
 
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")
groupHandle - Variable in class org.eclipse.swt.widgets.Button
 
groupHandle - Variable in class org.eclipse.swt.widgets.MenuItem
 
groupHandle - Variable in class org.eclipse.swt.widgets.ToolItem
GTK4 only field, used to keep track of the containing box of the image invalid input: '&' label
groupIndex - Variable in class org.eclipse.swt.accessibility.AccessibleAttributeEvent
[out] the 1-based index of this accessible in its group (0 means "not applicable")
groupKeysCount - Variable in class org.eclipse.swt.widgets.Display
 
groupLevel - Variable in class org.eclipse.swt.accessibility.AccessibleAttributeEvent
[out] the 1-based level of this accessible in its group (0 means "not applicable")
GROW - Static variable in class org.eclipse.swt.custom.StyledTextRenderer
 
GROW_SIZE - Static variable in class org.eclipse.swt.widgets.Display
 
GROW_SIZE - Static variable in class org.eclipse.swt.widgets.EventTable
 
GROW_SIZE - Static variable in class org.eclipse.swt.widgets.Synchronizer
 
gsettingsCallback - Variable in class org.eclipse.swt.graphics.Device
 
gsettingsProc - Variable in class org.eclipse.swt.graphics.Device
 
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_activate(long) - Method in class org.eclipse.swt.widgets.Combo
 
gtk_activate(long) - Method in class org.eclipse.swt.widgets.ExpandItem
 
gtk_activate(long) - Method in class org.eclipse.swt.widgets.MenuItem
 
gtk_activate(long) - Method in class org.eclipse.swt.widgets.Spinner
 
gtk_activate(long) - Method in class org.eclipse.swt.widgets.Text
 
gtk_activate(long) - Method in class org.eclipse.swt.widgets.TrayItem
 
gtk_activate(long) - Method in class org.eclipse.swt.widgets.Widget
 
gtk_adjustment_configure(long, double, double, double, double, double, double) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_adjustment_get(long, GtkAdjustment) - Method in class org.eclipse.swt.widgets.Widget
 
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, boolean, int) - Method in class org.eclipse.swt.widgets.Widget
 
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_pack_end(long, long, boolean, boolean, int) - Method in class org.eclipse.swt.widgets.Widget
 
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_child_packing(long, long, boolean, boolean, int, int) - Method in class org.eclipse.swt.widgets.Widget
 
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_press_event(long, long) - Method in class org.eclipse.swt.widgets.Button
 
gtk_button_press_event(long, long) - Method in class org.eclipse.swt.widgets.Canvas
 
gtk_button_press_event(long, long) - Method in class org.eclipse.swt.widgets.Combo
 
gtk_button_press_event(long, long) - Method in class org.eclipse.swt.widgets.Composite
 
gtk_button_press_event(long, long) - Method in class org.eclipse.swt.widgets.Control
 
gtk_button_press_event(long, long) - Method in class org.eclipse.swt.widgets.ExpandItem
 
gtk_button_press_event(long, long) - Method in class org.eclipse.swt.widgets.IME
 
gtk_button_press_event(long, long) - Method in class org.eclipse.swt.widgets.Link
 
gtk_button_press_event(long, long) - Method in class org.eclipse.swt.widgets.List
 
gtk_button_press_event(long, long) - Method in class org.eclipse.swt.widgets.Sash
 
gtk_button_press_event(long, long) - Method in class org.eclipse.swt.widgets.ScrollBar
 
gtk_button_press_event(long, long) - Method in class org.eclipse.swt.widgets.Shell
 
gtk_button_press_event(long, long) - Method in class org.eclipse.swt.widgets.Slider
 
gtk_button_press_event(long, long) - Method in class org.eclipse.swt.widgets.Table
 
gtk_button_press_event(long, long) - Method in class org.eclipse.swt.widgets.Text
 
gtk_button_press_event(long, long) - Method in class org.eclipse.swt.widgets.ToolItem
 
gtk_button_press_event(long, long) - Method in class org.eclipse.swt.widgets.ToolTip
 
gtk_button_press_event(long, long) - Method in class org.eclipse.swt.widgets.TrayItem
 
gtk_button_press_event(long, long) - Method in class org.eclipse.swt.widgets.Tree
 
gtk_button_press_event(long, long) - Method in class org.eclipse.swt.widgets.Widget
 
gtk_button_press_event(long, long, boolean) - Method in class org.eclipse.swt.widgets.Control
 
gtk_button_release_event(long, long) - Method in class org.eclipse.swt.widgets.Control
 
gtk_button_release_event(long, long) - Method in class org.eclipse.swt.widgets.DateTime
 
gtk_button_release_event(long, long) - Method in class org.eclipse.swt.widgets.Link
 
gtk_button_release_event(long, long) - Method in class org.eclipse.swt.widgets.List
 
gtk_button_release_event(long, long) - Method in class org.eclipse.swt.widgets.Sash
 
gtk_button_release_event(long, long) - Method in class org.eclipse.swt.widgets.Table
 
gtk_button_release_event(long, long) - Method in class org.eclipse.swt.widgets.ToolItem
 
gtk_button_release_event(long, long) - Method in class org.eclipse.swt.widgets.Tracker
 
gtk_button_release_event(long, long) - Method in class org.eclipse.swt.widgets.Tree
 
gtk_button_release_event(long, long) - Method in class org.eclipse.swt.widgets.Widget
 
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, int[], int[]) - Method in class org.eclipse.swt.widgets.Widget
 
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_get_type() - Method in class org.eclipse.swt.widgets.Display
 
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_get_type() - Method in class org.eclipse.swt.widgets.Display
 
gtk_cell_renderer_text_new() - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_cell_renderer_toggle_get_type() - Method in class org.eclipse.swt.widgets.Display
 
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_change_value(long, int, double, long) - Method in class org.eclipse.swt.widgets.ScrollBar
 
gtk_change_value(long, int, double, long) - Method in class org.eclipse.swt.widgets.Slider
 
gtk_change_value(long, int, double, long) - Method in class org.eclipse.swt.widgets.Widget
 
gtk_changed(long) - Method in class org.eclipse.swt.widgets.Combo
 
gtk_changed(long) - Method in class org.eclipse.swt.widgets.List
 
gtk_changed(long) - Method in class org.eclipse.swt.widgets.Spinner
 
gtk_changed(long) - Method in class org.eclipse.swt.widgets.Table
 
gtk_changed(long) - Method in class org.eclipse.swt.widgets.Text
 
gtk_changed(long) - Method in class org.eclipse.swt.widgets.Tree
 
gtk_changed(long) - Method in class org.eclipse.swt.widgets.Widget
 
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_clicked(long) - Method in class org.eclipse.swt.widgets.Button
 
gtk_clicked(long) - Method in class org.eclipse.swt.widgets.TableColumn
 
gtk_clicked(long) - Method in class org.eclipse.swt.widgets.ToolItem
 
gtk_clicked(long) - Method in class org.eclipse.swt.widgets.TreeColumn
 
gtk_clicked(long) - Method in class org.eclipse.swt.widgets.Widget
 
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_close_request(long) - Method in class org.eclipse.swt.widgets.Shell
 
gtk_close_request(long) - Method in class org.eclipse.swt.widgets.Widget
 
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_color_dialog_choose_rgba(long, long, GdkRGBA, long, long, long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_color_dialog_choose_rgba_finish(long, long, long[]) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_color_dialog_get_modal(long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_color_dialog_get_with_alpha(long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_color_dialog_new() - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_color_dialog_set_modal(long, boolean) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_color_dialog_set_title(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_color_dialog_set_with_alpha(long, boolean) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
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_insert(String, int) - Method in class org.eclipse.swt.widgets.Combo
 
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() - Method in class org.eclipse.swt.widgets.Combo
 
gtk_combo_box_text_remove_all(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_combo_box_toggle_wrap(boolean) - Method in class org.eclipse.swt.widgets.Combo
Bug 489640, 438992.
gtk_commit(long, long) - Method in class org.eclipse.swt.widgets.Canvas
 
gtk_commit(long, long) - Method in class org.eclipse.swt.widgets.Combo
 
gtk_commit(long, long) - Method in class org.eclipse.swt.widgets.Control
 
gtk_commit(long, long) - Method in class org.eclipse.swt.widgets.IME
 
gtk_commit(long, long) - Method in class org.eclipse.swt.widgets.Spinner
 
gtk_commit(long, long) - Method in class org.eclipse.swt.widgets.Text
 
gtk_commit(long, long) - Method in class org.eclipse.swt.widgets.Widget
 
gtk_configure_event(long, long) - Method in class org.eclipse.swt.widgets.Shell
 
gtk_configure_event(long, long) - Method in class org.eclipse.swt.widgets.Widget
 
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_border_width_or_margin(long) - Method in class org.eclipse.swt.widgets.Widget
Retrieves the amount of space around the outside of the container.
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_container_set_border_width(long, int) - Method in class org.eclipse.swt.widgets.Widget
Sets the border width of the container to all sides of the container.
gtk_create_menu_proxy(long) - Method in class org.eclipse.swt.widgets.ToolItem
 
gtk_create_menu_proxy(long) - Method in class org.eclipse.swt.widgets.Widget
 
gtk_css_create_css_color_string(String, String, int) - Method in class org.eclipse.swt.widgets.Display
 
gtk_css_parse_background(String, String) - Method in class org.eclipse.swt.widgets.Display
This method allows for parsing of background colors from a GTK CSS string.
gtk_css_parse_foreground(String, String) - Method in class org.eclipse.swt.widgets.Display
This method allows for parsing of foreground colors from a GTK CSS string.
gtk_css_property_to_rgba(String) - Method in class org.eclipse.swt.widgets.Display
This method parses a string representation of a color and returns a GdkRGBA object of that color.
gtk_css_provider_load_from_css(long, String) - Method in class org.eclipse.swt.widgets.Control
 
gtk_css_provider_load_from_css(long, String) - Method in class org.eclipse.swt.widgets.TabItem
 
gtk_css_provider_load_from_css(long, String) - Method in class org.eclipse.swt.widgets.ToolTip
 
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_css_provider_to_string(long) - Method in class org.eclipse.swt.widgets.Display
 
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_day_selected(long) - Method in class org.eclipse.swt.widgets.DateTime
 
gtk_day_selected(long) - Method in class org.eclipse.swt.widgets.Widget
 
gtk_day_selected_double_click(long) - Method in class org.eclipse.swt.widgets.DateTime
 
gtk_day_selected_double_click(long) - Method in class org.eclipse.swt.widgets.Widget
 
gtk_delete_event(long, long) - Method in class org.eclipse.swt.widgets.Shell
 
gtk_delete_event(long, long) - Method in class org.eclipse.swt.widgets.Widget
 
gtk_delete_range(long, long, long) - Method in class org.eclipse.swt.widgets.Text
 
gtk_delete_range(long, long, long) - Method in class org.eclipse.swt.widgets.Widget
 
gtk_delete_text(long, long, long) - Method in class org.eclipse.swt.widgets.Combo
 
gtk_delete_text(long, long, long) - Method in class org.eclipse.swt.widgets.Spinner
 
gtk_delete_text(long, long, long) - Method in class org.eclipse.swt.widgets.Text
 
gtk_delete_text(long, long, long) - Method in class org.eclipse.swt.widgets.Widget
 
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_draw(long, long) - Method in class org.eclipse.swt.widgets.Button
 
gtk_draw(long, long) - Method in class org.eclipse.swt.widgets.Canvas
 
gtk_draw(long, long) - Method in class org.eclipse.swt.widgets.Combo
 
gtk_draw(long, long) - Method in class org.eclipse.swt.widgets.Composite
 
gtk_draw(long, long) - Method in class org.eclipse.swt.widgets.Control
 
gtk_draw(long, long) - Method in class org.eclipse.swt.widgets.Link
 
gtk_draw(long, long) - Method in class org.eclipse.swt.widgets.Sash
 
gtk_draw(long, long) - Method in class org.eclipse.swt.widgets.Scrollable
 
gtk_draw(long, long) - Method in class org.eclipse.swt.widgets.Shell
 
gtk_draw(long, long) - Method in class org.eclipse.swt.widgets.Table
 
gtk_draw(long, long) - Method in class org.eclipse.swt.widgets.Text
 
gtk_draw(long, long) - Method in class org.eclipse.swt.widgets.ToolTip
 
gtk_draw(long, long) - Method in class org.eclipse.swt.widgets.Tree
 
gtk_draw(long, long) - Method in class org.eclipse.swt.widgets.Widget
 
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_max_width_chars(long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
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_max_width_chars(long, int) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_editable_set_position(long, int) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_editable_set_text(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_enter_notify_event(long, long) - Method in class org.eclipse.swt.widgets.Control
 
gtk_enter_notify_event(long, long) - Method in class org.eclipse.swt.widgets.ExpandItem
 
gtk_enter_notify_event(long, long) - Method in class org.eclipse.swt.widgets.Shell
 
gtk_enter_notify_event(long, long) - Method in class org.eclipse.swt.widgets.TabItem
 
gtk_enter_notify_event(long, long) - Method in class org.eclipse.swt.widgets.ToolItem
 
gtk_enter_notify_event(long, long) - Method in class org.eclipse.swt.widgets.Widget
 
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_get_text(long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
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_EVENT_SEQUENCE_CLAIMED - Static variable in class org.eclipse.swt.internal.gtk4.GTK4
 
GTK_EVENT_SEQUENCE_DENIED - Static variable in class org.eclipse.swt.internal.gtk4.GTK4
 
GTK_EVENT_SEQUENCE_NONE - Static variable in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_events_pending() - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_expand_collapse_cursor_row(long, long, long, long) - Method in class org.eclipse.swt.widgets.Tree
 
gtk_expand_collapse_cursor_row(long, long, long, long) - Method in class org.eclipse.swt.widgets.Widget
 
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_BACKEND - Static variable in class org.eclipse.swt.printing.Printer
 
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_dialog_get_default_filter(long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_file_dialog_new() - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_file_dialog_open(long, long, long, long, long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_file_dialog_open_finish(long, long, long[]) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_file_dialog_open_multiple(long, long, long, long, long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_file_dialog_open_multiple_finish(long, long, long[]) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_file_dialog_save(long, long, long, long, long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_file_dialog_save_finish(long, long, long[]) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_file_dialog_select_folder(long, long, long, long, long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_file_dialog_select_folder_finish(long, long, long[]) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_file_dialog_set_default_filter(long, long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_file_dialog_set_filters(long, long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_file_dialog_set_initial_file(long, long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_file_dialog_set_initial_folder(long, long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_file_dialog_set_initial_name(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_file_dialog_set_title(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
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_fixed_get_type() - Method in class org.eclipse.swt.widgets.Display
 
gtk_focus(long, long) - Method in class org.eclipse.swt.widgets.Composite
 
gtk_focus(long, long) - Method in class org.eclipse.swt.widgets.Control
 
gtk_focus(long, long) - Method in class org.eclipse.swt.widgets.Shell
 
gtk_focus(long, long) - Method in class org.eclipse.swt.widgets.TabFolder
 
gtk_focus(long, long) - Method in class org.eclipse.swt.widgets.ToolBar
 
gtk_focus(long, long) - Method in class org.eclipse.swt.widgets.Widget
 
gtk_focus_in_event(long, long) - Method in class org.eclipse.swt.widgets.Button
 
gtk_focus_in_event(long, long) - Method in class org.eclipse.swt.widgets.Canvas
 
gtk_focus_in_event(long, long) - Method in class org.eclipse.swt.widgets.Composite
 
gtk_focus_in_event(long, long) - Method in class org.eclipse.swt.widgets.Control
 
gtk_focus_in_event(long, long) - Method in class org.eclipse.swt.widgets.Sash
 
gtk_focus_in_event(long, long) - Method in class org.eclipse.swt.widgets.Shell
 
gtk_focus_in_event(long, long) - Method in class org.eclipse.swt.widgets.ToolItem
 
gtk_focus_in_event(long, long) - Method in class org.eclipse.swt.widgets.Widget
 
gtk_focus_out_event(long, long) - Method in class org.eclipse.swt.widgets.Button
 
gtk_focus_out_event(long, long) - Method in class org.eclipse.swt.widgets.Canvas
 
gtk_focus_out_event(long, long) - Method in class org.eclipse.swt.widgets.Combo
 
gtk_focus_out_event(long, long) - Method in class org.eclipse.swt.widgets.Composite
 
gtk_focus_out_event(long, long) - Method in class org.eclipse.swt.widgets.Control
 
gtk_focus_out_event(long, long) - Method in class org.eclipse.swt.widgets.ExpandItem
 
gtk_focus_out_event(long, long) - Method in class org.eclipse.swt.widgets.Shell
 
gtk_focus_out_event(long, long) - Method in class org.eclipse.swt.widgets.Spinner
 
gtk_focus_out_event(long, long) - Method in class org.eclipse.swt.widgets.Text
 
gtk_focus_out_event(long, long) - Method in class org.eclipse.swt.widgets.ToolItem
 
gtk_focus_out_event(long, long) - Method in class org.eclipse.swt.widgets.Widget
 
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_font_dialog_choose_font(long, long, long, long, long, long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_font_dialog_choose_font_finish(long, long, long[]) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_font_dialog_new() - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_font_dialog_set_modal(long, boolean) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_font_dialog_set_title(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
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_gdk_clipboard_clear(long) - Method in class org.eclipse.swt.dnd.ClipboardProxy
 
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() - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_gesture_drag_new(long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_gesture_get_last_updated_sequence(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.gtk4.GTK4
 
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_press_event(long, int, double, double, long) - Method in class org.eclipse.swt.widgets.Control
Handling multi-press event on GTK4
gtk_gesture_press_event(long, int, double, double, long) - Method in class org.eclipse.swt.widgets.List
 
gtk_gesture_press_event(long, int, double, double, long) - Method in class org.eclipse.swt.widgets.Sash
 
gtk_gesture_press_event(long, int, double, double, long) - Method in class org.eclipse.swt.widgets.Table
 
gtk_gesture_press_event(long, int, double, double, long) - Method in class org.eclipse.swt.widgets.TrayItem
 
gtk_gesture_press_event(long, int, double, double, long) - Method in class org.eclipse.swt.widgets.Tree
 
gtk_gesture_press_event(long, int, double, double, long) - Method in class org.eclipse.swt.widgets.TreeColumn
 
gtk_gesture_press_event(long, int, double, double, long) - Method in class org.eclipse.swt.widgets.Widget
 
gtk_gesture_release_event(long, int, double, double, long) - Method in class org.eclipse.swt.widgets.Control
 
gtk_gesture_release_event(long, int, double, double, long) - Method in class org.eclipse.swt.widgets.DateTime
 
gtk_gesture_release_event(long, int, double, double, long) - Method in class org.eclipse.swt.widgets.Sash
 
gtk_gesture_release_event(long, int, double, double, long) - Method in class org.eclipse.swt.widgets.Widget
 
gtk_gesture_rotate_get_angle_delta(long) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
gtk_gesture_rotate_new() - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_gesture_rotate_new(long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
gtk_gesture_set_sequence_state(long, long, int) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
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() - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_gesture_zoom_new(long) - Static method in class org.eclipse.swt.internal.gtk3.GTK3
 
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_focus(long) - Method in class org.eclipse.swt.widgets.Text
 
gtk_grab_focus(long) - Method in class org.eclipse.swt.widgets.Widget
 
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_hide(long) - Method in class org.eclipse.swt.widgets.Menu
 
gtk_hide(long) - Method in class org.eclipse.swt.widgets.Widget
 
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_release(long, long, long) - Method in class org.eclipse.swt.widgets.Text
 
gtk_icon_release(long, long, long) - Method in class org.eclipse.swt.widgets.Widget
 
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[]) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
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() - Static method in class org.eclipse.swt.printing.Printer
 
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(long, long) - Method in class org.eclipse.swt.widgets.Widget
 
GTK_INPUT_HINT_NO_EMOJI - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
gtk_insert_text(long, long, long, long) - Method in class org.eclipse.swt.widgets.Combo
 
gtk_insert_text(long, long, long, long) - Method in class org.eclipse.swt.widgets.Spinner
 
gtk_insert_text(long, long, long, long) - Method in class org.eclipse.swt.widgets.Text
 
gtk_insert_text(long, long, long, long) - Method in class org.eclipse.swt.widgets.Widget
 
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_align(float, float) - Method in class org.eclipse.swt.widgets.Label
 
gtk_label_set_align(long, float, float) - Method in class org.eclipse.swt.widgets.Control
 
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_leave_notify_event(long, long) - Method in class org.eclipse.swt.widgets.Control
 
gtk_leave_notify_event(long, long) - Method in class org.eclipse.swt.widgets.Shell
 
gtk_leave_notify_event(long, long) - Method in class org.eclipse.swt.widgets.ToolItem
 
gtk_leave_notify_event(long, long) - Method in class org.eclipse.swt.widgets.Widget
 
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_LPR_BACKEND - Static variable in class org.eclipse.swt.printing.Printer
 
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_map(long) - Method in class org.eclipse.swt.widgets.Composite
 
gtk_map(long) - Method in class org.eclipse.swt.widgets.Shell
 
gtk_map(long) - Method in class org.eclipse.swt.widgets.ToolItem
 
gtk_map(long) - Method in class org.eclipse.swt.widgets.Widget
 
gtk_map_event(long, long) - Method in class org.eclipse.swt.widgets.Widget
 
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_popped_up(long, long, long, long, long) - Method in class org.eclipse.swt.widgets.Menu
 
gtk_menu_popped_up(long, long, long, long, long) - Method in class org.eclipse.swt.widgets.Widget
GTK3.22+ has API which allows clients of GTK to connect a menu to the "popped-up" signal.
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_mnemonic_activate(long, long) - Method in class org.eclipse.swt.widgets.Control
 
gtk_mnemonic_activate(long, long) - Method in class org.eclipse.swt.widgets.TabItem
 
gtk_mnemonic_activate(long, long) - Method in class org.eclipse.swt.widgets.TableColumn
 
gtk_mnemonic_activate(long, long) - Method in class org.eclipse.swt.widgets.ToolItem
 
gtk_mnemonic_activate(long, long) - Method in class org.eclipse.swt.widgets.TreeColumn
 
gtk_mnemonic_activate(long, long) - Method in class org.eclipse.swt.widgets.Widget
 
gtk_month_changed(long) - Method in class org.eclipse.swt.widgets.DateTime
 
gtk_month_changed(long) - Method in class org.eclipse.swt.widgets.Widget
 
gtk_motion_notify_event(long, long) - Method in class org.eclipse.swt.widgets.Control
 
gtk_motion_notify_event(long, long) - Method in class org.eclipse.swt.widgets.Link
 
gtk_motion_notify_event(long, long) - Method in class org.eclipse.swt.widgets.Sash
 
gtk_motion_notify_event(long, long) - Method in class org.eclipse.swt.widgets.Shell
 
gtk_motion_notify_event(long, long) - Method in class org.eclipse.swt.widgets.Table
 
gtk_motion_notify_event(long, long) - Method in class org.eclipse.swt.widgets.Tracker
 
gtk_motion_notify_event(long, long) - Method in class org.eclipse.swt.widgets.Tree
 
gtk_motion_notify_event(long, long) - Method in class org.eclipse.swt.widgets.Widget
 
gtk_mouse(int, long, long) - Method in class org.eclipse.swt.widgets.Tracker
 
gtk_move_focus(long, long) - Method in class org.eclipse.swt.widgets.Shell
 
gtk_move_focus(long, long) - Method in class org.eclipse.swt.widgets.Widget
 
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_for_surface(long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
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_output(long) - Method in class org.eclipse.swt.widgets.DateTime
Output signal is called when Spinner's arrow buttons are triggered, usually by clicking the mouse on the [gtk3: +/-] buttons.
gtk_output(long) - Method in class org.eclipse.swt.widgets.Widget
 
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_PICK_DEFAULT - Static variable in class org.eclipse.swt.internal.gtk4.GTK4
 
GTK_PICK_INSENSITIVE - Static variable in class org.eclipse.swt.internal.gtk4.GTK4
 
GTK_PICK_NON_TARGETABLE - Static variable in class org.eclipse.swt.internal.gtk4.GTK4
 
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_populate_popup(long, long) - Method in class org.eclipse.swt.widgets.Combo
 
gtk_populate_popup(long, long) - Method in class org.eclipse.swt.widgets.Spinner
 
gtk_populate_popup(long, long) - Method in class org.eclipse.swt.widgets.Text
 
gtk_populate_popup(long, long) - Method in class org.eclipse.swt.widgets.Widget
 
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_preedit_changed(long) - Method in class org.eclipse.swt.widgets.Canvas
 
gtk_preedit_changed(long) - Method in class org.eclipse.swt.widgets.Control
 
gtk_preedit_changed(long) - Method in class org.eclipse.swt.widgets.IME
 
gtk_preedit_changed(long) - Method in class org.eclipse.swt.widgets.Widget
 
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_realize(long) - Method in class org.eclipse.swt.widgets.Composite
 
gtk_realize(long) - Method in class org.eclipse.swt.widgets.Control
 
gtk_realize(long) - Method in class org.eclipse.swt.widgets.ProgressBar
 
gtk_realize(long) - Method in class org.eclipse.swt.widgets.Sash
 
gtk_realize(long) - Method in class org.eclipse.swt.widgets.Shell
 
gtk_realize(long) - Method in class org.eclipse.swt.widgets.Widget
 
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_rgba_to_css_string(GdkRGBA) - Method in class org.eclipse.swt.widgets.Display
In GdkRGBA, values are a double between 0-1.
gtk_row_activated(long, long, long) - Method in class org.eclipse.swt.widgets.List
 
gtk_row_activated(long, long, long) - Method in class org.eclipse.swt.widgets.Table
 
gtk_row_activated(long, long, long) - Method in class org.eclipse.swt.widgets.Tree
 
gtk_row_activated(long, long, long) - Method in class org.eclipse.swt.widgets.Widget
 
gtk_row_has_child_toggled(long, long, long) - Method in class org.eclipse.swt.widgets.Tree
 
gtk_row_has_child_toggled(long, long, long) - Method in class org.eclipse.swt.widgets.Widget
 
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_child(long, long, long) - Method in class org.eclipse.swt.widgets.Composite
 
gtk_scroll_child(long, long, long) - Method in class org.eclipse.swt.widgets.Widget
 
GTK_SCROLL_END - Static variable in class org.eclipse.swt.internal.gtk.GTK
 
gtk_scroll_event(long, long) - Method in class org.eclipse.swt.widgets.Control
 
gtk_scroll_event(long, long) - Method in class org.eclipse.swt.widgets.Scrollable
 
gtk_scroll_event(long, long) - Method in class org.eclipse.swt.widgets.Table
 
gtk_scroll_event(long, long) - Method in class org.eclipse.swt.widgets.Tree
 
gtk_scroll_event(long, long) - Method in class org.eclipse.swt.widgets.Widget
 
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_overlay_scrolling(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.GTK
 
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_select(long) - Method in class org.eclipse.swt.widgets.MenuItem
 
gtk_select(long) - Method in class org.eclipse.swt.widgets.Widget
 
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_done(long) - Method in class org.eclipse.swt.widgets.Combo
 
gtk_selection_done(long) - Method in class org.eclipse.swt.widgets.Widget
 
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_show(long) - Method in class org.eclipse.swt.widgets.Menu
 
gtk_show(long) - Method in class org.eclipse.swt.widgets.Widget
 
gtk_size_allocate(long, long) - Method in class org.eclipse.swt.widgets.ExpandBar
 
gtk_size_allocate(long, long) - Method in class org.eclipse.swt.widgets.ExpandItem
 
gtk_size_allocate(long, long) - Method in class org.eclipse.swt.widgets.Shell
 
gtk_size_allocate(long, long) - Method in class org.eclipse.swt.widgets.TableColumn
 
gtk_size_allocate(long, long) - Method in class org.eclipse.swt.widgets.ToolTip
 
gtk_size_allocate(long, long) - Method in class org.eclipse.swt.widgets.TrayItem
 
gtk_size_allocate(long, long) - Method in class org.eclipse.swt.widgets.TreeColumn
 
gtk_size_allocate(long, long) - Method in class org.eclipse.swt.widgets.Widget
 
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_start_interactive_search(long) - Method in class org.eclipse.swt.widgets.Table
 
gtk_start_interactive_search(long) - Method in class org.eclipse.swt.widgets.Tree
 
gtk_start_interactive_search(long) - Method in class org.eclipse.swt.widgets.Widget
 
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_popup_menu(long, long, long) - Method in class org.eclipse.swt.widgets.TrayItem
 
gtk_status_icon_popup_menu(long, long, long) - Method in class org.eclipse.swt.widgets.Widget
 
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, int, GtkBorder) - Method in class org.eclipse.swt.widgets.Control
 
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, int, GtkBorder) - Method in class org.eclipse.swt.widgets.Control
 
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_style_updated(long) - Method in class org.eclipse.swt.widgets.Combo
 
gtk_style_updated(long) - Method in class org.eclipse.swt.widgets.Composite
 
gtk_style_updated(long) - Method in class org.eclipse.swt.widgets.Control
 
gtk_style_updated(long) - Method in class org.eclipse.swt.widgets.Widget
 
gtk_switch_page(long, long, int) - Method in class org.eclipse.swt.widgets.TabFolder
 
gtk_switch_page(long, long, int) - Method in class org.eclipse.swt.widgets.Widget
 
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_test_collapse_row(long, long, long) - Method in class org.eclipse.swt.widgets.Tree
 
gtk_test_collapse_row(long, long, long) - Method in class org.eclipse.swt.widgets.Widget
 
gtk_test_expand_row(long, long, long) - Method in class org.eclipse.swt.widgets.Tree
 
gtk_test_expand_row(long, long, long) - Method in class org.eclipse.swt.widgets.Widget
 
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_insert_text(long, long, long, long) - Method in class org.eclipse.swt.widgets.Text
 
gtk_text_buffer_insert_text(long, long, long, long) - Method in class org.eclipse.swt.widgets.Widget
 
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_timer() - Method in class org.eclipse.swt.widgets.Widget
 
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_toggled(long, long) - Method in class org.eclipse.swt.widgets.Table
 
gtk_toggled(long, long) - Method in class org.eclipse.swt.widgets.Tree
 
gtk_toggled(long, long) - Method in class org.eclipse.swt.widgets.Widget
 
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_position(long, long, int[], int[]) - Method in class org.eclipse.swt.widgets.Widget
 
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_FILE_FILTER() - 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_unmap(long) - Method in class org.eclipse.swt.widgets.Widget
 
gtk_unmap_event(long, long) - Method in class org.eclipse.swt.widgets.Widget
 
gtk_unrealize(long) - Method in class org.eclipse.swt.widgets.Control
 
gtk_unrealize(long) - Method in class org.eclipse.swt.widgets.Widget
 
gtk_value_changed(long) - Method in class org.eclipse.swt.widgets.Scale
 
gtk_value_changed(long) - Method in class org.eclipse.swt.widgets.ScrollBar
 
gtk_value_changed(long) - Method in class org.eclipse.swt.widgets.Slider
 
gtk_value_changed(long) - Method in class org.eclipse.swt.widgets.Spinner
 
gtk_value_changed(long) - Method in class org.eclipse.swt.widgets.Widget
 
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_class_get_css_name(long) - Method in class org.eclipse.swt.widgets.Display
Gets the CSS name of the widget provided.
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_name(long) - Method in class org.eclipse.swt.widgets.Display
Gets the name of the widget in String format.
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) - Method in class org.eclipse.swt.widgets.Table
 
gtk_widget_get_preferred_size(long, GtkRequisition) - Method in class org.eclipse.swt.widgets.Tree
 
gtk_widget_get_preferred_size(long, GtkRequisition) - Method in class org.eclipse.swt.widgets.Widget
 
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_size_request(long, int[], int[]) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
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_surface(long) - Method in class org.eclipse.swt.widgets.Widget
 
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_get_window(long) - Method in class org.eclipse.swt.widgets.Widget
 
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.gtk3.GTK3
 
gtk_widget_hide(long) - Method in class org.eclipse.swt.widgets.Widget
 
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_insert_after(long, long, long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
gtk_widget_insert_before(long, long, long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
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_pick(long, double, double, int) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
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_reparent(Control, long) - Static method in class org.eclipse.swt.widgets.Control
Native gtkwidget re-parenting in SWT on Gtk3 needs to be handled in a special way because some controls have non-standard GdkWindow as parents.
gtk_widget_set_align(long, int, int) - Method in class org.eclipse.swt.widgets.Control
Not direct gtk api, but useful to have them combined as they are usually called together.
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_size_request(long, int, int) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
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.gtk3.GTK3
 
gtk_widget_show(long) - Method in class org.eclipse.swt.widgets.Widget
 
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_size_allocate(long, GtkAllocation, int) - Method in class org.eclipse.swt.widgets.Widget
 
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_get_titlebar(long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
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_present(long) - Static method in class org.eclipse.swt.internal.gtk4.GTK4
 
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_state_event(long, long) - Method in class org.eclipse.swt.widgets.Shell
 
gtk_window_state_event(long, long) - Method in class org.eclipse.swt.widgets.Widget
 
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
 
gtk3_clipboard_wait_for_contents(long, long) - Method in class org.eclipse.swt.dnd.Clipboard
 
gtk3_convertToJava(long, long) - Static method in class org.eclipse.swt.browser.WebKit
 
gtk3_event_after(long, long) - Method in class org.eclipse.swt.widgets.Combo
 
gtk3_event_after(long, long) - Method in class org.eclipse.swt.widgets.Control
 
gtk3_event_after(long, long) - Method in class org.eclipse.swt.widgets.Link
 
gtk3_event_after(long, long) - Method in class org.eclipse.swt.widgets.ScrollBar
 
gtk3_event_after(long, long) - Method in class org.eclipse.swt.widgets.Slider
 
gtk3_event_after(long, long) - Method in class org.eclipse.swt.widgets.Spinner
 
gtk3_event_after(long, long) - Method in class org.eclipse.swt.widgets.TableColumn
 
gtk3_event_after(long, long) - Method in class org.eclipse.swt.widgets.Text
 
gtk3_event_after(long, long) - Method in class org.eclipse.swt.widgets.ToolItem
 
gtk3_event_after(long, long) - Method in class org.eclipse.swt.widgets.TreeColumn
 
gtk3_event_after(long, long) - Method in class org.eclipse.swt.widgets.Widget
 
gtk3_getAvailableTypes(long) - Method in class org.eclipse.swt.dnd.Clipboard
 
gtk3_getContents(Transfer, int) - Method in class org.eclipse.swt.dnd.Clipboard
 
gtk3_key_press_event(long, long) - Method in class org.eclipse.swt.widgets.Button
 
gtk3_key_press_event(long, long) - Method in class org.eclipse.swt.widgets.Combo
 
gtk3_key_press_event(long, long) - Method in class org.eclipse.swt.widgets.Composite
 
gtk3_key_press_event(long, long) - Method in class org.eclipse.swt.widgets.Control
 
gtk3_key_press_event(long, long) - Method in class org.eclipse.swt.widgets.DateTime
 
gtk3_key_press_event(long, long) - Method in class org.eclipse.swt.widgets.ExpandBar
 
gtk3_key_press_event(long, long) - Method in class org.eclipse.swt.widgets.Link
 
gtk3_key_press_event(long, long) - Method in class org.eclipse.swt.widgets.List
 
gtk3_key_press_event(long, long) - Method in class org.eclipse.swt.widgets.Sash
 
gtk3_key_press_event(long, long) - Method in class org.eclipse.swt.widgets.Shell
 
gtk3_key_press_event(long, long) - Method in class org.eclipse.swt.widgets.Spinner
 
gtk3_key_press_event(long, long) - Method in class org.eclipse.swt.widgets.Table
 
gtk3_key_press_event(long, long) - Method in class org.eclipse.swt.widgets.Text
 
gtk3_key_press_event(long, long) - Method in class org.eclipse.swt.widgets.ToolBar
 
gtk3_key_press_event(long, long) - Method in class org.eclipse.swt.widgets.Tracker
 
gtk3_key_press_event(long, long) - Method in class org.eclipse.swt.widgets.Tree
 
gtk3_key_press_event(long, long) - Method in class org.eclipse.swt.widgets.Widget
 
gtk3_key_release_event(long, long) - Method in class org.eclipse.swt.widgets.Control
 
gtk3_key_release_event(long, long) - Method in class org.eclipse.swt.widgets.Widget
 
GTK3_MAJOR - Static variable in class org.eclipse.swt.widgets.Display
 
GTK3_MICRO - Static variable in class org.eclipse.swt.widgets.Display
 
GTK3_MINOR - Static variable in class org.eclipse.swt.widgets.Display
 
gtk3_popup_menu(long) - Method in class org.eclipse.swt.widgets.Control
 
gtk3_popup_menu(long) - Method in class org.eclipse.swt.widgets.Widget
 
gtk3_runjavascript_callback(long, long, long) - Static method in class org.eclipse.swt.browser.WebKit.Webkit2AsyncToSync
 
gtk3_show_help(long, long) - Method in class org.eclipse.swt.widgets.Control
 
gtk3_show_help(long, long) - Method in class org.eclipse.swt.widgets.Menu
 
gtk3_show_help(long, long) - Method in class org.eclipse.swt.widgets.MenuItem
 
gtk3_show_help(long, long) - Method in class org.eclipse.swt.widgets.Widget
 
GTK3setNativeDialogMessage(long, String) - Method in class org.eclipse.swt.widgets.DirectoryDialog
GTK3 only function.
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
 
gtk4_convertToJava(long) - Static method in class org.eclipse.swt.browser.WebKit
 
gtk4_draw(long, long, Rectangle) - Method in class org.eclipse.swt.widgets.Canvas
 
gtk4_draw(long, long, Rectangle) - Method in class org.eclipse.swt.widgets.Control
 
gtk4_draw(long, long, Rectangle) - Method in class org.eclipse.swt.widgets.Widget
 
gtk4_enter_event(long, double, double, long) - Method in class org.eclipse.swt.widgets.Control
 
gtk4_enter_event(long, double, double, long) - Method in class org.eclipse.swt.widgets.ToolItem
 
gtk4_enter_event(long, double, double, long) - Method in class org.eclipse.swt.widgets.Widget
 
gtk4_focus_enter_event(long, long) - Method in class org.eclipse.swt.widgets.Canvas
 
gtk4_focus_enter_event(long, long) - Method in class org.eclipse.swt.widgets.Control
 
gtk4_focus_enter_event(long, long) - Method in class org.eclipse.swt.widgets.Widget
 
gtk4_focus_leave_event(long, long) - Method in class org.eclipse.swt.widgets.Canvas
 
gtk4_focus_leave_event(long, long) - Method in class org.eclipse.swt.widgets.Control
 
gtk4_focus_leave_event(long, long) - Method in class org.eclipse.swt.widgets.Widget
 
gtk4_focus_window_event(long, long) - Method in class org.eclipse.swt.widgets.Control
 
gtk4_focus_window_event(long, long) - Method in class org.eclipse.swt.widgets.Widget
 
gtk4_getAvailableTypeNames() - Method in class org.eclipse.swt.dnd.Clipboard
 
gtk4_getAvailableTypeNames(int) - Method in class org.eclipse.swt.dnd.Clipboard
 
gtk4_getAvailableTypes(int) - Method in class org.eclipse.swt.dnd.Clipboard
 
gtk4_getContentsAsync(Transfer, int) - Method in class org.eclipse.swt.dnd.Clipboard
 
gtk4_key_press_event(long, int, int, int, long) - Method in class org.eclipse.swt.widgets.Button
 
gtk4_key_press_event(long, int, int, int, long) - Method in class org.eclipse.swt.widgets.Composite
 
gtk4_key_press_event(long, int, int, int, long) - Method in class org.eclipse.swt.widgets.Control
 
gtk4_key_press_event(long, int, int, int, long) - Method in class org.eclipse.swt.widgets.DateTime
 
gtk4_key_press_event(long, int, int, int, long) - Method in class org.eclipse.swt.widgets.Link
 
gtk4_key_press_event(long, int, int, int, long) - Method in class org.eclipse.swt.widgets.Sash
 
gtk4_key_press_event(long, int, int, int, long) - Method in class org.eclipse.swt.widgets.Widget
 
gtk4_key_release_event(long, int, int, int, long) - Method in class org.eclipse.swt.widgets.Control
 
gtk4_key_release_event(long, int, int, int, long) - Method in class org.eclipse.swt.widgets.Widget
 
gtk4_leave_event(long, long) - Method in class org.eclipse.swt.widgets.Control
 
gtk4_leave_event(long, long) - Method in class org.eclipse.swt.widgets.ToolItem
 
gtk4_leave_event(long, long) - Method in class org.eclipse.swt.widgets.Widget
 
GTK4_MAJOR - Static variable in class org.eclipse.swt.widgets.Display
 
GTK4_MICRO - Static variable in class org.eclipse.swt.widgets.Display
 
GTK4_MINOR - Static variable in class org.eclipse.swt.widgets.Display
 
gtk4_motion_event(long, double, double, long) - Method in class org.eclipse.swt.widgets.Control
 
gtk4_motion_event(long, double, double, long) - Method in class org.eclipse.swt.widgets.Sash
 
gtk4_motion_event(long, double, double, long) - Method in class org.eclipse.swt.widgets.Widget
 
gtk4_runjavascript_callback(long, long, long) - Static method in class org.eclipse.swt.browser.WebKit.Webkit2AsyncToSync
 
gtk4_scroll_event(long, double, double, long) - Method in class org.eclipse.swt.widgets.Control
 
gtk4_scroll_event(long, double, double, long) - Method in class org.eclipse.swt.widgets.Widget
 
GTK4GlibFuture - Class in org.eclipse.swt.internal
Utility functions to allow interoperability with CompletableFuture and GTK4's GLib Event Loop.
GTK4GlibFuture() - Constructor for class org.eclipse.swt.internal.GTK4GlibFuture
 
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
 
GTKCLIPBOARD - Static variable in class org.eclipse.swt.dnd.Clipboard
 
GtkDPIUtil - Class in org.eclipse.swt.internal
 
GtkDPIUtil() - Constructor for class org.eclipse.swt.internal.GtkDPIUtil
 
GTKPRIMARYCLIPBOARD - Static variable in class org.eclipse.swt.dnd.Clipboard
 
gtkPrinterFromPrinterData(PrinterData) - Static method in class org.eclipse.swt.printing.Printer
 
GtkPrinterFunc_Default(long, long) - Static method in class org.eclipse.swt.printing.Printer
 
GtkPrinterFunc_FindNamedPrinter(long, long) - Static method in class org.eclipse.swt.printing.Printer
 
GtkPrinterFunc_List(long, long) - Static method in class org.eclipse.swt.printing.Printer
 
GtkPrintSettingsFunc(long, long, long) - Method in class org.eclipse.swt.printing.PrintDialog
 
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
 
gtype() - Method in class org.eclipse.swt.dnd.GdkContentDeserializer
 
gtype() - Method in class org.eclipse.swt.dnd.GdkContentSerializer
 
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() - Method in class org.eclipse.swt.dnd.GdkContentSerializer
 
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_expand - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_upsampler
 
h_samp_factor - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_component_info
 
H_SCROLL - Static variable in class org.eclipse.swt.SWT
Style constant for horizontal scrollbar behavior (value is 1<<8).
H_SCROLL_RATE - Static variable in class org.eclipse.swt.custom.StyledText
 
h2v1_fancy_upsample(JPEGDecoder.jpeg_decompress_struct, JPEGDecoder.jpeg_component_info, byte[][], int, byte[][][], int[], int) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
H2V1_FANCY_UPSAMPLE - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
h2v1_upsample(JPEGDecoder.jpeg_decompress_struct, JPEGDecoder.jpeg_component_info, byte[][], int, byte[][][], int[], int) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
H2V1_UPSAMPLE - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
h2v2_fancy_upsample(JPEGDecoder.jpeg_decompress_struct, JPEGDecoder.jpeg_component_info, byte[][], int, byte[][][], int[], int) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
H2V2_FANCY_UPSAMPLE - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
h2v2_upsample(JPEGDecoder.jpeg_decompress_struct, JPEGDecoder.jpeg_component_info, byte[][], int, byte[][][], int[], int) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
H2V2_UPSAMPLE - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
hadFocus - Variable in class org.eclipse.swt.custom.ControlEditor
 
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.printing.PrintDialog
 
handle - Variable in class org.eclipse.swt.widgets.FileDialog
 
handle - Variable in class org.eclipse.swt.widgets.MessageBox
 
handle - Variable in class org.eclipse.swt.widgets.Monitor
 
handle - Variable in class org.eclipse.swt.widgets.TouchSource
 
handle - Variable in class org.eclipse.swt.widgets.Widget
the handle to the OS resource (Warning: This field is platform dependent)
HANDLE - Static variable in class org.eclipse.swt.widgets.Widget
 
handleCompositionChanged(Event) - Method in class org.eclipse.swt.custom.StyledText
 
handleCompositionOffset(Event) - Method in class org.eclipse.swt.custom.StyledText
 
handleCompositionSelection(Event) - Method in class org.eclipse.swt.custom.StyledText
 
handleDispose(Event) - Method in class org.eclipse.swt.custom.StyledText
Frees resources.
handleDOMEvent(long, int) - Method in class org.eclipse.swt.browser.WebKit
 
handleDPIChange(Event) - Method in class org.eclipse.swt.custom.CCombo
 
handleDPIChange(Event) - Method in class org.eclipse.swt.custom.StyledText
 
handleDPIChange(Event) - Method in class org.eclipse.swt.widgets.Item
 
handleEndSession() - Method in class org.eclipse.swt.internal.SessionManagerDBus
 
handleEvent(Event) - Method in class org.eclipse.swt.custom.StyledTextListener
Process StyledText events by invoking the event's handler.
handleEvent(Event) - Method in class org.eclipse.swt.dnd.DNDListener
 
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
Deprecated, for removal: This API element is subject to removal in a future version.
handleEventFromFunction(Object[]) - Method in class org.eclipse.swt.browser.WebKit
 
handleFocus(int) - Method in class org.eclipse.swt.custom.CCombo
 
handleFocus(int) - Method in class org.eclipse.swt.widgets.DateTime
 
handleHorizontalScroll(Event) - Method in class org.eclipse.swt.custom.StyledText
Scrolls the widget horizontally.
handleKey(Event) - Method in class org.eclipse.swt.custom.StyledText
If an action has been registered for the key stroke execute the action.
handleKeyDown(Event) - Method in class org.eclipse.swt.custom.StyledText
If a VerifyKey listener exists, verify that the key that was entered should be processed.
handleKeyEvent(String, int, int, boolean, boolean, boolean, boolean) - Method in class org.eclipse.swt.browser.WebKit
 
handleKeyUp(Event) - Method in class org.eclipse.swt.custom.StyledText
Update the Selection Clipboard.
handleLoadCommitted(long, boolean) - Method in class org.eclipse.swt.browser.WebKit
 
handleMenuDetect(Event) - Method in class org.eclipse.swt.custom.StyledText
Update the event location for focus-based context menu triggers.
handleMethod - Static variable in class org.eclipse.swt.internal.GDBus
 
handleMethod(long, long, long, long, long, long, long, long) - Static method in class org.eclipse.swt.internal.GDBus
This is called when a client calls one of the GDBus methods.
handleMouseDown(Event) - Method in class org.eclipse.swt.custom.StyledText
Updates the caret location and selection if mouse button 1 has been pressed.
handleMouseEvent(String, int, int, int, int, boolean, boolean, boolean, boolean, boolean) - Method in class org.eclipse.swt.browser.WebKit
 
handleMouseMove(Event) - Method in class org.eclipse.swt.custom.StyledText
Updates the caret location and selection if mouse button 1 is pressed during the mouse move.
handleMouseUp(Event) - Method in class org.eclipse.swt.custom.StyledText
Autoscrolling ends when the mouse button is released.
handlePaint(Event) - Method in class org.eclipse.swt.custom.StyledText
Renders the invalidated area specified in the paint event.
handleQueryEndSession() - Method in class org.eclipse.swt.internal.SessionManagerDBus
 
handler_ids - Variable in class org.eclipse.swt.graphics.Device
 
handleResize(Event) - Method in class org.eclipse.swt.custom.StyledText
Recalculates the scroll bars.
handleScroll(Event) - Method in class org.eclipse.swt.custom.CCombo
 
handleStop() - Method in class org.eclipse.swt.internal.SessionManagerDBus
 
handleTextChanged(TextChangedEvent) - Method in class org.eclipse.swt.custom.StyledText
Updates the caret position and selection and the scroll bars to reflect the content change.
handleTextChanging(TextChangingEvent) - Method in class org.eclipse.swt.custom.StyledText
Updates the screen to reflect a pending content change.
handleTextSet(TextChangedEvent) - Method in class org.eclipse.swt.custom.StyledText
Called when the widget content is set programmatically, overwriting the old content.
handleTraverse(Event) - Method in class org.eclipse.swt.custom.StyledText
Called when a traversal key is pressed.
handleVerticalScroll(Event) - Method in class org.eclipse.swt.custom.StyledText
Scrolls the widget vertically.
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_acceleration_policy - Static variable in class org.eclipse.swt.internal.webkit.WebKitGTK
 
hardware_keycode - Variable in class org.eclipse.swt.internal.gtk3.GdkEventKey
 
HAS_AUTO_DIRECTION - Static variable in class org.eclipse.swt.widgets.Widget
 
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_multiple_scans - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_input_controller
 
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
 
hasAmPm() - Method in class org.eclipse.swt.widgets.DateTime
 
hasBorder() - Method in class org.eclipse.swt.widgets.Composite
 
hasBorder() - Method in class org.eclipse.swt.widgets.Shell
 
hasChildFocus - Variable in class org.eclipse.swt.widgets.ToolBar
 
hasChildren - Variable in class org.eclipse.swt.widgets.Table
 
hasChildren - Variable in class org.eclipse.swt.widgets.Tree
 
hasFocus - Variable in class org.eclipse.swt.custom.CCombo
 
hasFocus - Variable in class org.eclipse.swt.widgets.DateTime
 
hasFocus() - Method in class org.eclipse.swt.widgets.Combo
 
hasFocus() - Method in class org.eclipse.swt.widgets.Control
 
hasFocus() - Method in class org.eclipse.swt.widgets.ExpandBar
 
hasFocus() - Method in class org.eclipse.swt.widgets.ExpandItem
 
hasFocus() - Method in class org.eclipse.swt.widgets.ToolBar
 
hash - Variable in class org.eclipse.swt.internal.image.PngDeflater.Link
 
hash(byte[]) - Method in class org.eclipse.swt.internal.image.PngDeflater
 
HASH - Static variable in class org.eclipse.swt.internal.image.PngDeflater
 
hasHBar - Variable in class org.eclipse.swt.custom.MouseNavigator
 
hashCode() - Method in record class org.eclipse.swt.browser.Browser.WebViewUnavailableDialog.DialogOption
Returns a hash code value for this object.
hashCode() - Method in class org.eclipse.swt.custom.Bullet
 
hashCode() - Method in record class org.eclipse.swt.custom.StyledTextRenderer.LineDrawInfo
Returns a hash code value for this object.
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 record class org.eclipse.swt.internal.DPIUtil.ElementAtZoom
Returns a hash code value for this object.
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.
hashtable - Variable in class org.eclipse.swt.internal.image.PngDeflater
 
hasLink(int) - Method in class org.eclipse.swt.custom.StyledTextRenderer
 
hasLinks - Variable in class org.eclipse.swt.custom.StyledTextRenderer
 
hasListeners() - Method in class org.eclipse.swt.graphics.ImageLoader
Returns true if the receiver has image loader listeners, and false otherwise.
hasLocation - Variable in class org.eclipse.swt.widgets.Menu
 
hasMoreChunks() - Method in class org.eclipse.swt.internal.image.PngChunkReader
 
hasMultipleCarets() - Method in class org.eclipse.swt.custom.StyledText
 
hasNoRotation(double[]) - Static method in class org.eclipse.swt.graphics.GC
 
hasStyleWithVariableHeight - Variable in class org.eclipse.swt.custom.StyledText
 
hasVBar - Variable in class org.eclipse.swt.custom.MouseNavigator
 
hasVerticalIndent - Variable in class org.eclipse.swt.custom.StyledText
 
hasVerticalIndent() - Method in class org.eclipse.swt.custom.StyledTextRenderer
 
header - Variable in class org.eclipse.swt.custom.StyledTextPrintOptions
Formatted text to print in the header of each page.
HEADER_BYTE1_DATA_OFFSET - Static variable in class org.eclipse.swt.internal.image.PngIdatChunk
 
HEADER_BYTE2_DATA_OFFSET - Static variable in class org.eclipse.swt.internal.image.PngIdatChunk
 
HEADER_BYTES_LENGTH - Static variable in class org.eclipse.swt.internal.image.PngIdatChunk
 
HEADER_CONTENTTYPE - Static variable in class org.eclipse.swt.browser.WebKit
 
headerBackground - Variable in class org.eclipse.swt.widgets.Table
 
headerBackground - Variable in class org.eclipse.swt.widgets.Tree
 
headerButtonCSSProvider - Variable in class org.eclipse.swt.widgets.TableColumn
 
headerButtonCSSProvider - Variable in class org.eclipse.swt.widgets.TreeColumn
 
headerByte1 - Variable in class org.eclipse.swt.internal.image.PNGFileFormat
 
headerByte2 - Variable in class org.eclipse.swt.internal.image.PNGFileFormat
 
headerChunk - Variable in class org.eclipse.swt.internal.image.PngChunkReader
 
headerChunk - Variable in class org.eclipse.swt.internal.image.PNGFileFormat
 
headerCSSProvider - Variable in class org.eclipse.swt.widgets.Table
 
headerCSSProvider - Variable in class org.eclipse.swt.widgets.Tree
 
headerForeground - Variable in class org.eclipse.swt.widgets.Table
 
headerForeground - Variable in class org.eclipse.swt.widgets.Tree
 
headerHeight - Variable in class org.eclipse.swt.widgets.Table
 
headerHeight - Variable in class org.eclipse.swt.widgets.Tree
 
headerImageList - Variable in class org.eclipse.swt.widgets.Table
 
headerImageList - Variable in class org.eclipse.swt.widgets.Tree
 
headerVisible - Variable in class org.eclipse.swt.widgets.Table
 
headerVisible - Variable in class org.eclipse.swt.widgets.Tree
 
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.custom.CTabItem
 
height - Variable in record class org.eclipse.swt.custom.StyledTextRenderer.LineDrawInfo
The field for the height record component.
height - Variable in class org.eclipse.swt.custom.StyledTextRenderer.LineSizeInfo
 
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.Image
The height of the image.
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.image.OS2BMPFileFormat
 
height - Variable in class org.eclipse.swt.internal.image.PngEncoder
 
height - Variable in class org.eclipse.swt.internal.image.PngIhdrChunk
 
height - Variable in class org.eclipse.swt.internal.ImageList
 
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.Caret
 
height - Variable in class org.eclipse.swt.widgets.Event
the height of the bounding rectangle of the region that requires painting
height - Variable in class org.eclipse.swt.widgets.ExpandItem
 
height - Variable in class org.eclipse.swt.widgets.Monitor
 
height() - Method in record class org.eclipse.swt.custom.StyledTextRenderer.LineDrawInfo
Returns the value of the height record component.
HEIGHT - Static variable in class org.eclipse.swt.layout.BorderLayout
 
HEIGHT_DATA_OFFSET - Static variable in class org.eclipse.swt.internal.image.PngIhdrChunk
 
height_in_blocks - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_component_info
 
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
 
HIDDEN - Static variable in class org.eclipse.swt.widgets.Widget
 
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 - Static variable in class org.eclipse.swt.widgets.Widget
 
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) - 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.
hideCaret() - Method in class org.eclipse.swt.widgets.Caret
 
hideDateTime() - Method in class org.eclipse.swt.widgets.DateTime
 
hideDropDownCalendar() - Method in class org.eclipse.swt.widgets.DateTime
 
hideFirstColumn() - Method in class org.eclipse.swt.widgets.Table
 
hideFirstColumn() - Method in class org.eclipse.swt.widgets.Tree
 
HIGH - Static variable in class org.eclipse.swt.SWT
Indicates high quality (value is 2).
highlight - Variable in class org.eclipse.swt.custom.CTabFolder
 
highlight - Variable in class org.eclipse.swt.custom.ViewForm
 
highlightEnabled - Variable in class org.eclipse.swt.custom.CTabFolder
 
highlightImage - Variable in class org.eclipse.swt.widgets.TrayItem
 
highWatermark - Variable in class org.eclipse.swt.custom.DefaultContent
 
HOME - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the HOME key (value is (1<<24)+7).
hook(int, Listener) - Method in class org.eclipse.swt.widgets.EventTable
 
hookEvents() - Method in class org.eclipse.swt.widgets.Button
 
hookEvents() - Method in class org.eclipse.swt.widgets.Combo
 
hookEvents() - Method in class org.eclipse.swt.widgets.Composite
 
hookEvents() - Method in class org.eclipse.swt.widgets.Control
 
hookEvents() - Method in class org.eclipse.swt.widgets.DateTime
 
hookEvents() - Method in class org.eclipse.swt.widgets.ExpandBar
 
hookEvents() - Method in class org.eclipse.swt.widgets.ExpandItem
 
hookEvents() - Method in class org.eclipse.swt.widgets.Group
 
hookEvents() - Method in class org.eclipse.swt.widgets.Label
 
hookEvents() - Method in class org.eclipse.swt.widgets.List
 
hookEvents() - Method in class org.eclipse.swt.widgets.Menu
 
hookEvents() - Method in class org.eclipse.swt.widgets.MenuItem
 
hookEvents() - Method in class org.eclipse.swt.widgets.Sash
 
hookEvents() - Method in class org.eclipse.swt.widgets.Scale
 
hookEvents() - Method in class org.eclipse.swt.widgets.ScrollBar
 
hookEvents() - Method in class org.eclipse.swt.widgets.Shell
 
hookEvents() - Method in class org.eclipse.swt.widgets.Slider
 
hookEvents() - Method in class org.eclipse.swt.widgets.Spinner
 
hookEvents() - Method in class org.eclipse.swt.widgets.TabFolder
 
hookEvents() - Method in class org.eclipse.swt.widgets.TabItem
 
hookEvents() - Method in class org.eclipse.swt.widgets.Table
 
hookEvents() - Method in class org.eclipse.swt.widgets.TableColumn
 
hookEvents() - Method in class org.eclipse.swt.widgets.Text
 
hookEvents() - Method in class org.eclipse.swt.widgets.ToolItem
 
hookEvents() - Method in class org.eclipse.swt.widgets.ToolTip
 
hookEvents() - Method in class org.eclipse.swt.widgets.TrayItem
 
hookEvents() - Method in class org.eclipse.swt.widgets.Tree
 
hookEvents() - Method in class org.eclipse.swt.widgets.TreeColumn
 
hookEvents() - Method in class org.eclipse.swt.widgets.Widget
 
hookEvents(long[]) - Method in class org.eclipse.swt.widgets.Combo
 
hookEventsForCalendar() - Method in class org.eclipse.swt.widgets.DateTime
 
hookEventsForDateTimeSpinner() - Method in class org.eclipse.swt.widgets.DateTime
 
hookEventsForMenu() - Method in class org.eclipse.swt.widgets.DateTime
 
hookKeyboardAndFocusSignals(long) - Method in class org.eclipse.swt.widgets.Control
 
hookMouseSignals(long) - Method in class org.eclipse.swt.widgets.Control
 
hookPaintSignals() - Method in class org.eclipse.swt.widgets.Control
 
hooks(int) - Method in class org.eclipse.swt.widgets.EventTable
 
hooks(int) - Method in class org.eclipse.swt.widgets.Widget
 
hooksKeys() - Method in class org.eclipse.swt.widgets.Composite
 
hooksPaint() - Method in class org.eclipse.swt.widgets.Control
 
hooksPaint() - Method in class org.eclipse.swt.widgets.Link
 
hookWidgetSignals(long) - Method in class org.eclipse.swt.widgets.Control
 
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.
horizontalBar - Variable in class org.eclipse.swt.widgets.Scrollable
 
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.
horizontalScrollOffset - Variable in class org.eclipse.swt.custom.StyledText
 
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).
hotImage - Variable in class org.eclipse.swt.widgets.ToolItem
 
hours - Variable in class org.eclipse.swt.widgets.DateTime
 
hoverCursor - Variable in class org.eclipse.swt.widgets.CoolBar
 
hovering - Variable in class org.eclipse.swt.custom.CTabFolder
 
hoverProc(long) - Method in class org.eclipse.swt.widgets.Control
 
hoverProc(long) - Method in class org.eclipse.swt.widgets.Widget
 
hoverRect - Variable in class org.eclipse.swt.custom.CTabFolder
 
hoverTb - Variable in class org.eclipse.swt.custom.CTabFolder
 
hoverTimerRunning - Variable in class org.eclipse.swt.custom.CTabFolder
 
hScroll() - Method in class org.eclipse.swt.custom.ScrolledComposite
 
hScrollbarSize() - Method in class org.eclipse.swt.widgets.Scrollable
 
hScrollBarWidth() - Method in class org.eclipse.swt.widgets.Scrollable
 
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.
HTMLTransfer() - Constructor for class org.eclipse.swt.dnd.HTMLTransfer
 
HTMLWriter - Class in org.eclipse.swt.custom
The HTMLWriter class is used to write styled content as HTML.
HTMLWriter(StyledText, int, int, StyledTextContent) - Constructor for class org.eclipse.swt.custom.HTMLWriter
 
huff_entropy_decoder() - Constructor for class org.eclipse.swt.internal.image.JPEGDecoder.huff_entropy_decoder
 
HUFF_LOOKAHEAD - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
huffmanTables - Variable in class org.eclipse.swt.internal.image.PngLzBlockReader
 
huffval - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.JHUFF_TBL
 

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_RELEASE - Static variable in class org.eclipse.swt.widgets.Widget
 
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).
iconPath - Variable in class org.eclipse.swt.program.Program
 
iconSize(ImageData) - Method in class org.eclipse.swt.internal.image.WinICOFileFormat
Answer the size in bytes of the file representation of the given icon
id - Variable in class org.eclipse.swt.accessibility.AccessibleObject
 
id - Variable in class org.eclipse.swt.dnd.Transfer
Unique id of the transfer type.
id - Variable in class org.eclipse.swt.widgets.Touch
The unique identity of the touch.
ID - Static variable in class org.eclipse.swt.dnd.ClipboardProxy
 
ID - Static variable in class org.eclipse.swt.dnd.ClipboardProxyGTK4
 
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_COLUMN - Static variable in class org.eclipse.swt.widgets.Tree
 
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_TO_CONTENTTYPE - Variable in class org.eclipse.swt.dnd.ContentProviders
The types registered with ContentProviders.registerType(String) on GTK4.
ID_Y - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
idct - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
ideal - Variable in class org.eclipse.swt.widgets.CoolItem
 
identity - Variable in class org.eclipse.swt.graphics.GCData
 
identity() - Method in class org.eclipse.swt.graphics.GC
 
identity() - Method in class org.eclipse.swt.graphics.Transform
Modifies the receiver such that the matrix it represents becomes the identity matrix.
IDLE_TIME - Static variable in class org.eclipse.swt.custom.StyledTextRenderer
 
idleCallback - Variable in class org.eclipse.swt.widgets.Display
 
idleHandle - Variable in class org.eclipse.swt.widgets.Display
 
idleLock - Variable in class org.eclipse.swt.widgets.Display
 
idleNeeded - Variable in class org.eclipse.swt.widgets.Display
 
idleProc - Variable in class org.eclipse.swt.widgets.Display
 
idleProc(long) - Method in class org.eclipse.swt.widgets.Display
 
idleRunning - Variable in class org.eclipse.swt.custom.StyledTextRenderer
 
ids - Variable in class org.eclipse.swt.widgets.Link
 
IE - Static variable in class org.eclipse.swt.SWT
Style constant specifying that a Browser should use Internet Explorer for rendering its content (value is 1<<19).
IFAST_SCALE_BITS - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
IFD_ENTRY_SIZE - Static variable in class org.eclipse.swt.internal.image.TIFFDirectory
 
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).
ignoreActivate - Variable in class org.eclipse.swt.widgets.Display
 
ignoreCallbacks(boolean) - Static method in class org.eclipse.swt.internal.Callback
Deprecated. 
ignoreCell - Variable in class org.eclipse.swt.widgets.Table
 
ignoreCell - Variable in class org.eclipse.swt.widgets.Tree
 
ignoreDispose - Variable in class org.eclipse.swt.browser.WebKit
 
ignoreDispose - Variable in class org.eclipse.swt.custom.CLabel
 
ignoreFocus - Variable in class org.eclipse.swt.widgets.Display
 
ignoreFocusIn - Variable in class org.eclipse.swt.widgets.Shell
 
ignoreFocusOut - Variable in class org.eclipse.swt.widgets.Shell
 
ignoreFocusOutAfterGrab - Variable in class org.eclipse.swt.widgets.Shell
 
ignoreNonDisposed() - Method in class org.eclipse.swt.graphics.Resource
 
ignoreResize - Variable in class org.eclipse.swt.custom.CTabFolder
 
ignoreResize - Variable in class org.eclipse.swt.custom.StyledText
 
ignoreSize - Variable in class org.eclipse.swt.widgets.Table
 
ignoreSize - Variable in class org.eclipse.swt.widgets.Tree
 
ignoreTls - Static variable in class org.eclipse.swt.browser.WebKit
Flag indicating whether TLS errors (like self-signed certificates) are to be ignored.
ignoreTraverse - Variable in class org.eclipse.swt.custom.CTabFolder
 
ignoreTrim - Variable in class org.eclipse.swt.widgets.Display
 
IHDR_DATA_LENGTH - Static variable in class org.eclipse.swt.internal.image.PngIhdrChunk
 
IM_UPDATE - Static variable in class org.eclipse.swt.widgets.Widget
 
image - Variable in class org.eclipse.swt.custom.CLabel
the current icon
image - Variable in class org.eclipse.swt.dnd.DNDEvent
 
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 - Variable in class org.eclipse.swt.graphics.Image.CachedImageAtSize
 
image - Variable in class org.eclipse.swt.internal.image.LZWCodec
 
image - Variable in class org.eclipse.swt.internal.image.TIFFDirectory
 
image - Variable in class org.eclipse.swt.widgets.Button
 
image - Variable in class org.eclipse.swt.widgets.Caret
 
image - Variable in class org.eclipse.swt.widgets.Decorations
 
image - Variable in class org.eclipse.swt.widgets.Item
 
image - Variable in class org.eclipse.swt.widgets.Label
 
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) - Constructor for class org.eclipse.swt.graphics.Image
 
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, ImageData, int) - Constructor for class org.eclipse.swt.graphics.Image
 
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, ImageGcDrawer, int, int) - Constructor for class org.eclipse.swt.graphics.Image
The provided ImageGcDrawer will be called on demand whenever a new variant of the Image for an additional zoom is required.
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
Deprecated, for removal: This API element is subject to removal in a future version.
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_DISABLEMENT_ALGORITHM - Static variable in interface org.eclipse.swt.internal.image.ImageColorTransformer
 
IMAGE_DISABLEMENT_ALGORITHM_DESATURATED - Static variable in interface org.eclipse.swt.internal.image.ImageColorTransformer
 
IMAGE_DISABLEMENT_ALGORITHM_GRAYED - Static variable in interface org.eclipse.swt.internal.image.ImageColorTransformer
 
IMAGE_DISABLEMENT_ALGORITHM_GTK - Static variable in interface org.eclipse.swt.internal.image.ImageColorTransformer
 
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_height - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
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_SIZE - Static variable in class org.eclipse.swt.widgets.ToolTip
 
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).
image_width - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
Image.CachedImageAtSize - Class in org.eclipse.swt.graphics
 
ImageColorTransformer - Interface in org.eclipse.swt.internal.image
 
imageComponents - Variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
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 - Variable in class org.eclipse.swt.internal.image.PNGFileFormat
 
ImageData - Class in org.eclipse.swt.graphics
Instances of this class are device-independent descriptions of images.
ImageData() - Constructor for class org.eclipse.swt.graphics.ImageData
Prevents uninitialized instances from being created outside the package.
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(int, int, int, PaletteData, int, byte[], int, byte[], byte[], int, int, int, int, int, int, int) - Constructor for class org.eclipse.swt.graphics.ImageData
Constructs an image data by giving values for all non-computable fields.
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.
ImageDataAtSizeProvider - Interface in org.eclipse.swt.graphics
An extension of the ImageDataProvider that is capable of providing image data at a specified size instead of or in addition to a specified zoom.
imageDataLoaded(ImageLoaderEvent) - Method in interface org.eclipse.swt.graphics.ImageLoaderListener
Sent when image data is either partially or completely loaded.
ImageDataLoader - Class in org.eclipse.swt.graphics
Internal class that separates ImageData from ImageLoader to allow removal of ImageLoader from the toolkit.
ImageDataLoader() - Constructor for class org.eclipse.swt.graphics.ImageDataLoader
 
imageDataProvider - Variable in class org.eclipse.swt.graphics.Image
ImageDataProvider to provide ImageData at various Zoom levels
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 - Variable in class org.eclipse.swt.graphics.Image
ImageFileNameProvider to provide file names at various Zoom levels
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.
imageGcDrawer - Variable in class org.eclipse.swt.graphics.Image
ImageGcDrawer to provide a callback to draw on a GC for various zoom levels
ImageGcDrawer - Interface in org.eclipse.swt.graphics
Interface to provide a callback mechanism to draw on different GC instances depending on the zoom the image will be used for.
imageHandle - Variable in class org.eclipse.swt.widgets.Button
 
imageHandle - Variable in class org.eclipse.swt.widgets.ExpandItem
 
imageHandle - Variable in class org.eclipse.swt.widgets.Label
 
imageHandle - Variable in class org.eclipse.swt.widgets.MenuItem
 
imageHandle - Variable in class org.eclipse.swt.widgets.TabItem
 
imageHandle - Variable in class org.eclipse.swt.widgets.TableColumn
 
imageHandle - Variable in class org.eclipse.swt.widgets.ToolItem
 
imageHandle - Variable in class org.eclipse.swt.widgets.TrayItem
 
imageHandle - Variable in class org.eclipse.swt.widgets.TreeColumn
 
imageHeight - Variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
imageHeight - Variable in class org.eclipse.swt.internal.image.LZWCodec
 
imageLength - Variable in class org.eclipse.swt.internal.image.TIFFDirectory
 
imageList - Variable in class org.eclipse.swt.widgets.Menu
 
imageList - Variable in class org.eclipse.swt.widgets.TabFolder
 
imageList - Variable in class org.eclipse.swt.widgets.Table
 
imageList - Variable in class org.eclipse.swt.widgets.ToolBar
 
imageList - Variable in class org.eclipse.swt.widgets.TrayItem
 
imageList - Variable in class org.eclipse.swt.widgets.Tree
 
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.
imageLoaderListeners - Variable in class org.eclipse.swt.graphics.ImageLoader
 
images - Variable in class org.eclipse.swt.internal.ImageList
 
images - Variable in class org.eclipse.swt.widgets.Decorations
 
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.
ImageTransfer() - Constructor for class org.eclipse.swt.dnd.ImageTransfer
 
imageWidth - Variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
imageWidth - Variable in class org.eclipse.swt.internal.image.LZWCodec
 
imageWidth - Variable in class org.eclipse.swt.internal.image.TIFFDirectory
 
imageX - Variable in class org.eclipse.swt.internal.image.LZWCodec
 
imageY - Variable in class org.eclipse.swt.internal.image.LZWCodec
 
imContext - Variable in class org.eclipse.swt.widgets.Combo
 
imContext - Variable in class org.eclipse.swt.widgets.Spinner
 
imContext - Variable in class org.eclipse.swt.widgets.Text
 
imContext() - Method in class org.eclipse.swt.widgets.Combo
 
imContext() - Method in class org.eclipse.swt.widgets.Spinner
 
imContextLast() - Static method in class org.eclipse.swt.internal.gtk.OS
 
imContextNewProc - Variable in class org.eclipse.swt.widgets.Display
 
imContextNewProc_CALLBACK(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
imControl - Variable in class org.eclipse.swt.widgets.Display
 
iMCU_row_ctr - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_d_main_controller
 
ime - Variable in class org.eclipse.swt.custom.StyledText
 
ime - Variable in class org.eclipse.swt.widgets.Canvas
 
IME - Class in org.eclipse.swt.widgets
Instances of this class represent input method editors.
IME() - Constructor for class org.eclipse.swt.widgets.IME
Prevents uninitialized instances from being created outside the package.
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).
imHandle - Variable in class org.eclipse.swt.widgets.Composite
 
imHandle() - Method in class org.eclipse.swt.widgets.Composite
 
imHandle() - Method in class org.eclipse.swt.widgets.Control
 
imHandle() - Method in class org.eclipse.swt.widgets.IME
 
importantColors - Variable in class org.eclipse.swt.internal.image.WinBMPFileFormat
 
in - Variable in class org.eclipse.swt.internal.gtk3.GdkEventFocus
 
in - Variable in class org.eclipse.swt.internal.image.LEDataInputStream
 
in - Variable in class org.eclipse.swt.internal.image.PngDeflater
 
inComposition - Variable in class org.eclipse.swt.widgets.IME
 
inconsistent - Static variable in class org.eclipse.swt.internal.gtk.OS
 
INCREMENT - Static variable in class org.eclipse.swt.widgets.Sash
 
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
incrementField(int) - Method in class org.eclipse.swt.widgets.DateTime
 
incs - Static variable in class org.eclipse.swt.internal.image.PngHuffmanTable
 
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)
indent - Variable in class org.eclipse.swt.custom.StyledText
 
indent - Variable in class org.eclipse.swt.custom.StyledTextEvent
 
indent - Variable in class org.eclipse.swt.custom.StyledTextRenderer.LineInfo
 
indent - Variable in class org.eclipse.swt.graphics.TextLayout
 
INDENT - Static variable in class org.eclipse.swt.custom.StyledTextRenderer
 
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.AccessibleObject
 
index - Variable in class org.eclipse.swt.accessibility.AccessibleTableCellEvent
 
index - Variable in class org.eclipse.swt.accessibility.AccessibleTextEvent
 
index - Variable in record class org.eclipse.swt.browser.Browser.WebViewUnavailableDialog.DialogOption
The field for the index record component.
index - Variable in class org.eclipse.swt.browser.BrowserFunction
 
index - Variable in record class org.eclipse.swt.custom.StyledTextRenderer.LineDrawInfo
The field for the index record component.
index - Variable in class org.eclipse.swt.printing.PrintDialog
 
index - Variable in class org.eclipse.swt.widgets.Event
the index of the item where the event occurred
index() - Method in record class org.eclipse.swt.browser.Browser.WebViewUnavailableDialog.DialogOption
Returns the value of the index record component.
index() - Method in record class org.eclipse.swt.custom.StyledTextRenderer.LineDrawInfo
Returns the value of the index record component.
indexLines() - Method in class org.eclipse.swt.custom.DefaultContent
Calculates the indexes of each line in the text store.
indexLines(int, int, int) - Method in class org.eclipse.swt.custom.DefaultContent
Calculates the indexes of each line of text in the given range.
indexMark - Variable in class org.eclipse.swt.widgets.Text
 
indexOf(int) - Method in class org.eclipse.swt.custom.Bullet
 
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.
indexSelected - Variable in class org.eclipse.swt.widgets.Combo
 
indexTable - Variable in class org.eclipse.swt.widgets.Display
 
indicator_size - Static variable in class org.eclipse.swt.internal.gtk.OS
 
indicator_spacing - Static variable in class org.eclipse.swt.internal.gtk.OS
 
inDispose - Variable in class org.eclipse.swt.custom.CTabFolder
 
inDispose - Variable in class org.eclipse.swt.widgets.CoolBar
 
info - Variable in class org.eclipse.swt.internal.gtk3.GtkTargetEntry
 
infoImage - Variable in class org.eclipse.swt.widgets.Display
 
inheaders - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_input_controller
 
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.custom.StyledText.Printing
 
init() - Method in class org.eclipse.swt.graphics.Color
 
init() - Method in class org.eclipse.swt.graphics.Device
Initializes any internal resources needed by the device.
init() - Method in class org.eclipse.swt.graphics.Resource
 
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(int) - Method in class org.eclipse.swt.custom.CTabFolder
 
init(int, int) - Method in class org.eclipse.swt.graphics.Image
 
init(int, int, int, int) - Method in class org.eclipse.swt.graphics.Color
Allocates the operating system resources associated with the receiver.
init(String, float, int, byte[]) - Method in class org.eclipse.swt.graphics.Font
 
init(Drawable, GCData, long) - Method in class org.eclipse.swt.graphics.GC
 
init(ImageData) - Method in class org.eclipse.swt.graphics.Image
 
init(ImageData, int) - Method in class org.eclipse.swt.graphics.Image
 
init(PathData) - Method in class org.eclipse.swt.graphics.Path
 
init(GDBus.GDBusMethod[], String) - Static method in class org.eclipse.swt.internal.GDBus
Instantiate GDBus for use by SWT.
INIT_DRAG_MESSAGE - Static variable in class org.eclipse.swt.dnd.DND
 
INIT_DROP_MESSAGE - Static variable in class org.eclipse.swt.dnd.DND
 
init_source(JPEGDecoder.jpeg_decompress_struct) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
initAccessible() - Method in class org.eclipse.swt.custom.CCombo
 
initAccessible() - Method in class org.eclipse.swt.custom.CLabel
 
initAccessible() - Method in class org.eclipse.swt.custom.CTabFolder
 
initAccessible() - Method in class org.eclipse.swt.widgets.DateTime
 
initAccessible() - Method in class org.eclipse.swt.widgets.Link
 
initAccessibleChevronTb() - Method in class org.eclipse.swt.custom.CTabFolder
 
initAccessibleMinMaxTb() - Method in class org.eclipse.swt.custom.CTabFolder
 
initBarState() - Method in class org.eclipse.swt.custom.MouseNavigator
 
initCairo() - Method in class org.eclipse.swt.graphics.GC
 
initFrame(long, String) - Static method in class org.eclipse.swt.awt.SWT_AWT
 
initFromFileNameProvider(int) - Method in class org.eclipse.swt.graphics.Image
 
initFromImageDataProvider(int) - Method in class org.eclipse.swt.graphics.Image
 
initial_setup(JPEGDecoder.jpeg_decompress_struct) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
initialize - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkObjectClass
 
initialize() - Method in class org.eclipse.swt.internal.image.JPEGHuffmanTable
 
initialize(int[]) - Method in class org.eclipse.swt.internal.image.PngHuffmanTable
 
initializeAccessible() - Method in class org.eclipse.swt.custom.StyledText
Add accessibility support for the widget.
initializeCallbacks() - Method in class org.eclipse.swt.widgets.Display
 
initializeComponentParameters() - Method in class org.eclipse.swt.internal.image.JPEGFrameHeader
 
initializeComponentParameters() - Method in class org.eclipse.swt.internal.image.JPEGScanHeader
 
initializeContents() - Method in class org.eclipse.swt.internal.image.JPEGFrameHeader
 
initializeContents() - Method in class org.eclipse.swt.internal.image.JPEGScanHeader
 
initialized - Static variable in class org.eclipse.swt.internal.GDBus
 
initializeForDecoding() - Method in class org.eclipse.swt.internal.image.LZWCodec
Initialize the receiver for decoding the given byte array.
initializeForEncoding() - Method in class org.eclipse.swt.internal.image.LZWCodec
Initialize the receiver for encoding the given byte array.
initializeNamedColorList() - Method in class org.eclipse.swt.widgets.Display
 
initializeResponseCallback() - Static method in class org.eclipse.swt.internal.SyncDialogUtil
Initializes the response callback and resets the responseID of the dialog to the default value.
initializeSessionManager() - Method in class org.eclipse.swt.widgets.Display
 
initializeSubclasses() - Method in class org.eclipse.swt.widgets.Display
 
initializeSwing() - Static method in class org.eclipse.swt.awt.SWT_AWT
 
initializeSystemColors() - Method in class org.eclipse.swt.widgets.Display
 
initializeSystemColorsDisabled() - Method in class org.eclipse.swt.widgets.Display
 
initializeSystemColorsLink() - Method in class org.eclipse.swt.widgets.Display
 
initializeSystemColorsList(long) - Method in class org.eclipse.swt.widgets.Display
 
initializeSystemColorsTitle(long) - Method in class org.eclipse.swt.widgets.Display
 
initializeSystemColorsToggleButton() - Method in class org.eclipse.swt.widgets.Display
 
initializeSystemColorsTooltip() - Method in class org.eclipse.swt.widgets.Display
 
initializeSystemColorsWidget(long) - Method in class org.eclipse.swt.widgets.Display
 
initializeSystemSettings() - Method in class org.eclipse.swt.widgets.Display
 
initializeWidgetTable() - Method in class org.eclipse.swt.widgets.Display
 
initNative(String) - Method in class org.eclipse.swt.graphics.Image
 
initNonDisposeTracking() - Method in class org.eclipse.swt.graphics.Resource
 
inLayout - Variable in class org.eclipse.swt.custom.ScrolledCompositeLayout
 
inLength - Variable in class org.eclipse.swt.internal.image.PngDeflater
 
inner_border - Static variable in class org.eclipse.swt.internal.gtk.OS
 
INNER_BORDER - Static variable in class org.eclipse.swt.widgets.Button
 
INNER_BORDER - Static variable in class org.eclipse.swt.widgets.Display
 
input - Variable in class org.eclipse.swt.browser.JSON.Reader
 
INPUT - Static variable in class org.eclipse.swt.widgets.Widget
 
INPUT_BUFFER_SIZE - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
INPUT_CONSUME_INPUT - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
input_iMCU_row - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
input_scan_number - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
input_stream() - Method in class org.eclipse.swt.dnd.GdkContentDeserializer
 
inputctl - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
inputStream - Variable in class org.eclipse.swt.internal.image.FileFormat
 
inputStream - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
inputStream - Variable in class org.eclipse.swt.internal.image.LZWCodec
 
inputStream - Variable in class org.eclipse.swt.internal.image.PngChunkReader
 
inputStream - Variable in class org.eclipse.swt.internal.image.TIFFRandomFileAccess
 
insert(int, String) - Method in class org.eclipse.swt.custom.DefaultContent
Inserts text.
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
 
INSERT_TEXT - Static variable in class org.eclipse.swt.widgets.Widget
 
insertBlockSelectionText(char, int) - Method in class org.eclipse.swt.custom.StyledText
 
insertBlockSelectionText(String, boolean) - Method in class org.eclipse.swt.custom.StyledText
 
insertItemIntoRow(CoolItem, int, int) - Method in class org.eclipse.swt.widgets.CoolBar
Insert the item into the row.
insertMultiSelectionText(String) - Method in class org.eclipse.swt.custom.StyledText
 
INSET - Static variable in class org.eclipse.swt.widgets.ToolTip
 
insideSetEnableCall - Variable in class org.eclipse.swt.custom.StyledText
True iff the widget is in the midst of being enabled or disabled
install() - Method in class org.eclipse.swt.internal.SessionManagerDBus.ShutdownHook
 
installDefaultContent() - Method in class org.eclipse.swt.custom.StyledText
Creates content change listeners and set the default content model.
installListeners() - Method in class org.eclipse.swt.custom.StyledText
Adds event listeners
instance - Static variable in class org.eclipse.swt.dnd.ContentProviders
The life-time of the serializers in GTK4 (Gdk) are the life-time of the process so we use a singleton to store the mapping data that is needed.
instance - Static variable in class org.eclipse.swt.internal.WidgetSpy
 
instance_init - Variable in class org.eclipse.swt.internal.gtk.GTypeInfo
 
instance_size - Variable in class org.eclipse.swt.internal.gtk.GTypeInfo
 
insufficient_data - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_entropy_decoder
 
int_upsample(JPEGDecoder.jpeg_decompress_struct, JPEGDecoder.jpeg_component_info, byte[][], int, byte[][][], int[], int) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
INT_UPSAMPLE - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
INTERFACE_NAME - Static variable in class org.eclipse.swt.internal.GDBus
 
interior_focus - Static variable in class org.eclipse.swt.internal.gtk.OS
 
INTERLACE_METHOD_ADAM7 - Static variable in class org.eclipse.swt.internal.image.PngIhdrChunk
 
INTERLACE_METHOD_NONE - Static variable in class org.eclipse.swt.internal.image.PngIhdrChunk
 
INTERLACE_METHOD_OFFSET - Static variable in class org.eclipse.swt.internal.image.PngIhdrChunk
 
interlaced - Variable in class org.eclipse.swt.internal.image.LZWCodec
 
interlaceMethod - Variable in class org.eclipse.swt.internal.image.PngEncoder
 
interlaceMethod - Variable in class org.eclipse.swt.internal.image.PngIhdrChunk
 
interleavedMcuCols - Variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
interleavedMcuRows - Variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
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.
INTERNAL_SPACING - Static variable in class org.eclipse.swt.custom.CTabFolderRenderer
 
internalGetBounds() - Method in class org.eclipse.swt.widgets.CoolItem
 
internalGetMinimumWidth() - Method in class org.eclipse.swt.widgets.CoolItem
 
internalGetWebkitVersion() - Static method in class org.eclipse.swt.browser.WebKit
Gets the webkit version, within an int[3] array with {major, minor, micro} version
internalGetWebKitVersionStr() - Static method in class org.eclipse.swt.browser.WebKit
 
internalLayout(boolean) - Method in class org.eclipse.swt.custom.CCombo
 
internalRedraw(int, int, int, int) - Method in class org.eclipse.swt.widgets.CoolBar
 
internalRedrawRange(int, int) - Method in class org.eclipse.swt.custom.StyledText
 
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.
intersectingRelativeNonEmptySelections(int, int) - Method in class org.eclipse.swt.custom.StyledTextRenderer
 
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.
intersectsInPixels(int, int, int, int) - Method in class org.eclipse.swt.graphics.Region
 
intersectsInPixels(Rectangle) - Method in class org.eclipse.swt.graphics.Region
 
INVALID_DATA_MESSAGE - Static variable in class org.eclipse.swt.dnd.DND
 
invalidOffsets - Variable in class org.eclipse.swt.graphics.TextLayout
 
inverseDCT(int[]) - Method in class org.eclipse.swt.internal.image.JPEGFileFormat
 
inversePremultipliedColor(int, int) - Static method in class org.eclipse.swt.widgets.Display
Calculates original color from RGBA with premultiplied alpha.
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.
invokeBlockAction(int) - Method in class org.eclipse.swt.custom.StyledText
Returns true if an action should not be performed when block selection in active
IS_ACTIVE - Static variable in class org.eclipse.swt.dnd.DropTarget
 
IS_ACTIVE - Static variable in class org.eclipse.swt.widgets.Widget
 
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_COCOA - Static variable in class org.eclipse.swt.widgets.Synchronizer
 
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_decompressor - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
is_dummy_pass - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decomp_master
 
IS_GTK - Static variable in class org.eclipse.swt.custom.StyledText
 
IS_GTK - Static variable in class org.eclipse.swt.widgets.Synchronizer
 
is_hint - Variable in class org.eclipse.swt.internal.gtk3.GdkEventMotion
 
is_line_break - Variable in class org.eclipse.swt.internal.gtk.PangoLogAttr
 
IS_MAC - Static variable in class org.eclipse.swt.custom.StyledText
 
is_mandatory_break - Variable in class org.eclipse.swt.internal.gtk.PangoLogAttr
 
is_modifier - Variable in class org.eclipse.swt.internal.gtk3.GdkEventKey
 
is_padded - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_color_quantizer
 
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
 
is32Bit - Static variable in class org.eclipse.swt.internal.Callback
 
isACProgressiveScan() - Method in class org.eclipse.swt.internal.image.JPEGScanHeader
 
isActivateShellOnForceFocus() - Static method in class org.eclipse.swt.widgets.Display
 
isActive() - Method in class org.eclipse.swt.widgets.Control
 
isActive() - Method in class org.eclipse.swt.widgets.Widget
 
isAdherentBorder(TextStyle) - Method in class org.eclipse.swt.graphics.TextStyle
 
isAdherentStrikeout(TextStyle) - Method in class org.eclipse.swt.graphics.TextStyle
 
isAdherentUnderline(TextStyle) - Method in class org.eclipse.swt.graphics.TextStyle
 
isAlef(int) - Static method in class org.eclipse.swt.graphics.TextLayout
 
isAncestor(Control) - Method in class org.eclipse.swt.custom.CTabFolder
 
isArithmeticCoding() - Method in class org.eclipse.swt.internal.image.JPEGFrameHeader
 
isArrayBased - Variable in class org.eclipse.swt.internal.Callback
 
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.
isBackEnabled() - Method in class org.eclipse.swt.browser.WebBrowser
 
isBackEnabled() - Method in class org.eclipse.swt.browser.WebKit
 
isBidiCaret() - Method in class org.eclipse.swt.custom.StyledText
 
isBidiPlatform() - Static method in class org.eclipse.swt.internal.BidiUtil
 
isCalendar() - Method in class org.eclipse.swt.widgets.DateTime
 
isClipped() - Method in class org.eclipse.swt.graphics.GC
Returns true if the receiver has a clipping region set into it, and false otherwise.
isClosed - Variable in class org.eclipse.swt.custom.TextWriter
 
isClosed() - Method in class org.eclipse.swt.custom.TextWriter
Returns whether the writer is closed.
isClosing - Variable in class org.eclipse.swt.browser.Browser
 
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.
isConnected - Variable in class org.eclipse.swt.graphics.Device
 
isCritical() - Method in class org.eclipse.swt.internal.image.PngChunk
 
isCurrent() - Method in class org.eclipse.swt.opengl.GLCanvas
Returns a boolean indicating whether the receiver's OpenGL context is the current context.
isCustomResize() - Method in class org.eclipse.swt.widgets.Shell
Determines whether a Shell has both SWT.RESIZE and SWT.ON_TOP set without SWT.NO_TRIM.
isDate() - Method in class org.eclipse.swt.widgets.DateTime
 
isDateWithDropDownButton() - Method in class org.eclipse.swt.widgets.DateTime
 
isDCProgressiveScan() - Method in class org.eclipse.swt.internal.image.JPEGScanHeader
 
isDelimiter(char) - Method in class org.eclipse.swt.custom.DefaultContent
Returns whether or not the given character is a line delimiter.
isDescribedByLabel() - Method in class org.eclipse.swt.widgets.Button
 
isDescribedByLabel() - Method in class org.eclipse.swt.widgets.Control
 
isDescribedByLabel() - Method in class org.eclipse.swt.widgets.Label
 
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.
isDropped() - Method in class org.eclipse.swt.custom.CCombo
 
isDropped() - Method in class org.eclipse.swt.widgets.DateTime
 
isDynamicallySizable(InputStream) - Static method in class org.eclipse.swt.graphics.ImageDataLoader
 
isDynamicallySizable(InputStream) - Static method in class org.eclipse.swt.graphics.ImageLoader
 
isDynamicallySizable(String) - Static method in class org.eclipse.swt.graphics.ImageDataLoader
 
isDynamicallySizable(String) - Static method in class org.eclipse.swt.graphics.ImageLoader
 
isDynamicallySizableFormat(InputStream) - Static method in class org.eclipse.swt.internal.image.FileFormat
 
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.
isEvaluate - Variable in class org.eclipse.swt.browser.BrowserFunction
 
isExecutable(String) - Static method in class org.eclipse.swt.program.Program
 
isExpanded - Variable in class org.eclipse.swt.widgets.TreeItem
 
isFileFormat(LEDataInputStream) - Method in class org.eclipse.swt.internal.image.FileFormat
Return whether or not the specified input stream represents a supported file format.
isFileFormat(LEDataInputStream) - Method in class org.eclipse.swt.internal.image.GIFFileFormat
 
isFileFormat(LEDataInputStream) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
isFileFormat(LEDataInputStream) - Method in class org.eclipse.swt.internal.image.JPEGFileFormat
 
isFileFormat(LEDataInputStream) - Method in class org.eclipse.swt.internal.image.OS2BMPFileFormat
 
isFileFormat(LEDataInputStream) - Method in class org.eclipse.swt.internal.image.PNGFileFormat
 
isFileFormat(LEDataInputStream) - Method in class org.eclipse.swt.internal.image.SVGFileFormat
 
isFileFormat(LEDataInputStream) - Method in class org.eclipse.swt.internal.image.TIFFFileFormat
 
isFileFormat(LEDataInputStream) - Method in class org.eclipse.swt.internal.image.WinBMPFileFormat
 
isFileFormat(LEDataInputStream) - Method in class org.eclipse.swt.internal.image.WinICOFileFormat
 
isFirstScan() - Method in class org.eclipse.swt.internal.image.JPEGScanHeader
 
isFixedLineHeight() - Method in class org.eclipse.swt.custom.StyledText
 
isFixedMetrics() - Method in class org.eclipse.swt.graphics.TextLayout.MetricsAdapter
 
isFocusAncestor(Control) - Method in class org.eclipse.swt.widgets.Control
 
isFocusCaret() - Method in class org.eclipse.swt.widgets.Caret
 
isFocusControl() - Method in class org.eclipse.swt.browser.Browser
 
isFocusControl() - Method in class org.eclipse.swt.browser.WebBrowser
 
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.
isFocusHandle(long) - Method in class org.eclipse.swt.widgets.Combo
 
isFocusHandle(long) - Method in class org.eclipse.swt.widgets.Control
 
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.
isForwardEnabled() - Method in class org.eclipse.swt.browser.WebBrowser
 
isForwardEnabled() - Method in class org.eclipse.swt.browser.WebKit
 
isGCCreated - Variable in class org.eclipse.swt.printing.Printer
whether or not a GC was created for this printer
isGlobPattern(String) - Method in class org.eclipse.swt.widgets.FileDialog
Check whether the file extension is a glob pattern.
isGnome - Variable in class org.eclipse.swt.internal.SessionManagerDBus
 
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.
isIdentity(double[]) - Method in class org.eclipse.swt.graphics.GC
 
isInlineEnabled() - Method in class org.eclipse.swt.widgets.IME
 
isInRange(int[], int, int) - Method in class org.eclipse.swt.custom.StyledText
 
isInsideCRLF(int) - Method in class org.eclipse.swt.custom.DefaultContent
 
IsInstalled() - Static method in class org.eclipse.swt.browser.WebKit
 
isInterlacedPNG(byte[]) - Static method in class org.eclipse.swt.internal.NativeImageLoader
Return true if the image is an interlaced PNG file.
isJavascriptEnabled() - Method in class org.eclipse.swt.browser.WebKit
 
isKeyboardBidi() - Static method in class org.eclipse.swt.internal.BidiUtil
 
isLam(int) - Static method in class org.eclipse.swt.graphics.TextLayout
 
isLastBlock - Variable in class org.eclipse.swt.internal.image.PngLzBlockReader
 
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.
isLightweight - Variable in class org.eclipse.swt.accessibility.AccessibleObject
 
isLineDelimiter(int) - Method in class org.eclipse.swt.custom.StyledText
Returns whether the given offset is inside a multi byte line delimiter.
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.
isLittleEndian - Variable in class org.eclipse.swt.internal.image.TIFFDirectory
 
isLoadable() - Static method in class org.eclipse.swt.internal.Library
 
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.
isLocked - Variable in class org.eclipse.swt.widgets.CoolBar
 
isMappedToPopup() - Method in class org.eclipse.swt.widgets.Shell
Determines whether a Shell's parent is a popup window.
isMessagesEmpty() - Method in class org.eclipse.swt.widgets.Synchronizer
 
isMirrored() - Method in class org.eclipse.swt.custom.StyledText
Returns whether the widget is mirrored (right oriented/right to left writing order).
isMonitorSpecificScalingActive() - Static method in class org.eclipse.swt.internal.DPIUtil
 
isOwnerDrawn - Variable in class org.eclipse.swt.widgets.Tree
The owner of the widget is responsible for drawing
isPaletteBMP(PaletteData, int) - Method in class org.eclipse.swt.internal.image.WinBMPFileFormat
 
isParentScrolling(Control) - Method in class org.eclipse.swt.custom.CCombo
 
isProgressive() - Method in class org.eclipse.swt.internal.image.JPEGFrameHeader
 
isReadOnly() - Method in class org.eclipse.swt.widgets.DateTime
 
isReadyToExit() - Method in interface org.eclipse.swt.internal.SessionManagerDBus.IListener
Are you ready to exit? Time limit imposed by session manager is 1 second.
isReadyToExit() - Method in class org.eclipse.swt.widgets.Display.SessionManagerListener
 
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
 
isRescalingAtRuntime() - Method in class org.eclipse.swt.widgets.Display
Returns whether rescaling of shells at runtime when the DPI scaling of a shell's monitor changes is activated for this device.
isReusable(int, int) - Method in class org.eclipse.swt.graphics.Image.CachedImageAtSize
 
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.
isSameField(FieldPosition, FieldPosition) - Static method in class org.eclipse.swt.widgets.DateTime
Check if the given FieldPosition are considered "the same", this is when both are not null and reference the same Format.Field attribute, or both of them have no field attribute and have the same position
isSameLineSpacing(int, int) - Method in class org.eclipse.swt.custom.StyledTextRenderer
 
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.
isSelectionHighlightColorsCacheHit(Color) - Method in class org.eclipse.swt.custom.CTabFolderRenderer
 
isSetupCompatibleToMonitorSpecificScaling() - Static method in class org.eclipse.swt.internal.DPIUtil
Returns true only if the current setup is compatible with monitor-specific scaling.
isShowing - Variable in class org.eclipse.swt.widgets.Caret
 
isShowing() - Method in class org.eclipse.swt.custom.CTabItem
Returns true if the item will be rendered in the visible area of the CTabFolder.
isShowing() - Method in class org.eclipse.swt.widgets.Control
 
isSingleLine() - Method in class org.eclipse.swt.custom.StyledText
Returns whether the widget can have only one line.
isSmoothScalingEnabled() - Static method in class org.eclipse.swt.internal.DPIUtil
 
isStatic - Variable in class org.eclipse.swt.internal.Callback
 
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.
isTabGroup() - Method in class org.eclipse.swt.widgets.Composite
 
isTabGroup() - Method in class org.eclipse.swt.widgets.Control
 
isTabGroup() - Method in class org.eclipse.swt.widgets.Decorations
 
isTabGroup() - Method in class org.eclipse.swt.widgets.ToolItem
 
isTabItem() - Method in class org.eclipse.swt.widgets.Control
 
isTabItem() - Method in class org.eclipse.swt.widgets.Decorations
 
isTextSelected() - Method in class org.eclipse.swt.custom.StyledText
Returns true if any text in the widget is selected, and false otherwise.
isTime() - Method in class org.eclipse.swt.widgets.DateTime
 
isTracked(Widget) - Method in class org.eclipse.swt.internal.WidgetSpy.NonDisposedWidgetTracker
 
isTracking() - Method in class org.eclipse.swt.graphics.Device
 
isUndecorated() - Method in class org.eclipse.swt.widgets.Shell
 
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).
isValidClass(Class) - Static method in class org.eclipse.swt.widgets.Display
 
isValidDate(int, int, int) - Method in class org.eclipse.swt.widgets.DateTime
 
isValidIcon(ImageData) - Method in class org.eclipse.swt.internal.image.WinICOFileFormat
 
isValidSubclass() - Method in class org.eclipse.swt.widgets.Widget
 
isValidThread() - Method in class org.eclipse.swt.accessibility.Accessible
 
isValidThread() - Method in class org.eclipse.swt.widgets.Display
 
isValidThread() - Method in class org.eclipse.swt.widgets.Widget
 
isValidTime(int, int) - Method in class org.eclipse.swt.widgets.DateTime
 
isVariableHeight() - Method in class org.eclipse.swt.custom.StyleRange
 
isVariableHeight(int) - Method in class org.eclipse.swt.custom.StyledTextRenderer
Returns true if the given line can use the default line height and false otherwise.
isVisible - Variable in class org.eclipse.swt.widgets.Caret
 
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.
isVisited - Variable in class org.eclipse.swt.layout.FormData
 
isWayland() - Static method in class org.eclipse.swt.internal.gtk.OS
 
isWhite - Variable in class org.eclipse.swt.internal.image.TIFFModifiedHuffmanCodec
 
IsWin32 - Static variable in class org.eclipse.swt.internal.gtk.OS
OS Constants
isWordWrap() - Method in class org.eclipse.swt.custom.StyledText
Returns true if StyledText is in word wrap mode and false otherwise.
isX11() - Static method in class org.eclipse.swt.internal.gtk.OS
 
isZeroInColumn(int[], int) - Method in class org.eclipse.swt.internal.image.JPEGFileFormat
 
isZeroInRow(int[], int) - Method in class org.eclipse.swt.internal.image.JPEGFileFormat
 
ITALIC - Static variable in class org.eclipse.swt.SWT
The font style constant indicating an italic font (value is 1<<1).
italicFont - Variable in class org.eclipse.swt.custom.StyledTextRenderer
 
item - Variable in class org.eclipse.swt.custom.CTabFolderEvent
The tab item for the operation.
item - Variable in class org.eclipse.swt.custom.TableEditor
 
item - Variable in class org.eclipse.swt.custom.TreeEditor
 
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 - Variable in class org.eclipse.swt.widgets.ToolTip
 
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.
ITEM_BOTTOM_MARGIN - Static variable in class org.eclipse.swt.custom.CTabFolderRenderer
 
ITEM_LEFT_MARGIN - Static variable in class org.eclipse.swt.custom.CTabFolderRenderer
 
ITEM_RIGHT_MARGIN - Static variable in class org.eclipse.swt.custom.CTabFolderRenderer
 
ITEM_TOP_MARGIN - Static variable in class org.eclipse.swt.custom.CTabFolderRenderer
 
itemBounds - Variable in class org.eclipse.swt.widgets.CoolItem
 
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) - 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.
itemCount - Variable in class org.eclipse.swt.widgets.ExpandBar
 
itemCount - Variable in class org.eclipse.swt.widgets.Table
 
itemCount - Variable in class org.eclipse.swt.widgets.TaskBar
 
itemCount - Variable in class org.eclipse.swt.widgets.Tray
 
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) - 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.
items - Variable in class org.eclipse.swt.custom.CTabFolder
 
items - Variable in class org.eclipse.swt.widgets.Combo
 
items - Variable in class org.eclipse.swt.widgets.CoolBar
 
items - Variable in class org.eclipse.swt.widgets.ExpandBar
 
items - Variable in class org.eclipse.swt.widgets.Menu
 
items - Variable in class org.eclipse.swt.widgets.TabFolder
 
items - Variable in class org.eclipse.swt.widgets.Table
 
items - Variable in class org.eclipse.swt.widgets.TaskBar
 
items - Variable in class org.eclipse.swt.widgets.Tray
 
items - Variable in class org.eclipse.swt.widgets.Tree
 
itemsCount(CTabFolderEvent) - Method in interface org.eclipse.swt.custom.CTabFolder2Listener
Sent when the tab items count changes
itemsCountAdapter(Consumer) - Static method in interface org.eclipse.swt.custom.CTabFolder2Listener
Static helper method to create a CTabFolder2Listener for the CTabFolder2Listener.itemsCount(CTabFolderEvent e)) method, given a lambda expression or a method reference.
itemXOffset - Variable in class org.eclipse.swt.widgets.CoolBar
 
ITER_SIZEOF - Static variable in class org.eclipse.swt.widgets.Text
 

J

JAVA_LIB_PATH - Static variable in class org.eclipse.swt.internal.Library
 
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.
javaToNativeGTK4(Object, TransferData) - Method in class org.eclipse.swt.dnd.RTFTransfer
 
javaToNativeGTK4(Object, TransferData) - Method in class org.eclipse.swt.dnd.TextTransfer
 
JBUF_CRANK_DEST - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
JBUF_PASS_THRU - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
JBUF_SAVE_AND_PASS - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
JBUF_SAVE_SOURCE - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
jcopy_sample_rows(byte[][], int, byte[][], int, int, int) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
JCS_CMYK - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
JCS_GRAYSCALE - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
JCS_RGB - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
JCS_UNKNOWN - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
JCS_YCbCr - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
JCS_YCCK - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
JDCT_DEFAULT - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
JDCT_FLOAT - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
JDCT_IFAST - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
JDCT_ISLOW - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
JDITHER_FS - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
JDITHER_NONE - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
JDITHER_ORDERED - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
jdiv_round_up(long, long) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
JFIF_major_version - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
JFIF_minor_version - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
JHUFF_TBL() - Constructor for class org.eclipse.swt.internal.image.JPEGDecoder.JHUFF_TBL
 
jinit_color_deconverter(JPEGDecoder.jpeg_decompress_struct) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
jinit_d_coef_controller(JPEGDecoder.jpeg_decompress_struct, boolean) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
jinit_d_main_controller(JPEGDecoder.jpeg_decompress_struct, boolean) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
jinit_d_post_controller(JPEGDecoder.jpeg_decompress_struct, boolean) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
jinit_huff_decoder(JPEGDecoder.jpeg_decompress_struct) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
jinit_input_controller(JPEGDecoder.jpeg_decompress_struct) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
jinit_inverse_dct(JPEGDecoder.jpeg_decompress_struct) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
jinit_marker_reader(JPEGDecoder.jpeg_decompress_struct) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
jinit_master_decompress(JPEGDecoder.jpeg_decompress_struct) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
jinit_phuff_decoder(JPEGDecoder.jpeg_decompress_struct) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
jinit_upsampler(JPEGDecoder.jpeg_decompress_struct) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
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).
JPEG - Static variable in class org.eclipse.swt.dnd.ImageTransfer
 
jpeg_abort(JPEGDecoder.jpeg_decompress_struct) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
jpeg_calc_output_dimensions(JPEGDecoder.jpeg_decompress_struct) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
jpeg_color_deconverter() - Constructor for class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_color_deconverter
 
jpeg_color_quantizer() - Constructor for class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_color_quantizer
 
jpeg_color_space - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
jpeg_component_info() - Constructor for class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_component_info
 
jpeg_consume_input(JPEGDecoder.jpeg_decompress_struct) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
jpeg_create_decompress(JPEGDecoder.jpeg_decompress_struct) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
jpeg_d_coef_controller() - Constructor for class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_d_coef_controller
 
jpeg_d_main_controller() - Constructor for class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_d_main_controller
 
jpeg_d_post_controller() - Constructor for class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_d_post_controller
 
jpeg_decomp_master() - Constructor for class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decomp_master
 
jpeg_decompress_struct() - Constructor for class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
jpeg_destroy(JPEGDecoder.jpeg_decompress_struct) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
jpeg_destroy_decompress(JPEGDecoder.jpeg_decompress_struct) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
jpeg_entropy_decoder() - Constructor for class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_entropy_decoder
 
jpeg_fill_bit_buffer(JPEGDecoder.bitread_working_state, int, int, int) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
jpeg_finish_decompress(JPEGDecoder.jpeg_decompress_struct) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
jpeg_finish_output(JPEGDecoder.jpeg_decompress_struct) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
JPEG_HEADER_OK - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
JPEG_HEADER_TABLES_ONLY - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
jpeg_huff_decode(JPEGDecoder.bitread_working_state, int, int, JPEGDecoder.d_derived_tbl, int) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
JPEG_ID - Static variable in class org.eclipse.swt.dnd.ImageTransfer
 
jpeg_idct_islow(JPEGDecoder.jpeg_decompress_struct, JPEGDecoder.jpeg_component_info, short[], byte[][], int, int) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
jpeg_input_complete(JPEGDecoder.jpeg_decompress_struct) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
jpeg_input_controller() - Constructor for class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_input_controller
 
jpeg_inverse_dct() - Constructor for class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_inverse_dct
 
jpeg_make_d_derived_tbl(JPEGDecoder.jpeg_decompress_struct, boolean, int, JPEGDecoder.d_derived_tbl) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
jpeg_marker_reader() - Constructor for class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_marker_reader
 
JPEG_MAX_DIMENSION - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
jpeg_natural_order - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
JPEG_REACHED_EOI - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
JPEG_REACHED_SOS - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
jpeg_read_header(JPEGDecoder.jpeg_decompress_struct, boolean) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
jpeg_read_scanlines(JPEGDecoder.jpeg_decompress_struct, byte[][], int) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
jpeg_resync_to_restart(JPEGDecoder.jpeg_decompress_struct, int) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
JPEG_ROW_COMPLETED - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
JPEG_SCAN_COMPLETED - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
jpeg_start_decompress(JPEGDecoder.jpeg_decompress_struct) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
jpeg_start_output(JPEGDecoder.jpeg_decompress_struct, int) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
JPEG_SUSPENDED - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
jpeg_upsampler() - Constructor for class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_upsampler
 
JPEGAppn - Class in org.eclipse.swt.internal.image
 
JPEGAppn(byte[]) - Constructor for class org.eclipse.swt.internal.image.JPEGAppn
 
JPEGAppn(LEDataInputStream) - Constructor for class org.eclipse.swt.internal.image.JPEGAppn
 
JPEGArithmeticConditioningTable - Class in org.eclipse.swt.internal.image
 
JPEGArithmeticConditioningTable(LEDataInputStream) - Constructor for class org.eclipse.swt.internal.image.JPEGArithmeticConditioningTable
 
JPEGComment - Class in org.eclipse.swt.internal.image
 
JPEGComment(byte[]) - Constructor for class org.eclipse.swt.internal.image.JPEGComment
 
JPEGComment(LEDataInputStream) - Constructor for class org.eclipse.swt.internal.image.JPEGComment
 
JPEGDecoder - Class in org.eclipse.swt.internal.image
 
JPEGDecoder() - Constructor for class org.eclipse.swt.internal.image.JPEGDecoder
 
JPEGDecoder.bitread_perm_state - Class in org.eclipse.swt.internal.image
 
JPEGDecoder.bitread_working_state - Class in org.eclipse.swt.internal.image
 
JPEGDecoder.d_derived_tbl - Class in org.eclipse.swt.internal.image
 
JPEGDecoder.huff_entropy_decoder - Class in org.eclipse.swt.internal.image
 
JPEGDecoder.JHUFF_TBL - Class in org.eclipse.swt.internal.image
 
JPEGDecoder.jpeg_color_deconverter - Class in org.eclipse.swt.internal.image
 
JPEGDecoder.jpeg_color_quantizer - Class in org.eclipse.swt.internal.image
 
JPEGDecoder.jpeg_component_info - Class in org.eclipse.swt.internal.image
 
JPEGDecoder.jpeg_d_coef_controller - Class in org.eclipse.swt.internal.image
 
JPEGDecoder.jpeg_d_main_controller - Class in org.eclipse.swt.internal.image
 
JPEGDecoder.jpeg_d_post_controller - Class in org.eclipse.swt.internal.image
 
JPEGDecoder.jpeg_decomp_master - Class in org.eclipse.swt.internal.image
 
JPEGDecoder.jpeg_decompress_struct - Class in org.eclipse.swt.internal.image
 
JPEGDecoder.jpeg_entropy_decoder - Class in org.eclipse.swt.internal.image
 
JPEGDecoder.jpeg_input_controller - Class in org.eclipse.swt.internal.image
 
JPEGDecoder.jpeg_inverse_dct - Class in org.eclipse.swt.internal.image
 
JPEGDecoder.jpeg_marker_reader - Class in org.eclipse.swt.internal.image
 
JPEGDecoder.jpeg_upsampler - Class in org.eclipse.swt.internal.image
 
JPEGDecoder.JQUANT_TBL - Class in org.eclipse.swt.internal.image
 
JPEGDecoder.phuff_entropy_decoder - Class in org.eclipse.swt.internal.image
 
JPEGDecoder.savable_state - Class in org.eclipse.swt.internal.image
 
JPEGEndOfImage - Class in org.eclipse.swt.internal.image
 
JPEGEndOfImage() - Constructor for class org.eclipse.swt.internal.image.JPEGEndOfImage
 
JPEGEndOfImage(byte[]) - Constructor for class org.eclipse.swt.internal.image.JPEGEndOfImage
 
JPEGFileFormat - Class in org.eclipse.swt.internal.image
 
JPEGFileFormat() - Constructor for class org.eclipse.swt.internal.image.JPEGFileFormat
 
JPEGFixedSizeSegment - Class in org.eclipse.swt.internal.image
 
JPEGFixedSizeSegment() - Constructor for class org.eclipse.swt.internal.image.JPEGFixedSizeSegment
 
JPEGFixedSizeSegment(byte[]) - Constructor for class org.eclipse.swt.internal.image.JPEGFixedSizeSegment
 
JPEGFixedSizeSegment(LEDataInputStream) - Constructor for class org.eclipse.swt.internal.image.JPEGFixedSizeSegment
 
JPEGFrameHeader - Class in org.eclipse.swt.internal.image
 
JPEGFrameHeader(byte[]) - Constructor for class org.eclipse.swt.internal.image.JPEGFrameHeader
 
JPEGFrameHeader(LEDataInputStream) - Constructor for class org.eclipse.swt.internal.image.JPEGFrameHeader
 
JPEGHuffmanTable - Class in org.eclipse.swt.internal.image
JPEGHuffmanTable class actually represents two types of object: 1) A DHT (Define Huffman Tables) segment, which may represent as many as 4 Huffman tables.
JPEGHuffmanTable(byte[]) - Constructor for class org.eclipse.swt.internal.image.JPEGHuffmanTable
 
JPEGHuffmanTable(LEDataInputStream) - Constructor for class org.eclipse.swt.internal.image.JPEGHuffmanTable
 
JPEGQuantizationTable - Class in org.eclipse.swt.internal.image
 
JPEGQuantizationTable(byte[]) - Constructor for class org.eclipse.swt.internal.image.JPEGQuantizationTable
 
JPEGQuantizationTable(LEDataInputStream) - Constructor for class org.eclipse.swt.internal.image.JPEGQuantizationTable
 
JPEGRestartInterval - Class in org.eclipse.swt.internal.image
 
JPEGRestartInterval(LEDataInputStream) - Constructor for class org.eclipse.swt.internal.image.JPEGRestartInterval
 
JPEGScanHeader - Class in org.eclipse.swt.internal.image
 
JPEGScanHeader(byte[]) - Constructor for class org.eclipse.swt.internal.image.JPEGScanHeader
 
JPEGScanHeader(LEDataInputStream) - Constructor for class org.eclipse.swt.internal.image.JPEGScanHeader
 
JPEGSegment - Class in org.eclipse.swt.internal.image
 
JPEGSegment() - Constructor for class org.eclipse.swt.internal.image.JPEGSegment
 
JPEGSegment(byte[]) - Constructor for class org.eclipse.swt.internal.image.JPEGSegment
 
JPEGStartOfImage - Class in org.eclipse.swt.internal.image
 
JPEGStartOfImage() - Constructor for class org.eclipse.swt.internal.image.JPEGStartOfImage
 
JPEGStartOfImage(byte[]) - Constructor for class org.eclipse.swt.internal.image.JPEGStartOfImage
 
JPEGStartOfImage(LEDataInputStream) - Constructor for class org.eclipse.swt.internal.image.JPEGStartOfImage
 
JPEGVariableSizeSegment - Class in org.eclipse.swt.internal.image
 
JPEGVariableSizeSegment(byte[]) - Constructor for class org.eclipse.swt.internal.image.JPEGVariableSizeSegment
 
JPEGVariableSizeSegment(LEDataInputStream) - Constructor for class org.eclipse.swt.internal.image.JPEGVariableSizeSegment
 
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
 
JQUANT_TBL() - Constructor for class org.eclipse.swt.internal.image.JPEGDecoder.JQUANT_TBL
 
jround_up(long, long) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
jsc_value_is_boolean(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
jsc_value_is_null(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
jsc_value_is_number(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
jsc_value_is_object(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
jsc_value_is_string(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
jsc_value_is_typed_array(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
jsc_value_is_undefined(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
jsc_value_object_get_property(long, byte[]) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
jsc_value_object_get_property_at_index(long, int) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
jsc_value_to_boolean(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
jsc_value_to_double(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
jsc_value_to_int32(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
jsc_value_to_string(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
JSDOMEventProc - Static variable in class org.eclipse.swt.browser.WebKit
 
JSDOMEventProc(long, long, long) - Static method in class org.eclipse.swt.browser.WebKit
 
jsEnabled - Variable in class org.eclipse.swt.browser.WebBrowser
 
jsEnabledOnNextPage - Variable in class org.eclipse.swt.browser.WebBrowser
 
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
 
JSON - Class in org.eclipse.swt.browser
 
JSON() - Constructor for class org.eclipse.swt.browser.JSON
 
JSON_MIME_TYPE - Static variable in class org.eclipse.swt.browser.WebKit
 
JSON.Reader - Class in org.eclipse.swt.browser
 
JSON.Reader.Control - Enum Class in org.eclipse.swt.browser
 
JSON.Writer - Class in org.eclipse.swt.browser
 
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.custom.StyledText
 
justify - Variable in class org.eclipse.swt.custom.StyledTextEvent
 
justify - Variable in class org.eclipse.swt.custom.StyledTextRenderer.LineInfo
 
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.
JUSTIFY - Static variable in class org.eclipse.swt.custom.StyledTextRenderer
 

K

KEY_CHECK_SUBWINDOW - Static variable in class org.eclipse.swt.browser.WebKit
 
KEY_CHECK_SUBWINDOW - Static variable in class org.eclipse.swt.widgets.Widget
 
KEY_GTK_CSS - Static variable in class org.eclipse.swt.widgets.Widget
 
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_PRESS_EVENT - Static variable in class org.eclipse.swt.widgets.Widget
 
key_pressed - Static variable in class org.eclipse.swt.internal.gtk.OS
 
KEY_PRESSED - Static variable in class org.eclipse.swt.widgets.Widget
 
key_release_event - Static variable in class org.eclipse.swt.internal.gtk.OS
 
KEY_RELEASE_EVENT - Static variable in class org.eclipse.swt.widgets.Widget
 
key_released - Static variable in class org.eclipse.swt.internal.gtk.OS
 
KEY_RELEASED - Static variable in class org.eclipse.swt.widgets.Widget
 
keyActionMap - Variable in class org.eclipse.swt.custom.StyledText
 
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
 
keybindingPtr - Static variable in class org.eclipse.swt.accessibility.AccessibleObject
 
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
 
keyCode - Variable in class org.eclipse.swt.widgets.Event
character that is good for keyboard shortcut comparison.
KEYCODE_BIT - Static variable in class org.eclipse.swt.SWT
Accelerator constant used to differentiate a key code from a unicode character.
keyController - Variable in class org.eclipse.swt.widgets.Control
 
keyDown(Event) - Method in class org.eclipse.swt.custom.TableCursor
 
keyDown(Event) - Method in class org.eclipse.swt.custom.TreeCursor
 
KeyDown - Static variable in class org.eclipse.swt.SWT
The key down event type (value is 1).
KEYED_DATA - Static variable in class org.eclipse.swt.widgets.Widget
 
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.
keyOperation - Variable in class org.eclipse.swt.dnd.DropTarget
 
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).
keyPressDefaultSelectionHandler(long, int) - Method in class org.eclipse.swt.widgets.List
Used to emulate DefaultSelection event.
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) - 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.
keyPressReleaseCallback - Variable in class org.eclipse.swt.widgets.Display
 
keyPressReleaseProc - Variable in class org.eclipse.swt.widgets.Display
 
keyPressReleaseProc(long, int, int, int, long) - Method in class org.eclipse.swt.widgets.Display
 
keyPressReleaseProc(long, int, int, int, long) - Method in class org.eclipse.swt.widgets.Widget
 
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) - 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 - Variable in class org.eclipse.swt.widgets.Display
 
keys_changed - Static variable in class org.eclipse.swt.internal.gtk.OS
 
keysChangedCallback - Variable in class org.eclipse.swt.widgets.Display
 
keysChangedProc - Variable in class org.eclipse.swt.widgets.Display
 
keysChangedProc(long, long) - Method in class org.eclipse.swt.widgets.Display
'keys-changed' event handler.
keysym - Variable in class org.eclipse.swt.widgets.MenuItem.MaskKeysym
 
KeyTable - Static variable in class org.eclipse.swt.browser.WebBrowser
 
KeyTable - Static variable in class org.eclipse.swt.widgets.Display
 
keyToString(int) - Method in class org.eclipse.swt.widgets.DateTime
 
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
 
killFocus() - Method in class org.eclipse.swt.widgets.Caret
 
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.
labelHandle - Variable in class org.eclipse.swt.widgets.Button
 
labelHandle - Variable in class org.eclipse.swt.widgets.ExpandItem
 
labelHandle - Variable in class org.eclipse.swt.widgets.Group
 
labelHandle - Variable in class org.eclipse.swt.widgets.Label
 
labelHandle - Variable in class org.eclipse.swt.widgets.MenuItem
 
labelHandle - Variable in class org.eclipse.swt.widgets.TabItem
 
labelHandle - Variable in class org.eclipse.swt.widgets.TableColumn
 
labelHandle - Variable in class org.eclipse.swt.widgets.ToolItem
 
labelHandle - Variable in class org.eclipse.swt.widgets.TreeColumn
 
labelRelation - Variable in class org.eclipse.swt.widgets.Control
 
labels - Variable in class org.eclipse.swt.widgets.MessageBox
 
LANDSCAPE - Static variable in class org.eclipse.swt.printing.PrinterData
orientation field value indicating landscape paper orientation
lang - Variable in class org.eclipse.swt.graphics.FontData
The locales of the font
LAST_CODE_LENGTH_CODE - Static variable in class org.eclipse.swt.internal.image.PngLzBlockReader
 
last_col_width - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_component_info
 
last_dc_val - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.savable_state
 
LAST_DISTANCE_CODE - Static variable in class org.eclipse.swt.internal.image.PngLzBlockReader
 
LAST_LENGTH_CODE - Static variable in class org.eclipse.swt.internal.image.PngLzBlockReader
 
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).
last_row_height - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_component_info
 
LAST_SIGNAL - Static variable in class org.eclipse.swt.widgets.Widget
 
LAST_TABLE_INDEX - Static variable in class org.eclipse.swt.widgets.Display
 
lastActive - Variable in class org.eclipse.swt.widgets.Shell
 
lastBorderColor - Variable in class org.eclipse.swt.custom.CTabFolderRenderer
 
lastButton - Variable in class org.eclipse.swt.widgets.TableColumn
 
lastCharCode - Variable in class org.eclipse.swt.browser.WebKit
 
lastCharCount - Variable in class org.eclipse.swt.custom.StyledText
 
lastCursor - Variable in class org.eclipse.swt.widgets.Tracker
 
lastEventTime - Variable in class org.eclipse.swt.widgets.Combo
 
lastEventTime - Variable in class org.eclipse.swt.widgets.Display
 
lastEventTime - Variable in class org.eclipse.swt.widgets.Spinner
 
lastEventTime - Variable in class org.eclipse.swt.widgets.Text
 
lastFocus - Variable in class org.eclipse.swt.widgets.ExpandBar
 
lastHandle - Variable in class org.eclipse.swt.widgets.Display
 
lastIndexOf - Variable in class org.eclipse.swt.widgets.Table
 
lastInput - Variable in class org.eclipse.swt.widgets.Control
Point for storing the (x, y) coordinate of the last input (click/scroll/etc.).
lastKeyCode - Variable in class org.eclipse.swt.browser.WebKit
 
lastLineBottom - Variable in class org.eclipse.swt.custom.StyledText
 
lastTabHeight - Variable in class org.eclipse.swt.custom.CTabFolderRenderer
 
lastTextChangeNewCharCount - Variable in class org.eclipse.swt.custom.StyledText
 
lastTextChangeNewLineCount - Variable in class org.eclipse.swt.custom.StyledText
 
lastTextChangeReplaceCharCount - Variable in class org.eclipse.swt.custom.StyledText
 
lastTextChangeReplaceLineCount - Variable in class org.eclipse.swt.custom.StyledText
 
lastTextChangeStart - Variable in class org.eclipse.swt.custom.StyledText
 
lastTime - Variable in class org.eclipse.swt.widgets.TableColumn
 
lastTime - Variable in class org.eclipse.swt.widgets.TreeColumn
 
lastUserEventTime - Variable in class org.eclipse.swt.widgets.Display
 
lastWidget - Variable in class org.eclipse.swt.widgets.Display
 
lastWidth - Variable in class org.eclipse.swt.widgets.TableColumn
 
lastWidth - Variable in class org.eclipse.swt.widgets.TreeColumn
 
lastX - Variable in class org.eclipse.swt.widgets.Sash
 
lastX - Variable in class org.eclipse.swt.widgets.TableColumn
 
lastX - Variable in class org.eclipse.swt.widgets.TreeColumn
 
lastY - Variable in class org.eclipse.swt.widgets.Sash
 
latch_quant_tables(JPEGDecoder.jpeg_decompress_struct) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
latinKeyGroup - Variable in class org.eclipse.swt.widgets.Display
 
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 record class org.eclipse.swt.custom.StyledTextRenderer.LineDrawInfo
The field for the layout record component.
layout - Variable in class org.eclipse.swt.graphics.GCData
 
layout - Variable in class org.eclipse.swt.graphics.TextLayout
 
layout - Variable in class org.eclipse.swt.internal.gtk.PangoLayoutLine
 
layout - Variable in class org.eclipse.swt.widgets.Composite
 
layout - Variable in class org.eclipse.swt.widgets.Link
 
layout() - Method in class org.eclipse.swt.custom.ControlEditor
Lays out the control within the underlying composite.
layout() - Method in record class org.eclipse.swt.custom.StyledTextRenderer.LineDrawInfo
Returns the value of the layout record component.
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.CBannerLayout
 
layout(Composite, boolean) - Method in class org.eclipse.swt.custom.CTabFolderLayout
 
layout(Composite, boolean) - Method in class org.eclipse.swt.custom.SashFormLayout
 
layout(Composite, boolean) - Method in class org.eclipse.swt.custom.ScrolledCompositeLayout
 
layout(Composite, boolean) - Method in class org.eclipse.swt.custom.StackLayout
 
layout(Composite, boolean) - Method in class org.eclipse.swt.custom.ViewFormLayout
 
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.layout.TabFolderLayout
 
layout(Composite, boolean) - Method in class org.eclipse.swt.widgets.Layout
Lays out the children of the specified composite according to this layout.
layout(Composite, boolean, int, int, int, int, boolean) - Method in class org.eclipse.swt.layout.FormLayout
 
layout(Composite, boolean, int, int, int, int, boolean) - Method in class org.eclipse.swt.layout.GridLayout
 
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
 
LAYOUT_CHANGED - Static variable in class org.eclipse.swt.widgets.Widget
 
LAYOUT_CHILD - Static variable in class org.eclipse.swt.widgets.Widget
 
LAYOUT_KEY - Static variable in class org.eclipse.swt.layout.BorderLayout
 
LAYOUT_NEEDED - Static variable in class org.eclipse.swt.widgets.Widget
 
layoutCount - Variable in class org.eclipse.swt.widgets.Composite
 
layoutData - Variable in class org.eclipse.swt.widgets.Control
 
layoutDeferred - Variable in class org.eclipse.swt.widgets.Display
 
layoutDeferredCount - Variable in class org.eclipse.swt.widgets.Display
 
layoutHorizontal(Composite, boolean, boolean, int, boolean) - Method in class org.eclipse.swt.layout.RowLayout
 
layoutItems() - Method in class org.eclipse.swt.widgets.CoolBar
Return the height of the bar after it has been properly laid out for the given width.
layoutItems() - Method in class org.eclipse.swt.widgets.ExpandBar
 
layoutMessage - Variable in class org.eclipse.swt.widgets.ToolTip
 
layouts - Variable in class org.eclipse.swt.custom.StyledTextRenderer
 
layoutText - Variable in class org.eclipse.swt.widgets.ToolTip
 
layoutVertical(Composite, boolean, boolean, int, boolean) - Method in class org.eclipse.swt.layout.RowLayout
 
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 - Static variable in class org.eclipse.swt.widgets.Widget
 
leave_notify_event - Static variable in class org.eclipse.swt.internal.gtk.OS
 
LEAVE_NOTIFY_EVENT - Static variable in class org.eclipse.swt.widgets.Widget
 
leaveCallback - Variable in class org.eclipse.swt.widgets.Display
 
leaveProc - Variable in class org.eclipse.swt.widgets.Display
 
leaveProc(long, long) - Method in class org.eclipse.swt.widgets.Display
 
leaveProc(long, long, long) - Method in class org.eclipse.swt.widgets.Widget
 
LEDataInputStream - Class in org.eclipse.swt.internal.image
 
LEDataInputStream(InputStream) - Constructor for class org.eclipse.swt.internal.image.LEDataInputStream
 
LEDataInputStream(InputStream, int) - Constructor for class org.eclipse.swt.internal.image.LEDataInputStream
 
LEDataOutputStream - Class in org.eclipse.swt.internal.image
 
LEDataOutputStream(OutputStream) - Constructor for class org.eclipse.swt.internal.image.LEDataOutputStream
 
left - Variable in class org.eclipse.swt.custom.CBanner
 
left - Variable in class org.eclipse.swt.internal.gtk.GtkBorder
 
left - Variable in class org.eclipse.swt.internal.image.LZWNode
 
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.custom.StyledText.Printing
 
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).
leftCaretBitmap - Variable in class org.eclipse.swt.custom.StyledText
 
leftMargin - Variable in class org.eclipse.swt.accessibility.AccessibleAttributeEvent
[out] the left margin in pixels
leftMargin - Variable in class org.eclipse.swt.custom.CLabel
 
leftMargin - Variable in class org.eclipse.swt.custom.StyledText
 
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
 
length - Variable in class org.eclipse.swt.internal.image.PngChunk
 
length - Variable in class org.eclipse.swt.internal.image.PngDeflater.Match
 
length - Variable in class org.eclipse.swt.internal.image.PngHuffmanTable.CodeLengthInfo
 
length - Variable in class org.eclipse.swt.internal.image.PngInputStream
 
LENGTH_FIELD_LENGTH - Static variable in class org.eclipse.swt.internal.image.PngChunk
 
length_limit_APPn - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_marker_reader
 
length_limit_COM - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_marker_reader
 
LENGTH_OFFSET - Static variable in class org.eclipse.swt.internal.image.PngChunk
 
lengthBases - Static variable in class org.eclipse.swt.internal.image.PngLzBlockReader
 
LengthCodeOrder - Static variable in class org.eclipse.swt.internal.image.PngHuffmanTables
 
lengthCodes - Static variable in class org.eclipse.swt.internal.image.PngDeflater
 
LengthCodeTableSize - Static variable in class org.eclipse.swt.internal.image.PngHuffmanTables
 
level - Variable in class org.eclipse.swt.internal.gtk.GdkKeymapKey
 
level - Variable in class org.eclipse.swt.widgets.EventTable
 
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.
limitClipping(long) - Method in class org.eclipse.swt.graphics.GC
Intersects given clipping with original clipping of this context, so that resulting clip does not allow to paint outside of the GC bounds.
line - Variable in class org.eclipse.swt.internal.image.LZWCodec
 
LINE_CAP - Static variable in class org.eclipse.swt.graphics.GC
 
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.graphics.GC
 
LINE_DASH - Static variable in class org.eclipse.swt.SWT
Line drawing style for dashed lines (value is 2).
LINE_DASH_ZERO - Static variable in class org.eclipse.swt.graphics.GC
 
LINE_DASHDOT - Static variable in class org.eclipse.swt.graphics.GC
 
LINE_DASHDOT - Static variable in class org.eclipse.swt.SWT
Line drawing style for alternating dash-dot lines (value is 4).
LINE_DASHDOT_ZERO - Static variable in class org.eclipse.swt.graphics.GC
 
LINE_DASHDOTDOT - Static variable in class org.eclipse.swt.graphics.GC
 
LINE_DASHDOTDOT - Static variable in class org.eclipse.swt.SWT
Line drawing style for dash-dot-dot lines (value is 5).
LINE_DASHDOTDOT_ZERO - Static variable in class org.eclipse.swt.graphics.GC
 
LINE_DOT - Static variable in class org.eclipse.swt.graphics.GC
 
LINE_DOT - Static variable in class org.eclipse.swt.SWT
Line drawing style for dotted lines (value is 3).
LINE_DOT_ZERO - Static variable in class org.eclipse.swt.graphics.GC
 
LINE_DOWN - Static variable in class org.eclipse.swt.custom.ST
 
LINE_END - Static variable in class org.eclipse.swt.custom.ST
 
LINE_JOIN - Static variable in class org.eclipse.swt.graphics.GC
 
LINE_MITERLIMIT - Static variable in class org.eclipse.swt.graphics.GC
 
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_STYLE - Static variable in class org.eclipse.swt.graphics.GC
 
LINE_UP - Static variable in class org.eclipse.swt.custom.ST
 
LINE_WIDTH - Static variable in class org.eclipse.swt.graphics.GC
 
lineArray - Variable in class org.eclipse.swt.internal.image.LZWCodec
 
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
lineBackground - Variable in class org.eclipse.swt.custom.StyledTextEvent
 
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
 
lineCount - Variable in class org.eclipse.swt.custom.DefaultContent
 
lineCount - Variable in class org.eclipse.swt.custom.StyledTextRenderer
 
lineCount(int, int) - Method in class org.eclipse.swt.custom.DefaultContent
Returns the number of lines that are in the specified text.
lineCount(String) - Method in class org.eclipse.swt.custom.DefaultContent
Returns the number of lines that are in the specified text.
lineDashes - Variable in class org.eclipse.swt.graphics.GCData
 
lineDashesOffset - Variable in class org.eclipse.swt.graphics.GCData
 
LineDelimiter - Static variable in class org.eclipse.swt.custom.DefaultContent
 
LineDrawInfo(int, TextLayout, String, int, int) - Constructor for record class org.eclipse.swt.custom.StyledTextRenderer.LineDrawInfo
Creates an instance of a LineDrawInfo record class.
lineExists(int) - Method in class org.eclipse.swt.custom.StyledText
 
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).
LineInfo() - Constructor for class org.eclipse.swt.custom.StyledTextRenderer.LineInfo
 
LineInfo(StyledTextRenderer.LineInfo) - Constructor for class org.eclipse.swt.custom.StyledTextRenderer.LineInfo
 
lineJoin - Variable in class org.eclipse.swt.graphics.GCData
 
lineLabels - Variable in class org.eclipse.swt.custom.StyledTextPrintOptions
Labels used for printing line numbers.
lineMetricsInPixels - Variable in class org.eclipse.swt.graphics.TextLayout.MetricsAdapter
 
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)
lines - Variable in class org.eclipse.swt.custom.DefaultContent
 
lines - Variable in class org.eclipse.swt.custom.StyledTextRenderer
 
linesInAverageLineHeight - Variable in class org.eclipse.swt.custom.StyledTextRenderer
 
linesIndices - Variable in class org.eclipse.swt.custom.Bullet
 
LineSizeInfo() - Constructor for class org.eclipse.swt.custom.StyledTextRenderer.LineSizeInfo
 
lineSizes - Variable in class org.eclipse.swt.custom.StyledTextRenderer
 
lineSpacing - Variable in class org.eclipse.swt.custom.StyledText
 
lineSpacing - Variable in class org.eclipse.swt.custom.StyledText.Printing
 
lineSpacingComputing - Variable in class org.eclipse.swt.custom.StyledTextRenderer
 
lineSpacingProvider - Variable in class org.eclipse.swt.custom.StyledTextRenderer
 
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() - Constructor for class org.eclipse.swt.internal.image.PngDeflater.Link
 
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_DISABLED_FOREGROUND - Static variable in class org.eclipse.swt.widgets.Link
 
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
 
linkColor - Variable in class org.eclipse.swt.widgets.Link
 
list - Variable in class org.eclipse.swt.custom.CCombo
 
list - Variable in class org.eclipse.swt.custom.PopupList
 
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.
LIST_SIZE - Static variable in class org.eclipse.swt.internal.image.TIFFRandomFileAccess
 
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 - Variable in class org.eclipse.swt.custom.CBanner
 
listener - Variable in class org.eclipse.swt.custom.CCombo
 
listener - Variable in class org.eclipse.swt.custom.CTabFolder
 
listener - Variable in class org.eclipse.swt.custom.StyledText
 
listener - Variable in class org.eclipse.swt.custom.TableCursor
 
listener - Variable in class org.eclipse.swt.custom.TreeCursor
 
listener - Variable in class org.eclipse.swt.custom.ViewForm
 
Listener - Interface in org.eclipse.swt.widgets
Implementers of Listener provide a simple handleEvent() method that is used internally by SWT to dispatch events.
listeners - Variable in class org.eclipse.swt.internal.SessionManagerDBus
 
listeners - Variable in class org.eclipse.swt.widgets.EventTable
 
listEvent(Event) - Method in class org.eclipse.swt.custom.CCombo
 
literalTable - Variable in class org.eclipse.swt.internal.image.PngHuffmanTables
 
LiteralTableSize - Static variable in class org.eclipse.swt.internal.image.PngHuffmanTables
 
load(InputStream) - Static method in class org.eclipse.swt.graphics.ImageDataLoader
 
load(InputStream) - Method in class org.eclipse.swt.graphics.ImageLoader
Loads an array of ImageData objects from the specified input stream.
load(InputStream, ImageLoader, int, int) - Static method in class org.eclipse.swt.internal.image.FileFormat
 
load(InputStream, ImageLoader, int, int) - Static method in class org.eclipse.swt.internal.NativeImageLoader
 
load(String) - Static method in class org.eclipse.swt.graphics.ImageDataLoader
 
load(String) - Method in class org.eclipse.swt.graphics.ImageLoader
Loads an array of ImageData objects from the file with the specified name.
load(String, StringBuilder) - Static method in class org.eclipse.swt.internal.Library
 
load(DPIUtil.ElementAtZoom, ImageLoader, int) - 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(DPIUtil.ElementAtZoom, ImageLoader, int) - Static method in class org.eclipse.swt.internal.NativeImageLoader
 
load_changed - Static variable in class org.eclipse.swt.internal.webkit.WebKitGTK
 
LOAD_CHANGED - Static variable in class org.eclipse.swt.browser.WebKit
 
load_complete - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
LOAD_FAILED_TLS - Static variable in class org.eclipse.swt.browser.WebKit
 
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
 
loadBySize(InputStream, int, int) - Static method in class org.eclipse.swt.graphics.ImageDataLoader
 
loadBySize(InputStream, int, int) - Method in class org.eclipse.swt.graphics.ImageLoader
 
loadBySize(String, int, int) - Static method in class org.eclipse.swt.graphics.ImageDataLoader
 
loadBySize(String, int, int) - Method in class org.eclipse.swt.graphics.ImageLoader
 
loadByZoom(InputStream, int, int) - Static method in class org.eclipse.swt.graphics.ImageDataLoader
 
loadByZoom(InputStream, int, int) - Method in class org.eclipse.swt.graphics.ImageLoader
 
loadByZoom(String, int, int) - Static method in class org.eclipse.swt.graphics.ImageDataLoader
 
loadByZoom(String, int, int) - Method in class org.eclipse.swt.graphics.ImageLoader
 
loadData(byte[]) - Method in class org.eclipse.swt.internal.image.OS2BMPFileFormat
 
loadData(byte[]) - Method in class org.eclipse.swt.internal.image.WinBMPFileFormat
 
loadData(byte[], int) - Method in class org.eclipse.swt.internal.image.OS2BMPFileFormat
 
loadData(byte[], int) - Method in class org.eclipse.swt.internal.image.WinBMPFileFormat
 
loaded - Static variable in class org.eclipse.swt.awt.SWT_AWT
 
loader - Variable in class org.eclipse.swt.internal.image.FileFormat
 
loader - Variable in class org.eclipse.swt.internal.image.LZWCodec
 
loader - Variable in class org.eclipse.swt.internal.image.PngEncoder
 
loader - Variable in class org.eclipse.swt.internal.image.TIFFDirectory
 
loadFileHeader() - Method in class org.eclipse.swt.internal.image.OS2BMPFileFormat
 
loadFileHeader() - Method in class org.eclipse.swt.internal.image.WinBMPFileFormat
 
loadFileHeader(LEDataInputStream) - Method in class org.eclipse.swt.internal.image.WinICOFileFormat
 
loadFileHeader(LEDataInputStream, boolean) - Method in class org.eclipse.swt.internal.image.WinICOFileFormat
 
loadFont(String) - Method in class org.eclipse.swt.graphics.Device
Loads the font specified by a file.
loadFromByteStream() - Method in class org.eclipse.swt.internal.image.FileFormat.StaticImageFileFormat
 
loadFromByteStream() - Method in class org.eclipse.swt.internal.image.GIFFileFormat
Load the GIF image(s) stored in the input stream.
loadFromByteStream() - Method in class org.eclipse.swt.internal.image.JPEGFileFormat
 
loadFromByteStream() - Method in class org.eclipse.swt.internal.image.OS2BMPFileFormat
 
loadFromByteStream() - Method in class org.eclipse.swt.internal.image.PNGFileFormat
Load the PNG image from the byte stream.
loadFromByteStream() - Method in class org.eclipse.swt.internal.image.TIFFFileFormat
 
loadFromByteStream() - Method in class org.eclipse.swt.internal.image.WinBMPFileFormat
 
loadFromByteStream() - Method in class org.eclipse.swt.internal.image.WinICOFileFormat
 
loadFromByteStream(int, int) - Method in class org.eclipse.swt.internal.image.FileFormat
Format that do not implement FileFormat.StaticImageFileFormat MUST return ImageData with the specified targetZoom.
loadFromByteStream(int, int) - Method in class org.eclipse.swt.internal.image.FileFormat.StaticImageFileFormat
 
loadFromByteStream(int, int) - Method in class org.eclipse.swt.internal.image.SVGFileFormat
 
loadFromByteStream(InputStream, ImageLoader) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
loadFromByteStreamBySize(int, int) - Method in class org.eclipse.swt.internal.image.FileFormat
 
loadFromByteStreamBySize(int, int) - Method in class org.eclipse.swt.internal.image.FileFormat.StaticImageFileFormat
 
loadFromByteStreamBySize(int, int) - Method in class org.eclipse.swt.internal.image.SVGFileFormat
 
loadFromStream(LEDataInputStream, int, int) - 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.
loadFromStreamBySize(LEDataInputStream, int, int) - Method in class org.eclipse.swt.internal.image.FileFormat
 
loadIcon(int[]) - Method in class org.eclipse.swt.internal.image.WinICOFileFormat
Load one icon from the byte stream.
loadIconHeaders(int) - Method in class org.eclipse.swt.internal.image.WinICOFileFormat
 
loadImageAtSize(int, int) - Method in class org.eclipse.swt.graphics.Image.CachedImageAtSize
 
loadImageDataAtExactSize(int, int) - Method in class org.eclipse.swt.graphics.Image.CachedImageAtSize
 
loadInfoHeader(int[]) - Method in class org.eclipse.swt.internal.image.WinICOFileFormat
 
loadLibrary() - Static method in class org.eclipse.swt.awt.SWT_AWT
 
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.
loadPalette(byte[]) - Method in class org.eclipse.swt.internal.image.OS2BMPFileFormat
 
loadPalette(byte[]) - Method in class org.eclipse.swt.internal.image.WinBMPFileFormat
 
locale - Variable in class org.eclipse.swt.widgets.DateTime
 
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.
locationListeners - Variable in class org.eclipse.swt.browser.WebBrowser
 
locationRounding - Variable in class org.eclipse.swt.graphics.Rectangle.OfFloat
 
log_domains - Variable in class org.eclipse.swt.graphics.Device
 
logCallback - Variable in class org.eclipse.swt.graphics.Device
 
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)
logProc - Variable in class org.eclipse.swt.graphics.Device
 
logProc(long, long, long, long) - Method in class org.eclipse.swt.graphics.Device
 
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
 
longConst() - Static method in class org.eclipse.swt.internal.Library
 
look_nbits - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.d_derived_tbl
 
look_sym - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.d_derived_tbl
 
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
 
lowWatermark - Variable in class org.eclipse.swt.custom.DefaultContent
 
LSB_FIRST - Static variable in class org.eclipse.swt.graphics.ImageData
Byte and bit order constants.
LTR_MARK - Static variable in class org.eclipse.swt.graphics.TextLayout
 
LTR_MARK - Static variable in class org.eclipse.swt.widgets.Text
 
lzBlockReader - Variable in class org.eclipse.swt.internal.image.PngDecodingDataStream
 
LZWCodec - Class in org.eclipse.swt.internal.image
 
LZWCodec() - Constructor for class org.eclipse.swt.internal.image.LZWCodec
 
LZWNode - Class in org.eclipse.swt.internal.image
 
LZWNode() - Constructor for class org.eclipse.swt.internal.image.LZWNode
 

M

M_APP0 - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
M_APP1 - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
M_APP10 - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
M_APP11 - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
M_APP12 - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
M_APP13 - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
M_APP14 - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
M_APP15 - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
M_APP2 - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
M_APP3 - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
M_APP4 - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
M_APP5 - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
M_APP6 - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
M_APP7 - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
M_APP8 - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
M_APP9 - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
M_COM - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
M_DAC - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
M_DHP - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
M_DHT - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
M_DNL - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
M_DQT - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
M_DRI - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
M_EOI - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
M_ERROR - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
M_EXP - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
M_JPG - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
M_JPG0 - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
M_JPG13 - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
M_RST0 - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
M_RST1 - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
M_RST2 - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
M_RST3 - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
M_RST4 - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
M_RST5 - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
M_RST6 - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
M_RST7 - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
M_SOF0 - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
M_SOF1 - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
M_SOF10 - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
M_SOF11 - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
M_SOF13 - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
M_SOF14 - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
M_SOF15 - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
M_SOF2 - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
M_SOF3 - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
M_SOF5 - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
M_SOF6 - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
M_SOF7 - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
M_SOF9 - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
M_SOI - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
M_SOS - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
M_TEM - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
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.
magnifyProc(long, double, long) - Static method in class org.eclipse.swt.widgets.Control
 
main - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
MAJOR_VERSION - Static variable in class org.eclipse.swt.internal.Library
SWT Major version number (must be >= 0)
make_funny_pointers(JPEGDecoder.jpeg_decompress_struct) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
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.
makeLineDrawInfo(int) - Method in class org.eclipse.swt.custom.StyledTextRenderer
Caches draw-related info that may be expensive to calculate twice when drawing first background and then foreground.
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 - Static variable in class org.eclipse.swt.widgets.Widget
 
map_event - Static variable in class org.eclipse.swt.internal.gtk.OS
 
MAP_EVENT - Static variable in class org.eclipse.swt.widgets.Widget
 
mapDPIToZoom(int) - Static method in class org.eclipse.swt.internal.DPIUtil
Compute the zoom value based on the DPI value.
mapHooked - Variable in class org.eclipse.swt.widgets.ToolItem
True iff map has been hooked for this ToolItem.
mapInPixels(Control, Control, int, int) - Method in class org.eclipse.swt.widgets.Display
 
mapInPixels(Control, Control, int, int, int, int) - Method in class org.eclipse.swt.widgets.Display
 
mapInPixels(Control, Control, Rectangle) - Method in class org.eclipse.swt.widgets.Display
 
mapLibraryName(String) - Static method in class org.eclipse.swt.internal.Library
 
mapLibraryName(String, boolean) - Static method in class org.eclipse.swt.internal.Library
 
mapped - Variable in class org.eclipse.swt.widgets.Shell
 
mapZoomToDPI(int) - Static method in class org.eclipse.swt.internal.DPIUtil
Compute the DPI value value based on the zoom.
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
 
MARGIN_WIDTH - Static variable in class org.eclipse.swt.widgets.CoolItem
 
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.
marginColor - Variable in class org.eclipse.swt.custom.StyledText
 
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.
marker - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
marker_list - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
markLayout(boolean, boolean) - Method in class org.eclipse.swt.widgets.Composite
 
markLayout(boolean, boolean) - Method in class org.eclipse.swt.widgets.Control
 
mask - Variable in class org.eclipse.swt.graphics.Image
The handle to the OS mask resource.
mask - Variable in class org.eclipse.swt.widgets.MenuItem.MaskKeysym
 
MASK_TABLE - Static variable in class org.eclipse.swt.internal.image.LZWCodec
 
maskData - Variable in class org.eclipse.swt.graphics.ImageData
An icon-specific field containing the data from the icon mask.
MaskKeysym() - Constructor for class org.eclipse.swt.widgets.MenuItem.MaskKeysym
 
maskPad - Variable in class org.eclipse.swt.graphics.ImageData
An icon-specific field containing the scanline pad of the mask.
master - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
master_selection(JPEGDecoder.jpeg_decompress_struct) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
Match(int, int) - Constructor for class org.eclipse.swt.internal.image.PngDeflater.Match
 
max - Variable in class org.eclipse.swt.internal.image.PngDeflater.Code
 
max - Variable in class org.eclipse.swt.internal.image.PngHuffmanTable.CodeLengthInfo
 
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_ATTRIBUTES - Static variable in class org.eclipse.swt.opengl.GLCanvas
 
MAX_BIT - Static variable in class org.eclipse.swt.internal.image.PngDecodingDataStream
 
MAX_CODE_LENGTH - Static variable in class org.eclipse.swt.internal.image.PngHuffmanTable
 
MAX_COMPONENTS - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
MAX_COMPS_IN_SCAN - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
max_h_samp_factor - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
max_height - Variable in class org.eclipse.swt.internal.gtk3.GdkGeometry
 
max_height - Variable in class org.eclipse.swt.internal.SWTGeometry
 
MAX_MATCHES - Static variable in class org.eclipse.swt.internal.image.PngDeflater
 
MAX_PORT - Static variable in class org.eclipse.swt.browser.WebKit
 
max_priority - Variable in class org.eclipse.swt.widgets.Display
 
MAX_PROGRESS - Static variable in class org.eclipse.swt.browser.WebKit
 
MAX_Q_COMPS - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
MAX_SAMP_FACTOR - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
MAX_SIGNATURE_BYTES - Static variable in class org.eclipse.swt.internal.image.FileFormat
 
max_v_samp_factor - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
max_width - Variable in class org.eclipse.swt.internal.gtk3.GdkGeometry
 
max_width - Variable in class org.eclipse.swt.internal.SWTGeometry
 
MAX_YEAR - Static variable in class org.eclipse.swt.widgets.DateTime
 
maxcode - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.d_derived_tbl
 
maxControl - Variable in class org.eclipse.swt.custom.SashForm
 
maxH - Variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
maxHFactor - Variable in class org.eclipse.swt.internal.image.JPEGFrameHeader
 
maxImage - Variable in class org.eclipse.swt.custom.CTabFolder
 
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) - 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.
maximized - Variable in class org.eclipse.swt.custom.CTabFolder
 
maximized - Variable in class org.eclipse.swt.widgets.Decorations
 
maximum - Variable in class org.eclipse.swt.widgets.ProgressBar
 
MAXIMUM_TRIM - Static variable in class org.eclipse.swt.widgets.Shell
 
maxItem - Variable in class org.eclipse.swt.custom.CTabFolder
 
MAXJSAMPLE - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
maxV - Variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
maxVFactor - Variable in class org.eclipse.swt.internal.image.JPEGFrameHeader
 
maxWidth - Variable in class org.eclipse.swt.custom.StyledTextRenderer
 
maxWidth - Variable in class org.eclipse.swt.widgets.Table
 
maxWidthLineIndex - Variable in class org.eclipse.swt.custom.StyledTextRenderer
 
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.
MCU_blocks - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_component_info
 
MCU_buffer - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_d_coef_controller
 
MCU_ctr - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_d_coef_controller
 
MCU_height - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_component_info
 
MCU_membership - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
MCU_rows_in_scan - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
MCU_rows_per_iMCU_row - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_d_coef_controller
 
MCU_sample_width - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_component_info
 
MCU_vert_offset - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_d_coef_controller
 
MCU_width - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_component_info
 
MCUs_per_row - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
mdMonth - Variable in class org.eclipse.swt.widgets.DateTime
 
mdYear - Variable in class org.eclipse.swt.widgets.DateTime
 
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).
memGC - Variable in class org.eclipse.swt.graphics.Image
The GC the image is currently selected in.
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 - Variable in class org.eclipse.swt.widgets.Control
 
menu - Variable in class org.eclipse.swt.widgets.MenuItem
 
menu - Variable in class org.eclipse.swt.widgets.TaskItem
 
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 - Static variable in class org.eclipse.swt.widgets.Widget
 
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).
Menu.Section - Class in org.eclipse.swt.widgets
 
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 - Variable in class org.eclipse.swt.widgets.Decorations
 
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.
menuHandle - Variable in class org.eclipse.swt.widgets.Combo
 
menuHandle - Variable in class org.eclipse.swt.widgets.Menu
 
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) - 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.
MenuItem.MaskKeysym - Class in org.eclipse.swt.widgets
 
menuItemSelected(long, ToolItem) - Method in class org.eclipse.swt.widgets.ToolBar
 
menuItemSelectedFunc - Static variable in class org.eclipse.swt.widgets.ToolBar
 
MenuItemSelectedProc(long, long) - Static method in class org.eclipse.swt.widgets.ToolBar
 
MenuListener - Interface in org.eclipse.swt.events
Classes which implement this interface provide methods that deal with the hiding and showing of menus.
menus - Variable in class org.eclipse.swt.widgets.Decorations
 
menuShell() - Method in class org.eclipse.swt.widgets.Control
 
menuShell() - Method in class org.eclipse.swt.widgets.Decorations
 
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) - 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.
MERGE_STYLES - Static variable in class org.eclipse.swt.custom.StyledTextRenderer
 
message - Variable in record class org.eclipse.swt.browser.Browser.WebViewUnavailableDialog.DialogOption
The field for the message record component.
message - Variable in class org.eclipse.swt.widgets.DirectoryDialog
 
message - Variable in class org.eclipse.swt.widgets.MessageBox
 
message - Variable in class org.eclipse.swt.widgets.Text
 
message - Variable in class org.eclipse.swt.widgets.ToolTip
 
message() - Method in record class org.eclipse.swt.browser.Browser.WebViewUnavailableDialog.DialogOption
Returns the value of the message record component.
MESSAGE_LIMIT - Static variable in class org.eclipse.swt.widgets.Synchronizer
 
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.
messages - Variable in class org.eclipse.swt.widgets.Synchronizer
 
method - Variable in class org.eclipse.swt.internal.Callback
 
methodArgsXmlSignature - Variable in class org.eclipse.swt.internal.GDBus.GDBusMethod
 
methods - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_upsampler
 
metrics - Variable in class org.eclipse.swt.graphics.TextStyle
the GlyphMetrics of the style
metricsAdapter - Variable in class org.eclipse.swt.graphics.TextLayout
 
MetricsAdapter() - Constructor for class org.eclipse.swt.graphics.TextLayout.MetricsAdapter
 
middleClickPressed - Variable in class org.eclipse.swt.custom.StyledText
 
mime_type() - Method in class org.eclipse.swt.dnd.GdkContentDeserializer
 
mime_type() - Method in class org.eclipse.swt.dnd.GdkContentSerializer
 
mimeTable - Static variable in class org.eclipse.swt.program.Program
 
MIMETYPE_FORMURLENCODED - Static variable in class org.eclipse.swt.browser.WebKit
 
min - Variable in class org.eclipse.swt.internal.image.PngDeflater.Code
 
min - Variable in class org.eclipse.swt.internal.image.PngHuffmanTable.CodeLengthInfo
 
MIN - Static variable in class org.eclipse.swt.SWT
Style constant for minimize box trim (value is 1<<7).
MIN_ARROW_WIDTH - Static variable in class org.eclipse.swt.widgets.Spinner
 
min_aspect - Variable in class org.eclipse.swt.internal.gtk3.GdkGeometry
 
min_DCT_scaled_size - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
MIN_GET_BITS - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
min_height - Variable in class org.eclipse.swt.internal.gtk3.GdkGeometry
 
min_height - Variable in class org.eclipse.swt.internal.SWTGeometry
 
MIN_LEFT - Static variable in class org.eclipse.swt.custom.CBanner
 
MIN_LENGTH - Static variable in class org.eclipse.swt.internal.image.PngChunk
 
MIN_LENGTH - Static variable in class org.eclipse.swt.internal.image.PngDeflater
 
MIN_TAB_WIDTH - Variable in class org.eclipse.swt.custom.CTabFolder
Deprecated, for removal: This API element is subject to removal in a future version.
This field is no longer used. See setMinimumCharacters(int)
MIN_VERSION - Static variable in class org.eclipse.swt.browser.WebKit
 
min_width - Variable in class org.eclipse.swt.internal.gtk3.GdkGeometry
 
min_width - Variable in class org.eclipse.swt.internal.SWTGeometry
 
MIN_YEAR - Static variable in class org.eclipse.swt.widgets.DateTime
 
minChars - Variable in class org.eclipse.swt.custom.CTabFolder
 
minHeight - Variable in class org.eclipse.swt.custom.ScrolledComposite
 
minImage - Variable in class org.eclipse.swt.custom.CTabFolder
 
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) - 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.
minimized - Variable in class org.eclipse.swt.custom.CTabFolder
 
minimized - Variable in class org.eclipse.swt.widgets.Decorations
 
minimum - Variable in class org.eclipse.swt.widgets.ProgressBar
 
MINIMUM_SIZE - Static variable in class org.eclipse.swt.custom.CTabFolderRenderer
 
MINIMUM_WIDTH - Static variable in class org.eclipse.swt.widgets.CoolItem
 
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.
minimumHeight - Variable in class org.eclipse.swt.widgets.CoolItem
 
minimumSize(int, int, boolean) - Method in class org.eclipse.swt.widgets.Composite
 
minimumSize(int, int, boolean) - Method in class org.eclipse.swt.widgets.TabFolder
 
minimumWidth - Variable in class org.eclipse.swt.custom.ControlEditor
Specifies the minimum width the editor can have.
minimumWidth - Variable in class org.eclipse.swt.custom.PopupList
 
minimumWidth - Variable in class org.eclipse.swt.layout.GridData
minimumWidth specifies the minimum width in points.
minimumWidth - Variable in class org.eclipse.swt.widgets.CoolItem
 
minItem - Variable in class org.eclipse.swt.custom.CTabFolder
 
minMaxTb - Variable in class org.eclipse.swt.custom.CTabFolder
 
MINOR_VERSION - Static variable in class org.eclipse.swt.internal.Library
SWT Minor version number (must be in the range 0..999)
minSizeRequested - Variable in class org.eclipse.swt.internal.SWTGeometry
 
minus(int) - Method in class org.eclipse.swt.layout.FormAttachment
 
minus(FormAttachment) - Method in class org.eclipse.swt.layout.FormAttachment
 
minutes - Variable in class org.eclipse.swt.widgets.DateTime
 
minWidth - Variable in class org.eclipse.swt.custom.ScrolledComposite
 
mirrorBytes - Static variable in class org.eclipse.swt.internal.image.PngDeflater
 
mirrored - Variable in class org.eclipse.swt.custom.StyledText.Printing
 
MIRRORED - Static variable in class org.eclipse.swt.SWT
Style constant to indicate coordinate mirroring (value is 1<<27).
mirrorRegion(Region) - Static method in class org.eclipse.swt.widgets.Shell
 
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
 
MNEMONIC_ACTIVATE - Static variable in class org.eclipse.swt.widgets.Widget
 
mnemonicControl - Variable in class org.eclipse.swt.widgets.Display
 
mnemonicHit(char) - Method in class org.eclipse.swt.widgets.Button
 
mnemonicHit(char) - Method in class org.eclipse.swt.widgets.Control
 
mnemonicHit(char) - Method in class org.eclipse.swt.widgets.Group
 
mnemonicHit(char) - Method in class org.eclipse.swt.widgets.Label
 
mnemonicHit(char) - Method in class org.eclipse.swt.widgets.Link
 
mnemonicHit(char) - Method in class org.eclipse.swt.widgets.TabFolder
 
mnemonicHit(char) - Method in class org.eclipse.swt.widgets.Table
 
mnemonicHit(char) - Method in class org.eclipse.swt.widgets.ToolBar
 
mnemonicHit(char) - Method in class org.eclipse.swt.widgets.Tree
 
mnemonicHit(long, char) - Method in class org.eclipse.swt.widgets.Widget
 
mnemonicMatch(char) - Method in class org.eclipse.swt.widgets.Button
 
mnemonicMatch(char) - Method in class org.eclipse.swt.widgets.Control
 
mnemonicMatch(char) - Method in class org.eclipse.swt.widgets.Group
 
mnemonicMatch(char) - Method in class org.eclipse.swt.widgets.Label
 
mnemonicMatch(char) - Method in class org.eclipse.swt.widgets.Link
 
mnemonicMatch(char) - Method in class org.eclipse.swt.widgets.TabFolder
 
mnemonicMatch(char) - Method in class org.eclipse.swt.widgets.Table
 
mnemonicMatch(char) - Method in class org.eclipse.swt.widgets.ToolBar
 
mnemonicMatch(char) - Method in class org.eclipse.swt.widgets.Tree
 
mnemonicMatch(long, char) - Method in class org.eclipse.swt.widgets.Widget
 
mnemonics - Variable in class org.eclipse.swt.widgets.Link
 
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.
modalDialog - Variable in class org.eclipse.swt.widgets.Display
 
modalGroup - Variable in class org.eclipse.swt.widgets.Shell
 
modalShells - Variable in class org.eclipse.swt.widgets.Display
 
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
 
modelChanged - Variable in class org.eclipse.swt.widgets.Tree
 
MODELESS - Static variable in class org.eclipse.swt.SWT
Style constant for modeless behavior (value is 0).
modelHandle - Variable in class org.eclipse.swt.widgets.List
 
modelHandle - Variable in class org.eclipse.swt.widgets.Menu
GTK4 only fields
modelHandle - Variable in class org.eclipse.swt.widgets.MenuItem
GTK4 only fields
modelHandle - Variable in class org.eclipse.swt.widgets.Table
 
modelHandle - Variable in class org.eclipse.swt.widgets.Tree
 
modelIndex - Variable in class org.eclipse.swt.widgets.TableColumn
 
modelIndex - Variable in class org.eclipse.swt.widgets.TreeColumn
 
modified - Variable in class org.eclipse.swt.widgets.Shell
 
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).
modifyContent(Event, boolean) - Method in class org.eclipse.swt.custom.StyledText
Sends the specified verify event, replace/insert text as defined by the event and send a modify event.
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.
modTime - Static variable in class org.eclipse.swt.program.Program
 
monitor - Variable in class org.eclipse.swt.graphics.Point.WithMonitor
 
monitor - Variable in class org.eclipse.swt.graphics.Rectangle.WithMonitor
 
Monitor - Class in org.eclipse.swt.widgets
Instances of this class are descriptions of monitors.
Monitor() - Constructor for class org.eclipse.swt.widgets.Monitor
Prevents uninitialized instances from being created outside the package.
month - Variable in class org.eclipse.swt.widgets.DateTime
 
month_changed - Static variable in class org.eclipse.swt.internal.gtk.OS
 
MONTH_CHANGED - Static variable in class org.eclipse.swt.widgets.Widget
 
MORE_INFORMATION_OPTION - Static variable in class org.eclipse.swt.browser.Browser.WebViewUnavailableDialog
 
motion - Static variable in class org.eclipse.swt.internal.gtk.OS
 
MOTION - Static variable in class org.eclipse.swt.widgets.Widget
 
MOTION_INVERSE - Static variable in class org.eclipse.swt.widgets.Widget
 
motion_notify_event - Static variable in class org.eclipse.swt.internal.gtk.OS
 
MOTION_NOTIFY_EVENT - Static variable in class org.eclipse.swt.widgets.Widget
 
MOTION_NOTIFY_EVENT_INVERSE - Static variable in class org.eclipse.swt.widgets.Widget
 
mouse_target_changed - Static variable in class org.eclipse.swt.internal.webkit.WebKitGTK
 
MOUSE_TARGET_CHANGED - Static variable in class org.eclipse.swt.browser.WebKit
 
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) - 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 - Static variable in class org.eclipse.swt.widgets.Control
Bug 541635, 515396: GTK Wayland only flag to keep track whether mouse is currently pressed or released for DND.
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) - 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.
mouseDownListener - Variable in class org.eclipse.swt.custom.MouseNavigator
 
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) - 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.
mouseEventListener - Variable in class org.eclipse.swt.widgets.DateTime
Used when SWT.DROP_DOWN is set
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) - 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) - 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.
mouseHoverCallback - Variable in class org.eclipse.swt.widgets.Display
 
mouseHoverHandle - Variable in class org.eclipse.swt.widgets.Display
 
mouseHoverId - Variable in class org.eclipse.swt.widgets.Display
 
mouseHoverProc - Variable in class org.eclipse.swt.widgets.Display
 
mouseHoverProc(long) - Method in class org.eclipse.swt.widgets.Display
 
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 - Variable in class org.eclipse.swt.custom.MouseNavigator
 
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.
mouseNavigator - Variable in class org.eclipse.swt.custom.StyledText
 
MouseNavigator - Class in org.eclipse.swt.custom
This class add the following behaviour to StyledText widgets:
MouseNavigator(StyledText) - Constructor for class org.eclipse.swt.custom.MouseNavigator
 
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) - 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.
mouseUpListener - Variable in class org.eclipse.swt.custom.MouseNavigator
 
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.
mouseXOffset - Variable in class org.eclipse.swt.widgets.CoolBar
 
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_CURSOR - Static variable in class org.eclipse.swt.widgets.Widget
 
MOVE_CURSOR_INVERSE - Static variable in class org.eclipse.swt.widgets.Widget
 
move_focus - Static variable in class org.eclipse.swt.internal.gtk.OS
 
MOVE_FOCUS - Static variable in class org.eclipse.swt.widgets.Widget
 
moveAbove(long, long) - Method in class org.eclipse.swt.widgets.Composite
 
moveAbove(Control) - Method in class org.eclipse.swt.widgets.Control
Moves the receiver above the specified control in the drawing order.
moveAllEventsTo(Synchronizer) - Method in class org.eclipse.swt.widgets.Synchronizer
Removes all pending events from the receiver and inserts them into the beginning of the given synchronizer's queue
moveAndResizeGap(int, int, int) - Method in class org.eclipse.swt.custom.DefaultContent
Moves the gap and adjusts its size in anticipation of a text change.
moveBelow(long, long) - Method in class org.eclipse.swt.widgets.Composite
 
moveBelow(Control) - Method in class org.eclipse.swt.widgets.Control
Moves the receiver below the specified control in the drawing order.
moveChildren(int) - Method in class org.eclipse.swt.widgets.Composite
 
moveChildren(int) - Method in class org.eclipse.swt.widgets.Control
 
moved - Variable in class org.eclipse.swt.graphics.Path
 
moved - Variable in class org.eclipse.swt.widgets.Shell
 
MOVED - Static variable in class org.eclipse.swt.widgets.Widget
 
moveData - Variable in class org.eclipse.swt.dnd.DragSource
 
moveDown(CoolItem, int) - Method in class org.eclipse.swt.widgets.CoolBar
 
moveHandle(int, int) - Method in class org.eclipse.swt.widgets.Control
 
moveLeft(CoolItem, int) - Method in class org.eclipse.swt.widgets.CoolBar
 
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.
moveRectangles(int, int) - Method in class org.eclipse.swt.widgets.Tracker
 
moveRight(CoolItem, int) - Method in class org.eclipse.swt.widgets.CoolBar
 
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).
moveUp(CoolItem, int) - Method in class org.eclipse.swt.widgets.CoolBar
 
MOZILLA - Static variable in class org.eclipse.swt.SWT
Deprecated, for removal: This API element is subject to removal in a future version.
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.
mru - Variable in class org.eclipse.swt.custom.CTabFolder
 
MSB_FIRST - Static variable in class org.eclipse.swt.graphics.ImageData
 
msgs - Static variable in class org.eclipse.swt.internal.Compatibility
 
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).
multiline - Variable in class org.eclipse.swt.custom.HTMLWriter
 
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.
mustBeVisibleOnInitBounds() - Method in class org.eclipse.swt.widgets.Button
 
mustBeVisibleOnInitBounds() - Method in class org.eclipse.swt.widgets.Composite
 
mustBeVisibleOnInitBounds() - Method in class org.eclipse.swt.widgets.Control
Widgets with unusual bounds calculation behavior can override this method to return true if the widget must be visible during call to Control.setInitialBounds().
mustBeVisibleOnInitBounds() - Method in class org.eclipse.swt.widgets.Text
 

N

n_preallocs - Variable in class org.eclipse.swt.internal.gtk.GTypeInfo
 
name - Variable in class org.eclipse.swt.browser.BrowserFunction
 
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.internal.GDBus.GDBusMethod
 
name - Variable in class org.eclipse.swt.printing.PrinterData
the name of the printer On Windows systems, this is the name of the 'device'.
name - Variable in class org.eclipse.swt.program.Program
 
namePtr - Static variable in class org.eclipse.swt.accessibility.AccessibleObject
 
NATIVE - Static variable in class org.eclipse.swt.SWT
Input Method Editor style constant for native input behavior (value is 1<<3).
NativeClearSessions - Static variable in class org.eclipse.swt.browser.WebBrowser
 
nativeDeviceZoom - Static variable in class org.eclipse.swt.internal.DPIUtil
 
NativeGetCookie - Static variable in class org.eclipse.swt.browser.WebBrowser
 
NativeImageLoader - Class in org.eclipse.swt.internal
 
NativeImageLoader() - Constructor for class org.eclipse.swt.internal.NativeImageLoader
 
NativePendingCookies - Static variable in class org.eclipse.swt.browser.WebBrowser
 
NativeSetCookie - Static variable in class org.eclipse.swt.browser.WebBrowser
 
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.
nativeToJavaGTK4(TransferData) - Method in class org.eclipse.swt.dnd.RTFTransfer
 
nativeToJavaGTK4(TransferData) - Method in class org.eclipse.swt.dnd.TextTransfer
 
navigationActivated - Variable in class org.eclipse.swt.custom.MouseNavigator
 
NBitsTable - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
nbrBits - Variable in class org.eclipse.swt.internal.image.TIFFModifiedHuffmanCodec
 
Ncolors - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_color_quantizer
 
nComponents - Variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
NEAREST - Enum constant in enum class org.eclipse.swt.internal.DPIUtil.AutoScaleMethod
 
need_context_rows - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_upsampler
 
needed - Variable in class org.eclipse.swt.layout.FormData
 
needHScroll(Rectangle, boolean) - Method in class org.eclipse.swt.custom.ScrolledComposite
 
needsRecalculateHeight() - Method in class org.eclipse.swt.custom.StyledTextRenderer.LineSizeInfo
Returns true if it needs to recalculate the line height and false otherwise.
needsRecalculateSize() - Method in class org.eclipse.swt.custom.StyledTextRenderer.LineSizeInfo
Returns true if it needs to recalculate the line size and false otherwise.
needsRecalculateWidth() - Method in class org.eclipse.swt.custom.StyledTextRenderer.LineSizeInfo
Returns true if it needs to recalculate the line width and false otherwise.
needVScroll(Rectangle, boolean) - Method in class org.eclipse.swt.custom.ScrolledComposite
 
NETSCAPE2_0 - Static variable in class org.eclipse.swt.internal.image.GIFFileFormat
 
new_Frame(Composite) - Static method in class org.eclipse.swt.awt.SWT_AWT
Creates a new java.awt.Frame.
new_Object(Object) - Method in class org.eclipse.swt.graphics.Device
 
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.StyledTextEvent
 
newCharCount - Variable in class org.eclipse.swt.custom.TextChangingEvent
Length of text that is going to be inserted
newCodes - Variable in class org.eclipse.swt.internal.image.LZWCodec
 
newLineCount - Variable in class org.eclipse.swt.custom.StyledTextEvent
 
newLineCount - Variable in class org.eclipse.swt.custom.TextChangingEvent
Number of new lines that are going to be inserted
newnz_pos - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.phuff_entropy_decoder
 
newOffset - Variable in class org.eclipse.swt.custom.MovementEvent
the new offset (input, output)
newOrientation - Variable in class org.eclipse.swt.custom.StyledText
 
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
newThread(Runnable) - Method in class org.eclipse.swt.graphics.Resource.ResourceTrackerThreadFactory
 
next - Variable in class org.eclipse.swt.internal.image.PngDeflater.Link
 
next - Variable in class org.eclipse.swt.internal.image.TIFFRandomFileAccess
 
next_marker(JPEGDecoder.jpeg_decompress_struct) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
next_month - Static variable in class org.eclipse.swt.internal.gtk.OS
 
next_restart_num - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_marker_reader
 
next_row - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_d_post_controller
 
next_row_out - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_upsampler
 
next_year - Static variable in class org.eclipse.swt.internal.gtk.OS
 
nextBit() - Method in class org.eclipse.swt.internal.image.JPEGFileFormat
 
nextBitIndex - Variable in class org.eclipse.swt.internal.image.PngDecodingDataStream
 
nextBusyId - Static variable in class org.eclipse.swt.custom.BusyIndicator
 
nextCallbackId - Static variable in class org.eclipse.swt.browser.WebKit.Webkit2AsyncToSync.CallBackMap
 
nextChar() - Method in class org.eclipse.swt.browser.JSON.Reader
 
nextCode() - Method in class org.eclipse.swt.internal.image.LZWCodec
Answer the next code from the input byte array.
nextDeserializedDataId - Variable in class org.eclipse.swt.dnd.ContentProviders
 
nextFunctionIndex - Variable in class org.eclipse.swt.browser.WebBrowser
 
nextHexDigit() - Method in class org.eclipse.swt.browser.JSON.Reader
 
nextId - Static variable in class org.eclipse.swt.dnd.Transfer
 
nextId - Variable in class org.eclipse.swt.widgets.Tree
 
nextIndexOfChar(String, String, int) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
 
nextIndexOfNotChar(String, String, int) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
 
nextItem(Tree, TreeItem) - Method in class org.eclipse.swt.dnd.DropTargetEffect
 
nextPixel() - Method in class org.eclipse.swt.internal.image.LZWCodec
Answer the next pixel to encode in the image
nextPixels(byte[], int) - Method in class org.eclipse.swt.internal.image.LZWCodec
Copy a row of pixel values from the image.
nextPutCode(int) - Method in class org.eclipse.swt.internal.image.LZWCodec
Output aCode to the output stream.
nextPutPixels(byte[]) - Method in class org.eclipse.swt.internal.image.LZWCodec
Copy a row of pixel values to the image.
nextRestartNumber - Variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
nextWindow - Variable in class org.eclipse.swt.internal.image.PngDeflater
 
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_COMPRESSION - Static variable in class org.eclipse.swt.internal.image.PngEncoder
 
NO_FOCUS - Static variable in class org.eclipse.swt.SWT
Style constant for no focus from the mouse behavior (value is 1<<19).
NO_INPUT_METHOD - Static variable in class org.eclipse.swt.browser.Browser
 
NO_INPUT_METHOD - Static variable in class org.eclipse.swt.widgets.Composite
 
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_SEARCH - Static variable in class org.eclipse.swt.SWT
Style constant for disabling GTK interactive search popup (value is 1<<10).
NO_TRIM - Static variable in class org.eclipse.swt.SWT
Style constant to ensure no trimmings are used (value is 1<<3).
NO_VALUE - Static variable in class org.eclipse.swt.internal.image.TIFFDirectory
 
noChildDrawing - Variable in class org.eclipse.swt.widgets.Composite
If set to true, child widgets with negative y coordinate GTK allocation will not be drawn.
nodeStack - Variable in class org.eclipse.swt.internal.image.LZWCodec
 
nonBlockingEvaluate - Static variable in class org.eclipse.swt.browser.WebKit
Webkit2: In a few situations, evaluate() should not wait for it's asynchronous callback to finish.
nonBlockingExecute(String) - Method in class org.eclipse.swt.browser.WebBrowser
 
nonBlockingExecute(String) - Method in class org.eclipse.swt.browser.WebKit
 
nonDisposedReporter - Static variable in class org.eclipse.swt.graphics.Resource
Used to report not disposed SWT resources, null by default
nonDisposedWidgets - Variable in class org.eclipse.swt.internal.WidgetSpy.NonDisposedWidgetTracker
 
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".
noop_upsample(JPEGDecoder.jpeg_decompress_struct, JPEGDecoder.jpeg_component_info, byte[][], int, byte[][][], int[], int) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
NOOP_UPSAMPLE - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
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_HEIGHT - Static variable in class org.eclipse.swt.widgets.Widget
 
notify_default_width - Static variable in class org.eclipse.swt.internal.gtk.OS
 
NOTIFY_DEFAULT_WIDTH - Static variable in class org.eclipse.swt.widgets.Widget
 
notify_estimated_load_progress - Static variable in class org.eclipse.swt.internal.webkit.WebKitGTK
 
notify_gtk_theme - Static variable in class org.eclipse.swt.internal.gtk.OS
 
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_MAXIMIZED - Static variable in class org.eclipse.swt.widgets.Widget
 
NOTIFY_PROGRESS - Static variable in class org.eclipse.swt.browser.WebKit
 
notify_state - Static variable in class org.eclipse.swt.internal.gtk.OS
 
NOTIFY_STATE - Static variable in class org.eclipse.swt.widgets.Widget
 
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
 
NOTIFY_TITLE - Static variable in class org.eclipse.swt.browser.WebKit
 
NotifyAncestor - Static variable in class org.eclipse.swt.internal.gtk.OS
 
notifyCallback - Variable in class org.eclipse.swt.widgets.Display
 
notifyCreationTracker() - Method in class org.eclipse.swt.widgets.Widget
 
notifyDisposalTracker() - Method in class org.eclipse.swt.widgets.Widget
 
notifyItemCountChange() - Method in class org.eclipse.swt.custom.CTabFolder
 
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
 
notifyProc - Variable in class org.eclipse.swt.widgets.Display
 
notifyProc(long, long, long) - Method in class org.eclipse.swt.widgets.Display
 
notifyProc(long, long, long) - Method in class org.eclipse.swt.widgets.Widget
 
notifyState(long, long) - Method in class org.eclipse.swt.widgets.Shell
 
notifyState(long, long) - Method in class org.eclipse.swt.widgets.Widget
 
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.
null_convert(JPEGDecoder.jpeg_decompress_struct, byte[][][], int[], int, byte[][], int, int) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
NULL_CONVERT - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
NullByteArray - Static variable in class org.eclipse.swt.internal.Converter
 
NUM_ARITH_TBLS - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
num_chars - Variable in class org.eclipse.swt.internal.gtk.PangoItem
 
num_components - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
num_data - Variable in class org.eclipse.swt.internal.cairo.cairo_path_t
 
NUM_HUFF_TBLS - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
NUM_LOCK - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the num lock key (value is (1<<24)+83).
NUM_QUANT_TBLS - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
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

object - Variable in class org.eclipse.swt.internal.Callback
 
OBJECTNAME_EXTERNAL - Static variable in class org.eclipse.swt.browser.WebKit
 
objects - Variable in class org.eclipse.swt.graphics.Device
 
objects - Variable in class org.eclipse.swt.graphics.DeviceData
 
OBSCURED - Static variable in class org.eclipse.swt.widgets.Widget
 
of(Point, int, int) - Static method in class org.eclipse.swt.graphics.Rectangle
Creates a new Rectangle using the specified top-left point and dimensions.
OFF - Static variable in class org.eclipse.swt.SWT
Indicates that a property is off (value is 0).
OfFloat(float, float) - Constructor for class org.eclipse.swt.graphics.Point.OfFloat
 
OfFloat(float, float, float, float) - Constructor for class org.eclipse.swt.graphics.Rectangle.OfFloat
 
OfFloat(float, float, float, float, RoundingMode, RoundingMode) - Constructor for class org.eclipse.swt.graphics.Rectangle.OfFloat
 
OfFloat(float, float, RoundingMode) - Constructor for class org.eclipse.swt.graphics.Point.OfFloat
 
OfFloat(int, int) - Constructor for class org.eclipse.swt.graphics.Point.OfFloat
 
OfFloat(int, int, int, int) - Constructor for class org.eclipse.swt.graphics.Rectangle.OfFloat
 
OFFSCREEN - Static variable in class org.eclipse.swt.custom.CBanner
 
OFFSCREEN - Static variable in class org.eclipse.swt.custom.ViewForm
 
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 record class org.eclipse.swt.custom.StyledTextRenderer.LineDrawInfo
The field for the offset record component.
offset - Variable in class org.eclipse.swt.internal.gtk.PangoItem
 
offset - Variable in class org.eclipse.swt.internal.image.PngInputStream
 
offset - Variable in class org.eclipse.swt.layout.FormAttachment
offset specifies the offset, in points, of the control side from the attachment position.
offset() - Method in record class org.eclipse.swt.custom.StyledTextRenderer.LineDrawInfo
Returns the value of the offset record component.
OFFSET_LEADING - Static variable in class org.eclipse.swt.custom.StyledText
 
offsets - Variable in class org.eclipse.swt.widgets.Link
 
offsetX - Variable in class org.eclipse.swt.dnd.DNDEvent
 
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.DNDEvent
 
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.
OFILETYPE_IMAGE - Static variable in class org.eclipse.swt.internal.image.TIFFDirectory
 
OFILETYPE_PAGE - Static variable in class org.eclipse.swt.internal.image.TIFFDirectory
 
OFILETYPE_REDUCEDIMAGE - Static variable in class org.eclipse.swt.internal.image.TIFFDirectory
 
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).
oldFont - Variable in class org.eclipse.swt.custom.CTabFolder
 
oldHeight - Variable in class org.eclipse.swt.widgets.Shell
 
oldSize - Variable in class org.eclipse.swt.custom.CTabFolder
 
oldSize - Variable in class org.eclipse.swt.custom.ViewForm
 
oldWidth - Variable in class org.eclipse.swt.widgets.Shell
 
oldX - Variable in class org.eclipse.swt.widgets.Shell
 
oldX - Variable in class org.eclipse.swt.widgets.Tracker
 
oldY - Variable in class org.eclipse.swt.widgets.Shell
 
oldY - Variable in class org.eclipse.swt.widgets.Tracker
 
ON - Static variable in class org.eclipse.swt.SWT
Indicates that a property is on (value is 1).
on_odd_row - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_color_quantizer
 
ON_TOP - Static variable in class org.eclipse.swt.SWT
Style constant for always on top behavior (value is 1<<14).
onActivate(Event) - Method in class org.eclipse.swt.custom.CTabFolder
 
onBottom - Variable in class org.eclipse.swt.custom.CTabFolder
 
onBusAcquired - Static variable in class org.eclipse.swt.internal.GDBus
 
onBusAcquired(long, long, long) - Static method in class org.eclipse.swt.internal.GDBus
 
onDeactivate(Event) - Method in class org.eclipse.swt.custom.CTabFolder
 
onDispose() - Method in class org.eclipse.swt.dnd.DragSource
 
onDispose() - Method in class org.eclipse.swt.dnd.DropTarget
 
onDispose(Event) - Method in class org.eclipse.swt.browser.WebKit
 
onDispose(Event) - Method in class org.eclipse.swt.custom.CBanner
 
onDispose(Event) - Method in class org.eclipse.swt.custom.CLabel
 
onDispose(Event) - Method in class org.eclipse.swt.custom.CTabFolder
 
onDispose(Event) - Method in class org.eclipse.swt.custom.TableCursor
 
onDispose(Event) - Method in class org.eclipse.swt.custom.TreeCursor
 
onDispose(Event) - Method in class org.eclipse.swt.custom.ViewForm
 
onDispose(Event) - Method in class org.eclipse.swt.widgets.CoolBar
 
onDispose(Event) - Method in class org.eclipse.swt.widgets.DateTime
 
onDragDetect(Event) - Method in class org.eclipse.swt.custom.CTabFolder
 
onDragSash(Event) - Method in class org.eclipse.swt.custom.SashForm
 
ONE_HALF - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
onFocus(Event) - Method in class org.eclipse.swt.custom.CTabFolder
 
onFocusOut(Event) - Method in class org.eclipse.swt.custom.MouseNavigator
 
onKeyDown(Event) - Method in class org.eclipse.swt.custom.CTabFolder
 
onMenuDetect(Event) - Method in class org.eclipse.swt.custom.CTabFolder
 
onMnemonic(TraverseEvent) - Method in class org.eclipse.swt.custom.CLabel
 
onMnemonic(Event, boolean) - Method in class org.eclipse.swt.custom.CTabFolder
 
onMouse(Event) - Method in class org.eclipse.swt.custom.CTabFolder
 
onMouseDoubleClick(Event) - Method in class org.eclipse.swt.custom.CTabFolder
 
onMouseDoubleClick(Event) - Method in class org.eclipse.swt.widgets.CoolBar
 
onMouseDown(int, int) - Method in class org.eclipse.swt.custom.CBanner
 
onMouseDown(Event) - Method in class org.eclipse.swt.custom.MouseNavigator
 
onMouseDown(Event) - Method in class org.eclipse.swt.widgets.CoolBar
 
onMouseExit() - Method in class org.eclipse.swt.custom.CBanner
 
onMouseExit() - Method in class org.eclipse.swt.widgets.CoolBar
 
onMouseMove(int, int) - Method in class org.eclipse.swt.custom.CBanner
 
onMouseMove(Event) - Method in class org.eclipse.swt.custom.MouseNavigator
 
onMouseMove(Event) - Method in class org.eclipse.swt.widgets.CoolBar
 
onMouseUp() - Method in class org.eclipse.swt.custom.CBanner
 
onMouseUp(Event) - Method in class org.eclipse.swt.custom.MouseNavigator
 
onMouseUp(Event) - Method in class org.eclipse.swt.widgets.CoolBar
 
onNameAcquired - Static variable in class org.eclipse.swt.internal.GDBus
 
onNameAcquired(long, long, long) - Static method in class org.eclipse.swt.internal.GDBus
 
onNameLost - Static variable in class org.eclipse.swt.internal.GDBus
 
onNameLost(long, long, long) - Static method in class org.eclipse.swt.internal.GDBus
 
onNumberKeyInput(int) - Method in class org.eclipse.swt.widgets.DateTime
 
onPageTraversal(Event) - Method in class org.eclipse.swt.custom.CTabFolder
 
onPaint(PaintEvent) - Method in class org.eclipse.swt.custom.CLabel
 
onPaint(GC) - Method in class org.eclipse.swt.custom.CBanner
 
onPaint(GC) - Method in class org.eclipse.swt.custom.ViewForm
 
onPaint(Event) - Method in class org.eclipse.swt.custom.CTabFolder
 
onPaint(Event) - Method in class org.eclipse.swt.custom.MouseNavigator
 
onPaint(Event) - Method in class org.eclipse.swt.widgets.CoolBar
 
onResize() - Method in class org.eclipse.swt.custom.CBanner
 
onResize() - Method in class org.eclipse.swt.custom.ViewForm
 
onResize() - Method in class org.eclipse.swt.widgets.CoolBar
 
onResize(Event) - Method in class org.eclipse.swt.browser.WebKit
 
onResize(Event) - Method in class org.eclipse.swt.custom.CTabFolder
 
onSelection(Event) - Method in class org.eclipse.swt.custom.CTabFolder
 
onSelection(Event) - Method in class org.eclipse.swt.widgets.CoolItem
 
onTextMouseClick() - Method in class org.eclipse.swt.widgets.DateTime
 
onTraverse(Event) - Method in class org.eclipse.swt.custom.CTabFolder
 
onZoomChange(Event) - Method in class org.eclipse.swt.custom.CTabFolder
 
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).
openDialog() - Method in class org.eclipse.swt.widgets.DirectoryDialog
Makes the dialog visible and brings it to the front of the display.
openDialog() - Method in class org.eclipse.swt.widgets.FileDialog
Makes the dialog visible and brings it to the front of the display.
OpenDocument - Static variable in class org.eclipse.swt.SWT
The open document event type (value is 46).
openDownloadWindow(long, String) - Method in class org.eclipse.swt.browser.WebKit
 
opened - Variable in class org.eclipse.swt.widgets.Shell
 
openNativeChooserDialog() - Method in class org.eclipse.swt.widgets.DirectoryDialog
Open the file chooser dialog using the GtkFileChooserNative API (GTK3.20+) for running applications without direct filesystem access (such as Flatpak).
openNativeChooserDialog() - Method in class org.eclipse.swt.widgets.FileDialog
Open the file chooser dialog using the GtkFileChooserNative API (GTK3.20+) for running applications without direct filesystem access (such as Flatpak).
openSearchDialog() - Method in class org.eclipse.swt.browser.WebKit
 
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.
openWindowListeners - Variable in class org.eclipse.swt.browser.WebBrowser
 
operations - Variable in class org.eclipse.swt.dnd.DNDEvent
 
operations - Variable in class org.eclipse.swt.dnd.DropTargetEvent
A bitwise OR'ing of the operations that the DragSource can support (e.g.
opToOsOp(int) - Method in class org.eclipse.swt.dnd.DragSource
 
opToOsOp(int) - Method in class org.eclipse.swt.dnd.DropTarget
 
org.eclipse.swt - package org.eclipse.swt
SWT constants and error handling support.
org.eclipse.swt.accessibility - package org.eclipse.swt.accessibility
SWT Accessibility.
org.eclipse.swt.awt - package org.eclipse.swt.awt
SWT AWT embedding support.
org.eclipse.swt.browser - package org.eclipse.swt.browser
SWT Browser widget.
org.eclipse.swt.custom - package org.eclipse.swt.custom
SWT Custom widgets.
org.eclipse.swt.dnd - package org.eclipse.swt.dnd
SWT Drag and Drop support.
org.eclipse.swt.events - package org.eclipse.swt.events
SWT typed listener support.
org.eclipse.swt.graphics - package org.eclipse.swt.graphics
SWT graphics classes.
org.eclipse.swt.internal - package org.eclipse.swt.internal
SWT internal classes
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
SWT internal GTK implementation classes.
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
SWT internal image loading/saving support classes.
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
SWT layout classes.
org.eclipse.swt.opengl - package org.eclipse.swt.opengl
SWT OpenGL support.
org.eclipse.swt.printing - package org.eclipse.swt.printing
SWT Printing support classes.
org.eclipse.swt.program - package org.eclipse.swt.program
SWT Program support class.
org.eclipse.swt.widgets - package org.eclipse.swt.widgets
SWT widget public API classes.
orientation - Variable in class org.eclipse.swt.custom.AnimatedProgress
Deprecated.
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).
originalItems - Variable in class org.eclipse.swt.widgets.CoolBar
 
originalMouseLocation - Variable in class org.eclipse.swt.custom.MouseNavigator
 
originalRegion - Variable in class org.eclipse.swt.widgets.Shell
 
os() - Static method in class org.eclipse.swt.internal.Library
 
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
 
osOpToOp(int) - Method in class org.eclipse.swt.dnd.DragSource
 
osOpToOp(int) - Method in class org.eclipse.swt.dnd.DropTarget
 
otherData - Variable in class org.eclipse.swt.printing.PrinterData
private, platform-specific data On Windows, this contains a copy of the DEVMODE struct returned from the PrintDialog.
out - Variable in class org.eclipse.swt.internal.image.LEDataOutputStream
 
out - Variable in class org.eclipse.swt.internal.image.TIFFDirectory
 
out_color_components - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
out_color_space - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
output - Static variable in class org.eclipse.swt.internal.gtk.OS
 
OUTPUT - Static variable in class org.eclipse.swt.widgets.Widget
 
output_components - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
output_gamma - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
output_height - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
output_iMCU_row - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
output_pass_setup(JPEGDecoder.jpeg_decompress_struct) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
output_scan_number - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
output_scanline - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
output_stream() - Method in class org.eclipse.swt.dnd.GdkContentSerializer
 
output_width - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
outputLiteral(byte) - Method in class org.eclipse.swt.internal.image.PngDeflater
 
outputMatch(int, int) - Method in class org.eclipse.swt.internal.image.PngDeflater
 
outputStream - Variable in class org.eclipse.swt.internal.image.FileFormat
 
outputStream - Variable in class org.eclipse.swt.internal.image.LZWCodec
 
overlay - Variable in class org.eclipse.swt.widgets.Tracker
 
overlayImage - Variable in class org.eclipse.swt.widgets.TaskItem
 
overlayText - Variable in class org.eclipse.swt.widgets.TaskItem
 
override_redirect - Variable in class org.eclipse.swt.internal.gtk3.GdkWindowAttr
 
overrideThemeValues() - Method in class org.eclipse.swt.graphics.Device
For functionality invalid input: '&' improved looks, we override some CSS theme values with custom values.
overwrite - Variable in class org.eclipse.swt.custom.StyledText
 
overwrite - Variable in class org.eclipse.swt.widgets.FileDialog
 
ownerDraw - Variable in class org.eclipse.swt.widgets.Table
 

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.
PACKAGE_PREFIX - Static variable in class org.eclipse.swt.browser.Browser
 
PACKAGE_PREFIX - Static variable in class org.eclipse.swt.custom.CCombo
 
PACKAGE_PREFIX - Static variable in class org.eclipse.swt.widgets.Display
 
Package Specification - Section in package org.eclipse.swt
 
Package Specification - Section in package org.eclipse.swt.accessibility
 
Package Specification - Section in package org.eclipse.swt.awt
 
Package Specification - Section in package org.eclipse.swt.browser
 
Package Specification - Section in package org.eclipse.swt.custom
 
Package Specification - Section in package org.eclipse.swt.dnd
 
Package Specification - Section in package org.eclipse.swt.events
 
Package Specification - Section in package org.eclipse.swt.graphics
 
Package Specification - Section in package org.eclipse.swt.internal
 
Package Specification - Section in package org.eclipse.swt.internal.gtk
 
Package Specification - Section in package org.eclipse.swt.internal.image
 
Package Specification - Section in package org.eclipse.swt.layout
 
Package Specification - Section in package org.eclipse.swt.opengl
 
Package Specification - Section in package org.eclipse.swt.printing
 
Package Specification - Section in package org.eclipse.swt.program
 
Package Specification - Section in package org.eclipse.swt.widgets
 
PADDING - Static variable in class org.eclipse.swt.widgets.ToolTip
 
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_INCREMENT - Static variable in class org.eclipse.swt.widgets.Sash
 
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).
pageHandle - Variable in class org.eclipse.swt.widgets.TabItem
 
pageId - Variable in class org.eclipse.swt.browser.WebKit
 
pageSetup - Variable in class org.eclipse.swt.printing.Printer
 
pageWidth - Variable in class org.eclipse.swt.custom.StyledText.Printing
 
paint(PaintEvent) - Method in class org.eclipse.swt.custom.AnimatedProgress
Deprecated.
paint(Event) - Method in class org.eclipse.swt.custom.TableCursor
 
paint(Event) - Method in class org.eclipse.swt.custom.TreeCursor
 
Paint - Static variable in class org.eclipse.swt.SWT
The paint event type (value is 9).
paintBorder(GC, Rectangle) - Method in class org.eclipse.swt.custom.CLabel
Paint the Label's border.
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.
paintHandle() - Method in class org.eclipse.swt.widgets.Control
 
paintHandle() - Method in class org.eclipse.swt.widgets.Group
 
paintHandle() - Method in class org.eclipse.swt.widgets.Shell
 
PaintItem - Static variable in class org.eclipse.swt.SWT
The paint item event type (value is 42).
paintListener - Variable in class org.eclipse.swt.custom.MouseNavigator
 
paintListener - Variable in class org.eclipse.swt.custom.StyledTextDropTargetEffect
 
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(GC, int, int, int, int, StyleRange, Bullet, int) - Method in class org.eclipse.swt.custom.StyledText
 
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.
paintStripes(GC) - Method in class org.eclipse.swt.custom.AnimatedProgress
Deprecated.
paintSurface() - Method in class org.eclipse.swt.widgets.Combo
 
paintSurface() - Method in class org.eclipse.swt.widgets.Control
 
paintSurface() - Method in class org.eclipse.swt.widgets.Group
 
paintSurface() - Method in class org.eclipse.swt.widgets.Spinner
 
paintSurface() - Method in class org.eclipse.swt.widgets.Widget
 
paintWindow() - Method in class org.eclipse.swt.widgets.Control
 
paintWindow() - Method in class org.eclipse.swt.widgets.Group
 
paintWindow() - Method in class org.eclipse.swt.widgets.List
 
paintWindow() - Method in class org.eclipse.swt.widgets.Spinner
 
paintWindow() - Method in class org.eclipse.swt.widgets.Table
 
paintWindow() - Method in class org.eclipse.swt.widgets.Text
 
paintWindow() - Method in class org.eclipse.swt.widgets.Tree
 
paintWindow() - Method in class org.eclipse.swt.widgets.Widget
 
palette - Variable in class org.eclipse.swt.graphics.ImageData
The color table for the image.
paletteChunk - Variable in class org.eclipse.swt.internal.image.PngChunkReader
 
paletteChunk - Variable in class org.eclipse.swt.internal.image.PNGFileFormat
 
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.
paletteFromBytes(byte[], int) - Method in class org.eclipse.swt.internal.image.OS2BMPFileFormat
 
paletteFromBytes(byte[], int) - Method in class org.eclipse.swt.internal.image.WinBMPFileFormat
 
paletteSize - Variable in class org.eclipse.swt.internal.image.PngPlteChunk
 
paletteToBytes(PaletteData) - Static method in class org.eclipse.swt.internal.image.OS2BMPFileFormat
Answer a byte array containing the BMP representation of the given device independent palette.
paletteToBytes(PaletteData) - Static method in class org.eclipse.swt.internal.image.WinBMPFileFormat
Answer a byte array containing the BMP representation of the given device independent palette.
panGesture - Variable in class org.eclipse.swt.widgets.Control
 
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_insert_hyphens_new(boolean) - 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_cairo_show_layout(long, long, double, double) - Method in class org.eclipse.swt.graphics.TextLayout.MetricsAdapter
 
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[]) - Method in class org.eclipse.swt.graphics.TextLayout.MetricsAdapter
 
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) - Method in class org.eclipse.swt.graphics.TextLayout.MetricsAdapter
 
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) - Method in class org.eclipse.swt.graphics.TextLayout.MetricsAdapter
 
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_version() - Static method 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 - Variable in class org.eclipse.swt.widgets.Display
 
pangoFontFaceNewProc_CALLBACK(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pangoFontFamilyNewProc - Variable in class org.eclipse.swt.widgets.Display
 
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 - Variable in class org.eclipse.swt.widgets.Display
 
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.accessibility.Accessible
 
parent - Variable in class org.eclipse.swt.accessibility.AccessibleObject
 
parent - Variable in class org.eclipse.swt.custom.ControlEditor
 
parent - Variable in class org.eclipse.swt.custom.CTabFolderRenderer
 
parent - Variable in class org.eclipse.swt.custom.CTabItem
 
parent - Variable in class org.eclipse.swt.custom.MouseNavigator
 
parent - Variable in class org.eclipse.swt.internal.SessionManagerDBus.ShutdownHook
 
parent - Variable in class org.eclipse.swt.widgets.Caret
 
parent - Variable in class org.eclipse.swt.widgets.Control
 
parent - Variable in class org.eclipse.swt.widgets.CoolItem
 
parent - Variable in class org.eclipse.swt.widgets.Dialog
 
parent - Variable in class org.eclipse.swt.widgets.Display.SessionManagerListener
 
parent - Variable in class org.eclipse.swt.widgets.ExpandItem
 
parent - Variable in class org.eclipse.swt.widgets.IME
 
parent - Variable in class org.eclipse.swt.widgets.Menu
 
parent - Variable in class org.eclipse.swt.widgets.MenuItem
 
parent - Variable in class org.eclipse.swt.widgets.ScrollBar
 
parent - Variable in class org.eclipse.swt.widgets.TabItem
 
parent - Variable in class org.eclipse.swt.widgets.TableColumn
 
parent - Variable in class org.eclipse.swt.widgets.TableItem
 
parent - Variable in class org.eclipse.swt.widgets.TaskItem
 
parent - Variable in class org.eclipse.swt.widgets.ToolItem
 
parent - Variable in class org.eclipse.swt.widgets.ToolTip
 
parent - Variable in class org.eclipse.swt.widgets.Tracker
 
parent - Variable in class org.eclipse.swt.widgets.TrayItem
 
parent - Variable in class org.eclipse.swt.widgets.TreeColumn
 
parent - Variable in class org.eclipse.swt.widgets.TreeItem
 
PARENT_BACKGROUND - Static variable in class org.eclipse.swt.widgets.Widget
 
parentBrowser - Static variable in class org.eclipse.swt.browser.WebKit
Stores the browser which is opening a new browser window, during a WebKit create signal.
parentingHandle() - Method in class org.eclipse.swt.widgets.Combo
 
parentingHandle() - Method in class org.eclipse.swt.widgets.Composite
 
parentingHandle() - Method in class org.eclipse.swt.widgets.ExpandBar
 
parentingHandle() - Method in class org.eclipse.swt.widgets.Group
 
parse(char[]) - Static method in class org.eclipse.swt.browser.JSON
 
parse(String) - Static method in class org.eclipse.swt.browser.JSON
 
parse(String) - Method in class org.eclipse.swt.widgets.Link
 
parseCommand(String) - Static method in class org.eclipse.swt.program.Program
 
parseEntries(byte[]) - Method in class org.eclipse.swt.internal.image.TIFFDirectory
 
parseMnemonics(char[], int, int, StringBuilder) - Method in class org.eclipse.swt.widgets.Link
 
parseVersion(String) - Static method in class org.eclipse.swt.internal.Library
 
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.
pass - Variable in class org.eclipse.swt.internal.image.LZWCodec
 
pass_number - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decomp_master
 
PASS1_BITS - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
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_CLIPBOARD - Static variable in class org.eclipse.swt.widgets.Widget
 
PASTE_CLIPBOARD_INVERSE - Static variable in class org.eclipse.swt.widgets.Widget
 
paste_text - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkEditableTextIface
 
pasteOnMiddleClick(Event) - Method in class org.eclipse.swt.custom.StyledText
 
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).
PCX - Static variable in class org.eclipse.swt.dnd.ImageTransfer
 
PCX_ID - Static variable in class org.eclipse.swt.dnd.ImageTransfer
 
pelsPerMeter - Variable in class org.eclipse.swt.internal.image.WinBMPFileFormat
 
per_scan_setup(JPEGDecoder.jpeg_decompress_struct) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
PHONETIC - Static variable in class org.eclipse.swt.SWT
Input Method Editor style constant for phonetic input behavior (value is 1<<4).
photometricInterpretation - Variable in class org.eclipse.swt.internal.image.TIFFDirectory
 
phuff_entropy_decoder() - Constructor for class org.eclipse.swt.internal.image.JPEGDecoder.phuff_entropy_decoder
 
pixbuf - Static variable in class org.eclipse.swt.internal.gtk.OS
 
pixbuf_renderer_info_ptr - Static variable in class org.eclipse.swt.widgets.Display
 
pixbuf_renderer_type - Static variable in class org.eclipse.swt.widgets.Display
 
pixbufHeight - Variable in class org.eclipse.swt.widgets.Table
 
pixbufHeight - Variable in class org.eclipse.swt.widgets.Tree
 
pixbufSizeSet - Variable in class org.eclipse.swt.widgets.Table
 
pixbufSizeSet - Variable in class org.eclipse.swt.widgets.Tree
 
pixbufToImageData(long) - Static method in class org.eclipse.swt.internal.NativeImageLoader
Convert GdkPixbuf pointer to Java object ImageData
pixbufWidth - Variable in class org.eclipse.swt.widgets.Table
 
pixbufWidth - Variable in class org.eclipse.swt.widgets.Tree
 
pixelToPoint(float, int) - Static method in class org.eclipse.swt.internal.DPIUtil
 
pixelToPoint(int, int) - Static method in class org.eclipse.swt.internal.DPIUtil
 
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
 
PlatformLineDelimiter - Static variable in class org.eclipse.swt.custom.StyledText
 
plus(int) - Method in class org.eclipse.swt.layout.FormAttachment
 
plus(FormAttachment) - Method in class org.eclipse.swt.layout.FormAttachment
 
PNG - Static variable in class org.eclipse.swt.dnd.ImageTransfer
 
PNG_ID - Static variable in class org.eclipse.swt.dnd.ImageTransfer
 
PNG_INTERLACE_METHOD_OFFSET - Static variable in class org.eclipse.swt.internal.NativeImageLoader
If the 29th byte of the PNG file is not zero, then it is interlaced.
PngChunk - Class in org.eclipse.swt.internal.image
 
PngChunk(byte[]) - Constructor for class org.eclipse.swt.internal.image.PngChunk
Construct a PngChunk using the reference bytes given.
PngChunk(int) - Constructor for class org.eclipse.swt.internal.image.PngChunk
Construct a PngChunk with the specified number of data bytes.
PngChunkReader - Class in org.eclipse.swt.internal.image
 
PngChunkReader(LEDataInputStream) - Constructor for class org.eclipse.swt.internal.image.PngChunkReader
 
PngDecodingDataStream - Class in org.eclipse.swt.internal.image
 
PngDecodingDataStream(InputStream) - Constructor for class org.eclipse.swt.internal.image.PngDecodingDataStream
 
PngDeflater - Class in org.eclipse.swt.internal.image
 
PngDeflater() - Constructor for class org.eclipse.swt.internal.image.PngDeflater
 
PngDeflater.Code - Class in org.eclipse.swt.internal.image
 
PngDeflater.Link - Class in org.eclipse.swt.internal.image
 
PngDeflater.Match - Class in org.eclipse.swt.internal.image
 
PngEncoder - Class in org.eclipse.swt.internal.image
 
PngEncoder(ImageLoader) - Constructor for class org.eclipse.swt.internal.image.PngEncoder
 
PNGFileFormat - Class in org.eclipse.swt.internal.image
 
PNGFileFormat() - Constructor for class org.eclipse.swt.internal.image.PNGFileFormat
 
PngFileReadState - Class in org.eclipse.swt.internal.image
 
PngFileReadState() - Constructor for class org.eclipse.swt.internal.image.PngFileReadState
 
PngHuffmanTable - Class in org.eclipse.swt.internal.image
 
PngHuffmanTable(int[]) - Constructor for class org.eclipse.swt.internal.image.PngHuffmanTable
 
PngHuffmanTable.CodeLengthInfo - Class in org.eclipse.swt.internal.image
 
PngHuffmanTables - Class in org.eclipse.swt.internal.image
 
PngHuffmanTables() - Constructor for class org.eclipse.swt.internal.image.PngHuffmanTables
 
PngHuffmanTables(PngDecodingDataStream) - Constructor for class org.eclipse.swt.internal.image.PngHuffmanTables
 
PngIdatChunk - Class in org.eclipse.swt.internal.image
 
PngIdatChunk(byte[]) - Constructor for class org.eclipse.swt.internal.image.PngIdatChunk
 
PngIdatChunk(byte, byte, byte[], int) - Constructor for class org.eclipse.swt.internal.image.PngIdatChunk
 
PngIendChunk - Class in org.eclipse.swt.internal.image
 
PngIendChunk() - Constructor for class org.eclipse.swt.internal.image.PngIendChunk
 
PngIendChunk(byte[]) - Constructor for class org.eclipse.swt.internal.image.PngIendChunk
 
PngIhdrChunk - Class in org.eclipse.swt.internal.image
 
PngIhdrChunk(byte[]) - Constructor for class org.eclipse.swt.internal.image.PngIhdrChunk
Construct a PNGChunk using the reference bytes given.
PngIhdrChunk(int, int, byte, byte, byte, byte, byte) - Constructor for class org.eclipse.swt.internal.image.PngIhdrChunk
 
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
 
PngLzBlockReader(PngDecodingDataStream) - Constructor for class org.eclipse.swt.internal.image.PngLzBlockReader
 
PngPlteChunk - Class in org.eclipse.swt.internal.image
 
PngPlteChunk(byte[]) - Constructor for class org.eclipse.swt.internal.image.PngPlteChunk
 
PngPlteChunk(PaletteData) - Constructor for class org.eclipse.swt.internal.image.PngPlteChunk
 
PngTrnsChunk - Class in org.eclipse.swt.internal.image
 
PngTrnsChunk(byte[]) - Constructor for class org.eclipse.swt.internal.image.PngTrnsChunk
 
PngTrnsChunk(RGB) - Constructor for class org.eclipse.swt.internal.image.PngTrnsChunk
 
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.
Point.OfFloat - Class in org.eclipse.swt.graphics
Instances of this class represent Point objects with the fields capable of storing more precise value in float.
Point.WithMonitor - Class in org.eclipse.swt.graphics
Instances of this class represent Point.OfFloat objects along with the context of the monitor in relation to which they are placed on the display.
points - Variable in class org.eclipse.swt.graphics.PathData
The points of a path.
pointToPixel(int, int) - Static method in class org.eclipse.swt.internal.DPIUtil
 
pointToPixel(Device, ImageData) - Static method in class org.eclipse.swt.internal.GtkDPIUtil
Auto-scale up ImageData to device zoom that is at 100%.
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
 
POPPED_UP - Static variable in class org.eclipse.swt.widgets.Widget
 
poppedUpCount - Variable in class org.eclipse.swt.widgets.Menu
 
populate_popup - Static variable in class org.eclipse.swt.internal.gtk.OS
 
POPULATE_POPUP - Static variable in class org.eclipse.swt.widgets.Widget
 
popup - Variable in class org.eclipse.swt.custom.CCombo
 
popup_menu - Static variable in class org.eclipse.swt.internal.gtk.OS
 
POPUP_MENU - Static variable in class org.eclipse.swt.widgets.Widget
 
popupCalendar - Variable in class org.eclipse.swt.widgets.DateTime
 
popupCalendarEvent(Event) - Method in class org.eclipse.swt.widgets.DateTime
 
popupChild - Variable in class org.eclipse.swt.widgets.Composite
 
popupEvent(Event) - Method in class org.eclipse.swt.custom.CCombo
 
popupFilter - Variable in class org.eclipse.swt.widgets.DateTime
 
popupHandle - Variable in class org.eclipse.swt.widgets.Combo
 
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.
popupListener - Variable in class org.eclipse.swt.widgets.DateTime
 
popups - Variable in class org.eclipse.swt.widgets.Display
 
popupShell - Variable in class org.eclipse.swt.widgets.DateTime
 
popupShellEvent(Event) - Method in class org.eclipse.swt.widgets.DateTime
 
PORTRAIT - Static variable in class org.eclipse.swt.printing.PrinterData
orientation field value indicating portrait paper orientation
pos - Variable in class org.eclipse.swt.browser.JSON.Reader
 
pos - Variable in class org.eclipse.swt.internal.image.LEDataInputStream
The current position within the byte array buf.
position - Variable in class org.eclipse.swt.internal.image.LEDataInputStream
 
post - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
post(Event) - Method in class org.eclipse.swt.widgets.Display
Generate a low level system event.
POST_PROCESS_1PASS - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
post_process_data - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_d_post_controller
 
post_process_data(JPEGDecoder.jpeg_decompress_struct, byte[][][], int[], int[], int, byte[][], int[], int) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
POST_PROCESS_DATA_UPSAMPLE - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
postEvent(int) - Method in class org.eclipse.swt.widgets.Widget
 
postEvent(int, Event) - Method in class org.eclipse.swt.widgets.Widget
 
postEvent(Event) - Method in class org.eclipse.swt.widgets.Display
 
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).
postProcess(ImageData) - Method in interface org.eclipse.swt.graphics.ImageGcDrawer
Executes post processing on ImageData.
postProcess(ImageData) - Method in class org.eclipse.swt.internal.TransparencyColorImageGcDrawer
 
pow2(int) - Static method in class org.eclipse.swt.internal.Compatibility
Returns 2 raised to the power of the argument.
PPM - Static variable in class org.eclipse.swt.dnd.ImageTransfer
 
PPM_ID - Static variable in class org.eclipse.swt.dnd.ImageTransfer
 
precedingDCs - Variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
preedit_changed - Static variable in class org.eclipse.swt.internal.gtk.OS
 
PREEDIT_CHANGED - Static variable in class org.eclipse.swt.widgets.Widget
 
preeditLabel - Variable in class org.eclipse.swt.widgets.Display
 
preeditWindow - Variable in class org.eclipse.swt.widgets.Display
 
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).
preferredHeight - Variable in class org.eclipse.swt.widgets.CoolItem
 
preferredWidth - Variable in class org.eclipse.swt.widgets.CoolItem
 
prefferedSize - Variable in class org.eclipse.swt.widgets.DateTime
 
prefix - Variable in class org.eclipse.swt.internal.image.LZWCodec
 
prefix - Variable in class org.eclipse.swt.internal.image.LZWNode
 
PREFIX_HTTP - Static variable in class org.eclipse.swt.program.Program
 
PREFIX_HTTPS - Static variable in class org.eclipse.swt.program.Program
 
prepare - Static variable in class org.eclipse.swt.internal.gtk.OS
 
prepare_for_output_pass(JPEGDecoder.jpeg_decompress_struct) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
prepare_range_limit_table(JPEGDecoder.jpeg_decompress_struct) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
presetChooserDialog() - Method in class org.eclipse.swt.widgets.FileDialog
 
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
 
previous - Variable in class org.eclipse.swt.internal.image.PngDeflater.Link
 
PREVIOUS_OFFSET_TRAILING - Static variable in class org.eclipse.swt.custom.StyledText
 
previousCursor - Variable in class org.eclipse.swt.custom.MouseNavigator
 
previousIndexOfChar(String, String, int) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
 
previousIndexOfNotChar(String, String, int) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
 
previousItem(Tree, TreeItem) - Method in class org.eclipse.swt.dnd.DropTargetEffect
 
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).
PRIMARYCLIPBOARD - Enum constant in enum class org.eclipse.swt.dnd.ContentProviders.CLIPBOARD_DATA
 
primaryClipboardData - Variable in class org.eclipse.swt.dnd.ClipboardProxy
 
primaryClipboardDataTypes - Variable in class org.eclipse.swt.dnd.ClipboardProxy
 
PRIME - Static variable in class org.eclipse.swt.internal.image.PngDecodingDataStream
 
PRIME - Static variable in class org.eclipse.swt.internal.image.PNGFileFormat
 
print() - Method in class org.eclipse.swt.custom.StyledText
Prints the widget's text to the default printer.
print() - Method in class org.eclipse.swt.custom.StyledText.Printing
Prints the lines in the specified page range.
print(String) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
 
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).
printDecoration(int, boolean, TextLayout) - Method in class org.eclipse.swt.custom.StyledText.Printing
Print header or footer decorations.
printDecorationSegment(String, int, int, boolean, TextLayout) - Method in class org.eclipse.swt.custom.StyledText.Printing
Print one segment of a header or footer decoration.
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 - Variable in class org.eclipse.swt.custom.StyledText.Printing
 
printer - Variable in class org.eclipse.swt.printing.Printer
 
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 - Variable in class org.eclipse.swt.printing.PrintDialog
 
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.
printerDataFromGtkPrinter(long) - Static method in class org.eclipse.swt.printing.Printer
 
printerFont - Variable in class org.eclipse.swt.custom.StyledText.Printing
 
printerList - Static variable in class org.eclipse.swt.printing.Printer
 
printerOptionWidgetNewProc - Variable in class org.eclipse.swt.widgets.Display
 
printerOptionWidgetNewProc_CALLBACK(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
printerRenderer - Variable in class org.eclipse.swt.custom.StyledText.Printing
 
Printing(StyledText, Printer, StyledTextPrintOptions) - Constructor for class org.eclipse.swt.custom.StyledText.Printing
Creates an instance of Printing.
printJob - Variable in class org.eclipse.swt.printing.Printer
 
printLine(int, int, GC, Color, Color, TextLayout, TextLayout, int) - Method in class org.eclipse.swt.custom.StyledText.Printing
 
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.
printMargin - Variable in class org.eclipse.swt.custom.StyledText.Printing
 
printOptions - Variable in class org.eclipse.swt.custom.StyledText.Printing
 
printStackTrace() - Method in exception class org.eclipse.swt.SWTError
Outputs a printable representation of this error's stack trace on the standard error stream.
printStackTrace() - Method in exception class 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
printWidget(GC, long, int, int, int) - Method in class org.eclipse.swt.widgets.Composite
 
printWidget(GC, long, int, int, int) - Method in class org.eclipse.swt.widgets.Control
 
printWindow(boolean, Control, GC, long, int, long, int, int) - Method in class org.eclipse.swt.widgets.Control
 
priority - Variable in class org.eclipse.swt.custom.CTabFolder
Indices of the elements in the CTabFolder.items array, used to manage tab visibility and candidates to be hidden/shown next.
priority() - Method in class org.eclipse.swt.dnd.GdkContentDeserializer
 
priority() - Method in class org.eclipse.swt.dnd.GdkContentSerializer
 
Proc(long, long) - Static method in class org.eclipse.swt.browser.WebKit
 
Proc(long, long, long) - Static method in class org.eclipse.swt.browser.WebKit
 
Proc(long, long, long, long) - Static method in class org.eclipse.swt.browser.WebKit
 
Proc(long, long, long, long, long) - Static method in class org.eclipse.swt.browser.WebKit
 
Proc2 - Static variable in class org.eclipse.swt.browser.WebKit
 
Proc3 - Static variable in class org.eclipse.swt.browser.WebKit
 
Proc4 - Static variable in class org.eclipse.swt.browser.WebKit
 
Proc5 - Static variable in class org.eclipse.swt.browser.WebKit
 
process_APPn(int, JPEGDecoder.jpeg_decompress_struct) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
process_COM(JPEGDecoder.jpeg_decompress_struct) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
process_data - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_d_main_controller
 
process_data_context_main(JPEGDecoder.jpeg_decompress_struct, byte[][], int[], int) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
PROCESS_DATA_CONTEXT_MAIN - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
process_data_crank_post(JPEGDecoder.jpeg_decompress_struct, byte[][], int[], int) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
PROCESS_DATA_CRANK_POST - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
process_data_simple_main(JPEGDecoder.jpeg_decompress_struct, byte[][], int[], int) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
PROCESS_DATA_SIMPLE_MAIN - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
process_restart(JPEGDecoder.jpeg_decompress_struct) - Method in class org.eclipse.swt.internal.image.JPEGDecoder.huff_entropy_decoder
 
process_restart(JPEGDecoder.jpeg_decompress_struct) - Method in class org.eclipse.swt.internal.image.JPEGDecoder.phuff_entropy_decoder
 
processDialog(Shell) - Static method in class org.eclipse.swt.browser.Browser.WebViewUnavailableDialog
 
processEvent(long) - Method in class org.eclipse.swt.widgets.Tracker
 
processRestartInterval() - Method in class org.eclipse.swt.internal.image.JPEGFileFormat
 
processTables() - Method in class org.eclipse.swt.internal.image.JPEGFileFormat
 
Program - Class in org.eclipse.swt.program
Instances of this class represent programs and their associated file extensions in the operating system.
Program() - Constructor for class org.eclipse.swt.program.Program
Prevents uninitialized instances from being created outside the package.
progress - Variable in class org.eclipse.swt.widgets.TaskItem
 
PROGRESS_MAX - Static variable in class org.eclipse.swt.widgets.TaskItem
 
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.
progressive - Variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
progressive_mode - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
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.
progressListeners - Variable in class org.eclipse.swt.browser.WebBrowser
 
progressState - Variable in class org.eclipse.swt.widgets.TaskItem
 
propagateDraw(long, long) - Method in class org.eclipse.swt.widgets.Composite
Propagates draw events from a parent container to its children using gtk_container_propagate_draw().
propagateDraw(long, long) - Method in class org.eclipse.swt.widgets.Table
 
propagateDraw(long, long) - Method in class org.eclipse.swt.widgets.Tree
 
property_change - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkObjectClass
 
PROPERTY_DEFAULTTYPE - Static variable in class org.eclipse.swt.browser.Browser
 
PROPERTY_LENGTH - Static variable in class org.eclipse.swt.browser.WebKit
 
PROPERTY_PROXYHOST - Static variable in class org.eclipse.swt.browser.WebKit
 
PROPERTY_PROXYPORT - Static variable in class org.eclipse.swt.browser.WebKit
 
proportions - Variable in class org.eclipse.swt.widgets.Tracker
 
PROTOCOL_FILE - Static variable in class org.eclipse.swt.browser.WebKit
 
PROTOCOL_HTTP - Static variable in class org.eclipse.swt.browser.WebKit
 
provider - Variable in class org.eclipse.swt.widgets.Control
 
provider - Variable in class org.eclipse.swt.widgets.ToolItem
 
provider - Variable in class org.eclipse.swt.widgets.ToolTip
 
provider - Variable in class org.eclipse.swt.widgets.Tracker
 
providers - Variable in enum class org.eclipse.swt.dnd.ContentProviders.CLIPBOARD_DATA
The collection of GdkContentProviders that this clipboard currently has assigned to it.
proxyMenuItem - Variable in class org.eclipse.swt.widgets.ToolItem
 
PTR_SIGNATURE - Static variable in class org.eclipse.swt.internal.Callback
 
PTR_sizeof() - Static method in class org.eclipse.swt.internal.C
 
PTR_SIZEOF - Static variable in class org.eclipse.swt.internal.C
 
pub - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.d_derived_tbl
 
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
 
putGdkEvents() - Method in class org.eclipse.swt.widgets.Display
 
putObject(WebKit.Webkit2AsyncToSync.Webkit2AsyncReturnObj) - Static method in class org.eclipse.swt.browser.WebKit.Webkit2AsyncToSync.CallBackMap
 
pValue - Variable in class org.eclipse.swt.dnd.TransferData
Pointer to the data being transferred.

Q

Q01_POS - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
Q02_POS - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
Q10_POS - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
Q11_POS - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
Q20_POS - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
quadTo(float, float, float, float) - Method in class org.eclipse.swt.graphics.Path
Adds to the receiver a quadratic curve based on the parameters.
quant_table - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_component_info
 
quant_tbl_no - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_component_info
 
quant_tbl_ptrs - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
quantizationTables - Variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
quantize_colors - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
quantizeData(int[], int) - Method in class org.eclipse.swt.internal.image.JPEGFileFormat
 
quantizer_1pass - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decomp_master
 
quantizer_2pass - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decomp_master
 
quantval - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.JQUANT_TBL
 
queryReadyToExit() - Method in class org.eclipse.swt.internal.SessionManagerDBus
 
questionImage - Variable in class org.eclipse.swt.widgets.Display
 

R

RADIO - Static variable in class org.eclipse.swt.SWT
Style constant for radio button behavior (value is 1<<4).
RANGE_MASK - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
rangeHandle - Variable in class org.eclipse.swt.widgets.Slider
Stores the GtkRange handle of the GtkScrollbar.
ranges - Variable in class org.eclipse.swt.accessibility.AccessibleTextEvent
 
ranges - Variable in class org.eclipse.swt.custom.LineStyleEvent
line ranges (output)
ranges - Variable in class org.eclipse.swt.custom.StyledTextEvent
 
ranges - Variable in class org.eclipse.swt.custom.StyledTextRenderer
 
ranges - Variable in class org.eclipse.swt.widgets.IME
 
RASTERIZER - Static variable in class org.eclipse.swt.internal.image.SVGFileFormat
The instance of the registered SVGRasterizer.
rasterizeSVG(InputStream, int) - Method in interface org.eclipse.swt.internal.image.SVGRasterizer
Rasterizes an SVG image from the provided InputStream using the specified zoom.
rasterizeSVG(InputStream, int, int) - Method in interface org.eclipse.swt.internal.image.SVGRasterizer
Rasterizes an SVG image from the provided InputStream into a raster image of the specified width and height.
raw_data_out - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
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.LEDataInputStream
Answer the next byte of the input stream.
read() - Method in class org.eclipse.swt.internal.image.PngDecodingDataStream
 
read() - Method in class org.eclipse.swt.internal.image.PngInputStream
 
read(byte[]) - Method in class org.eclipse.swt.internal.image.TIFFRandomFileAccess
 
read(byte[], int, int) - Method in class org.eclipse.swt.internal.image.LEDataInputStream
Don't imitate the JDK behaviour of reading a random number of bytes when you can actually read them all.
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(int[]) - Method in class org.eclipse.swt.internal.image.TIFFDirectory
 
read_markers(JPEGDecoder.jpeg_decompress_struct) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
READ_ONLY - Static variable in class org.eclipse.swt.SWT
Style constant for read-only behavior (value is 1<<3).
read_restart_marker(JPEGDecoder.jpeg_decompress_struct) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
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.
readAny() - Method in class org.eclipse.swt.browser.JSON.Reader
 
readApplicationExtension() - Method in class org.eclipse.swt.internal.image.GIFFileFormat
We have just read the Application extension identifier from the input stream.
readArray() - Method in class org.eclipse.swt.browser.JSON.Reader
 
readBlock() - Method in class org.eclipse.swt.internal.image.LZWCodec
Read a block from the byte stream.
readCommentExtension() - Method in class org.eclipse.swt.internal.image.GIFFileFormat
We have just read the Comment extension identifier from the input stream.
readCompressedDataHeader() - Method in class org.eclipse.swt.internal.image.PngDecodingDataStream
 
readData(byte[], int, int) - Method in class org.eclipse.swt.internal.image.LEDataInputStream
Reads at most length bytes from this LEDataInputStream and stores them in byte array buffer starting at offset.
reader - Variable in class org.eclipse.swt.internal.image.PngInputStream
 
Reader(char[], int, int) - Constructor for class org.eclipse.swt.browser.JSON.Reader
 
readEscape() - Method in class org.eclipse.swt.browser.JSON.Reader
 
readExtension() - Method in class org.eclipse.swt.internal.image.GIFFileFormat
Read a control extension.
readGraphicsControlExtension() - Method in class org.eclipse.swt.internal.image.GIFFileFormat
We have just read the GraphicsControl extension identifier from the input stream.
readID() - Method in class org.eclipse.swt.internal.image.GIFFileFormat
Read and return the next block or extension identifier from the file.
readIDAT - Variable in class org.eclipse.swt.internal.image.PngFileReadState
 
readIEND - Variable in class org.eclipse.swt.internal.image.PngFileReadState
 
readIHDR - Variable in class org.eclipse.swt.internal.image.PngFileReadState
 
readImageBlock(PaletteData) - Method in class org.eclipse.swt.internal.image.GIFFileFormat
Return a DeviceIndependentImage representing the image block at the current position in the input stream.
readInt() - Method in class org.eclipse.swt.internal.image.LEDataInputStream
Answer an integer comprised of the next four bytes of the input stream.
readInterlacedImage(InputStream) - Method in class org.eclipse.swt.internal.image.PNGFileFormat
Read the pixel data for an interlaced image from the data stream.
readInterlaceFrame(InputStream, int, int, int, int, int) - Method in class org.eclipse.swt.internal.image.PNGFileFormat
1.
readLengths(PngDecodingDataStream, int, PngHuffmanTable, int) - Method in class org.eclipse.swt.internal.image.PngHuffmanTables
 
readLiteral(String) - Method in class org.eclipse.swt.browser.JSON.Reader
 
readNextBlockHeader() - Method in class org.eclipse.swt.internal.image.PngLzBlockReader
 
readNextChunk() - Method in class org.eclipse.swt.internal.image.PngChunkReader
 
readNextChunk(PngChunkReader) - Method in class org.eclipse.swt.internal.image.PNGFileFormat
Read and handle the next chunk of data from the PNG file.
readNextFromStream(LEDataInputStream) - Static method in class org.eclipse.swt.internal.image.PngChunk
Read the next PNG chunk from the input stream given.
readNonInterlacedImage(InputStream) - Method in class org.eclipse.swt.internal.image.PNGFileFormat
Read the pixel data for a non-interlaced image from the data stream.
readNumber() - Method in class org.eclipse.swt.browser.JSON.Reader
 
readPalette(int) - Method in class org.eclipse.swt.internal.image.GIFFileFormat
Read a palette from the input stream.
readPixelData - Variable in class org.eclipse.swt.internal.image.PngFileReadState
 
readPixelData() - Method in class org.eclipse.swt.internal.image.PngChunkReader
 
readPixelData(PngIdatChunk, PngChunkReader) - Method in class org.eclipse.swt.internal.image.PNGFileFormat
Read the image data from the data stream.
readPlainTextExtension() - Method in class org.eclipse.swt.internal.image.GIFFileFormat
We have just read the PlainText extension identifier from the input stream.
readPLTE - Variable in class org.eclipse.swt.internal.image.PngFileReadState
 
readShort() - Method in class org.eclipse.swt.internal.image.LEDataInputStream
Answer a short comprised of the next two bytes of the input stream.
readSignature() - Method in class org.eclipse.swt.internal.image.PNGFileFormat
Skip over signature data.
readState - Variable in class org.eclipse.swt.internal.image.PngChunkReader
 
readString() - Method in class org.eclipse.swt.browser.JSON.Reader
 
readTop() - Method in class org.eclipse.swt.browser.JSON.Reader
 
readTRNS - Variable in class org.eclipse.swt.internal.image.PngFileReadState
 
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
 
REALIZE - Static variable in class org.eclipse.swt.widgets.Widget
 
reallocateIds(int) - Method in class org.eclipse.swt.widgets.Tree
 
realpath(byte[], byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
rec_outbuf_height - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
receive(int) - Method in class org.eclipse.swt.internal.image.JPEGFileFormat
 
recreateCalendar() - Method in class org.eclipse.swt.widgets.DateTime
 
recreateMenuProxy() - Method in class org.eclipse.swt.widgets.ToolItem
 
recreateRenderers() - Method in class org.eclipse.swt.widgets.Table
 
recreateRenderers() - Method in class org.eclipse.swt.widgets.Tree
 
Rectangle - Class in org.eclipse.swt.graphics
Instances of this class represent rectangular areas in an (x, y) coordinate system.
Rectangle() - Constructor for class org.eclipse.swt.graphics.Rectangle
 
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.
Rectangle.OfFloat - Class in org.eclipse.swt.graphics
Instances of this class represent Rectangle objects which supports values of Float type for it's fields
Rectangle.WithMonitor - Class in org.eclipse.swt.graphics
Instances of this class represent Rectangle.OfFloat objects along with the context of the monitor in relation to which they are placed on the display.
rectangles - Variable in class org.eclipse.swt.accessibility.AccessibleTextEvent
 
rectangles - Variable in class org.eclipse.swt.widgets.Tracker
 
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(boolean) - Method in class org.eclipse.swt.widgets.Control
 
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.
REDRAW - Static variable in class org.eclipse.swt.custom.CTabFolder
 
REDRAW_TABS - Static variable in class org.eclipse.swt.custom.CTabFolder
 
redrawBackgroundImage() - Method in class org.eclipse.swt.widgets.Scrollable
 
redrawBackgroundImage() - Method in class org.eclipse.swt.widgets.Table
 
redrawBackgroundImage() - Method in class org.eclipse.swt.widgets.Tree
 
redrawChildren() - Method in class org.eclipse.swt.widgets.Composite
 
redrawChildren() - Method in class org.eclipse.swt.widgets.Control
 
redrawLines - Variable in class org.eclipse.swt.custom.StyledTextRenderer
 
redrawLines(int, int, boolean) - Method in class org.eclipse.swt.custom.StyledText
 
redrawLinesBullet(int[]) - Method in class org.eclipse.swt.custom.StyledText
 
redrawMargins(int, int) - Method in class org.eclipse.swt.custom.StyledText
 
redrawRange(int, int, boolean) - Method in class org.eclipse.swt.custom.StyledText
Redraws the specified text range.
redrawTabs() - Method in class org.eclipse.swt.custom.CTabFolder
 
redrawWidget(int, int, int, int, boolean, boolean, boolean) - Method in class org.eclipse.swt.widgets.Canvas
 
redrawWidget(int, int, int, int, boolean, boolean, boolean) - Method in class org.eclipse.swt.widgets.Control
 
redrawWidget(int, int, int, int, boolean, boolean, boolean) - Method in class org.eclipse.swt.widgets.Scrollable
 
redrawWindow - Variable in class org.eclipse.swt.widgets.Control
 
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
 
reference - Variable in class org.eclipse.swt.internal.image.JPEGSegment
 
reference - Variable in class org.eclipse.swt.internal.image.PngChunk
 
refineAC(int, int) - Method in class org.eclipse.swt.internal.image.JPEGFileFormat
 
refresh() - Method in class org.eclipse.swt.browser.Browser
Refresh the current page.
refresh() - Method in class org.eclipse.swt.browser.WebBrowser
 
refresh() - Method in class org.eclipse.swt.browser.WebKit
 
refresh(int, int) - Method in class org.eclipse.swt.graphics.Image.CachedImageAtSize
 
refreshCaret(StyledText, int, int) - Method in class org.eclipse.swt.custom.StyledTextDropTargetEffect
 
refreshImageForZoom() - Method in class org.eclipse.swt.graphics.Image
Refresh the Image based on the zoom level, if required.
region - Variable in class org.eclipse.swt.layout.BorderData
 
region - Variable in class org.eclipse.swt.widgets.Control
 
region(Map.Entry) - Static method in class org.eclipse.swt.layout.BorderLayout
 
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.
Region(Device, long) - Constructor for class org.eclipse.swt.graphics.Region
 
regionHandle - Variable in class org.eclipse.swt.widgets.Control
The handle to the Region, which is neccessary in the case that region is disposed before this Control.
regionSet - Variable in class org.eclipse.swt.graphics.GCData
 
register() - Method in class org.eclipse.swt.widgets.Button
 
register() - Method in class org.eclipse.swt.widgets.Combo
 
register() - Method in class org.eclipse.swt.widgets.Composite
 
register() - Method in class org.eclipse.swt.widgets.Control
 
register() - Method in class org.eclipse.swt.widgets.DateTime
 
register() - Method in class org.eclipse.swt.widgets.ExpandItem
 
register() - Method in class org.eclipse.swt.widgets.Group
 
register() - Method in class org.eclipse.swt.widgets.Label
 
register() - Method in class org.eclipse.swt.widgets.List
 
register() - Method in class org.eclipse.swt.widgets.Scrollable
 
register() - Method in class org.eclipse.swt.widgets.ScrollBar
 
register() - Method in class org.eclipse.swt.widgets.Shell
 
register() - Method in class org.eclipse.swt.widgets.Slider
 
register() - Method in class org.eclipse.swt.widgets.Spinner
 
register() - Method in class org.eclipse.swt.widgets.TabItem
 
register() - Method in class org.eclipse.swt.widgets.Table
 
register() - Method in class org.eclipse.swt.widgets.TableColumn
 
register() - Method in class org.eclipse.swt.widgets.Text
 
register() - Method in class org.eclipse.swt.widgets.ToolItem
 
register() - Method in class org.eclipse.swt.widgets.TrayItem
 
register() - Method in class org.eclipse.swt.widgets.Tree
 
register() - Method in class org.eclipse.swt.widgets.TreeColumn
 
register() - Method in class org.eclipse.swt.widgets.Widget
 
register(Device) - Static method in class org.eclipse.swt.graphics.Device
 
register(Display) - Static method in class org.eclipse.swt.widgets.Display
 
registerClient() - Method in class org.eclipse.swt.internal.SessionManagerDBus
 
registerClient(String, String) - Method in class org.eclipse.swt.internal.SessionManagerDBus
Issues 'RegisterClient' dbus request to register with session manager.
registeredTransferGtypes - Variable in class org.eclipse.swt.dnd.ContentProviders
All transfer IDs registered with the GTK serializers Key is the transfer obtained with ContentProviders.transferKey(Transfer) Value is the Gtype of of the transfer
registeredTransfers - Variable in class org.eclipse.swt.dnd.ContentProviders
All transfers registered with the GTK serializers Key is the transfer obtained with ContentProviders.transferKey(Transfer)
registerFunction(BrowserFunction) - Method in class org.eclipse.swt.browser.WebBrowser
 
registerListeners(Frame) - Static method in class org.eclipse.swt.awt.SWT_AWT
 
registerTransfer(Transfer) - Method in class org.eclipse.swt.dnd.ContentProviders
Register the transfer in the GTK land if not registered already.
registerType(String) - Method in class org.eclipse.swt.dnd.ContentProviders
registerType(String) - Static method in class org.eclipse.swt.dnd.Transfer
Registers a name for a data type and returns the associated unique identifier.
regularFont - Variable in class org.eclipse.swt.custom.StyledTextRenderer
 
Relation(int, Accessible) - Constructor for class org.eclipse.swt.accessibility.Accessible.Relation
 
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.
relations - Variable in class org.eclipse.swt.accessibility.Accessible
 
relayout() - Method in class org.eclipse.swt.widgets.CoolBar
 
relayout() - Method in class org.eclipse.swt.widgets.ToolBar
 
release() - Method in class org.eclipse.swt.accessibility.Accessible
 
release() - Method in class org.eclipse.swt.accessibility.AccessibleObject
 
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.
release(boolean) - Method in class org.eclipse.swt.widgets.Control
 
release(boolean) - Method in class org.eclipse.swt.widgets.ExpandItem
 
release(boolean) - Method in class org.eclipse.swt.widgets.TabItem
 
release(boolean) - Method in class org.eclipse.swt.widgets.Widget
 
releaseChildren(boolean) - Method in class org.eclipse.swt.widgets.Canvas
 
releaseChildren(boolean) - Method in class org.eclipse.swt.widgets.Composite
 
releaseChildren(boolean) - Method in class org.eclipse.swt.widgets.Decorations
 
releaseChildren(boolean) - Method in class org.eclipse.swt.widgets.ExpandBar
 
releaseChildren(boolean) - Method in class org.eclipse.swt.widgets.Menu
 
releaseChildren(boolean) - Method in class org.eclipse.swt.widgets.MenuItem
 
releaseChildren(boolean) - Method in class org.eclipse.swt.widgets.Scrollable
 
releaseChildren(boolean) - Method in class org.eclipse.swt.widgets.Shell
 
releaseChildren(boolean) - Method in class org.eclipse.swt.widgets.TabFolder
 
releaseChildren(boolean) - Method in class org.eclipse.swt.widgets.Table
 
releaseChildren(boolean) - Method in class org.eclipse.swt.widgets.TaskBar
 
releaseChildren(boolean) - Method in class org.eclipse.swt.widgets.ToolBar
 
releaseChildren(boolean) - Method in class org.eclipse.swt.widgets.Tray
 
releaseChildren(boolean) - Method in class org.eclipse.swt.widgets.Tree
 
releaseChildren(boolean) - Method in class org.eclipse.swt.widgets.TreeItem
 
releaseChildren(boolean) - Method in class org.eclipse.swt.widgets.Widget
 
released - Static variable in class org.eclipse.swt.internal.gtk.OS
 
RELEASED - Static variable in class org.eclipse.swt.widgets.Widget
 
releaseDisplay() - Method in class org.eclipse.swt.widgets.Display
 
releaseHandle() - Method in class org.eclipse.swt.widgets.Button
 
releaseHandle() - Method in class org.eclipse.swt.widgets.Combo
 
releaseHandle() - Method in class org.eclipse.swt.widgets.Composite
 
releaseHandle() - Method in class org.eclipse.swt.widgets.Control
 
releaseHandle() - Method in class org.eclipse.swt.widgets.Decorations
 
releaseHandle() - Method in class org.eclipse.swt.widgets.ExpandItem
 
releaseHandle() - Method in class org.eclipse.swt.widgets.Group
 
releaseHandle() - Method in class org.eclipse.swt.widgets.Label
 
releaseHandle() - Method in class org.eclipse.swt.widgets.Scrollable
 
releaseHandle() - Method in class org.eclipse.swt.widgets.ScrollBar
 
releaseHandle() - Method in class org.eclipse.swt.widgets.Shell
 
releaseHandle() - Method in class org.eclipse.swt.widgets.TabItem
 
releaseHandle() - Method in class org.eclipse.swt.widgets.TableColumn
 
releaseHandle() - Method in class org.eclipse.swt.widgets.TableItem
 
releaseHandle() - Method in class org.eclipse.swt.widgets.TaskItem
 
releaseHandle() - Method in class org.eclipse.swt.widgets.ToolItem
 
releaseHandle() - Method in class org.eclipse.swt.widgets.TrayItem
 
releaseHandle() - Method in class org.eclipse.swt.widgets.TreeColumn
 
releaseHandle() - Method in class org.eclipse.swt.widgets.TreeItem
 
releaseHandle() - Method in class org.eclipse.swt.widgets.Widget
 
releaseItem(TreeItem, boolean) - Method in class org.eclipse.swt.widgets.Tree
 
releaseItems(long) - Method in class org.eclipse.swt.widgets.Tree
 
releaseParent() - Method in class org.eclipse.swt.widgets.Caret
 
releaseParent() - Method in class org.eclipse.swt.widgets.Control
 
releaseParent() - Method in class org.eclipse.swt.widgets.IME
 
releaseParent() - Method in class org.eclipse.swt.widgets.Menu
 
releaseParent() - Method in class org.eclipse.swt.widgets.MenuItem
 
releaseParent() - Method in class org.eclipse.swt.widgets.ScrollBar
 
releaseParent() - Method in class org.eclipse.swt.widgets.Shell
 
releaseParent() - Method in class org.eclipse.swt.widgets.TabItem
 
releaseParent() - Method in class org.eclipse.swt.widgets.TableColumn
 
releaseParent() - Method in class org.eclipse.swt.widgets.Tray
 
releaseParent() - Method in class org.eclipse.swt.widgets.TreeColumn
 
releaseParent() - Method in class org.eclipse.swt.widgets.Widget
 
releaseSessionManager() - Method in class org.eclipse.swt.widgets.Display
 
releaseSynchronizer() - Method in class org.eclipse.swt.widgets.Synchronizer
 
releaseWidget() - Method in class org.eclipse.swt.widgets.Button
 
releaseWidget() - Method in class org.eclipse.swt.widgets.Caret
 
releaseWidget() - Method in class org.eclipse.swt.widgets.Combo
 
releaseWidget() - Method in class org.eclipse.swt.widgets.Composite
 
releaseWidget() - Method in class org.eclipse.swt.widgets.Control
 
releaseWidget() - Method in class org.eclipse.swt.widgets.DateTime
 
releaseWidget() - Method in class org.eclipse.swt.widgets.Decorations
 
releaseWidget() - Method in class org.eclipse.swt.widgets.ExpandItem
 
releaseWidget() - Method in class org.eclipse.swt.widgets.Group
 
releaseWidget() - Method in class org.eclipse.swt.widgets.IME
 
releaseWidget() - Method in class org.eclipse.swt.widgets.Item
 
releaseWidget() - Method in class org.eclipse.swt.widgets.Label
 
releaseWidget() - Method in class org.eclipse.swt.widgets.Link
 
releaseWidget() - Method in class org.eclipse.swt.widgets.List
 
releaseWidget() - Method in class org.eclipse.swt.widgets.Menu
 
releaseWidget() - Method in class org.eclipse.swt.widgets.MenuItem
 
releaseWidget() - Method in class org.eclipse.swt.widgets.ProgressBar
 
releaseWidget() - Method in class org.eclipse.swt.widgets.Sash
 
releaseWidget() - Method in class org.eclipse.swt.widgets.Shell
 
releaseWidget() - Method in class org.eclipse.swt.widgets.Spinner
 
releaseWidget() - Method in class org.eclipse.swt.widgets.TabFolder
 
releaseWidget() - Method in class org.eclipse.swt.widgets.Table
 
releaseWidget() - Method in class org.eclipse.swt.widgets.TableItem
 
releaseWidget() - Method in class org.eclipse.swt.widgets.TaskItem
 
releaseWidget() - Method in class org.eclipse.swt.widgets.Text
 
releaseWidget() - Method in class org.eclipse.swt.widgets.ToolBar
 
releaseWidget() - Method in class org.eclipse.swt.widgets.ToolItem
 
releaseWidget() - Method in class org.eclipse.swt.widgets.ToolTip
 
releaseWidget() - Method in class org.eclipse.swt.widgets.Tracker
 
releaseWidget() - Method in class org.eclipse.swt.widgets.TrayItem
 
releaseWidget() - Method in class org.eclipse.swt.widgets.Tree
 
releaseWidget() - Method in class org.eclipse.swt.widgets.TreeItem
 
releaseWidget() - Method in class org.eclipse.swt.widgets.Widget
 
reload - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
remove() - Method in class org.eclipse.swt.internal.SessionManagerDBus.ShutdownHook
 
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.EventTable
 
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(long, int, int) - Method in class org.eclipse.swt.widgets.Tree
 
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_IDLE_PROC_KEY - Static variable in class org.eclipse.swt.printing.PrintDialog
 
REMOVE_IDLE_PROC_KEY - Static variable in class org.eclipse.swt.widgets.Display
 
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
 
removeAccelerator(long) - Method in class org.eclipse.swt.widgets.MenuItem
 
removeAccelerators(long) - Method in class org.eclipse.swt.widgets.Menu
 
removeAccelerators(long) - Method in class org.eclipse.swt.widgets.MenuItem
 
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.
removeAuthenticationListener(AuthenticationListener) - Method in class org.eclipse.swt.browser.WebBrowser
 
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.
removeCloseWindowListener(CloseWindowListener) - Method in class org.eclipse.swt.browser.WebBrowser
 
removeControl(Control) - Method in class org.eclipse.swt.widgets.Composite
 
removeControl(Control) - Method in class org.eclipse.swt.widgets.CoolBar
 
removeControl(Control) - Method in class org.eclipse.swt.widgets.TabFolder
 
removeControl(Control) - Method in class org.eclipse.swt.widgets.ToolBar
 
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.
removeFirst() - Method in class org.eclipse.swt.widgets.Synchronizer
 
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.
removeGdkEvent() - Method in class org.eclipse.swt.widgets.Display
 
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.
removeId(int) - Static method in class org.eclipse.swt.browser.WebKit.Webkit2AsyncToSync.CallBackMap
 
removeIdleProc() - Method in class org.eclipse.swt.widgets.Display
 
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.
removeIndices(int, int, int, boolean) - Method in class org.eclipse.swt.custom.Bullet
 
removeItemFromRow(CoolItem, int, boolean) - Method in class org.eclipse.swt.widgets.CoolBar
Remove the item from the row.
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, EventListener) - 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, SWTEventListener) - Method in class org.eclipse.swt.widgets.Widget
Deprecated, for removal: This API element is subject to removal in a future version.
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.
removeLocationListener(LocationListener) - Method in class org.eclipse.swt.browser.WebBrowser
 
removeMenu(Menu) - Method in class org.eclipse.swt.widgets.Decorations
 
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.
removeMouseHoverTimeout(long) - Method in class org.eclipse.swt.widgets.Display
 
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.
removeObject(int) - Static method in class org.eclipse.swt.browser.WebKit.Webkit2AsyncToSync.CallBackMap
 
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.
removeOpenWindowListener(OpenWindowListener) - Method in class org.eclipse.swt.browser.WebBrowser
 
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.
removePopup(Menu) - Method in class org.eclipse.swt.widgets.Display
 
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.
removeProgressListener(ProgressListener) - Method in class org.eclipse.swt.browser.WebBrowser
 
removeRelation() - Method in class org.eclipse.swt.widgets.Control
 
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.
removeRelation(int, Accessible) - Method in class org.eclipse.swt.accessibility.AccessibleObject
 
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.
removeStatusTextListener(StatusTextListener) - Method in class org.eclipse.swt.browser.WebBrowser
 
removeTabControl(Control) - Method in class org.eclipse.swt.custom.CTabFolder
Removes the control from the list of tab controls.
removeTabControl(Control, boolean) - Method in class org.eclipse.swt.custom.CTabFolder
 
removeTextChangeListener(TextChangeListener) - Method in class org.eclipse.swt.custom.DefaultContent
Removes the specified TextChangeListener.
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.
removeTitleListener(TitleListener) - Method in class org.eclipse.swt.browser.WebBrowser
 
removeTooTip(ToolTip) - Method in class org.eclipse.swt.widgets.Shell
 
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.
removeTypedListener(int, EventListener) - 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.
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.Spinner
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.
removeVisibilityWindowListener(VisibilityWindowListener) - Method in class org.eclipse.swt.browser.WebBrowser
 
removeWidget(long) - Method in class org.eclipse.swt.widgets.Display
 
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
 
renderAllBackgrounds(long, long) - Static method in class org.eclipse.swt.widgets.Display
What user sees is a combination of multiple layers.
renderer - Variable in class org.eclipse.swt.custom.CTabFolder
 
renderer - Variable in class org.eclipse.swt.custom.StyledText
 
rendererClassInitCallback - Static variable in class org.eclipse.swt.widgets.Display
 
rendererClassInitProc - Static variable in class org.eclipse.swt.widgets.Display
 
rendererClassInitProc(long, long) - Static method in class org.eclipse.swt.widgets.Display
 
rendererGetPreferredWidthCallback - Static variable in class org.eclipse.swt.widgets.Display
 
rendererGetPreferredWidthProc - Static variable in class org.eclipse.swt.widgets.Display
 
rendererGetPreferredWidthProc(long, long, long, long) - Static method in class org.eclipse.swt.widgets.Display
 
rendererGetPreferredWidthProc(long, long, long, long) - Method in class org.eclipse.swt.widgets.Table
 
rendererGetPreferredWidthProc(long, long, long, long) - Method in class org.eclipse.swt.widgets.Tree
 
rendererGetPreferredWidthProc(long, long, long, long) - Method in class org.eclipse.swt.widgets.Widget
 
rendererRender(long, long, long, long, long, long, long, long) - Method in class org.eclipse.swt.widgets.Table
 
rendererRender(long, long, long, long, long, long, long, long) - Method in class org.eclipse.swt.widgets.Tree
 
rendererRenderCallback - Static variable in class org.eclipse.swt.widgets.Display
 
rendererRenderProc - Static variable in class org.eclipse.swt.widgets.Display
 
rendererRenderProc(long, long, long, long, long, long) - Static method in class org.eclipse.swt.widgets.Display
 
rendererRenderProc(long, long, long, long, long, long) - Method in class org.eclipse.swt.widgets.Table
 
rendererRenderProc(long, long, long, long, long, long) - Method in class org.eclipse.swt.widgets.Tree
 
rendererRenderProc(long, long, long, long, long, long) - Method in class org.eclipse.swt.widgets.Widget
 
rendererSnapshotCallback - Static variable in class org.eclipse.swt.widgets.Display
 
rendererSnapshotProc - Static variable in class org.eclipse.swt.widgets.Display
 
rendererSnapshotProc(long, long, long, long, long, long) - Static method in class org.eclipse.swt.widgets.Display
 
rendererSnapshotProc(long, long, long, long, long, long) - Method in class org.eclipse.swt.widgets.Table
 
rendererSnapshotProc(long, long, long, long, long, long) - Method in class org.eclipse.swt.widgets.Tree
 
rendererSnapshotProc(long, long, long, long, long, long) - Method in class org.eclipse.swt.widgets.Widget
 
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").
repeatCount - Variable in class org.eclipse.swt.internal.image.GIFFileFormat
 
replaceCharCount - Variable in class org.eclipse.swt.custom.StyledTextEvent
 
replaceCharCount - Variable in class org.eclipse.swt.custom.TextChangingEvent
Length of text that is going to be replaced
replaceCurrentlySelectedTextRegion(String) - Method in class org.eclipse.swt.widgets.DateTime
 
replacedText - Variable in class org.eclipse.swt.custom.ExtendedModifyEvent
replaced text or empty string if no text was replaced
replaceExpandExp - Variable in class org.eclipse.swt.custom.DefaultContent
 
replaceLineCount - Variable in class org.eclipse.swt.custom.StyledTextEvent
 
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.DefaultContent
Replaces the text with newText starting at position start for a length of replaceLength.
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".
reporting - Variable in class org.eclipse.swt.graphics.Resource.ResourceTracker
Controls whether the Resource.nonDisposedReporter should be notified
requestedHeight - Variable in class org.eclipse.swt.internal.SWTGeometry
 
requestedWidth - Variable in class org.eclipse.swt.internal.SWTGeometry
 
requestedWidth - Variable in class org.eclipse.swt.widgets.CoolItem
 
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
 
RequestProc - Static variable in class org.eclipse.swt.browser.WebKit
 
RequestProc(long, long) - Static method in class org.eclipse.swt.browser.WebKit
 
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.
requiresUngrab() - Method in class org.eclipse.swt.widgets.Shell
 
reset() - Method in class org.eclipse.swt.custom.StyledText
Resets the caret position, selection and scroll offsets.
reset() - Method in class org.eclipse.swt.custom.StyledTextRenderer
 
reset() - Method in class org.eclipse.swt.graphics.ImageLoader
Resets the fields of the ImageLoader, except for the imageLoaderListeners field.
reset() - Static method in class org.eclipse.swt.internal.Callback
Immediately wipes out all native level state associated with all callbacks.
reset(int, int) - Method in class org.eclipse.swt.custom.StyledTextRenderer
 
reset(Set) - Method in class org.eclipse.swt.custom.StyledTextRenderer
 
reset_input_controller(JPEGDecoder.jpeg_decompress_struct) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
reset_marker_reader(JPEGDecoder.jpeg_decompress_struct) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
resetBidiData() - Method in class org.eclipse.swt.custom.StyledText
 
resetCache(int, int) - Method in class org.eclipse.swt.custom.StyledText
 
resetCache(SortedSet) - Method in class org.eclipse.swt.custom.StyledText
 
resetCaretTiming() - Method in class org.eclipse.swt.widgets.Display
 
resetChevronFont() - Method in class org.eclipse.swt.custom.CTabFolderRenderer
 
resetClipping() - Method in class org.eclipse.swt.graphics.GC
 
resetCustomDraw() - Method in class org.eclipse.swt.widgets.Table
 
resetCustomDraw() - Method in class org.eclipse.swt.widgets.Tree
 
RESETED_SIZE - Static variable in class org.eclipse.swt.custom.StyledTextRenderer.LineSizeInfo
 
resetInputBuffer() - Method in class org.eclipse.swt.internal.image.JPEGFileFormat
 
resetOutputBuffer() - Method in class org.eclipse.swt.internal.image.JPEGFileFormat
 
resetSelection() - Method in class org.eclipse.swt.custom.StyledText
Resets the selection.
resetSize() - Method in class org.eclipse.swt.custom.StyledTextRenderer.LineSizeInfo
Reset the line size.
residualHeight - Variable in class org.eclipse.swt.graphics.Rectangle.OfFloat
 
residualWidth - Variable in class org.eclipse.swt.graphics.Rectangle.OfFloat
 
residualX - Variable in class org.eclipse.swt.graphics.Point.OfFloat
 
residualX - Variable in class org.eclipse.swt.graphics.Rectangle.OfFloat
 
residualY - Variable in class org.eclipse.swt.graphics.Point.OfFloat
 
residualY - Variable in class org.eclipse.swt.graphics.Rectangle.OfFloat
 
resize - Static variable in class org.eclipse.swt.internal.gtk.OS
 
resize() - Method in class org.eclipse.swt.custom.TableEditor
 
resize() - Method in class org.eclipse.swt.custom.TreeEditor
 
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).
RESIZE_ON_GETCLIENTAREA - Static variable in class org.eclipse.swt.widgets.Scrollable
See bug 484682
resizeBounds(int, int, boolean) - Method in class org.eclipse.swt.widgets.Shell
 
resizeBoundsHeight - Variable in class org.eclipse.swt.widgets.Display
 
resizeBoundsWidth - Variable in class org.eclipse.swt.widgets.Display
 
resizeBoundsX - Variable in class org.eclipse.swt.widgets.Display
 
resizeBoundsY - Variable in class org.eclipse.swt.widgets.Display
 
resizeCalculationsGTK3(long, int, int) - Method in class org.eclipse.swt.widgets.Combo
 
resizeCalculationsGTK3(long, int, int) - Method in class org.eclipse.swt.widgets.Control
 
resizeCalculationsGTK3(long, int, int) - Method in class org.eclipse.swt.widgets.ProgressBar
 
resizeCalculationsGTK3(long, int, int) - Method in class org.eclipse.swt.widgets.Scale
 
resizeCalculationsGTK3(long, int, int) - Method in class org.eclipse.swt.widgets.Table
 
resizeCalculationsGTK3(long, int, int) - Method in class org.eclipse.swt.widgets.Tree
 
resizeCallback - Variable in class org.eclipse.swt.widgets.Display
 
resizeControl() - Method in class org.eclipse.swt.widgets.ExpandItem
 
resizeControl() - Method in class org.eclipse.swt.widgets.ToolItem
 
resizeCursor - Variable in class org.eclipse.swt.custom.CBanner
 
resized - Variable in class org.eclipse.swt.widgets.Shell
 
RESIZED - Static variable in class org.eclipse.swt.widgets.Widget
 
resizeHandle(int, int) - Method in class org.eclipse.swt.widgets.Button
 
resizeHandle(int, int) - Method in class org.eclipse.swt.widgets.Composite
 
resizeHandle(int, int) - Method in class org.eclipse.swt.widgets.Control
 
resizeHandle(int, int) - Method in class org.eclipse.swt.widgets.Label
 
resizeHandle(int, int) - Method in class org.eclipse.swt.widgets.Scrollable
 
resizeHandle(int, int) - Method in class org.eclipse.swt.widgets.ToolItem
 
resizeListener - Variable in class org.eclipse.swt.custom.TableCursor
 
resizeListener - Variable in class org.eclipse.swt.custom.TreeCursor
 
resizeLocationX - Variable in class org.eclipse.swt.widgets.Display
 
resizeLocationY - Variable in class org.eclipse.swt.widgets.Display
 
resizeMode - Variable in class org.eclipse.swt.widgets.Display
 
resizeProc - Variable in class org.eclipse.swt.widgets.Display
 
resizeProc(long, int, int) - Method in class org.eclipse.swt.widgets.Display
 
resizeRectangles(int, int) - Method in class org.eclipse.swt.widgets.Tracker
 
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.
reskinChildren(int) - Method in class org.eclipse.swt.widgets.Canvas
 
reskinChildren(int) - Method in class org.eclipse.swt.widgets.Composite
 
reskinChildren(int) - Method in class org.eclipse.swt.widgets.CoolBar
 
reskinChildren(int) - Method in class org.eclipse.swt.widgets.Decorations
 
reskinChildren(int) - Method in class org.eclipse.swt.widgets.ExpandBar
 
reskinChildren(int) - Method in class org.eclipse.swt.widgets.Menu
 
reskinChildren(int) - Method in class org.eclipse.swt.widgets.MenuItem
 
reskinChildren(int) - Method in class org.eclipse.swt.widgets.Scrollable
 
reskinChildren(int) - Method in class org.eclipse.swt.widgets.Shell
 
reskinChildren(int) - Method in class org.eclipse.swt.widgets.TabFolder
 
reskinChildren(int) - Method in class org.eclipse.swt.widgets.Table
 
reskinChildren(int) - Method in class org.eclipse.swt.widgets.TaskBar
 
reskinChildren(int) - Method in class org.eclipse.swt.widgets.ToolBar
 
reskinChildren(int) - Method in class org.eclipse.swt.widgets.Tray
 
reskinChildren(int) - Method in class org.eclipse.swt.widgets.Tree
 
reskinChildren(int) - Method in class org.eclipse.swt.widgets.Widget
 
reskinWidget() - Method in class org.eclipse.swt.widgets.Widget
 
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
 
Resource(Device) - Constructor for class org.eclipse.swt.graphics.Resource
 
RESOURCE_SIZE - Static variable in class org.eclipse.swt.widgets.Display
 
Resource.ResourceTracker - Class in org.eclipse.swt.graphics
Used to track not disposed SWT resource.
Resource.ResourceTrackerThreadFactory - Class in org.eclipse.swt.graphics
 
resources - Variable in class org.eclipse.swt.custom.StyledText.Printing
 
resources - Variable in class org.eclipse.swt.widgets.Display
 
ResourceTracker(Error) - Constructor for class org.eclipse.swt.graphics.Resource.ResourceTracker
 
ResourceTrackerThreadFactory() - Constructor for class org.eclipse.swt.graphics.Resource.ResourceTrackerThreadFactory
 
response - Static variable in class org.eclipse.swt.internal.gtk.OS
 
responseID - Static variable in class org.eclipse.swt.internal.SyncDialogUtil
 
restackWindow(long, long, boolean) - Method in class org.eclipse.swt.widgets.Control
GTK3 only, do not call on GTK4.
restart_interval - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
restartInterval - Variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
restarts_to_go - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.huff_entropy_decoder
 
restarts_to_go - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.phuff_entropy_decoder
 
restartsToGo - Variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
restore(byte[], long, long) - Static method in class org.eclipse.swt.printing.Printer
 
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) - 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.
restoreBoolean(String) - Static method in class org.eclipse.swt.printing.Printer
 
restoreBytes(String, boolean) - Static method in class org.eclipse.swt.printing.Printer
 
restoreDouble(String) - Static method in class org.eclipse.swt.printing.Printer
 
restoreFocus() - Method in class org.eclipse.swt.widgets.Decorations
 
restoreInt(String) - Static method in class org.eclipse.swt.printing.Printer
 
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).
return_error(long) - Method in class org.eclipse.swt.dnd.GdkContentDeserializer
 
return_error(long) - Method in class org.eclipse.swt.dnd.GdkContentSerializer
 
return_success() - Method in class org.eclipse.swt.dnd.GdkContentDeserializer
 
return_success() - Method in class org.eclipse.swt.dnd.GdkContentSerializer
 
returnValue - Variable in class org.eclipse.swt.browser.WebKit.Webkit2AsyncToSync.Webkit2AsyncReturnObj
 
RevertToParent - Static variable in class org.eclipse.swt.internal.gtk.OS
 
REVISION - Static variable in class org.eclipse.swt.internal.Library
SWT revision number (must be >= 0)
rgb - Variable in class org.eclipse.swt.graphics.RGBA
the RGB component of the RGBA
rgb - Variable in class org.eclipse.swt.widgets.ColorDialog
 
rgb - Variable in class org.eclipse.swt.widgets.FontDialog
 
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 - Static variable in class org.eclipse.swt.dnd.ImageTransfer
 
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.
RGB_BLUE - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
RGB_DATA_LENGTH - Static variable in class org.eclipse.swt.internal.image.PngTrnsChunk
 
RGB_GREEN - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
RGB_ID - Static variable in class org.eclipse.swt.dnd.ImageTransfer
 
RGB_PIXELSIZE - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
RGB_RED - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
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.
rgbs - Variable in class org.eclipse.swt.widgets.ColorDialog
 
right - Variable in class org.eclipse.swt.custom.CBanner
 
right - Variable in class org.eclipse.swt.internal.gtk.GtkBorder
 
right - Variable in class org.eclipse.swt.internal.image.LZWNode
 
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.custom.StyledText.Printing
 
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).
rightCaretBitmap - Variable in class org.eclipse.swt.custom.StyledText
 
rightDragDisplacement - Variable in class org.eclipse.swt.custom.CBanner
 
rightMargin - Variable in class org.eclipse.swt.accessibility.AccessibleAttributeEvent
[out] the right margin in pixels
rightMargin - Variable in class org.eclipse.swt.custom.CLabel
 
rightMargin - Variable in class org.eclipse.swt.custom.StyledText
 
rightMinHeight - Variable in class org.eclipse.swt.custom.CBanner
 
rightMinWidth - Variable in class org.eclipse.swt.custom.CBanner
 
rightWidth - Variable in class org.eclipse.swt.custom.CBanner
 
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, for removal: This API element is subject to removal in a future version.
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.
rotateGesture - Variable in class org.eclipse.swt.widgets.Control
 
rotateProc(long, double, double, long) - Static method in class org.eclipse.swt.widgets.Control
 
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(float) - Method in enum class org.eclipse.swt.graphics.RoundingMode
 
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.
ROUND - Enum constant in enum class org.eclipse.swt.graphics.RoundingMode
 
roundingMode - Variable in class org.eclipse.swt.graphics.Point.OfFloat
 
RoundingMode - Enum Class in org.eclipse.swt.graphics
 
RoundingMode() - Constructor for enum class org.eclipse.swt.graphics.RoundingMode
 
roundUpToMultiple(int, int) - Method in class org.eclipse.swt.internal.image.JPEGFrameHeader
 
row - Variable in class org.eclipse.swt.accessibility.AccessibleTableEvent
 
row - Variable in class org.eclipse.swt.custom.TableCursor
 
row - Variable in class org.eclipse.swt.custom.TreeCursor
 
row_activated - Static variable in class org.eclipse.swt.internal.gtk.OS
 
ROW_ACTIVATED - Static variable in class org.eclipse.swt.widgets.Widget
 
row_changed - Static variable in class org.eclipse.swt.internal.gtk.OS
 
row_ctr - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
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_DELETED - Static variable in class org.eclipse.swt.widgets.Widget
 
row_has_child_toggled - Static variable in class org.eclipse.swt.internal.gtk.OS
 
ROW_HAS_CHILD_TOGGLED - Static variable in class org.eclipse.swt.widgets.Widget
 
row_index - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_color_quantizer
 
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_INSERTED - Static variable in class org.eclipse.swt.widgets.Widget
 
row_reordered - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTableIface
 
ROW_SPACING - Static variable in class org.eclipse.swt.widgets.CoolBar
 
rowActivated - Variable in class org.eclipse.swt.widgets.List
 
rowActivated - Variable in class org.eclipse.swt.widgets.Table
 
rowActivated - Variable in class org.eclipse.swt.widgets.Tree
 
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.
rowgroup_ctr - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_d_main_controller
 
rowgroup_height - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_upsampler
 
rowgroups_avail - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_d_main_controller
 
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.
rows_to_go - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_upsampler
 
rowSize - Variable in class org.eclipse.swt.internal.image.TIFFModifiedHuffmanCodec
 
rowsPerStrip - Variable in class org.eclipse.swt.internal.image.TIFFDirectory
 
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.
RTFTransfer() - Constructor for class org.eclipse.swt.dnd.RTFTransfer
 
RTFWriter - Class in org.eclipse.swt.custom
The RTFWriter class is used to write styled content as rich text.
RTFWriter(StyledText, int, int) - Constructor for class org.eclipse.swt.custom.RTFWriter
 
RTL_MARK - Static variable in class org.eclipse.swt.graphics.TextLayout
 
RTL_MARK - Static variable in class org.eclipse.swt.widgets.Text
 
run() - Method in class org.eclipse.swt.custom.StyledText.Printing
Starts a print job and prints the pages specified in the constructor.
run() - Method in class org.eclipse.swt.graphics.Resource.ResourceTracker
 
run() - Method in class org.eclipse.swt.internal.SessionManagerDBus.ShutdownHook
 
run() - Method in interface org.eclipse.swt.SwtRunnable
runs a given action, or throws an exception.
run(GAsyncReadyCallbackHelper.Async) - Static method in class org.eclipse.swt.internal.GAsyncReadyCallbackHelper
 
run(Display) - Method in class org.eclipse.swt.widgets.RunnableLock
 
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
run(Display, AsyncReadyCallback) - Static method in class org.eclipse.swt.internal.SyncDialogUtil
This method implements the AsyncReadyCallback mechanism that is used in GTK4.
runAsyncMessages() - Method in class org.eclipse.swt.widgets.Synchronizer
 
runAsyncMessages(boolean) - Method in class org.eclipse.swt.widgets.Display
 
runAsyncMessages(boolean) - Method in class org.eclipse.swt.widgets.Synchronizer
 
runDeferredEvents() - Method in class org.eclipse.swt.widgets.Display
 
runDeferredLayouts() - Method in class org.eclipse.swt.widgets.Display
 
runIfStrictChecksEnabled(Runnable) - Static method in class org.eclipse.swt.internal.StrictChecks
 
runjavascript(String, Browser, long) - Static method in class org.eclipse.swt.browser.WebKit.Webkit2AsyncToSync
Run javascript, wait for a return value.
runjavascript_callback - Static variable in class org.eclipse.swt.browser.WebKit.Webkit2AsyncToSync
 
runnable - Variable in class org.eclipse.swt.widgets.RunnableLock
 
RunnableLock - Class in org.eclipse.swt.widgets
Instances of this class are used to ensure that an application cannot interfere with the locking mechanism used to implement asynchronous and synchronous communication between widgets and background threads.
RunnableLock(Runnable) - Constructor for class org.eclipse.swt.widgets.RunnableLock
 
runPopups() - Method in class org.eclipse.swt.widgets.Display
 
runs - Variable in class org.eclipse.swt.internal.gtk.PangoLayoutLine
 
runSettings - Variable in class org.eclipse.swt.widgets.Display
 
runSettings() - Method in class org.eclipse.swt.widgets.Display
 
runSkin() - Method in class org.eclipse.swt.widgets.Display
 
RUNTIME_ERROR_HANDLER - Static variable in class org.eclipse.swt.internal.DefaultExceptionHandler
 
RUNTIME_EXCEPTION_HANDLER - Static variable in class org.eclipse.swt.internal.DefaultExceptionHandler
 
runtimeExceptionHandler - Variable in class org.eclipse.swt.widgets.Display
 
runUpdate() - Method in class org.eclipse.swt.custom.CTabFolder
 
runWithAutoScaleValue(String, Runnable) - Static method in class org.eclipse.swt.internal.DPIUtil
 
runWithStrictChecksDisabled(Runnable) - Static method in class org.eclipse.swt.internal.StrictChecks
 
RYTable - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 

S

sample_range_limit - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
sample_range_limit_offset - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
sampleBuffers - Variable in class org.eclipse.swt.opengl.GLData
The number of multisample buffers used by this context.
samplePrecision - Variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
samples - Variable in class org.eclipse.swt.opengl.GLData
The number of samples accepted in the multisample buffer.
samplesPerPixel - Variable in class org.eclipse.swt.internal.image.TIFFDirectory
 
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.
sashes - Variable in class org.eclipse.swt.custom.SashForm
 
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.
SashFormData - Class in org.eclipse.swt.custom
 
SashFormData() - Constructor for class org.eclipse.swt.custom.SashFormData
 
SashFormLayout - Class in org.eclipse.swt.custom
This class provides the layout for SashForm
SashFormLayout() - Constructor for class org.eclipse.swt.custom.SashFormLayout
 
sashListener - Variable in class org.eclipse.swt.custom.SashForm
 
sashStyle - Variable in class org.eclipse.swt.custom.SashForm
 
savable_state() - Constructor for class org.eclipse.swt.internal.image.JPEGDecoder.savable_state
 
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(OutputStream, int, ImageLoader) - Static method in class org.eclipse.swt.internal.NativeImageLoader
 
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).
saved - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.huff_entropy_decoder
 
saved - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.phuff_entropy_decoder
 
SAVED_COEFS - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
savedDay - Variable in class org.eclipse.swt.widgets.DateTime
 
saveDefault - Variable in class org.eclipse.swt.widgets.Decorations
 
savedFocus - Variable in class org.eclipse.swt.widgets.Decorations
 
savedMonth - Variable in class org.eclipse.swt.widgets.DateTime
 
savedYear - Variable in class org.eclipse.swt.widgets.DateTime
 
saveResources() - Method in class org.eclipse.swt.widgets.Display
 
saw_Adobe_marker - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
saw_JFIF_marker - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
saw_SOF - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_marker_reader
 
saw_SOI - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_marker_reader
 
sb - Variable in class org.eclipse.swt.browser.JSON.Reader
 
sb - Variable in class org.eclipse.swt.browser.JSON.Writer
 
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
 
scale_denom - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
scale_num - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
SCALEBITS - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
scaleBy(int) - Method in class org.eclipse.swt.internal.image.JPEGQuantizationTable
 
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.
scaleImage(Device, ImageData, DPIUtil.ImageDrawFunction, int, int) - Static method in class org.eclipse.swt.internal.DPIUtil
 
scaleImageData(Device, ImageData, int, int) - Static method in class org.eclipse.swt.internal.DPIUtil
Auto-scale image with ImageData
scaleImageData(Device, DPIUtil.ElementAtZoom, int) - Static method in class org.eclipse.swt.internal.DPIUtil
 
scaleSurface(Image, int, int) - Method in class org.eclipse.swt.internal.ImageList
 
scanHeader - Variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
scanlinePad - Variable in class org.eclipse.swt.graphics.ImageData
The scanline padding.
scope - Variable in class org.eclipse.swt.custom.StyledText.Printing
 
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
 
screenHeight - Variable in class org.eclipse.swt.internal.image.GIFFileFormat
 
screenWidth - Variable in class org.eclipse.swt.internal.image.GIFFileFormat
 
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(Event) - Method in class org.eclipse.swt.custom.ControlEditor
 
SCROLL - Static variable in class org.eclipse.swt.widgets.Widget
 
SCROLL_BEGIN - Static variable in class org.eclipse.swt.widgets.Widget
 
scroll_child - Static variable in class org.eclipse.swt.internal.gtk.OS
 
SCROLL_CHILD - Static variable in class org.eclipse.swt.widgets.Widget
 
SCROLL_END - Static variable in class org.eclipse.swt.widgets.Widget
 
scroll_event - Static variable in class org.eclipse.swt.internal.gtk.OS
 
SCROLL_EVENT - Static variable in class org.eclipse.swt.widgets.Widget
 
SCROLL_HYSTERESIS - Static variable in class org.eclipse.swt.custom.StyledTextDropTargetEffect
 
SCROLL_HYSTERESIS - Static variable in class org.eclipse.swt.dnd.TableDropTargetEffect
 
SCROLL_HYSTERESIS - Static variable in class org.eclipse.swt.dnd.TreeDropTargetEffect
 
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_TOLERANCE - Static variable in class org.eclipse.swt.custom.StyledTextDropTargetEffect
 
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() - Constructor for class org.eclipse.swt.widgets.Scrollable
Prevents uninitialized instances from being created outside the package.
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() - Constructor for class org.eclipse.swt.widgets.ScrollBar
 
ScrollBar(Scrollable, int) - Constructor for class org.eclipse.swt.widgets.ScrollBar
Creates a new instance of the widget.
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
 
scrollbarListener - Variable in class org.eclipse.swt.custom.ControlEditor
 
scrollBarSize(long) - Method in class org.eclipse.swt.widgets.Scrollable
 
scrollBeginTime - Variable in class org.eclipse.swt.custom.StyledTextDropTargetEffect
 
scrollBeginTime - Variable in class org.eclipse.swt.dnd.TableDropTargetEffect
 
scrollBeginTime - Variable in class org.eclipse.swt.dnd.TreeDropTargetEffect
 
scrollCallback - Variable in class org.eclipse.swt.widgets.Display
 
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.
ScrolledCompositeLayout - Class in org.eclipse.swt.custom
This class provides the layout for ScrolledComposite
ScrolledCompositeLayout() - Constructor for class org.eclipse.swt.custom.ScrolledCompositeLayout
 
scrolledHandle - Variable in class org.eclipse.swt.widgets.Scrollable
 
scrollHorizontal(int, boolean) - Method in class org.eclipse.swt.custom.StyledText
Scrolls the widget horizontally.
scrollIfNotVisible(byte[], byte[], boolean) - Method in class org.eclipse.swt.widgets.Text
Methods that insert or select text should not modify the topIndex of the viewer.
scrollIndex - Variable in class org.eclipse.swt.dnd.TableDropTargetEffect
 
scrollIndex - Variable in class org.eclipse.swt.dnd.TreeDropTargetEffect
 
scrollProc - Variable in class org.eclipse.swt.widgets.Display
 
scrollProc(long, double, double, long) - Method in class org.eclipse.swt.widgets.Display
 
scrollProc(long, double, double, long) - Method in class org.eclipse.swt.widgets.Widget
 
scrollText(int, int) - Method in class org.eclipse.swt.custom.StyledText
 
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.
scrollType - Variable in class org.eclipse.swt.widgets.Slider
 
scrollVertical(int, boolean) - Method in class org.eclipse.swt.custom.StyledText
Scrolls the widget vertically.
scrollX - Variable in class org.eclipse.swt.custom.StyledTextDropTargetEffect
 
scrollY - Variable in class org.eclipse.swt.custom.StyledTextDropTargetEffect
 
Se - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
search(long, Supplier, Consumer) - Method in class org.eclipse.swt.browser.WebKit
 
SEARCH - Static variable in class org.eclipse.swt.SWT
Style constant for search behavior (value is 1<<7).
searchEnabled() - Method in class org.eclipse.swt.widgets.List
 
searchEnabled() - Method in class org.eclipse.swt.widgets.Table
 
searchEnabled() - Method in class org.eclipse.swt.widgets.Tree
 
searchShell - Variable in class org.eclipse.swt.browser.WebKit
 
searchShellLocation - Variable in class org.eclipse.swt.browser.WebKit
 
searchText - Variable in class org.eclipse.swt.browser.WebKit
 
seconds - Variable in class org.eclipse.swt.widgets.DateTime
 
section - Variable in class org.eclipse.swt.widgets.MenuItem
 
Section() - Constructor for class org.eclipse.swt.widgets.Menu.Section
 
Section(long) - Constructor for class org.eclipse.swt.widgets.Menu.Section
 
Section(MenuItem) - Constructor for class org.eclipse.swt.widgets.Menu.Section
 
sectionHandle - Variable in class org.eclipse.swt.widgets.Menu.Section
 
sectionItems - Variable in class org.eclipse.swt.widgets.Menu.Section
 
sections - Variable in class org.eclipse.swt.widgets.Menu
 
seek(int) - Method in class org.eclipse.swt.internal.image.TIFFRandomFileAccess
 
seekUnspecifiedMarker(LEDataInputStream) - Static method in class org.eclipse.swt.internal.image.JPEGFileFormat
 
SEGMENT_CHARS - Static variable in class org.eclipse.swt.custom.StyledTextRenderer
 
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.custom.StyledTextRenderer.LineInfo
 
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.graphics.TextLayout
 
segments - Variable in class org.eclipse.swt.widgets.Event
Bidi segment offsets
segments - Variable in class org.eclipse.swt.widgets.Text
 
Segments - Static variable in class org.eclipse.swt.SWT
The segments event type (value is 49).
SEGMENTS - Static variable in class org.eclipse.swt.custom.StyledTextRenderer
 
segmentsChars - Variable in class org.eclipse.swt.custom.StyledTextRenderer.LineInfo
 
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.graphics.TextLayout
 
segmentsChars - Variable in class org.eclipse.swt.widgets.Event
Characters to be applied on the segment boundaries
selAttrList - Variable in class org.eclipse.swt.graphics.TextLayout
 
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 - Static variable in class org.eclipse.swt.widgets.Widget
 
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.DateTime
 
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 - Variable in class org.eclipse.swt.widgets.Button
 
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
 
selectedDataType - Variable in class org.eclipse.swt.dnd.DropTarget
 
selectedIndex - Variable in class org.eclipse.swt.custom.CTabFolder
 
selectedInnerColor - Variable in class org.eclipse.swt.custom.CTabFolderRenderer
 
selectedItem - Variable in class org.eclipse.swt.widgets.Menu
 
selectedOperation - Variable in class org.eclipse.swt.dnd.DropTarget
 
selectedOuterColor - Variable in class org.eclipse.swt.custom.CTabFolderRenderer
 
selectField(DateFormat.Field) - Method in class org.eclipse.swt.widgets.DateTime
selects the first occurrence of the given field
selectField(FieldPosition) - Method in class org.eclipse.swt.widgets.DateTime
Selects the given field at the given start/end coordinates
selectFocusIndex(int) - Method in class org.eclipse.swt.widgets.List
 
selectFocusIndex(int) - Method in class org.eclipse.swt.widgets.Table
 
selection - Variable in class org.eclipse.swt.custom.StyledText.Printing
 
selection - Variable in class org.eclipse.swt.custom.StyledText
 
selection - Variable in class org.eclipse.swt.widgets.Link
 
selection - Variable in class org.eclipse.swt.widgets.ProgressBar
 
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_BACKGROUND - Static variable in class org.eclipse.swt.custom.CTabFolder
 
SELECTION_BACKGROUND - Static variable in class org.eclipse.swt.custom.ViewForm
 
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_COMPARATOR - Static variable in class org.eclipse.swt.custom.StyledText
 
selection_done - Static variable in class org.eclipse.swt.internal.gtk.OS
 
SELECTION_DONE - Static variable in class org.eclipse.swt.widgets.Widget
 
SELECTION_FOREGROUND - Static variable in class org.eclipse.swt.custom.CTabFolder
 
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
 
selectionAnchors - Variable in class org.eclipse.swt.custom.StyledText
 
selectionBackground - Variable in class org.eclipse.swt.custom.CTabFolder
 
selectionBackground - Variable in class org.eclipse.swt.custom.StyledText
 
selectionBackground - Variable in class org.eclipse.swt.custom.ViewForm
 
selectionBgImage - Variable in class org.eclipse.swt.custom.CTabFolder
 
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.
selectionChanged() - Method in class org.eclipse.swt.accessibility.AccessibleObject
 
selectionCountOnPress - Variable in class org.eclipse.swt.widgets.List
 
selectionCountOnPress - Variable in class org.eclipse.swt.widgets.Table
 
selectionCountOnPress - Variable in class org.eclipse.swt.widgets.Tree
 
selectionCountOnRelease - Variable in class org.eclipse.swt.widgets.List
 
selectionCountOnRelease - Variable in class org.eclipse.swt.widgets.Table
 
selectionCountOnRelease - Variable in class org.eclipse.swt.widgets.Tree
 
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.
selectionForeground - Variable in class org.eclipse.swt.custom.CTabFolder
 
selectionForeground - Variable in class org.eclipse.swt.custom.CTabItem
 
selectionForeground - Variable in class org.eclipse.swt.custom.StyledText
 
selectionGradientColors - Variable in class org.eclipse.swt.custom.CTabFolder
 
selectionGradientPercents - Variable in class org.eclipse.swt.custom.CTabFolder
 
selectionGradientVertical - Variable in class org.eclipse.swt.custom.CTabFolder
 
selectionHighlightBarThickness - Variable in class org.eclipse.swt.custom.CTabFolder
 
selectionHighlightGradientBegin - Variable in class org.eclipse.swt.custom.CTabFolderRenderer
 
selectionHighlightGradientColorsCache - Variable in class org.eclipse.swt.custom.CTabFolderRenderer
 
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.
selectRadio() - Method in class org.eclipse.swt.widgets.Button
 
selectRadio() - Method in class org.eclipse.swt.widgets.MenuItem
 
selectRadio() - Method in class org.eclipse.swt.widgets.ToolItem
 
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
 
sendAccessibleTextCaretMoved() - Method in class org.eclipse.swt.custom.StyledText
 
sendAccessibleTextChanged(int, int, int) - Method in class org.eclipse.swt.custom.StyledText
 
sendDragEvent(int, int, int, int, boolean) - Method in class org.eclipse.swt.widgets.Control
 
sendEndSessionResponse(boolean, String, long) - Method in class org.eclipse.swt.internal.SessionManagerDBus
 
sendEvent(int) - Method in class org.eclipse.swt.widgets.Widget
 
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) - Method in class org.eclipse.swt.accessibility.AccessibleObject
 
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.
sendEvent(int, Object, int) - Method in class org.eclipse.swt.accessibility.AccessibleObject
 
sendEvent(int, Event) - Method in class org.eclipse.swt.widgets.Display
 
sendEvent(int, Event) - Method in class org.eclipse.swt.widgets.Widget
 
sendEvent(int, Event, boolean) - Method in class org.eclipse.swt.widgets.Widget
 
sendEvent(Event) - Method in class org.eclipse.swt.widgets.EventTable
 
sendEvent(Event) - Method in class org.eclipse.swt.widgets.Widget
 
sendEvent(EventTable, Event) - Method in class org.eclipse.swt.widgets.Display
 
sendFocusEvent(int) - Method in class org.eclipse.swt.widgets.Control
 
sendGestureEvent(int, int, int, int, double) - Method in class org.eclipse.swt.widgets.Control
 
sendGestureEvent(int, int, int, int, double, double) - Method in class org.eclipse.swt.widgets.Control
 
sendGestureEvent(int, int, int, int, double, int, int, double) - Method in class org.eclipse.swt.widgets.Control
 
sendHelpEvent(long) - Method in class org.eclipse.swt.widgets.Control
 
sendHelpEvent(long) - Method in class org.eclipse.swt.widgets.Menu
 
sendIMKeyEvent(int, long, char[]) - Method in class org.eclipse.swt.widgets.Widget
 
sendJDKInternalEvent(int) - Method in class org.eclipse.swt.widgets.Display
 
sendJDKInternalEvent(int, int) - Method in class org.eclipse.swt.widgets.Display
does sent event with JDK time
sendKeyEvent(int, long) - Method in class org.eclipse.swt.widgets.Widget
 
sendKeyEvent(Event) - Method in class org.eclipse.swt.browser.WebBrowser
 
sendKeyEvent(Event) - Method in class org.eclipse.swt.custom.StyledText
Replaces/inserts text as defined by the event.
sendLeaveNotify() - Method in class org.eclipse.swt.widgets.Control
 
sendLeaveNotify() - Method in class org.eclipse.swt.widgets.Scrollable
 
sendLineEvent(int, int, String) - Method in class org.eclipse.swt.custom.StyledText
Returns a StyledTextEvent that can be used to request data such as styles and background color for a line.
sendMeasureEvent(long, long, long) - Method in class org.eclipse.swt.widgets.Table
 
sendMeasureEvent(long, long, long) - Method in class org.eclipse.swt.widgets.Tree
 
sendMouseEvent(int, int, int, double, double, boolean, int) - Method in class org.eclipse.swt.widgets.Control
 
sendMouseEvent(int, int, int, int, boolean, int, double, double, boolean, int) - Method in class org.eclipse.swt.widgets.Control
 
sendOrPost(int, Event) - Method in class org.eclipse.swt.widgets.Control
 
sendPostEvent(int) - Method in class org.eclipse.swt.widgets.Display
 
sendPostExternalEventDispatchEvent() - Method in class org.eclipse.swt.widgets.Display
Sends a SWT.PostExternalEventDispatch event.
sendPreEvent(int) - Method in class org.eclipse.swt.widgets.Display
 
sendPreExternalEventDispatchEvent() - Method in class org.eclipse.swt.widgets.Display
Sends a SWT.PreExternalEventDispatch event.
sendSelectionEvent() - Method in class org.eclipse.swt.custom.StyledText
Sends the specified selection event.
sendSelectionEvent() - Method in class org.eclipse.swt.widgets.DateTime
 
sendSelectionEvent(int) - Method in class org.eclipse.swt.widgets.Widget
 
sendSelectionEvent(int, Event, boolean) - Method in class org.eclipse.swt.widgets.Widget
 
sendTextEvent(int, int, int, String, boolean) - Method in class org.eclipse.swt.custom.StyledText
 
sendTextEvent(StyledTextEvent) - Method in class org.eclipse.swt.custom.DefaultContent
Sends the text listeners the TextChanged event.
sendTreeDefaultSelection() - Method in class org.eclipse.swt.widgets.List
Used to emulate DefaultSelection event.
sendTreeDefaultSelection() - Method in class org.eclipse.swt.widgets.Table
Used to emulate DefaultSelection event.
sendTreeDefaultSelection() - Method in class org.eclipse.swt.widgets.Tree
Used to emulate DefaultSelection event.
sendWordBoundaryEvent(int, int, int, int, String, int) - Method in class org.eclipse.swt.custom.StyledText
 
sent_table - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.JHUFF_TBL
 
sent_table - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.JQUANT_TBL
 
SENTINEL_KEYPRESS - Static variable in class org.eclipse.swt.browser.WebKit
 
sep_upsample(JPEGDecoder.jpeg_decompress_struct, byte[][][], int[], int[], int, byte[][], int[], int) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
separateTopCenter - Variable in class org.eclipse.swt.custom.ViewForm
 
separator - Variable in class org.eclipse.swt.custom.ViewForm
 
separator - Variable in class org.eclipse.swt.widgets.Menu.Section
 
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.internal.Library
 
SEPARATOR - Static variable in class org.eclipse.swt.SWT
Style constant for line separator behavior (value is 1<<1).
SEPARATOR - Static variable in class org.eclipse.swt.widgets.DirectoryDialog
 
SEPARATOR - Static variable in class org.eclipse.swt.widgets.FileDialog
 
SEPARATOR_FILE - Static variable in class org.eclipse.swt.browser.WebKit
 
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
 
serializer - Variable in class org.eclipse.swt.dnd.GdkContentSerializer
 
serialVersionUID - Static variable in class org.eclipse.swt.accessibility.AccessibleActionEvent
 
serialVersionUID - Static variable in class org.eclipse.swt.accessibility.AccessibleAttributeEvent
 
serialVersionUID - Static variable in class org.eclipse.swt.accessibility.AccessibleControlEvent
 
serialVersionUID - Static variable in class org.eclipse.swt.accessibility.AccessibleEditableTextEvent
 
serialVersionUID - Static variable in class org.eclipse.swt.accessibility.AccessibleEvent
 
serialVersionUID - Static variable in class org.eclipse.swt.accessibility.AccessibleHyperlinkEvent
 
serialVersionUID - Static variable in class org.eclipse.swt.accessibility.AccessibleTableCellEvent
 
serialVersionUID - Static variable in class org.eclipse.swt.accessibility.AccessibleTableEvent
 
serialVersionUID - Static variable in class org.eclipse.swt.accessibility.AccessibleTextAttributeEvent
 
serialVersionUID - Static variable in class org.eclipse.swt.accessibility.AccessibleTextEvent
 
serialVersionUID - Static variable in class org.eclipse.swt.accessibility.AccessibleValueEvent
 
serialVersionUID - Static variable in class org.eclipse.swt.browser.AuthenticationEvent
 
serialVersionUID - Static variable in class org.eclipse.swt.browser.LocationEvent
 
serialVersionUID - Static variable in class org.eclipse.swt.browser.ProgressEvent
 
serialVersionUID - Static variable in class org.eclipse.swt.browser.StatusTextEvent
 
serialVersionUID - Static variable in class org.eclipse.swt.browser.TitleEvent
 
serialVersionUID - Static variable in class org.eclipse.swt.browser.WindowEvent
 
serialVersionUID - Static variable in class org.eclipse.swt.custom.BidiSegmentEvent
 
serialVersionUID - Static variable in class org.eclipse.swt.custom.CaretEvent
 
serialVersionUID - Static variable in class org.eclipse.swt.custom.CTabFolderEvent
 
serialVersionUID - Static variable in class org.eclipse.swt.custom.ExtendedModifyEvent
 
serialVersionUID - Static variable in class org.eclipse.swt.custom.LineBackgroundEvent
 
serialVersionUID - Static variable in class org.eclipse.swt.custom.LineStyleEvent
 
serialVersionUID - Static variable in class org.eclipse.swt.custom.MovementEvent
 
serialVersionUID - Static variable in class org.eclipse.swt.custom.PaintObjectEvent
 
serialVersionUID - Static variable in class org.eclipse.swt.custom.TextChangedEvent
 
serialVersionUID - Static variable in class org.eclipse.swt.custom.TextChangingEvent
 
serialVersionUID - Static variable in class org.eclipse.swt.dnd.DragSourceEvent
 
serialVersionUID - Static variable in class org.eclipse.swt.dnd.DropTargetEvent
 
serialVersionUID - Static variable in class org.eclipse.swt.events.ArmEvent
 
serialVersionUID - Static variable in class org.eclipse.swt.events.ControlEvent
 
serialVersionUID - Static variable in class org.eclipse.swt.events.DisposeEvent
 
serialVersionUID - Static variable in class org.eclipse.swt.events.DragDetectEvent
 
serialVersionUID - Static variable in class org.eclipse.swt.events.ExpandEvent
 
serialVersionUID - Static variable in class org.eclipse.swt.events.FocusEvent
 
serialVersionUID - Static variable in class org.eclipse.swt.events.GestureEvent
 
serialVersionUID - Static variable in class org.eclipse.swt.events.HelpEvent
 
serialVersionUID - Static variable in class org.eclipse.swt.events.KeyEvent
 
serialVersionUID - Static variable in class org.eclipse.swt.events.MenuDetectEvent
 
serialVersionUID - Static variable in class org.eclipse.swt.events.MenuEvent
 
serialVersionUID - Static variable in class org.eclipse.swt.events.ModifyEvent
 
serialVersionUID - Static variable in class org.eclipse.swt.events.MouseEvent
 
serialVersionUID - Static variable in class org.eclipse.swt.events.PaintEvent
 
serialVersionUID - Static variable in class org.eclipse.swt.events.SegmentEvent
 
serialVersionUID - Static variable in class org.eclipse.swt.events.SelectionEvent
 
serialVersionUID - Static variable in class org.eclipse.swt.events.ShellEvent
 
serialVersionUID - Static variable in class org.eclipse.swt.events.TouchEvent
 
serialVersionUID - Static variable in class org.eclipse.swt.events.TraverseEvent
 
serialVersionUID - Static variable in class org.eclipse.swt.events.TreeEvent
 
serialVersionUID - Static variable in class org.eclipse.swt.events.TypedEvent
 
serialVersionUID - Static variable in class org.eclipse.swt.events.VerifyEvent
 
serialVersionUID - Static variable in class org.eclipse.swt.graphics.ImageLoaderEvent
 
serialVersionUID - Static variable in class org.eclipse.swt.graphics.Point.OfFloat
 
serialVersionUID - Static variable in class org.eclipse.swt.graphics.Point
 
serialVersionUID - Static variable in class org.eclipse.swt.graphics.Point.WithMonitor
 
serialVersionUID - Static variable in class org.eclipse.swt.graphics.Rectangle.OfFloat
 
serialVersionUID - Static variable in class org.eclipse.swt.graphics.Rectangle
 
serialVersionUID - Static variable in class org.eclipse.swt.graphics.Rectangle.WithMonitor
 
serialVersionUID - Static variable in class org.eclipse.swt.graphics.RGB
 
serialVersionUID - Static variable in class org.eclipse.swt.graphics.RGBA
 
serialVersionUID - Static variable in exception class org.eclipse.swt.SWTError
 
serialVersionUID - Static variable in exception class org.eclipse.swt.SWTException
 
sessionManagerDBus - Variable in class org.eclipse.swt.widgets.Display
 
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
 
SessionManagerDBus.ShutdownHook - Class in org.eclipse.swt.internal
 
sessionManagerListener - Variable in class org.eclipse.swt.widgets.Display
 
SessionManagerListener(Display) - Constructor for class org.eclipse.swt.widgets.Display.SessionManagerListener
 
sessionManagerProxy - Variable in class org.eclipse.swt.internal.SessionManagerDBus
 
set(int, Image) - Method in class org.eclipse.swt.internal.ImageList
 
set_bottom_pointers(JPEGDecoder.jpeg_decompress_struct) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
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_MODAL_DIALOG - Static variable in class org.eclipse.swt.printing.PrintDialog
 
SET_MODAL_DIALOG - Static variable in class org.eclipse.swt.widgets.Display
 
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
 
set_wraparound_pointers(JPEGDecoder.jpeg_decompress_struct) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
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
setActiveControl(Control) - Method in class org.eclipse.swt.widgets.Shell
 
setActiveControl(Control, int) - Method in class org.eclipse.swt.widgets.Shell
 
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() - Method in class org.eclipse.swt.custom.StyledText
 
setAlignment() - Method in class org.eclipse.swt.widgets.Label
 
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.
setAllFields(int, int, int, int, int, byte[], PaletteData, int, byte[], int, byte[], int, int, int, int, int, int) - Method in class org.eclipse.swt.graphics.ImageData
Initializes all fields 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.
setAutoScaleValue(String) - Static method in class org.eclipse.swt.internal.DPIUtil
 
setBackground() - Method in class org.eclipse.swt.widgets.Control
 
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.
setBackgroundGdkRGBA(long, long, GdkRGBA) - Method in class org.eclipse.swt.widgets.Button
 
setBackgroundGdkRGBA(long, long, GdkRGBA) - Method in class org.eclipse.swt.widgets.Combo
 
setBackgroundGdkRGBA(long, long, GdkRGBA) - Method in class org.eclipse.swt.widgets.Control
 
setBackgroundGdkRGBA(long, long, GdkRGBA) - Method in class org.eclipse.swt.widgets.DateTime
 
setBackgroundGdkRGBA(long, long, GdkRGBA) - Method in class org.eclipse.swt.widgets.Spinner
 
setBackgroundGdkRGBA(long, long, GdkRGBA) - Method in class org.eclipse.swt.widgets.TabFolder
 
setBackgroundGdkRGBA(long, long, GdkRGBA) - Method in class org.eclipse.swt.widgets.Table
 
setBackgroundGdkRGBA(long, long, GdkRGBA) - Method in class org.eclipse.swt.widgets.Text
 
setBackgroundGdkRGBA(long, long, GdkRGBA) - Method in class org.eclipse.swt.widgets.ToolBar
 
setBackgroundGdkRGBA(long, long, GdkRGBA) - Method in class org.eclipse.swt.widgets.Tree
 
setBackgroundGdkRGBA(long, GdkRGBA) - Method in class org.eclipse.swt.widgets.Control
 
setBackgroundGdkRGBA(GdkRGBA) - Method in class org.eclipse.swt.widgets.Control
 
setBackgroundGdkRGBA(GdkRGBA) - Method in class org.eclipse.swt.widgets.DateTime
 
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.
setBackgroundSurface(Image) - Method in class org.eclipse.swt.widgets.Control
 
setBackgroundSurface(Image) - Method in class org.eclipse.swt.widgets.Table
 
setBackgroundSurface(Image) - Method in class org.eclipse.swt.widgets.Tree
 
setBidiColoring(boolean) - Method in class org.eclipse.swt.custom.StyledText
Deprecated.
use BidiSegmentListener instead.
setBitDepth(byte) - Method in class org.eclipse.swt.internal.image.PngIhdrChunk
Set the image's bit depth.
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.
setBlockSelectionLocation(int, int, boolean) - Method in class org.eclipse.swt.custom.StyledText
 
setBlockSelectionLocation(int, int, int, int, boolean) - Method in class org.eclipse.swt.custom.StyledText
 
setBlockSelectionOffset(int, boolean) - Method in class org.eclipse.swt.custom.StyledText
 
setBlockSelectionOffset(int, int, boolean) - Method in class org.eclipse.swt.custom.StyledText
 
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(int, int, int, int) - Method in class org.eclipse.swt.widgets.CoolItem
 
setBounds(int, int, int, int, boolean, boolean) - Method in class org.eclipse.swt.widgets.Button
 
setBounds(int, int, int, int, boolean, boolean) - Method in class org.eclipse.swt.widgets.Canvas
 
setBounds(int, int, int, int, boolean, boolean) - Method in class org.eclipse.swt.widgets.Combo
 
setBounds(int, int, int, int, boolean, boolean) - Method in class org.eclipse.swt.widgets.Composite
 
setBounds(int, int, int, int, boolean, boolean) - Method in class org.eclipse.swt.widgets.Control
 
setBounds(int, int, int, int, boolean, boolean) - Method in class org.eclipse.swt.widgets.Group
 
setBounds(int, int, int, int, boolean, boolean) - Method in class org.eclipse.swt.widgets.Label
 
setBounds(int, int, int, int, boolean, boolean) - Method in class org.eclipse.swt.widgets.Link
 
setBounds(int, int, int, int, boolean, boolean) - Method in class org.eclipse.swt.widgets.List
 
setBounds(int, int, int, int, boolean, boolean) - Method in class org.eclipse.swt.widgets.Shell
 
setBounds(int, int, int, int, boolean, boolean) - Method in class org.eclipse.swt.widgets.TabFolder
 
setBounds(int, int, int, int, boolean, boolean) - Method in class org.eclipse.swt.widgets.Table
 
setBounds(int, int, int, int, boolean, boolean) - Method in class org.eclipse.swt.widgets.ToolBar
 
setBounds(int, int, int, int, boolean, boolean) - Method in class org.eclipse.swt.widgets.Tree
 
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.
setBounds(Rectangle) - Method in class org.eclipse.swt.widgets.Monitor
 
setBoundsInPixels(int, int, int, int) - Method in class org.eclipse.swt.widgets.Control
 
setBoundsInPixels(int, int, int, int) - Method in class org.eclipse.swt.widgets.DateTime
 
setBoundsInPixels(Rectangle) - Method in class org.eclipse.swt.widgets.Control
 
setBrowser(Browser) - Method in class org.eclipse.swt.browser.WebBrowser
 
setBusyCursor(Display) - Static method in class org.eclipse.swt.custom.BusyIndicator
 
setButtonBounds() - Method in class org.eclipse.swt.custom.CTabFolder
Update button bounds for min/max and update chevron button.
setButtonHandle(long) - Method in class org.eclipse.swt.widgets.Combo
 
setButtonLabels(Map) - Method in class org.eclipse.swt.widgets.MessageBox
Set custom text for MessageDialog's buttons:
setButtonState(Event, int) - Method in class org.eclipse.swt.widgets.Widget
 
setCairoClip(long, long) - Method in class org.eclipse.swt.graphics.GC
 
setCairoFont(long, long) - Static method in class org.eclipse.swt.graphics.GC
 
setCairoFont(long, Font) - Static method in class org.eclipse.swt.graphics.GC
 
setCairoPatternColor(long, int, Color, int) - Static method in class org.eclipse.swt.graphics.GC
 
setCairoRegion(long, long) - Static method in class org.eclipse.swt.graphics.GC
 
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.
setCaretLocations() - Method in class org.eclipse.swt.custom.StyledText
Moves the Caret to the current caret offset.
setCaretLocations(Point[], int) - Method in class org.eclipse.swt.custom.StyledText
 
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.
setCaretOffsets(int[], int) - Method in class org.eclipse.swt.custom.StyledText
 
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.
setChevronVisible(boolean) - Method in class org.eclipse.swt.custom.CTabFolder
Sets whether a chevron is shown when there are more items to be displayed.
setClientArea(Rectangle) - Method in class org.eclipse.swt.widgets.Monitor
 
setClipboardContent(int, int, int) - Method in class org.eclipse.swt.custom.StyledText
Copies the specified text range to the clipboard.
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(long) - Method in class org.eclipse.swt.graphics.GC
 
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.
setClippingInPixels(int, int, int, int) - Method in class org.eclipse.swt.graphics.GC
 
setClippingInPixels(Rectangle) - Method in class org.eclipse.swt.graphics.GC
 
setColorType(byte) - Method in class org.eclipse.swt.internal.image.PngIhdrChunk
Set the image's color type.
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.
setCompressionMethod(byte) - Method in class org.eclipse.swt.internal.image.PngIhdrChunk
Set the image's compression method.
setContent(StyledTextContent) - Method in class org.eclipse.swt.custom.StyledText
Sets the content implementation to use for text storage.
setContent(StyledTextContent) - Method in class org.eclipse.swt.custom.StyledTextRenderer
 
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.
setCookie(String, String) - Static method in class org.eclipse.swt.browser.WebKit.Webkit2AsyncToSync
 
SetCookie(String, String, boolean) - Static method in class org.eclipse.swt.browser.WebBrowser
 
setCookie_callback - Static variable in class org.eclipse.swt.browser.WebKit.Webkit2AsyncToSync
 
setCookie_callback(long, long, long) - Static method in class org.eclipse.swt.browser.WebKit.Webkit2AsyncToSync
 
setCookieBrowser(Browser) - Static method in class org.eclipse.swt.browser.WebKit.Webkit2AsyncToSync
Associates a Browser instance with this class, mainly so we can get its Display and check for disposal.
setCRC(int) - Method in class org.eclipse.swt.internal.image.PngChunk
Set the CRC value for the chunk's data.
setCurrent() - Method in class org.eclipse.swt.opengl.GLCanvas
Sets the OpenGL context associated with this GLCanvas to be the current GL context.
setCurrentCaret(Caret) - Method in class org.eclipse.swt.widgets.Display
 
setCurrentDate() - Method in class org.eclipse.swt.widgets.DateTime
 
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(long) - Method in class org.eclipse.swt.widgets.Control
 
setCursor(long) - Method in class org.eclipse.swt.widgets.Sash
 
setCursor(long) - Method in class org.eclipse.swt.widgets.Shell
 
setCursor(long) - Method in class org.eclipse.swt.widgets.Spinner
 
setCursor(long) - Method in class org.eclipse.swt.widgets.Text
 
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.
setCursorAndId(Shell, Cursor, Integer) - Static method in class org.eclipse.swt.custom.BusyIndicator
Paranoia code to make sure we don't break UI because of one shell disposed, see bug 532632 comment 20
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(byte[]) - Method in class org.eclipse.swt.internal.image.PngChunk
Set the chunk's data.
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(Clipboard, Object[], Transfer[], int) - Method in class org.eclipse.swt.dnd.ClipboardProxy
 
setData(Clipboard, Object[], Transfer[], int) - Method in class org.eclipse.swt.dnd.ClipboardProxyGTK4
 
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.
setDebug(Frame, boolean) - Static method in class org.eclipse.swt.awt.SWT_AWT
 
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.
setDevice(Device) - Static method in class org.eclipse.swt.widgets.Display
 
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.
setDirectionCallback - Variable in class org.eclipse.swt.widgets.Display
 
setDirectionProc - Variable in class org.eclipse.swt.widgets.Display
 
setDirectionProc(long, long) - Method in class org.eclipse.swt.widgets.Display
 
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.
setDragGesture() - Method in class org.eclipse.swt.widgets.Control
 
setDragSourceEffect(DragSourceEffect) - Method in class org.eclipse.swt.dnd.DragSource
Specifies the drag effect for this DragSource.
setDropDownButtonSize() - Method in class org.eclipse.swt.widgets.DateTime
Usually called when control is resized or first initialized.
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.
setEndOfSpectralSelection(int) - Method in class org.eclipse.swt.internal.image.JPEGScanHeader
 
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) - 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.
setEventData(long, int, int, int, DNDEvent) - Method in class org.eclipse.swt.dnd.DropTarget
 
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.
setFieldOfInternalDataStructure(FieldPosition, int) - Method in class org.eclipse.swt.widgets.DateTime
 
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.
setFilterMethod(byte) - Method in class org.eclipse.swt.internal.image.PngIhdrChunk
Set the image's filter method.
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.
setFixedLineMetrics(Device, FontMetrics) - Method in class org.eclipse.swt.graphics.TextLayout.MetricsAdapter
 
setFixedLineMetrics(FontMetrics) - Method in class org.eclipse.swt.custom.StyledText
setFixedLineMetrics(FontMetrics) - Method in class org.eclipse.swt.custom.StyledTextRenderer
setFixedLineMetrics(FontMetrics) - Method in class org.eclipse.swt.graphics.TextLayout
Forces line heights in receiver to obey provided value.
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.CTabItem
 
setFocus() - Method in class org.eclipse.swt.custom.StyledText
 
setFocus() - Method in class org.eclipse.swt.widgets.Caret
 
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() - Method in class org.eclipse.swt.widgets.ExpandItem
 
setFocus() - Method in class org.eclipse.swt.widgets.ToolItem
 
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.
setFocus(int) - Method in class org.eclipse.swt.accessibility.AccessibleObject
 
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.
setFont(Font, int) - Method in class org.eclipse.swt.custom.StyledTextRenderer
 
setFontData(FontData) - Method in class org.eclipse.swt.widgets.FontDialog
Deprecated.
use #setFontList (FontData [])
setFontDescription(long) - Method in class org.eclipse.swt.widgets.Button
 
setFontDescription(long) - Method in class org.eclipse.swt.widgets.Combo
 
setFontDescription(long) - Method in class org.eclipse.swt.widgets.Control
 
setFontDescription(long) - Method in class org.eclipse.swt.widgets.DateTime
 
setFontDescription(long) - Method in class org.eclipse.swt.widgets.ExpandBar
 
setFontDescription(long) - Method in class org.eclipse.swt.widgets.ExpandItem
 
setFontDescription(long) - Method in class org.eclipse.swt.widgets.Group
 
setFontDescription(long) - Method in class org.eclipse.swt.widgets.Label
 
setFontDescription(long) - Method in class org.eclipse.swt.widgets.Link
 
setFontDescription(long) - Method in class org.eclipse.swt.widgets.TabFolder
 
setFontDescription(long) - Method in class org.eclipse.swt.widgets.TabItem
 
setFontDescription(long) - Method in class org.eclipse.swt.widgets.Table
 
setFontDescription(long) - Method in class org.eclipse.swt.widgets.TableColumn
 
setFontDescription(long) - Method in class org.eclipse.swt.widgets.Text
 
setFontDescription(long) - Method in class org.eclipse.swt.widgets.ToolBar
 
setFontDescription(long) - Method in class org.eclipse.swt.widgets.ToolItem
 
setFontDescription(long) - Method in class org.eclipse.swt.widgets.Tree
 
setFontDescription(long) - Method in class org.eclipse.swt.widgets.TreeColumn
 
setFontDescription(long, long) - Method in class org.eclipse.swt.widgets.Widget
 
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.
setForegroundGdkRGBA(long, GdkRGBA) - Method in class org.eclipse.swt.widgets.Button
 
setForegroundGdkRGBA(long, GdkRGBA) - Method in class org.eclipse.swt.widgets.Combo
 
setForegroundGdkRGBA(long, GdkRGBA) - Method in class org.eclipse.swt.widgets.Control
 
setForegroundGdkRGBA(long, GdkRGBA) - Method in class org.eclipse.swt.widgets.Group
 
setForegroundGdkRGBA(long, GdkRGBA) - Method in class org.eclipse.swt.widgets.TabItem
 
setForegroundGdkRGBA(long, GdkRGBA) - Method in class org.eclipse.swt.widgets.ToolBar
 
setForegroundGdkRGBA(GdkRGBA) - Method in class org.eclipse.swt.widgets.Button
 
setForegroundGdkRGBA(GdkRGBA) - Method in class org.eclipse.swt.widgets.Control
 
setForegroundGdkRGBA(GdkRGBA) - Method in class org.eclipse.swt.widgets.DateTime
 
setForegroundGdkRGBA(GdkRGBA) - Method in class org.eclipse.swt.widgets.ExpandBar
 
setForegroundGdkRGBA(GdkRGBA) - Method in class org.eclipse.swt.widgets.Group
 
setForegroundGdkRGBA(GdkRGBA) - Method in class org.eclipse.swt.widgets.Label
 
setForegroundGdkRGBA(GdkRGBA) - Method in class org.eclipse.swt.widgets.List
 
setForegroundGdkRGBA(GdkRGBA) - Method in class org.eclipse.swt.widgets.TabFolder
 
setForegroundGdkRGBA(GdkRGBA) - Method in class org.eclipse.swt.widgets.Table
 
setForegroundGdkRGBA(GdkRGBA) - Method in class org.eclipse.swt.widgets.Text
 
setForegroundGdkRGBA(GdkRGBA) - Method in class org.eclipse.swt.widgets.ToolBar
 
setForegroundGdkRGBA(GdkRGBA) - Method in class org.eclipse.swt.widgets.Tree
 
setForegroundPattern(Pattern) - Method in class org.eclipse.swt.graphics.GC
Sets the foreground pattern.
setForegroundRGBA(GdkRGBA) - Method in class org.eclipse.swt.widgets.ExpandItem
 
setForegroundRGBA(GdkRGBA) - Method in class org.eclipse.swt.widgets.TabItem
 
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.
setGValue(long, Number) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
 
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.
setHeaderCSS(String) - Method in class org.eclipse.swt.widgets.TableColumn
 
setHeaderCSS(String) - Method in class org.eclipse.swt.widgets.TreeColumn
 
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(float) - Method in class org.eclipse.swt.graphics.FontData
 
setHeight(float) - Method in class org.eclipse.swt.graphics.Rectangle.OfFloat
 
setHeight(int) - Method in class org.eclipse.swt.graphics.FontData
Sets the height of the receiver.
setHeight(int) - Method in class org.eclipse.swt.internal.image.PngIhdrChunk
Set the image's height in pixels.
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.
setImageDataValues(byte[], ImageData) - Method in class org.eclipse.swt.internal.image.PNGFileFormat
PNG supports some color types and bit depths that are unsupported by SWT.
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.
setIndentInPixels(int) - Method in class org.eclipse.swt.graphics.TextLayout
 
setInitialBounds() - Method in class org.eclipse.swt.widgets.Combo
 
setInitialBounds() - Method in class org.eclipse.swt.widgets.Control
 
setInitialBounds() - Method in class org.eclipse.swt.widgets.Shell
 
setInputState(Event, int) - Method in class org.eclipse.swt.widgets.Widget
 
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.
setInt16(int, int) - Method in class org.eclipse.swt.internal.image.PngChunk
Set the 16-bit integer in the reference byte array at the given offset.
setInt32(int, int) - Method in class org.eclipse.swt.internal.image.PngChunk
Set the 32-bit integer in the reference byte array at the given offset.
setInterlaceMethod(byte) - Method in class org.eclipse.swt.internal.image.PngIhdrChunk
Set the image's interlace method.
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.
setItemCount(long, int) - Method in class org.eclipse.swt.widgets.Tree
 
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.
setItemLocation(GC) - Method in class org.eclipse.swt.custom.CTabFolder
 
setItemOrder(int[]) - Method in class org.eclipse.swt.custom.CTabFolder
Reorder the items of the receiver.
setItemOrder(int[]) - Method in class org.eclipse.swt.widgets.CoolBar
 
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.
setItemSize(GC) - Method in class org.eclipse.swt.custom.CTabFolder
 
setItemSizes(Point[]) - Method in class org.eclipse.swt.widgets.CoolBar
 
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
 
setKeyState(Event, long) - Method in class org.eclipse.swt.widgets.Widget
On Linux, the most common way to handle keyboard input is XKB.
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.
setLength(int) - Method in class org.eclipse.swt.internal.image.PngChunk
Set the length of the data component of this chunk.
setLineAlignment(int, int, int) - Method in class org.eclipse.swt.custom.StyledText
Sets the alignment of the specified lines.
setLineAlignment(int, int, int) - Method in class org.eclipse.swt.custom.StyledTextRenderer
 
setLineAttributes(LineAttributes) - Method in class org.eclipse.swt.graphics.GC
Sets the receiver's line attributes.
setLineAttributesInPixels(LineAttributes) - Method in class org.eclipse.swt.graphics.GC
 
setLineBackground(int, int, Color) - Method in class org.eclipse.swt.custom.StyledText
Sets the background color of the specified lines.
setLineBackground(int, int, Color) - Method in class org.eclipse.swt.custom.StyledTextRenderer
 
setLineBullet(int, int, Bullet) - Method in class org.eclipse.swt.custom.StyledText
Sets the bullet of the specified lines.
setLineBullet(int, int, Bullet) - Method in class org.eclipse.swt.custom.StyledTextRenderer
 
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.
setLineIndent(int, int, int) - Method in class org.eclipse.swt.custom.StyledTextRenderer
 
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.
setLineJustify(int, int, boolean) - Method in class org.eclipse.swt.custom.StyledTextRenderer
 
setLineSegmentChars(int, int, char[]) - Method in class org.eclipse.swt.custom.StyledTextRenderer
 
setLineSegments(int, int, int[]) - Method in class org.eclipse.swt.custom.StyledTextRenderer
 
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.
setLineSpacingProvider(StyledTextLineSpacingProvider) - Method in class org.eclipse.swt.custom.StyledTextRenderer
 
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.
setLineTabStops(int, int, int[]) - Method in class org.eclipse.swt.custom.StyledTextRenderer
 
setLineVerticalIndent(int, int) - Method in class org.eclipse.swt.custom.StyledText
Sets the vertical indent of the specified lines.
setLineVerticalIndent(int, int) - Method in class org.eclipse.swt.custom.StyledTextRenderer
 
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.
setLineWidthInPixels(int) - Method in class org.eclipse.swt.graphics.GC
 
setLineWrapIndent(int, int, int) - Method in class org.eclipse.swt.custom.StyledText
Sets the wrap indent of the specified lines.
setLineWrapIndent(int, int, int) - Method in class org.eclipse.swt.custom.StyledTextRenderer
 
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.Event
 
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 argument which is 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.
setLocationInPixels(int, int) - Method in class org.eclipse.swt.widgets.Control
 
setLocationInPixels(Point) - Method in class org.eclipse.swt.widgets.Control
 
setLocationState(Event, long) - Method in class org.eclipse.swt.widgets.Widget
 
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
 
setMaxHFactor(int) - Method in class org.eclipse.swt.internal.image.JPEGFrameHeader
 
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.
setMaxVFactor(int) - Method in class org.eclipse.swt.internal.image.JPEGFrameHeader
 
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
 
setMenuHandle(long) - Method in class org.eclipse.swt.widgets.Combo
 
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
 
setModalDialog(Dialog) - Method in class org.eclipse.swt.widgets.Display
 
setModalShell(Shell) - Method in class org.eclipse.swt.widgets.Display
 
setModel(long) - Method in class org.eclipse.swt.widgets.Table
 
setModel(long) - Method in class org.eclipse.swt.widgets.Tree
 
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.
setMouseWordSelectionAnchor() - Method in class org.eclipse.swt.custom.StyledText
Flips selection anchor based on word selection direction.
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.
setNextBits(int, int) - Method in class org.eclipse.swt.internal.image.TIFFModifiedHuffmanCodec
 
setNonDisposeHandler(Consumer) - 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.
setNumberOfImageComponents(int) - Method in class org.eclipse.swt.internal.image.JPEGFrameHeader
 
setNumberOfImageComponents(int) - Method in class org.eclipse.swt.internal.image.JPEGScanHeader
 
setNumberOfLines(int) - Method in class org.eclipse.swt.internal.image.JPEGFrameHeader
 
setOrientation(boolean) - Method in class org.eclipse.swt.widgets.Button
 
setOrientation(boolean) - Method in class org.eclipse.swt.widgets.Combo
 
setOrientation(boolean) - Method in class org.eclipse.swt.widgets.Composite
 
setOrientation(boolean) - Method in class org.eclipse.swt.widgets.Control
 
setOrientation(boolean) - Method in class org.eclipse.swt.widgets.Decorations
 
setOrientation(boolean) - Method in class org.eclipse.swt.widgets.ExpandBar
 
setOrientation(boolean) - Method in class org.eclipse.swt.widgets.ExpandItem
 
setOrientation(boolean) - Method in class org.eclipse.swt.widgets.Group
 
setOrientation(boolean) - Method in class org.eclipse.swt.widgets.Label
 
setOrientation(boolean) - Method in class org.eclipse.swt.widgets.Link
 
setOrientation(boolean) - Method in class org.eclipse.swt.widgets.Menu
 
setOrientation(boolean) - Method in class org.eclipse.swt.widgets.MenuItem
 
setOrientation(boolean) - Method in class org.eclipse.swt.widgets.Scrollable
 
setOrientation(boolean) - Method in class org.eclipse.swt.widgets.ScrollBar
 
setOrientation(boolean) - Method in class org.eclipse.swt.widgets.Slider
 
setOrientation(boolean) - Method in class org.eclipse.swt.widgets.TabFolder
 
setOrientation(boolean) - Method in class org.eclipse.swt.widgets.TabItem
 
setOrientation(boolean) - Method in class org.eclipse.swt.widgets.Table
 
setOrientation(boolean) - Method in class org.eclipse.swt.widgets.TableColumn
 
setOrientation(boolean) - Method in class org.eclipse.swt.widgets.ToolBar
 
setOrientation(boolean) - Method in class org.eclipse.swt.widgets.ToolItem
 
setOrientation(boolean) - Method in class org.eclipse.swt.widgets.Tree
 
setOrientation(boolean) - Method in class org.eclipse.swt.widgets.TreeColumn
 
setOrientation(boolean) - Method in class org.eclipse.swt.widgets.Widget
 
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.
setPaletteData(PaletteData) - Method in class org.eclipse.swt.internal.image.PngPlteChunk
Set the data of a PLTE chunk to the colors stored in the specified PaletteData object.
setParent(Composite) - Method in class org.eclipse.swt.widgets.Control
Changes the parent of the widget to be the one provided.
setParentBackground() - Method in class org.eclipse.swt.widgets.Control
 
setParentBackground() - Method in class org.eclipse.swt.widgets.ProgressBar
 
setParentBackground() - Method in class org.eclipse.swt.widgets.Table
 
setParentBackground() - Method in class org.eclipse.swt.widgets.ToolBar
 
setParentBackground() - Method in class org.eclipse.swt.widgets.Tree
 
setParentGdkResource(Control) - Method in class org.eclipse.swt.widgets.Control
 
setParentGdkResource(Control) - Method in class org.eclipse.swt.widgets.Table
 
setParentGdkResource(Control) - Method in class org.eclipse.swt.widgets.Tree
 
SetPendingCookies(List) - Static method in class org.eclipse.swt.browser.WebBrowser
 
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.
setPixelData(byte[], ImageData) - Method in class org.eclipse.swt.internal.image.PNGFileFormat
SWT does not support greyscale as a color type.
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().
setRadioSelection(boolean) - Method in class org.eclipse.swt.widgets.Button
 
setRadioSelection(boolean) - Method in class org.eclipse.swt.widgets.Control
 
setRadioSelection(boolean) - Method in class org.eclipse.swt.widgets.MenuItem
 
setRadioSelection(boolean) - Method in class org.eclipse.swt.widgets.ToolItem
 
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
 
setReference(byte[]) - Method in class org.eclipse.swt.internal.image.PngChunk
Set the PngChunk's reference byteArray;
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.
setRelations() - Method in class org.eclipse.swt.widgets.Control
 
setRelations() - Method in class org.eclipse.swt.widgets.Shell
 
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
 
setRescalingAtRuntime(boolean) - Method in class org.eclipse.swt.widgets.Display
Deprecated, for removal: This API element is subject to removal in a future version.
this method should not be used as it needs to be called already during instantiation to take proper effect
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.
setRotateGesture() - Method in class org.eclipse.swt.widgets.Control
  • TODO: Panning gesture requires a GtkOrientation object.
setRowColumn(int, int, boolean) - Method in class org.eclipse.swt.custom.TableCursor
 
setRowColumn(int, int, boolean) - Method in class org.eclipse.swt.custom.TreeCursor
 
setRowColumn(TableItem, TableColumn, boolean) - Method in class org.eclipse.swt.custom.TableCursor
 
setRowColumn(TreeItem, TreeColumn, boolean) - Method in class org.eclipse.swt.custom.TreeCursor
 
setRuntimeExceptionHandler(Consumer) - 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.
setSamplePrecision(int) - Method in class org.eclipse.swt.internal.image.JPEGFrameHeader
 
setSamplesPerLine(int) - Method in class org.eclipse.swt.internal.image.JPEGFrameHeader
 
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.
setSavedFocus(Control) - Method in class org.eclipse.swt.widgets.Decorations
 
setScope(int) - Method in class org.eclipse.swt.printing.PrintDialog
Sets the scope of the print job.
setScrollBar(ScrollBar, int, int, int) - Method in class org.eclipse.swt.custom.StyledText
 
setScrollBars(boolean) - Method in class org.eclipse.swt.custom.StyledText
Adjusts the maximum and the page size of the scroll bars to reflect content width/length changes.
setScrollbarsMode(int) - Method in class org.eclipse.swt.widgets.Scrollable
Sets the mode of the receiver's scrollbars.
setScrollBarVisible(ScrollBar, boolean) - Method in class org.eclipse.swt.widgets.Composite
 
setScrollBarVisible(ScrollBar, boolean) - Method in class org.eclipse.swt.widgets.Scrollable
 
setScrollWidth(long, TableItem) - Method in class org.eclipse.swt.widgets.Table
 
setScrollWidth(long, TreeItem) - Method in class org.eclipse.swt.widgets.Tree
 
setSeconds(int) - Method in class org.eclipse.swt.widgets.DateTime
Sets the receiver's seconds.
setSegmentLength(int) - Method in class org.eclipse.swt.internal.image.JPEGFixedSizeSegment
 
setSegmentLength(int) - Method in class org.eclipse.swt.internal.image.JPEGSegment
 
setSegmentMarker(int) - Method in class org.eclipse.swt.internal.image.JPEGSegment
 
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.
setSelectedImageVisible(boolean) - Method in class org.eclipse.swt.custom.CTabFolder
Specify whether the image appears on selected tabs.
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[], boolean, boolean) - Method in class org.eclipse.swt.custom.StyledText
Sets the selection.
setSelection(int, boolean) - Method in class org.eclipse.swt.custom.CTabFolder
 
setSelection(int, boolean) - Method in class org.eclipse.swt.widgets.TabFolder
 
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) - Method in class org.eclipse.swt.custom.ViewForm
 
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.
setSelectionBarThickness(int) - Method in class org.eclipse.swt.custom.CTabFolder
Sets the thickness of the highlight bar on 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.
setSelectionHighlightGradientColor(Color) - Method in class org.eclipse.swt.custom.CTabFolder
 
setSelectionHighlightGradientColor(Color) - Method in class org.eclipse.swt.custom.CTabFolderRenderer
 
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.
setSizeInPixels(int, int) - Method in class org.eclipse.swt.widgets.Control
 
setSizeInPixels(Point) - Method in class org.eclipse.swt.widgets.Control
 
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.
setSpacingInPixels(int) - Method in class org.eclipse.swt.graphics.TextLayout
 
setStartOfSpectralSelection(int) - Method in class org.eclipse.swt.internal.image.JPEGScanHeader
 
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.
setString(String, int) - Method in class org.eclipse.swt.graphics.GC
 
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[], StyleRange[]) - Method in class org.eclipse.swt.custom.StyledTextRenderer
 
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(int, int, int[], StyleRange[], boolean) - Method in class org.eclipse.swt.custom.StyledText
 
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.
setTabGroupFocus(boolean) - Method in class org.eclipse.swt.widgets.Composite
 
setTabGroupFocus(boolean) - Method in class org.eclipse.swt.widgets.Widget
 
setTabHeight(int) - Method in class org.eclipse.swt.custom.CTabFolder
Specify a fixed height for the tab items.
setTabItemFocus(boolean) - Method in class org.eclipse.swt.widgets.Composite
 
setTabItemFocus(boolean) - Method in class org.eclipse.swt.widgets.Control
 
setTabItemFocus(boolean) - Method in class org.eclipse.swt.widgets.ToolItem
 
setTabItemFocus(boolean) - Method in class org.eclipse.swt.widgets.Widget
 
setTabItemList(ToolItem[]) - Method in class org.eclipse.swt.widgets.ToolBar
 
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.
setTabsInPixels(int[]) - Method in class org.eclipse.swt.graphics.TextLayout
 
setTabStops(int) - Method in class org.eclipse.swt.widgets.Text
 
setTabStops(int[]) - Method in class org.eclipse.swt.custom.StyledText
Sets the receiver's tab list.
setText(char[]) - Method in class org.eclipse.swt.widgets.Text
 
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.DefaultContent
Sets the content to text and removes the gap since there are no sensible predictions about where the next change will occur.
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.DateTime
Calculates appropriate width of GtkEntry and adds Date/Time string to the Date/Time Spinner
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.
setText(String, boolean) - Method in class org.eclipse.swt.browser.WebBrowser
 
setText(String, boolean) - Method in class org.eclipse.swt.browser.WebKit
 
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.
setTextField(FieldPosition, int) - Method in class org.eclipse.swt.widgets.DateTime
 
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.
setTextSelection(int, int) - Method in class org.eclipse.swt.widgets.DateTime
Highlight (select) the text between the start and end.
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.
settingData - Variable in class org.eclipse.swt.widgets.TableItem
 
settingData - Variable in class org.eclipse.swt.widgets.TreeItem
 
settings - Variable in class org.eclipse.swt.printing.Printer
 
Settings - Static variable in class org.eclipse.swt.SWT
The settings changed event type (value is 39).
settingsChanged - Variable in class org.eclipse.swt.widgets.Display
 
settingsChangedCallback - Variable in class org.eclipse.swt.widgets.Display
 
settingsChangedProc - Variable in class org.eclipse.swt.widgets.Display
 
settingsChangedProc(long, long, long) - Method in class org.eclipse.swt.widgets.Display
GtkSettings 'changed' event handler.
settingsData - Variable in class org.eclipse.swt.printing.PrintDialog
 
settingsData - Static variable in class org.eclipse.swt.printing.Printer
 
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(long, String) - Method in class org.eclipse.swt.widgets.Widget
 
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.
setToolTipText(Shell, String) - Method in class org.eclipse.swt.widgets.Combo
 
setToolTipText(Shell, String) - Method in class org.eclipse.swt.widgets.Control
 
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) - Method in class org.eclipse.swt.internal.WidgetSpy.NonDisposedWidgetTracker
 
setTrackerBackground(boolean) - Method in class org.eclipse.swt.widgets.Tracker
 
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.
setType(byte[]) - Method in class org.eclipse.swt.internal.image.PngChunk
Set the chunk type.
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.
setupCursorFromImageData(ImageData, int, int) - Method in class org.eclipse.swt.graphics.Cursor
 
setUpPalette() - Method in class org.eclipse.swt.internal.image.JPEGFileFormat
 
setURIMode(boolean) - Method in class org.eclipse.swt.widgets.FileDialog
 
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.
setUrl(String, String, String[]) - Method in class org.eclipse.swt.browser.WebBrowser
 
setUrl(String, String, String[]) - Method in class org.eclipse.swt.browser.WebKit
 
setUseSmoothScalingByDefaultProvider(DPIUtil.UseSmoothScalingProvider) - 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.
setWidgetBackground() - Method in class org.eclipse.swt.widgets.Control
 
setWidgetBackground() - Method in class org.eclipse.swt.widgets.ExpandBar
 
setWidgetBackground() - Method in class org.eclipse.swt.widgets.Label
 
setWidgetTracker(WidgetSpy.WidgetTracker) - Method in class org.eclipse.swt.internal.WidgetSpy
Enables tracking of Widget object creation and disposal.
setWidth() - Method in class org.eclipse.swt.graphics.TextLayout
 
setWidth(float) - Method in class org.eclipse.swt.graphics.Rectangle.OfFloat
 
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.internal.image.PngIhdrChunk
Set the image's width in pixels.
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.
setWidthInPixels(int) - Method in class org.eclipse.swt.graphics.TextLayout
 
setWindowSize(int) - Method in class org.eclipse.swt.internal.image.PngLzBlockReader
 
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.
setWrapIndentInPixels(int) - Method in class org.eclipse.swt.graphics.TextLayout
 
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.
setX(float) - Method in class org.eclipse.swt.graphics.Point.OfFloat
 
setX(float) - Method in class org.eclipse.swt.graphics.Rectangle.OfFloat
 
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.
setY(float) - Method in class org.eclipse.swt.graphics.Point.OfFloat
 
setY(float) - Method in class org.eclipse.swt.graphics.Rectangle.OfFloat
 
setYear(int) - Method in class org.eclipse.swt.widgets.DateTime
Sets the receiver's year.
setZoomGesture() - Method in class org.eclipse.swt.widgets.Control
 
setZOrder(Control, boolean, boolean) - Method in class org.eclipse.swt.widgets.Control
 
setZOrder(Control, boolean, boolean) - Method in class org.eclipse.swt.widgets.Shell
 
setZOrder(Control, boolean, boolean, boolean) - Method in class org.eclipse.swt.widgets.Control
 
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 - Variable in class org.eclipse.swt.custom.PopupList
 
shell - Variable in class org.eclipse.swt.widgets.TaskItem
 
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(Display, Shell, int, long, boolean) - Constructor for class org.eclipse.swt.widgets.Shell
 
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_TO_MONITOR_RATIO - Static variable in class org.eclipse.swt.widgets.Shell
 
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) - 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) - 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) - 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) - 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.
shellHandle - Variable in class org.eclipse.swt.graphics.Device
 
shellHandle - Variable in class org.eclipse.swt.widgets.Display
 
shellHandle - Variable in class org.eclipse.swt.widgets.Shell
 
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) - 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.
shellMapCallback - Variable in class org.eclipse.swt.widgets.Display
 
shellMapProc - Variable in class org.eclipse.swt.widgets.Display
 
shellMapProc(long, long, long) - Method in class org.eclipse.swt.widgets.Display
 
shellMapProc(long, long, long) - Method in class org.eclipse.swt.widgets.Shell
 
shellMapProc(long, long, long) - Method in class org.eclipse.swt.widgets.Widget
 
shellMapProcClosure - Variable in class org.eclipse.swt.widgets.Display
 
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).
shiftForMask(int) - Method in class org.eclipse.swt.graphics.PaletteData
Computes the shift value for a given mask.
SHORT - Static variable in class org.eclipse.swt.SWT
Style constant for short date/time format (value is 1<<15).
shortcutController - Variable in class org.eclipse.swt.widgets.Menu
GTK4 only fields
shortcutHandle - Variable in class org.eclipse.swt.widgets.MenuItem
GTK4 only fields
shortenedText - Variable in class org.eclipse.swt.custom.CTabItem
 
shortenedTextWidth - Variable in class org.eclipse.swt.custom.CTabItem
 
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.
shortenText(GC, String, int) - Method in class org.eclipse.swt.custom.CTabFolderRenderer
 
shortenText(GC, String, int, String) - Method in class org.eclipse.swt.custom.CTabFolderRenderer
 
shouldApplyLargeTextPadding(CTabFolder) - Method in class org.eclipse.swt.custom.CTabFolderRenderer
 
shouldDrawCloseIcon(CTabItem) - Method in class org.eclipse.swt.custom.CTabFolderRenderer
 
shouldHighlight() - Method in class org.eclipse.swt.custom.CTabFolder
 
shouldUseSmoothScaling() - Method in interface org.eclipse.swt.internal.DPIUtil.UseSmoothScalingProvider
 
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 - Static variable in class org.eclipse.swt.widgets.Widget
 
show_help - Static variable in class org.eclipse.swt.internal.gtk.OS
 
SHOW_HELP - Static variable in class org.eclipse.swt.widgets.Widget
 
showAdapter(Consumer) - 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.
showAsync(Shell) - Static method in class org.eclipse.swt.browser.Browser.WebViewUnavailableDialog
 
showBorder - Variable in class org.eclipse.swt.custom.AnimatedProgress
Deprecated.
showBorder - Variable in class org.eclipse.swt.custom.ViewForm
 
showCaret() - Method in class org.eclipse.swt.custom.StyledText
Sets the caret location and scrolls the caret offset into view.
showCaret() - Method in class org.eclipse.swt.widgets.Caret
 
showChevron - Variable in class org.eclipse.swt.custom.CTabFolder
 
showClose - Variable in class org.eclipse.swt.custom.CTabFolder
 
showClose - Variable in class org.eclipse.swt.custom.CTabItem
 
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.
showFirstColumn() - Method in class org.eclipse.swt.widgets.Table
 
showFirstColumn() - Method in class org.eclipse.swt.widgets.Tree
 
showFocusedControl - Variable in class org.eclipse.swt.custom.ScrolledComposite
 
showIMWindow(Control) - Method in class org.eclipse.swt.widgets.Display
 
showing - Variable in class org.eclipse.swt.custom.CTabItem
 
showItem(long) - Method in class org.eclipse.swt.widgets.Table
 
showItem(long, boolean) - Method in class org.eclipse.swt.widgets.Tree
 
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.
showList(Rectangle) - Method in class org.eclipse.swt.custom.CTabFolder
 
showListAdapter(Consumer) - 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.
showLocation(Rectangle, boolean) - Method in class org.eclipse.swt.custom.StyledText
 
showMax - Variable in class org.eclipse.swt.custom.CTabFolder
 
showMenu - Variable in class org.eclipse.swt.custom.CTabFolder
 
showMenu(int, int) - Method in class org.eclipse.swt.widgets.Control
 
showMenu(int, int, int) - Method in class org.eclipse.swt.widgets.Control
 
showMin - Variable in class org.eclipse.swt.custom.CTabFolder
 
showNextFocusedControl - Variable in class org.eclipse.swt.custom.ScrolledComposite
 
shownOnce - Static variable in class org.eclipse.swt.browser.Browser.WebViewUnavailableDialog
 
showPopupShell(Point, Point, Rectangle, Rectangle) - Method in class org.eclipse.swt.widgets.DateTime
 
showSelectedImage - Variable in class org.eclipse.swt.custom.CTabFolder
 
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.
showStripes - Variable in class org.eclipse.swt.custom.AnimatedProgress
Deprecated.
showUnselectedClose - Variable in class org.eclipse.swt.custom.CTabFolder
 
showUnselectedImage - Variable in class org.eclipse.swt.custom.CTabFolder
 
showWeekNumbers() - Method in class org.eclipse.swt.widgets.DateTime
 
showWhile(Future) - Static method in class org.eclipse.swt.custom.BusyIndicator
If called from a Display thread, waits for the given Future to complete and provides busy feedback using the busy indicator.
showWhile(Display, Runnable) - Static method in class org.eclipse.swt.custom.BusyIndicator
Runs the given Runnable while providing busy feedback using this busy indicator.
showWidget() - Method in class org.eclipse.swt.widgets.Button
 
showWidget() - Method in class org.eclipse.swt.widgets.Composite
 
showWidget() - Method in class org.eclipse.swt.widgets.Control
 
showWidget() - Method in class org.eclipse.swt.widgets.Group
 
showWidget() - Method in class org.eclipse.swt.widgets.Label
 
showWidget() - Method in class org.eclipse.swt.widgets.Link
 
showWidget() - Method in class org.eclipse.swt.widgets.Scrollable
 
showWidget() - Method in class org.eclipse.swt.widgets.Shell
 
showWidget(int) - Method in class org.eclipse.swt.widgets.ExpandItem
 
showWidget(int) - Method in class org.eclipse.swt.widgets.ToolItem
 
showWithParent - Variable in class org.eclipse.swt.widgets.Shell
 
shutdownHook - Variable in class org.eclipse.swt.internal.SessionManagerDBus
 
ShutdownHook(SessionManagerDBus) - Constructor for class org.eclipse.swt.internal.SessionManagerDBus.ShutdownHook
 
signalCallback - Variable in class org.eclipse.swt.widgets.Display
 
signalIds - Variable in class org.eclipse.swt.widgets.Display
 
signalProc - Variable in class org.eclipse.swt.widgets.Display
 
signalProc(long, long, long) - Method in class org.eclipse.swt.widgets.Display
 
signature - Variable in class org.eclipse.swt.internal.Callback
 
signature - Variable in class org.eclipse.swt.internal.image.GIFFileFormat
 
signature() - Method in class org.eclipse.swt.internal.image.JPEGArithmeticConditioningTable
 
signature() - Method in class org.eclipse.swt.internal.image.JPEGComment
 
signature() - Method in class org.eclipse.swt.internal.image.JPEGEndOfImage
 
signature() - Method in class org.eclipse.swt.internal.image.JPEGHuffmanTable
 
signature() - Method in class org.eclipse.swt.internal.image.JPEGQuantizationTable
 
signature() - Method in class org.eclipse.swt.internal.image.JPEGRestartInterval
 
signature() - Method in class org.eclipse.swt.internal.image.JPEGScanHeader
 
signature() - Method in class org.eclipse.swt.internal.image.JPEGSegment
 
signature() - Method in class org.eclipse.swt.internal.image.JPEGStartOfImage
 
SIGNATURE - Static variable in class org.eclipse.swt.internal.image.PngEncoder
 
SIGNATURE_0 - Static variable in class org.eclipse.swt.internal.Callback
 
SIGNATURE_1 - Static variable in class org.eclipse.swt.internal.Callback
 
SIGNATURE_2 - Static variable in class org.eclipse.swt.internal.Callback
 
SIGNATURE_3 - Static variable in class org.eclipse.swt.internal.Callback
 
SIGNATURE_4 - Static variable in class org.eclipse.swt.internal.Callback
 
SIGNATURE_LENGTH - Static variable in class org.eclipse.swt.internal.image.PNGFileFormat
 
SIGNATURE_N - Static variable in class org.eclipse.swt.internal.Callback
 
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 - Variable in class org.eclipse.swt.custom.CBanner
 
simple - Variable in class org.eclipse.swt.custom.CTabFolder
 
SIMPLE - Static variable in class org.eclipse.swt.SWT
Style constant for simple (not drop down) behavior (value is 1<<6).
SIMPLE_BOTTOM_LEFT_CORNER - Static variable in class org.eclipse.swt.custom.CTabFolderRenderer
 
SIMPLE_BOTTOM_LEFT_CORNER_BORDERLESS - Static variable in class org.eclipse.swt.custom.CTabFolderRenderer
 
SIMPLE_BOTTOM_RIGHT_CORNER - Static variable in class org.eclipse.swt.custom.CTabFolderRenderer
 
SIMPLE_BOTTOM_RIGHT_CORNER_BORDERLESS - Static variable in class org.eclipse.swt.custom.CTabFolderRenderer
 
SIMPLE_TOP_LEFT_CORNER - Static variable in class org.eclipse.swt.custom.CTabFolderRenderer
 
SIMPLE_TOP_LEFT_CORNER_BORDERLESS - Static variable in class org.eclipse.swt.custom.CTabFolderRenderer
 
SIMPLE_TOP_RIGHT_CORNER - Static variable in class org.eclipse.swt.custom.CTabFolderRenderer
 
SIMPLE_TOP_RIGHT_CORNER_BORDERLESS - Static variable in class org.eclipse.swt.custom.CTabFolderRenderer
 
SIMPLE_UNSELECTED_INNER_CORNER - Static variable in class org.eclipse.swt.custom.CTabFolderRenderer
 
single - Variable in class org.eclipse.swt.custom.CTabFolder
 
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).
singleLine - Variable in class org.eclipse.swt.custom.StyledText.Printing
 
size - Variable in class org.eclipse.swt.browser.WindowEvent
Requested Browser size.
size() - Method in class org.eclipse.swt.custom.Bullet
 
size() - Method in class org.eclipse.swt.widgets.EventTable
 
size(Collection) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
 
size_allocate - Variable in class org.eclipse.swt.internal.gtk.GtkWidgetClass
 
size_allocate - Static variable in class org.eclipse.swt.internal.gtk.OS
 
SIZE_ALLOCATE - Static variable in class org.eclipse.swt.widgets.Widget
 
SIZE_ALLOCATE_GTK4 - Static variable in class org.eclipse.swt.widgets.Widget
 
sizeAllocateCallback - Variable in class org.eclipse.swt.widgets.Display
 
sizeAllocateProc - Variable in class org.eclipse.swt.widgets.Display
 
sizeAllocateProc(long, long, long) - Method in class org.eclipse.swt.widgets.Display
 
sizeAllocateProc(long, long, long) - Method in class org.eclipse.swt.widgets.Shell
 
sizeAllocateProc(long, long, long) - Method in class org.eclipse.swt.widgets.Widget
 
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
 
sizeRequestCallback - Variable in class org.eclipse.swt.widgets.Display
 
sizeRequestProc - Variable in class org.eclipse.swt.widgets.Display
 
sizeRequestProc(long, long, long) - Method in class org.eclipse.swt.widgets.Display
 
sizeRequestProc(long, long, long) - Method in class org.eclipse.swt.widgets.Shell
 
sizeRequestProc(long, long, long) - Method in class org.eclipse.swt.widgets.Widget
 
sizeRounding - Variable in class org.eclipse.swt.graphics.Rectangle.OfFloat
 
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.
SKIN_NEEDED - Static variable in class org.eclipse.swt.widgets.Widget
 
skinCount - Variable in class org.eclipse.swt.widgets.Display
 
skinList - Variable in class org.eclipse.swt.widgets.Display
 
skip_input_data(JPEGDecoder.jpeg_decompress_struct, int) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
skip_variable(JPEGDecoder.jpeg_decompress_struct) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
skipSegmentFrom(LEDataInputStream) - Static method in class org.eclipse.swt.internal.image.JPEGFileFormat
 
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, for removal: This API element is subject to removal in a future version.
The same as PreExternalEventDispatch (value is 52).
SLEEP - Static variable in class org.eclipse.swt.custom.AnimatedProgress
Deprecated.
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.
SLOT_IN_USE - Static variable in class org.eclipse.swt.widgets.Display
 
SMOOTH - Enum constant in enum class org.eclipse.swt.internal.DPIUtil.AutoScaleMethod
 
SMOOTH - Static variable in class org.eclipse.swt.SWT
Style constant for smooth appearance.
smoothing_ok(JPEGDecoder.jpeg_decompress_struct) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
snapshot - Variable in class org.eclipse.swt.internal.gtk.GtkCellRendererClass
 
snapshot - Variable in class org.eclipse.swt.internal.gtk.GtkWidgetClass
 
snapshotDraw - Variable in class org.eclipse.swt.widgets.Display
 
snapshotDrawProc - Variable in class org.eclipse.swt.widgets.Display
 
snapshotDrawProc(long, long) - Method in class org.eclipse.swt.widgets.Display
 
snapshotToDraw(long, long) - Method in class org.eclipse.swt.widgets.Widget
Converts an incoming snapshot into a gtk_draw() call, complete with a Cairo context.
socketHandle - Variable in class org.eclipse.swt.widgets.Composite
 
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
 
solveX(int) - Method in class org.eclipse.swt.layout.FormAttachment
 
solveY(int) - Method in class org.eclipse.swt.layout.FormAttachment
 
sort(int[]) - Method in class org.eclipse.swt.widgets.Control
 
sort(Image[]) - Method in class org.eclipse.swt.widgets.Decorations
 
sortColumn - Variable in class org.eclipse.swt.widgets.Table
 
sortColumn - Variable in class org.eclipse.swt.widgets.Tree
 
sortDirection - Variable in class org.eclipse.swt.widgets.Table
 
sortDirection - Variable in class org.eclipse.swt.widgets.Tree
 
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_get_major_version() - 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.
sourceId - Variable in enum class org.eclipse.swt.dnd.ContentProviders.CLIPBOARD_DATA
Used to map the data passed through the serializers (from gdk_content_serializer_get_value) back to the clipboard data that value is referring to.
SPACE - Static variable in class org.eclipse.swt.SWT
ASCII character convenience constant for the space character (value is the char ' ').
SPACE_FOR_CURSOR - Static variable in class org.eclipse.swt.widgets.DateTime
 
SPACE_FOR_CURSOR - Static variable in class org.eclipse.swt.widgets.Text
 
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.
spacing - Variable in class org.eclipse.swt.widgets.ExpandBar
 
SPACING - Static variable in class org.eclipse.swt.custom.CTabFolder
 
spikeAbove - Variable in class org.eclipse.swt.widgets.ToolTip
 
spinButtonHandle - Variable in class org.eclipse.swt.widgets.DateTime
Major handles of this class.
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.
splitString(String) - Method in class org.eclipse.swt.custom.CLabel
 
splitString(String, char) - Static method in class org.eclipse.swt.widgets.ColorDialog
 
src - Variable in class org.eclipse.swt.internal.image.TIFFModifiedHuffmanCodec
 
Ss - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
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
 
stack - Variable in class org.eclipse.swt.internal.image.LZWCodec
 
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.StyledTextRenderer.StyleEntry
 
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.graphics.TextLayout.StyleItem
 
start - Variable in class org.eclipse.swt.internal.image.TIFFRandomFileAccess
 
start - Static variable in class org.eclipse.swt.printing.Printer
 
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() - Method in class org.eclipse.swt.internal.SessionManagerDBus
 
start_iMCU_row(JPEGDecoder.jpeg_decompress_struct) - Method in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_d_coef_controller
 
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_input_pass(JPEGDecoder.jpeg_decompress_struct) - Method in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_d_coef_controller
 
start_input_pass(JPEGDecoder.jpeg_decompress_struct) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
start_interactive_search - Static variable in class org.eclipse.swt.internal.gtk.OS
 
START_INTERACTIVE_SEARCH - Static variable in class org.eclipse.swt.widgets.Widget
 
start_of_file - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
start_offset - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTextRange
 
start_output_pass(JPEGDecoder.jpeg_decompress_struct) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
start_pass(JPEGDecoder.jpeg_decompress_struct) - Method in class org.eclipse.swt.internal.image.JPEGDecoder.huff_entropy_decoder
 
start_pass(JPEGDecoder.jpeg_decompress_struct) - Method in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_color_deconverter
 
start_pass(JPEGDecoder.jpeg_decompress_struct) - Method in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_entropy_decoder
 
start_pass(JPEGDecoder.jpeg_decompress_struct) - Method in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_inverse_dct
 
start_pass(JPEGDecoder.jpeg_decompress_struct) - Method in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_upsampler
 
start_pass(JPEGDecoder.jpeg_decompress_struct) - Method in class org.eclipse.swt.internal.image.JPEGDecoder.phuff_entropy_decoder
 
start_pass(JPEGDecoder.jpeg_decompress_struct, boolean) - Method in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_color_quantizer
 
start_pass(JPEGDecoder.jpeg_decompress_struct, int) - Method in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_d_main_controller
 
start_pass(JPEGDecoder.jpeg_decompress_struct, int) - Method in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_d_post_controller
 
start_pass_huff_decoder(JPEGDecoder.jpeg_decompress_struct) - Method in class org.eclipse.swt.internal.image.JPEGDecoder.huff_entropy_decoder
 
start_pass_phuff_decoder(JPEGDecoder.jpeg_decompress_struct) - Method in class org.eclipse.swt.internal.image.JPEGDecoder.phuff_entropy_decoder
 
starting_row - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_d_post_controller
 
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.
startLine - Variable in class org.eclipse.swt.custom.StyledText.Printing
 
startOffset - Variable in class org.eclipse.swt.custom.TextWriter
 
startOffset - Variable in class org.eclipse.swt.widgets.IME
 
startPage - Variable in class org.eclipse.swt.custom.StyledText.Printing
 
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.graphics.Device
 
startTracking() - Method in class org.eclipse.swt.internal.WidgetSpy.NonDisposedWidgetTracker
 
startX - Variable in class org.eclipse.swt.widgets.Sash
 
startY - Variable in class org.eclipse.swt.widgets.Sash
 
stash(Throwable) - Method in class org.eclipse.swt.internal.ExceptionStash
 
state - Variable in class org.eclipse.swt.custom.CTabItem
 
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 - Variable in class org.eclipse.swt.widgets.Widget
 
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_local - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_entropy_decoder
 
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.
StaticImageFileFormat() - Constructor for class org.eclipse.swt.internal.image.FileFormat.StaticImageFileFormat
 
status - Variable in class org.eclipse.swt.internal.cairo.cairo_path_t
 
STATUS_ICON_POPUP_MENU - Static variable in class org.eclipse.swt.widgets.Widget
 
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.
statusTextListeners - Variable in class org.eclipse.swt.browser.WebBrowser
 
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
 
STEPSIZE_LARGE - Static variable in class org.eclipse.swt.widgets.Tracker
 
STEPSIZE_SMALL - Static variable in class org.eclipse.swt.widgets.Tracker
 
stereo - Variable in class org.eclipse.swt.opengl.GLData
Specifies a stereo surface.
stippled - Variable in class org.eclipse.swt.widgets.Tracker
 
stop() - Method in class org.eclipse.swt.browser.Browser
Stop any loading and rendering activity.
stop() - Method in class org.eclipse.swt.browser.WebBrowser
 
stop() - Method in class org.eclipse.swt.browser.WebKit
 
stop() - Method in class org.eclipse.swt.custom.AnimatedProgress
Deprecated.
stop() - Method in interface org.eclipse.swt.internal.SessionManagerDBus.IListener
Perform final cleanup here.
stop() - Method in class org.eclipse.swt.internal.SessionManagerDBus
Un-subscribes from session manager events.
stop() - Method in class org.eclipse.swt.widgets.Display.SessionManagerListener
 
STOP_PROPOGATE - Static variable in class org.eclipse.swt.browser.WebKit
 
stopTracking() - Method in class org.eclipse.swt.graphics.Device
 
stopTracking() - Method in class org.eclipse.swt.internal.WidgetSpy.NonDisposedWidgetTracker
 
store() - Method in class org.eclipse.swt.internal.image.PngDeflater
 
store(byte[], byte[]) - Method in class org.eclipse.swt.printing.PrintDialog
 
store(String, boolean) - Method in class org.eclipse.swt.printing.PrintDialog
 
store(String, double) - Method in class org.eclipse.swt.printing.PrintDialog
 
store(String, int) - Method in class org.eclipse.swt.printing.PrintDialog
 
store(String, String) - Method in class org.eclipse.swt.printing.PrintDialog
 
storeBytes(String, long) - Method in class org.eclipse.swt.printing.PrintDialog
 
storeClipboard(long) - Method in class org.eclipse.swt.dnd.ClipboardProxyGTK4
 
storeData(int[], int, int, int, int, int, int, int) - Method in class org.eclipse.swt.internal.image.JPEGFileFormat
 
storedThrowable - Variable in class org.eclipse.swt.internal.ExceptionStash
 
strcmp(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
stream - Variable in class org.eclipse.swt.internal.image.PngDecodingDataStream
 
stream - Variable in class org.eclipse.swt.internal.image.PngLzBlockReader
 
STRICT_CHECKS_ENABLED - Static variable in class org.eclipse.swt.internal.StrictChecks
 
StrictChecks - Class in org.eclipse.swt.internal
 
StrictChecks() - Constructor for class org.eclipse.swt.internal.StrictChecks
 
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
 
STRING - Static variable in class org.eclipse.swt.dnd.TextTransfer
 
STRING_ID - Static variable in class org.eclipse.swt.dnd.TextTransfer
 
stringExtent(String) - Method in class org.eclipse.swt.graphics.GC
Returns the extent of the given string.
stringExtentInPixels(String) - Method in class org.eclipse.swt.graphics.GC
 
stringHeight - Variable in class org.eclipse.swt.graphics.GCData
 
stringify(Object) - Static method in class org.eclipse.swt.browser.JSON
 
strings - Variable in class org.eclipse.swt.widgets.TableItem
 
strings - Variable in class org.eclipse.swt.widgets.TreeItem
 
stringWidth - Variable in class org.eclipse.swt.graphics.GCData
 
strip_height - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_d_post_controller
 
stripByteCounts - Variable in class org.eclipse.swt.internal.image.TIFFDirectory
 
stripMnemonic(String) - Method in class org.eclipse.swt.custom.CCombo
 
stripMnemonic(String) - Method in class org.eclipse.swt.custom.CTabFolder
 
stripMnemonic(String) - Method in class org.eclipse.swt.custom.StyledText
 
stripOffsets - Variable in class org.eclipse.swt.internal.image.TIFFDirectory
 
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.custom.StyledTextEvent
 
style - Variable in class org.eclipse.swt.custom.StyledTextRenderer.StyleEntry
 
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 - Variable in class org.eclipse.swt.graphics.TextLayout.StyleItem
 
style - Variable in class org.eclipse.swt.widgets.Dialog
 
style - Variable in class org.eclipse.swt.widgets.Widget
 
style_updated - Static variable in class org.eclipse.swt.internal.gtk.OS
 
STYLE_UPDATED - Static variable in class org.eclipse.swt.widgets.Display
 
STYLE_UPDATED - Static variable in class org.eclipse.swt.widgets.Widget
 
styleContextEstimateBackgroundColor(long, int) - Method in class org.eclipse.swt.widgets.Display
Background in GTK theme can be more complex then just solid color: 1) Due to 'background-image', 'background-position', 'background-repeat', etc.
styleContextGetColor(long, int) - Method in class org.eclipse.swt.widgets.Display
 
styleCount - Variable in class org.eclipse.swt.custom.StyledTextRenderer
 
styledText - Variable in class org.eclipse.swt.custom.StyledTextRenderer
 
styledText - Variable in class org.eclipse.swt.custom.StyledTextWriterBase
 
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.
STYLEDTEXT_KEY - Static variable in class org.eclipse.swt.custom.StyledText
 
StyledText.Printing - Class in org.eclipse.swt.custom
The Printing class implements printing of a range of text.
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.
StyledTextEvent - Class in org.eclipse.swt.custom
 
StyledTextEvent(StyledTextContent) - Constructor for class org.eclipse.swt.custom.StyledTextEvent
 
StyledTextLineSpacingProvider - Interface in org.eclipse.swt.custom
Line spacing provider used to customize different line spacing for some lines of StyledText
StyledTextListener - Class in org.eclipse.swt.custom
 
StyledTextListener(EventListener) - Constructor for class org.eclipse.swt.custom.StyledTextListener
 
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
 
StyledTextRenderer - Class in org.eclipse.swt.custom
A StyledTextRenderer renders the content of a StyledText widget.
StyledTextRenderer(Device, StyledText) - Constructor for class org.eclipse.swt.custom.StyledTextRenderer
 
StyledTextRenderer.LineDrawInfo - Record Class in org.eclipse.swt.custom
 
StyledTextRenderer.LineInfo - Class in org.eclipse.swt.custom
 
StyledTextRenderer.LineSizeInfo - Class in org.eclipse.swt.custom
 
StyledTextRenderer.StyleEntry - Class in org.eclipse.swt.custom
 
StyledTextWriterBase - Class in org.eclipse.swt.custom
The base class encapsulating the logic used to write styled content as a rich format (HTML, RTF, maybe more).
StyledTextWriterBase(StyledText, int, int) - Constructor for class org.eclipse.swt.custom.StyledTextWriterBase
Creates a writer that processed content starting at offset "start" in the document.
StyleEntry(TextStyle, int, int) - Constructor for class org.eclipse.swt.custom.StyledTextRenderer.StyleEntry
 
styleFlag - Variable in class org.eclipse.swt.graphics.Image
Style flag used to differentiate normal, gray-scale and disabled images based on image data providers.
StyleItem() - Constructor for class org.eclipse.swt.graphics.TextLayout.StyleItem
 
styleLinkParts() - Method in class org.eclipse.swt.widgets.Link
 
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.
styles - Variable in class org.eclipse.swt.custom.StyledTextEvent
 
styles - Variable in class org.eclipse.swt.custom.StyledTextRenderer
 
styles - Variable in class org.eclipse.swt.graphics.TextLayout
 
styles - Variable in class org.eclipse.swt.widgets.IME
 
stylesCount - Variable in class org.eclipse.swt.graphics.TextLayout
 
stylesSet - Variable in class org.eclipse.swt.custom.StyledTextRenderer
 
stylesSetCount - Variable in class org.eclipse.swt.custom.StyledTextRenderer
 
subfileType - Variable in class org.eclipse.swt.internal.image.TIFFDirectory
 
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
 
suffix - Variable in class org.eclipse.swt.internal.image.LZWCodec
 
suffix - Variable in class org.eclipse.swt.internal.image.LZWNode
 
SUFFIX_64 - Static variable in class org.eclipse.swt.internal.Library
 
surface - Variable in class org.eclipse.swt.graphics.Image
The handle to the OS cairo surface resource.
surface - Variable in class org.eclipse.swt.graphics.Pattern
 
surface - Variable in class org.eclipse.swt.printing.Printer
 
surface - Variable in class org.eclipse.swt.widgets.Tracker
 
surfaces - Variable in class org.eclipse.swt.internal.ImageList
 
sv_actual - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_color_quantizer
 
sv_colormap - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_color_quantizer
 
SVGFileFormat - Class in org.eclipse.swt.internal.image
A FileFormat implementation for handling SVG (Scalable Vector Graphics) files.
SVGFileFormat() - Constructor for class org.eclipse.swt.internal.image.SVGFileFormat
 
SVGRasterizer - Interface in org.eclipse.swt.internal.image
Defines the interface for an SVG rasterizer, responsible for converting SVG data into rasterized images.
swapBuffers() - Method in class org.eclipse.swt.opengl.GLCanvas
Swaps the front and back color buffers.
swingInitialized - Static variable in class org.eclipse.swt.awt.SWT_AWT
 
swipeProc(long, double, double, long) - Static method in class org.eclipse.swt.widgets.Control
 
switch_page - Static variable in class org.eclipse.swt.internal.gtk.OS
 
SWITCH_PAGE - Static variable in class org.eclipse.swt.widgets.Widget
 
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_AUTOSCALE - Static variable in class org.eclipse.swt.internal.DPIUtil
System property that controls the autoScale functionality.
SWT_AUTOSCALE_METHOD - Static variable in class org.eclipse.swt.internal.DPIUtil
System property that controls the method for scaling images: "nearest": nearest-neighbor interpolation, may look jagged "smooth": smooth edges, may look blurry The current default is to use "smooth" on GTK when deviceZoom is an integer multiple of 100% and on Windows if monitor-specific scaling is enabled, and "nearest" otherwise..
SWT_AUTOSCALE_UPDATE_ON_RUNTIME - Static variable in class org.eclipse.swt.internal.DPIUtil
System property to enable to scale the application on runtime when a DPI change is detected.
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_COLOR_LIST_SELECTION_INACTIVE - Variable in class org.eclipse.swt.widgets.Display
 
SWT_COLOR_LIST_SELECTION_TEXT_INACTIVE - Variable in class org.eclipse.swt.widgets.Display
 
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_GDBUS_VERSION_INFO - Static variable in class org.eclipse.swt.internal.GDBus
 
SWT_LIB_DIR - Static variable in class org.eclipse.swt.internal.Library
 
SWT_LIB_PATH - Static variable in class org.eclipse.swt.internal.Library
 
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_OBJECT_INDEX - Static variable in class org.eclipse.swt.widgets.Display
 
SWT_OBJECT_INDEX1 - Static variable in class org.eclipse.swt.widgets.Display
 
SWT_OBJECT_INDEX2 - Static variable in class org.eclipse.swt.widgets.Display
 
SWT_PADDED_MENU_ITEMS - Static variable in class org.eclipse.swt.internal.gtk.OS
 
SWT_PROTOCOL - Static variable in class org.eclipse.swt.browser.WebKit
 
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.
SWT_WEBKITGTK_VERSION - Static variable in class org.eclipse.swt.browser.WebKit
 
swtAsyncTimeout - Variable in class org.eclipse.swt.browser.WebKit.Webkit2AsyncToSync.Webkit2AsyncReturnObj
Set to true if call timed out.
SwtCallable<V,E> - Interface in org.eclipse.swt
A method that returns a result and may throw a checked exception of the given type.
SWTError - Exception Class in org.eclipse.swt
This error is thrown whenever an unrecoverable error occurs internally in SWT.
SWTError() - Constructor for exception class org.eclipse.swt.SWTError
Constructs a new instance of this class with its stack trace filled in.
SWTError(int) - Constructor for exception class 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 exception class 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 exception class 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
Deprecated, for removal: This API element is subject to removal in a future version.
SWTException - Exception Class in org.eclipse.swt
This runtime exception is thrown whenever a recoverable error occurs internally in SWT.
SWTException() - Constructor for exception class org.eclipse.swt.SWTException
Constructs a new instance of this class with its stack trace filled in.
SWTException(int) - Constructor for exception class 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 class 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 class 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
 
SwtRunnable<E> - Interface in org.eclipse.swt
A method that returns no result and may throw a checked exception of the given type.
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) - 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 - Variable in class org.eclipse.swt.widgets.Display
 
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.
syncThread - Variable in class org.eclipse.swt.widgets.Synchronizer
 
synthesizeWindowActivation(Frame, boolean) - Static method in class org.eclipse.swt.awt.SWT_AWT
 
SYSTEM_MODAL - Static variable in class org.eclipse.swt.SWT
Style constant for system modal behavior (value is 1<<17).
systemFont - Variable in class org.eclipse.swt.graphics.Device
 

T

t4Options - Variable in class org.eclipse.swt.internal.image.TIFFDirectory
 
TAB - Static variable in class org.eclipse.swt.custom.StyledText
 
TAB - Static variable in class org.eclipse.swt.SWT
ASCII character convenience constant for the tab character (value is the char '\t').
tabAreaColor - Variable in class org.eclipse.swt.custom.CTabFolderRenderer
 
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.
TabFolderLayout - Class in org.eclipse.swt.layout
This layout controls the position and size of the children of a tab folder.
TabFolderLayout() - Constructor for class org.eclipse.swt.layout.TabFolderLayout
 
tabHeight - Variable in class org.eclipse.swt.custom.CTabFolder
 
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.
tabItemList - Variable in class org.eclipse.swt.widgets.ToolBar
 
table - Variable in class org.eclipse.swt.custom.TableCursor
 
table - Variable in class org.eclipse.swt.custom.TableEditor
 
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.
tableClass - Variable in class org.eclipse.swt.internal.image.JPEGHuffmanTable
 
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.
tableFocusIn(Event) - Method in class org.eclipse.swt.custom.TableCursor
 
tableIdentifier - Variable in class org.eclipse.swt.internal.image.JPEGHuffmanTable
 
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.
TableItem(Table, int, int, boolean) - Constructor for class org.eclipse.swt.widgets.TableItem
 
tableListener - Variable in class org.eclipse.swt.custom.TableCursor
 
tableMouseDown(Event) - Method in class org.eclipse.swt.custom.TableCursor
 
tabLength - Variable in class org.eclipse.swt.custom.StyledText.Printing
 
tabLength - Variable in class org.eclipse.swt.custom.StyledText
 
tabLength - Variable in class org.eclipse.swt.custom.StyledTextRenderer
 
tabList - Variable in class org.eclipse.swt.widgets.Composite
 
tabListeners - Variable in class org.eclipse.swt.custom.CTabFolder
 
tabs - Variable in class org.eclipse.swt.custom.StyledText
 
tabs - Variable in class org.eclipse.swt.graphics.TextLayout
 
tabs - Variable in class org.eclipse.swt.widgets.Text
 
TABS_WITHOUT_ICONS_PADDING - Static variable in class org.eclipse.swt.custom.CTabFolderRenderer
 
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)
tabStops - Variable in class org.eclipse.swt.custom.StyledTextEvent
 
tabStops - Variable in class org.eclipse.swt.custom.StyledTextRenderer.LineInfo
 
TABSTOPS - Static variable in class org.eclipse.swt.custom.StyledTextRenderer
 
tabWidth - Variable in class org.eclipse.swt.custom.StyledTextRenderer
 
tag - Variable in class org.eclipse.swt.custom.HTMLWriter
 
TAG_BitsPerSample - Static variable in class org.eclipse.swt.internal.image.TIFFDirectory
 
TAG_ColorMap - Static variable in class org.eclipse.swt.internal.image.TIFFDirectory
 
TAG_Compression - Static variable in class org.eclipse.swt.internal.image.TIFFDirectory
 
TAG_DateTime - Static variable in class org.eclipse.swt.internal.image.TIFFDirectory
 
TAG_FillOrder - Static variable in class org.eclipse.swt.internal.image.TIFFDirectory
 
TAG_IDAT - Static variable in class org.eclipse.swt.internal.image.PngEncoder
 
TAG_IEND - Static variable in class org.eclipse.swt.internal.image.PngEncoder
 
TAG_IHDR - Static variable in class org.eclipse.swt.internal.image.PngEncoder
 
TAG_ImageDescription - Static variable in class org.eclipse.swt.internal.image.TIFFDirectory
 
TAG_ImageLength - Static variable in class org.eclipse.swt.internal.image.TIFFDirectory
 
TAG_ImageWidth - Static variable in class org.eclipse.swt.internal.image.TIFFDirectory
 
TAG_NewSubfileType - Static variable in class org.eclipse.swt.internal.image.TIFFDirectory
 
TAG_Orientation - Static variable in class org.eclipse.swt.internal.image.TIFFDirectory
 
TAG_PhotometricInterpretation - Static variable in class org.eclipse.swt.internal.image.TIFFDirectory
 
TAG_PlanarConfiguration - Static variable in class org.eclipse.swt.internal.image.TIFFDirectory
 
TAG_PLTE - Static variable in class org.eclipse.swt.internal.image.PngEncoder
 
TAG_ResolutionUnit - Static variable in class org.eclipse.swt.internal.image.TIFFDirectory
 
TAG_RowsPerStrip - Static variable in class org.eclipse.swt.internal.image.TIFFDirectory
 
TAG_SamplesPerPixel - Static variable in class org.eclipse.swt.internal.image.TIFFDirectory
 
TAG_Software - Static variable in class org.eclipse.swt.internal.image.TIFFDirectory
 
TAG_StripByteCounts - Static variable in class org.eclipse.swt.internal.image.TIFFDirectory
 
TAG_StripOffsets - Static variable in class org.eclipse.swt.internal.image.TIFFDirectory
 
TAG_SubfileType - Static variable in class org.eclipse.swt.internal.image.TIFFDirectory
 
TAG_T4Options - Static variable in class org.eclipse.swt.internal.image.TIFFDirectory
 
TAG_TRNS - Static variable in class org.eclipse.swt.internal.image.PngEncoder
 
TAG_XResolution - Static variable in class org.eclipse.swt.internal.image.TIFFDirectory
 
TAG_YResolution - Static variable in class org.eclipse.swt.internal.image.TIFFDirectory
 
target - Variable in class org.eclipse.swt.accessibility.Accessible.Relation
 
target - Variable in class org.eclipse.swt.internal.gtk3.GtkTargetEntry
 
TARGET - Static variable in class org.eclipse.swt.dnd.Clipboard
GTK3 only
targetList - Variable in class org.eclipse.swt.dnd.DragSource
 
TaskBar - Class in org.eclipse.swt.widgets
Instances of this class represent the system task bar.
TaskBar(Display, int) - Constructor for class org.eclipse.swt.widgets.TaskBar
 
TaskItem - Class in org.eclipse.swt.widgets
Instances of this class represent a task item.
TaskItem(TaskBar, int) - Constructor for class org.eclipse.swt.widgets.TaskItem
Constructs a new instance of this class given its parent (which must be a Tray) and a style value describing its behavior and appearance.
teardown_gdbus() - Static method in class org.eclipse.swt.internal.GDBus
 
TEM - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
temporarilyDisabled - Static variable in class org.eclipse.swt.internal.StrictChecks
 
test_collapse_row - Static variable in class org.eclipse.swt.internal.gtk.OS
 
TEST_COLLAPSE_ROW - Static variable in class org.eclipse.swt.widgets.Widget
 
test_expand_row - Static variable in class org.eclipse.swt.internal.gtk.OS
 
TEST_EXPAND_ROW - Static variable in class org.eclipse.swt.widgets.Widget
 
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.custom.CCombo
 
text - Variable in class org.eclipse.swt.custom.CLabel
the current text
text - Variable in record class org.eclipse.swt.custom.StyledTextRenderer.LineDrawInfo
The field for the text record component.
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 - Variable in class org.eclipse.swt.graphics.TextLayout
 
text - Static variable in class org.eclipse.swt.internal.gtk.OS
 
text - Variable in class org.eclipse.swt.widgets.Button
 
text - Variable in class org.eclipse.swt.widgets.Decorations
 
text - Variable in class org.eclipse.swt.widgets.Event
depending on the event, the new text that will be inserted.
text - Variable in class org.eclipse.swt.widgets.Group
 
text - Variable in class org.eclipse.swt.widgets.IME
 
text - Variable in class org.eclipse.swt.widgets.Item
 
text - Variable in class org.eclipse.swt.widgets.Label
 
text - Variable in class org.eclipse.swt.widgets.Link
 
text - Variable in class org.eclipse.swt.widgets.ToolTip
 
text() - Method in record class org.eclipse.swt.custom.StyledTextRenderer.LineDrawInfo
Returns the value of the text record component.
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_BUFFER_INSERT_TEXT - Static variable in class org.eclipse.swt.widgets.Widget
 
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_COLUMN - Static variable in class org.eclipse.swt.widgets.List
 
TEXT_DELETE - Static variable in class org.eclipse.swt.accessibility.ACC
 
TEXT_END - Static variable in class org.eclipse.swt.custom.ST
 
TEXT_HTML - Static variable in class org.eclipse.swt.dnd.HTMLTransfer
 
TEXT_HTML_ID - Static variable in class org.eclipse.swt.dnd.HTMLTransfer
 
TEXT_HTML2 - Static variable in class org.eclipse.swt.dnd.HTMLTransfer
 
TEXT_HTML2_ID - Static variable in class org.eclipse.swt.dnd.HTMLTransfer
 
TEXT_INSERT - Static variable in class org.eclipse.swt.accessibility.ACC
 
TEXT_LIMIT - Static variable in class org.eclipse.swt.widgets.Item
Maximum number of characters Windows can reliably display in one line.
TEXT_PLAIN - Static variable in class org.eclipse.swt.dnd.TextTransfer
 
TEXT_PLAIN_ID - Static variable in class org.eclipse.swt.dnd.TextTransfer
 
TEXT_PLAIN_UTF8 - Static variable in class org.eclipse.swt.dnd.TextTransfer
 
TEXT_PLAIN_UTF8_ID - Static variable in class org.eclipse.swt.dnd.TextTransfer
 
text_renderer_info_ptr - Static variable in class org.eclipse.swt.widgets.Display
 
text_renderer_type - Static variable in class org.eclipse.swt.widgets.Display
 
TEXT_RTF - Static variable in class org.eclipse.swt.dnd.RTFTransfer
 
TEXT_RTF_ID - Static variable in class org.eclipse.swt.dnd.RTFTransfer
 
TEXT_RTF2 - Static variable in class org.eclipse.swt.dnd.RTFTransfer
 
TEXT_RTF2_ID - Static variable in class org.eclipse.swt.dnd.RTFTransfer
 
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
 
TEXT_UNICODE - Static variable in class org.eclipse.swt.dnd.URLTransfer
 
TEXT_UNICODE_ID - Static variable in class org.eclipse.swt.dnd.URLTransfer
 
TEXT_XMOZURL - Static variable in class org.eclipse.swt.dnd.URLTransfer
 
TEXT_XMOZURL_ID - Static variable in class org.eclipse.swt.dnd.URLTransfer
 
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.
textCaretMoved(int) - Method in class org.eclipse.swt.accessibility.AccessibleObject
 
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(int, int, int) - Method in class org.eclipse.swt.accessibility.AccessibleObject
 
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 - Variable in class org.eclipse.swt.custom.StyledText
 
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 class org.eclipse.swt.custom.StyledTextRenderer
 
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.
TextChangingEvent(StyledTextContent, StyledTextEvent) - Constructor for class org.eclipse.swt.custom.TextChangingEvent
 
textEntryHandle - Variable in class org.eclipse.swt.widgets.DateTime
Major handles of this class.
textEvent(Event) - Method in class org.eclipse.swt.custom.CCombo
 
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.
textExtentInPixels(String) - Method in class org.eclipse.swt.graphics.GC
 
textExtentInPixels(String, int) - Method in class org.eclipse.swt.graphics.GC
 
textHandle - Variable in class org.eclipse.swt.widgets.Text
GTK4 only field, holds the address to the underlying GtkText widget.
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.
TextLayout.MetricsAdapter - Class in org.eclipse.swt.graphics
Adapts necessary Pango APIs to enforce fixed line metrics (when set)
TextLayout.StyleItem - Class in org.eclipse.swt.graphics
 
textLimit - Variable in class org.eclipse.swt.custom.StyledText
 
textListeners - Variable in class org.eclipse.swt.custom.DefaultContent
 
textRenderer - Variable in class org.eclipse.swt.widgets.Combo
 
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.
textSelectionChanged() - Method in class org.eclipse.swt.accessibility.AccessibleObject
 
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).
textStore - Variable in class org.eclipse.swt.custom.DefaultContent
 
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.
TextTransfer() - Constructor for class org.eclipse.swt.dnd.TextTransfer
 
TextWriter - Class in org.eclipse.swt.custom
The TextWriter class is used to write widget content to a string.
TextWriter(int, int) - Constructor for class org.eclipse.swt.custom.TextWriter
Creates a writer that writes content starting at offset "start" in the document.
TGA - Static variable in class org.eclipse.swt.dnd.ImageTransfer
 
TGA_ID - Static variable in class org.eclipse.swt.dnd.ImageTransfer
 
THEME_BACKGROUND - Static variable in class org.eclipse.swt.widgets.Widget
 
themeDark - Static variable in class org.eclipse.swt.widgets.Display
True if the current theme is dark.
themeName - Static variable in class org.eclipse.swt.widgets.Display
The name of the current theme, including the theme named by GTK_THEME.
thread - Variable in class org.eclipse.swt.widgets.Display
 
thread - Variable in class org.eclipse.swt.widgets.RunnableLock
 
throwable - Variable in exception class org.eclipse.swt.SWTError
The underlying throwable that caused the problem, or null if this information is not available.
throwable - Variable in exception class org.eclipse.swt.SWTException
The underlying throwable that caused the problem, or null if this information is not available.
throwable - Variable in class org.eclipse.swt.widgets.RunnableLock
 
throwCannotRemoveItem(int) - Method in class org.eclipse.swt.widgets.Tree
 
TIFFDirectory - Class in org.eclipse.swt.internal.image
 
TIFFDirectory(ImageData) - Constructor for class org.eclipse.swt.internal.image.TIFFDirectory
 
TIFFDirectory(TIFFRandomFileAccess, boolean, ImageLoader) - Constructor for class org.eclipse.swt.internal.image.TIFFDirectory
 
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
 
TIFFModifiedHuffmanCodec - Class in org.eclipse.swt.internal.image
 
TIFFModifiedHuffmanCodec() - Constructor for class org.eclipse.swt.internal.image.TIFFModifiedHuffmanCodec
 
TIFFRandomFileAccess - Class in org.eclipse.swt.internal.image
 
TIFFRandomFileAccess(LEDataInputStream) - Constructor for class org.eclipse.swt.internal.image.TIFFRandomFileAccess
 
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).
timeout - Variable in class org.eclipse.swt.widgets.Display
 
TIMEOUT - Static variable in class org.eclipse.swt.custom.TableEditor
 
TIMEOUT - Static variable in class org.eclipse.swt.custom.TreeEditor
 
timer - Variable in class org.eclipse.swt.custom.TableEditor
 
timer - Variable in class org.eclipse.swt.custom.TreeEditor
 
timerCallback - Variable in class org.eclipse.swt.widgets.Display
 
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.
timerId - Variable in class org.eclipse.swt.widgets.ProgressBar
 
timerId - Variable in class org.eclipse.swt.widgets.ToolTip
 
timerIds - Variable in class org.eclipse.swt.widgets.Display
 
timerList - Variable in class org.eclipse.swt.widgets.Display
 
timerProc - Variable in class org.eclipse.swt.widgets.Display
 
timerProc(long) - Method in class org.eclipse.swt.widgets.Display
 
timerProc(long) - Method in class org.eclipse.swt.widgets.ProgressBar
 
timerProc(long) - Method in class org.eclipse.swt.widgets.ToolTip
 
timerProc(long) - Method in class org.eclipse.swt.widgets.Widget
 
TIP_HEIGHT - Static variable in class org.eclipse.swt.widgets.ToolTip
 
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 - Variable in class org.eclipse.swt.widgets.Dialog
 
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.
titleListeners - Variable in class org.eclipse.swt.browser.WebBrowser
 
tlsError - Variable in class org.eclipse.swt.browser.WebKit
 
tlsErrorCertificate - Variable in class org.eclipse.swt.browser.WebKit
 
tlsErrorType - Variable in class org.eclipse.swt.browser.WebKit
 
tlsErrorUri - Variable in class org.eclipse.swt.browser.WebKit
 
tlsErrorUriString - Variable in class org.eclipse.swt.browser.WebKit
 
toATKRelation(int) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
 
toAttributeString(String[]) - Method in class org.eclipse.swt.accessibility.AccessibleTextAttributeEvent
 
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(long, long, long) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
Static toDisplay implementation for accessibility purposes.
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.
toDisplayInPixels(int, int) - Method in class org.eclipse.swt.widgets.Control
 
toGdkRGBA(GdkRGBA, double) - Method in class org.eclipse.swt.widgets.Display
This method converts from RGB to HSV, from HSV to HSL (including brightness), from HSL back to HSV and from HSV back to RGB.
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
 
toggle_renderer_info_ptr - Static variable in class org.eclipse.swt.widgets.Display
 
toggle_renderer_type - Static variable in class org.eclipse.swt.widgets.Display
 
toggleButtonTheming - Variable in class org.eclipse.swt.widgets.Button
True iff this toggle button requires special theme handling.
toggled - Static variable in class org.eclipse.swt.internal.gtk.OS
 
TOGGLED - Static variable in class org.eclipse.swt.widgets.Widget
 
toggleItemAndSendEvent(TableItem) - Method in class org.eclipse.swt.widgets.Table
 
toInt(byte[], int, int) - Method in class org.eclipse.swt.internal.image.TIFFDirectory
 
token - Variable in class org.eclipse.swt.browser.BrowserFunction
 
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 - Variable in class org.eclipse.swt.widgets.TrayItem
 
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.
toolTips - Variable in class org.eclipse.swt.widgets.Shell
 
tooltipsHandle - Variable in class org.eclipse.swt.widgets.Shell
 
tooltipsHandle - Variable in class org.eclipse.swt.widgets.TrayItem
 
toolTipText - Variable in class org.eclipse.swt.custom.CTabItem
 
toolTipText - Variable in class org.eclipse.swt.widgets.Control
 
toolTipText - Variable in class org.eclipse.swt.widgets.MenuItem
 
toolTipText - Variable in class org.eclipse.swt.widgets.TabItem
 
toolTipText - Variable in class org.eclipse.swt.widgets.TableColumn
 
toolTipText - Variable in class org.eclipse.swt.widgets.ToolItem
 
toolTipText - Variable in class org.eclipse.swt.widgets.TrayItem
 
toolTipText - Variable in class org.eclipse.swt.widgets.TreeColumn
 
tooltipWindow - Variable in class org.eclipse.swt.widgets.Shell
 
top - Variable in class org.eclipse.swt.browser.BrowserFunction
 
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).
TOP_LEFT_CORNER - Static variable in class org.eclipse.swt.custom.CTabFolderRenderer
 
TOP_LEFT_CORNER_BORDERLESS - Static variable in class org.eclipse.swt.custom.CTabFolderRenderer
 
TOP_LEFT_CORNER_HILITE - Static variable in class org.eclipse.swt.custom.CTabFolderRenderer
 
TOP_RIGHT_CORNER - Static variable in class org.eclipse.swt.custom.CTabFolderRenderer
 
TOP_RIGHT_CORNER_BORDERLESS - Static variable in class org.eclipse.swt.custom.CTabFolderRenderer
 
topCenter - Variable in class org.eclipse.swt.custom.ViewForm
 
topControl - Variable in class org.eclipse.swt.custom.StackLayout
topControl the Control that is displayed at the top of the stack.
topCurveHighlightEnd - Variable in class org.eclipse.swt.custom.CTabFolderRenderer
 
topCurveHighlightStart - Variable in class org.eclipse.swt.custom.CTabFolderRenderer
 
topHandle() - Method in class org.eclipse.swt.widgets.Control
 
topHandle() - Method in class org.eclipse.swt.widgets.Scrollable
 
topHandle() - Method in class org.eclipse.swt.widgets.Shell
 
topHandle() - Method in class org.eclipse.swt.widgets.Widget
 
topIndex - Variable in class org.eclipse.swt.custom.StyledText
 
topIndex - Variable in class org.eclipse.swt.custom.StyledTextRenderer
 
topIndex - Variable in class org.eclipse.swt.widgets.List
 
topIndex - Variable in class org.eclipse.swt.widgets.Table
 
topIndexY - Variable in class org.eclipse.swt.custom.StyledText
 
topItem - Variable in class org.eclipse.swt.widgets.Tree
 
topLeft - Variable in class org.eclipse.swt.custom.ViewForm
 
topMargin - Variable in class org.eclipse.swt.accessibility.AccessibleAttributeEvent
[out] the top margin in pixels
topMargin - Variable in class org.eclipse.swt.custom.CLabel
 
topMargin - Variable in class org.eclipse.swt.custom.StyledText
 
topRight - Variable in class org.eclipse.swt.custom.CTabFolder
 
topRight - Variable in class org.eclipse.swt.custom.ViewForm
 
topRightAlignment - Variable in class org.eclipse.swt.custom.CTabFolder
 
topSlot - Variable in class org.eclipse.swt.internal.image.LZWCodec
 
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 record class org.eclipse.swt.browser.Browser.WebViewUnavailableDialog.DialogOption
Returns a string representation of this record class.
toString() - Method in class org.eclipse.swt.browser.JSON.Writer
 
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.SashFormData
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 record class org.eclipse.swt.custom.StyledTextRenderer.LineDrawInfo
Returns a string representation of this record class.
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.custom.TextWriter
Returns the string.
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.StyleItem
 
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 record class org.eclipse.swt.internal.DPIUtil.ElementAtZoom
Returns a string representation of this record class.
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.internal.image.PngChunk
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
total_iMCU_rows - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
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).
Touch(long, TouchSource, int, boolean, int, int) - Constructor for class org.eclipse.swt.widgets.Touch
Constructs a new touch state from the given inputs.
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.
TouchSource(long, boolean, Rectangle) - Constructor for class org.eclipse.swt.widgets.TouchSource
Constructs a new touch source from the given inputs.
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
 
trackedTypes - Variable in class org.eclipse.swt.internal.WidgetSpy.NonDisposedWidgetTracker
 
tracker - Variable in class org.eclipse.swt.graphics.Resource
Used to track not disposed SWT resource
tracker - Variable in class org.eclipse.swt.widgets.Display
 
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.Device
 
tracking - Variable in class org.eclipse.swt.graphics.DeviceData
 
tracking - Variable in class org.eclipse.swt.widgets.Tracker
 
trackingLock - Variable in class org.eclipse.swt.graphics.Device
 
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
 
transferAgents - Variable in class org.eclipse.swt.dnd.DragSource
 
transferAgents - Variable in class org.eclipse.swt.dnd.DropTarget
 
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
 
transferKey(Transfer) - Method in class org.eclipse.swt.dnd.ContentProviders
Create a string key for the transfer that can be used as a key for Map and as a GType
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.
transformPoints(double[], Point[]) - Static method in class org.eclipse.swt.graphics.GC
Transforms x,y coordinate pairs with given matrix
transformRectangle(double[], Rectangle) - Static method in class org.eclipse.swt.graphics.GC
Transforms rectangle with given matrix
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.
translateKey(int) - Method in class org.eclipse.swt.browser.WebBrowser
 
translateKey(int) - Static method in class org.eclipse.swt.widgets.Display
 
translateMnemonic(int, long) - Method in class org.eclipse.swt.widgets.Control
 
translateMnemonic(Event, Control) - Method in class org.eclipse.swt.widgets.Composite
 
translateMnemonic(Event, Control) - Method in class org.eclipse.swt.widgets.Control
 
translateMnemonics() - Method in class org.eclipse.swt.browser.WebBrowser
 
translateOffset(int) - Method in class org.eclipse.swt.graphics.TextLayout
 
translateOffset(int) - Method in class org.eclipse.swt.widgets.Text
 
translateTraversal(int) - Method in class org.eclipse.swt.widgets.Widget
 
translateTraversal(long) - Method in class org.eclipse.swt.widgets.Combo
 
translateTraversal(long) - Method in class org.eclipse.swt.widgets.Composite
 
translateTraversal(long) - Method in class org.eclipse.swt.widgets.Control
 
translateTraversal(long) - Method in class org.eclipse.swt.widgets.Spinner
 
translateTraversal(long) - Method in class org.eclipse.swt.widgets.Text
 
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).
TRANSPARENCY_TYPE_ALPHAS - Static variable in class org.eclipse.swt.internal.image.PngTrnsChunk
 
TRANSPARENCY_TYPE_PIXEL - Static variable in class org.eclipse.swt.internal.image.PngTrnsChunk
 
transparencyColor - Variable in class org.eclipse.swt.internal.TransparencyColorImageGcDrawer
 
TransparencyColorImageGcDrawer - Class in org.eclipse.swt.internal
 
TransparencyColorImageGcDrawer(Color) - Constructor for class org.eclipse.swt.internal.TransparencyColorImageGcDrawer
 
transparencyType - Variable in class org.eclipse.swt.internal.image.PngEncoder
 
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.Image
specifies the transparent pixel
transparentPixel - Variable in class org.eclipse.swt.graphics.ImageData
The transparent pixel.
transparentPixel - Variable in class org.eclipse.swt.internal.image.GIFFileFormat
 
traversalCode(int, long) - Method in class org.eclipse.swt.widgets.Button
 
traversalCode(int, long) - Method in class org.eclipse.swt.widgets.Composite
 
traversalCode(int, long) - Method in class org.eclipse.swt.widgets.Control
 
traversalCode(int, long) - Method in class org.eclipse.swt.widgets.Link
 
traversalCode(int, long) - Method in class org.eclipse.swt.widgets.Sash
 
traversalCode(int, long) - Method in class org.eclipse.swt.widgets.Text
 
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, char, int, int, int, boolean) - Method in class org.eclipse.swt.widgets.Control
 
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(Event) - Method in class org.eclipse.swt.widgets.Control
 
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).
traverseEscape() - Method in class org.eclipse.swt.widgets.Control
 
traverseEscape() - Method in class org.eclipse.swt.widgets.Shell
 
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.
traverseGroup(boolean) - Method in class org.eclipse.swt.widgets.Control
 
traverseItem(boolean) - Method in class org.eclipse.swt.widgets.Control
 
traverseItem(boolean) - Method in class org.eclipse.swt.widgets.Decorations
 
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.
traverseMnemonic(char) - Method in class org.eclipse.swt.widgets.Control
 
traversePage(boolean) - Method in class org.eclipse.swt.widgets.Control
 
traversePage(boolean) - Method in class org.eclipse.swt.widgets.TabFolder
 
traverseReturn() - Method in class org.eclipse.swt.widgets.Control
 
traverseReturn() - Method in class org.eclipse.swt.widgets.Decorations
 
tray - Variable in class org.eclipse.swt.widgets.Display
 
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.
Tray(Display, int) - Constructor for class org.eclipse.swt.widgets.Tray
 
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 - Variable in class org.eclipse.swt.custom.TreeCursor
 
tree - Variable in class org.eclipse.swt.custom.TreeEditor
 
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
 
treeCollapse(Event) - Method in class org.eclipse.swt.custom.TreeCursor
 
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) - 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.
treeExpand(Event) - Method in class org.eclipse.swt.custom.TreeCursor
 
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) - 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.
treeFocusIn(Event) - Method in class org.eclipse.swt.custom.TreeCursor
 
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.
TreeItem(Tree, long, int, int, long) - Constructor for class org.eclipse.swt.widgets.TreeItem
 
treeListener - Variable in class org.eclipse.swt.custom.TreeCursor
 
treeListener - Variable in class org.eclipse.swt.custom.TreeEditor
 
TreeListener - Interface in org.eclipse.swt.events
Classes which implement this interface provide methods that deal with the expanding and collapsing of tree branches.
treeMouseDown(Event) - Method in class org.eclipse.swt.custom.TreeCursor
 
TreeTableCommon - Class in org.eclipse.swt.dnd
 
TreeTableCommon() - Constructor for class org.eclipse.swt.dnd.TreeTableCommon
 
TRIM_BORDER - Static variable in class org.eclipse.swt.widgets.Display
 
TRIM_NONE - Static variable in class org.eclipse.swt.widgets.Display
 
TRIM_RESIZE - Static variable in class org.eclipse.swt.widgets.Display
 
TRIM_TITLE - Static variable in class org.eclipse.swt.widgets.Display
 
TRIM_TITLE_BORDER - Static variable in class org.eclipse.swt.widgets.Display
 
TRIM_TITLE_RESIZE - Static variable in class org.eclipse.swt.widgets.Display
 
trimHeight() - Method in class org.eclipse.swt.widgets.Shell
 
trimHeights - Variable in class org.eclipse.swt.widgets.Display
 
trimWidth() - Method in class org.eclipse.swt.widgets.Shell
 
trimWidths - Variable in class org.eclipse.swt.widgets.Display
 
two_pass_quantize - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
type - Variable in class org.eclipse.swt.accessibility.Accessible.Relation
 
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
TYPE_ASCII - Static variable in class org.eclipse.swt.internal.image.TIFFDirectory
 
TYPE_BYTE - Static variable in class org.eclipse.swt.internal.image.TIFFDirectory
 
TYPE_FIELD_LENGTH - Static variable in class org.eclipse.swt.internal.image.PngChunk
 
TYPE_GENERIC_16_LSB - Static variable in class org.eclipse.swt.graphics.ImageData
Data types (internal)
TYPE_GENERIC_16_MSB - Static variable in class org.eclipse.swt.graphics.ImageData
Data types (internal)
TYPE_GENERIC_24 - Static variable in class org.eclipse.swt.graphics.ImageData
Data types (internal)
TYPE_GENERIC_32_LSB - Static variable in class org.eclipse.swt.graphics.ImageData
Data types (internal)
TYPE_GENERIC_32_MSB - Static variable in class org.eclipse.swt.graphics.ImageData
Data types (internal)
TYPE_GENERIC_8 - Static variable in class org.eclipse.swt.graphics.ImageData
Data types (internal)
TYPE_IDAT - Static variable in class org.eclipse.swt.internal.image.PngChunk
 
TYPE_IEND - Static variable in class org.eclipse.swt.internal.image.PngChunk
 
TYPE_IHDR - Static variable in class org.eclipse.swt.internal.image.PngChunk
 
TYPE_INDEX_1_LSB - Static variable in class org.eclipse.swt.graphics.ImageData
Data types (internal)
TYPE_INDEX_1_MSB - Static variable in class org.eclipse.swt.graphics.ImageData
Data types (internal)
TYPE_INDEX_16_LSB - Static variable in class org.eclipse.swt.graphics.ImageData
Data types (internal)
TYPE_INDEX_2 - Static variable in class org.eclipse.swt.graphics.ImageData
Data types (internal)
TYPE_INDEX_4 - Static variable in class org.eclipse.swt.graphics.ImageData
Data types (internal)
TYPE_INDEX_8 - Static variable in class org.eclipse.swt.graphics.ImageData
Data types (internal)
TYPE_LONG - Static variable in class org.eclipse.swt.internal.image.TIFFDirectory
 
TYPE_OFFSET - Static variable in class org.eclipse.swt.internal.image.PngChunk
 
TYPE_PLTE - Static variable in class org.eclipse.swt.internal.image.PngChunk
 
TYPE_RATIONAL - Static variable in class org.eclipse.swt.internal.image.TIFFDirectory
 
TYPE_SHORT - Static variable in class org.eclipse.swt.internal.image.TIFFDirectory
 
TYPE_tRNS - Static variable in class org.eclipse.swt.internal.image.PngChunk
 
typeBuffer - Variable in class org.eclipse.swt.widgets.DateTime
 
typeBufferPos - Variable in class org.eclipse.swt.widgets.DateTime
 
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
Deprecated, for removal: This API element is subject to removal in a future version.
This class will become 'strongly' internal. For custom widgets Widget.addTypedListener(EventListener, int...), Widget.getTypedListeners(int, Class) or Widget.removeTypedListener(int, EventListener) can probably be used instead.
TypedListener(EventListener) - Constructor for class org.eclipse.swt.widgets.TypedListener
Deprecated, for removal: This API element is subject to removal in a future version.
TypedListener(SWTEventListener) - Constructor for class org.eclipse.swt.widgets.TypedListener
Deprecated, for removal: This API element is subject to removal in a future version.
typeIndex - Variable in class org.eclipse.swt.dnd.ContentProviders
typeMatchesArray(byte[]) - Method in class org.eclipse.swt.internal.image.PngChunk
 
types - Variable in class org.eclipse.swt.graphics.PathData
The type of each point.
types - Variable in class org.eclipse.swt.widgets.EventTable
 

U

ubuntu_menu_proxy_get() - Static method in class org.eclipse.swt.internal.gtk.OS
 
unbind(Callback) - Static method in class org.eclipse.swt.internal.Callback
Releases the native level resources associated with the callback.
UNCOMPRESSED - Static variable in class org.eclipse.swt.internal.image.PngLzBlockReader
 
uncompressedBytesRemaining - Variable in class org.eclipse.swt.internal.image.PngLzBlockReader
 
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.
ungrab() - Method in class org.eclipse.swt.widgets.Tracker
 
unhook(int, EventListener) - Method in class org.eclipse.swt.widgets.EventTable
 
unhook(int, Listener) - Method in class org.eclipse.swt.widgets.EventTable
 
unhookRowColumnListeners() - Method in class org.eclipse.swt.custom.TableCursor
 
unhookRowColumnListeners() - Method in class org.eclipse.swt.custom.TreeCursor
 
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.
unloadData(ImageData, byte[], OutputStream, int) - Method in class org.eclipse.swt.internal.image.WinBMPFileFormat
Unload the given image's data into the given byte stream using the given compression strategy.
unloadData(ImageData, OutputStream) - Method in class org.eclipse.swt.internal.image.OS2BMPFileFormat
Unload the given image's data into the given byte stream.
unloadDataNoCompression(ImageData, byte[], OutputStream) - Method in class org.eclipse.swt.internal.image.WinBMPFileFormat
Prepare the given image's data for unloading into a byte stream using no compression strategy.
unloadIcon(ImageData) - Method in class org.eclipse.swt.internal.image.WinICOFileFormat
Unload a single icon
unloadIconHeader(ImageData) - Method in class org.eclipse.swt.internal.image.WinICOFileFormat
Unload the icon header for the given icon, calculating the offset.
unloadIntoByteStream(ImageLoader) - Method in class org.eclipse.swt.internal.image.FileFormat
 
unloadIntoByteStream(ImageLoader) - Method in class org.eclipse.swt.internal.image.GIFFileFormat
 
unloadIntoByteStream(ImageLoader) - Method in class org.eclipse.swt.internal.image.JPEGFileFormat
 
unloadIntoByteStream(ImageLoader) - Method in class org.eclipse.swt.internal.image.OS2BMPFileFormat
Unload a DeviceIndependentImage using Windows .BMP format into the given byte stream.
unloadIntoByteStream(ImageLoader) - Method in class org.eclipse.swt.internal.image.PNGFileFormat
 
unloadIntoByteStream(ImageLoader) - Method in class org.eclipse.swt.internal.image.SVGFileFormat
 
unloadIntoByteStream(ImageLoader) - Method in class org.eclipse.swt.internal.image.TIFFFileFormat
 
unloadIntoByteStream(ImageLoader) - Method in class org.eclipse.swt.internal.image.WinBMPFileFormat
Unload a DeviceIndependentImage using Windows .BMP format into the given byte stream.
unloadIntoByteStream(ImageLoader) - Method in class org.eclipse.swt.internal.image.WinICOFileFormat
 
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.
unloadMaskData(ImageData) - Method in class org.eclipse.swt.internal.image.WinICOFileFormat
Unload the mask data for an icon.
unloadShapeData(ImageData) - Method in class org.eclipse.swt.internal.image.WinICOFileFormat
Unload the shape data for an icon.
unmap - Static variable in class org.eclipse.swt.internal.gtk.OS
 
UNMAP - Static variable in class org.eclipse.swt.widgets.Widget
 
unmap_event - Static variable in class org.eclipse.swt.internal.gtk.OS
 
UNMAP_EVENT - Static variable in class org.eclipse.swt.widgets.Widget
 
unread(byte[]) - Method in class org.eclipse.swt.internal.image.LEDataInputStream
Push back the entire content of the given buffer b.
unread_marker - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
UNREALIZE - Static variable in class org.eclipse.swt.widgets.Widget
 
unselected - Variable in class org.eclipse.swt.widgets.Combo
 
untranslateKey(int) - Static method in class org.eclipse.swt.widgets.Display
 
untranslateOffset(int) - Method in class org.eclipse.swt.graphics.TextLayout
 
untranslateOffset(int) - Method in class org.eclipse.swt.widgets.Text
 
UP - Enum constant in enum class org.eclipse.swt.graphics.RoundingMode
 
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.
update() - Method in class org.eclipse.swt.widgets.Tracker
 
update(boolean, boolean) - Method in class org.eclipse.swt.widgets.Control
 
UPDATE_TAB_HEIGHT - Static variable in class org.eclipse.swt.custom.CTabFolder
 
updateAccelerator(long, boolean) - Method in class org.eclipse.swt.widgets.MenuItem
 
updateAcceleratorText(boolean) - Method in class org.eclipse.swt.widgets.MenuItem
 
updateAdler(byte) - Method in class org.eclipse.swt.internal.image.PngDecodingDataStream
 
updateAdler(byte) - Method in class org.eclipse.swt.internal.image.PngDeflater
 
updateBackgroundMode() - Method in class org.eclipse.swt.widgets.Composite
 
updateBackgroundMode() - Method in class org.eclipse.swt.widgets.Control
 
updateBackgroundMode() - Method in class org.eclipse.swt.widgets.Scrollable
 
updateBar() - Method in class org.eclipse.swt.widgets.ProgressBar
 
updateBkImages(boolean) - Method in class org.eclipse.swt.custom.CTabFolder
 
updateBullets(int, int, int, boolean) - Method in class org.eclipse.swt.custom.StyledTextRenderer
 
updateButtons() - Method in class org.eclipse.swt.custom.CTabFolder
Create or dispose min/max buttons.
updateCaret() - Method in class org.eclipse.swt.widgets.Canvas
 
updateCaretDirection - Variable in class org.eclipse.swt.custom.StyledText
 
updateCaretVisibility() - Method in class org.eclipse.swt.custom.StyledText
 
updateChevron() - Method in class org.eclipse.swt.widgets.CoolItem
 
updateChevronImage(boolean) - Method in class org.eclipse.swt.custom.CTabFolder
Update the cached chevron image.
updateChildren() - Method in class org.eclipse.swt.accessibility.AccessibleObject
 
updateControl() - Method in class org.eclipse.swt.widgets.DateTime
 
updateCss() - Method in class org.eclipse.swt.widgets.Combo
 
updateCurve(int) - Method in class org.eclipse.swt.custom.CBanner
 
updateCurves() - Method in class org.eclipse.swt.custom.CTabFolderRenderer
 
updated - Variable in class org.eclipse.swt.widgets.TreeItem
 
updateDecorations(long) - Method in class org.eclipse.swt.widgets.Shell
 
updateDragOverHover(long, DNDEvent) - Method in class org.eclipse.swt.dnd.DropTarget
 
updateEvent(DNDEvent) - Method in class org.eclipse.swt.dnd.DragSourceEvent
 
updateEvent(DNDEvent) - Method in class org.eclipse.swt.dnd.DropTargetEvent
 
updateField(FieldPosition) - Method in class org.eclipse.swt.widgets.DateTime
Returns a field with updated positionla data
updateFlags - Variable in class org.eclipse.swt.custom.CTabFolder
 
updateFolder(int) - Method in class org.eclipse.swt.custom.CTabFolder
 
updateHashtable(int, int) - Method in class org.eclipse.swt.internal.image.PngDeflater
 
updateHeaderCSS() - Method in class org.eclipse.swt.widgets.Table
 
updateHeaderCSS() - Method in class org.eclipse.swt.widgets.Tree
 
updateItems() - Method in class org.eclipse.swt.custom.CTabFolder
 
updateItems(int) - Method in class org.eclipse.swt.custom.CTabFolder
 
updateLayout(boolean) - Method in class org.eclipse.swt.widgets.Composite
 
updateLayout(boolean) - Method in class org.eclipse.swt.widgets.Control
 
updateMaxImage() - Method in class org.eclipse.swt.custom.CTabFolder
Update the cached maximize button image when color is changed.
updateMinImage() - Method in class org.eclipse.swt.custom.CTabFolder
Update the cached minimize button image when color is changed.
updateMinimized(boolean) - Method in class org.eclipse.swt.widgets.Shell
 
updateModal() - Method in class org.eclipse.swt.widgets.Shell
 
updateRanges(int, int, int) - Method in class org.eclipse.swt.custom.StyledTextRenderer
 
updateRun - Variable in class org.eclipse.swt.custom.CTabFolder
 
updateScrollBarValue(ScrollBar) - Method in class org.eclipse.swt.widgets.ExpandBar
 
updateScrollBarValue(ScrollBar) - Method in class org.eclipse.swt.widgets.Scrollable
 
updateScrollBarValue(ScrollBar) - Method in class org.eclipse.swt.widgets.Table
 
updateScrollBarValue(ScrollBar) - Method in class org.eclipse.swt.widgets.Tree
 
updateSelection(int, int, int) - Method in class org.eclipse.swt.custom.StyledText
Updates the selection and caret position depending on the text change.
updateStyle() - Method in class org.eclipse.swt.widgets.ToolItem
 
updateTabHeight(boolean) - Method in class org.eclipse.swt.custom.CTabFolder
 
updateTextDirection(int) - Method in class org.eclipse.swt.widgets.Item
 
updateUserScript() - Method in class org.eclipse.swt.browser.WebKit
 
updateWidgetsVisibility() - Method in class org.eclipse.swt.widgets.Button
 
upper - Variable in class org.eclipse.swt.internal.gtk.GtkAdjustment
 
upsample - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
upsample(JPEGDecoder.jpeg_decompress_struct, byte[][][], int[], int[], int, byte[][], int[], int) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
URI_FILEROOT - Static variable in class org.eclipse.swt.browser.WebKit
 
URI_LIST - Static variable in class org.eclipse.swt.dnd.FileTransfer
 
URI_LIST_ID - Static variable in class org.eclipse.swt.dnd.FileTransfer
 
uriFromFilename(String) - Static method in class org.eclipse.swt.printing.Printer
 
uriMode - Variable in class org.eclipse.swt.widgets.FileDialog
 
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.
URLTransfer() - Constructor for class org.eclipse.swt.dnd.URLTransfer
 
USE_IE_OPTION - Static variable in class org.eclipse.swt.browser.Browser.WebViewUnavailableDialog
 
use_merged_upsample(JPEGDecoder.jpeg_decompress_struct) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
usedCallbackIds - Static variable in class org.eclipse.swt.browser.WebKit.Webkit2AsyncToSync.CallBackMap
 
useDefaultRenderer - Variable in class org.eclipse.swt.custom.CTabFolder
 
useEllipses() - Method in class org.eclipse.swt.custom.CTabFolderRenderer
 
useFixedWidth - Variable in class org.eclipse.swt.widgets.TableColumn
 
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_AGENT - Static variable in class org.eclipse.swt.browser.WebKit
 
USER_HOME - Static variable in class org.eclipse.swt.internal.Library
 
userFunction - Variable in class org.eclipse.swt.internal.GDBus.GDBusMethod
 
userId - Variable in class org.eclipse.swt.widgets.MenuItem
 
userStyle - Variable in class org.eclipse.swt.browser.Browser
 
usesDirectColor() - Method in class org.eclipse.swt.internal.image.PngIhdrChunk
 
useSmoothScalingByDefaultProvider - Static variable in class org.eclipse.swt.internal.DPIUtil
 
using_merged_upsample - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decomp_master
 
UTF8_STRING - Static variable in class org.eclipse.swt.dnd.TextTransfer
 
UTF8_STRING_ID - Static variable in class org.eclipse.swt.dnd.TextTransfer
 

V

v_expand - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_upsampler
 
v_samp_factor - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_component_info
 
V_SCROLL - Static variable in class org.eclipse.swt.SWT
Style constant for vertical scrollbar behavior (value is 1<<9).
V_SCROLL_RATE - Static variable in class org.eclipse.swt.custom.StyledText
 
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
 
validate(PngFileReadState, PngIhdrChunk) - Method in class org.eclipse.swt.internal.image.PngChunk
Answer whether the chunk is a valid PNG chunk.
validate(PngFileReadState, PngIhdrChunk) - Method in class org.eclipse.swt.internal.image.PngIdatChunk
Answer whether the chunk is a valid IDAT chunk.
validate(PngFileReadState, PngIhdrChunk) - Method in class org.eclipse.swt.internal.image.PngIendChunk
Answer whether the chunk is a valid IEND chunk.
validate(PngFileReadState, PngIhdrChunk) - Method in class org.eclipse.swt.internal.image.PngIhdrChunk
Answer whether the chunk is a valid IHDR chunk.
validate(PngFileReadState, PngIhdrChunk) - Method in class org.eclipse.swt.internal.image.PngPlteChunk
Answer whether the chunk is a valid PLTE chunk.
validate(PngFileReadState, PngIhdrChunk, PngPlteChunk) - Method in class org.eclipse.swt.internal.image.PngTrnsChunk
Answer whether the chunk is a valid tRNS chunk.
validateAndGetImageDataAtZoom(ImageDataProvider, int) - Static method in class org.eclipse.swt.internal.DPIUtil
Gets ImageData that are appropriate for the specified zoom level together with the zoom level at which the image data are.
validateAndGetImagePathAtZoom(ImageFileNameProvider, int) - Static method in class org.eclipse.swt.internal.DPIUtil
Gets the image file path that are appropriate for the specified zoom level together with the zoom level at which the image data are.
validateBitDepth(byte[]) - Method in class org.eclipse.swt.internal.image.PNGFileFormat
SWT does not support 16-bit depths.
validateLayout(long) - Method in class org.eclipse.swt.graphics.TextLayout.MetricsAdapter
 
validateLength(PngIhdrChunk, PngPlteChunk) - Method in class org.eclipse.swt.internal.image.PngTrnsChunk
 
validateLinearScaling(ImageDataProvider) - Static method in class org.eclipse.swt.internal.DPIUtil
 
validateOffset(TextLayout, int) - Method in class org.eclipse.swt.custom.CLabel
 
validateReplace(int, int) - Method in class org.eclipse.swt.custom.DefaultContent
Validates the replace operation.
validateValueBounds(FieldPosition, int) - Method in class org.eclipse.swt.widgets.DateTime
 
validateWithBounds(Frame, int, int, int, int) - Static method in class org.eclipse.swt.awt.SWT_AWT
 
ValidBitDepths - Static variable in class org.eclipse.swt.internal.image.PngIhdrChunk
 
ValidColorTypes - Static variable in class org.eclipse.swt.internal.image.PngIhdrChunk
 
valoffset - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.d_derived_tbl
 
value - Variable in class org.eclipse.swt.accessibility.AccessibleValueEvent
 
value - Variable in class org.eclipse.swt.custom.AnimatedProgress
Deprecated.
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.image.PngDeflater.Link
 
value - Variable in class org.eclipse.swt.internal.LONG
 
value_changed - Static variable in class org.eclipse.swt.internal.gtk.OS
 
VALUE_CHANGED - Static variable in class org.eclipse.swt.widgets.Widget
 
value_table - Variable in class org.eclipse.swt.internal.gtk.GTypeInfo
 
valueOf(String) - Static method in enum class org.eclipse.swt.browser.JSON.Reader.Control
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.swt.dnd.ContentProviders.CLIPBOARD_DATA
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.swt.graphics.RoundingMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.swt.internal.DPIUtil.AutoScaleMethod
Returns the enum constant of this class with the specified name.
values - Variable in class org.eclipse.swt.widgets.Display
 
values() - Static method in enum class org.eclipse.swt.browser.JSON.Reader.Control
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.swt.dnd.ContentProviders.CLIPBOARD_DATA
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.swt.graphics.RoundingMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.swt.internal.DPIUtil.AutoScaleMethod
Returns an array containing the constants of this enum class, in the order they are declared.
variant - Variable in class org.eclipse.swt.graphics.FontData
The locales of the font
vboxHandle - Variable in class org.eclipse.swt.widgets.Decorations
 
verify() - Method in class org.eclipse.swt.internal.image.JPEGAppn
 
verify() - Method in class org.eclipse.swt.internal.image.JPEGFrameHeader
 
verify() - Method in class org.eclipse.swt.internal.image.JPEGSegment
 
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.
verifyMenuPosition(int) - Method in class org.eclipse.swt.widgets.Menu
Feature in GTK3 on X11: context menus in SWT are populated dynamically, sometimes asynchronously outside of SWT (i.e.
verifyProgressiveScan() - Method in class org.eclipse.swt.internal.image.JPEGScanHeader
 
verifyText(String, int, int) - Method in class org.eclipse.swt.widgets.Combo
 
verifyText(String, int, int) - Method in class org.eclipse.swt.widgets.Spinner
 
verifyText(String, int, int) - Method in class org.eclipse.swt.widgets.Text
 
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.
VERTICAL_INDENT - Static variable in class org.eclipse.swt.custom.StyledTextRenderer
 
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.
verticalBar - Variable in class org.eclipse.swt.widgets.Scrollable
 
verticalIndent - Variable in class org.eclipse.swt.custom.LineStyleEvent
line vertical indent (input, output)
verticalIndent - Variable in class org.eclipse.swt.custom.StyledTextEvent
 
verticalIndent - Variable in class org.eclipse.swt.custom.StyledTextRenderer.LineInfo
 
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.
verticalIndentInPoints - Variable in class org.eclipse.swt.graphics.TextLayout
 
verticalScrollOffset - Variable in class org.eclipse.swt.custom.StyledText
 
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.
ViewFormLayout - Class in org.eclipse.swt.custom
This class provides the layout for ViewForm
ViewFormLayout() - Constructor for class org.eclipse.swt.custom.ViewFormLayout
 
vinfo - Variable in class org.eclipse.swt.opengl.GLCanvas
 
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.
visibilityWindowListeners - Variable in class org.eclipse.swt.browser.WebBrowser
 
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
 
visibleCount - Variable in class org.eclipse.swt.widgets.Combo
 
visibleItemCount - Variable in class org.eclipse.swt.custom.CCombo
 
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
 
visualWrap - Variable in class org.eclipse.swt.custom.StyledText
 
vScroll() - Method in class org.eclipse.swt.custom.ScrolledComposite
 
vScrollBarSize() - Method in class org.eclipse.swt.widgets.Scrollable
 
vScrollBarWidth() - Method in class org.eclipse.swt.widgets.Scrollable
 

W

w2_bug527738LastRequestCounter - Static variable in class org.eclipse.swt.browser.WebKit
Part of workaround in Bug 527738.
wake - Variable in class org.eclipse.swt.widgets.Display
 
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.
wakeThread() - Method in class org.eclipse.swt.widgets.Display
 
Wakeup - Static variable in class org.eclipse.swt.SWT
Deprecated, for removal: This API element is subject to removal in a future version.
The same as PostExternalEventDispatch (value is 53).
wantDragDropDetection() - Method in class org.eclipse.swt.widgets.Control
 
wantEndSessionResponse() - Method in class org.eclipse.swt.internal.SessionManagerDBus
 
wantToRealInPango(long) - Method in class org.eclipse.swt.graphics.TextLayout.MetricsAdapter
 
wantToRealInPango(PangoRectangle) - Method in class org.eclipse.swt.graphics.TextLayout.MetricsAdapter
Calculates Y offset from line metrics configured in TextLayout.MetricsAdapter.lineMetricsInPixels to real text position for painting.
warningImage - Variable in class org.eclipse.swt.widgets.Display
 
warningLevel - Variable in class org.eclipse.swt.graphics.Device
 
wasScrolled - Variable in class org.eclipse.swt.widgets.Table
 
wasScrolled - Variable in class org.eclipse.swt.widgets.Tree
 
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.
WEB_VIEW_READY - Static variable in class org.eclipse.swt.browser.WebKit
 
webBrowser - Variable in class org.eclipse.swt.browser.Browser
 
WebBrowser - Class in org.eclipse.swt.browser
 
WebBrowser() - Constructor for class org.eclipse.swt.browser.WebBrowser
 
WebBrowser.EvaluateFunction - Class in org.eclipse.swt.browser
 
WEBIEW_UNAVAILABLE_DISABLED - Static variable in class org.eclipse.swt.browser.Browser
 
WebKit - Class in org.eclipse.swt.browser
VERSIONS: Versioning for webkit is somewhat confusing because it's trying to incorporate webkit, gtk and (various linux distribution) versions.
WebKit() - Constructor for class org.eclipse.swt.browser.WebKit
 
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_authenticate(long, long) - Method in class org.eclipse.swt.browser.WebKit
gboolean user_function (WebKitWebView *web_view, WebKitAuthenticationRequest *request, gpointer user_data) - https://webkitgtk.org/reference/webkit2gtk/stable/WebKitWebView.html#WebKitWebView-authenticate
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_close_web_view(long) - Method in class org.eclipse.swt.browser.WebKit
WebKitWebView 'close' signal void user_function (WebKitWebView *web_view, gpointer user_data); // observe *no* return value.
webkit_context_menu(long, long, long, long) - Method in class org.eclipse.swt.browser.WebKit
 
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_create_web_view(long, long) - Method in class org.eclipse.swt.browser.WebKit
 
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_decide_policy(long, long, int, long) - Method in class org.eclipse.swt.browser.WebKit
 
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_decide_destination(long, long) - Static method in class org.eclipse.swt.browser.WebKit
 
webkit_download_failed(long) - Static method in class org.eclipse.swt.browser.WebKit
 
webkit_download_finished(long) - Static method in class org.eclipse.swt.browser.WebKit
 
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_started(long) - Static method in class org.eclipse.swt.browser.WebKit
 
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_find_controller_search(long, byte[], int, int) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_find_controller_search_finish(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_find_controller_search_next(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_find_controller_search_previous(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
WEBKIT_FIND_OPTIONS_WRAP_AROUND - 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_hovering_over_link(long, long, long) - Method in class org.eclipse.swt.browser.WebKit
Webkit2: WebkitWebView mouse-target-change - Normally this signal is called for many different events, e.g hoveing over an image.
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_load_changed(long, int, long) - Method in class org.eclipse.swt.browser.WebKit
 
webkit_load_failed_tls(long, long, long, long) - Method in class org.eclipse.swt.browser.WebKit
Called in cases where a web page failed to load due to TLS errors (self-signed certificates, as an example).
webkit_mouse_target_changed(long, long, long) - Method in class org.eclipse.swt.browser.WebKit
WebkitWebView mouse-target-changed - void user_function (WebKitWebView *web_view, WebKitHitTestResult *hit_test_result, guint modifiers, gpointer user_data) - https://webkitgtk.org/reference/webkit2gtk/stable/WebKitWebView.html#WebKitWebView-mouse-target-changed
webkit_navigation_action_get_request(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_navigation_policy_decision_get_navigation_action(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_network_session_get_cookie_manager(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_network_session_get_default() - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_network_session_get_website_data_manager(long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_notify_progress(long, long) - Method in class org.eclipse.swt.browser.WebKit
Triggered by a change in property.
webkit_notify_title(long, long) - Method in class org.eclipse.swt.browser.WebKit
Triggerd by webkit's 'notify::title' signal and forwarded to this function.
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_settings_get(byte[]) - Method in class org.eclipse.swt.browser.WebKit
 
webkit_settings_get(long, byte[]) - Method in class org.eclipse.swt.browser.WebKit
 
webkit_settings_set(byte[], int) - Method in class org.eclipse.swt.browser.WebKit
 
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_evaluate_javascript(long, byte[], long, long, long, long, long, long) - Static method in class org.eclipse.swt.internal.webkit.WebKitGTK
 
webkit_web_view_evaluate_javascript_finish(long, 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_find_controller(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_ready(long) - Method in class org.eclipse.swt.browser.WebKit
Emitted after "create" on the newly created WebKitWebView when it should be displayed to the user.
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
 
WebKit.Webkit2AsyncToSync - Class in org.eclipse.swt.browser
Webkit2 introduces async api.
WebKit.Webkit2AsyncToSync.CallBackMap - Class in org.eclipse.swt.browser
Every callback is tagged with a unique ID.
WebKit.Webkit2AsyncToSync.Webkit2AsyncReturnObj - Class in org.eclipse.swt.browser
Object used to return data from callback to original call
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
 
Webkit2AsyncReturnObj() - Constructor for class org.eclipse.swt.browser.WebKit.Webkit2AsyncToSync.Webkit2AsyncReturnObj
 
Webkit2AsyncToSync() - Constructor for class org.eclipse.swt.browser.WebKit.Webkit2AsyncToSync
 
webKitDownloadStatus - Static variable in class org.eclipse.swt.browser.WebKit
 
WebKitGTK - Class in org.eclipse.swt.internal.webkit
 
WebKitGTK() - Constructor for class org.eclipse.swt.internal.webkit.WebKitGTK
 
webView - Variable in class org.eclipse.swt.browser.WebKit
 
webViewProc(long, long) - Method in class org.eclipse.swt.browser.WebKit
 
webViewProc(long, long, long) - Method in class org.eclipse.swt.browser.WebKit
 
webViewProc(long, long, long, long) - Method in class org.eclipse.swt.browser.WebKit
 
webViewProc(long, long, long, long, long) - Method in class org.eclipse.swt.browser.WebKit
 
WebViewUnavailableDialog() - Constructor for class org.eclipse.swt.browser.Browser.WebViewUnavailableDialog
 
weight - Variable in class org.eclipse.swt.custom.SashFormData
 
whichptr - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_d_main_controller
 
wHint - Variable in class org.eclipse.swt.layout.BorderData
 
WHITE_CODE - Static variable in class org.eclipse.swt.internal.image.TIFFModifiedHuffmanCodec
 
WHITE_MIN_BITS - Static variable in class org.eclipse.swt.internal.image.TIFFModifiedHuffmanCodec
 
whiteValue - Variable in class org.eclipse.swt.internal.image.TIFFModifiedHuffmanCodec
 
whole_image - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_d_coef_controller
 
whole_image - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_d_post_controller
 
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() - Constructor for class org.eclipse.swt.widgets.Widget
Prevents uninitialized instances from being created outside the package.
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.
WIDGET_EVENT - Static variable in class org.eclipse.swt.browser.WebKit
 
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) - 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) - 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() - Constructor for class org.eclipse.swt.internal.WidgetSpy
 
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
widgetTable - Variable in class org.eclipse.swt.widgets.Display
 
widgetTracker - Variable in class org.eclipse.swt.internal.WidgetSpy
 
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.custom.CTabItem
 
width - Variable in class org.eclipse.swt.custom.StyledTextRenderer.LineSizeInfo
 
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.Image
The width of the image.
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.image.OS2BMPFileFormat
 
width - Variable in class org.eclipse.swt.internal.image.PngEncoder
 
width - Variable in class org.eclipse.swt.internal.image.PngIhdrChunk
 
width - Variable in class org.eclipse.swt.internal.ImageList
 
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.Caret
 
width - Variable in class org.eclipse.swt.widgets.Event
the width of the bounding rectangle of the region that requires painting
width - Variable in class org.eclipse.swt.widgets.ExpandItem
 
width - Variable in class org.eclipse.swt.widgets.Monitor
 
width() - Method in class org.eclipse.swt.graphics.TextLayout
 
WIDTH - Static variable in class org.eclipse.swt.layout.BorderLayout
 
WIDTH_DATA_OFFSET - Static variable in class org.eclipse.swt.internal.image.PngIhdrChunk
 
width_in_blocks - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_component_info
 
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 - Variable in class org.eclipse.swt.internal.image.PngDeflater
 
window - Variable in class org.eclipse.swt.internal.image.PngLzBlockReader
 
window - Variable in class org.eclipse.swt.widgets.Tracker
 
WINDOW - Static variable in class org.eclipse.swt.internal.image.PngDeflater
 
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_STATE_EVENT - Static variable in class org.eclipse.swt.widgets.Widget
 
window_type - Variable in class org.eclipse.swt.internal.gtk3.GdkWindowAttr
 
windowActiveCallback - Variable in class org.eclipse.swt.widgets.Display
 
windowActiveProc - Variable in class org.eclipse.swt.widgets.Display
 
windowActiveProc(long, long) - Method in class org.eclipse.swt.widgets.Display
 
windowActiveProc(long, long) - Method in class org.eclipse.swt.widgets.Widget
 
windowCallback2 - Variable in class org.eclipse.swt.widgets.Display
 
windowCallback3 - Variable in class org.eclipse.swt.widgets.Display
 
windowCallback4 - Variable in class org.eclipse.swt.widgets.Display
 
windowCallback5 - Variable in class org.eclipse.swt.widgets.Display
 
windowCallback6 - Variable in class org.eclipse.swt.widgets.Display
 
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.
windowIndex - Variable in class org.eclipse.swt.internal.image.PngLzBlockReader
 
windowManager - Variable in class org.eclipse.swt.widgets.Display
 
windowPoint(AccessibleObject, int[], int[]) - Static method in class org.eclipse.swt.accessibility.AccessibleObject
 
windowProc(long, long) - Method in class org.eclipse.swt.widgets.Display
 
windowProc(long, long) - Method in class org.eclipse.swt.widgets.ExpandItem
 
windowProc(long, long) - Method in class org.eclipse.swt.widgets.Text
 
windowProc(long, long) - Method in class org.eclipse.swt.widgets.Widget
 
windowProc(long, long, long) - Method in class org.eclipse.swt.widgets.Button
 
windowProc(long, long, long) - Method in class org.eclipse.swt.widgets.Control
 
windowProc(long, long, long) - Method in class org.eclipse.swt.widgets.Display
 
windowProc(long, long, long) - Method in class org.eclipse.swt.widgets.Label
 
windowProc(long, long, long) - Method in class org.eclipse.swt.widgets.Table
 
windowProc(long, long, long) - Method in class org.eclipse.swt.widgets.Text
 
windowProc(long, long, long) - Method in class org.eclipse.swt.widgets.Tree
 
windowProc(long, long, long) - Method in class org.eclipse.swt.widgets.Widget
 
windowProc(long, long, long, long) - Method in class org.eclipse.swt.widgets.Display
 
windowProc(long, long, long, long) - Method in class org.eclipse.swt.widgets.Text
 
windowProc(long, long, long, long) - Method in class org.eclipse.swt.widgets.Widget
 
windowProc(long, long, long, long, long) - Method in class org.eclipse.swt.widgets.Display
 
windowProc(long, long, long, long, long) - Method in class org.eclipse.swt.widgets.Text
 
windowProc(long, long, long, long, long) - Method in class org.eclipse.swt.widgets.Widget
 
windowProc(long, long, long, long, long, long) - Method in class org.eclipse.swt.widgets.Display
 
windowProc(long, long, long, long, long, long) - Method in class org.eclipse.swt.widgets.Widget
 
windowProc2 - Variable in class org.eclipse.swt.widgets.Display
 
windowProc3 - Variable in class org.eclipse.swt.widgets.Display
 
windowProc4 - Variable in class org.eclipse.swt.widgets.Display
 
windowProc5 - Variable in class org.eclipse.swt.widgets.Display
 
windowProc6 - Variable in class org.eclipse.swt.widgets.Display
 
windowSizeSet - Variable in class org.eclipse.swt.widgets.Display
 
windowTimerCallback - Variable in class org.eclipse.swt.widgets.Display
 
windowTimerProc - Variable in class org.eclipse.swt.widgets.Display
 
windowTimerProc(long) - Method in class org.eclipse.swt.widgets.Display
 
WinICOFileFormat - Class in org.eclipse.swt.internal.image
 
WinICOFileFormat() - Constructor for class org.eclipse.swt.internal.image.WinICOFileFormat
 
WithMonitor(float, float, float, float, Monitor) - Constructor for class org.eclipse.swt.graphics.Rectangle.WithMonitor
 
WithMonitor(float, float, Monitor) - Constructor for class org.eclipse.swt.graphics.Point.WithMonitor
 
WithMonitor(int, int, int, int, Monitor) - Constructor for class org.eclipse.swt.graphics.Rectangle.WithMonitor
Constructs a new Rectangle.WithMonitor
WithMonitor(int, int, Monitor) - Constructor for class org.eclipse.swt.graphics.Point.WithMonitor
Constructs a new Point.WithMonitor
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).
wordWrap - Variable in class org.eclipse.swt.custom.StyledText
 
workspace - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_d_coef_controller
 
workspace - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
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 - Variable in class org.eclipse.swt.widgets.CoolItem
 
WRAP - Static variable in class org.eclipse.swt.SWT
Style constant for automatic line wrap behavior (value is 1<<6).
WRAP_INDENT - Static variable in class org.eclipse.swt.custom.StyledTextRenderer
 
wrapIndent - Variable in class org.eclipse.swt.custom.LineStyleEvent
line wrap indent (input, output)
wrapIndent - Variable in class org.eclipse.swt.custom.StyledText
 
wrapIndent - Variable in class org.eclipse.swt.custom.StyledTextEvent
 
wrapIndent - Variable in class org.eclipse.swt.custom.StyledTextRenderer.LineInfo
 
wrapIndent - Variable in class org.eclipse.swt.graphics.TextLayout
 
wrapItems(int) - Method in class org.eclipse.swt.widgets.CoolBar
 
wrapWidth - Variable in class org.eclipse.swt.graphics.TextLayout
 
write(byte[], int, int) - Method in class org.eclipse.swt.internal.image.LEDataOutputStream
Write the specified number of bytes of the given byte array, starting at the specified offset, to the output stream.
write(char) - Method in class org.eclipse.swt.custom.TextWriter
Appends the given character to the data.
write(int) - Method in class org.eclipse.swt.custom.TextWriter
Appends the given int to the data.
write(int) - Method in class org.eclipse.swt.internal.image.LEDataOutputStream
Write the given byte to the output stream.
write(int) - Method in class org.eclipse.swt.internal.image.TIFFDirectory
 
write(String) - Method in class org.eclipse.swt.custom.TextWriter
Appends the given string to the data.
write(String, int) - Method in class org.eclipse.swt.custom.TextWriter
Inserts the given string to the data at the specified offset.
writeAny(Object) - Method in class org.eclipse.swt.browser.JSON.Writer
 
writeArray(Object[]) - Method in class org.eclipse.swt.browser.JSON.Writer
 
writeBits(int, int) - Method in class org.eclipse.swt.internal.image.PngDeflater
 
writeBlock() - Method in class org.eclipse.swt.internal.image.LZWCodec
Write a block to the byte stream.
writeByte(byte) - Method in class org.eclipse.swt.internal.image.LEDataOutputStream
Write the given byte to the output stream.
writeChunk(byte[], byte[]) - Method in class org.eclipse.swt.internal.image.PngEncoder
 
writeEmptyLine() - Method in class org.eclipse.swt.custom.HTMLWriter
 
writeEmptyLine() - Method in class org.eclipse.swt.custom.RTFWriter
 
writeEmptyLine() - Method in class org.eclipse.swt.custom.StyledTextWriterBase
Invoked at the end of each line, writeLineEnd, if there was no text output.
writeEnd() - Method in class org.eclipse.swt.internal.image.PngEncoder
 
writeEntry(short, int, int, int) - Method in class org.eclipse.swt.internal.image.TIFFDirectory
 
writeEscaped(String, int, int) - Method in class org.eclipse.swt.custom.StyledTextWriterBase
Appends the specified segment of "string" to the output data.
writeGraphicsControlBlock(ImageData) - Method in class org.eclipse.swt.internal.image.GIFFileFormat
Write out a GraphicsControlBlock to describe the specified device independent image.
writeHeader() - Method in class org.eclipse.swt.custom.HTMLWriter
 
writeHeader() - Method in class org.eclipse.swt.custom.RTFWriter
Writes the RTF header including font table and color table.
writeHeader() - Method in class org.eclipse.swt.custom.StyledTextWriterBase
Writes the part that only shows once, at the beginning of the output data.
writeHeader() - Method in class org.eclipse.swt.internal.image.PngEncoder
 
writeHeader() - Method in class org.eclipse.swt.internal.image.TIFFDirectory
 
writeImageData() - Method in class org.eclipse.swt.internal.image.PngEncoder
 
writeInt(int) - Method in class org.eclipse.swt.internal.image.LEDataOutputStream
Write the four bytes of the given integer to the output stream.
writeInt(ByteArrayOutputStream, int) - Method in class org.eclipse.swt.internal.image.PngDeflater
 
writeInt(ByteArrayOutputStream, int) - Method in class org.eclipse.swt.internal.image.PngEncoder
 
writeLine(String, int) - Method in class org.eclipse.swt.custom.StyledTextWriterBase
Appends the specified line text to the output data.
writeLine(String, int) - Method in class org.eclipse.swt.custom.TextWriter
Appends the specified line text to the data.
writeLineDelimiter(String) - Method in class org.eclipse.swt.custom.HTMLWriter
 
writeLineDelimiter(String) - Method in class org.eclipse.swt.custom.RTFWriter
 
writeLineDelimiter(String) - Method in class org.eclipse.swt.custom.TextWriter
Appends the specified line delimiter to the data.
writeLineEnd(String) - Method in class org.eclipse.swt.custom.StyledTextWriterBase
Invoked at the end of of each line in the original widget.
writeLineStart(Color, int, int, int, boolean) - Method in class org.eclipse.swt.custom.HTMLWriter
 
writeLineStart(Color, int, int, int, boolean) - Method in class org.eclipse.swt.custom.RTFWriter
 
writeLineStart(Color, int, int, int, boolean) - Method in class org.eclipse.swt.custom.StyledTextWriterBase
Invoked at the beginning of each line in the original widget.
writePalette() - Method in class org.eclipse.swt.internal.image.PngEncoder
 
writePalette(PaletteData, int) - Method in class org.eclipse.swt.internal.image.GIFFileFormat
Write the specified palette to the output stream.
Writer(Object) - Constructor for class org.eclipse.swt.browser.JSON.Writer
 
writeShort(int) - Method in class org.eclipse.swt.internal.image.LEDataOutputStream
Write the two bytes of the given short to the output stream.
writeShort(ByteArrayOutputStream, int) - Method in class org.eclipse.swt.internal.image.PngEncoder
 
writeShortLSB(ByteArrayOutputStream, int) - Method in class org.eclipse.swt.internal.image.PngDeflater
 
writeSignature() - Method in class org.eclipse.swt.internal.image.PngEncoder
 
writeSpanEnd(String) - Method in class org.eclipse.swt.custom.StyledTextWriterBase
Invoked at the end of of each styled span fragment in the original widget.
writeSpanStart(StyleRange) - Method in class org.eclipse.swt.custom.HTMLWriter
 
writeSpanStart(StyleRange) - Method in class org.eclipse.swt.custom.RTFWriter
 
writeSpanStart(StyleRange) - Method in class org.eclipse.swt.custom.StyledTextWriterBase
Invoked at the beginning of each styled span fragment in the original widget.
writeString(String) - Method in class org.eclipse.swt.browser.JSON.Writer
 
writeStyledLine(String, int, int[], StyleRange[], Color, int, int, int, boolean) - Method in class org.eclipse.swt.custom.StyledTextWriterBase
Appends the specified line text to the output data.
writeToStream(LEDataOutputStream) - Method in class org.eclipse.swt.internal.image.JPEGSegment
 
writeToStream(LEDataOutputStream) - Method in class org.eclipse.swt.internal.image.TIFFDirectory
 
writeTransparency() - Method in class org.eclipse.swt.internal.image.PngEncoder
 

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.CTabItem
 
x - Variable in class org.eclipse.swt.custom.PaintObjectEvent
the x location
x - Variable in class org.eclipse.swt.custom.StyledTextEvent
 
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.Caret
 
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.Menu
 
x - Variable in class org.eclipse.swt.widgets.Monitor
 
x - Variable in class org.eclipse.swt.widgets.ToolTip
 
x - Variable in class org.eclipse.swt.widgets.Touch
The x location of the touch in TouchSource coordinates.
X_density - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
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
 
XBM - Static variable in class org.eclipse.swt.dnd.ImageTransfer
 
XBM_ID - Static variable in class org.eclipse.swt.dnd.ImageTransfer
 
xbuffer - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_d_main_controller
 
xbuffer_offset - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_d_main_controller
 
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)
XErrorCallback - Static variable in class org.eclipse.swt.graphics.Device
 
XErrorProc - Static variable in class org.eclipse.swt.graphics.Device
 
XErrorProc(long, long) - Static method in class org.eclipse.swt.graphics.Device
 
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
 
XIOErrorCallback - Static variable in class org.eclipse.swt.graphics.Device
 
XIOErrorProc - Static variable in class org.eclipse.swt.graphics.Device
 
XIOErrorProc(long) - Static method in class org.eclipse.swt.graphics.Device
 
XNullErrorProc - Static variable in class org.eclipse.swt.graphics.Device
 
XNullIOErrorProc - Static variable in class org.eclipse.swt.graphics.Device
 
xorMode - Variable in class org.eclipse.swt.graphics.GCData
 
XPM - Static variable in class org.eclipse.swt.dnd.ImageTransfer
 
XPM_ID - Static variable in class org.eclipse.swt.dnd.ImageTransfer
 
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
 
XV - Static variable in class org.eclipse.swt.dnd.ImageTransfer
 
XV_ID - Static variable in class org.eclipse.swt.dnd.ImageTransfer
 
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
 
xWindow - Variable in class org.eclipse.swt.opengl.GLCanvas
 

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.CTabItem
 
y - Variable in class org.eclipse.swt.custom.PaintObjectEvent
the y location
y - Variable in class org.eclipse.swt.custom.StyledTextEvent
 
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.Caret
 
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.Menu
 
y - Variable in class org.eclipse.swt.widgets.Monitor
 
y - Variable in class org.eclipse.swt.widgets.ToolTip
 
y - Variable in class org.eclipse.swt.widgets.Touch
The y location of the touch in TouchSource coordinates.
Y_density - Variable in class org.eclipse.swt.internal.image.JPEGDecoder.jpeg_decompress_struct
 
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
 
ycc_rgb_convert(JPEGDecoder.jpeg_decompress_struct, byte[][][], int[], int, byte[][], int, int) - Static method in class org.eclipse.swt.internal.image.JPEGDecoder
 
YCC_RGB_CONVERT - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
YCCK_CMYK_CONVERT - Static variable in class org.eclipse.swt.internal.image.JPEGDecoder
 
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.
year - Variable in class org.eclipse.swt.widgets.DateTime
 
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

ZERO_HEIGHT - Static variable in class org.eclipse.swt.widgets.Widget
 
ZERO_WIDTH - Static variable in class org.eclipse.swt.widgets.Widget
 
ZigZag8x8 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
zoom - Variable in record class org.eclipse.swt.internal.DPIUtil.ElementAtZoom
The field for the zoom record component.
zoom - Variable in class org.eclipse.swt.widgets.Monitor
 
zoom() - Method in record class org.eclipse.swt.internal.DPIUtil.ElementAtZoom
Returns the value of the zoom record component.
ZoomChanged - Static variable in class org.eclipse.swt.SWT
The SWT zoom change event type (value is 55).
zoomGesture - Variable in class org.eclipse.swt.widgets.Control
 
ZWNBS - Static variable in class org.eclipse.swt.graphics.TextLayout
 
ZWS - Static variable in class org.eclipse.swt.graphics.TextLayout
 

_

_addListener(int, Listener) - Method in class org.eclipse.swt.widgets.Table
 
_addListener(int, Listener) - Method in class org.eclipse.swt.widgets.Tree
 
_addListener(int, Listener) - Method in class org.eclipse.swt.widgets.Widget
 
_findMnemonic(String) - Method in class org.eclipse.swt.custom.CCombo
 
_findMnemonic(String) - Method in class org.eclipse.swt.custom.CLabel
 
_findMnemonic(String) - Method in class org.eclipse.swt.custom.CTabFolder
 
_findMnemonic(String) - Method in class org.eclipse.swt.custom.StyledText
 
_getAccessible() - Method in class org.eclipse.swt.widgets.Control
 
_getBackground() - Method in class org.eclipse.swt.widgets.TableItem
 
_getBackground() - Method in class org.eclipse.swt.widgets.TreeItem
 
_getBackground(int) - Method in class org.eclipse.swt.widgets.TableItem
 
_getBackground(int) - Method in class org.eclipse.swt.widgets.TreeItem
 
_getCachedTopItem() - Method in class org.eclipse.swt.widgets.Tree
 
_getChecked() - Method in class org.eclipse.swt.widgets.TableItem
 
_getChecked() - Method in class org.eclipse.swt.widgets.TreeItem
 
_getChildren() - Method in class org.eclipse.swt.widgets.Composite
 
_getChildren() - Method in class org.eclipse.swt.widgets.TabFolder
 
_getDeviceZoom(long) - Static method in class org.eclipse.swt.widgets.Display
 
_getForeground() - Method in class org.eclipse.swt.widgets.TableItem
 
_getForeground() - Method in class org.eclipse.swt.widgets.TreeItem
 
_getForeground(int) - Method in class org.eclipse.swt.widgets.TableItem
 
_getForeground(int) - Method in class org.eclipse.swt.widgets.TreeItem
 
_getImage(int) - Method in class org.eclipse.swt.widgets.TableItem
 
_getImage(int) - Method in class org.eclipse.swt.widgets.TreeItem
 
_getInstance(Display) - Static method in class org.eclipse.swt.dnd.ClipboardProxy
 
_getInstance(Display) - Static method in class org.eclipse.swt.dnd.ClipboardProxyGTK4
 
_getItem(int) - Method in class org.eclipse.swt.widgets.Table
 
_getItem(long) - Method in class org.eclipse.swt.widgets.Tree
 
_getItem(long, long, int) - Method in class org.eclipse.swt.widgets.Tree
 
_getItems() - Method in class org.eclipse.swt.widgets.ToolBar
 
_getOffset(int, int, boolean) - Method in class org.eclipse.swt.graphics.TextLayout
 
_getShell() - Method in class org.eclipse.swt.widgets.Control
 
_getShell() - Method in class org.eclipse.swt.widgets.Shell
 
_getTabItemList() - Method in class org.eclipse.swt.widgets.ToolBar
 
_getTabList() - Method in class org.eclipse.swt.widgets.Composite
 
_getText(int) - Method in class org.eclipse.swt.widgets.TableItem
 
_getText(int) - Method in class org.eclipse.swt.widgets.TreeItem
 
_getToolTip(int, int) - Method in class org.eclipse.swt.custom.CTabFolder
 
_instance - Static variable in class org.eclipse.swt.dnd.FileTransfer
 
_instance - Static variable in class org.eclipse.swt.dnd.HTMLTransfer
 
_instance - Static variable in class org.eclipse.swt.dnd.ImageTransfer
 
_instance - Static variable in class org.eclipse.swt.dnd.RTFTransfer
 
_instance - Static variable in class org.eclipse.swt.dnd.TextTransfer
 
_instance - Static variable in class org.eclipse.swt.dnd.URLTransfer
 
_resize() - Method in class org.eclipse.swt.custom.TableCursor
 
_resize() - Method in class org.eclipse.swt.custom.TreeCursor
 
_setAlignment(int) - Method in class org.eclipse.swt.widgets.Button
 
_setBackground(Color) - Method in class org.eclipse.swt.widgets.Control
 
_setCursor(Cursor) - Method in class org.eclipse.swt.widgets.CoolBar
 
_setEnabledOrDisabledImage() - Method in class org.eclipse.swt.widgets.MenuItem
 
_setEnabledOrDisabledImage() - Method in class org.eclipse.swt.widgets.ToolItem
 
_setImage(Image) - Method in class org.eclipse.swt.widgets.Button
 
_setImage(Image) - Method in class org.eclipse.swt.widgets.MenuItem
 
_setImage(Image) - Method in class org.eclipse.swt.widgets.ToolItem
 
_setImages(Image[]) - Method in class org.eclipse.swt.widgets.Decorations
 
_setOrientation(int) - Method in class org.eclipse.swt.widgets.Menu
 
_setToolTipText(int, int) - Method in class org.eclipse.swt.custom.CTabFolder
 
_setVisible(boolean) - Method in class org.eclipse.swt.widgets.Menu
 
_shell - Variable in class org.eclipse.swt.custom.CCombo
 
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 and Interfaces|All Packages|Constant Field Values|Serialized Form