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 _

A

ABORT - Static variable in class org.eclipse.swt.SWT
The MessageBox style constant for an ABORT button; the only valid combination is ABORT|RETRY|IGNORE (value is 1<<9).
Above - Static variable in class org.eclipse.swt.internal.gtk.OS
X11 Native methods and constants
AC - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
ACC - Class in org.eclipse.swt.accessibility
Class ACC contains all the constants used in defining an Accessible object.
ACC() - Constructor for class org.eclipse.swt.accessibility.ACC
 
Accessible - Class in org.eclipse.swt.accessibility
Instances of this class provide a bridge between application code and assistive technology clients.
accessible - Variable in class org.eclipse.swt.accessibility.AccessibleControlEvent
 
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
 
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.
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.
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.
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
 
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.
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.
accumAlphaSize - Variable in class org.eclipse.swt.opengl.GLData
The size in bits of the accumulation buffer's alpha channel.
accumBlueSize - Variable in class org.eclipse.swt.opengl.GLData
The size in bits of the accumulation buffer's blue channel.
accumGreenSize - Variable in class org.eclipse.swt.opengl.GLData
The size in bits of the accumulation buffer's green channel.
accumRedSize - Variable in class org.eclipse.swt.opengl.GLData
The size in bits of the accumulation buffer's red channel.
action - Variable in class org.eclipse.swt.internal.gtk.GdkDragContext
 
action_area - Variable in class org.eclipse.swt.internal.gtk.GtkFileSelection
 
actions - Variable in class org.eclipse.swt.internal.gtk.GdkDragContext
 
activate - Static variable in class org.eclipse.swt.internal.gtk.OS
Signals
Activate() - Method in class org.eclipse.swt.internal.mozilla.nsIWebBrowserFocus
 
Activate - Static variable in class org.eclipse.swt.SWT
The activate event type (value is 26).
activate_signal - Variable in class org.eclipse.swt.internal.gtk.GtkWidgetClass
 
active - Static variable in class org.eclipse.swt.internal.gtk.OS
Properties
ACTIVE - Static variable in class org.eclipse.swt.internal.theme.DrawData
 
add(String) - Method in class org.eclipse.swt.custom.CCombo
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(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(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(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(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(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(String) - Method in class org.eclipse.swt.widgets.Combo
Adds the argument to the end of the receiver's list.
add(String, int) - Method in class org.eclipse.swt.widgets.Combo
Adds the argument to the receiver's list at the given zero-relative index.
add(String) - Method in class org.eclipse.swt.widgets.List
Adds the argument to the end of the receiver's list.
add(String, int) - Method in class org.eclipse.swt.widgets.List
Adds the argument to the receiver's list at the given zero-relative index.
add_focus_handler - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkComponentIface
 
add_selection - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkSelectionIface
 
add_selection - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTextIface
 
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.
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.
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.
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.
addBidiSegmentListener(BidiSegmentListener) - Method in class org.eclipse.swt.custom.StyledText
Adds a bidirectional segment listener.
addCaretListener(CaretListener) - Method in class org.eclipse.swt.custom.StyledText
Adds a caret listener.
AddCategoryEntry(byte[], byte[], byte[], int, int, long[]) - Method in class org.eclipse.swt.internal.mozilla.nsICategoryManager
 
addCloseWindowListener(CloseWindowListener) - Method in class org.eclipse.swt.browser.Browser
Adds the listener to the collection of listeners who will be notified when the window hosting the receiver should be closed.
addControlListener(ControlListener) - Method in class org.eclipse.swt.widgets.Control
Adds the listener to the collection of listeners who will be notified when the control is moved or resized, by sending it one of the messages defined in the ControlListener interface.
addControlListener(ControlListener) - Method in class org.eclipse.swt.widgets.TableColumn
Adds the listener to the collection of listeners who will be notified when the control is moved or resized, by sending it one of the messages defined in the ControlListener interface.
addControlListener(ControlListener) - Method in class org.eclipse.swt.widgets.Tracker
Adds the listener to the collection of listeners who will be notified when the control is moved or resized, by sending it one of the messages defined in the ControlListener interface.
addControlListener(ControlListener) - Method in class org.eclipse.swt.widgets.TreeColumn
Adds the listener to the collection of listeners who will be notified when the control is moved or resized, by sending it one of the messages defined in the ControlListener interface.
addCTabFolder2Listener(CTabFolder2Listener) - Method in class org.eclipse.swt.custom.CTabFolder
Adds the listener to the collection of listeners who will be notified when a tab item is closed, minimized, maximized, restored, or to show the list of items that are not currently visible.
addCTabFolderListener(CTabFolderListener) - Method in class org.eclipse.swt.custom.CTabFolder
Deprecated. use addCTabFolder2Listener(CTabFolder2Listener)
addDisposeListener(DisposeListener) - Method in class org.eclipse.swt.widgets.Widget
Adds the listener to the collection of listeners who will be notified when the widget is disposed.
addDragDetectListener(DragDetectListener) - Method in class org.eclipse.swt.widgets.Control
Adds the listener to the collection of listeners who will be notified when a drag gesture occurs, by sending it one of the messages defined in the DragDetectListener interface.
addDragListener(DragSourceListener) - Method in class org.eclipse.swt.dnd.DragSource
Adds the listener to the collection of listeners who will be notified when a drag and drop operation is in progress, by sending it one of the messages defined in the DragSourceListener interface.
addDropListener(DropTargetListener) - Method in class org.eclipse.swt.dnd.DropTarget
Adds the listener to the collection of listeners who will be notified when a drag and drop operation is in progress, by sending it one of the messages defined in the DropTargetListener interface.
AddEventListener(long, long, int) - Method in class org.eclipse.swt.internal.mozilla.nsIDOMEventTarget
 
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.
addHelpListener(HelpListener) - Method in class org.eclipse.swt.widgets.Control
Adds the listener to the collection of listeners who will be notified when help events are generated for the control, by sending it one of the messages defined in the HelpListener interface.
addHelpListener(HelpListener) - Method in class org.eclipse.swt.widgets.Menu
Adds the listener to the collection of listeners who will be notified when help events are generated for the control, by sending it one of the messages defined in the HelpListener interface.
addHelpListener(HelpListener) - Method in class org.eclipse.swt.widgets.MenuItem
Adds the listener to the collection of listeners who will be notified when the help events are generated for the control, by sending it one of the messages defined in the HelpListener interface.
addImageLoaderListener(ImageLoaderListener) - Method in class org.eclipse.swt.graphics.ImageLoader
Adds the listener to the collection of listeners who will be notified when image data is either partially or completely loaded.
addKeyListener(KeyListener) - Method in class org.eclipse.swt.widgets.Control
Adds the listener to the collection of listeners who will be notified when keys are pressed and released on the system keyboard, by sending it one of the messages defined in the KeyListener interface.
addKeyListener(KeyListener) - Method in class org.eclipse.swt.widgets.Tracker
Adds the listener to the collection of listeners who will be notified when keys are pressed and released on the system keyboard, by sending it one of the messages defined in the KeyListener interface.
addLanguageListener(long, Runnable) - Static method in class org.eclipse.swt.internal.BidiUtil
 
addLanguageListener(Control, Runnable) - Static method in class org.eclipse.swt.internal.BidiUtil
 
addLineBackgroundListener(LineBackgroundListener) - Method in class org.eclipse.swt.custom.StyledText
Adds a line background listener.
addLineStyleListener(LineStyleListener) - Method in class org.eclipse.swt.custom.StyledText
Adds a line style listener.
addListener(int, Listener) - Method in class org.eclipse.swt.widgets.Display
Adds the listener to the collection of listeners who will be notified when an event of the given type occurs.
addListener(int, Listener) - Method in class org.eclipse.swt.widgets.Widget
Adds the listener to the collection of listeners who will be notified when an event of the given type occurs.
addLocationListener(LocationListener) - Method in class org.eclipse.swt.browser.Browser
Adds the listener to the collection of listeners who will be notified when the current location has changed or is about to change.
addMenuDetectListener(MenuDetectListener) - Method in class org.eclipse.swt.widgets.Control
Adds the listener to the collection of listeners who will be notified when the platform-specific context menu trigger has occurred, by sending it one of the messages defined in the MenuDetectListener interface.
addMenuDetectListener(MenuDetectListener) - Method in class org.eclipse.swt.widgets.TrayItem
Adds the listener to the collection of listeners who will be notified when the platform-specific context menu trigger has occurred, by sending it one of the messages defined in the MenuDetectListener interface.
addMenuListener(MenuListener) - Method in class org.eclipse.swt.widgets.Menu
Adds the listener to the collection of listeners who will be notified when menus are hidden or shown, by sending it one of the messages defined in the MenuListener interface.
addModifyListener(ModifyListener) - Method in class org.eclipse.swt.custom.CCombo
Adds the listener to the collection of listeners who will be notified when the receiver's text is modified, by sending it one of the messages defined in the ModifyListener interface.
addModifyListener(ModifyListener) - Method in class org.eclipse.swt.custom.StyledText
Adds a modify listener.
addModifyListener(ModifyListener) - Method in class org.eclipse.swt.widgets.Combo
Adds the listener to the collection of listeners who will be notified when the receiver's text is modified, by sending it one of the messages defined in the ModifyListener interface.
addModifyListener(ModifyListener) - Method in class org.eclipse.swt.widgets.Spinner
Adds the listener to the collection of listeners who will be notified when the receiver's text is modified, by sending it one of the messages defined in the ModifyListener interface.
addModifyListener(ModifyListener) - Method in class org.eclipse.swt.widgets.Text
Adds the listener to the collection of listeners who will be notified when the receiver's text is modified, by sending it one of the messages defined in the ModifyListener interface.
addMouseListener(MouseListener) - Method in class org.eclipse.swt.widgets.Control
Adds the listener to the collection of listeners who will be notified when mouse buttons are pressed and released, by sending it one of the messages defined in the MouseListener interface.
addMouseMoveListener(MouseMoveListener) - Method in class org.eclipse.swt.widgets.Control
Adds the listener to the collection of listeners who will be notified when the mouse moves, by sending it one of the messages defined in the MouseMoveListener interface.
addMouseTrackListener(MouseTrackListener) - Method in class org.eclipse.swt.widgets.Control
Adds the listener to the collection of listeners who will be notified when the mouse passes or hovers over controls, by sending it one of the messages defined in the MouseTrackListener interface.
addMouseWheelListener(MouseWheelListener) - Method in class org.eclipse.swt.widgets.Control
Adds the listener to the collection of listeners who will be notified when the mouse wheel is scrolled, by sending it one of the messages defined in the MouseWheelListener interface.
AddObserver(long, byte[], int) - Method in class org.eclipse.swt.internal.mozilla.nsIObserverService
 
addOpenWindowListener(OpenWindowListener) - Method in class org.eclipse.swt.browser.Browser
Adds the listener to the collection of listeners who will be notified when a new window needs to be created.
addPaintListener(PaintListener) - Method in class org.eclipse.swt.widgets.Control
Adds the listener to the collection of listeners who will be notified when the receiver needs to be painted, by sending it one of the messages defined in the PaintListener interface.
addPaintObjectListener(PaintObjectListener) - Method in class org.eclipse.swt.custom.StyledText
Adds a paint object listener.
addPath(Path) - Method in class org.eclipse.swt.graphics.Path
Adds to the receiver the path described by the parameter.
addProgressListener(ProgressListener) - Method in class org.eclipse.swt.browser.Browser
Adds the listener to the collection of listeners who will be notified when a progress is made during the loading of the current URL or when the loading of the current URL has been completed.
AddProgressListener(long, int) - Method in class org.eclipse.swt.internal.mozilla.nsIWebProgress
 
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.
AddRef() - Method in class org.eclipse.swt.internal.mozilla.nsISupports
 
addressBar - Variable in class org.eclipse.swt.browser.WindowEvent
Specifies whether the Shell hosting the Browser should display an address bar.
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.TableTree
Deprecated. 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.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.
AddSessionStorage(long, long) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
addShellListener(ShellListener) - Method in class org.eclipse.swt.widgets.Shell
Adds the listener to the collection of listeners who will be notified when operations are performed on the receiver, by sending the listener one of the messages defined in the ShellListener interface.
addStatusTextListener(StatusTextListener) - Method in class org.eclipse.swt.browser.Browser
Adds the listener to the collection of listeners who will be notified when the status text is changed.
addString(String, float, float, Font) - Method in class org.eclipse.swt.graphics.Path
Adds to the receiver the pattern of glyphs generated by drawing the given string using the given font starting at the point (x, y).
addTextChangeListener(TextChangeListener) - Method in interface org.eclipse.swt.custom.StyledTextContent
Called by StyledText to add itself as an Observer to content changes.
addTitleListener(TitleListener) - Method in class org.eclipse.swt.browser.Browser
Adds the listener to the collection of listeners who will be notified when the title of the current document is available or has changed.
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.custom.TableTree
Deprecated. 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.
addTreeListener(TreeListener) - Method in class org.eclipse.swt.widgets.Tree
Adds the listener to the collection of listeners who will be notified when an item in the receiver is expanded or collapsed by sending it one of the messages defined in the TreeListener interface.
addVerifyKeyListener(VerifyKeyListener) - Method in class org.eclipse.swt.custom.StyledText
Adds a verify key listener.
addVerifyListener(VerifyListener) - Method in class org.eclipse.swt.custom.CCombo
Adds the listener to the collection of listeners who will be notified when the receiver's text is verified, by sending it one of the messages defined in the VerifyListener interface.
addVerifyListener(VerifyListener) - Method in class org.eclipse.swt.custom.StyledText
Adds a verify listener.
addVerifyListener(VerifyListener) - Method in class org.eclipse.swt.widgets.Combo
Adds the listener to the collection of listeners who will be notified when the receiver's text is verified, by sending it one of the messages defined in the VerifyListener interface.
addVerifyListener(VerifyListener) - Method in class org.eclipse.swt.widgets.Text
Adds the listener to the collection of listeners who will be notified when the receiver's text is verified, by sending it one of the messages defined in the VerifyListener interface.
addVisibilityWindowListener(VisibilityWindowListener) - Method in class org.eclipse.swt.browser.Browser
Adds the listener to the collection of listeners who will be notified when a window hosting the receiver needs to be displayed or hidden.
AddWebBrowserListener(long, nsID) - Method in class org.eclipse.swt.internal.mozilla.nsIWebBrowser
 
addWordMovementListener(MovementListener) - Method in class org.eclipse.swt.custom.StyledText
Adds a word movement listener.
Alert(long, char[], char[]) - Method in class org.eclipse.swt.internal.mozilla.nsIPromptService
 
AlertCheck(long, char[], char[], char[], int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIPromptService
 
alignment - Variable in class org.eclipse.swt.custom.LineStyleEvent
line alignment (input, output)
alignment - Variable in class org.eclipse.swt.layout.FormAttachment
alignment specifies the alignment of the control side that is attached to a control.
ALL_PAGES - Static variable in class org.eclipse.swt.printing.PrinterData
scope field value indicating that all pages should be printed
Alloc(int) - Method in class org.eclipse.swt.internal.mozilla.nsIMemory
 
AllowPort(int, byte[], int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIIOService
 
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 - Static variable in class org.eclipse.swt.SWT
Input Method Editor style constant for alpha input behavior (value is 1<<2).
alpha_map - Variable in class org.eclipse.swt.internal.gtk.XRenderPictureAttributes
 
alpha_x_origin - Variable in class org.eclipse.swt.internal.gtk.XRenderPictureAttributes
 
alpha_y_origin - Variable in class org.eclipse.swt.internal.gtk.XRenderPictureAttributes
 
alphaData - Variable in class org.eclipse.swt.graphics.ImageData
The alpha data of the image.
alphaSize - Variable in class org.eclipse.swt.opengl.GLData
The size in bits of the color buffer's alpha channel.
ALT - Static variable in class org.eclipse.swt.SWT
keyboard and/or mouse event mask indicating that the ALT key was pushed on the keyboard when the event was generated (value is 1<<16).
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
 
AnimatedProgress - Class in org.eclipse.swt.custom
Deprecated. As of Eclipse 2.1, use ProgressBar with the style SWT.INDETERMINATE
Styles:
VERTICAL, HORIZONTAL, BORDER
AnimatedProgress(Composite, int) - Constructor for class org.eclipse.swt.custom.AnimatedProgress
Deprecated. Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
APP0 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
APP15 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
APP_TYPE_EDITOR - Static variable in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
APP_TYPE_EDITOR - Static variable in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
APP_TYPE_MAIL - Static variable in class org.eclipse.swt.internal.mozilla.nsIDocShell
 
APP_TYPE_MAIL - Static variable in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
APP_TYPE_MAIL - Static variable in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
APP_TYPE_UNKNOWN - Static variable in class org.eclipse.swt.internal.mozilla.nsIDocShell
 
APP_TYPE_UNKNOWN - Static variable in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
APP_TYPE_UNKNOWN - Static variable in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
append(String) - Method in class org.eclipse.swt.custom.StyledText
Appends a string to the text at the end of the widget.
Append(long) - Method in class org.eclipse.swt.internal.mozilla.nsIFile
 
append(String) - Method in class org.eclipse.swt.widgets.Text
Appends a string.
AppendFilter(char[], char[]) - Method in class org.eclipse.swt.internal.mozilla.nsIFilePicker
 
AppendFilter(long, long) - Method in class org.eclipse.swt.internal.mozilla.nsIFilePicker_1_8
 
AppendFilters(int) - Method in class org.eclipse.swt.internal.mozilla.nsIFilePicker
 
AppendFilters(int) - Method in class org.eclipse.swt.internal.mozilla.nsIFilePicker_1_8
 
AppendNative(long) - Method in class org.eclipse.swt.internal.mozilla.nsIFile
 
AppendRelativeNativePath(long) - Method in class org.eclipse.swt.internal.mozilla.nsILocalFile
 
AppendRelativePath(long) - Method in class org.eclipse.swt.internal.mozilla.nsILocalFile
 
application_class - Variable in class org.eclipse.swt.graphics.DeviceData
 
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
 
area_height - Variable in class org.eclipse.swt.internal.gtk.GdkEventExpose
 
area_width - Variable in class org.eclipse.swt.internal.gtk.GdkEventExpose
 
area_x - Variable in class org.eclipse.swt.internal.gtk.GdkEventExpose
 
area_y - Variable in class org.eclipse.swt.internal.gtk.GdkEventExpose
 
argClass - Variable in class org.eclipse.swt.internal.cde.DtActionArg
 
Arm - Static variable in class org.eclipse.swt.SWT
The arm event type (value is 30).
ArmEvent - Class in org.eclipse.swt.events
Instances of this class are sent as a result of a widget such as a menu item being armed.
ArmEvent(Event) - Constructor for class org.eclipse.swt.events.ArmEvent
Constructs a new instance of this class based on the information in the given untyped event.
ArmListener - Interface in org.eclipse.swt.events
Classes which implement this interface provide a method that deals with the event that is generated when a widget, such as a menu item, is armed.
ARROW - Static variable in class org.eclipse.swt.SWT
Style constant for arrow button behavior (value is 1<<2).
ARROW_DOWN - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the DOWN ARROW key (value is (1<<24)+2).
ARROW_LEFT - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the LEFT ARROW key (value is (1<<24)+3).
ARROW_RIGHT - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the RIGHT ARROW key (value is (1<<24)+4).
ARROW_UP - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the UP ARROW key (value is (1<<24)+1).
ascent - Variable in class org.eclipse.swt.custom.PaintObjectEvent
the line ascent
ascent - Variable in class org.eclipse.swt.graphics.GlyphMetrics
the ascent of the GlyphMetrics
ascent - Variable in class org.eclipse.swt.internal.cairo.cairo_font_extents_t
 
ascii(String) - Static method in class org.eclipse.swt.internal.gtk.OS
 
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.
AsyncOpen(long, long) - Method in class org.eclipse.swt.internal.mozilla.nsIChannel
 
AsyncPromptAuth(long, long, long, long, int, long, char[], int[], long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIPromptService2
 
AT_TARGET - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMEvent
 
ATK - Class in org.eclipse.swt.internal.accessibility.gtk
 
ATK() - Constructor for 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_focus_tracker_notify(long) - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
atk_get_default_registry() - 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.gtk.OS
 
ATK_OBJECT_FACTORY_CLASS(long) - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
atk_object_factory_create_accessible(long, long) - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
atk_object_factory_get_accessible_type(long) - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
atk_object_initialize(long, long) - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
atk_object_ref_relation_set(long) - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
atk_registry_get_factory(long, long) - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
atk_registry_set_factory_type(long, long, long) - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_RELATION_LABELLED_BY - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
Constants
ATK_RELATION_LABELLED_BY - Static variable in class org.eclipse.swt.internal.gtk.OS
Constants
atk_relation_set_get_n_relations(long) - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
atk_relation_set_get_relation(long, int) - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
atk_relation_set_remove(long, long) - Static method 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_COMBO_BOX - 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_DRAWING_AREA - 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_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_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_SCROLL_BAR - 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_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_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_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_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_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_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_set_new() - 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_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_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_GET_IFACE(long) - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
ATK_XY_WINDOW - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
AtkActionIface - Class in org.eclipse.swt.internal.accessibility.gtk
 
AtkActionIface() - Constructor for class org.eclipse.swt.internal.accessibility.gtk.AtkActionIface
 
AtkComponentIface - Class in org.eclipse.swt.internal.accessibility.gtk
 
AtkComponentIface() - Constructor for class org.eclipse.swt.internal.accessibility.gtk.AtkComponentIface
 
AtkHypertextIface - Class in org.eclipse.swt.internal.accessibility.gtk
 
AtkHypertextIface() - Constructor for class org.eclipse.swt.internal.accessibility.gtk.AtkHypertextIface
 
AtkObjectClass - Class in org.eclipse.swt.internal.accessibility.gtk
 
AtkObjectClass() - Constructor for class org.eclipse.swt.internal.accessibility.gtk.AtkObjectClass
 
AtkObjectFactory_sizeof() - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
64 bit
AtkObjectFactoryClass - Class in org.eclipse.swt.internal.accessibility.gtk
 
AtkObjectFactoryClass() - Constructor for class org.eclipse.swt.internal.accessibility.gtk.AtkObjectFactoryClass
 
AtkObjectFactoryClass_sizeof() - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
AtkSelectionIface - Class in org.eclipse.swt.internal.accessibility.gtk
 
AtkSelectionIface() - Constructor for class org.eclipse.swt.internal.accessibility.gtk.AtkSelectionIface
 
AtkTextIface - Class in org.eclipse.swt.internal.accessibility.gtk
 
AtkTextIface() - Constructor for class org.eclipse.swt.internal.accessibility.gtk.AtkTextIface
 
AUTH_HOST - Static variable in class org.eclipse.swt.internal.mozilla.nsIAuthInformation
 
AUTH_PROXY - Static variable in class org.eclipse.swt.internal.mozilla.nsIAuthInformation
 
AutoRegister(long) - Method in class org.eclipse.swt.internal.mozilla.nsIComponentRegistrar
 
AutoUnregister(long) - Method in class org.eclipse.swt.internal.mozilla.nsIComponentRegistrar
 
Available(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIInputStream
 
axes - Variable in class org.eclipse.swt.internal.gtk.GdkEventButton
 
axes - Variable in class org.eclipse.swt.internal.gtk.GdkEventMotion
 

B

back() - Method in class org.eclipse.swt.browser.Browser
Navigate to the previous session history item.
background - Variable in class org.eclipse.swt.graphics.GCData
 
background - Variable in class org.eclipse.swt.graphics.TextStyle
the background of the style
BACKGROUND - Static variable in class org.eclipse.swt.SWT
Event detail field that indicates a user-interface component draws the background (value is 1<<3).
background_blue - Variable in class org.eclipse.swt.internal.gtk.GdkGCValues
 
background_gdk - Static variable in class org.eclipse.swt.internal.gtk.OS
 
background_green - Variable in class org.eclipse.swt.internal.gtk.GdkGCValues
 
background_pixel - Variable in class org.eclipse.swt.internal.gtk.GdkGCValues
 
background_red - Variable in class org.eclipse.swt.internal.gtk.GdkGCValues
 
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).
BALLOON - Static variable in class org.eclipse.swt.SWT
Style constant for balloon behavior (value is 1<<12).
BAR - Static variable in class org.eclipse.swt.SWT
Style constant for menu bar behavior (value is 1<<1).
base_finalize - Variable in class org.eclipse.swt.internal.gtk.GTypeInfo
 
base_height - Variable in class org.eclipse.swt.internal.gtk.GdkGeometry
 
base_init - Variable in class org.eclipse.swt.internal.gtk.GTypeInfo
 
base_width - Variable in class org.eclipse.swt.internal.gtk.GdkGeometry
 
BCbTable - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
BCrTable - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
beep() - Method in class org.eclipse.swt.widgets.Display
Causes the system hardware to emit a short sound (if it supports this capability).
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 vertical alignment or orientation behavior (value is 1).
BeginRestore(long, int) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
BeginRestore(long, int) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
Below - Static variable in class org.eclipse.swt.internal.gtk.OS
 
BidiSegmentEvent - Class in org.eclipse.swt.custom
This event is sent to BidiSegmentListeners when a line is to be measured or rendered in a bidi locale.
BidiSegmentListener - Interface in org.eclipse.swt.custom
This listener interface may be implemented in order to receive BidiSegmentEvents.
BidiUtil - Class in org.eclipse.swt.internal
 
BidiUtil() - Constructor for class org.eclipse.swt.internal.BidiUtil
 
BITMAP - Static variable in class org.eclipse.swt.SWT
Constant indicating that an image or operation is of type bitmap (value is 0).
bits_per_pixel - Variable in class org.eclipse.swt.internal.gtk.GdkImage
 
bits_per_rgb - Variable in class org.eclipse.swt.internal.gtk.GdkVisual
 
bits_per_rgb - Variable in class org.eclipse.swt.internal.opengl.glx.XVisualInfo
 
blue - Variable in class org.eclipse.swt.graphics.RGB
the blue component of the RGB
blue - Variable in class org.eclipse.swt.internal.gtk.GdkColor
 
blue_mask - Variable in class org.eclipse.swt.internal.gtk.GdkVisual
 
blue_mask - Variable in class org.eclipse.swt.internal.opengl.glx.XVisualInfo
 
blue_prec - Variable in class org.eclipse.swt.internal.gtk.GdkVisual
 
blue_shift - Variable in class org.eclipse.swt.internal.gtk.GdkVisual
 
blueMask - Variable in class org.eclipse.swt.graphics.PaletteData
the blue mask for a direct palette
blueShift - Variable in class org.eclipse.swt.graphics.PaletteData
the blue shift for a direct palette
blueSize - Variable in class org.eclipse.swt.opengl.GLData
The size in bits of the color buffer's blue channel.
BOLD - Static variable in class org.eclipse.swt.SWT
The font style constant indicating a bold weight font (value is 1<<0).
BORDER - Static variable in class org.eclipse.swt.SWT
Style constant for bordered behavior (value is 1<<11).
BORDER_DASH - Static variable in class org.eclipse.swt.SWT
Style constant to indicate dashed border (value is 2).
BORDER_DOT - Static variable in class org.eclipse.swt.SWT
Style constant to indicate dotted border (value is 4).
BORDER_SOLID - Static variable in class org.eclipse.swt.SWT
Style constant to indicate solid border (value is 1).
border_width - Variable in class org.eclipse.swt.internal.gtk.XWindowChanges
 
borderColor - Variable in class org.eclipse.swt.graphics.TextStyle
the border color of the style
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.  
borderMiddleRGB - Static variable in class org.eclipse.swt.custom.CTabFolder
Deprecated. drop shadow border is no longer drawn in 3.0
borderMiddleRGB - Static variable in class org.eclipse.swt.custom.ViewForm
Deprecated.  
borderOutsideRGB - Static variable in class org.eclipse.swt.custom.CTabFolder
Deprecated. drop shadow border is no longer drawn in 3.0
borderOutsideRGB - Static variable in class org.eclipse.swt.custom.ViewForm
Deprecated.  
borderStyle - Variable in class org.eclipse.swt.graphics.TextStyle
the border style.
bottom - Variable in class org.eclipse.swt.internal.gtk.GtkBorder
 
bottom - Variable in class org.eclipse.swt.layout.FormData
bottom specifies the attachment of the bottom of the control.
BOTTOM - Static variable in class org.eclipse.swt.SWT
Style constant for align bottom behavior (value is 1<<10, since align DOWN and align BOTTOM are considered the same).
bpl - Variable in class org.eclipse.swt.internal.gtk.GdkImage
 
bpp - Variable in class org.eclipse.swt.internal.gtk.GdkImage
 
BREAK - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the break key (value is (1<<24)+86).
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 - Variable in class org.eclipse.swt.browser.WindowEvent
Browser provided by the application.
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.
BS - Static variable in class org.eclipse.swt.SWT
ASCII character convenience constant for the backspace character (value is the char '\b').
BUBBLING_PHASE - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMEvent
 
Bullet - Class in org.eclipse.swt.custom
Instances of this class represent bullets in the StyledText.
Bullet(StyleRange) - Constructor for class org.eclipse.swt.custom.Bullet
Create a new bullet with the specified style, and type ST.BULLET_DOT.
Bullet(int, StyleRange) - Constructor for class org.eclipse.swt.custom.Bullet
Create a new bullet the specified style and type.
bullet - Variable in class org.eclipse.swt.custom.LineStyleEvent
line bullet (output)
bullet - Variable in class org.eclipse.swt.custom.PaintObjectEvent
the Bullet
BULLET_CUSTOM - Static variable in class org.eclipse.swt.custom.ST
Bullet style custom draw.
BULLET_DOT - Static variable in class org.eclipse.swt.custom.ST
Bullet style dot.
BULLET_LETTER_LOWER - Static variable in class org.eclipse.swt.custom.ST
Bullet style lower case letter.
BULLET_LETTER_UPPER - Static variable in class org.eclipse.swt.custom.ST
Bullet style upper case letter.
BULLET_NUMBER - Static variable in class org.eclipse.swt.custom.ST
Bullet style number.
BULLET_TEXT - Static variable in class org.eclipse.swt.custom.ST
Bullet style text.
bulletIndex - Variable in class org.eclipse.swt.custom.LineStyleEvent
line bullet index (output)
bulletIndex - Variable in class org.eclipse.swt.custom.PaintObjectEvent
the bullet index
BUSY_FLAGS_BEFORE_PAGE_LOAD - Static variable in class org.eclipse.swt.internal.mozilla.nsIDocShell
 
BUSY_FLAGS_BEFORE_PAGE_LOAD - Static variable in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
BUSY_FLAGS_BEFORE_PAGE_LOAD - Static variable in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
BUSY_FLAGS_BUSY - Static variable in class org.eclipse.swt.internal.mozilla.nsIDocShell
 
BUSY_FLAGS_BUSY - Static variable in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
BUSY_FLAGS_BUSY - Static variable in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
BUSY_FLAGS_NONE - Static variable in class org.eclipse.swt.internal.mozilla.nsIDocShell
 
BUSY_FLAGS_NONE - Static variable in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
BUSY_FLAGS_NONE - Static variable in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
BUSY_FLAGS_PAGE_LOADING - Static variable in class org.eclipse.swt.internal.mozilla.nsIDocShell
 
BUSY_FLAGS_PAGE_LOADING - Static variable in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
BUSY_FLAGS_PAGE_LOADING - Static variable in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
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, 2 for the second button, and 3 for the third button, etc.
button - Variable in class org.eclipse.swt.internal.gtk.GdkEventButton
 
button - Variable in class org.eclipse.swt.internal.gtk.XButtonEvent
 
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 - 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.
BUTTON1 - Static variable in class org.eclipse.swt.SWT
Keyboard and/or mouse event mask indicating that mouse button one 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 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 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.
button_area - Variable in class org.eclipse.swt.internal.gtk.GtkFileSelection
 
BUTTON_DELAY_ENABLE - Static variable in class org.eclipse.swt.internal.mozilla.nsIPromptService
 
BUTTON_MASK - Static variable in class org.eclipse.swt.SWT
Keyboard and/or mouse event mask indicating all possible mouse buttons.
BUTTON_POS_0 - Static variable in class org.eclipse.swt.internal.mozilla.nsIPromptService
 
BUTTON_POS_0_DEFAULT - Static variable in class org.eclipse.swt.internal.mozilla.nsIPromptService
 
BUTTON_POS_1 - Static variable in class org.eclipse.swt.internal.mozilla.nsIPromptService
 
BUTTON_POS_1_DEFAULT - Static variable in class org.eclipse.swt.internal.mozilla.nsIPromptService
 
BUTTON_POS_2 - Static variable in class org.eclipse.swt.internal.mozilla.nsIPromptService
 
BUTTON_POS_2_DEFAULT - Static variable in class org.eclipse.swt.internal.mozilla.nsIPromptService
 
button_press_event - Variable in class org.eclipse.swt.internal.gtk.GtkWidgetClass
 
button_press_event - Static variable in class org.eclipse.swt.internal.gtk.OS
 
button_release_event - Variable in class org.eclipse.swt.internal.gtk.GtkWidgetClass
 
button_release_event - Static variable in class org.eclipse.swt.internal.gtk.OS
 
button_relief - Static variable in class org.eclipse.swt.internal.gtk.OS
 
BUTTON_TITLE_CANCEL - Static variable in class org.eclipse.swt.internal.mozilla.nsIPromptService
 
BUTTON_TITLE_DONT_SAVE - Static variable in class org.eclipse.swt.internal.mozilla.nsIPromptService
 
BUTTON_TITLE_IS_STRING - Static variable in class org.eclipse.swt.internal.mozilla.nsIPromptService
 
BUTTON_TITLE_NO - Static variable in class org.eclipse.swt.internal.mozilla.nsIPromptService
 
BUTTON_TITLE_OK - Static variable in class org.eclipse.swt.internal.mozilla.nsIPromptService
 
BUTTON_TITLE_REVERT - Static variable in class org.eclipse.swt.internal.mozilla.nsIPromptService
 
BUTTON_TITLE_SAVE - Static variable in class org.eclipse.swt.internal.mozilla.nsIPromptService
 
BUTTON_TITLE_YES - Static variable in class org.eclipse.swt.internal.mozilla.nsIPromptService
 
ButtonDrawData - Class in org.eclipse.swt.internal.theme
 
ButtonDrawData() - Constructor for class org.eclipse.swt.internal.theme.ButtonDrawData
 
ButtonRelease - Static variable in class org.eclipse.swt.internal.gtk.OS
 
BYTable - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
byte_order - Variable in class org.eclipse.swt.internal.gtk.GdkImage
 
byte_order - Variable in class org.eclipse.swt.internal.gtk.GdkVisual
 
ByteArrayTransfer - Class in org.eclipse.swt.dnd
The class ByteArrayTransfer provides a platform specific mechanism for converting a java byte[] to a platform specific representation of the byte array and vice versa.
ByteArrayTransfer() - Constructor for class org.eclipse.swt.dnd.ByteArrayTransfer
 
bytesPerLine - Variable in class org.eclipse.swt.graphics.ImageData
The number of bytes per scanline.

C

C - Class in org.eclipse.swt.internal
 
C() - Constructor for class org.eclipse.swt.internal.C
 
cairo - Variable in class org.eclipse.swt.graphics.GCData
 
Cairo - Class in org.eclipse.swt.internal.cairo
 
Cairo() - Constructor for class org.eclipse.swt.internal.cairo.Cairo
 
CAIRO_ANTIALIAS_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_clip_preserve(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_copy_page(long) - Static method 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_device_to_user(long, double[], double[]) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_device_to_user_distance(long, double[], double[]) - 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_extents(long, double[], double[], double[], double[]) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_fill_preserve(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_extents(long, cairo_font_extents_t) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_font_extents_t - Class in org.eclipse.swt.internal.cairo
 
cairo_font_extents_t() - Constructor for class org.eclipse.swt.internal.cairo.cairo_font_extents_t
 
cairo_font_extents_t_sizeof() - Static method in class org.eclipse.swt.internal.cairo.Cairo
64
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_font_matrix(long, double[]) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_get_font_options(long, long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_get_line_cap(long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_get_line_join(long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_get_line_width(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_miter_limit(long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_get_operator(long) - 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_glyph_extents(long, long, int, long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_glyph_path(long, long, int) - 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_create_for_data(long, int, int, int, int) - 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_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_mask(long, long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_mask_surface(long, 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_init_rotate(double[], double) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_matrix_init_scale(double[], double, double) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_matrix_init_translate(double[], double, 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_distance(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_ADD - Static variable in class org.eclipse.swt.internal.cairo.Cairo
 
CAIRO_OPERATOR_ATOP - Static variable in class org.eclipse.swt.internal.cairo.Cairo
 
CAIRO_OPERATOR_ATOP_REVERSE - Static variable in class org.eclipse.swt.internal.cairo.Cairo
 
CAIRO_OPERATOR_CLEAR - Static variable in class org.eclipse.swt.internal.cairo.Cairo
 
CAIRO_OPERATOR_DST - Static variable in class org.eclipse.swt.internal.cairo.Cairo
 
CAIRO_OPERATOR_IN - Static variable in class org.eclipse.swt.internal.cairo.Cairo
 
CAIRO_OPERATOR_IN_REVERSE - Static variable in class org.eclipse.swt.internal.cairo.Cairo
 
CAIRO_OPERATOR_OUT - Static variable in class org.eclipse.swt.internal.cairo.Cairo
 
CAIRO_OPERATOR_OUT_REVERSE - 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_OVER_REVERSE - Static variable in class org.eclipse.swt.internal.cairo.Cairo
 
CAIRO_OPERATOR_SATURATE - Static variable in class org.eclipse.swt.internal.cairo.Cairo
 
CAIRO_OPERATOR_SRC - Static variable in class org.eclipse.swt.internal.cairo.Cairo
 
CAIRO_OPERATOR_XOR - 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
 
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_rgb(long, double, double, double, double) - 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_create_radial(double, double, 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_get_extend(long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_pattern_get_filter(long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_pattern_get_matrix(long, double[]) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_pattern_reference(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_ps_surface_set_size(long, double, double) - 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_reference(long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_rel_curve_to(long, double, double, double, double, double, double) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_rel_line_to(long, double, double) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_rel_move_to(long, double, double) - 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_rotate(long, double) - 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_face(long, long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_set_font_matrix(long, double[]) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_set_font_options(long, long) - 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_glyphs(long, long, int) - 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_show_text(long, byte[]) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_status(long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
CAIRO_STATUS_INVALID_MATRIX - Static variable in class org.eclipse.swt.internal.cairo.Cairo
 
CAIRO_STATUS_INVALID_POP_GROUP - Static variable in class org.eclipse.swt.internal.cairo.Cairo
 
CAIRO_STATUS_INVALID_RESTORE - Static variable in class org.eclipse.swt.internal.cairo.Cairo
 
CAIRO_STATUS_NO_CURRENT_POINT - Static variable in class org.eclipse.swt.internal.cairo.Cairo
 
CAIRO_STATUS_NO_MEMORY - Static variable in class org.eclipse.swt.internal.cairo.Cairo
 
CAIRO_STATUS_NO_TARGET_SURFACE - Static variable in class org.eclipse.swt.internal.cairo.Cairo
 
CAIRO_STATUS_NULL_POINTER - Static variable in class org.eclipse.swt.internal.cairo.Cairo
 
CAIRO_STATUS_SUCCESS - Static variable in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_status_to_string(int) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_stroke(long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_stroke_extents(long, double[], double[], double[], double[]) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_stroke_preserve(long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_surface_create_similar(long, int, int, int) - 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_get_type(long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_surface_get_user_data(long, 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_offset(long, double, double) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_surface_set_fallback_resolution(long, double, double) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_surface_set_user_data(long, long, long, long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
CAIRO_SURFACE_TYPE_BEOS - Static variable in class org.eclipse.swt.internal.cairo.Cairo
 
CAIRO_SURFACE_TYPE_DIRECTFB - Static variable in class org.eclipse.swt.internal.cairo.Cairo
 
CAIRO_SURFACE_TYPE_GLITZ - Static variable 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_QUARTZ - Static variable in class org.eclipse.swt.internal.cairo.Cairo
 
CAIRO_SURFACE_TYPE_SVG - Static variable in class org.eclipse.swt.internal.cairo.Cairo
 
CAIRO_SURFACE_TYPE_WIN32 - Static variable in class org.eclipse.swt.internal.cairo.Cairo
 
CAIRO_SURFACE_TYPE_XCB - 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_text_extents(long, byte[], cairo_text_extents_t) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_text_extents_t - Class in org.eclipse.swt.internal.cairo
 
cairo_text_extents_t() - Constructor for class org.eclipse.swt.internal.cairo.cairo_text_extents_t
 
cairo_text_extents_t_sizeof() - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_text_path(long, byte[]) - Static method 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(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_create(long, long, long, int, int) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_xlib_surface_create_for_bitmap(long, long, long, int, int) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairo_xlib_surface_set_size(long, int, int) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
cairoXoffset - Variable in class org.eclipse.swt.graphics.GCData
 
cairoYoffset - Variable in class org.eclipse.swt.graphics.GCData
 
CALENDAR - Static variable in class org.eclipse.swt.SWT
Style constant for calendar display (value is 1<<10).
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.accessibility.gtk.ATK
 
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.accessibility.gtk.ATK
 
Call(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, int, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
Call(long, long, long, byte[], int, int, int[]) - Static method in class org.eclipse.swt.internal.mozilla.XPCOM
 
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.
can_open_multiple_files - Variable in class org.eclipse.swt.internal.gnome.GnomeVFSMimeApplication
 
CanCallMethod(long, char[], long[]) - Method in class org.eclipse.swt.internal.mozilla.nsISecurityCheckedComponent
 
Cancel(int) - Method in class org.eclipse.swt.internal.mozilla.nsICancelable
 
Cancel() - Method in class org.eclipse.swt.internal.mozilla.nsIHelperAppLauncher
 
Cancel(int) - Method in class org.eclipse.swt.internal.mozilla.nsIRequest
 
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_button - Variable in class org.eclipse.swt.internal.gtk.GtkColorSelectionDialog
 
cancel_button - Variable in class org.eclipse.swt.internal.gtk.GtkFileSelection
 
cancelJob() - Method in class org.eclipse.swt.printing.Printer
Cancels a print job in progress.
CanCreateWrapper(long, long[]) - Method in class org.eclipse.swt.internal.mozilla.nsISecurityCheckedComponent
 
CanGetProperty(long, char[], long[]) - Method in class org.eclipse.swt.internal.mozilla.nsISecurityCheckedComponent
 
CanHandleContent(byte[], int, long[], int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIURIContentListener
 
CanSetProperty(long, char[], long[]) - Method in class org.eclipse.swt.internal.mozilla.nsISecurityCheckedComponent
 
Canvas - Class in org.eclipse.swt.widgets
Instances of this class provide a surface for drawing arbitrary graphics.
Canvas(Composite, int) - Constructor for class org.eclipse.swt.widgets.Canvas
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
cap - Variable in class org.eclipse.swt.graphics.LineAttributes
The line cap style.
CAP_FLAT - Static variable in class org.eclipse.swt.SWT
Line drawing style for flat end caps (value is 1).
CAP_ROUND - Static variable in class org.eclipse.swt.SWT
Line drawing style for rounded end caps (value is 2).
CAP_SQUARE - Static variable in class org.eclipse.swt.SWT
Line drawing style for square end caps (value is 3).
cap_style - Variable in class org.eclipse.swt.internal.gtk.GdkGCValues
 
CAPS_LOCK - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the caps lock key (value is (1<<24)+82).
CAPTURING_PHASE - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMEvent
 
Caret - Class in org.eclipse.swt.widgets
Instances of this class provide an i-beam that is typically used as the insertion point for text.
Caret(Canvas, int) - Constructor for class org.eclipse.swt.widgets.Caret
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
CaretEvent - Class in org.eclipse.swt.custom
This event is sent when the caret offset changes.
CaretListener - Interface in org.eclipse.swt.custom
This listener interface may be implemented in order to receive CaretEvents.
caretMoved(CaretEvent) - Method in interface org.eclipse.swt.custom.CaretListener
This method is called after the caret offset is changed.
caretOffset - Variable in class org.eclipse.swt.custom.CaretEvent
caret offset
CASCADE - Static variable in class org.eclipse.swt.SWT
Style constant for cascade behavior (value is 1<<6).
CBanner - Class in org.eclipse.swt.custom
Instances of this class implement a Composite that lays out its children and allows programmatic control of the layout.
CBanner(Composite, int) - Constructor for class org.eclipse.swt.custom.CBanner
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
CbBTable - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
CbGTable - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
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.
CDE - Class in org.eclipse.swt.internal.cde
 
CDE() - Constructor for class org.eclipse.swt.internal.cde.CDE
 
ceil(int, int) - Static method in class org.eclipse.swt.internal.Compatibility
Answers the most negative (i.e.
cell_background_gdk - Static variable in class org.eclipse.swt.internal.gtk.OS
 
CENTER - Static variable in class org.eclipse.swt.layout.GridData
Value for horizontalAlignment or verticalAlignment.
center - Variable in class org.eclipse.swt.layout.RowLayout
center specifies whether the controls in a row should be centered vertically in each cell for horizontal layouts, or centered horizontally in each cell for vertical layouts.
CENTER - Static variable in class org.eclipse.swt.SWT
Style constant for align center behavior (value is 1<<24).
CH - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
change_current_page - Static variable in class org.eclipse.swt.internal.gtk.OS
 
change_value - 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 - Static variable in class org.eclipse.swt.internal.gtk.OS
 
changed(Control[]) - Method in class org.eclipse.swt.widgets.Composite
Clears any data that has been cached by a Layout for all widgets that are in the parent hierarchy of the changed control up to and including the receiver.
changed_mask - Variable in class org.eclipse.swt.internal.gtk.GdkEventWindowState
 
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.
character - Variable in class org.eclipse.swt.events.KeyEvent
the character represented by the key that was typed.
character - Variable in class org.eclipse.swt.widgets.Event
depending on the event, the character represented by the key that was typed.
CHECK - Static variable in class org.eclipse.swt.SWT
Style constant for check box behavior (value is 1<<5).
checkDevice() - Method in class org.eclipse.swt.graphics.Device
Throws an SWTException if the receiver can not be accessed by the caller.
checkDevice() - Method in class org.eclipse.swt.widgets.Display
 
checkSubclass() - Method in class org.eclipse.swt.browser.Browser
 
checkSubclass() - Method in class org.eclipse.swt.custom.CCombo
 
checkSubclass() - Method in class org.eclipse.swt.dnd.Clipboard
Checks that this class can be subclassed.
checkSubclass() - Method in class org.eclipse.swt.dnd.DragSource
 
checkSubclass() - Method in class org.eclipse.swt.dnd.DropTarget
 
checkSubclass() - Method in class org.eclipse.swt.printing.PrintDialog
 
checkSubclass() - Method in class org.eclipse.swt.widgets.Combo
 
checkSubclass() - Method in class org.eclipse.swt.widgets.Composite
 
checkSubclass() - Method in class org.eclipse.swt.widgets.CoolBar
 
checkSubclass() - Method in class org.eclipse.swt.widgets.CoolItem
 
checkSubclass() - Method in class org.eclipse.swt.widgets.DateTime
 
checkSubclass() - Method in class org.eclipse.swt.widgets.Decorations
 
checkSubclass() - Method in class org.eclipse.swt.widgets.Dialog
Checks that this class can be subclassed.
checkSubclass() - Method in class org.eclipse.swt.widgets.Display
Checks that this class can be subclassed.
checkSubclass() - Method in class org.eclipse.swt.widgets.ExpandBar
 
checkSubclass() - Method in class org.eclipse.swt.widgets.ExpandItem
 
checkSubclass() - Method in class org.eclipse.swt.widgets.Group
 
checkSubclass() - Method in class org.eclipse.swt.widgets.Item
 
checkSubclass() - Method in class org.eclipse.swt.widgets.MenuItem
 
checkSubclass() - Method in class org.eclipse.swt.widgets.Spinner
 
checkSubclass() - Method in class org.eclipse.swt.widgets.TabFolder
 
checkSubclass() - Method in class org.eclipse.swt.widgets.TabItem
 
checkSubclass() - Method in class org.eclipse.swt.widgets.Table
 
checkSubclass() - Method in class org.eclipse.swt.widgets.TableColumn
 
checkSubclass() - Method in class org.eclipse.swt.widgets.TableItem
 
checkSubclass() - Method in class org.eclipse.swt.widgets.ToolBar
 
checkSubclass() - Method in class org.eclipse.swt.widgets.ToolItem
 
checkSubclass() - Method in class org.eclipse.swt.widgets.TrayItem
 
checkSubclass() - Method in class org.eclipse.swt.widgets.Tree
 
checkSubclass() - Method in class org.eclipse.swt.widgets.TreeColumn
 
checkSubclass() - Method in class org.eclipse.swt.widgets.TreeItem
 
checkSubclass() - Method in class org.eclipse.swt.widgets.Widget
Checks that this class can be subclassed.
checkWidget() - Method in class org.eclipse.swt.browser.Browser
 
checkWidget() - Method in class org.eclipse.swt.dnd.Clipboard
Throws an SWTException if the receiver can not be accessed by the caller.
checkWidget() - Method in class org.eclipse.swt.widgets.Widget
Throws an SWTException if the receiver can not be accessed by the caller.
child_notify - Variable in class org.eclipse.swt.internal.gtk.GtkWidgetClass
 
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_MULTIPLE - Static variable in class org.eclipse.swt.accessibility.ACC
 
CHILDID_NONE - Static variable in class org.eclipse.swt.accessibility.ACC
 
CHILDID_SELF - Static variable in class org.eclipse.swt.accessibility.ACC
 
children - Variable in class org.eclipse.swt.accessibility.AccessibleControlEvent
 
children - Variable in class org.eclipse.swt.internal.gtk.GtkFixed
 
children_changed - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkObjectClass
 
CHROME_ALL - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebBrowserChrome
 
CHROME_CENTER_SCREEN - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebBrowserChrome
 
CHROME_DEFAULT - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebBrowserChrome
 
CHROME_DEPENDENT - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebBrowserChrome
 
CHROME_EXTRA - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebBrowserChrome
 
CHROME_LOCATIONBAR - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebBrowserChrome
 
CHROME_MENUBAR - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebBrowserChrome
 
CHROME_MODAL - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebBrowserChrome
 
CHROME_OPENAS_CHROME - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebBrowserChrome
 
CHROME_OPENAS_DIALOG - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebBrowserChrome
 
CHROME_PERSONAL_TOOLBAR - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebBrowserChrome
 
CHROME_SCROLLBARS - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebBrowserChrome
 
CHROME_STATUSBAR - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebBrowserChrome
 
CHROME_TITLEBAR - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebBrowserChrome
 
CHROME_TOOLBAR - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebBrowserChrome
 
CHROME_WINDOW_BORDERS - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebBrowserChrome
 
CHROME_WINDOW_CLOSE - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebBrowserChrome
 
CHROME_WINDOW_LOWERED - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebBrowserChrome
 
CHROME_WINDOW_MIN - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebBrowserChrome
 
CHROME_WINDOW_POPUP - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebBrowserChrome
 
CHROME_WINDOW_RAISED - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebBrowserChrome
 
CHROME_WINDOW_RESIZE - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebBrowserChrome
 
CHROME_WITH_POSITION - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebBrowserChrome
 
CHROME_WITH_SIZE - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebBrowserChrome
 
CIDToContractID(nsID, long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIComponentRegistrar
 
CLabel - Class in org.eclipse.swt.custom
A Label which supports aligned text and/or an image and different border styles.
CLabel(Composite, int) - Constructor for class org.eclipse.swt.custom.CLabel
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
CLASS_ARABIC - Static variable in class org.eclipse.swt.internal.BidiUtil
 
class_data - Variable in class org.eclipse.swt.internal.gtk.GTypeInfo
 
class_finalize - Variable in class org.eclipse.swt.internal.gtk.GTypeInfo
 
CLASS_HEBREW - Static variable in class org.eclipse.swt.internal.BidiUtil
 
class_init - Variable in class org.eclipse.swt.internal.gtk.GTypeInfo
 
CLASS_LATINNUMBER - Static variable in class org.eclipse.swt.internal.BidiUtil
 
CLASS_LOCALNUMBER - Static variable in class org.eclipse.swt.internal.BidiUtil
 
class_size - Variable in class org.eclipse.swt.internal.gtk.GTypeInfo
 
class_size - Variable in class org.eclipse.swt.internal.gtk.GTypeQuery
 
CLASSIN - Static variable in class org.eclipse.swt.internal.BidiUtil
 
clear() - Method in class org.eclipse.swt.custom.AnimatedProgress
Deprecated. Stop the animation if it is not already stopped and reset the presentation to a blank appearance.
clear(int) - Method in class org.eclipse.swt.widgets.Table
Clears the item at the given zero-relative index in the receiver.
clear(int, int) - Method in class org.eclipse.swt.widgets.Table
Removes the items from the receiver which are between the given zero-relative start and end indices (inclusive).
clear(int[]) - Method in class org.eclipse.swt.widgets.Table
Clears the items at the given zero-relative indices in the receiver.
clear(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_selection - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkSelectionIface
 
clearAll() - Method in class org.eclipse.swt.widgets.Table
Clears all the items in the receiver.
clearAll(boolean) - Method in class org.eclipse.swt.widgets.Tree
Clears all the items in the receiver.
clearAll(boolean) - Method in class org.eclipse.swt.widgets.TreeItem
Clears all the items in the receiver.
clearContents() - Method in class org.eclipse.swt.dnd.Clipboard
If this clipboard is currently the owner of the data on the system clipboard, clear the contents.
clearContents(int) - Method in class org.eclipse.swt.dnd.Clipboard
If this clipboard is currently the owner of the data on the specified clipboard, clear the contents.
clearSelection() - Method in class org.eclipse.swt.custom.CCombo
Sets the selection in the receiver's text field to an empty selection starting just before the first character.
clearSelection() - Method in class org.eclipse.swt.widgets.Combo
Sets the selection in the receiver's text field to an empty selection starting just before the first character.
clearSelection() - Method in class org.eclipse.swt.widgets.Text
Clears the selection.
clearSessions() - Static method in class org.eclipse.swt.browser.Browser
Clears all session cookies from all current Browser instances.
ClearUserPref(byte[]) - Method in class org.eclipse.swt.internal.mozilla.nsIPrefBranch
 
clicked - Static variable in class org.eclipse.swt.internal.gtk.OS
 
client_event - Variable in class org.eclipse.swt.internal.gtk.GtkWidgetClass
 
clientArea - Variable in class org.eclipse.swt.internal.theme.DrawData
 
ClientMessage - Static variable in class org.eclipse.swt.internal.gtk.OS
 
CLIP_CHILDREN - Static variable in class org.eclipse.swt.SWT
Style constant indicating that the window manager should clip a widget's children with respect to its viewable area.
clip_mask - Variable in class org.eclipse.swt.internal.gtk.GdkGCValues
 
clip_mask - Variable in class org.eclipse.swt.internal.gtk.XRenderPictureAttributes
 
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.
clip_x_origin - Variable in class org.eclipse.swt.internal.gtk.GdkGCValues
 
clip_x_origin - Variable in class org.eclipse.swt.internal.gtk.XRenderPictureAttributes
 
clip_y_origin - Variable in class org.eclipse.swt.internal.gtk.GdkGCValues
 
clip_y_origin - Variable in class org.eclipse.swt.internal.gtk.XRenderPictureAttributes
 
Clipboard - Class in org.eclipse.swt.dnd
The Clipboard provides a mechanism for transferring data from one application to another or within an application.
Clipboard(Display) - Constructor for class org.eclipse.swt.dnd.Clipboard
Constructs a new instance of this class.
CLIPBOARD - Static variable in class org.eclipse.swt.dnd.DND
The transfer mechanism for data that is being cut and then pasted or copied and then pasted (value is 1).
clippingTransform - Variable in class org.eclipse.swt.graphics.GCData
 
clipRgn - Variable in class org.eclipse.swt.graphics.GCData
 
clone() - Method in class org.eclipse.swt.custom.StyleRange
Returns a new StyleRange with the same values as this StyleRange.
clone() - Method in class org.eclipse.swt.graphics.ImageData
Returns a new instance of the same class as the receiver, whose slots have been filled in with copies of the values in the slots of the receiver.
Clone(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIFile
 
Clone(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIURI
 
CloneableCompatibility - Interface in org.eclipse.swt.internal
This interface is the cross-platform version of the java.lang.Cloneable interface.
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() - 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.image.PngDecodingDataStream
 
close() - Method in class org.eclipse.swt.internal.image.PngInputStream
 
Close() - Method in class org.eclipse.swt.internal.mozilla.nsIInputStream
 
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() - 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.
CloseProgressWindow() - Method in class org.eclipse.swt.internal.mozilla.nsIHelperAppLauncher
 
CloseProgressWindow() - Method in class org.eclipse.swt.internal.mozilla.nsIHelperAppLauncher_1_8
 
CloseProgressWindow() - Method in class org.eclipse.swt.internal.mozilla.nsIHelperAppLauncher_1_9
 
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.
cmpl_state - Variable in class org.eclipse.swt.internal.gtk.GtkFileSelection
 
code - Variable in error org.eclipse.swt.SWTError
The SWT error code, one of SWT.ERROR_*.
code - Variable in exception org.eclipse.swt.SWTException
The SWT error code, one of SWT.ERROR_*.
Collapse - Static variable in class org.eclipse.swt.SWT
The collapse event type (value is 18).
collate - Variable in class org.eclipse.swt.printing.PrinterData
whether or not the printer should collate the printed paper Note that this field may be controlled by the printer driver.
Color - Class in org.eclipse.swt.graphics
Instances of this class manage the operating system resources that implement SWT's RGB color model.
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, 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_BLACK - Static variable in class org.eclipse.swt.SWT
Default color black (value is 2).
color_blue - Variable in class org.eclipse.swt.internal.gtk.PangoAttrColor
 
COLOR_BLUE - Static variable in class org.eclipse.swt.SWT
Default color blue (value is 9).
COLOR_CYAN - Static variable in class org.eclipse.swt.SWT
Default color cyan (value is 13).
COLOR_DARK_BLUE - Static variable in class org.eclipse.swt.SWT
Default color dark blue (value is 10).
COLOR_DARK_CYAN - Static variable in class org.eclipse.swt.SWT
Default color dark cyan (value is 14).
COLOR_DARK_GRAY - Static variable in class org.eclipse.swt.SWT
Default color dark gray (value is 16).
COLOR_DARK_GREEN - Static variable in class org.eclipse.swt.SWT
Default color dark green (value is 6).
COLOR_DARK_MAGENTA - Static variable in class org.eclipse.swt.SWT
Default color dark magenta (value is 12).
COLOR_DARK_RED - Static variable in class org.eclipse.swt.SWT
Default color dark red (value is 4).
COLOR_DARK_YELLOW - Static variable in class org.eclipse.swt.SWT
Default color dark yellow (value is 8).
COLOR_GRAY - Static variable in class org.eclipse.swt.SWT
Default color gray (value is 15).
color_green - Variable in class org.eclipse.swt.internal.gtk.PangoAttrColor
 
COLOR_GREEN - Static variable in class org.eclipse.swt.SWT
Default color green (value is 5).
COLOR_INFO_BACKGROUND - Static variable in class org.eclipse.swt.SWT
System color used to paint tooltip background areas (value is 29).
COLOR_INFO_FOREGROUND - Static variable in class org.eclipse.swt.SWT
System color used to paint tooltip text (value is 28).
COLOR_LIST_BACKGROUND - Static variable in class org.eclipse.swt.SWT
System color used to paint list background areas (value is 25).
COLOR_LIST_FOREGROUND - Static variable in class org.eclipse.swt.SWT
System color used to paint list foreground areas (value is 24).
COLOR_LIST_SELECTION - Static variable in class org.eclipse.swt.SWT
System color used to paint list selection background areas (value is 26).
COLOR_LIST_SELECTION_TEXT - Static variable in class org.eclipse.swt.SWT
System color used to paint list selected text (value is 27).
COLOR_MAGENTA - Static variable in class org.eclipse.swt.SWT
Default color magenta (value is 11).
color_red - Variable in class org.eclipse.swt.internal.gtk.PangoAttrColor
 
COLOR_RED - Static variable in class org.eclipse.swt.SWT
Default color red (value is 3).
COLOR_TITLE_BACKGROUND - Static variable in class org.eclipse.swt.SWT
System color used to paint title background areas (value is 31).
COLOR_TITLE_BACKGROUND_GRADIENT - Static variable in class org.eclipse.swt.SWT
System color used to paint title background gradient (value is 32).
COLOR_TITLE_FOREGROUND - Static variable in class org.eclipse.swt.SWT
System color used to paint title text (value is 30).
COLOR_TITLE_INACTIVE_BACKGROUND - Static variable in class org.eclipse.swt.SWT
System color used to paint inactive title background areas (value is 34).
COLOR_TITLE_INACTIVE_BACKGROUND_GRADIENT - Static variable in class org.eclipse.swt.SWT
System color used to paint inactive title background gradient (value is 35).
COLOR_TITLE_INACTIVE_FOREGROUND - Static variable in class org.eclipse.swt.SWT
System color used to paint inactive title text (value is 33).
COLOR_WHITE - Static variable in class org.eclipse.swt.SWT
Default color white (value is 1).
COLOR_WIDGET_BACKGROUND - Static variable in class org.eclipse.swt.SWT
System color used to paint background areas (value is 22).
COLOR_WIDGET_BORDER - Static variable in class org.eclipse.swt.SWT
System color used to paint border areas (value is 23).
COLOR_WIDGET_DARK_SHADOW - Static variable in class org.eclipse.swt.SWT
System color used to paint dark shadow areas (value is 17).
COLOR_WIDGET_FOREGROUND - Static variable in class org.eclipse.swt.SWT
System color used to paint foreground areas (value is 21).
COLOR_WIDGET_HIGHLIGHT_SHADOW - Static variable in class org.eclipse.swt.SWT
System color used to paint highlight shadow areas (value is 20).
COLOR_WIDGET_LIGHT_SHADOW - Static variable in class org.eclipse.swt.SWT
System color used to paint light shadow areas (value is 19).
COLOR_WIDGET_NORMAL_SHADOW - Static variable in class org.eclipse.swt.SWT
System color used to paint normal shadow areas (value is 18).
COLOR_YELLOW - Static variable in class org.eclipse.swt.SWT
Default color yellow (value is 7).
ColorDialog - Class in org.eclipse.swt.widgets
Instances of this class allow the user to select a color from a predefined set of available colors.
ColorDialog(Shell) - Constructor for class org.eclipse.swt.widgets.ColorDialog
Constructs a new instance of this class given only its parent.
ColorDialog(Shell, int) - Constructor for class org.eclipse.swt.widgets.ColorDialog
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
colormap - Variable in class org.eclipse.swt.internal.gtk.GdkImage
 
colormap - Variable in class org.eclipse.swt.internal.gtk.GdkWindowAttr
 
colormap_size - Variable in class org.eclipse.swt.internal.gtk.GdkVisual
 
colormap_size - Variable in class org.eclipse.swt.internal.opengl.glx.XVisualInfo
 
colors - Variable in class org.eclipse.swt.graphics.PaletteData
the RGB values for an indexed palette, where the indices of the array correspond to pixel values
colorsel - Variable in class org.eclipse.swt.internal.gtk.GtkColorSelectionDialog
 
COLUMN_NEXT - Static variable in class org.eclipse.swt.custom.ST
 
COLUMN_PREVIOUS - Static variable in class org.eclipse.swt.custom.ST
 
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.
COMBO_ARROW - Static variable in class org.eclipse.swt.internal.theme.DrawData
Combo parts
ComboDrawData - Class in org.eclipse.swt.internal.theme
 
ComboDrawData() - Constructor for class org.eclipse.swt.internal.theme.ComboDrawData
 
command - Variable in class org.eclipse.swt.internal.gnome.GnomeVFSMimeApplication
 
COMMAND - Static variable in class org.eclipse.swt.SWT
Keyboard and/or mouse event mask indicating that the COMMAND key was pushed on the keyboard when the event was generated (value is 1<<22).
commit - Static variable in class org.eclipse.swt.internal.gtk.OS
 
Compatibility - Class in org.eclipse.swt.internal
This class is a placeholder for utility methods commonly used on J2SE platforms but not supported on some J2ME profiles.
Compatibility() - Constructor for class org.eclipse.swt.internal.Compatibility
 
completed(ProgressEvent) - Method in class org.eclipse.swt.browser.ProgressAdapter
 
completed(ProgressEvent) - Method in interface org.eclipse.swt.browser.ProgressListener
This method is called when the current location has been completely loaded.
component_alpha - Variable in class org.eclipse.swt.internal.gtk.XRenderPictureAttributes
 
Composite - Class in org.eclipse.swt.widgets
Instances of this class are controls which are capable of containing other controls.
Composite(Composite, int) - Constructor for class org.eclipse.swt.widgets.Composite
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
COMPOSITION_CHANGED - Static variable in class org.eclipse.swt.SWT
The IME composition event detail that indicates a change in the IME composition.
COMPOSITION_OFFSET - Static variable in class org.eclipse.swt.SWT
The IME composition event detail that indicates that the IME needs the offset for a given location.
COMPOSITION_SELECTION - Static variable in class org.eclipse.swt.SWT
The IME composition event detail that indicates that IME needs the selected text and its start and end offsets (value is 3).
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(Composite, int, int, boolean) - Method in class org.eclipse.swt.custom.StackLayout
 
computeSize(int, int, boolean) - Method in class org.eclipse.swt.custom.StyledText
 
computeSize(int, int, boolean) - Method in class org.eclipse.swt.custom.TableTree
Deprecated.  
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(int, int, boolean) - Method in class org.eclipse.swt.widgets.Button
 
computeSize(int, int, boolean) - Method in class org.eclipse.swt.widgets.Combo
 
computeSize(int, int, boolean) - Method in class org.eclipse.swt.widgets.Composite
 
computeSize(int, int) - Method in class org.eclipse.swt.widgets.Control
Returns the preferred size of the receiver.
computeSize(int, int, boolean) - Method in class org.eclipse.swt.widgets.Control
Returns the preferred size of the receiver.
computeSize(int, int, boolean) - Method in class org.eclipse.swt.widgets.CoolBar
 
computeSize(int, int) - Method in class org.eclipse.swt.widgets.CoolItem
Returns the preferred size of the receiver.
computeSize(int, int, boolean) - Method in class org.eclipse.swt.widgets.DateTime
 
computeSize(int, int, boolean) - Method in class org.eclipse.swt.widgets.ExpandBar
 
computeSize(int, int, boolean) - Method in class org.eclipse.swt.widgets.Group
 
computeSize(int, int, boolean) - Method in class org.eclipse.swt.widgets.Label
 
computeSize(Composite, int, int, boolean) - Method in class org.eclipse.swt.widgets.Layout
Computes and returns the size of the specified composite's client area according to this layout.
computeSize(int, int, boolean) - Method in class org.eclipse.swt.widgets.Link
 
computeSize(int, int, boolean) - Method in class org.eclipse.swt.widgets.List
 
computeSize(int, int, boolean) - Method in class org.eclipse.swt.widgets.Sash
 
computeSize(int, int, boolean) - Method in class org.eclipse.swt.widgets.Scale
 
computeSize(int, int, boolean) - Method in class org.eclipse.swt.widgets.Slider
 
computeSize(int, int, boolean) - Method in class org.eclipse.swt.widgets.Spinner
 
computeSize(int, int, boolean) - Method in class org.eclipse.swt.widgets.TabFolder
 
computeSize(int, int, boolean) - Method in class org.eclipse.swt.widgets.Table
 
computeSize(int, int, boolean) - Method in class org.eclipse.swt.widgets.Text
 
computeSize(int, int, boolean) - Method in class org.eclipse.swt.widgets.ToolBar
 
computeSize(int, int, boolean) - Method in class org.eclipse.swt.widgets.Tree
 
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.TableTree
Deprecated.  
computeTrim(int, int, int, int) - Method in class org.eclipse.swt.custom.ViewForm
 
computeTrim(GC, DrawData) - Method in class org.eclipse.swt.internal.theme.Theme
 
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.Group
 
computeTrim(int, int, int, int) - Method in class org.eclipse.swt.widgets.Scrollable
Given a desired client area for the receiver (as described by the arguments), returns the bounding rectangle which would be required to produce that client area.
computeTrim(int, int, int, int) - Method in class org.eclipse.swt.widgets.Shell
 
computeTrim(int, int, int, int) - Method in class org.eclipse.swt.widgets.Spinner
 
computeTrim(int, int, int, int) - Method in class org.eclipse.swt.widgets.TabFolder
 
computeTrim(int, int, int, int) - Method in class org.eclipse.swt.widgets.Text
 
configure_event - Variable in class org.eclipse.swt.internal.gtk.GtkWidgetClass
 
configure_event - Static variable in class org.eclipse.swt.internal.gtk.OS
 
Confirm(long, char[], char[], int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIPromptService
 
ConfirmCheck(long, char[], char[], char[], int[], int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIPromptService
 
ConfirmEx(long, char[], char[], int, char[], char[], char[], char[], int[], int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIPromptService
 
connect_property_change_handler - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkObjectClass
 
constructor - Variable in class org.eclipse.swt.internal.gtk.GObjectClass
 
contains(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(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(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.Region
Returns true if the given point is inside the area specified by the receiver, and false otherwise.
contains - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkComponentIface
 
Contains(long, int, int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIFile
 
CONTENT_MAYBETEXT - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
CONTENT_MULTIPART - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
CONTENT_NODE - Static variable in class org.eclipse.swt.internal.mozilla.nsIClassInfo
 
context - Variable in class org.eclipse.swt.graphics.GCData
 
CONTEXT_DOCUMENT - Static variable in class org.eclipse.swt.internal.mozilla.nsIContextMenuListener
 
CONTEXT_IMAGE - Static variable in class org.eclipse.swt.internal.mozilla.nsIContextMenuListener
 
CONTEXT_INPUT - Static variable in class org.eclipse.swt.internal.mozilla.nsIContextMenuListener
 
CONTEXT_LINK - Static variable in class org.eclipse.swt.internal.mozilla.nsIContextMenuListener
 
CONTEXT_NONE - Static variable in class org.eclipse.swt.internal.mozilla.nsIContextMenuListener
 
CONTEXT_TEXT - Static variable in class org.eclipse.swt.internal.mozilla.nsIContextMenuListener
 
ContractIDToCID(byte[], long) - Method in class org.eclipse.swt.internal.mozilla.nsIComponentRegistrar
 
control - Variable in class org.eclipse.swt.layout.FormAttachment
control specifies the control to which the control side is attached.
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.
Control - Class in org.eclipse.swt.widgets
Control is the abstract superclass of all windowed user interface classes.
Control(Composite, int) - Constructor for class org.eclipse.swt.widgets.Control
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
ControlAdapter - Class in org.eclipse.swt.events
This adapter class provides default implementations for the methods described by the ControlListener interface.
ControlAdapter() - Constructor for class org.eclipse.swt.events.ControlAdapter
 
ControlEditor - Class in org.eclipse.swt.custom
A ControlEditor is a manager for a Control that appears above a composite and tracks with the moving and resizing of that composite.
ControlEditor(Composite) - Constructor for class org.eclipse.swt.custom.ControlEditor
Creates a ControlEditor for the specified Composite.
ControlEvent - Class in org.eclipse.swt.events
Instances of this class are sent as a result of controls being moved or resized.
ControlEvent(Event) - Constructor for class org.eclipse.swt.events.ControlEvent
Constructs a new instance of this class based on the information in the given untyped event.
ControlListener - Interface in org.eclipse.swt.events
Classes which implement this interface provide methods that deal with the events that are generated by moving and resizing controls.
controlMoved(ControlEvent) - Method in class org.eclipse.swt.events.ControlAdapter
Sent when the location (x, y) of a control changes relative to its parent (or relative to the display, for Shells).
controlMoved(ControlEvent) - Method in interface org.eclipse.swt.events.ControlListener
Sent when the location (x, y) of a control changes relative to its parent (or relative to the display, for Shells).
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.
Converter - Class in org.eclipse.swt.internal
This class implements the conversions between unicode characters and the platform supported representation for characters.
Converter() - Constructor for class org.eclipse.swt.internal.Converter
 
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 - Static variable in class org.eclipse.swt.custom.ST
 
copy() - Method in class org.eclipse.swt.custom.StyledText
Copies the selected text to the DND.CLIPBOARD clipboard.
copy(int) - Method in class org.eclipse.swt.custom.StyledText
Copies the selected text to the specified 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.
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.
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.
copyCount - Variable in class org.eclipse.swt.printing.PrinterData
the number of copies to print.
CopyTo(long, long) - Method in class org.eclipse.swt.internal.mozilla.nsIFile
 
CopyToFollowingLinks(long, long) - Method in class org.eclipse.swt.internal.mozilla.nsIFile
 
CopyToFollowingLinksNative(long, long) - Method in class org.eclipse.swt.internal.mozilla.nsIFile
 
CopyToNative(long, long) - Method in class org.eclipse.swt.internal.mozilla.nsIFile
 
cos(int, int) - Static method in class org.eclipse.swt.internal.Compatibility
Answers the length of the side adjacent to the given angle of a right triangle.
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.GdkEventExpose
 
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 which are pending which may always be zero on some platforms or the number of lines or pages to scroll using the mouse wheel
CR - Static variable in class org.eclipse.swt.SWT
ASCII character convenience constant for the carriage return character (value is the char '\r').
create(DeviceData) - Method in class org.eclipse.swt.graphics.Device
Creates the device in the operating system.
Create(long, long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIAppShell
 
Create() - Method in class org.eclipse.swt.internal.mozilla.nsIBaseWindow
 
Create(int, int) - Method in class org.eclipse.swt.internal.mozilla.nsIFile
 
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_accessible - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkObjectFactoryClass
 
CreateChromeWindow(long, int, long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIWindowCreator
 
CreateChromeWindow2(long, int, int, long, int[], long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIWindowCreator2
 
CreateInstance(nsID, long, nsID, long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIComponentManager
 
CreateInstance(long, nsID, long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIFactory
 
CreateInstanceByContractID(byte[], long, nsID, long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIComponentManager
 
CreateLoadInfo(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell
 
CreateLoadInfo(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
CreateLoadInfo(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
CreateUnique(int, int) - Method in class org.eclipse.swt.internal.mozilla.nsIFile
 
CrGTable - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
CrRTable - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
CTabFolder - Class in org.eclipse.swt.custom
Instances of this class implement the notebook user interface metaphor.
CTabFolder(Composite, int) - Constructor for class org.eclipse.swt.custom.CTabFolder
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
CTabFolder2Adapter - Class in org.eclipse.swt.custom
This adapter class provides default implementations for the methods described by the CTabFolder2Listener interface.
CTabFolder2Adapter() - Constructor for class org.eclipse.swt.custom.CTabFolder2Adapter
 
CTabFolder2Listener - Interface in org.eclipse.swt.custom
Classes which implement this interface provide methods that deal with the events that are generated by the CTabFolder control.
CTabFolderAdapter - Class in org.eclipse.swt.custom
This adapter class provides a default implementation for the method described by the CTabFolderListener interface.
CTabFolderAdapter() - Constructor for class org.eclipse.swt.custom.CTabFolderAdapter
 
CTabFolderEvent - Class in org.eclipse.swt.custom
This event is sent when an event is generated in the CTabFolder.
CTabFolderListener - Interface in org.eclipse.swt.custom
Classes which implement this interface provide a method that deals with events generated in the CTabFolder.
CTabItem - Class in org.eclipse.swt.custom
Instances of this class represent a selectable user interface object that represent a page in a notebook widget.
CTabItem(CTabFolder, int) - Constructor for class org.eclipse.swt.custom.CTabItem
Constructs a new instance of this class given its parent (which must be a CTabFolder) and a style value describing its behavior and appearance.
CTabItem(CTabFolder, int, int) - Constructor for class org.eclipse.swt.custom.CTabItem
Constructs a new instance of this class given its parent (which must be a CTabFolder), a style value describing its behavior and appearance, and the index at which to place it in the items maintained by its parent.
CTRL - Static variable in class org.eclipse.swt.SWT
Keyboard and/or mouse event mask indicating that the CTRL key was pushed on the keyboard when the event was generated (value is 1<<18).
cubicTo(float, float, float, float, float, float) - Method in class org.eclipse.swt.graphics.Path
Adds to the receiver a cubic bezier curve based on the parameters.
current - Variable in class org.eclipse.swt.browser.ProgressEvent
current value
currentDataType - Variable in class org.eclipse.swt.dnd.DropTargetEvent
The type of data that will be dropped.
CurrentDevice - Static variable in class org.eclipse.swt.graphics.Device
 
CurrentTime - Static variable in class org.eclipse.swt.internal.gtk.OS
 
Cursor - Class in org.eclipse.swt.graphics
Instances of this class manage operating system resources that specify the appearance of the on-screen pointer.
Cursor(Device, int) - Constructor for class org.eclipse.swt.graphics.Cursor
Constructs a new cursor given a device and a style constant describing the desired cursor appearance.
Cursor(Device, ImageData, ImageData, int, int) - Constructor for class org.eclipse.swt.graphics.Cursor
Constructs a new cursor given a device, image and mask data describing the desired cursor appearance, and the x and y coordinates of the hotspot (that is, the point within the area covered by the cursor which is considered to be where the on-screen pointer is "pointing").
Cursor(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 - Variable in class org.eclipse.swt.internal.gtk.GdkWindowAttr
 
CURSOR_APPSTARTING - Static variable in class org.eclipse.swt.SWT
System app startup cursor (value is 3).
CURSOR_ARROW - Static variable in class org.eclipse.swt.SWT
System arrow cursor (value is 0).
CURSOR_CROSS - Static variable in class org.eclipse.swt.SWT
System cross hair cursor (value is 2).
CURSOR_HAND - Static variable in class org.eclipse.swt.SWT
System hand cursor (value is 21).
CURSOR_HELP - Static variable in class org.eclipse.swt.SWT
System help cursor (value is 4).
CURSOR_IBEAM - Static variable in class org.eclipse.swt.SWT
System i-beam cursor (value is 19).
CURSOR_NO - Static variable in class org.eclipse.swt.SWT
System "not allowed" cursor (value is 20).
CURSOR_SIZEALL - Static variable in class org.eclipse.swt.SWT
System resize all directions cursor (value is 5).
CURSOR_SIZEE - Static variable in class org.eclipse.swt.SWT
System resize east cursor (value is 12).
CURSOR_SIZEN - Static variable in class org.eclipse.swt.SWT
System resize north cursor (value is 10).
CURSOR_SIZENE - Static variable in class org.eclipse.swt.SWT
System resize north-east cursor (value is 14).
CURSOR_SIZENESW - Static variable in class org.eclipse.swt.SWT
System resize north-east-south-west cursor (value is 6).
CURSOR_SIZENS - Static variable in class org.eclipse.swt.SWT
System resize north-south cursor (value is 7).
CURSOR_SIZENW - Static variable in class org.eclipse.swt.SWT
System resize north-west cursor (value is 17).
CURSOR_SIZENWSE - Static variable in class org.eclipse.swt.SWT
System resize north-west-south-east cursor (value is 8).
CURSOR_SIZES - Static variable in class org.eclipse.swt.SWT
System resize south cursor (value is 11).
CURSOR_SIZESE - Static variable in class org.eclipse.swt.SWT
System resize south-east cursor (value is 15).
CURSOR_SIZESW - Static variable in class org.eclipse.swt.SWT
System resize south-west cursor (value is 16).
CURSOR_SIZEW - Static variable in class org.eclipse.swt.SWT
System resize west cursor (value is 13).
CURSOR_SIZEWE - Static variable in class org.eclipse.swt.SWT
System resize west-east cursor (value is 9).
CURSOR_UPARROW - Static variable in class org.eclipse.swt.SWT
System up arrow cursor (value is 18).
CURSOR_WAIT - Static variable in class org.eclipse.swt.SWT
System wait cursor (value is 1).
cut() - Method in class org.eclipse.swt.custom.CCombo
Cuts the selected text.
CUT - Static variable in class org.eclipse.swt.custom.ST
 
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.
CW - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
CWSibling - Static variable in class org.eclipse.swt.internal.gtk.OS
 
CWStackMode - Static variable in class org.eclipse.swt.internal.gtk.OS
 

D

DAC - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
damageRgn - Variable in class org.eclipse.swt.graphics.GCData
 
dash - Variable in class org.eclipse.swt.graphics.LineAttributes
The line dash style for SWT.LINE_CUSTOM.
dashOffset - Variable in class org.eclipse.swt.graphics.LineAttributes
The line dash style offset for SWT.LINE_CUSTOM.
data - Variable in class org.eclipse.swt.events.TypedEvent
a field for application use
data - Variable in class org.eclipse.swt.graphics.ImageData
The pixel data of the image.
data - Variable in class org.eclipse.swt.graphics.ImageLoader
the array of ImageData objects in this ImageLoader.
data - Variable in class org.eclipse.swt.graphics.TextStyle
the data.
data - Variable in class org.eclipse.swt.internal.cairo.cairo_path_t
 
data - Variable in class org.eclipse.swt.internal.gtk.GtkSelectionData
 
data - Variable in class org.eclipse.swt.internal.gtk.XClientMessageEvent
 
data - Variable in class org.eclipse.swt.widgets.Event
a field for application use
dataType - Variable in class org.eclipse.swt.dnd.DragSourceEvent
The type of data requested.
dataTypes - Variable in class org.eclipse.swt.dnd.DropTargetEvent
A list of the types of data that the DragSource is capable of providing.
DATE - Static variable in class org.eclipse.swt.SWT
Style constant for date display (value is 1<<5).
DateTime - Class in org.eclipse.swt.widgets
Instances of this class are selectable user interface objects that allow the user to enter and modify date or time values.
DateTime(Composite, int) - Constructor for class org.eclipse.swt.widgets.DateTime
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
day_selected - Static variable in class org.eclipse.swt.internal.gtk.OS
 
DBCS - Static variable in class org.eclipse.swt.SWT
Input Method Editor style constant for double byte input behavior (value is 1<<1).
DC - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
DCTSIZE - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
DCTSIZESQR - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
Deactivate() - Method in class org.eclipse.swt.internal.mozilla.nsIWebBrowserFocus
 
Deactivate - Static variable in class org.eclipse.swt.SWT
The deactivate event type (value is 27).
DEBUG - Static variable in class org.eclipse.swt.graphics.Device
 
debug - Variable in class org.eclipse.swt.graphics.DeviceData
 
Decorations - Class in org.eclipse.swt.widgets
Instances of this class provide the appearance and behavior of Shells, but are not top level shells or dialogs.
Decorations(Composite, int) - Constructor for class org.eclipse.swt.widgets.Decorations
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
DEFAULT - Static variable in class org.eclipse.swt.SWT
Indicates that a default should be used (value is -1).
default_border - Static variable in class org.eclipse.swt.internal.gtk.OS
 
defaultCodePage() - Static method in class org.eclipse.swt.internal.Converter
Returns the default code page for the platform where the application is currently running.
DEFAULTED - Static variable in class org.eclipse.swt.internal.theme.DrawData
 
DefaultSelection - Static variable in class org.eclipse.swt.SWT
The default selection event type (value is 14).
deflate(byte[]) - Method in class org.eclipse.swt.internal.image.PngDeflater
 
Deiconify - Static variable in class org.eclipse.swt.SWT
The de-iconify event type (value is 20).
DEL - Static variable in class org.eclipse.swt.SWT
ASCII character convenience constant for the delete character (value is the char with value 127).
delayTime - Variable in class org.eclipse.swt.graphics.ImageData
The time to delay before displaying the next image in an animation (this field corresponds to the GIF89a Delay Time value).
delete_event - Variable in class org.eclipse.swt.internal.gtk.GtkWidgetClass
 
delete_event - Static variable in class org.eclipse.swt.internal.gtk.OS
 
DELETE_NEXT - Static variable in class org.eclipse.swt.custom.ST
 
DELETE_PREVIOUS - Static variable in class org.eclipse.swt.custom.ST
 
delete_range - Static variable in class org.eclipse.swt.internal.gtk.OS
 
delete_text - Static variable in class org.eclipse.swt.internal.gtk.OS
 
DELETE_WORD_NEXT - Static variable in class org.eclipse.swt.custom.ST
 
DELETE_WORD_PREVIOUS - Static variable in class org.eclipse.swt.custom.ST
 
DeleteBranch(byte[]) - Method in class org.eclipse.swt.internal.mozilla.nsIPrefBranch
 
DeleteCategory(byte[]) - Method in class org.eclipse.swt.internal.mozilla.nsICategoryManager
 
DeleteCategoryEntry(byte[], byte[], int) - Method in class org.eclipse.swt.internal.mozilla.nsICategoryManager
 
DELIMITER - Static variable in class org.eclipse.swt.widgets.Text
The delimiter used by multi-line text widgets.
DELIMITER_SELECTION - Static variable in class org.eclipse.swt.SWT
Selection constant indicating that a line delimiter should be drawn (value is 1<<17).
denominator - Variable in class org.eclipse.swt.layout.FormAttachment
denominator specifies the denominator of the "a" term in the equation, y = ax + b, which defines the attachment.
depth - Variable in class org.eclipse.swt.graphics.ImageData
The color depth of the image, in bits per pixel.
depth - Variable in class org.eclipse.swt.internal.gtk.GdkImage
 
depth - Variable in class org.eclipse.swt.internal.gtk.GdkVisual
 
depth - Variable in class org.eclipse.swt.internal.opengl.glx.XVisualInfo
 
depthSize - Variable in class org.eclipse.swt.opengl.GLData
The size in bits of the depth buffer.
descent - Variable in class org.eclipse.swt.custom.PaintObjectEvent
the line descent
descent - Variable in class org.eclipse.swt.graphics.GlyphMetrics
the descent of the GlyphMetrics
descent - Variable in class org.eclipse.swt.internal.cairo.cairo_font_extents_t
 
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, int) - Method in class org.eclipse.swt.widgets.List
Deselects the items at the given zero-relative indices in the receiver.
deselect(int[]) - Method in class org.eclipse.swt.widgets.List
Deselects the items at the given zero-relative indices in the receiver.
deselect(int) - Method in class org.eclipse.swt.widgets.Table
Deselects the item at the given zero-relative index in the receiver.
deselect(int, int) - Method in class org.eclipse.swt.widgets.Table
Deselects the items at the given zero-relative indices in the receiver.
deselect(int[]) - Method in class org.eclipse.swt.widgets.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.custom.TableTree
Deprecated. Deselects all items.
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.
dest_window - Variable in class org.eclipse.swt.internal.gtk.GdkDragContext
 
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.internal.mozilla.nsIBaseWindow
 
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.
destroy_event - Variable in class org.eclipse.swt.internal.gtk.GtkWidgetClass
 
DestroyBrowserWindow() - Method in class org.eclipse.swt.internal.mozilla.nsIWebBrowserChrome
 
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.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.GdkEventCrossing
 
detail - Variable in class org.eclipse.swt.internal.gtk.XCrossingEvent
 
detail - Variable in class org.eclipse.swt.internal.gtk.XFocusChangeEvent
 
detail - Variable in class org.eclipse.swt.widgets.Event
the event specific detail field, as defined by the detail constants in class SWT
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.
device - Variable in class org.eclipse.swt.graphics.GCData
 
device - Variable in class org.eclipse.swt.internal.gtk.GdkEventButton
 
device - Variable in class org.eclipse.swt.internal.gtk.GdkEventMotion
 
device - Variable in class org.eclipse.swt.internal.gtk.GdkEventScroll
 
DeviceData - Class in org.eclipse.swt.graphics
 
DeviceData() - Constructor for class org.eclipse.swt.graphics.DeviceData
 
DeviceFinder - Static variable in class org.eclipse.swt.graphics.Device
 
DHP - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
DHT - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
Dialog - Class in org.eclipse.swt.widgets
This class is the abstract superclass of the classes that represent the built in platform dialogs.
Dialog(Shell) - Constructor for class org.eclipse.swt.widgets.Dialog
Constructs a new instance of this class given only its parent.
Dialog(Shell, int) - Constructor for class org.eclipse.swt.widgets.Dialog
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
DIALOG_TRIM - Static variable in class org.eclipse.swt.SWT
Trim style convenience constant for the most common dialog shell appearance (value is CLOSE|TITLE|BORDER).
DIM_FLAGS_POSITION - Static variable in class org.eclipse.swt.internal.mozilla.nsIEmbeddingSiteWindow
 
DIM_FLAGS_SIZE_INNER - Static variable in class org.eclipse.swt.internal.mozilla.nsIEmbeddingSiteWindow
 
DIM_FLAGS_SIZE_OUTER - Static variable in class org.eclipse.swt.internal.mozilla.nsIEmbeddingSiteWindow
 
dir_list - Variable in class org.eclipse.swt.internal.gtk.GtkFileSelection
 
direction - Variable in class org.eclipse.swt.internal.gtk.GdkEventScroll
 
direction_changed - Variable in class org.eclipse.swt.internal.gtk.GtkWidgetClass
 
DIRECTORY_TYPE - Static variable in class org.eclipse.swt.internal.mozilla.nsIFile
 
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.
DISABLED - Static variable in class org.eclipse.swt.internal.theme.DrawData
 
dispatch_child_properties_changed - Variable in class org.eclipse.swt.internal.gtk.GtkWidgetClass
 
dispatch_properties_changed - Variable in class org.eclipse.swt.internal.gtk.GObjectClass
 
DispatchEvent(long, int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDOMEventTarget
 
DispatchNativeEvent(int, long) - Method in class org.eclipse.swt.internal.mozilla.nsIAppShell
 
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.internal.gtk.XClientMessageEvent
 
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 - Variable in class org.eclipse.swt.widgets.Event
the display where the event occurred
display_name - Variable in class org.eclipse.swt.graphics.DeviceData
 
disposalMethod - Variable in class org.eclipse.swt.graphics.ImageData
A description of how to dispose of the current image before displaying the next.
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.CTabItem
 
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.TableTreeEditor
Deprecated. Removes all associations between the TableTreeEditor and the cell in the table tree.
dispose() - Method in class org.eclipse.swt.custom.TableTreeItem
Deprecated.  
dispose() - Method in class org.eclipse.swt.custom.TreeEditor
Removes all associations between the TreeEditor and the row in the tree.
dispose() - Method in class org.eclipse.swt.dnd.Clipboard
Disposes of the operating system resources associated with the clipboard.
dispose() - Method in class org.eclipse.swt.graphics.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 - Variable in class org.eclipse.swt.internal.gtk.GObjectClass
 
dispose() - Method in class org.eclipse.swt.internal.mozilla.nsEmbedString
 
dispose() - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
dispose() - Method in class org.eclipse.swt.internal.theme.Theme
 
Dispose - Static variable in class org.eclipse.swt.SWT
The dispose event type (value is 12).
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.ToolItem
 
dispose() - Method in class org.eclipse.swt.widgets.Widget
Disposes of the operating system resources associated with the receiver and all its descendants.
disposeCairo - Variable in class org.eclipse.swt.graphics.GCData
 
DisposeEvent - Class in org.eclipse.swt.events
Instances of this class are sent as a result of widgets being disposed.
DisposeEvent(Event) - Constructor for class org.eclipse.swt.events.DisposeEvent
Constructs a new instance of this class based on the information in the given untyped event.
disposeExec(Runnable) - Method in class org.eclipse.swt.widgets.Display
Causes the run() method of the runnable to be invoked by the user-interface thread just before the receiver is disposed.
DisposeListener - Interface in org.eclipse.swt.events
Classes which implement this interface provide a method that deals with the event that is generated when a widget is disposed.
dither - Variable in class org.eclipse.swt.internal.gtk.XRenderPictureAttributes
 
dlclose(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
dlopen(byte[], int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
dlsym(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
DM_FILL_BACKGROUND - Static variable in class org.eclipse.swt.SWT
GIF image disposal method constants indicating that the the previous images should be covered with the background color before displaying the next image (value is 2).
DM_FILL_NONE - Static variable in class org.eclipse.swt.SWT
GIF image disposal method constants indicating that the disposal method is to do nothing; that is, to leave the previous image in place (value is 1).
DM_FILL_PREVIOUS - Static variable in class org.eclipse.swt.SWT
GIF image disposal method constants indicating that the disposal method is to restore the previous picture (value is 3).
DM_UNSPECIFIED - Static variable in class org.eclipse.swt.SWT
GIF image disposal method constants indicating that the disposal method is unspecified (value is 0).
DND - Class in org.eclipse.swt.dnd
Class DND contains all the constants used in defining a DragSource or a DropTarget.
DND() - Constructor for class org.eclipse.swt.dnd.DND
 
DNL - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
do_action - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkActionIface
 
DoContent(byte[], int, long, long[], int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIURIContentListener
 
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.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.
DOM_OBJECT - Static variable in class org.eclipse.swt.internal.mozilla.nsIClassInfo
 
DOM_VK_0 - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_1 - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_2 - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_3 - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_4 - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_5 - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_6 - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_7 - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_8 - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_9 - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_A - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_ADD - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_ALT - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_B - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_BACK_QUOTE - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_BACK_SLASH - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_BACK_SPACE - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_C - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_CANCEL - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_CAPS_LOCK - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_CLEAR - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_CLOSE_BRACKET - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_COMMA - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_CONTROL - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_D - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_DECIMAL - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_DELETE - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_DIVIDE - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_DOWN - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_E - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_END - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_ENTER - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_EQUALS - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_ESCAPE - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_F - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_F1 - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_F10 - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_F11 - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_F12 - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_F13 - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_F14 - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_F15 - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_F16 - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_F17 - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_F18 - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_F19 - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_F2 - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_F20 - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_F21 - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_F22 - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_F23 - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_F24 - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_F3 - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_F4 - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_F5 - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_F6 - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_F7 - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_F8 - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_F9 - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_G - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_H - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_HELP - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_HOME - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_I - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_INSERT - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_J - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_K - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_L - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_LEFT - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_M - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_META - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_MULTIPLY - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_N - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_NUM_LOCK - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_NUMPAD0 - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_NUMPAD1 - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_NUMPAD2 - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_NUMPAD3 - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_NUMPAD4 - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_NUMPAD5 - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_NUMPAD6 - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_NUMPAD7 - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_NUMPAD8 - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_NUMPAD9 - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_O - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_OPEN_BRACKET - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_P - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_PAGE_DOWN - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_PAGE_UP - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_PAUSE - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_PERIOD - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_PRINTSCREEN - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_Q - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_QUOTE - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_R - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_RETURN - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_RIGHT - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_S - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_SCROLL_LOCK - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_SEMICOLON - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_SEPARATOR - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_SHIFT - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_SLASH - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_SPACE - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_SUBTRACT - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_T - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_TAB - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_U - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_UP - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_V - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_W - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_X - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_Y - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOM_VK_Z - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
DOMEVENT_FOCUS - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
DOMEVENT_KEYDOWN - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
DOMEVENT_KEYPRESS - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
DOMEVENT_KEYUP - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
DOMEVENT_MOUSEDOWN - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
DOMEVENT_MOUSEDRAG - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
DOMEVENT_MOUSEMOVE - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
DOMEVENT_MOUSEOUT - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
DOMEVENT_MOUSEOVER - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
DOMEVENT_MOUSEUP - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
DOMEVENT_MOUSEWHEEL - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
DOMEVENT_UNLOAD - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
DOUBLE_BUFFERED - Static variable in class org.eclipse.swt.SWT
Style constant to indicate double buffering (value is 1<<29).
doubleBuffer - Variable in class org.eclipse.swt.opengl.GLData
Specifies a double-buffered surface.
DOWN - Static variable in class org.eclipse.swt.SWT
Style constant for align down behavior (value is 1<<10, since align DOWN and align BOTTOM are considered the same).
DQT - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
DRAG - Static variable in class org.eclipse.swt.SWT
Indicates that a user-interface component is being dragged, for example dragging the thumb of a scroll bar (value is 1).
drag_begin - Variable in class org.eclipse.swt.internal.gtk.GtkWidgetClass
 
drag_data_delete - Variable in class org.eclipse.swt.internal.gtk.GtkWidgetClass
 
drag_data_delete - Static variable in class org.eclipse.swt.internal.gtk.OS
 
drag_data_get - Variable in class org.eclipse.swt.internal.gtk.GtkWidgetClass
 
drag_data_get - Static variable in class org.eclipse.swt.internal.gtk.OS
 
drag_data_received - Variable in class org.eclipse.swt.internal.gtk.GtkWidgetClass
 
drag_data_received - Static variable in class org.eclipse.swt.internal.gtk.OS
 
drag_drop - Variable in class org.eclipse.swt.internal.gtk.GtkWidgetClass
 
drag_drop - Static variable in class org.eclipse.swt.internal.gtk.OS
 
drag_end - Variable in class org.eclipse.swt.internal.gtk.GtkWidgetClass
 
drag_end - Static variable in class org.eclipse.swt.internal.gtk.OS
 
drag_leave - Variable in class org.eclipse.swt.internal.gtk.GtkWidgetClass
 
drag_leave - Static variable in class org.eclipse.swt.internal.gtk.OS
 
drag_motion - Variable in class org.eclipse.swt.internal.gtk.GtkWidgetClass
 
drag_motion - Static variable in class org.eclipse.swt.internal.gtk.OS
 
DRAG_SOURCE_KEY - Static variable in class org.eclipse.swt.dnd.DND
DragSource Key: The string constant for looking up the drag source for a control using getData(String).
DragDetect - Static variable in class org.eclipse.swt.SWT
The drag detect event type (value is 29).
dragDetect(Event) - Method in class org.eclipse.swt.widgets.Control
Detects a drag and drop gesture.
dragDetect(MouseEvent) - Method in class org.eclipse.swt.widgets.Control
Detects a drag and drop gesture.
dragDetected(DragDetectEvent) - Method in interface org.eclipse.swt.events.DragDetectListener
Sent when a drag gesture is detected.
DragDetectEvent - Class in org.eclipse.swt.events
Instances of this class are sent as a result of a drag gesture.
DragDetectEvent(Event) - Constructor for class org.eclipse.swt.events.DragDetectEvent
Constructs a new instance of this class based on the information in the given untyped event.
DragDetectListener - Interface in org.eclipse.swt.events
Classes which implement this interface provide methods that deal with the events that are generated when a drag gesture is detected.
DragEnd - Static variable in class org.eclipse.swt.dnd.DND
DragSource Event: the drop has successfully completed or has been terminated (such as hitting the ESC key); perform cleanup such as removing data on a move operation (value is 2000).
dragEnter(DropTargetEvent) - Method in class org.eclipse.swt.custom.StyledTextDropTargetEffect
This implementation of dragEnter provides a default drag under effect for the feedback specified in event.feedback.
DragEnter - Static variable in class org.eclipse.swt.dnd.DND
DropTarget Event: the cursor has entered the drop target boundaries (value is 2002).
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.
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.
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 - 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).
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.
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).
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).
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 - Static variable in class org.eclipse.swt.dnd.DND
DropTarget Event: the cursor is over the drop target (value is 2004).
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.
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).
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.
DragSource - Class in org.eclipse.swt.dnd
DragSource defines the source object for a drag and drop transfer.
DragSource(Control, int) - Constructor for class org.eclipse.swt.dnd.DragSource
Creates a new DragSource to handle dragging from the specified Control.
DragSourceAdapter - Class in org.eclipse.swt.dnd
This adapter class provides default implementations for the methods described by the DragSourceListener interface.
DragSourceAdapter() - Constructor for class org.eclipse.swt.dnd.DragSourceAdapter
 
DragSourceEffect - Class in org.eclipse.swt.dnd
This class provides default implementations to display a drag source effect during a drag and drop operation.
DragSourceEffect(Control) - Constructor for class org.eclipse.swt.dnd.DragSourceEffect
Creates a new DragSourceEffect to handle drag effect from the specified Control.
DragSourceEvent - Class in org.eclipse.swt.dnd
The DragSourceEvent contains the event information passed in the methods of the DragSourceListener.
DragSourceEvent(DNDEvent) - Constructor for class org.eclipse.swt.dnd.DragSourceEvent
Constructs a new instance of this class based on the information in the given untyped event.
DragSourceListener - Interface in org.eclipse.swt.dnd
The DragSourceListener class provides event notification to the application for DragSource events.
DragStart - Static variable in class org.eclipse.swt.dnd.DND
DragSource Event: a drag is about to begin (value is 2008).
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.
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_BOTTOM - Static variable in class org.eclipse.swt.internal.theme.DrawData
 
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_HCENTER - Static variable in class org.eclipse.swt.internal.theme.DrawData
 
DRAW_LEFT - Static variable in class org.eclipse.swt.internal.theme.DrawData
Text and Image drawing flags
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_RIGHT - Static variable in class org.eclipse.swt.internal.theme.DrawData
 
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_TOP - Static variable in class org.eclipse.swt.internal.theme.DrawData
 
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).
DRAW_VCENTER - Static variable in class org.eclipse.swt.internal.theme.DrawData
 
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.
drawable - Variable in class org.eclipse.swt.graphics.GCData
 
drawArc(int, int, int, int, int, int) - Method in class org.eclipse.swt.graphics.GC
Draws the outline of a circular or elliptical arc within the specified rectangular area.
drawBackground(GC, Rectangle, DrawData) - Method in class org.eclipse.swt.internal.theme.Theme
 
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.
DrawData - Class in org.eclipse.swt.internal.theme
 
DrawData() - Constructor for class org.eclipse.swt.internal.theme.DrawData
 
drawFlags - Variable in class org.eclipse.swt.graphics.GCData
 
drawFocus(int, int, int, int) - Method in class org.eclipse.swt.graphics.GC
Draws a rectangle, based on the specified arguments, which has the appearance of the platform's focus rectangle if the platform supports such a notion, and otherwise draws a simple rectangle in the receiver's foreground color.
drawFocus(GC, Rectangle, DrawData) - Method in class org.eclipse.swt.internal.theme.Theme
 
drawGlyphs(GC, char[], int[], int, int) - Static method in class org.eclipse.swt.internal.BidiUtil
 
drawImage(Image, int, int) - Method in class org.eclipse.swt.graphics.GC
Draws the given image in the receiver at the specified coordinates.
drawImage(Image, int, int, int, int, int, int, int, int) - Method in class org.eclipse.swt.graphics.GC
Copies a rectangular area from the source image into a (potentially different sized) rectangular area in the receiver.
drawImage(GC, Rectangle, DrawData, Image, int) - Method in class org.eclipse.swt.internal.theme.Theme
 
drawLine(int, int, int, int) - Method in class org.eclipse.swt.graphics.GC
Draws a line, using the foreground color, between the points (x1, y1) and (x2, y2).
drawOval(int, int, int, int) - Method in class org.eclipse.swt.graphics.GC
Draws the outline of an oval, using the foreground color, within the specified rectangular area.
drawPath(Path) - Method in class org.eclipse.swt.graphics.GC
Draws the path described by the parameter.
drawPoint(int, int) - Method in class org.eclipse.swt.graphics.GC
Draws a pixel, using the foreground color, at the specified point (x, y).
drawPolygon(int[]) - Method in class org.eclipse.swt.graphics.GC
Draws the closed polygon which is defined by the specified array of integer coordinates, using the receiver's foreground color.
drawPolyline(int[]) - Method in class org.eclipse.swt.graphics.GC
Draws the polyline which is defined by the specified array of integer coordinates, using the receiver's foreground color.
drawRectangle(int, int, int, int) - Method in class org.eclipse.swt.graphics.GC
Draws the outline of the rectangle specified by the arguments, using the receiver's foreground color.
drawRectangle(Rectangle) - Method in class org.eclipse.swt.graphics.GC
Draws the outline of the specified rectangle, using the receiver's foreground color.
drawRoundRectangle(int, int, int, int, int, int) - Method in class org.eclipse.swt.graphics.GC
Draws the outline of the round-cornered rectangle specified by the arguments, using the receiver's foreground color.
drawString(String, int, int) - Method in class org.eclipse.swt.graphics.GC
Draws the given string, using the receiver's current font and foreground color.
drawString(String, int, int, boolean) - Method in class org.eclipse.swt.graphics.GC
Draws the given string, using the receiver's current font and foreground color.
drawText(String, int, int) - Method in class org.eclipse.swt.graphics.GC
Draws the given string, using the receiver's current font and foreground color.
drawText(String, int, int, boolean) - Method in class org.eclipse.swt.graphics.GC
Draws the given string, using the receiver's current font and foreground color.
drawText(String, int, int, int) - Method in class org.eclipse.swt.graphics.GC
Draws the given string, using the receiver's current font and foreground color.
drawText(GC, Rectangle, DrawData, String, int) - Method in class org.eclipse.swt.internal.theme.Theme
 
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 - Static variable in class org.eclipse.swt.dnd.DND
DropTarget Event: the data has been dropped (value is 2006).
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_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 original data is removed from the drag source (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 - 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).
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.
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.
DtACTION_FILE - Static variable in class org.eclipse.swt.internal.cde.CDE
Constants
DtActionArg - Class in org.eclipse.swt.internal.cde
 
DtActionArg() - Constructor for class org.eclipse.swt.internal.cde.DtActionArg
 
DtActionArg_sizeof() - Static method in class org.eclipse.swt.internal.cde.CDE
64 bit
DtActionInvoke(long, byte[], DtActionArg, int, byte[], byte[], byte[], int, long, long) - Static method in class org.eclipse.swt.internal.cde.CDE
 
DtAppInitialize(long, long, long, byte[], byte[]) - Static method in class org.eclipse.swt.internal.cde.CDE
 
DtDbLoad() - Static method in class org.eclipse.swt.internal.cde.CDE
 
DtDTS_DA_ACTION_LIST - Static variable in class org.eclipse.swt.internal.cde.CDE
 
DtDTS_DA_ICON - Static variable in class org.eclipse.swt.internal.cde.CDE
 
DtDTS_DA_MIME_TYPE - Static variable in class org.eclipse.swt.internal.cde.CDE
 
DtDTS_DA_NAME_TEMPLATE - Static variable in class org.eclipse.swt.internal.cde.CDE
 
DtDtsDataTypeIsAction(byte[]) - Static method in class org.eclipse.swt.internal.cde.CDE
 
DtDtsDataTypeNames() - Static method in class org.eclipse.swt.internal.cde.CDE
 
DtDtsDataTypeToAttributeValue(byte[], byte[], byte[]) - Static method in class org.eclipse.swt.internal.cde.CDE
 
DtDtsFileToDataType(byte[]) - Static method in class org.eclipse.swt.internal.cde.CDE
 
DtDtsFreeAttributeValue(long) - Static method in class org.eclipse.swt.internal.cde.CDE
 
DtDtsFreeDataType(long) - Static method in class org.eclipse.swt.internal.cde.CDE
 
DtDtsFreeDataTypeNames(long) - Static method in class org.eclipse.swt.internal.cde.CDE
 

E

EAGER_CLASSINFO - Static variable in class org.eclipse.swt.internal.mozilla.nsIClassInfo
 
EMBEDDED - Static variable in class org.eclipse.swt.SWT
Style constant to allow embedding (value is 1<<24).
embeddedFrameClass - Static variable in class org.eclipse.swt.awt.SWT_AWT
The name of the embedded Frame class.
embeddedHandle - Variable in class org.eclipse.swt.widgets.Composite
 
EmptyByteArray - Static variable in class org.eclipse.swt.internal.Converter
 
EmptyCharArray - Static variable in class org.eclipse.swt.internal.Converter
 
end - Variable in class org.eclipse.swt.events.VerifyEvent
the range of text being modified.
END - Static variable in class org.eclipse.swt.layout.GridData
Value for horizontalAlignment or verticalAlignment.
END - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the END key (value is (1<<24)+8).
end - Variable in class org.eclipse.swt.widgets.Event
depending on the event, the range of text being modified.
end_index - Variable in class org.eclipse.swt.internal.gtk.PangoAttribute
 
endJob() - Method in class org.eclipse.swt.printing.Printer
Ends the current print job.
endOfImage - Variable in class org.eclipse.swt.graphics.ImageLoaderEvent
If this flag is true, then the current image data has been completely loaded, otherwise the image data is only partially loaded, and further ImageLoader events will occur unless an exception is thrown
endPage() - Method in class org.eclipse.swt.printing.Printer
Ends the current page.
endPage - Variable in class org.eclipse.swt.printing.PrinterData
the end page of a page range, used when scope is PAGE_RANGE.
enter_notify_event - Variable in class org.eclipse.swt.internal.gtk.GtkWidgetClass
 
enter_notify_event - Static variable in class org.eclipse.swt.internal.gtk.OS
 
EnterNotify - Static variable in class org.eclipse.swt.internal.gtk.OS
 
entry - Variable in class org.eclipse.swt.internal.gtk.GtkCombo
 
ENUMERATE_BACKWARDS - Static variable in class org.eclipse.swt.internal.mozilla.nsIDocShell
 
ENUMERATE_BACKWARDS - Static variable in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
ENUMERATE_BACKWARDS - Static variable in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
ENUMERATE_FORWARDS - Static variable in class org.eclipse.swt.internal.mozilla.nsIDocShell
 
ENUMERATE_FORWARDS - Static variable in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
ENUMERATE_FORWARDS - Static variable in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
EnumerateCategories(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsICategoryManager
 
EnumerateCategory(byte[], long[]) - Method in class org.eclipse.swt.internal.mozilla.nsICategoryManager
 
EnumerateCIDs(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIComponentRegistrar
 
EnumerateContractIDs(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIComponentRegistrar
 
EnumerateObservers(byte[], long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIObserverService
 
EOI - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
equals(Object) - Method in class org.eclipse.swt.custom.StyleRange
Compares the argument to the receiver, and returns true if they represent the same object using a class specific comparison.
equals(Object) - Method in class org.eclipse.swt.graphics.Color
Compares the argument to the receiver, and returns true if they represent the same object using a class specific comparison.
equals(Object) - Method in class org.eclipse.swt.graphics.Cursor
Compares the argument to the receiver, and returns true if they represent the same object using a class specific comparison.
equals(Object) - Method in class org.eclipse.swt.graphics.Font
Compares the argument to the receiver, and returns true if they represent the same object using a class specific comparison.
equals(Object) - Method in class org.eclipse.swt.graphics.FontData
Compares the argument to the receiver, and returns true if they represent the same object using a class specific comparison.
equals(Object) - Method in class org.eclipse.swt.graphics.FontMetrics
Compares the argument to the receiver, and returns true if they represent the same object using a class specific comparison.
equals(Object) - Method in class org.eclipse.swt.graphics.GC
Compares the argument to the receiver, and returns true if they represent the same object using a class specific comparison.
equals(Object) - Method in class org.eclipse.swt.graphics.GlyphMetrics
Compares the argument to the receiver, and returns true if they represent the same object using a class specific comparison.
equals(Object) - Method in class org.eclipse.swt.graphics.Image
Compares the argument to the receiver, and returns true if they represent the same object using a class specific comparison.
equals(Object) - Method in class org.eclipse.swt.graphics.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.TextStyle
Compares the argument to the receiver, and returns true if they represent the same object using a class specific comparison.
equals(Object) - Method in class org.eclipse.swt.internal.LONG
 
Equals(nsID) - Method in class org.eclipse.swt.internal.mozilla.nsID
 
Equals(long, int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIFile
 
Equals(long, int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIURI
 
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.
equalsIgnoreCase(String, String) - Static method in class org.eclipse.swt.internal.Compatibility
Compares two instances of class String ignoring the case of the characters and answers if they are equal.
EraseItem - Static variable in class org.eclipse.swt.SWT
The erase item event type (value is 40).
error(int) - Static method in class org.eclipse.swt.dnd.DND
Throws an appropriate exception based on the passed in error code.
error(int, int) - Static method in class org.eclipse.swt.dnd.DND
Throws an appropriate exception based on the passed in error code.
ERROR - Static variable in class org.eclipse.swt.SWT
Constant to indicate an error state (value is 1).
error(int) - Static method in class org.eclipse.swt.SWT
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_CANNOT_BE_ZERO - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that a value which can not be zero was found to be (value is 7).
ERROR_CANNOT_GET_COUNT - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that the underlying operating system was unable to provide count information (value is 36).
ERROR_CANNOT_GET_ENABLED - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that the underlying operating system was unable to provide enabled/disabled state information (value is 31).
ERROR_CANNOT_GET_ITEM - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that the underlying operating system was unable to provide the value of an item (value is 8).
ERROR_CANNOT_GET_ITEM_HEIGHT - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that the underlying operating system was unable to provide the height of an item (value is 11).
ERROR_CANNOT_GET_SELECTION - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that the underlying operating system was unable to provide the selection (value is 9).
ERROR_CANNOT_GET_TEXT - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that the underlying operating system was unable to provide the text of a widget (value is 12).
ERROR_CANNOT_INIT_DRAG - Static variable in class org.eclipse.swt.dnd.DND
Error code: drag source can not be initialized (value is 2000).
ERROR_CANNOT_INIT_DROP - Static variable in class org.eclipse.swt.dnd.DND
Error code: drop target cannot be initialized (value is 2001).
ERROR_CANNOT_INVERT_MATRIX - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that the matrix is not invertible (value is 10).
ERROR_CANNOT_SET_CLIPBOARD - Static variable in class org.eclipse.swt.dnd.DND
Error code: Data can not be set on system clipboard (value is 2002).
ERROR_CANNOT_SET_ENABLED - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that the underlying operating system was unable to set the enabled state (value is 30).
ERROR_CANNOT_SET_MENU - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that the underlying operating system was unable to set the menu (value is 29).
ERROR_CANNOT_SET_SELECTION - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that the underlying operating system was unable to set the selection of a widget (value is 28).
ERROR_CANNOT_SET_TEXT - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that the underlying operating system was unable to set the text of a widget (value is 13).
ERROR_DEVICE_DISPOSED - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that an attempt was made to invoke an SWT operation using a device which had already been disposed (value is 45).
ERROR_FAILED_EVALUATE - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that an exception happened when evaluating a javascript expression (value is 50).
ERROR_FAILED_EXEC - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that an exception happened when executing a runnable (value is 46).
ERROR_FAILED_LOAD_LIBRARY - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that an unsatisfied link error occurred while attempting to load a library (value is 47).
ERROR_FUNCTION_DISPOSED - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that an attempt was made to use an BrowserFunction object which had already been disposed (value is 49).
ERROR_GRAPHIC_DISPOSED - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that an attempt was made to invoke an SWT operation using a graphics object which had already been disposed (value is 44).
ERROR_INVALID_ARGUMENT - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that an invalid argument was passed in (value is 5).
ERROR_INVALID_DATA - Static variable in class org.eclipse.swt.dnd.DND
Error code: Data does not have correct format for type (value is 2003).
ERROR_INVALID_FONT - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that a font is not valid (value is 48).
ERROR_INVALID_IMAGE - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that a graphics operation was attempted with an image having an invalid format (value is 40).
ERROR_INVALID_PARENT - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that a provided widget can not be used as a parent in the current operation (value is 32).
ERROR_INVALID_RANGE - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that a value was found to be outside the allowable range (value is 6).
ERROR_INVALID_RETURN_VALUE - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that an invalid value was returned (value is 51).
ERROR_INVALID_SUBCLASS - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that an attempt was made to subclass an SWT widget class without implementing the checkSubclass() method (value is 43).
ERROR_IO - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that an input/output operation failed during the execution of an SWT operation (value is 39).
ERROR_ITEM_NOT_ADDED - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that the underlying operating system was unable to add an item (value is 14).
ERROR_ITEM_NOT_REMOVED - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that the underlying operating system was unable to remove an item (value is 15).
ERROR_MENU_NOT_BAR - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that a menu which needed to have the menu bar style had some other style instead (value is 33).
ERROR_MENU_NOT_DROP_DOWN - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that a menu which needed to have the drop down style had some other style instead (value is 21).
ERROR_MENU_NOT_POP_UP - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that a menu which needed to have the pop up menu style had some other style instead (value is 37).
ERROR_MENUITEM_NOT_CASCADE - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that a menu item which needed to have the cascade style had some other style instead (value is 27).
ERROR_NO_GRAPHICS_LIBRARY - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that the graphics library is not available (value is 16).
ERROR_NO_HANDLES - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that no more handles for an operating system resource are available (value is 2).
ERROR_NO_MORE_CALLBACKS - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that no more callback resources are available (value is 3).
ERROR_NOT_IMPLEMENTED - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that a particular feature has not been implemented on this platform (value is 20).
ERROR_NULL_ARGUMENT - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that a null argument was passed in (value is 4).
ERROR_THREAD_INVALID_ACCESS - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that an attempt was made to invoke an SWT operation which can only be executed by the user-interface thread from some other thread (value is 22).
ERROR_UNSPECIFIED - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that no error number was specified (value is 1).
ERROR_UNSUPPORTED_DEPTH - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that a graphics operation was attempted with an image of an unsupported depth (value is 38).
ERROR_UNSUPPORTED_FORMAT - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that a graphics operation was attempted with an image having a valid but unsupported format (value is 42).
ERROR_WIDGET_DISPOSED - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that an attempt was made to invoke an SWT operation using a widget which had already been disposed (value is 24).
errors - Variable in class org.eclipse.swt.graphics.DeviceData
 
ESC - Static variable in class org.eclipse.swt.SWT
ASCII character convenience constant for the escape character (value is the char with value 27).
evaluate(String) - Method in class org.eclipse.swt.browser.Browser
Returns the result, if any, of executing the specified script.
event - Variable in class org.eclipse.swt.internal.gtk.GtkWidgetClass
 
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_after - Static variable in class org.eclipse.swt.internal.gtk.OS
 
event_mask - Variable in class org.eclipse.swt.internal.gtk.GdkWindowAttr
 
eventListener - Variable in class org.eclipse.swt.widgets.TypedListener
The receiver's event listener
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) - Static method in class org.eclipse.swt.internal.Compatibility
Execute a program in a separate platform process if the underlying platform support this.
exec(String[]) - Static method in class org.eclipse.swt.internal.Compatibility
Execute progArray[0] in a separate platform process if the underlying platform support this.
execute(String) - Method in class org.eclipse.swt.browser.Browser
Executes the specified script.
execute(String) - Method in class org.eclipse.swt.program.Program
Executes the program with the file as the single argument in the operating system.
Exists(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIFile
 
Exit() - Method in class org.eclipse.swt.internal.mozilla.nsIAppShell
 
ExitModalEventLoop(int) - Method in class org.eclipse.swt.internal.mozilla.nsIWebBrowserChrome
 
EXP - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
Expand - Static variable in class org.eclipse.swt.SWT
The expand event type (value is 17).
expand_collapse_cursor_row - Static variable in class org.eclipse.swt.internal.gtk.OS
 
ExpandAdapter - Class in org.eclipse.swt.events
This adapter class provides default implementations for the methods described by the ExpandListener interface.
ExpandAdapter() - Constructor for class org.eclipse.swt.events.ExpandAdapter
 
ExpandBar - Class in org.eclipse.swt.widgets
Instances of this class support the layout of selectable expand bar items.
ExpandBar(Composite, int) - Constructor for class org.eclipse.swt.widgets.ExpandBar
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
expander_size - Static variable in class org.eclipse.swt.internal.gtk.OS
 
ExpanderDrawData - Class in org.eclipse.swt.internal.theme
 
ExpanderDrawData() - Constructor for class org.eclipse.swt.internal.theme.ExpanderDrawData
 
ExpandEvent - Class in org.eclipse.swt.events
Instances of this class are sent as a result of ExpandItems being expanded or collapsed.
ExpandEvent(Event) - Constructor for class org.eclipse.swt.events.ExpandEvent
Constructs a new instance of this class based on the information in the given untyped event.
ExpandItem - Class in org.eclipse.swt.widgets
Instances of this class represent a selectable user interface object that represents a expandable item in a expand bar.
ExpandItem(ExpandBar, int) - Constructor for class org.eclipse.swt.widgets.ExpandItem
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
ExpandItem(ExpandBar, int, int) - Constructor for class org.eclipse.swt.widgets.ExpandItem
Constructs a new instance of this class given its parent, a style value describing its behavior and appearance, and the index at which to place it in the items maintained by its parent.
ExpandListener - Interface in org.eclipse.swt.events
Classes which implement this interface provide methods that deal with the expanding and collapsing of ExpandItems.
expects_uris - Variable in class org.eclipse.swt.internal.gnome.GnomeVFSMimeApplication
 
Expose - Static variable in class org.eclipse.swt.internal.gtk.OS
 
expose_event - Variable in class org.eclipse.swt.internal.gtk.GtkWidgetClass
 
expose_event - Static variable in class org.eclipse.swt.internal.gtk.OS
 
ExposureMask - Static variable in class org.eclipse.swt.internal.gtk.OS
 
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
 
EXTERNAL_CID - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
EXTERNAL_CONTRACTID - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
ExtractScheme(long, long) - Method in class org.eclipse.swt.internal.mozilla.nsIIOService
 

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).
F2 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the F2 key (value is (1<<24)+11).
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).
FcConfigAppFontAddFile(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
feedback - Variable in class org.eclipse.swt.dnd.DropTargetEvent
A bitwise OR'ing of the drag under effect feedback to be displayed to the user (e.g.
FEEDBACK_EXPAND - Static variable in class org.eclipse.swt.dnd.DND
DropTarget drag under effect: The item currently under the cursor is expanded to allow the user to select a drop target from a sub item; applies to trees (value is 16).
FEEDBACK_INSERT_AFTER - Static variable in class org.eclipse.swt.dnd.DND
DropTarget drag under effect:An insertion mark is shown after the item under the cursor; applies to 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 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).
file_list - Variable in class org.eclipse.swt.internal.gtk.GtkFileSelection
 
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.
fileExists(String, String) - Static method in class org.eclipse.swt.internal.Compatibility
Answers whether the indicated file exists or not.
FileFormat - Class in org.eclipse.swt.internal.image
Abstract factory class for loading/unloading images from files or streams in various image file formats.
FileFormat() - Constructor for class org.eclipse.swt.internal.image.FileFormat
 
fileName - Variable in class org.eclipse.swt.printing.PrinterData
the name of the file to print to if printToFile is true.
fileop_c_dir - Variable in class org.eclipse.swt.internal.gtk.GtkFileSelection
 
fileop_del_file - Variable in class org.eclipse.swt.internal.gtk.GtkFileSelection
 
fileop_dialog - Variable in class org.eclipse.swt.internal.gtk.GtkFileSelection
 
fileop_entry - Variable in class org.eclipse.swt.internal.gtk.GtkFileSelection
 
fileop_file - Variable in class org.eclipse.swt.internal.gtk.GtkFileSelection
 
fileop_ren_file - Variable in class org.eclipse.swt.internal.gtk.GtkFileSelection
 
FileTransfer - Class in org.eclipse.swt.dnd
The class FileTransfer provides a platform specific mechanism for converting a list of files represented as a java String[] to a platform specific representation of the data and vice versa.
fill - Variable in class org.eclipse.swt.internal.gtk.GdkGCValues
 
FILL - Static variable in class org.eclipse.swt.layout.GridData
Value for horizontalAlignment or verticalAlignment.
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.SWT
Style constant for vertical alignment or orientation behavior (value is 4).
FILL_BOTH - Static variable in class org.eclipse.swt.layout.GridData
Style bit for new GridData(int) to resize the control to fill the cell horizontally and vertically and to fit the remaining horizontal and vertical space.
FILL_EVEN_ODD - Static variable in class org.eclipse.swt.SWT
Even odd rule for filling operations (value is 1).
FILL_HORIZONTAL - Static variable in class org.eclipse.swt.layout.GridData
Style bit for new GridData(int) to resize the control to fill the cell horizontally and to fit the remaining horizontal space.
FILL_VERTICAL - Static variable in class org.eclipse.swt.layout.GridData
Style bit for new GridData(int) to resize the control to fill the cell vertically and to fit the remaining vertical space.
FILL_WINDING - Static variable in class org.eclipse.swt.SWT
Winding rule for filling operations (value is 2).
fillArc(int, int, int, int, int, int) - Method in class org.eclipse.swt.graphics.GC
Fills the interior of a circular or elliptical arc within the specified rectangular area, with the receiver's background color.
fillGradientRectangle(int, int, int, int, boolean) - Method in class org.eclipse.swt.graphics.GC
Fills the interior of the specified rectangle with a gradient sweeping from left to right or top to bottom progressing from the receiver's foreground color to its background color.
FillLayout - Class in org.eclipse.swt.layout
FillLayout is the simplest layout class.
FillLayout() - Constructor for class org.eclipse.swt.layout.FillLayout
Constructs a new instance of this class.
FillLayout(int) - Constructor for class org.eclipse.swt.layout.FillLayout
Constructs a new instance of this class given the type.
fillOval(int, int, int, int) - Method in class org.eclipse.swt.graphics.GC
Fills the interior of an oval, within the specified rectangular area, with the receiver's background color.
fillPath(Path) - Method in class org.eclipse.swt.graphics.GC
Fills the path described by the parameter.
fillPolygon(int[]) - Method in class org.eclipse.swt.graphics.GC
Fills the interior of the closed polygon which is defined by the specified array of integer coordinates, using the receiver's background color.
fillRectangle(int, int, int, int) - Method in class org.eclipse.swt.graphics.GC
Fills the interior of the rectangle specified by the arguments, using the receiver's background color.
fillRectangle(Rectangle) - Method in class org.eclipse.swt.graphics.GC
Fills the interior of the specified rectangle, using the receiver's background color.
fillRoundRectangle(int, int, int, int, int, int) - Method in class org.eclipse.swt.graphics.GC
Fills the interior of the round-cornered rectangle specified by the arguments, using the receiver's background color.
filterAll - Static variable in class org.eclipse.swt.internal.mozilla.nsIFilePicker
 
filterAll - Static variable in class org.eclipse.swt.internal.mozilla.nsIFilePicker_1_8
 
filterApps - Static variable in class org.eclipse.swt.internal.mozilla.nsIFilePicker
 
filterApps - Static variable in class org.eclipse.swt.internal.mozilla.nsIFilePicker_1_8
 
filterHTML - Static variable in class org.eclipse.swt.internal.mozilla.nsIFilePicker
 
filterHTML - Static variable in class org.eclipse.swt.internal.mozilla.nsIFilePicker_1_8
 
filterImages - Static variable in class org.eclipse.swt.internal.mozilla.nsIFilePicker
 
filterImages - Static variable in class org.eclipse.swt.internal.mozilla.nsIFilePicker_1_8
 
filterText - Static variable in class org.eclipse.swt.internal.mozilla.nsIFilePicker
 
filterText - Static variable in class org.eclipse.swt.internal.mozilla.nsIFilePicker_1_8
 
filterXML - Static variable in class org.eclipse.swt.internal.mozilla.nsIFilePicker
 
filterXML - Static variable in class org.eclipse.swt.internal.mozilla.nsIFilePicker_1_8
 
filterXUL - Static variable in class org.eclipse.swt.internal.mozilla.nsIFilePicker
 
filterXUL - Static variable in class org.eclipse.swt.internal.mozilla.nsIFilePicker_1_8
 
finalize - Variable in class org.eclipse.swt.internal.gtk.GObjectClass
 
findDisplay(Thread) - Static method in class org.eclipse.swt.widgets.Display
Returns the display which the given thread is the user-interface thread for, or null if the given thread is not a user-interface thread for any display.
findProgram(String) - Static method in class org.eclipse.swt.program.Program
Finds the program that is associated with an extension.
findWidget(long) - Method in class org.eclipse.swt.widgets.Display
Given the operating system handle for a widget, returns the instance of the Widget subclass which represents it in the currently running application, if such exists, or null if no matching widget can be found.
findWidget(long, long) - Method in class org.eclipse.swt.widgets.Display
Given the operating system handle for a widget, and widget-specific id, returns the instance of the Widget subclass which represents the handle/id pair in the currently running application, if such exists, or null if no matching widget can be found.
findWidget(Widget, long) - Method in class org.eclipse.swt.widgets.Display
Given a widget and a widget-specific id, returns the instance of the Widget subclass which represents the widget/id pair in the currently running application, if such exists, or null if no matching widget can be found.
FinishRestore() - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
FinishRestore() - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
FirePageHideNotification(int) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
FirePageHideNotification(int) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
FireUnloadNotification() - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell
 
FIX_0_298631336 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
FIX_0_390180644 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
FIX_0_541196100 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
FIX_0_765366865 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
FIX_0_899976223 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
FIX_1_175875602 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
FIX_1_501321110 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
FIX_1_847759065 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
FIX_1_961570560 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
FIX_2_053119869 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
FIX_2_562915447 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
FIX_3_072711026 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
fixed_height_mode - Static variable in class org.eclipse.swt.internal.gtk.OS
 
flags - Variable in class org.eclipse.swt.internal.gtk.GtkTargetEntry
 
flags - Variable in class org.eclipse.swt.internal.gtk.GtkTargetPair
 
FLAT - Static variable in class org.eclipse.swt.SWT
Style constant for flat appearance.
floor(int, int) - Static method in class org.eclipse.swt.internal.Compatibility
Answers the most positive (i.e.
flushCache(Control) - Method in class org.eclipse.swt.custom.StackLayout
 
flushCache(Control) - Method in class org.eclipse.swt.layout.FillLayout
 
flushCache(Control) - Method in class org.eclipse.swt.layout.FormLayout
 
flushCache(Control) - Method in class org.eclipse.swt.layout.GridLayout
 
flushCache(Control) - Method in class org.eclipse.swt.layout.RowLayout
 
flushCache(Control) - Method in class org.eclipse.swt.widgets.Layout
Instruct the layout to flush any cached values associated with the control specified in the argument control.
focus - Variable in class org.eclipse.swt.internal.gtk.GdkEventCrossing
 
focus - Variable in class org.eclipse.swt.internal.gtk.GtkWidgetClass
 
focus - Static variable in class org.eclipse.swt.internal.gtk.OS
 
focus - Variable in class org.eclipse.swt.internal.gtk.XCrossingEvent
 
focus_event - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkObjectClass
 
focus_in_event - Variable in class org.eclipse.swt.internal.gtk.GtkWidgetClass
 
focus_in_event - Static variable in class org.eclipse.swt.internal.gtk.OS
 
focus_line_width - Static variable in class org.eclipse.swt.internal.gtk.OS
 
focus_out_event - Variable in class org.eclipse.swt.internal.gtk.GtkWidgetClass
 
focus_out_event - 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
 
FocusChangeMask - Static variable in class org.eclipse.swt.internal.gtk.OS
 
FOCUSED - Static variable in class org.eclipse.swt.internal.theme.DrawData
 
FOCUSED - Static variable in class org.eclipse.swt.SWT
Event detail field that indicates a user-interface component state is focused (value is 1<<2).
FocusEvent - Class in org.eclipse.swt.events
Instances of this class are sent as a result of widgets gaining and losing focus.
FocusEvent(Event) - Constructor for class org.eclipse.swt.events.FocusEvent
Constructs a new instance of this class based on the information in the given untyped event.
focusGained(FocusEvent) - Method in class org.eclipse.swt.events.FocusAdapter
Sent when a control gets focus.
focusGained(FocusEvent) - Method in interface org.eclipse.swt.events.FocusListener
Sent when a control gets focus.
FocusIn - Static variable in class org.eclipse.swt.internal.gtk.OS
 
FocusIn - Static variable in class org.eclipse.swt.SWT
The focus in event type (value is 15).
FocusListener - Interface in org.eclipse.swt.events
Classes which implement this interface provide methods that deal with the events that are generated as controls gain and lose focus.
focusLost(FocusEvent) - Method in class org.eclipse.swt.events.FocusAdapter
Sent when a control loses focus.
focusLost(FocusEvent) - Method in interface org.eclipse.swt.events.FocusListener
Sent when a control loses focus.
FocusNextElement() - Method in class org.eclipse.swt.internal.mozilla.nsIWebBrowserChromeFocus
 
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).
FocusPrevElement() - Method in class org.eclipse.swt.internal.mozilla.nsIWebBrowserChromeFocus
 
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, 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(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 - Variable in class org.eclipse.swt.graphics.GCData
 
font - Variable in class org.eclipse.swt.graphics.TextStyle
the font of the style
font - Variable in class org.eclipse.swt.internal.gtk.GdkGCValues
 
font_desc - Static variable in class org.eclipse.swt.internal.gtk.OS
 
FontData - Class in org.eclipse.swt.graphics
Instances of this class describe operating system fonts.
FontData() - Constructor for class org.eclipse.swt.graphics.FontData
Constructs a new uninitialized font data.
FontData(String) - Constructor for class org.eclipse.swt.graphics.FontData
Constructs a new FontData given a string representation in the form generated by the FontData.toString method.
FontData(String, int, int) - Constructor for class org.eclipse.swt.graphics.FontData
Constructs a new font data given a font name, the height of the desired font in points, and a font style.
FontDialog - Class in org.eclipse.swt.widgets
Instances of this class allow the user to select a font from all available fonts in the system.
FontDialog(Shell) - Constructor for class org.eclipse.swt.widgets.FontDialog
Constructs a new instance of this class given only its parent.
FontDialog(Shell, int) - Constructor for class org.eclipse.swt.widgets.FontDialog
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
FontMetrics - Class in org.eclipse.swt.graphics
Instances of this class provide measurement information about fonts including ascent, descent, height, leading space between rows, and average character width.
fontStyle - Variable in class org.eclipse.swt.custom.StyleRange
the font style of the range.
footer - Variable in class org.eclipse.swt.custom.StyledTextPrintOptions
Formatted text to print in the footer of each page.
forceActive() - Method in class org.eclipse.swt.widgets.Shell
If the receiver is visible, moves it to the top of the drawing order for the display on which it was created (so that all other shells on that display, which are not the receiver's children will be drawn behind it) and forces the window manager to make the shell active.
forceFocus() - Method in class org.eclipse.swt.widgets.Control
Forces the receiver to have the keyboard focus, causing all keyboard events to be delivered to it.
foreground - Variable in class org.eclipse.swt.graphics.GCData
 
foreground - Variable in class org.eclipse.swt.graphics.TextStyle
the foreground of the style
FOREGROUND - Static variable in class org.eclipse.swt.SWT
Event detail field that indicates a user-interface component draws the foreground (value is 1<<4).
foreground_blue - Variable in class org.eclipse.swt.internal.gtk.GdkGCValues
 
foreground_gdk - Static variable in class org.eclipse.swt.internal.gtk.OS
 
foreground_green - Variable in class org.eclipse.swt.internal.gtk.GdkGCValues
 
foreground_pixel - Variable in class org.eclipse.swt.internal.gtk.GdkGCValues
 
foreground_red - Variable in class org.eclipse.swt.internal.gtk.GdkGCValues
 
foregroundPattern - Variable in class org.eclipse.swt.graphics.GCData
 
format - Variable in class org.eclipse.swt.dnd.TransferData
Specifies the size in bits of a single unit in pValue.
format - Variable in class org.eclipse.swt.internal.gtk.GtkSelectionData
 
format - Variable in class org.eclipse.swt.internal.gtk.XClientMessageEvent
 
FormAttachment - Class in org.eclipse.swt.layout
Instances of this class are used to define the edges of a control within a FormLayout.
FormAttachment() - Constructor for class org.eclipse.swt.layout.FormAttachment
Constructs a new instance of this class.
FormAttachment(int) - Constructor for class org.eclipse.swt.layout.FormAttachment
Constructs a new instance of this class given a numerator Since no denominator or offset is specified, the default is to treat the numerator as a percentage of the form, with a denominator of 100.
FormAttachment(int, int) - Constructor for class org.eclipse.swt.layout.FormAttachment
Constructs a new instance of this class given a numerator and an offset.
FormAttachment(int, int, int) - Constructor for class org.eclipse.swt.layout.FormAttachment
Constructs a new instance of this class given a numerator and denominator and an offset.
FormAttachment(Control) - Constructor for class org.eclipse.swt.layout.FormAttachment
Constructs a new instance of this class given a control.
FormAttachment(Control, int) - Constructor for class org.eclipse.swt.layout.FormAttachment
Constructs a new instance of this class given a control and an offset.
FormAttachment(Control, int, int) - Constructor for class org.eclipse.swt.layout.FormAttachment
Constructs a new instance of this class given a control, an offset and an alignment.
FormData - Class in org.eclipse.swt.layout
Instances of this class are used to define the attachments of a control in a FormLayout.
FormData() - Constructor for class org.eclipse.swt.layout.FormData
Constructs a new instance of FormData using default values.
FormData(int, int) - Constructor for class org.eclipse.swt.layout.FormData
Constructs a new instance of FormData according to the parameters.
FormLayout - Class in org.eclipse.swt.layout
Instances of this class control the position and size of the children of a composite control by using FormAttachments to optionally configure the left, top, right and bottom edges of each child.
FormLayout() - Constructor for class org.eclipse.swt.layout.FormLayout
Constructs a new instance of this class.
forward() - Method in class org.eclipse.swt.browser.Browser
Navigate to the next session history item.
free(long) - Static method in class org.eclipse.swt.internal.C
 
Free(long) - Method in class org.eclipse.swt.internal.mozilla.nsIMemory
 
FULL_SELECTION - Static variable in class org.eclipse.swt.SWT
Style constant for full row selection behavior and selection constant indicating that a full line should be drawn.
function(Object[]) - Method in class org.eclipse.swt.browser.BrowserFunction
Subclasses should override this method.
function - Variable in class org.eclipse.swt.internal.gtk.GdkGCValues
 

G

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_unref(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.gnome.GNOME
 
g_free(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_idle_add(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_list_append(long, long) - Static method in class org.eclipse.swt.internal.gnome.GNOME
 
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.gnome.GNOME
 
g_list_free(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_list_free_1(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_next(long) - Static method in class org.eclipse.swt.internal.gnome.GNOME
 
g_list_next(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_list_nth(long, int) - 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_prepend(long, long) - 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_remove_link(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_list_reverse(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_list_set_next(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_list_set_previous(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_locale_from_utf8(long, long, long[], long[], long[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_locale_to_utf8(long, long, long[], long[], 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_pending(long) - 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_OBJECT_CLASS(long) - 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_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_ref(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[], GdkColor, 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[], float, 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_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.gnome.GNOME
 
g_object_unref(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_quark_from_string(byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_set_prgname(byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_signal_add_emission_hook(int, int, long, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_signal_connect(long, byte[], long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_signal_connect_after(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[], 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[], byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_signal_handler_disconnect(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_signal_handlers_block_matched(long, int, int, int, long, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_signal_handlers_disconnect_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_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_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_thread_init(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_thread_supported() - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_type_add_interface_static(long, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
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_from_name(byte[]) - 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_interface_peek_parent(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_type_is_a(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_type_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_query(long, 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_utf16_to_utf8(char[], long, long[], long[], long[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
g_utf8_offset_to_pointer(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_peek_pointer(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gc - Variable in class org.eclipse.swt.custom.PaintObjectEvent
the GC
gc - Variable in class org.eclipse.swt.events.PaintEvent
the graphics context to use when painting that is configured to use the colors, font and damaged region of the control.
GC - Class in org.eclipse.swt.graphics
Class GC is where all of the drawing capabilities that are supported by SWT are located.
GC(Drawable) - Constructor for class org.eclipse.swt.graphics.GC
Constructs a new instance of this class which has been configured to draw on the specified drawable.
GC(Drawable, int) - Constructor for class org.eclipse.swt.graphics.GC
Constructs a new instance of this class which has been configured to draw on the specified drawable.
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.
GCbTable - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
GCData - Class in org.eclipse.swt.graphics
Instances of this class are descriptions of GCs in terms of unallocated platform-specific data fields.
GCData() - Constructor for class org.eclipse.swt.graphics.GCData
 
GCrTable - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
GDK_2BUTTON_PRESS - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_3BUTTON_PRESS - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_ACTION_COPY - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_ACTION_LINK - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_ACTION_MOVE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_Alt_L - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_Alt_R - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_AND - Static variable in class org.eclipse.swt.internal.gtk.OS
 
gdk_atom_intern(byte[], boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_atom_name(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GDK_BackSpace - Static variable in class org.eclipse.swt.internal.gtk.OS
 
gdk_beep() - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_bitmap_create_from_data(long, byte[], int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GDK_BOTTOM_LEFT_CORNER - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_BOTTOM_RIGHT_CORNER - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_BOTTOM_SIDE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_Break - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_BUTTON1_MASK - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_BUTTON1_MOTION_MASK - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_BUTTON2_MASK - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_BUTTON2_MOTION_MASK - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_BUTTON3_MASK - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_BUTTON3_MOTION_MASK - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_BUTTON_MOTION_MASK - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_BUTTON_PRESS - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_BUTTON_PRESS_MASK - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_BUTTON_RELEASE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_BUTTON_RELEASE_MASK - Static variable in class org.eclipse.swt.internal.gtk.OS
 
gdk_cairo_create(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_cairo_region(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_cairo_set_source_color(long, GdkColor) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GDK_Cancel - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_CAP_BUTT - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_CAP_PROJECTING - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_CAP_ROUND - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_Caps_Lock - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_Clear - Static variable in class org.eclipse.swt.internal.gtk.OS
 
gdk_color_white(long, GdkColor) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_colormap_alloc_color(long, GdkColor, boolean, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_colormap_free_colors(long, GdkColor, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_colormap_get_system() - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_colormap_query_color(long, long, GdkColor) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GDK_COLORSPACE_RGB - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_CONFIGURE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_Control_L - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_CONTROL_MASK - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_Control_R - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_COPY - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_CROSS - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_CROSSING_GRAB - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_CROSSING_NORMAL - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_CROSSING_UNGRAB - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_CURRENT_TIME - Static variable in class org.eclipse.swt.internal.gtk.OS
 
gdk_cursor_destroy(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_cursor_new(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_cursor_new_from_pixbuf(long, long, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_cursor_new_from_pixmap(long, long, GdkColor, GdkColor, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GDK_DECOR_BORDER - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_DECOR_MAXIMIZE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_DECOR_MENU - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_DECOR_MINIMIZE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_DECOR_RESIZEH - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_DECOR_TITLE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_Delete - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_DISPLAY() - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_display_get_default() - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_display_supports_cursor_color(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GDK_DOUBLE_ARROW - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_Down - Static variable in class org.eclipse.swt.internal.gtk.OS
 
gdk_drag_status(long, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_draw_arc(long, long, int, int, int, int, int, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_draw_drawable(long, long, long, int, int, int, int, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_draw_image(long, long, long, int, int, int, int, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_draw_layout(long, long, int, int, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_draw_layout_with_colors(long, long, int, int, long, GdkColor, GdkColor) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_draw_line(long, long, int, int, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_draw_lines(long, long, int[], int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_draw_pixbuf(long, long, long, int, int, int, int, int, int, int, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_draw_point(long, long, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_draw_polygon(long, long, int, int[], int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_draw_rectangle(long, long, int, int, int, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_drawable_get_depth(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_drawable_get_image(long, int, int, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_drawable_get_size(long, int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_drawable_get_visible_region(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GDK_End - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_ENTER_NOTIFY - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_ENTER_NOTIFY_MASK - Static variable in class org.eclipse.swt.internal.gtk.OS
 
gdk_error_trap_pop() - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_error_trap_push() - Static method in class org.eclipse.swt.internal.gtk.OS
 
GDK_Escape - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_EVEN_ODD_RULE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
gdk_event_copy(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_event_free(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_event_get() - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_event_get_coords(long, double[], double[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_event_get_graphics_expose(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_event_get_root_coords(long, double[], double[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_event_get_state(long, int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_event_get_time(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_event_handler_set(long, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_event_new(int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_event_peek() - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_event_put(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GDK_EVENT_TYPE(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GDK_EVENT_WINDOW(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GDK_EXPOSE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_EXPOSURE_MASK - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_F1 - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_F10 - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_F11 - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_F12 - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_F13 - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_F14 - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_F15 - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_F2 - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_F3 - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_F4 - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_F5 - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_F6 - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_F7 - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_F8 - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_F9 - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_FLEUR - Static variable in class org.eclipse.swt.internal.gtk.OS
 
gdk_flush() - Static method in class org.eclipse.swt.internal.gtk.OS
 
GDK_FOCUS_CHANGE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_FOCUS_CHANGE_MASK - Static variable in class org.eclipse.swt.internal.gtk.OS
 
gdk_free_text_list(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GDK_GC_CAP_STYLE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_GC_CLIP_MASK - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_GC_CLIP_X_ORIGIN - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_GC_CLIP_Y_ORIGIN - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_GC_FOREGROUND - Static variable in class org.eclipse.swt.internal.gtk.OS
 
gdk_gc_get_values(long, GdkGCValues) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GDK_GC_JOIN_STYLE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_GC_LINE_STYLE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_GC_LINE_WIDTH - Static variable in class org.eclipse.swt.internal.gtk.OS
 
gdk_gc_new(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_gc_set_background(long, GdkColor) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_gc_set_clip_mask(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_gc_set_clip_origin(long, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_gc_set_clip_rectangle(long, GdkRectangle) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_gc_set_clip_region(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_gc_set_dashes(long, int, byte[], int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_gc_set_exposures(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_gc_set_fill(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_gc_set_foreground(long, GdkColor) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_gc_set_function(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_gc_set_line_attributes(long, int, int, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_gc_set_stipple(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_gc_set_subwindow(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_gc_set_tile(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_gc_set_ts_origin(long, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_gc_set_values(long, GdkGCValues, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GDK_GRAB_SUCCESS - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_HAND2 - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_Help - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_HINT_MIN_SIZE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_Home - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_INCLUDE_INFERIORS - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_INPUT_ONLY - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_Insert - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_INTERP_BILINEAR - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_ISO_Left_Tab - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_JOIN_BEVEL - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_JOIN_MITER - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_JOIN_ROUND - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_KEY_PRESS - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_KEY_PRESS_MASK - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_KEY_RELEASE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_KEY_RELEASE_MASK - Static variable in class org.eclipse.swt.internal.gtk.OS
 
gdk_keyboard_ungrab(int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_keymap_get_default() - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_keymap_translate_keyboard_state(long, int, int, int, int[], int[], int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_keyval_to_lower(int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_keyval_to_unicode(int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GDK_KP_0 - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_KP_1 - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_KP_2 - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_KP_3 - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_KP_4 - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_KP_5 - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_KP_6 - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_KP_7 - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_KP_8 - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_KP_9 - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_KP_Add - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_KP_Decimal - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_KP_Delete - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_KP_Divide - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_KP_Down - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_KP_End - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_KP_Enter - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_KP_Equal - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_KP_Home - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_KP_Insert - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_KP_Left - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_KP_Multiply - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_KP_Page_Down - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_KP_Page_Up - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_KP_Right - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_KP_Subtract - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_KP_Up - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_LEAVE_NOTIFY - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_LEAVE_NOTIFY_MASK - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_Left - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_LEFT_PTR - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_LEFT_SIDE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_LINE_ON_OFF_DASH - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_LINE_SOLID - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_Linefeed - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_LSB_FIRST - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_MAP - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_Meta_L - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_Meta_R - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_MOD1_MASK - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_MOTION_NOTIFY - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_NO_EXPOSE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_NONE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_NOTIFY_INFERIOR - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_Num_Lock - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_OVERLAP_RECTANGLE_OUT - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_Page_Down - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_Page_Up - Static variable in class org.eclipse.swt.internal.gtk.OS
 
gdk_pango_context_get() - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_pango_context_set_colormap(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_pango_layout_get_clip_region(long, int, int, int[], int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GDK_Pause - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_PIXBUF_ALPHA_BILEVEL - Static variable in class org.eclipse.swt.internal.gtk.OS
 
gdk_pixbuf_copy_area(long, int, int, int, int, long, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_pixbuf_get_from_drawable(long, long, long, int, int, int, int, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_pixbuf_get_has_alpha(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_pixbuf_get_height(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_pixbuf_get_pixels(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_pixbuf_get_rowstride(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_pixbuf_get_width(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_pixbuf_loader_close(long, long[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_pixbuf_loader_get_pixbuf(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_pixbuf_loader_new() - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_pixbuf_loader_write(long, long, int, long[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_pixbuf_new(int, boolean, int, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_pixbuf_new_from_file(byte[], long[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_pixbuf_render_pixmap_and_mask(long, long[], long[], int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_pixbuf_render_to_drawable(long, long, long, int, int, int, int, int, int, int, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_pixbuf_render_to_drawable_alpha(long, long, int, int, int, int, int, int, int, int, int, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_pixbuf_save_to_buffer(long, long[], int[], byte[], long[], byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_pixbuf_scale(long, long, int, int, int, int, double, double, double, double, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_pixbuf_scale_simple(long, int, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_pixmap_foreign_new(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_pixmap_new(long, int, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GDK_PIXMAP_XID(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_pointer_grab(long, boolean, int, long, long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_pointer_is_grabbed() - Static method in class org.eclipse.swt.internal.gtk.OS
 
GDK_POINTER_MOTION_HINT_MASK - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_POINTER_MOTION_MASK - Static variable in class org.eclipse.swt.internal.gtk.OS
 
gdk_pointer_ungrab(int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GDK_Print - Static variable in class org.eclipse.swt.internal.gtk.OS
 
gdk_property_get(long, long, long, long, long, int, long[], int[], int[], long[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GDK_PROPERTY_NOTIFY - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_QUESTION_ARROW - Static variable in class org.eclipse.swt.internal.gtk.OS
 
gdk_region_destroy(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_region_empty(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_region_get_clipbox(long, GdkRectangle) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_region_get_rectangles(long, long[], int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_region_intersect(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_region_new() - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_region_offset(long, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_region_point_in(long, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_region_polygon(int[], int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_region_rect_in(long, GdkRectangle) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_region_rectangle(GdkRectangle) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_region_subtract(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_region_union(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_region_union_with_rect(long, GdkRectangle) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GDK_Return - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_RGB_DITHER_NORMAL - Static variable in class org.eclipse.swt.internal.gtk.OS
 
gdk_rgb_init() - Static method in class org.eclipse.swt.internal.gtk.OS
 
GDK_Right - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_RIGHT_SIDE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_ROOT_PARENT() - Static method in class org.eclipse.swt.internal.gtk.OS
 
GDK_SB_H_DOUBLE_ARROW - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_SB_UP_ARROW - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_SB_V_DOUBLE_ARROW - Static variable in class org.eclipse.swt.internal.gtk.OS
 
gdk_screen_get_default() - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_screen_get_monitor_at_point(long, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_screen_get_monitor_at_window(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_screen_get_monitor_geometry(long, int, GdkRectangle) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_screen_get_n_monitors(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_screen_get_number(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_screen_height() - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_screen_width() - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_screen_width_mm() - Static method in class org.eclipse.swt.internal.gtk.OS
 
GDK_SCROLL - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_SCROLL_DOWN - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_SCROLL_LEFT - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_Scroll_Lock - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_SCROLL_RIGHT - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_SCROLL_UP - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_SELECTION_CLEAR - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_SELECTION_NOTIFY - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_SELECTION_REQUEST - Static variable in class org.eclipse.swt.internal.gtk.OS
 
gdk_set_program_class(byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GDK_Shift_L - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_SHIFT_MASK - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_Shift_R - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_SIZING - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_space - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_STIPPLED - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_Tab - Static variable in class org.eclipse.swt.internal.gtk.OS
 
gdk_text_property_to_utf8_list(long, int, long, int, long[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GDK_TILED - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_TOP_LEFT_CORNER - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_TOP_RIGHT_CORNER - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_TOP_SIDE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_TYPE_COLOR() - Static method in class org.eclipse.swt.internal.gtk.OS
 
GDK_TYPE_PIXBUF() - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_unicode_to_keyval(int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GDK_UNMAP - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_Up - Static variable in class org.eclipse.swt.internal.gtk.OS
 
gdk_utf8_to_compound_text(byte[], long[], int[], long[], int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_utf8_to_string_target(byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GDK_VISIBILITY_FULLY_OBSCURED - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_VISIBILITY_NOTIFY_MASK - Static variable in class org.eclipse.swt.internal.gtk.OS
 
gdk_visual_get_system() - Static method in class org.eclipse.swt.internal.gtk.OS
 
GDK_WA_VISUAL - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_WA_X - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_WA_Y - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_WATCH - Static variable in class org.eclipse.swt.internal.gtk.OS
 
gdk_window_add_filter(long, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_window_at_pointer(int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_window_begin_paint_rect(long, GdkRectangle) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GDK_WINDOW_CHILD - Static variable in class org.eclipse.swt.internal.gtk.OS
 
gdk_window_clear_area(long, int, int, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_window_destroy(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_window_end_paint(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_window_focus(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_window_freeze_updates(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_window_get_children(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_window_get_events(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_window_get_frame_extents(long, GdkRectangle) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_window_get_internal_paint_info(long, long[], int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_window_get_origin(long, int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_window_get_parent(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_window_get_pointer(long, int[], int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_window_get_position(long, int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_window_get_user_data(long, long[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_window_hide(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_window_invalidate_rect(long, GdkRectangle, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_window_invalidate_region(long, long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_window_is_visible(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_window_lookup(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_window_lower(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_window_move(long, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_window_new(long, GdkWindowAttr, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_window_process_all_updates() - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_window_process_updates(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_window_raise(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_window_remove_filter(long, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_window_resize(long, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_window_scroll(long, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_window_set_accept_focus(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_window_set_back_pixmap(long, long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_window_set_cursor(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_window_set_debug_updates(boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_window_set_decorations(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_window_set_events(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_window_set_icon(long, long, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_window_set_icon_list(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_window_set_keep_above(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_window_set_override_redirect(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_window_set_user_data(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_window_shape_combine_region(long, long, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_window_show(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_window_show_unraised(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GDK_WINDOW_STATE_FULLSCREEN - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_WINDOW_STATE_ICONIFIED - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_WINDOW_STATE_MAXIMIZED - Static variable in class org.eclipse.swt.internal.gtk.OS
 
gdk_window_thaw_updates(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GDK_WINDOW_TYPE_HINT_DIALOG - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_WINDOWING_X11() - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_x11_atom_to_xatom(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_x11_colormap_get_xcolormap(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_x11_drawable_get_xdisplay(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_x11_drawable_get_xid(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_x11_screen_get_window_manager_name(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_x11_screen_lookup_visual(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gdk_x11_visual_get_xvisual(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GDK_X_CURSOR - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_XOR - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GDK_XTERM - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GdkColor - Class in org.eclipse.swt.internal.gtk
 
GdkColor() - Constructor for class org.eclipse.swt.internal.gtk.GdkColor
 
GdkColor_sizeof() - Static method in class org.eclipse.swt.internal.gtk.OS
 
GdkDragContext - Class in org.eclipse.swt.internal.gtk
 
GdkDragContext() - Constructor for class org.eclipse.swt.internal.gtk.GdkDragContext
 
GdkDragContext_sizeof() - Static method in class org.eclipse.swt.internal.gtk.OS
 
GdkEvent - Class in org.eclipse.swt.internal.gtk
 
GdkEvent() - Constructor for class org.eclipse.swt.internal.gtk.GdkEvent
 
GdkEvent_sizeof() - Static method in class org.eclipse.swt.internal.gtk.OS
 
GdkEventAny - Class in org.eclipse.swt.internal.gtk
 
GdkEventAny() - Constructor for class org.eclipse.swt.internal.gtk.GdkEventAny
 
GdkEventAny_sizeof() - Static method in class org.eclipse.swt.internal.gtk.OS
 
GdkEventButton - Class in org.eclipse.swt.internal.gtk
 
GdkEventButton() - Constructor for class org.eclipse.swt.internal.gtk.GdkEventButton
 
GdkEventButton_sizeof() - Static method in class org.eclipse.swt.internal.gtk.OS
 
GdkEventCrossing - Class in org.eclipse.swt.internal.gtk
 
GdkEventCrossing() - Constructor for class org.eclipse.swt.internal.gtk.GdkEventCrossing
 
GdkEventCrossing_sizeof() - Static method in class org.eclipse.swt.internal.gtk.OS
 
GdkEventExpose - Class in org.eclipse.swt.internal.gtk
 
GdkEventExpose() - Constructor for class org.eclipse.swt.internal.gtk.GdkEventExpose
 
GdkEventExpose_sizeof() - Static method in class org.eclipse.swt.internal.gtk.OS
 
GdkEventFocus - Class in org.eclipse.swt.internal.gtk
 
GdkEventFocus() - Constructor for class org.eclipse.swt.internal.gtk.GdkEventFocus
 
GdkEventFocus_sizeof() - Static method in class org.eclipse.swt.internal.gtk.OS
 
GdkEventKey - Class in org.eclipse.swt.internal.gtk
 
GdkEventKey() - Constructor for class org.eclipse.swt.internal.gtk.GdkEventKey
 
GdkEventKey_sizeof() - Static method in class org.eclipse.swt.internal.gtk.OS
 
GdkEventMotion - Class in org.eclipse.swt.internal.gtk
 
GdkEventMotion() - Constructor for class org.eclipse.swt.internal.gtk.GdkEventMotion
 
GdkEventMotion_sizeof() - Static method in class org.eclipse.swt.internal.gtk.OS
 
GdkEventScroll - Class in org.eclipse.swt.internal.gtk
 
GdkEventScroll() - Constructor for class org.eclipse.swt.internal.gtk.GdkEventScroll
 
GdkEventScroll_sizeof() - Static method in class org.eclipse.swt.internal.gtk.OS
 
GdkEventVisibility - Class in org.eclipse.swt.internal.gtk
 
GdkEventVisibility() - Constructor for class org.eclipse.swt.internal.gtk.GdkEventVisibility
 
GdkEventVisibility_sizeof() - Static method in class org.eclipse.swt.internal.gtk.OS
 
GdkEventWindowState - Class in org.eclipse.swt.internal.gtk
 
GdkEventWindowState() - Constructor for class org.eclipse.swt.internal.gtk.GdkEventWindowState
 
GdkEventWindowState_sizeof() - Static method in class org.eclipse.swt.internal.gtk.OS
 
GdkGCValues - Class in org.eclipse.swt.internal.gtk
 
GdkGCValues() - Constructor for class org.eclipse.swt.internal.gtk.GdkGCValues
 
GdkGCValues_sizeof() - Static method in class org.eclipse.swt.internal.gtk.OS
 
GdkGeometry - Class in org.eclipse.swt.internal.gtk
 
GdkGeometry() - Constructor for class org.eclipse.swt.internal.gtk.GdkGeometry
 
GdkGeometry_sizeof() - Static method in class org.eclipse.swt.internal.gtk.OS
 
GdkImage - Class in org.eclipse.swt.internal.gtk
 
GdkImage() - Constructor for class org.eclipse.swt.internal.gtk.GdkImage
 
GdkImage_sizeof() - Static method in class org.eclipse.swt.internal.gtk.OS
 
GdkRectangle - Class in org.eclipse.swt.internal.gtk
 
GdkRectangle() - Constructor for class org.eclipse.swt.internal.gtk.GdkRectangle
 
GdkRectangle_sizeof() - Static method in class org.eclipse.swt.internal.gtk.OS
 
GdkVisual - Class in org.eclipse.swt.internal.gtk
 
GdkVisual() - Constructor for class org.eclipse.swt.internal.gtk.GdkVisual
 
GdkVisual_sizeof() - Static method in class org.eclipse.swt.internal.gtk.OS
 
GdkWindowAttr - Class in org.eclipse.swt.internal.gtk
 
GdkWindowAttr() - Constructor for class org.eclipse.swt.internal.gtk.GdkWindowAttr
 
GdkWindowAttr_sizeof() - Static method in class org.eclipse.swt.internal.gtk.OS
 
Get(byte[], nsID, long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIProperties
 
get_accessible - Variable in class org.eclipse.swt.internal.gtk.GtkWidgetClass
 
get_accessible_type - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkObjectFactoryClass
 
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_default_attributes - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTextIface
 
get_description - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkActionIface
 
get_description - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkObjectClass
 
get_extents - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkComponentIface
 
get_index_in_parent - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkObjectClass
 
get_keybinding - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkActionIface
 
get_layer - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkComponentIface
 
get_layer - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkObjectClass
 
get_link - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkHypertextIface
 
get_link_index - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkHypertextIface
 
get_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_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_links - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkHypertextIface
 
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_property - Variable in class org.eclipse.swt.internal.gtk.GObjectClass
 
get_role - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkObjectClass
 
get_run_attributes - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTextIface
 
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_size - Variable in class org.eclipse.swt.internal.gtk.GtkCellRendererClass
 
get_text - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTextIface
 
get_text_after_offset - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTextIface
 
get_text_at_offset - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTextIface
 
get_text_before_offset - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTextIface
 
getAccelerator() - Method in class org.eclipse.swt.widgets.MenuItem
Returns the widget accelerator.
getAccessible() - Method in class org.eclipse.swt.widgets.Control
Returns the accessible object for the receiver.
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.
GetActiveWindow(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIWindowWatcher
 
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.
getAddress() - Method in class org.eclipse.swt.internal.mozilla.nsEmbedString
 
getAddress() - Method in class org.eclipse.swt.internal.mozilla.nsISupports
 
getAddress() - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
getAdvanced() - Method in class org.eclipse.swt.graphics.GC
Returns true if receiver is using the operating system's advanced graphics subsystem.
getAdvanceWidth(char) - Method in class org.eclipse.swt.graphics.GC
Returns the advance width of the specified character in the font which is currently selected into the receiver.
getAlignment() - Method in class org.eclipse.swt.custom.CLabel
Returns the 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.
GetAllowAuth(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell
 
GetAllowAuth(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
GetAllowAuth(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
GetAllowImages(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell
 
GetAllowImages(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
GetAllowImages(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
GetAllowJavascript(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell
 
GetAllowJavascript(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
GetAllowJavascript(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
GetAllowMetaRedirects(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell
 
GetAllowMetaRedirects(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
GetAllowMetaRedirects(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
GetAllowPlugins(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell
 
GetAllowPlugins(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
GetAllowPlugins(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
GetAllowSubframes(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell
 
GetAllowSubframes(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
GetAllowSubframes(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
getAlpha() - Method in class org.eclipse.swt.graphics.GC
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.
getAlpha() - Method in class org.eclipse.swt.widgets.Shell
Returns the receiver's alpha value.
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.
GetAltKey(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
GetAltKey(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDOMMouseEvent
 
getAlwaysShowScrollBars() - Method in class org.eclipse.swt.custom.ScrolledComposite
Returns the Always Show Scrollbars flag.
GetAmountTransferred(long) - Method in class org.eclipse.swt.internal.mozilla.nsIDownload_1_8
 
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.
GetAppType(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell
 
GetAppType(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
GetAppType(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
GetAsACString(long) - Method in class org.eclipse.swt.internal.mozilla.nsIVariant
 
GetAsArray(short[], long, int[], long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIVariant
 
GetAsAString(long) - Method in class org.eclipse.swt.internal.mozilla.nsIVariant
 
GetAsAUTF8String(long) - Method in class org.eclipse.swt.internal.mozilla.nsIVariant
 
GetAsBool(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIVariant
 
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.
GetAsChar(byte[]) - Method in class org.eclipse.swt.internal.mozilla.nsIVariant
 
GetAsciiHost(long) - Method in class org.eclipse.swt.internal.mozilla.nsIURI
 
GetAsciiSpec(long) - Method in class org.eclipse.swt.internal.mozilla.nsIURI
 
GetAsDOMString(long) - Method in class org.eclipse.swt.internal.mozilla.nsIVariant
 
GetAsDouble(long) - Method in class org.eclipse.swt.internal.mozilla.nsIVariant
 
GetAsFloat(float[]) - Method in class org.eclipse.swt.internal.mozilla.nsIVariant
 
GetAsID(long) - Method in class org.eclipse.swt.internal.mozilla.nsIVariant
 
GetAsInt16(long) - Method in class org.eclipse.swt.internal.mozilla.nsIVariant
 
GetAsInt32(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIVariant
 
GetAsInt64(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIVariant
 
GetAsInt8(long) - Method in class org.eclipse.swt.internal.mozilla.nsIVariant
 
GetAsInterface(long[], long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIVariant
 
GetAsISupports(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIVariant
 
GetAsString(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIVariant
 
GetAsStringWithSize(int[], long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIVariant
 
GetAsUint16(short[]) - Method in class org.eclipse.swt.internal.mozilla.nsIVariant
 
GetAsUint32(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIVariant
 
GetAsUint64(long) - Method in class org.eclipse.swt.internal.mozilla.nsIVariant
 
GetAsUint8(long) - Method in class org.eclipse.swt.internal.mozilla.nsIVariant
 
GetAsWChar(char[]) - Method in class org.eclipse.swt.internal.mozilla.nsIVariant
 
GetAsWString(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIVariant
 
GetAsWStringWithSize(int[], long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIVariant
 
GetAuthenticationScheme(long) - Method in class org.eclipse.swt.internal.mozilla.nsIAuthInformation
 
getAutoHide() - Method in class org.eclipse.swt.widgets.ToolTip
Returns true if the receiver is automatically hidden by the platform, and false otherwise.
getAvailableTypeNames() - Method in class org.eclipse.swt.dnd.Clipboard
Returns a platform specific list of the data types currently available on the system clipboard.
getAvailableTypes() - Method in class org.eclipse.swt.dnd.Clipboard
Returns an array of the data types currently available on the system clipboard.
getAvailableTypes(int) - Method in class org.eclipse.swt.dnd.Clipboard
Returns an array of the data types currently available on the specified clipboard.
getAverageCharWidth() - Method in class org.eclipse.swt.graphics.FontMetrics
Returns the average character width, measured in pixels, of the font described by the receiver.
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.TableTree
Deprecated.  
getBackground() - Method in class org.eclipse.swt.custom.TableTreeItem
Deprecated. Returns the receiver's background color.
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(int) - Method in class org.eclipse.swt.widgets.TableItem
Returns the background color at the given column index in the receiver.
getBackground() - Method in class org.eclipse.swt.widgets.TreeItem
Returns the receiver's background color.
getBackground(int) - Method in class org.eclipse.swt.widgets.TreeItem
Returns the background color at the given column index in the receiver.
getBackgroundImage() - Method in class org.eclipse.swt.widgets.Control
Returns the receiver's background image.
getBackgroundMode() - Method in class org.eclipse.swt.widgets.Composite
Returns the receiver's background drawing mode.
getBackgroundPattern() - Method in class org.eclipse.swt.graphics.GC
Returns the background pattern.
getBaseline() - Method in class org.eclipse.swt.custom.StyledText
Returns the baseline, in pixels.
getBaseline(int) - Method in class org.eclipse.swt.custom.StyledText
Returns the baseline at the given offset, in pixels.
getBidiColoring() - Method in class org.eclipse.swt.custom.StyledText
Deprecated. use BidiSegmentListener instead.
getBlockSelection() - Method in class org.eclipse.swt.custom.StyledText
TEMPORARY CODE - API SUBJECT TO CHANGE Returns whether the widget is in block selection mode.
getBlue() - Method in class org.eclipse.swt.graphics.Color
Returns the amount of blue in the color, from 0 to 255.
GetBlurSuppression(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIBaseWindow
 
GetBoolPref(byte[], int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIPrefBranch
 
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.
getBorderWidth() - Method in class org.eclipse.swt.widgets.Label
 
getBorderWidth() - Method in class org.eclipse.swt.widgets.Scrollable
 
getBorderWidth() - Method in class org.eclipse.swt.widgets.Spinner
 
getBorderWidth() - 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.
getBounds() - Method in class org.eclipse.swt.custom.CTabItem
Returns a rectangle describing the receiver's size and location relative to its parent.
getBounds(int) - Method in class org.eclipse.swt.custom.TableTreeItem
Deprecated. 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(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() - 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(int, int) - Method in class org.eclipse.swt.graphics.TextLayout
Returns the bounds for the specified range of characters.
getBounds(int, Rectangle, DrawData) - Method in class org.eclipse.swt.internal.theme.Theme
 
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 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.Shell
 
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 receiver's size and location relative to its parent.
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() - Method in class org.eclipse.swt.widgets.ToolItem
Returns a rectangle describing the receiver's size and location relative to its parent.
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() - Method in class org.eclipse.swt.widgets.TreeItem
Returns a rectangle describing the receiver's size and location relative to its parent.
GetBranch(byte[], long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIPrefService
 
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.
GetBubbles(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDOMEvent
 
GetBusyFlags(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell
 
GetBusyFlags(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
GetBusyFlags(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
GetButton(short[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDOMMouseEvent
 
GetCancelable(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDOMEvent
 
GetCancelable(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDownload_1_8
 
GetCancelDownloadOnClose(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIProgressDialog
 
GetCancelDownloadOnClose(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIProgressDialog_1_8
 
GetCanGoBack(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIWebNavigation
 
GetCanGoForward(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIWebNavigation
 
GetCanvasHasFocus(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell
 
GetCanvasHasFocus(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
GetCanvasHasFocus(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
getCaret() - Method in class org.eclipse.swt.widgets.Canvas
Returns the caret.
getCaretLineNumber() - Method in class org.eclipse.swt.widgets.Text
Returns the line number of the caret.
getCaretLocation() - Method in class org.eclipse.swt.widgets.Text
Returns a point describing the receiver's location relative to its parent (or its display if its parent is null).
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.
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.
getCaretPosition() - Method in class org.eclipse.swt.widgets.Text
Returns the character position of the caret.
GetCategoryEntry(byte[], byte[], long[]) - Method in class org.eclipse.swt.internal.mozilla.nsICategoryManager
 
getCause() - Method in error org.eclipse.swt.SWTError
Returns the underlying throwable that caused the problem, or null if this information is not available.
getCause() - Method in exception org.eclipse.swt.SWTException
Returns the underlying throwable that caused the problem, or null if this information is not available.
GetChannelIsUnsafe(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
GetCharCode(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
getCharCount() - Method in class org.eclipse.swt.custom.StyledText
Gets the number of characters.
getCharCount() - Method in interface org.eclipse.swt.custom.StyledTextContent
Return the number of characters in the content.
getCharCount() - Method in class org.eclipse.swt.widgets.Text
Returns the number of characters.
GetCharPref(byte[], long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIPrefBranch
 
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.custom.TableTreeItem
Deprecated. Returns true if the receiver is checked, and false otherwise.
getChecked() - Method in class org.eclipse.swt.widgets.TableItem
Returns true if the receiver is checked, and false otherwise.
getChecked() - Method in class org.eclipse.swt.widgets.TreeItem
Returns true if the receiver is checked, and false otherwise.
getChild(AccessibleControlEvent) - Method in class org.eclipse.swt.accessibility.AccessibleControlAdapter
Sent when an accessibility client requests the accessible object for a child of the control.
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.
getChildAtPoint(AccessibleControlEvent) - Method in class org.eclipse.swt.accessibility.AccessibleControlAdapter
Sent when an accessibility client requests the identifier of the control child at the specified display coordinates.
getChildAtPoint(AccessibleControlEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleControlListener
Sent when an accessibility client requests the identifier of the control child at the specified display coordinates.
getChildCount(AccessibleControlEvent) - Method in class org.eclipse.swt.accessibility.AccessibleControlAdapter
Sent when an accessibility client requests the number of children in the control.
getChildCount(AccessibleControlEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleControlListener
Sent when an accessibility client requests the number of children in the control.
GetChildList(byte[], int[], long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIPrefBranch
 
getChildren(AccessibleControlEvent) - Method in class org.eclipse.swt.accessibility.AccessibleControlAdapter
Sent when an accessibility client requests the children of the control.
getChildren(AccessibleControlEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleControlListener
Sent when an accessibility client requests the children of 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.
GetChromeEventHandler(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell
 
GetChromeEventHandler(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
GetChromeEventHandler(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
GetChromeFlags(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIWebBrowserChrome
 
GetChromeForWindow(long, long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIWindowWatcher
 
GetClassDescription(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIClassInfo
 
GetClassID(long) - Method in class org.eclipse.swt.internal.mozilla.nsIClassInfo
 
GetClassIDNoAlloc(long) - Method in class org.eclipse.swt.internal.mozilla.nsIClassInfo
 
GetClassObject(nsID, nsID, long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIComponentManager
 
GetClassObjectByContractID(byte[], nsID, long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIComponentManager
 
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.TableTree
Deprecated.  
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.Composite
 
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").
getClientArea() - Method in class org.eclipse.swt.widgets.Table
 
getClientArea() - Method in class org.eclipse.swt.widgets.Tree
 
GetClientX(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDOMMouseEvent
 
GetClientY(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDOMMouseEvent
 
getClipping() - Method in class org.eclipse.swt.graphics.GC
Returns the bounding rectangle of the receiver's clipping region.
getClipping(Region) - Method in class org.eclipse.swt.graphics.GC
Sets the region managed by the argument to the current clipping region of the receiver.
getColumn() - Method in class org.eclipse.swt.custom.TableCursor
Returns the 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.TableTreeEditor
Deprecated. Returns the zero based index of the column of the cell being tracked by this editor.
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.
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.
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.
getCommitCount() - Method in class org.eclipse.swt.widgets.IME
Returns the commit count of the composition.
GetComplexValue(byte[], nsID, long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIPrefBranch
 
getCompositionOffset() - Method in class org.eclipse.swt.widgets.IME
Returns the offset of the composition from the start of the document.
GetContainerWindow(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIWebBrowser
 
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.
GetContentCharset(long) - Method in class org.eclipse.swt.internal.mozilla.nsIChannel
 
GetContentDOMWindow(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIWebBrowser
 
GetContentLength(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIChannel
 
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.
GetContentType(long) - Method in class org.eclipse.swt.internal.mozilla.nsIChannel
 
GetContentViewer(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell
 
GetContentViewer(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
GetContentViewer(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
GetContractID(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIClassInfo
 
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.
GetCount(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIJSContextStack
 
GetCtrlKey(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
GetCtrlKey(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDOMMouseEvent
 
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.
GetCurrentDocumentChannel(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
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.
GetCurrentTarget(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDOMEvent
 
GetCurrentURI(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIWebNavigation
 
getCursor() - Method in class org.eclipse.swt.widgets.Control
Returns the receiver's cursor, or null if it has not been set.
getCursorControl() - Method in class org.eclipse.swt.widgets.Display
Returns the control which the on-screen pointer is currently over top of, or null if it is not currently over one of the controls built by the currently running application.
getCursorLocation() - Method in class org.eclipse.swt.widgets.Display
Returns the location of the on-screen pointer relative to the top left corner of the screen.
getCursorSizes() - Method in class org.eclipse.swt.widgets.Display
Returns an array containing the recommended cursor sizes.
GetData(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIPrefLocalizedString
 
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() - Method in class org.eclipse.swt.widgets.Display
Returns the application defined, display specific data associated with the receiver, or null if it has not been set.
getData() - Method in class org.eclipse.swt.widgets.Widget
Returns the application defined widget data associated with the receiver, or null if it has not been set.
getData(String) - Method in class org.eclipse.swt.widgets.Widget
Returns the application defined property of the receiver with the specified name, or null if it has not been set.
GetDataType(short[]) - Method in class org.eclipse.swt.internal.mozilla.nsIVariant
 
getDay() - Method in class org.eclipse.swt.widgets.DateTime
Returns the receiver's date, or day of the month.
getDefault() - Static method in class org.eclipse.swt.widgets.Display
Returns the default display.
getDefaultAction(AccessibleControlEvent) - Method in class org.eclipse.swt.accessibility.AccessibleControlAdapter
Sent when an accessibility client requests the default action of the control, or the default action of a child of the control.
getDefaultAction(AccessibleControlEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleControlListener
Sent when an accessibility client requests the default action of the control, or the default action of a child of the control.
GetDefaultBranch(byte[], long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIPrefService
 
getDefaultButton() - Method in class org.eclipse.swt.widgets.Decorations
Returns the receiver's default button if one had previously been set, otherwise returns null.
GetDefaultExtension(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIFilePicker
 
GetDefaultExtension(long) - Method in class org.eclipse.swt.internal.mozilla.nsIFilePicker_1_8
 
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 printer available on the System.
GetDefaultString(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIFilePicker
 
GetDefaultString(long) - Method in class org.eclipse.swt.internal.mozilla.nsIFilePicker_1_8
 
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(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.
GetDetail(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDOMUIEvent
 
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.
GetDialog(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIProgressDialog
 
GetDialog(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIProgressDialog_1_8
 
getDigits() - Method in class org.eclipse.swt.widgets.Spinner
Returns the number of decimal places used by the receiver.
GetDimensions(int, int[], int[], int[], int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIEmbeddingSiteWindow
 
GetDirectoryEntries(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIFile
 
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.
GetDiskSpaceAvailable(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsILocalFile
 
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.
GetDisplayDirectory(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIFilePicker
 
GetDisplayDirectory(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIFilePicker_1_8
 
GetDisplayName(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDownload
 
GetDisplayName(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDownload_1_8
 
GetDocShellEnumerator(int, int, long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell
 
GetDocShellEnumerator(int, int, long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
GetDocShellEnumerator(int, int, long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
GetDocument(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDOMWindow
 
GetDocument(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIWebNavigation
 
GetDocumentCharsetInfo(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell
 
GetDocumentCharsetInfo(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
GetDocumentCharsetInfo(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
GetDomain(long) - Method in class org.eclipse.swt.internal.mozilla.nsIAuthInformation
 
GetDOMWindow(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIWebProgress
 
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.
GetDownloadInfo(long[], long[], long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIHelperAppLauncher
 
getDPI() - Method in class org.eclipse.swt.graphics.Device
Returns a point whose x coordinate is the horizontal dots per inch of the display, and whose y coordinate is the 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.
getDPI() - Method in class org.eclipse.swt.widgets.Display
Returns a point whose x coordinate is the horizontal dots per inch of the display, and whose y coordinate is the vertical dots per inch of the display.
getDragDetect() - Method in class org.eclipse.swt.custom.StyledText
 
getDragDetect() - Method in class org.eclipse.swt.widgets.Control
Returns true if the receiver is detecting drag gestures, and false otherwise.
getDragListeners() - Method in class org.eclipse.swt.dnd.DragSource
Returns an array of listeners who will be notified when a drag and drop operation is in progress, by sending it one of the messages defined in the DragSourceListener interface.
getDragSourceEffect() - Method in class org.eclipse.swt.dnd.DragSource
Returns the drag effect that is registered for this DragSource.
getDropListeners() - Method in class org.eclipse.swt.dnd.DropTarget
Returns an array of listeners who will be notified when a drag and drop operation is in progress, by sending it one of the messages defined in the DropTargetListener interface.
getDropTargetEffect() - Method in class org.eclipse.swt.dnd.DropTarget
Returns the drop effect for this DropTarget.
getEchoChar() - Method in class org.eclipse.swt.widgets.Text
Returns the echo character.
getEditable() - Method in class org.eclipse.swt.custom.CCombo
Gets the editable state.
getEditable() - Method in class org.eclipse.swt.custom.StyledText
Returns whether the widget content can be edited.
getEditable() - Method in class org.eclipse.swt.widgets.Text
Returns the editable state.
getEditor() - Method in class org.eclipse.swt.custom.ControlEditor
Returns the Control that is displayed above the composite being edited.
GetEldestPresShell(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell
 
GetEldestPresShell(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
GetEldestPresShell(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
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(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIBaseWindow
 
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.
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.
GetEnumerator(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsICookieManager
 
getenv(byte[]) - Static method in class org.eclipse.swt.internal.C
 
getEventListener() - Method in class org.eclipse.swt.widgets.TypedListener
Returns the receiver's event listener.
GetEventPhase(short[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDOMEvent
 
getExpanded() - Method in class org.eclipse.swt.custom.TableTreeItem
Deprecated. Returns true if the receiver is expanded, and false otherwise.
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.
GetExpires(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsICookie
 
getExtensions() - Static method in class org.eclipse.swt.program.Program
Answer all program extensions in the operating system.
GetFile(byte[], int[], long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDirectoryServiceProvider
 
GetFile(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIFilePicker
 
GetFile(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIFilePicker_1_8
 
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.
GetFiles(byte[], long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDirectoryServiceProvider2
 
GetFiles(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIFilePicker
 
GetFiles(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIFilePicker_1_8
 
GetFileSize(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIFile
 
GetFileSizeOfLink(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIFile
 
GetFileURL(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIFilePicker
 
GetFileURL(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIFilePicker_1_8
 
getFillRule() - Method in class org.eclipse.swt.graphics.GC
Returns the receiver's fill rule, which will be one of SWT.FILL_EVEN_ODD or SWT.FILL_WINDING.
getFilterExtensions() - Method in class org.eclipse.swt.widgets.FileDialog
Returns the file extensions which the dialog will use to filter the files it shows.
GetFilterIndex(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIFilePicker
 
GetFilterIndex(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIFilePicker_1_8
 
getFilterIndex() - Method in class org.eclipse.swt.widgets.FileDialog
Get the 0-based index of the file extension filter which was selected by the user, or -1 if no filter was selected.
getFilterNames() - Method in class org.eclipse.swt.widgets.FileDialog
Returns the names that describe the filter extensions which the dialog will use to filter the files it shows.
getFilterPath() - Method in class org.eclipse.swt.widgets.DirectoryDialog
Returns the path which the dialog will use to filter the directories it shows.
getFilterPath() - Method in class org.eclipse.swt.widgets.FileDialog
Returns the directory path that the dialog will use, or an empty string if this is not set.
GetFlags(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIAuthInformation
 
GetFlags(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIClassInfo
 
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.
GetFocusedElement(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIWebBrowserFocus
 
GetFocusedWindow(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIWebBrowserFocus
 
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.
GetFollowLinks(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsILocalFile
 
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.custom.TableTree
Deprecated.  
getFont() - Method in class org.eclipse.swt.custom.TableTreeItem
Deprecated. Returns the font that the receiver will use to paint textual information for this item.
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(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() - Method in class org.eclipse.swt.widgets.TreeItem
Returns the font that the receiver will use to paint textual information for this item.
getFont(int) - Method in class org.eclipse.swt.widgets.TreeItem
Returns the font that the receiver will use to paint textual information for the specified cell in this item.
getFontBidiAttributes(GC) - Static method in class org.eclipse.swt.internal.BidiUtil
 
getFontData() - Method in class org.eclipse.swt.graphics.Font
Returns an array of FontDatas representing the receiver.
getFontData() - Method in class org.eclipse.swt.widgets.FontDialog
Deprecated. use #getFontList ()
getFontList(String, boolean) - Method in class org.eclipse.swt.graphics.Device
Returns FontData objects which describe the fonts that match the given arguments.
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.
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.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.TableTree
Deprecated.  
getForeground() - Method in class org.eclipse.swt.custom.TableTreeItem
Deprecated. 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(int) - Method in class org.eclipse.swt.widgets.TableItem
Returns the foreground color at the given column index in the receiver.
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.TreeItem
Returns the foreground color at the given column index in the receiver.
getForegroundPattern() - Method in class org.eclipse.swt.graphics.GC
Returns the foreground pattern.
getFrame(Composite) - Static method in class org.eclipse.swt.awt.SWT_AWT
Returns a java.awt.Frame which is the embedded frame associated with the specified composite.
GetFrames(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDOMWindow
 
getFullScreen() - Method in class org.eclipse.swt.widgets.Shell
Returns true if the receiver is currently in fullscreen state, and false otherwise.
getGCData() - Method in class org.eclipse.swt.graphics.GC
Returns the GCData.
getGLData() - Method in class org.eclipse.swt.opengl.GLCanvas
Returns a GLData object describing the created context.
getGrayed() - Method in class org.eclipse.swt.custom.TableTreeItem
Deprecated. Returns true if the receiver is grayed, and false otherwise.
getGrayed() - Method in class org.eclipse.swt.widgets.Button
Returns true if the receiver is grayed, and false otherwise.
getGrayed() - Method in class org.eclipse.swt.widgets.TableItem
Returns true if the receiver is grayed, and false otherwise.
getGrayed() - Method in class org.eclipse.swt.widgets.TreeItem
Returns true if the receiver is grayed, and false otherwise.
getGreen() - Method in class org.eclipse.swt.graphics.Color
Returns the amount of green in the color, from 0 to 255.
getGridLineWidth() - Method in class org.eclipse.swt.widgets.Table
Returns the width in pixels of a grid line.
getGridLineWidth() - Method in class org.eclipse.swt.widgets.Tree
Returns the width in pixels of a grid line.
GetHasFocus(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell
 
GetHasFocus(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
GetHasFocus(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
getHeaderHeight() - Method in class org.eclipse.swt.widgets.ExpandItem
Returns the height of the receiver's header
getHeaderHeight() - Method in class org.eclipse.swt.widgets.Table
Returns the height of the receiver's header
getHeaderHeight() - Method in class org.eclipse.swt.widgets.Tree
Returns the height of the receiver's header
getHeaderVisible() - Method in class org.eclipse.swt.widgets.Table
Returns true if the receiver's header is visible, and false otherwise.
getHeaderVisible() - Method in class org.eclipse.swt.widgets.Tree
Returns true if the receiver's header is visible, and false otherwise.
getHeight() - Method in class org.eclipse.swt.graphics.FontData
Returns the height of the receiver in points.
getHeight() - Method in class org.eclipse.swt.graphics.FontMetrics
Returns the height of the font described by the receiver, measured in pixels.
getHeight() - Method in class org.eclipse.swt.widgets.ExpandItem
Gets the height of the receiver.
getHelp(AccessibleEvent) - Method in class org.eclipse.swt.accessibility.AccessibleAdapter
Sent when an accessibility client requests the help string of the control, or the help string of a child of the control.
getHelp(AccessibleEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleListener
Sent when an accessibility client requests the help string of the control, or the help string of a child of the control.
GetHelperForLanguage(int, long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIClassInfo
 
getHighContrast() - Method in class org.eclipse.swt.widgets.Display
Returns true when the high contrast mode is enabled.
getHorizontalBar() - Method in class org.eclipse.swt.widgets.Scrollable
Returns the receiver's horizontal scroll bar if it has one, and null if it does not.
getHorizontalIndex() - Method in class org.eclipse.swt.custom.StyledText
Returns the horizontal scroll offset relative to the start of the line.
getHorizontalPixel() - Method in class org.eclipse.swt.custom.StyledText
Returns the horizontal scroll offset relative to the start of the line.
GetHost(long) - Method in class org.eclipse.swt.internal.mozilla.nsICookie
 
GetHost(long) - Method in class org.eclipse.swt.internal.mozilla.nsIURI
 
GetHostPort(long) - Method in class org.eclipse.swt.internal.mozilla.nsIURI
 
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.
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.
getImage() - Method in class org.eclipse.swt.custom.CLabel
Return the CLabel's image or null.
getImage() - Method in class org.eclipse.swt.custom.TableTreeItem
Deprecated. Gets the first image.
getImage(int) - Method in class org.eclipse.swt.custom.TableTreeItem
Deprecated. Gets the image at the specified index.
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(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() - Method in class org.eclipse.swt.widgets.TreeItem
 
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 Modifications made to this ImageData will not affect the Image.
getImageData() - Method in class org.eclipse.swt.program.Program
Returns the receiver's image data.
getImageIndent() - Method in class org.eclipse.swt.widgets.TableItem
Gets the image indent.
getImages() - Method in class org.eclipse.swt.widgets.Decorations
Returns the receiver's images if they had previously been set using setImages().
getIME() - Method in class org.eclipse.swt.widgets.Canvas
Returns the IME.
getImeInputMode() - Method in class org.eclipse.swt.widgets.Shell
Returns the receiver's input method editor mode.
GetImplementationLanguage(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIClassInfo
 
getIncrement() - Method in class org.eclipse.swt.widgets.Scale
Returns the amount that the receiver's value will be modified by when the up/down (or right/left) arrows are pressed.
getIncrement() - Method in class org.eclipse.swt.widgets.ScrollBar
Returns the amount that the receiver's value will be modified by when the up/down (or right/left) arrows are pressed.
getIncrement() - Method in class org.eclipse.swt.widgets.Slider
Returns the amount that the receiver's value will be modified by when the up/down (or right/left) arrows are pressed.
getIncrement() - Method in class org.eclipse.swt.widgets.Spinner
Returns the amount that the receiver's value will be modified by when the up/down arrows are pressed.
getIndent() - Method in class org.eclipse.swt.custom.StyledText
Returns the line indentation of the widget.
getIndent() - Method in class org.eclipse.swt.graphics.TextLayout
Returns the receiver's indent.
getInstance() - Static method in class org.eclipse.swt.dnd.FileTransfer
Returns the singleton instance of the FileTransfer class.
getInstance() - Static method in class org.eclipse.swt.dnd.HTMLTransfer
Returns the singleton instance of the HTMLTransfer class.
getInstance() - Static method in class org.eclipse.swt.dnd.ImageTransfer
Returns the singleton instance of the ImageTransfer class.
getInstance() - Static method in class org.eclipse.swt.dnd.RTFTransfer
Returns the singleton instance of the RTFTransfer class.
getInstance() - Static method in class org.eclipse.swt.dnd.TextTransfer
Returns the singleton instance of the TextTransfer class.
getInstance() - Static method in class org.eclipse.swt.dnd.URLTransfer
Returns the singleton instance of the URLTransfer class.
GetInterface(nsID, long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIInterfaceRequestor
 
GetInterfaces(int[], long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIClassInfo
 
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.
GetIntPref(byte[], int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIPrefBranch
 
GetIsDomain(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsICookie
 
GetIsExecutingOnLoadHandler(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell
 
GetIsExecutingOnLoadHandler(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
GetIsExecutingOnLoadHandler(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
GetIsInUnload(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
GetIsLoadingDocument(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIWebProgress
 
GetIsSecure(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsICookie
 
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(Point) - Method in class org.eclipse.swt.custom.CTabFolder
Gets the item at a point in the widget.
getItem() - Method in class org.eclipse.swt.custom.TableEditor
Returns the TableItem for the row of the cell being tracked by this editor.
getItem(int) - Method in class org.eclipse.swt.custom.TableTree
Deprecated. Returns the item at the given, zero-relative index in the receiver.
getItem(Point) - Method in class org.eclipse.swt.custom.TableTree
Deprecated. Returns the item at the given point in the receiver or null if no such item exists.
getItem() - Method in class org.eclipse.swt.custom.TableTreeEditor
Deprecated. Returns the TableTreeItem for the row of the cell being tracked by this editor.
getItem(int) - Method in class org.eclipse.swt.custom.TableTreeItem
Deprecated. Returns the item at the given, zero-relative index in the receiver.
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, 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(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(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(int) - Method in class org.eclipse.swt.widgets.Table
Returns the item at the given, zero-relative index in the receiver.
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(int) - Method in class org.eclipse.swt.widgets.ToolBar
Returns the item at the given, zero-relative index in the receiver.
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(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(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(int) - Method in class org.eclipse.swt.widgets.TreeItem
Returns the item at the given, zero-relative index in the receiver.
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.custom.TableTree
Deprecated. Gets the number of items.
getItemCount() - Method in class org.eclipse.swt.custom.TableTreeItem
Deprecated. 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.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.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.custom.TableTree
Deprecated. Gets the height of one item.
getItemHeight() - Method in class org.eclipse.swt.widgets.Combo
Returns the height of the area which would be used to display one of the items in the receiver's list.
getItemHeight() - Method in class org.eclipse.swt.widgets.List
Returns the height of the area which would be used to display one of the items in the list.
getItemHeight() - Method in class org.eclipse.swt.widgets.Table
Returns the height of the area which would be used to display one of the items in the receiver.
getItemHeight() - Method in class org.eclipse.swt.widgets.Tree
Returns the height of the area which would be used to display one of the items in the tree.
getItemOrder() - Method in class org.eclipse.swt.widgets.CoolBar
Returns an array of zero-relative ints that map the creation order of the receiver's items to the order in which they are currently being displayed.
getItems() - Method in class org.eclipse.swt.custom.CCombo
Returns an array of Strings which are the items in the receiver's list.
getItems() - Method in class org.eclipse.swt.custom.CTabFolder
Return the tab items.
getItems() - Method in class org.eclipse.swt.custom.PopupList
Gets the items.
getItems() - Method in class org.eclipse.swt.custom.TableTree
Deprecated. Gets the items.
getItems() - Method in class org.eclipse.swt.custom.TableTreeItem
Deprecated. Returns an array of TableTreeItems which are the direct item children of the receiver.
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.ToolBar
Returns an array of ToolItems which are the items in the receiver.
getItems() - Method in class org.eclipse.swt.widgets.Tray
Returns an array of TrayItems which are the items in the receiver.
getItems() - Method in class org.eclipse.swt.widgets.Tree
Returns a (possibly empty) array of items contained in the receiver that are direct item children of the receiver.
getItems() - Method in class org.eclipse.swt.widgets.TreeItem
Returns a (possibly empty) array of TreeItems which are the direct item children of the receiver.
getItemSizes() - Method in class org.eclipse.swt.widgets.CoolBar
Returns an array of points whose x and y coordinates describe the widths and heights (respectively) of the items in the receiver in the order in which they are currently being displayed.
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.
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.
GetKeyCode(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
GetKeys(int[], long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIProperties
 
GetLastModifiedTime(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIFile
 
GetLastModifiedTimeOfLink(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIFile
 
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.
GetLayoutHistoryState(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell
 
GetLayoutHistoryState(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
GetLayoutHistoryState(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
getLeading() - Method in class org.eclipse.swt.graphics.FontMetrics
Returns the leading area of the font described by the receiver.
GetLeafName(long) - Method in class org.eclipse.swt.internal.mozilla.nsIFile
 
getLeft() - Method in class org.eclipse.swt.custom.CBanner
Returns the Control that appears on the left side of the banner.
GetLength(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDOMWindowCollection
 
getLevel(int) - Method in class org.eclipse.swt.graphics.TextLayout
Returns the embedding level for the specified character offset.
getLine(int) - Method in class org.eclipse.swt.custom.StyledText
Returns the line at the given line index without delimiters.
getLine(int) - Method in interface org.eclipse.swt.custom.StyledTextContent
Return the line at the given line index without delimiters.
getLineAlignment(int) - Method in class org.eclipse.swt.custom.StyledText
Returns the alignment of the line at the given index.
getLineAtOffset(int) - Method in class org.eclipse.swt.custom.StyledText
Returns the line at the specified offset in the text where 0 < offset < getCharCount() so that getLineAtOffset(getCharCount()) returns the line of the insert location.
getLineAtOffset(int) - Method in interface org.eclipse.swt.custom.StyledTextContent
Return the line index at the given character offset.
getLineAttributes() - Method in class org.eclipse.swt.graphics.GC
Returns the receiver's line attributes.
getLineBackground(int) - Method in class org.eclipse.swt.custom.StyledText
Returns the background color of the line at the given index.
getLineBounds(int) - Method in class org.eclipse.swt.graphics.TextLayout
Returns the bounds of the line for the specified line index.
getLineBullet(int) - Method in class org.eclipse.swt.custom.StyledText
Returns the bullet of the line at the given index.
getLineCap() - Method in class org.eclipse.swt.graphics.GC
Returns the receiver's line cap style, which will be one of the constants SWT.CAP_FLAT, SWT.CAP_ROUND, or SWT.CAP_SQUARE.
getLineCount() - Method in class org.eclipse.swt.custom.StyledText
Gets the number of text lines.
getLineCount() - Method in interface org.eclipse.swt.custom.StyledTextContent
Return the number of lines.
getLineCount() - Method in class org.eclipse.swt.graphics.TextLayout
Returns the receiver's line count.
getLineCount() - Method in class org.eclipse.swt.widgets.Text
Returns the number of lines.
getLineDash() - Method in class org.eclipse.swt.graphics.GC
Returns the receiver's line dash style.
getLineDelimiter() - Method in class org.eclipse.swt.custom.StyledText
Returns the line delimiter used for entering new lines by key down or paste operation.
getLineDelimiter() - Method in interface org.eclipse.swt.custom.StyledTextContent
Return the line delimiter that should be used by the StyledText widget when inserting new lines.
getLineDelimiter() - Method in class org.eclipse.swt.widgets.Text
Returns the line delimiter.
getLineHeight() - Method in class org.eclipse.swt.custom.StyledText
Returns the line height.
getLineHeight(int) - Method in class org.eclipse.swt.custom.StyledText
Returns the line height at the given offset.
getLineHeight() - Method in class org.eclipse.swt.widgets.Text
Returns the height of a line.
getLineIndent(int) - Method in class org.eclipse.swt.custom.StyledText
Returns the indentation of the line at the given index.
getLineIndex(int) - Method in class org.eclipse.swt.custom.StyledText
Returns the line index for a y, relative to the client area.
getLineIndex(int) - Method in class org.eclipse.swt.graphics.TextLayout
Returns the index of the line that contains the specified character offset.
getLineJoin() - Method in class org.eclipse.swt.graphics.GC
Returns the receiver's line join style, which will be one of the constants SWT.JOIN_MITER, SWT.JOIN_ROUND, or SWT.JOIN_BEVEL.
getLineJustify(int) - Method in class org.eclipse.swt.custom.StyledText
Returns whether the line at the given index is justified.
getLineMetrics(int) - Method in class org.eclipse.swt.graphics.TextLayout
Returns the font metrics for the specified line index.
getLineOffsets() - Method in class org.eclipse.swt.graphics.TextLayout
Returns the line offsets.
getLinePixel(int) - Method in class org.eclipse.swt.custom.StyledText
Returns the top pixel, relative to the client area, of a given line.
getLineSpacing() - Method in class org.eclipse.swt.custom.StyledText
Returns the line spacing of the widget.
getLineStyle() - Method in class org.eclipse.swt.graphics.GC
Returns the receiver's line style, which will be one of the constants SWT.LINE_SOLID, SWT.LINE_DASH, SWT.LINE_DOT, SWT.LINE_DASHDOT or SWT.LINE_DASHDOTDOT.
getLinesVisible() - Method in class org.eclipse.swt.widgets.Table
Returns true if the receiver's lines are visible, and false otherwise.
getLinesVisible() - Method in class org.eclipse.swt.widgets.Tree
Returns true if the receiver's lines are visible, and false otherwise.
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.
GetListener(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDownload
 
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.
GetLoadCookie(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIURIContentListener
 
GetLoadedTransIndex(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
GetLoadedTransIndex(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
GetLoadFlags(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIRequest
 
GetLoadGroup(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIRequest
 
GetLoadType(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell
 
GetLoadType(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
GetLoadType(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
getLocale() - Method in class org.eclipse.swt.graphics.FontData
Returns the locale of the receiver.
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.
getLocation(int, boolean) - Method in class org.eclipse.swt.graphics.TextLayout
Returns the location for the specified character offset.
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 (or its display if its parent is null), unless the receiver is a shell.
getLocation() - Method in class org.eclipse.swt.widgets.Shell
 
getLocationAtOffset(int) - Method in class org.eclipse.swt.custom.StyledText
Returns the x, y location of the upper left corner of the character bounding box at the specified offset in the text.
getLocked() - Method in class org.eclipse.swt.widgets.CoolBar
Returns whether or not the receiver is 'locked'.
GetMainWidget(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIBaseWindow
 
GetMarginHeight(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell
 
GetMarginHeight(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
GetMarginHeight(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
GetMarginWidth(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell
 
GetMarginWidth(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
GetMarginWidth(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
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.
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.
getMenuBar() - Method in class org.eclipse.swt.widgets.Decorations
Returns the receiver's menu bar if one had previously been set, otherwise returns null.
getMessage(String) - Static method in class org.eclipse.swt.internal.Compatibility
Returns the NLS'ed message for the given argument.
getMessage(String, Object[]) - Static method in class org.eclipse.swt.internal.Compatibility
 
getMessage(String) - Static method in class org.eclipse.swt.SWT
Returns the NLS'ed message for the given argument.
getMessage() - Method in error org.eclipse.swt.SWTError
Returns the string describing this SWTError object.
getMessage() - Method in exception org.eclipse.swt.SWTException
Returns the string describing this SWTException object.
getMessage() - Method in class org.eclipse.swt.widgets.DirectoryDialog
Returns the dialog's message, which is a description of the purpose for which it was opened.
getMessage() - Method in class org.eclipse.swt.widgets.MessageBox
Returns the dialog's message, or an empty string if it does not have one.
getMessage() - Method in class org.eclipse.swt.widgets.Text
Returns the widget message.
getMessage() - Method in class org.eclipse.swt.widgets.ToolTip
Returns the receiver's message, which will be an empty string if it has never been set.
GetMetaKey(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
GetMetaKey(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDOMMouseEvent
 
GetMIMEInfo(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDownload
 
GetMIMEInfo(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDownload_1_8
 
GetMIMEInfo(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIHelperAppLauncher
 
GetMIMEInfo(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIHelperAppLauncher_1_8
 
GetMIMEInfo(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIHelperAppLauncher_1_9
 
getMinHeight() - Method in class org.eclipse.swt.custom.ScrolledComposite
Returns the minimum height of the content control.
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.
getMinimumWidth() - Method in class org.eclipse.swt.custom.PopupList
Gets the minimum width of the list.
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.
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.
getMoveable() - Method in class org.eclipse.swt.widgets.TableColumn
Gets the moveable attribute.
getMoveable() - Method in class org.eclipse.swt.widgets.TreeColumn
Gets the moveable attribute.
getMRUVisible() - Method in class org.eclipse.swt.custom.CTabFolder
Returns true if the receiver displays most recently used tabs and false otherwise.
getName(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.
getName() - Method in class org.eclipse.swt.browser.BrowserFunction
Returns the name that javascript can use to invoke this BrowserFunction.
getName() - Method in class org.eclipse.swt.graphics.FontData
Returns the name of the receiver.
GetName(long) - Method in class org.eclipse.swt.internal.mozilla.nsICookie
 
GetName(long) - Method in class org.eclipse.swt.internal.mozilla.nsIDOMWindow
 
GetName(long) - Method in class org.eclipse.swt.internal.mozilla.nsIRequest
 
getName() - Method in class org.eclipse.swt.program.Program
Returns the receiver's name.
GetNativeEvent(long, long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIAppShell
 
GetNativeLeafName(long) - Method in class org.eclipse.swt.internal.mozilla.nsIFile
 
GetNativePath(long) - Method in class org.eclipse.swt.internal.mozilla.nsIFile
 
GetNativeTarget(long) - Method in class org.eclipse.swt.internal.mozilla.nsIFile
 
GetNewAuthPrompter(long, long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIWindowWatcher
 
GetNewPrompter(long, long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIWindowWatcher
 
GetNext(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsISimpleEnumerator
 
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.
getNextOffset(int, int) - Method in class org.eclipse.swt.graphics.TextLayout
Returns the next offset for the specified offset and movement type.
GetNotificationCallbacks(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIChannel
 
GetObserver(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDownload
 
GetObserver(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIProgressDialog_1_8
 
GetOffline(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIIOService
 
getOffset(Point, int[]) - Method in class org.eclipse.swt.graphics.TextLayout
Returns the character offset for the specified point.
getOffset(int, int, int[]) - Method in class org.eclipse.swt.graphics.TextLayout
Returns the character offset for the specified point.
getOffsetAtLine(int) - Method in class org.eclipse.swt.custom.StyledText
Returns the character offset of the first character of the given line.
getOffsetAtLine(int) - Method in interface org.eclipse.swt.custom.StyledTextContent
Return the character offset of the first character of the given line.
getOffsetAtLocation(Point) - Method in class org.eclipse.swt.custom.StyledText
Returns the offset of the character at the given location relative to the first character in the document.
getOrderInfo(GC, String, int[], byte[], int, int[]) - Static method in class org.eclipse.swt.internal.BidiUtil
 
getOrientation() - Method in class org.eclipse.swt.custom.SashForm
Returns SWT.HORIZONTAL if the controls in the SashForm are laid out side by side or SWT.VERTICAL if the controls in the SashForm are laid out top to bottom.
getOrientation() - Method in class org.eclipse.swt.custom.StyledText
Returns the orientation of the receiver.
getOrientation() - Method in class org.eclipse.swt.graphics.TextLayout
Returns the orientation of the receiver.
getOrientation() - Method in class org.eclipse.swt.widgets.Combo
Returns the orientation of the receiver.
getOrientation() - Method in class org.eclipse.swt.widgets.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.
GetOriginalURI(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIChannel
 
GetOriginCharset(long) - Method in class org.eclipse.swt.internal.mozilla.nsIURI
 
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.
GetOwner(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIChannel
 
getPageIncrement() - Method in class org.eclipse.swt.widgets.Scale
Returns the amount that the receiver's value will be modified by when the page increment/decrement areas are selected.
getPageIncrement() - Method in class org.eclipse.swt.widgets.ScrollBar
Returns the amount that the receiver's value will be modified by when the page increment/decrement areas are selected.
getPageIncrement() - Method in class org.eclipse.swt.widgets.Slider
Returns the amount that the receiver's value will be modified by when the page increment/decrement areas are selected.
getPageIncrement() - Method in class org.eclipse.swt.widgets.Spinner
Returns the amount that the receiver's position will be modified by when the page up/down keys are pressed.
getParent() - Method in class org.eclipse.swt.custom.CTabItem
Returns the receiver's parent, which must be a CTabFolder.
getParent() - Method in class org.eclipse.swt.custom.TableTreeItem
Deprecated. Returns the receiver's parent, which must be a TableTree.
GetParent(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDOMWindow
 
GetParent(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIFile
 
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.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.
GetParentContentListener(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIURIContentListener
 
getParentItem() - Method in class org.eclipse.swt.custom.TableTreeItem
Deprecated. Returns the receiver's parent item, which must be a TableTreeItem or null when the receiver is a root.
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.
GetParentNativeWindow(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIBaseWindow
 
GetParentURIContentListener(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell
 
GetParentURIContentListener(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIWebBrowser
 
GetParentWidget(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIBaseWindow
 
GetPassword(long) - Method in class org.eclipse.swt.internal.mozilla.nsIAuthInformation
 
GetPassword(long) - Method in class org.eclipse.swt.internal.mozilla.nsIURI
 
GetPath(long) - Method in class org.eclipse.swt.internal.mozilla.nsICookie
 
GetPath(long) - Method in class org.eclipse.swt.internal.mozilla.nsIFile
 
GetPath(long) - Method in class org.eclipse.swt.internal.mozilla.nsIURI
 
getPathData() - Method in class org.eclipse.swt.graphics.Path
Returns a device independent representation of the receiver.
GetPercentComplete(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDownload
 
GetPercentComplete(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDownload_1_8
 
GetPermissions(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIFile
 
GetPermissionsOfLink(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIFile
 
GetPersist(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDownload
 
GetPersistentDescriptor(long) - Method in class org.eclipse.swt.internal.mozilla.nsILocalFile
 
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.
GetPolicy(long) - Method in class org.eclipse.swt.internal.mozilla.nsICookie
 
GetPort(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIURI
 
GetPosition(int[], int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIBaseWindow
 
GetPositionAndSize(int[], int[], int[], int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIBaseWindow
 
getPreferredSize() - Method in class org.eclipse.swt.widgets.CoolItem
Returns a point describing the receiver's ideal size.
GetPrefType(byte[], int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIPrefBranch
 
GetPrePath(long) - Method in class org.eclipse.swt.internal.mozilla.nsIURI
 
GetPresContext(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell
 
GetPresContext(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
GetPresContext(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
GetPresShell(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell
 
GetPresShell(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
GetPresShell(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
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.
getPreviousOffset(int, int) - Method in class org.eclipse.swt.graphics.TextLayout
Returns the previous offset for the specified offset and movement type.
GetPreviousTransIndex(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
GetPreviousTransIndex(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
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.
GetProtocolFlags(byte[], int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIIOService
 
GetProtocolHandler(byte[], long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIIOService
 
getRanges() - Method in class org.eclipse.swt.custom.StyledText
Returns all the ranges of text that have an associated StyleRange.
getRanges(int, int) - Method in class org.eclipse.swt.custom.StyledText
Returns 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.
GetRealm(long) - Method in class org.eclipse.swt.internal.mozilla.nsIAuthInformation
 
getRectangles() - Method in class org.eclipse.swt.widgets.Tracker
Returns the bounds that are being drawn, expressed relative to the parent widget.
getRed() - Method in class org.eclipse.swt.graphics.Color
Returns the amount of red in the color, from 0 to 255.
GetReferringURI(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIWebNavigation
 
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.
GetRelatedTarget(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDOMMouseEvent
 
GetRelativeDescriptor(long, long) - Method in class org.eclipse.swt.internal.mozilla.nsILocalFile
 
getRenderInfo(GC, String, int[], byte[], int[], int, int[]) - Static method in class org.eclipse.swt.internal.BidiUtil
 
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.
GetRestoringDocument(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
GetRestoringDocument(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
getRGB() - Method in class org.eclipse.swt.graphics.Color
Returns an RGB representing the receiver.
getRGB(int) - Method in class org.eclipse.swt.graphics.PaletteData
Returns an RGB corresponding to the given pixel value.
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.
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.
getRight() - Method in class org.eclipse.swt.custom.CBanner
Returns the Control that appears on the right side of the banner.
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.
GetRoot(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIPrefBranch
 
getRow() - Method in class org.eclipse.swt.custom.TableCursor
Returns the row over which the TableCursor is positioned.
getRowCount() - Method in class org.eclipse.swt.widgets.ToolBar
Returns the number of rows in the receiver.
getSashWidth() - Method in class org.eclipse.swt.custom.SashForm
Returns the width of the sashes when the controls in the SashForm are laid out.
GetScheme(long) - Method in class org.eclipse.swt.internal.mozilla.nsIURI
 
getScope() - Method in class org.eclipse.swt.printing.PrintDialog
Returns the print job scope that the user selected before pressing OK in the dialog.
GetScreenX(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDOMMouseEvent
 
GetScreenY(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDOMMouseEvent
 
GetScrollbars(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDOMWindow
 
GetScrollX(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDOMWindow
 
GetScrollY(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDOMWindow
 
getSeconds() - Method in class org.eclipse.swt.widgets.DateTime
Returns the receiver's seconds.
GetSecurityInfo(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIChannel
 
GetSecurityUI(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
GetSecurityUI(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
getSegments() - Method in class org.eclipse.swt.graphics.TextLayout
Returns the text segments offsets of 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() - 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.custom.TableTree
Deprecated. Gets the selected items.
GetSelection(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDOMWindow
 
getSelection(Point, Rectangle, RangeDrawData) - Method in class org.eclipse.swt.internal.theme.Theme
 
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.
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.custom.TableTree
Deprecated. Gets the number of selected items.
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.
getSelectionForeground() - Method in class org.eclipse.swt.custom.CTabFolder
Returns the receiver's selection foreground color.
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(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.
getSelectionRange() - Method in class org.eclipse.swt.custom.StyledText
Returns the selection.
getSelectionRanges() - Method in class org.eclipse.swt.custom.StyledText
TEMPORARY CODE - API SUBJECT TO CHANGE Returns the ranges of text that are inside the block selection rectangle.
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.
GetService(nsID, nsID, long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIServiceManager
 
GetServiceByContractID(byte[], nsID, long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIServiceManager
 
GetSessionHistory(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIWebNavigation
 
GetSessionStorageForURI(long, long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
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.
GetShiftKey(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
GetShiftKey(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDOMMouseEvent
 
GetShouldSaveLayoutState(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell
 
GetShouldSaveLayoutState(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
GetShouldSaveLayoutState(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
getShowClose() - Method in class org.eclipse.swt.custom.CTabItem
Returns true to indicate that the receiver's close button should be shown.
getShowFocusedControl() - Method in class org.eclipse.swt.custom.ScrolledComposite
Returns true if the receiver automatically scrolls to a focused child control to make it visible.
getSimple() - Method in class org.eclipse.swt.custom.CBanner
Returns true if the CBanner is rendered with a simple, traditional shape.
getSimple() - Method in class org.eclipse.swt.custom.CTabFolder
Returns true if the CTabFolder is rendered with a simple, traditional shape.
getSingle() - Method in class org.eclipse.swt.custom.CTabFolder
Returns true if the CTabFolder only displays the selected tab and false if the CTabFolder displays multiple tabs.
GetSiteWindow(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIEmbeddingSiteWindow
 
GetSize(int[], int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIBaseWindow
 
GetSize(long) - Method in class org.eclipse.swt.internal.mozilla.nsIDownload_1_8
 
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.
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() - 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.
GetSource(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDownload
 
GetSource(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDownload_1_8
 
GetSource(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIHelperAppLauncher
 
GetSource(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIHelperAppLauncher_1_8
 
GetSource(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIHelperAppLauncher_1_9
 
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.
GetSpec(long) - Method in class org.eclipse.swt.internal.mozilla.nsIURI
 
getStartPage() - Method in class org.eclipse.swt.printing.PrintDialog
Returns the start page setting that the user selected before pressing OK in the dialog.
GetStartTime(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDownload
 
GetStartTime(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDownload_1_8
 
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.
getState() - Method in class org.eclipse.swt.widgets.ProgressBar
Returns the state of the receiver.
GetStatus(long) - Method in class org.eclipse.swt.internal.mozilla.nsICookie
 
GetStatus(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIRequest
 
getStippled() - Method in class org.eclipse.swt.widgets.Tracker
Returns true if the rectangles are drawn with a stippled line, false otherwise.
getStyle() - Method in class org.eclipse.swt.browser.Browser
 
getStyle() - Method in class org.eclipse.swt.custom.CCombo
 
getStyle() - Method in class org.eclipse.swt.custom.CLabel
 
getStyle() - Method in class org.eclipse.swt.custom.CTabFolder
 
getStyle() - Method in class org.eclipse.swt.custom.SashForm
 
getStyle() - Method in class org.eclipse.swt.custom.StyledText
 
getStyle() - Method in class org.eclipse.swt.custom.TableTree
Deprecated.  
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(int) - Method in class org.eclipse.swt.graphics.TextLayout
Gets the style of the receiver at the specified character offset.
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.
getStyleRangeAtOffset(int) - Method in class org.eclipse.swt.custom.StyledText
Returns the style range at the given offset.
getStyleRanges() - Method in class org.eclipse.swt.custom.StyledText
Returns the styles.
getStyleRanges(boolean) - Method in class org.eclipse.swt.custom.StyledText
Returns the styles.
getStyleRanges(int, int) - Method in class org.eclipse.swt.custom.StyledText
Returns the styles for the given text range.
getStyleRanges(int, int, boolean) - Method in class org.eclipse.swt.custom.StyledText
Returns the styles for the given text range.
getStyles() - Method in class org.eclipse.swt.graphics.TextLayout
Gets all styles of the receiver.
getStyles() - Method in class org.eclipse.swt.widgets.IME
Returns the styles for the ranges.
GetSuggestedFileName(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIHelperAppLauncher
 
GetSuggestedFileName(long) - Method in class org.eclipse.swt.internal.mozilla.nsIHelperAppLauncher_1_8
 
GetSuggestedFileName(long) - Method in class org.eclipse.swt.internal.mozilla.nsIHelperAppLauncher_1_9
 
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.
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.
getSystemFont() - Method in class org.eclipse.swt.printing.Printer
Returns a reasonable font for applications to use.
getSystemFont() - Method in class org.eclipse.swt.widgets.Display
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.
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() - Method in class org.eclipse.swt.custom.TableTree
Deprecated. Returns the underlying Table control.
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.
GetTarget(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDOMEvent
 
GetTarget(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDownload
 
GetTarget(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDownload_1_8
 
GetTarget(long) - Method in class org.eclipse.swt.internal.mozilla.nsIFile
 
GetTargetFile(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDownload_1_8
 
GetTargetFile(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIHelperAppLauncher_1_8
 
GetTargetFile(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIHelperAppLauncher_1_9
 
GetTargetFileIsExecutable(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIHelperAppLauncher_1_9
 
getText() - Method in class org.eclipse.swt.browser.Browser
Returns a string with HTML that represents the content of the current page.
getText() - Method in class org.eclipse.swt.custom.CCombo
Returns a string containing a copy of the contents of the receiver's text field.
getText() - Method in class org.eclipse.swt.custom.CLabel
Return the Label's text.
getText() - Method in class org.eclipse.swt.custom.StyledText
Returns a copy of the widget content.
getText(int, int) - Method in class org.eclipse.swt.custom.StyledText
Returns the widget content between the two offsets.
getText() - Method in class org.eclipse.swt.custom.TableTreeItem
Deprecated.  
getText(int) - Method in class org.eclipse.swt.custom.TableTreeItem
Deprecated. Gets the item text at the specified index.
getText() - Method in class org.eclipse.swt.graphics.TextLayout
Gets the receiver's text, which will be an empty string if it has never been set.
getText() - Method in class org.eclipse.swt.widgets.Button
Returns the receiver's text, which will be an empty string if it has never been set or if the receiver is an ARROW button.
getText() - Method in class org.eclipse.swt.widgets.Combo
Returns a string containing a copy of the contents of the receiver's text field, or an empty string if there are no contents.
getText() - Method in class org.eclipse.swt.widgets.Decorations
Returns the receiver's text, which is the string that the window manager will typically display as the receiver's title.
getText() - Method in class org.eclipse.swt.widgets.Dialog
Returns the receiver's text, which is the string that the window manager will typically display as the receiver's title.
getText() - Method in class org.eclipse.swt.widgets.Group
Returns the receiver's text, which is the string that the is used as the title.
getText() - Method in class org.eclipse.swt.widgets.IME
Returns the composition text.
getText() - Method in class org.eclipse.swt.widgets.Item
Returns the receiver's text, which will be an empty string if it has never been set.
getText() - Method in class org.eclipse.swt.widgets.Label
Returns the receiver's text, which will be an empty string if it has never been set or if the receiver is a SEPARATOR label.
getText() - Method in class org.eclipse.swt.widgets.Link
Returns the receiver's text, which will be an empty string if it has never been set.
getText() - Method in class org.eclipse.swt.widgets.Spinner
Returns a string containing a copy of the contents of the receiver's text field, or an empty string if there are no contents.
getText() - Method in class org.eclipse.swt.widgets.TableItem
 
getText(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() - Method in class org.eclipse.swt.widgets.Text
Returns the widget text.
getText(int, int) - Method in class org.eclipse.swt.widgets.Text
Returns a range of 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.TreeItem
Returns the text stored at the given column index in the receiver, or empty string if the text has not been set.
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.
getTextBounds(int, int) - Method in class org.eclipse.swt.custom.StyledText
Returns the smallest bounding rectangle that includes the characters between two offsets.
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.
getTextHeight() - Method in class org.eclipse.swt.custom.CCombo
Returns the height of the receivers's text field.
getTextHeight() - Method in class org.eclipse.swt.widgets.Combo
Returns the height of the receivers's text field.
getTextLimit() - Method in class org.eclipse.swt.custom.CCombo
Returns the maximum number of characters that the receiver's text field is capable of holding.
getTextLimit() - Method in class org.eclipse.swt.custom.StyledText
Returns the maximum number of characters that the receiver is capable of holding.
getTextLimit() - Method in class org.eclipse.swt.widgets.Combo
Returns the maximum number of characters that the receiver's text field is capable of holding.
getTextLimit() - Method in class org.eclipse.swt.widgets.Spinner
Returns the maximum number of characters that the receiver's text field is capable of holding.
getTextLimit() - Method in class org.eclipse.swt.widgets.Text
Returns the maximum number of characters that the receiver is capable of holding.
getTextRange(int, int) - Method in class org.eclipse.swt.custom.StyledText
Returns the widget content starting at start for length characters.
getTextRange(int, int) - Method in interface org.eclipse.swt.custom.StyledTextContent
Returns a string representing the content at the given range.
GetTextZoom(float[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDOMWindow
 
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 size of the receiver's thumb relative to the difference between its maximum and minimum values.
getThumb() - Method in class org.eclipse.swt.widgets.Slider
Returns the size of the receiver's thumb relative to the difference between its maximum and minimum values.
GetTimeDownloadStarted(long) - Method in class org.eclipse.swt.internal.mozilla.nsIHelperAppLauncher_1_8
 
GetTimeDownloadStarted(long) - Method in class org.eclipse.swt.internal.mozilla.nsIHelperAppLauncher_1_9
 
GetTimeStamp(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDOMEvent
 
GetTitle(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIBaseWindow
 
GetTitle(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIEmbeddingSiteWindow
 
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.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.
GetTop(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDOMWindow
 
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.
getTopPixel() - Method in class org.eclipse.swt.custom.StyledText
Gets the top pixel.
getTopPixel() - Method in class org.eclipse.swt.widgets.Text
Returns the top pixel.
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.
getTransfer() - Method in class org.eclipse.swt.dnd.DragSource
Returns the list of data types that can be transferred by this DragSource.
getTransfer() - Method in class org.eclipse.swt.dnd.DropTarget
Returns a list of the data types that can be transferred to this DropTarget.
getTransform(Transform) - Method in class org.eclipse.swt.graphics.GC
Sets the parameter to the transform that is currently being used by the receiver.
getTransparencyMask() - Method in class org.eclipse.swt.graphics.ImageData
Returns an ImageData which specifies the transparency mask information for the receiver.
getTransparencyType() - Method in class org.eclipse.swt.graphics.ImageData
Returns the image transparency type, which will be one of SWT.TRANSPARENCY_NONE, SWT.TRANSPARENCY_MASK, SWT.TRANSPARENCY_PIXEL or SWT.TRANSPARENCY_ALPHA.
GetType(long) - Method in class org.eclipse.swt.internal.mozilla.nsIDOMEvent
 
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.
GetURI(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIChannel
 
getUrl() - Method in class org.eclipse.swt.browser.Browser
Returns the current URL.
GetUseErrorPages(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
GetUseErrorPages(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
GetUsername(long) - Method in class org.eclipse.swt.internal.mozilla.nsIAuthInformation
 
GetUsername(long) - Method in class org.eclipse.swt.internal.mozilla.nsIURI
 
GetUserPass(long) - Method in class org.eclipse.swt.internal.mozilla.nsIURI
 
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.
GetValue(long) - Method in class org.eclipse.swt.internal.mozilla.nsICookie
 
getVersion() - Static method in class org.eclipse.swt.SWT
Returns the SWT version number as an integer.
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.
GetView(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDOMUIEvent
 
GetVisibility(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIBaseWindow
 
GetVisibility(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIEmbeddingSiteWindow
 
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.
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.
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.
GetWeakReference(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsISupportsWeakReference
 
getWebBrowser() - Method in class org.eclipse.swt.browser.Browser
Returns the JavaXPCOM nsIWebBrowser for the receiver, or null if it is not available.
GetWebBrowser(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIWebBrowserChrome
 
getWeights() - Method in class org.eclipse.swt.custom.SashForm
Answer the relative weight of each child in the SashForm.
getWideCaret() - Method in class org.eclipse.swt.widgets.IME
Returns true if the caret should be wide, and false otherwise.
getWidth() - Method in class org.eclipse.swt.graphics.TextLayout
Returns the width of the receiver.
getWidth() - Method in class org.eclipse.swt.widgets.TableColumn
Gets the width of the receiver.
getWidth() - Method in class org.eclipse.swt.widgets.ToolItem
Gets the width of the receiver.
getWidth() - Method in class org.eclipse.swt.widgets.TreeColumn
Gets the width of the receiver.
GetWindowByName(char[], long, long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIWindowWatcher
 
GetWindowEnumerator(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIWindowWatcher
 
getWordWrap() - Method in class org.eclipse.swt.custom.StyledText
Returns whether the widget wraps lines.
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.
GetWritable(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIWritableVariant
 
getXORMode() - Method in class org.eclipse.swt.graphics.GC
Returns true if this GC is drawing in the mode where the resulting color in the destination is the exclusive or of the color values in the source and the destination, and false if it is drawing in the mode where the destination color is being replaced with the source color value.
getYear() - Method in class org.eclipse.swt.widgets.DateTime
Returns the receiver's year.
GetZoom(float[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell
 
GetZoom(float[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
GetZoom(float[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
GIFFileFormat - Class in org.eclipse.swt.internal.image
 
GIFFileFormat() - Constructor for class org.eclipse.swt.internal.image.GIFFileFormat
 
GInterfaceInfo - Class in org.eclipse.swt.internal.gtk
 
GInterfaceInfo() - Constructor for class org.eclipse.swt.internal.gtk.GInterfaceInfo
 
GInterfaceInfo_sizeof() - Static method in class org.eclipse.swt.internal.gtk.OS
64 bit
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
 
glViewport(int, int, int, int) - Static method in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX - Class in org.eclipse.swt.internal.opengl.glx
 
GLX() - Constructor for class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_ACCUM_ALPHA_SIZE - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_ACCUM_BLUE_SIZE - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_ACCUM_BUFFER_BIT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_ACCUM_GREEN_SIZE - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_ACCUM_RED_SIZE - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_ALPHA_SIZE - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_AUX_BUFFERS - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_AUX_BUFFERS_BIT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_BACK_LEFT_BUFFER_BIT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_BACK_RIGHT_BUFFER_BIT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_BAD_ATTRIBUTE - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_BAD_CONTEXT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_BAD_ENUM - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_BAD_SCREEN - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_BAD_VALUE - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_BAD_VISUAL - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_BLUE_SIZE - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_BUFFER_SIZE - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_COLOR_INDEX_BIT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_COLOR_INDEX_TYPE - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_CONFIG_CAVEAT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_DAMAGED - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_DEPTH_BUFFER_BIT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_DEPTH_SIZE - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_DIRECT_COLOR - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_DIRECT_COLOR_EXT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_DONT_CARE - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_DOUBLEBUFFER - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_DRAWABLE_TYPE - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_EVENT_MASK - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_EXTENSIONS - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_FBCONFIG_ID - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_FRONT_LEFT_BUFFER_BIT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_FRONT_RIGHT_BUFFER_BIT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_GRAY_SCALE - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_GRAY_SCALE_EXT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_GREEN_SIZE - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_HEIGHT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_LARGEST_PBUFFER - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_LEVEL - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_MAX_PBUFFER_HEIGHT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_MAX_PBUFFER_PIXELS - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_MAX_PBUFFER_WIDTH - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_NO_EXTENSION - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_NON_CONFORMANT_CONFIG - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_NON_CONFORMANT_VISUAL_EXT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_NONE - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_NONE_EXT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_PBUFFER - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_PBUFFER_BIT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_PBUFFER_CLOBBER_MASK - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_PBUFFER_HEIGHT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_PBUFFER_WIDTH - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_PIXMAP_BIT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_PRESERVED_CONTENTS - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_PSEUDO_COLOR - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_PSEUDO_COLOR_EXT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_RED_SIZE - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_RENDER_TYPE - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_RGBA - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_RGBA_BIT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_RGBA_TYPE - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_SAMPLE_BUFFERS - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_SAMPLES - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_SAVED - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_SCREEN - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_SCREEN_EXT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_SHARE_CONTEXT_EXT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_SLOW_CONFIG - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_SLOW_VISUAL_EXT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_STATIC_COLOR - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_STATIC_COLOR_EXT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_STATIC_GRAY - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_STATIC_GRAY_EXT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_STENCIL_BUFFER_BIT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_STENCIL_SIZE - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_STEREO - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_TRANSPARENT_ALPHA_VALUE - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_TRANSPARENT_ALPHA_VALUE_EXT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_TRANSPARENT_BLUE_VALUE - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_TRANSPARENT_BLUE_VALUE_EXT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_TRANSPARENT_GREEN_VALUE - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_TRANSPARENT_GREEN_VALUE_EXT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_TRANSPARENT_INDEX - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_TRANSPARENT_INDEX_EXT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_TRANSPARENT_INDEX_VALUE - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_TRANSPARENT_INDEX_VALUE_EXT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_TRANSPARENT_RED_VALUE - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_TRANSPARENT_RED_VALUE_EXT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_TRANSPARENT_RGB - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_TRANSPARENT_RGB_EXT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_TRANSPARENT_TYPE - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_TRANSPARENT_TYPE_EXT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_TRUE_COLOR - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_TRUE_COLOR_EXT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_USE_GL - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_VENDOR - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_VERSION - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_VISUAL_CAVEAT_EXT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_VISUAL_ID - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_VISUAL_ID_EXT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_WIDTH - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_WINDOW - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_WINDOW_BIT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_X_RENDERABLE - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_X_VISUAL_TYPE - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
GLX_X_VISUAL_TYPE_EXT - Static variable in class org.eclipse.swt.internal.opengl.glx.GLX
 
glXChooseVisual(long, int, int[]) - Static method in class org.eclipse.swt.internal.opengl.glx.GLX
 
glXCopyContext(long, long, long, 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
 
glXCreateGLXPixmap(long, XVisualInfo, long) - 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
 
glXDestroyGLXPixmap(long, long) - Static method in class org.eclipse.swt.internal.opengl.glx.GLX
 
glXGetClientString(long, int) - 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
 
glXGetCurrentDrawable() - Static method in class org.eclipse.swt.internal.opengl.glx.GLX
 
glXIsDirect(long, long) - 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
 
glXQueryExtension(long, int[], int[]) - Static method in class org.eclipse.swt.internal.opengl.glx.GLX
 
glXQueryExtensionsString(long, int) - Static method in class org.eclipse.swt.internal.opengl.glx.GLX
 
glXQueryServerString(long, int, int) - Static method in class org.eclipse.swt.internal.opengl.glx.GLX
 
glXQueryVersion(long, int[], int[]) - 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
 
glXWaitGL() - Static method in class org.eclipse.swt.internal.opengl.glx.GLX
 
glXWaitX() - 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 - Class in org.eclipse.swt.internal.gnome
 
GNOME() - Constructor for class org.eclipse.swt.internal.gnome.GNOME
 
GNOME_FILE_DOMAIN_PIXMAP - Static variable in class org.eclipse.swt.internal.gnome.GNOME
 
gnome_icon_lookup(long, long, byte[], byte[], long, byte[], int, int[]) - Static method in class org.eclipse.swt.internal.gnome.GNOME
 
GNOME_ICON_LOOKUP_FLAGS_NONE - Static variable in class org.eclipse.swt.internal.gnome.GNOME
 
gnome_icon_theme_lookup_icon(long, long, int, long[], int[]) - Static method in class org.eclipse.swt.internal.gnome.GNOME
 
gnome_icon_theme_new() - Static method in class org.eclipse.swt.internal.gnome.GNOME
 
GNOME_PARAM_NONE - Static variable in class org.eclipse.swt.internal.gnome.GNOME
 
gnome_vfs_get_registered_mime_types() - Static method in class org.eclipse.swt.internal.gnome.GNOME
 
gnome_vfs_init() - Static method in class org.eclipse.swt.internal.gnome.GNOME
 
GNOME_VFS_MAKE_URI_DIR_CURRENT - Static variable in class org.eclipse.swt.internal.gnome.GNOME
 
GNOME_VFS_MAKE_URI_DIR_HOMEDIR - Static variable in class org.eclipse.swt.internal.gnome.GNOME
 
GNOME_VFS_MAKE_URI_DIR_NONE - Static variable in class org.eclipse.swt.internal.gnome.GNOME
 
gnome_vfs_make_uri_from_input(byte[]) - Static method in class org.eclipse.swt.internal.gnome.GNOME
 
gnome_vfs_make_uri_from_input_with_dirs(byte[], int) - Static method in class org.eclipse.swt.internal.gnome.GNOME
 
GNOME_VFS_MIME_APPLICATION_ARGUMENT_TYPE_URIS - Static variable in class org.eclipse.swt.internal.gnome.GNOME
 
gnome_vfs_mime_application_free(long) - Static method in class org.eclipse.swt.internal.gnome.GNOME
 
gnome_vfs_mime_application_launch(long, long) - Static method in class org.eclipse.swt.internal.gnome.GNOME
 
gnome_vfs_mime_extensions_list_free(long) - Static method in class org.eclipse.swt.internal.gnome.GNOME
 
gnome_vfs_mime_get_default_application(byte[]) - Static method in class org.eclipse.swt.internal.gnome.GNOME
 
gnome_vfs_mime_get_extensions_list(long) - Static method in class org.eclipse.swt.internal.gnome.GNOME
 
gnome_vfs_mime_registered_mime_type_list_free(long) - Static method in class org.eclipse.swt.internal.gnome.GNOME
 
gnome_vfs_mime_type_from_name(byte[]) - Static method in class org.eclipse.swt.internal.gnome.GNOME
 
GNOME_VFS_OK - Static variable in class org.eclipse.swt.internal.gnome.GNOME
 
gnome_vfs_url_show(long) - Static method in class org.eclipse.swt.internal.gnome.GNOME
 
GnomeVFSMimeApplication - Class in org.eclipse.swt.internal.gnome
 
GnomeVFSMimeApplication() - Constructor for class org.eclipse.swt.internal.gnome.GnomeVFSMimeApplication
 
GnomeVFSMimeApplication_sizeof() - Static method in class org.eclipse.swt.internal.gnome.GNOME
64 bit
GoBack() - Method in class org.eclipse.swt.internal.mozilla.nsIWebNavigation
 
GObjectClass - Class in org.eclipse.swt.internal.gtk
 
GObjectClass() - Constructor for class org.eclipse.swt.internal.gtk.GObjectClass
 
GoForward() - Method in class org.eclipse.swt.internal.mozilla.nsIWebNavigation
 
GotoIndex(int) - Method in class org.eclipse.swt.internal.mozilla.nsIWebNavigation
 
GPollFD_sizeof() - Static method in class org.eclipse.swt.internal.gtk.OS
 
grab_focus - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkComponentIface
 
grab_focus - Variable in class org.eclipse.swt.internal.gtk.GtkWidgetClass
 
grab_focus - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GRAB_HORIZONTAL - Static variable in class org.eclipse.swt.layout.GridData
Style bit for new GridData(int) to resize the control to fit the remaining horizontal space.
grab_notify - Variable in class org.eclipse.swt.internal.gtk.GtkWidgetClass
 
GRAB_VERTICAL - Static variable in class org.eclipse.swt.layout.GridData
Style bit for new GridData(int) to resize the control to fit the remaining vertical space.
grabExcessHorizontalSpace - Variable in class org.eclipse.swt.layout.GridData
grabExcessHorizontalSpace specifies whether the width of the cell changes depending on the size of the parent Composite.
grabExcessVerticalSpace - Variable in class org.eclipse.swt.layout.GridData
grabExcessVerticalSpace specifies whether the height of the cell changes depending on the size of the parent Composite.
grabHorizontal - Variable in class org.eclipse.swt.custom.ControlEditor
Specifies whether the editor should be sized to use the entire width of the control.
grabVertical - Variable in class org.eclipse.swt.custom.ControlEditor
Specifies whether the editor should be sized to use the entire height of the control.
graphics_exposures - Variable in class org.eclipse.swt.internal.gtk.GdkGCValues
 
graphics_exposures - Variable in class org.eclipse.swt.internal.gtk.XRenderPictureAttributes
 
GraphicsExpose - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GRAYED - Static variable in class org.eclipse.swt.internal.theme.DrawData
 
GRE_GetGREPathWithProperties(GREVersionRange, int, long, int, long, int) - Static method in class org.eclipse.swt.internal.mozilla.init.XPCOMInit
 
green - Variable in class org.eclipse.swt.graphics.RGB
the green component of the RGB
green - Variable in class org.eclipse.swt.internal.gtk.GdkColor
 
green_mask - Variable in class org.eclipse.swt.internal.gtk.GdkVisual
 
green_mask - Variable in class org.eclipse.swt.internal.opengl.glx.XVisualInfo
 
green_prec - Variable in class org.eclipse.swt.internal.gtk.GdkVisual
 
green_shift - Variable in class org.eclipse.swt.internal.gtk.GdkVisual
 
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.
GREVersionRange - Class in org.eclipse.swt.internal.mozilla.init
 
GREVersionRange() - Constructor for class org.eclipse.swt.internal.mozilla.init.GREVersionRange
 
GREVersionRange_sizeof() - Static method in class org.eclipse.swt.internal.mozilla.init.XPCOMInit
 
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, 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.
GridData(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.
GridLayout(int, boolean) - Constructor for class org.eclipse.swt.layout.GridLayout
Constructs a new instance of this class given the number of columns, and whether or not the columns should be forced to have the same width.
group - Variable in class org.eclipse.swt.internal.gtk.GdkEventKey
 
Group - Class in org.eclipse.swt.widgets
Instances of this class provide an etched border with an optional title.
Group(Composite, int) - Constructor for class org.eclipse.swt.widgets.Group
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
GroupDrawData - Class in org.eclipse.swt.internal.theme
 
GroupDrawData() - Constructor for class org.eclipse.swt.internal.theme.GroupDrawData
 
gtk_accel_group_new() - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_accel_groups_activate(long, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_ACCEL_LABEL_GET_ACCEL_STRING(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_ACCEL_LABEL_SET_ACCEL_STRING(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_accel_label_set_accel_widget(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_ACCEL_VISIBLE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_ACCESSIBLE(long) - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
gtk_adjustment_changed(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_adjustment_new(double, double, double, double, double, double) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_adjustment_set_value(long, double) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_adjustment_value_changed(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_ARROW_DOWN - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_ARROW_LEFT - Static variable in class org.eclipse.swt.internal.gtk.OS
 
gtk_arrow_new(int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_ARROW_RIGHT - Static variable in class org.eclipse.swt.internal.gtk.OS
 
gtk_arrow_set(long, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_ARROW_UP - Static variable in class org.eclipse.swt.internal.gtk.OS
 
gtk_bin_get_child(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_border_free(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_box_set_child_packing(long, long, boolean, boolean, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_box_set_spacing(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_button_clicked(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_button_get_relief(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_button_new() - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_button_set_relief(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_calendar_display_options(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_calendar_get_date(long, int[], int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_calendar_new() - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_CALENDAR_NO_MONTH_CHANGE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
gtk_calendar_select_day(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_calendar_select_month(long, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_calendar_set_display_options(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_CALENDAR_SHOW_DAY_NAMES - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_CALENDAR_SHOW_HEADING - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_CALENDAR_SHOW_WEEK_NUMBERS - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_CALENDAR_WEEK_START_MONDAY - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_CAN_DEFAULT - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_CAN_FOCUS - Static variable in class org.eclipse.swt.internal.gtk.OS
 
gtk_cell_layout_clear(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_cell_layout_pack_start(long, long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_cell_layout_set_attributes(long, long, byte[], int, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_CELL_RENDERER_FOCUSED - Static variable in class org.eclipse.swt.internal.gtk.OS
 
gtk_cell_renderer_get_size(long, long, GdkRectangle, int[], int[], int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_CELL_RENDERER_MODE_ACTIVATABLE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
gtk_cell_renderer_pixbuf_new() - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_CELL_RENDERER_SELECTED - Static variable in class org.eclipse.swt.internal.gtk.OS
 
gtk_cell_renderer_text_new() - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_cell_renderer_toggle_new() - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_check_button_new() - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_check_menu_item_get_active(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_check_menu_item_new_with_label(byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_check_menu_item_set_active(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_check_version(int, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_clipboard_clear(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_clipboard_get(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_clipboard_set_with_data(long, long, int, long, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_clipboard_wait_for_contents(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_CLIST_SHOW_TITLES - Static variable in class org.eclipse.swt.internal.gtk.OS
 
gtk_color_selection_dialog_new(byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_color_selection_get_current_color(long, GdkColor) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_color_selection_set_current_color(long, GdkColor) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_color_selection_set_has_palette(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_combo_box_entry_new_text() - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_combo_box_get_active(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_combo_box_get_model(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_combo_box_insert_text(long, int, byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_combo_box_new_text() - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_combo_box_popdown(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_combo_box_popup(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_combo_box_remove_text(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_combo_box_set_active(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_combo_box_set_focus_on_click(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_combo_disable_activate(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_combo_new() - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_combo_set_case_sensitive(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_combo_set_popdown_strings(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_container_add(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_container_forall(long, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_container_get_border_width(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_container_get_children(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_container_remove(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_container_resize_children(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_container_set_border_width(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_CORNER_TOP_LEFT - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_CORNER_TOP_RIGHT - Static variable in class org.eclipse.swt.internal.gtk.OS
 
gtk_cursor_blink - Static variable in class org.eclipse.swt.internal.gtk.OS
 
gtk_cursor_blink_time - Static variable in class org.eclipse.swt.internal.gtk.OS
 
gtk_dialog_add_button(long, byte[], int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_DIALOG_DESTROY_WITH_PARENT - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_DIALOG_MODAL - Static variable in class org.eclipse.swt.internal.gtk.OS
 
gtk_dialog_run(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_DIR_TAB_BACKWARD - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_DIR_TAB_FORWARD - Static variable in class org.eclipse.swt.internal.gtk.OS
 
gtk_double_click_time - Static variable in class org.eclipse.swt.internal.gtk.OS
 
gtk_drag_begin(long, long, int, int, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_drag_check_threshold(long, int, int, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_drag_dest_find_target(long, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_drag_dest_set(long, int, long, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_drag_dest_unset(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_drag_finish(long, boolean, boolean, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_drag_get_data(long, long, long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_drag_set_icon_pixbuf(long, long, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_drawing_area_new() - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_editable_copy_clipboard(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_editable_cut_clipboard(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_editable_delete_selection(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_editable_delete_text(long, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_editable_get_chars(long, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_editable_get_editable(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_editable_get_position(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_editable_get_selection_bounds(long, int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_editable_insert_text(long, byte[], int, int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_editable_paste_clipboard(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_editable_select_region(long, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_editable_set_editable(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_editable_set_position(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_entry_get_inner_border(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_entry_get_invisible_char(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_entry_get_layout(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_entry_get_layout_offsets(long, int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_entry_get_max_length(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_entry_get_text(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_entry_get_visibility(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_ENTRY_IM_CONTEXT(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_entry_new() - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_entry_select_on_focus - Static variable in class org.eclipse.swt.internal.gtk.OS
 
gtk_entry_set_activates_default(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_entry_set_alignment(long, float) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_entry_set_has_frame(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_entry_set_invisible_char(long, char) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_entry_set_max_length(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_entry_set_text(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_entry_set_visibility(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_entry_text_index_to_layout_index(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_enumerate_printers(long, long, long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_events_pending() - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_EXPANDER_COLAPSED - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_EXPANDER_EXPANDED - Static variable in class org.eclipse.swt.internal.gtk.OS
 
gtk_expander_get_expanded(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_expander_get_label_widget(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_expander_new(byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_EXPANDER_SEMI_COLLAPSED - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_EXPANDER_SEMI_EXPANDED - Static variable in class org.eclipse.swt.internal.gtk.OS
 
gtk_expander_set_expanded(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_expander_set_label(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_expander_set_label_widget(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_FILE_CHOOSER_ACTION_OPEN - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_FILE_CHOOSER_ACTION_SAVE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER - Static variable in class org.eclipse.swt.internal.gtk.OS
 
gtk_file_chooser_add_filter(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_file_chooser_dialog_new(byte[], long, int, long, int, long, int, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_file_chooser_get_current_folder(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_file_chooser_get_filename(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_file_chooser_get_filenames(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_file_chooser_get_filter(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_file_chooser_get_uri(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_file_chooser_set_current_folder(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_file_chooser_set_current_name(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_file_chooser_set_do_overwrite_confirmation(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_file_chooser_set_extra_widget(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_file_chooser_set_filename(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_file_chooser_set_filter(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_file_chooser_set_local_only(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_file_chooser_set_select_multiple(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_file_filter_add_pattern(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_file_filter_get_name(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_file_filter_new() - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_file_filter_set_name(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_file_selection_get_filename(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_file_selection_get_selections(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_file_selection_hide_fileop_buttons(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_file_selection_new(byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_file_selection_set_filename(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_file_selection_set_select_multiple(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_fixed_move(long, long, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_fixed_new() - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_fixed_set_has_window(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_font_selection_dialog_get_font_name(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_font_selection_dialog_new(byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_font_selection_dialog_set_font_name(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_frame_get_label_widget(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_frame_new(byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_frame_set_label(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_frame_set_label_widget(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_frame_set_shadow_type(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_get_current_event() - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_get_current_event_state(int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_get_current_event_time() - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_get_default_language() - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_get_event_widget(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_grab_add(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_grab_get_current() - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_grab_remove(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_HAS_FOCUS - Static variable in class org.eclipse.swt.internal.gtk.OS
 
gtk_hbox_new(boolean, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_hscale_new(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_hscrollbar_new(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_hseparator_new() - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_icon_factory_lookup_default(byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_icon_set_render_icon(long, long, int, int, int, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_ICON_SIZE_DIALOG - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_ICON_SIZE_LARGE_TOOLBAR - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_ICON_SIZE_MENU - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_ICON_SIZE_SMALL_TOOLBAR - Static variable in class org.eclipse.swt.internal.gtk.OS
 
gtk_icon_source_free(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_icon_source_new() - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_icon_source_set_pixbuf(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_im_context_filter_keypress(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_im_context_focus_in(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_im_context_focus_out(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_im_context_get_preedit_string(long, long[], long[], int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_im_context_get_type() - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_im_context_reset(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_im_context_set_client_window(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_im_context_set_cursor_location(long, GdkRectangle) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_im_multicontext_append_menuitems(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_im_multicontext_new() - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_image_menu_item_new_with_label(byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_image_menu_item_set_image(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_image_new() - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_image_new_from_pixbuf(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_image_new_from_pixmap(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_image_set_from_pixbuf(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_image_set_from_pixmap(long, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_init_check(long[], long[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_IS_BUTTON(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_IS_CELL_RENDERER_PIXBUF(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_IS_CELL_RENDERER_TEXT(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_IS_CELL_RENDERER_TOGGLE(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_IS_CONTAINER(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_IS_IMAGE_MENU_ITEM(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_IS_MENU_ITEM(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_IS_PLUG(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_IS_SOCKET(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_IS_WINDOW(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_JUSTIFY_CENTER - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_JUSTIFY_LEFT - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_JUSTIFY_RIGHT - Static variable in class org.eclipse.swt.internal.gtk.OS
 
gtk_label_get_layout(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_label_get_mnemonic_keyval(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_label_new(byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_label_new_with_mnemonic(byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_label_set_attributes(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_label_set_justify(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_label_set_line_wrap(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_label_set_line_wrap_mode(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_label_set_text(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_label_set_text(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_label_set_text_with_mnemonic(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_list_append_items(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_list_clear_items(long, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_list_insert_items(long, long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_list_item_new_with_label(byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_list_remove_items(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_list_select_item(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_list_store_append(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_list_store_clear(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_list_store_insert(long, long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_list_store_newv(int, long[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_list_store_remove(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_list_store_set(long, long, int, byte[], long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_list_store_set(long, long, int, int, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_list_store_set(long, long, int, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_list_store_set(long, long, int, GdkColor, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_list_store_set(long, long, int, boolean, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_list_unselect_all(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_list_unselect_item(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_main() - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_main_do_event(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_main_iteration() - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_major_version() - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_MAPPED - Static variable in class org.eclipse.swt.internal.gtk.OS
 
gtk_menu_bar_new() - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_menu_item_get_submenu(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_menu_item_remove_submenu(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_menu_item_set_submenu(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_menu_new() - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_menu_popdown(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_menu_popup(long, long, long, long, long, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_menu_shell_deactivate(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_menu_shell_insert(long, long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_menu_shell_select_item(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_menu_shell_set_take_focus(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_message_dialog_new(long, int, int, int, byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_MESSAGE_ERROR - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_MESSAGE_INFO - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_MESSAGE_QUESTION - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_MESSAGE_WARNING - Static variable in class org.eclipse.swt.internal.gtk.OS
 
gtk_micro_version() - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_minor_version() - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_misc_set_alignment(long, float, float) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_new(Device, GdkColor) - Static method in class org.eclipse.swt.graphics.Color
Invokes platform specific functionality to allocate a new color.
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(int, int, int, int, int) - Static method in class org.eclipse.swt.graphics.FontMetrics
 
gtk_new(long, GCData) - Static method in class org.eclipse.swt.graphics.GC
 
gtk_new(Drawable, GCData) - Static method in class org.eclipse.swt.graphics.GC
 
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.Region
 
gtk_new(Display, long) - Static method in class org.eclipse.swt.widgets.Shell
 
GTK_NO_WINDOW - Static variable in class org.eclipse.swt.internal.gtk.OS
 
gtk_notebook_get_current_page(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_notebook_get_scrollable(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_notebook_insert_page(long, long, long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_notebook_new() - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_notebook_next_page(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_notebook_prev_page(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_notebook_remove_page(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_notebook_set_current_page(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_notebook_set_scrollable(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_notebook_set_show_tabs(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_notebook_set_tab_pos(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_object_sink(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_ORIENTATION_HORIZONTAL - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_ORIENTATION_VERTICAL - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_PACK_END - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_PACK_START - Static variable in class org.eclipse.swt.internal.gtk.OS
 
gtk_page_setup_get_bottom_margin(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_page_setup_get_left_margin(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_page_setup_get_orientation(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_page_setup_get_page_height(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_page_setup_get_page_width(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_page_setup_get_paper_height(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_page_setup_get_paper_size(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_page_setup_get_paper_width(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_page_setup_get_right_margin(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_page_setup_get_top_margin(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_page_setup_new() - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_page_setup_set_bottom_margin(long, double, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_page_setup_set_left_margin(long, double, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_page_setup_set_orientation(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_page_setup_set_paper_size(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_page_setup_set_right_margin(long, double, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_page_setup_set_top_margin(long, double, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_paint_arrow(long, long, int, int, GdkRectangle, long, byte[], int, boolean, int, int, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_paint_box(long, long, int, int, GdkRectangle, long, byte[], int, int, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_paint_box_gap(long, long, int, int, GdkRectangle, long, byte[], int, int, int, int, int, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_paint_check(long, long, int, int, GdkRectangle, long, byte[], int, int, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_paint_expander(long, long, int, GdkRectangle, long, byte[], int, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_paint_extension(long, long, int, int, GdkRectangle, long, byte[], int, int, int, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_paint_flat_box(long, long, int, int, GdkRectangle, long, byte[], int, int, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_paint_focus(long, long, int, GdkRectangle, long, byte[], int, int, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_paint_handle(long, long, int, int, GdkRectangle, long, byte[], int, int, int, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_paint_hline(long, long, int, GdkRectangle, long, byte[], int, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_paint_layout(long, long, int, boolean, GdkRectangle, long, byte[], int, int, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_paint_option(long, long, int, int, GdkRectangle, long, byte[], int, int, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_paint_shadow(long, long, int, int, GdkRectangle, long, byte[], int, int, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_paint_shadow_gap(long, long, int, int, GdkRectangle, long, byte[], int, int, int, int, int, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_paint_slider(long, long, int, int, GdkRectangle, long, byte[], int, int, int, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_paint_tab(long, long, int, int, GdkRectangle, long, byte[], int, int, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_paint_vline(long, long, int, GdkRectangle, long, byte[], int, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_paper_size_free(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_paper_size_get_display_name(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_paper_size_get_height(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_paper_size_get_name(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_paper_size_get_ppd_name(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_paper_size_get_width(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_paper_size_is_custom(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_paper_size_new(byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_paper_size_new_custom(byte[], byte[], double, double, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_paper_size_new_from_ppd(byte[], byte[], double, double) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_plug_get_id(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_plug_new(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_POLICY_ALWAYS - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_POLICY_AUTOMATIC - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_POLICY_NEVER - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_POS_BOTTOM - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_POS_TOP - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_PRINT_CAPABILITY_COLLATE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_PRINT_CAPABILITY_COPIES - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_PRINT_CAPABILITY_GENERATE_PDF - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_PRINT_CAPABILITY_GENERATE_PS - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_PRINT_CAPABILITY_PAGE_SET - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_PRINT_CAPABILITY_PREVIEW - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_PRINT_CAPABILITY_REVERSE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_PRINT_CAPABILITY_SCALE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
gtk_print_job_get_printer(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_print_job_get_settings(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_print_job_get_status(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_print_job_get_surface(long, long[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_print_job_get_title(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_print_job_new(byte[], long, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_print_job_send(long, long, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_print_job_set_source_file(long, byte[], long[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_PRINT_PAGES_ALL - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_PRINT_PAGES_CURRENT - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_PRINT_PAGES_RANGES - Static variable in class org.eclipse.swt.internal.gtk.OS
 
gtk_print_settings_foreach(long, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_print_settings_get(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_print_settings_get_collate(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_print_settings_get_n_copies(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_print_settings_get_orientation(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_print_settings_get_page_ranges(long, int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_print_settings_get_paper_height(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_print_settings_get_paper_width(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_print_settings_get_print_pages(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_print_settings_get_printer(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_print_settings_get_resolution(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_print_settings_new() - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_PRINT_SETTINGS_OUTPUT_URI - Static variable in class org.eclipse.swt.internal.gtk.OS
 
gtk_print_settings_set(long, byte[], byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_print_settings_set_collate(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_print_settings_set_n_copies(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_print_settings_set_orientation(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_print_settings_set_page_ranges(long, int[], int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_print_settings_set_print_pages(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_print_settings_set_printer(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_print_unix_dialog_get_current_page(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_print_unix_dialog_get_page_setup(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_print_unix_dialog_get_selected_printer(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_print_unix_dialog_get_settings(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_print_unix_dialog_new(byte[], long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_print_unix_dialog_set_current_page(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_print_unix_dialog_set_manual_capabilities(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_print_unix_dialog_set_page_setup(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_print_unix_dialog_set_settings(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_printer_get_backend(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_printer_get_name(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_printer_is_default(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_progress_bar_new() - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_progress_bar_pulse(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_progress_bar_set_fraction(long, double) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_progress_bar_set_orientation(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_PROGRESS_BOTTOM_TO_TOP - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_PROGRESS_CONTINUOUS - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_PROGRESS_DISCRETE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_PROGRESS_LEFT_TO_RIGHT - Static variable in class org.eclipse.swt.internal.gtk.OS
 
gtk_radio_button_get_group(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_radio_button_new(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_radio_menu_item_get_group(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_radio_menu_item_new(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_radio_menu_item_new_with_label(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_range_get_adjustment(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_range_set_increments(long, double, double) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_range_set_inverted(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_range_set_range(long, double, double) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_range_set_value(long, double) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_RC_BASE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_RC_BG - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_RC_FG - Static variable in class org.eclipse.swt.internal.gtk.OS
 
gtk_rc_parse_string(byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_rc_style_get_bg_pixmap_name(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_rc_style_get_color_flags(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_rc_style_set_bg(long, int, GdkColor) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_rc_style_set_bg_pixmap_name(long, int, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_rc_style_set_color_flags(long, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_rc_style_set_fg(long, int, GdkColor) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_rc_style_set_text(long, int, GdkColor) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_RC_TEXT - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_REALIZED - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_RECEIVES_DEFAULT - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_RELIEF_NONE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_RELIEF_NORMAL - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_RESPONSE_APPLY - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_RESPONSE_CANCEL - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_RESPONSE_OK - Static variable in class org.eclipse.swt.internal.gtk.OS
 
gtk_scale_set_digits(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_scale_set_draw_value(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_SCROLL_END - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_SCROLL_JUMP - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_SCROLL_NONE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_SCROLL_PAGE_BACKWARD - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_SCROLL_PAGE_DOWN - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_SCROLL_PAGE_FORWARD - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_SCROLL_PAGE_LEFT - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_SCROLL_PAGE_RIGHT - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_SCROLL_PAGE_UP - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_SCROLL_START - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_SCROLL_STEP_BACKWARD - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_SCROLL_STEP_DOWN - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_SCROLL_STEP_FORWARD - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_SCROLL_STEP_LEFT - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_SCROLL_STEP_RIGHT - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_SCROLL_STEP_UP - Static variable in class org.eclipse.swt.internal.gtk.OS
 
gtk_scrolled_window_add_with_viewport(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_scrolled_window_get_hadjustment(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_scrolled_window_get_policy(long, int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_scrolled_window_get_shadow_type(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_scrolled_window_get_vadjustment(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_SCROLLED_WINDOW_HSCROLLBAR(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_scrolled_window_new(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_SCROLLED_WINDOW_SCROLLBAR_SPACING(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_scrolled_window_set_placement(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_scrolled_window_set_policy(long, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_scrolled_window_set_shadow_type(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_SCROLLED_WINDOW_VSCROLLBAR(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_SELECTION_BROWSE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
gtk_selection_data_free(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_selection_data_set(long, long, int, long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_SELECTION_MULTIPLE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_SENSITIVE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
gtk_separator_menu_item_new() - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_set_locale() - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_settings_get_default() - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_SHADOW_ETCHED_IN - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_SHADOW_ETCHED_OUT - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_SHADOW_IN - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_SHADOW_NONE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_SHADOW_OUT - Static variable in class org.eclipse.swt.internal.gtk.OS
 
gtk_socket_get_id(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_socket_new() - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_spin_button_get_adjustment(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_spin_button_get_digits(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_spin_button_new(long, double, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_spin_button_set_digits(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_spin_button_set_increments(long, double, double) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_spin_button_set_range(long, double, double) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_spin_button_set_value(long, double) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_spin_button_set_wrap(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_spin_button_update(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_STATE_ACTIVE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_STATE_INSENSITIVE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_STATE_NORMAL - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_STATE_PRELIGHT - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_STATE_SELECTED - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_STOCK_CANCEL() - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_STOCK_OK() - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_style_get_base(long, int, GdkColor) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_style_get_bg(long, int, GdkColor) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_style_get_bg_gc(long, int, long[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_style_get_black(long, GdkColor) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_style_get_black_gc(long, long[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_style_get_dark(long, int, GdkColor) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_style_get_dark_gc(long, int, long[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_style_get_fg(long, int, GdkColor) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_style_get_fg_gc(long, int, long[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_style_get_font_desc(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_style_get_light(long, int, GdkColor) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_style_get_light_gc(long, int, long[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_style_get_mid_gc(long, int, long[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_style_get_text(long, int, GdkColor) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_style_get_text_aa_gc(long, int, long[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_style_get_text_gc(long, int, long[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_style_get_white_gc(long, long[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_style_get_xthickness(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_style_get_ythickness(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_style_render_icon(long, long, int, int, int, long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_target_list_new(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_target_list_unref(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_text_buffer_copy_clipboard(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_text_buffer_cut_clipboard(long, long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_text_buffer_delete(long, byte[], byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_text_buffer_get_bounds(long, byte[], byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_text_buffer_get_char_count(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_text_buffer_get_end_iter(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_text_buffer_get_insert(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_text_buffer_get_iter_at_line(long, byte[], int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_text_buffer_get_iter_at_mark(long, byte[], long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_text_buffer_get_iter_at_offset(long, byte[], int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_text_buffer_get_line_count(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_text_buffer_get_selection_bound(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_text_buffer_get_selection_bounds(long, byte[], byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_text_buffer_get_text(long, byte[], byte[], boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_text_buffer_insert(long, byte[], byte[], int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_text_buffer_insert(long, long, byte[], int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_text_buffer_move_mark(long, long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_text_buffer_paste_clipboard(long, long, byte[], boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_text_buffer_place_cursor(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_text_buffer_set_text(long, byte[], int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_TEXT_DIR_LTR - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_TEXT_DIR_NONE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_TEXT_DIR_RTL - Static variable in class org.eclipse.swt.internal.gtk.OS
 
gtk_text_iter_get_line(byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_text_iter_get_offset(byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_text_view_buffer_to_window_coords(long, int, int, int, int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_text_view_get_buffer(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_text_view_get_editable(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_text_view_get_iter_at_location(long, byte[], int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_text_view_get_iter_location(long, byte[], GdkRectangle) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_text_view_get_line_at_y(long, byte[], int, int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_text_view_get_visible_rect(long, GdkRectangle) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_text_view_get_window(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_text_view_new() - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_text_view_scroll_mark_onscreen(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_text_view_scroll_to_iter(long, byte[], double, boolean, double, double) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_text_view_set_editable(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_text_view_set_justification(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_text_view_set_tabs(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_text_view_set_wrap_mode(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_text_view_window_to_buffer_coords(long, int, int, int, int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_TEXT_WINDOW_TEXT - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_TEXTVIEW_IM_CONTEXT(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_timeout_add(int, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_timeout_remove(int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_toggle_button_get_active(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_toggle_button_get_inconsistent(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_toggle_button_new() - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_toggle_button_set_active(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_toggle_button_set_inconsistent(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_toggle_button_set_mode(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_TOOLBAR_CHILD_BUTTON - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_TOOLBAR_CHILD_RADIOBUTTON - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_TOOLBAR_CHILD_TOGGLEBUTTON - Static variable in class org.eclipse.swt.internal.gtk.OS
 
gtk_toolbar_insert_widget(long, long, byte[], byte[], int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_toolbar_new() - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_toolbar_set_orientation(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tooltip_trigger_tooltip_query(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tooltips_data_get(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tooltips_disable(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tooltips_enable(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tooltips_force_window(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tooltips_new() - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_TOOLTIPS_SET_ACTIVE(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tooltips_set_tip(long, long, byte[], byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_TOOLTIPS_TIP_WINDOW(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_model_get(long, long, int, int[], long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_model_get(long, long, int, long[], long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_model_get_iter(long, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_model_get_iter_first(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_model_get_n_columns(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_model_get_path(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_model_get_type() - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_model_iter_children(long, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_model_iter_n_children(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_model_iter_next(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_model_iter_nth_child(long, long, long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_path_append_index(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_path_compare(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_path_down(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_path_free(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_path_get_depth(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_path_get_indices(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_path_new() - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_path_new_first() - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_path_new_from_string(byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_path_new_from_string(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_path_next(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_path_prev(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_path_up(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_selection_count_selected_rows(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_selection_get_selected(long, long[], long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_selection_get_selected_rows(long, long[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_selection_path_is_selected(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_selection_select_all(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_selection_select_iter(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_selection_selected_foreach(long, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_selection_set_mode(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_selection_unselect_all(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_selection_unselect_iter(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_store_append(long, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_store_clear(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_store_insert(long, long, long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_store_newv(int, long[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_store_remove(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_store_set(long, long, int, byte[], long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_store_set(long, long, int, int, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_store_set(long, long, int, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_store_set(long, long, int, GdkColor, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_store_set(long, long, int, boolean, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_view_collapse_row(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_view_column_add_attribute(long, long, byte[], int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_TREE_VIEW_COLUMN_AUTOSIZE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_view_column_cell_get_position(long, long, int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_view_column_cell_get_size(long, GdkRectangle, int[], int[], int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_view_column_cell_set_cell_data(long, long, long, boolean, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_view_column_clear(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_TREE_VIEW_COLUMN_FIXED - Static variable in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_view_column_get_cell_renderers(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_view_column_get_fixed_width(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_view_column_get_reorderable(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_view_column_get_resizable(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_view_column_get_sizing(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_view_column_get_sort_indicator(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_view_column_get_sort_order(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_view_column_get_spacing(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_view_column_get_visible(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_view_column_get_width(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_TREE_VIEW_COLUMN_GROW_ONLY - Static variable in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_view_column_new() - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_view_column_pack_end(long, long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_view_column_pack_start(long, long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_view_column_set_alignment(long, float) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_view_column_set_cell_data_func(long, long, long, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_view_column_set_clickable(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_view_column_set_fixed_width(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_view_column_set_min_width(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_view_column_set_reorderable(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_view_column_set_resizable(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_view_column_set_sizing(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_view_column_set_sort_indicator(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_view_column_set_sort_order(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_view_column_set_title(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_view_column_set_visible(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_view_column_set_widget(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_view_create_row_drag_icon(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_TREE_VIEW_DROP_AFTER - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_TREE_VIEW_DROP_BEFORE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_TREE_VIEW_DROP_INTO_OR_AFTER - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_TREE_VIEW_DROP_INTO_OR_BEFORE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_view_expand_row(long, long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_view_get_background_area(long, long, long, GdkRectangle) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_view_get_bin_window(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_view_get_cell_area(long, long, long, GdkRectangle) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_view_get_column(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_view_get_columns(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_view_get_cursor(long, long[], long[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_view_get_expander_column(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_view_get_headers_visible(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_view_get_path_at_pos(long, int, int, long[], long[], int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_view_get_rules_hint(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_view_get_selection(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_view_get_visible_rect(long, GdkRectangle) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_TREE_VIEW_GRID_LINES_BOTH - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_TREE_VIEW_GRID_LINES_HORIZONTAL - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_TREE_VIEW_GRID_LINES_NONE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_TREE_VIEW_GRID_LINES_VERTICAL - Static variable in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_view_insert_column(long, long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_view_move_column_after(long, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_view_new_with_model(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_view_remove_column(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_view_row_expanded(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_view_scroll_to_cell(long, long, long, boolean, float, float) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_view_scroll_to_point(long, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_view_set_cursor(long, long, long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_view_set_drag_dest_row(long, long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_view_set_enable_search(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_view_set_grid_lines(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_view_set_headers_visible(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_view_set_model(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_view_set_rules_hint(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_view_set_search_column(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_view_tree_to_widget_coords(long, int, int, int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_view_unset_rows_drag_dest(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_tree_view_widget_to_tree_coords(long, int, int, int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_TYPE_CELL_RENDERER_PIXBUF() - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_TYPE_CELL_RENDERER_TEXT() - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_TYPE_CELL_RENDERER_TOGGLE() - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_TYPE_FIXED() - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_TYPE_MENU() - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_TYPE_WIDGET() - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_UNIT_INCH - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_UNIT_MM - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_UNIT_PIXEL - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_UNIT_POINTS - Static variable in class org.eclipse.swt.internal.gtk.OS
 
gtk_vbox_new(boolean, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_VERSION - Static variable in class org.eclipse.swt.internal.gtk.OS
 
gtk_viewport_get_shadow_type(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_viewport_set_shadow_type(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_VISIBILITY_FULL - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_VISIBILITY_NONE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_VISIBLE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
gtk_vscale_new(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_vscrollbar_new(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_vseparator_new() - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_widget_add_accelerator(long, byte[], long, int, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_widget_add_events(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_widget_child_focus(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_widget_create_pango_layout(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_widget_create_pango_layout(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_widget_destroy(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_widget_event(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_WIDGET_FLAGS(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_widget_get_accessible(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_widget_get_child_visible(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_widget_get_default_direction() - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_widget_get_default_style() - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_widget_get_direction(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_widget_get_events(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_widget_get_modifier_style(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_widget_get_pango_context(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_widget_get_parent(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_widget_get_size_request(long, int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_widget_get_style(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_widget_get_toplevel(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_widget_grab_focus(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_WIDGET_HAS_DEFAULT(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_WIDGET_HAS_FOCUS(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_WIDGET_HEIGHT(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_widget_hide(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_widget_is_composited(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_widget_is_focus(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_WIDGET_IS_SENSITIVE(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_widget_map(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_WIDGET_MAPPED(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_widget_mnemonic_activate(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_widget_modify_base(long, int, GdkColor) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_widget_modify_bg(long, int, GdkColor) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_widget_modify_fg(long, int, GdkColor) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_widget_modify_font(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_widget_modify_style(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_widget_modify_text(long, int, GdkColor) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_widget_queue_resize(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_widget_realize(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_widget_remove_accelerator(long, long, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_widget_reparent(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_WIDGET_REQUISITION_HEIGHT(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_WIDGET_REQUISITION_WIDTH(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_widget_send_expose(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_WIDGET_SENSITIVE(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_widget_set_app_paintable(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_widget_set_default_direction(int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_widget_set_direction(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_widget_set_double_buffered(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_WIDGET_SET_FLAGS(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_WIDGET_SET_HEIGHT(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_widget_set_name(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_widget_set_parent_window(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_widget_set_redraw_on_allocate(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_widget_set_sensitive(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_widget_set_size_request(long, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_widget_set_state(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_widget_set_style(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_widget_set_tooltip_text(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_WIDGET_SET_WIDTH(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_WIDGET_SET_X(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_WIDGET_SET_Y(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_widget_shape_combine_mask(long, long, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_widget_show(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_widget_show_now(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_widget_size_allocate(long, GtkAllocation) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_widget_size_request(long, GtkRequisition) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_WIDGET_STATE(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_widget_style_get(long, byte[], int[], long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_widget_style_get(long, byte[], long[], long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_widget_translate_coordinates(long, long, int, int, int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_widget_unrealize(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_WIDGET_UNSET_FLAGS(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_WIDGET_VISIBLE(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_WIDGET_WIDTH(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_WIDGET_WINDOW(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_WIDGET_X(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_WIDGET_Y(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_window_activate_default(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_window_add_accel_group(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_window_deiconify(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_window_fullscreen(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_window_get_focus(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_window_get_group(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_window_get_icon_list(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_window_get_mnemonic_modifier(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_window_get_modal(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_window_get_opacity(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_window_get_position(long, int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_window_get_size(long, int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_window_group_add_window(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_window_group_new() - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_window_group_remove_window(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_window_iconify(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_window_list_toplevels() - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_window_maximize(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_window_move(long, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_window_new(int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_WINDOW_POPUP - Static variable in class org.eclipse.swt.internal.gtk.OS
 
gtk_window_present(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_window_remove_accel_group(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_window_resize(long, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_window_set_default(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_window_set_destroy_with_parent(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_window_set_geometry_hints(long, long, GdkGeometry, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_window_set_icon_list(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_window_set_keep_below(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_window_set_modal(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_window_set_opacity(long, double) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_window_set_resizable(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_window_set_skip_taskbar_hint(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_window_set_title(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_window_set_transient_for(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_window_set_type_hint(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_WINDOW_TOPLEVEL - Static variable in class org.eclipse.swt.internal.gtk.OS
 
gtk_window_unfullscreen(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
gtk_window_unmaximize(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTK_WRAP_NONE - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_WRAP_WORD - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GTK_WRAP_WORD_CHAR - Static variable in class org.eclipse.swt.internal.gtk.OS
 
GtkAccessible - Class in org.eclipse.swt.internal.accessibility.gtk
 
GtkAccessible() - Constructor for class org.eclipse.swt.internal.accessibility.gtk.GtkAccessible
 
GtkAdjustment - Class in org.eclipse.swt.internal.gtk
 
GtkAdjustment() - Constructor for class org.eclipse.swt.internal.gtk.GtkAdjustment
 
GtkAdjustment_sizeof() - Static method in class org.eclipse.swt.internal.gtk.OS
 
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.OS
 
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.OS
 
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.OS
 
GtkCellRendererPixbufClass_sizeof() - Static method in class org.eclipse.swt.internal.gtk.OS
 
GtkCellRendererText_sizeof() - Static method in class org.eclipse.swt.internal.gtk.OS
 
GtkCellRendererTextClass_sizeof() - Static method in class org.eclipse.swt.internal.gtk.OS
 
GtkCellRendererToggle_sizeof() - Static method in class org.eclipse.swt.internal.gtk.OS
 
GtkCellRendererToggleClass_sizeof() - Static method in class org.eclipse.swt.internal.gtk.OS
 
GtkColorSelectionDialog - Class in org.eclipse.swt.internal.gtk
 
GtkColorSelectionDialog() - Constructor for class org.eclipse.swt.internal.gtk.GtkColorSelectionDialog
 
GtkColorSelectionDialog_sizeof() - Static method in class org.eclipse.swt.internal.gtk.OS
 
GtkCombo - Class in org.eclipse.swt.internal.gtk
 
GtkCombo() - Constructor for class org.eclipse.swt.internal.gtk.GtkCombo
 
GtkCombo_sizeof() - Static method in class org.eclipse.swt.internal.gtk.OS
 
GtkFileSelection - Class in org.eclipse.swt.internal.gtk
 
GtkFileSelection() - Constructor for class org.eclipse.swt.internal.gtk.GtkFileSelection
 
GtkFileSelection_sizeof() - Static method in class org.eclipse.swt.internal.gtk.OS
 
GtkFixed - Class in org.eclipse.swt.internal.gtk
 
GtkFixed() - Constructor for class org.eclipse.swt.internal.gtk.GtkFixed
 
GtkFixed_sizeof() - Static method in class org.eclipse.swt.internal.gtk.OS
 
GtkFixedClass_sizeof() - Static method in class org.eclipse.swt.internal.gtk.OS
 
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.OS
 
GtkSelectionData - Class in org.eclipse.swt.internal.gtk
 
GtkSelectionData() - Constructor for class org.eclipse.swt.internal.gtk.GtkSelectionData
 
GtkSelectionData_sizeof() - Static method in class org.eclipse.swt.internal.gtk.OS
 
GtkTargetEntry - Class in org.eclipse.swt.internal.gtk
 
GtkTargetEntry() - Constructor for class org.eclipse.swt.internal.gtk.GtkTargetEntry
 
GtkTargetEntry_sizeof() - Static method in class org.eclipse.swt.internal.gtk.OS
 
GtkTargetPair - Class in org.eclipse.swt.internal.gtk
 
GtkTargetPair() - Constructor for class org.eclipse.swt.internal.gtk.GtkTargetPair
 
GtkTargetPair_sizeof() - Static method in class org.eclipse.swt.internal.gtk.OS
 
GtkTextIter_sizeof() - Static method in class org.eclipse.swt.internal.gtk.OS
 
GtkTreeIter_sizeof() - Static method in class org.eclipse.swt.internal.gtk.OS
 
GtkWidgetClass - Class in org.eclipse.swt.internal.gtk
 
GtkWidgetClass() - Constructor for class org.eclipse.swt.internal.gtk.GtkWidgetClass
 
GTypeInfo - Class in org.eclipse.swt.internal.gtk
 
GTypeInfo() - Constructor for class org.eclipse.swt.internal.gtk.GTypeInfo
 
GTypeInfo_sizeof() - Static method in class org.eclipse.swt.internal.gtk.OS
 
GTypeQuery - Class in org.eclipse.swt.internal.gtk
 
GTypeQuery() - Constructor for class org.eclipse.swt.internal.gtk.GTypeQuery
 
GTypeQuery_sizeof() - Static method in class org.eclipse.swt.internal.gtk.OS
 
GYTable - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 

H

H_SCROLL - Static variable in class org.eclipse.swt.SWT
Style constant for horizontal scrollbar behavior (value is 1<<8).
handle - Variable in class org.eclipse.swt.graphics.Color
the handle to the OS color resource (Warning: This field is platform dependent)
handle - Variable in class org.eclipse.swt.graphics.Cursor
the handle to the OS cursor resource (Warning: This field is platform dependent)
handle - Variable in class org.eclipse.swt.graphics.Font
the handle to the OS font resource (Warning: This field is platform dependent)
handle - Variable in class org.eclipse.swt.graphics.GC
the handle to the OS device context (Warning: This field is platform dependent)
handle - Variable in class org.eclipse.swt.graphics.Path
the OS resource for the Path (Warning: This field is platform dependent)
handle - Variable in class org.eclipse.swt.graphics.Pattern
the OS resource for the Pattern (Warning: This field is platform dependent)
handle - Variable in class org.eclipse.swt.graphics.Region
the OS resource for the region (Warning: This field is platform dependent)
handle - Variable in class org.eclipse.swt.graphics.Transform
the OS resource for the Transform (Warning: This field is platform dependent)
handle - Variable in class org.eclipse.swt.widgets.Widget
the handle to the OS resource (Warning: This field is platform dependent)
handleEvent(Event) - Method in interface org.eclipse.swt.widgets.Listener
Sent when an event that the receiver has registered for occurs.
handleEvent(Event) - Method in class org.eclipse.swt.widgets.TypedListener
Handles the given event.
HardKeyDown - Static variable in class org.eclipse.swt.SWT
The hardware key down event type (value is 33).
HardKeyUp - Static variable in class org.eclipse.swt.SWT
The hardware key up event type (value is 34).
hardware_keycode - Variable in class org.eclipse.swt.internal.gtk.GdkEventKey
 
Has(byte[], int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIProperties
 
hashCode() - Method in class org.eclipse.swt.custom.Bullet
 
hashCode() - Method in class org.eclipse.swt.custom.StyleRange
Returns an integer hash code for the receiver.
hashCode() - Method in class org.eclipse.swt.graphics.Color
Returns an integer hash code for the receiver.
hashCode() - Method in class org.eclipse.swt.graphics.Cursor
Returns an integer hash code for the receiver.
hashCode() - Method in class org.eclipse.swt.graphics.Font
Returns an integer hash code for the receiver.
hashCode() - Method in class org.eclipse.swt.graphics.FontData
Returns an integer hash code for the receiver.
hashCode() - Method in class org.eclipse.swt.graphics.FontMetrics
Returns an integer hash code for the receiver.
hashCode() - Method in class org.eclipse.swt.graphics.GC
Returns an integer hash code for the receiver.
hashCode() - Method in class org.eclipse.swt.graphics.GlyphMetrics
Returns an integer hash code for the receiver.
hashCode() - Method in class org.eclipse.swt.graphics.Image
Returns an integer hash code for the receiver.
hashCode() - Method in class org.eclipse.swt.graphics.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.TextStyle
Returns an integer hash code for the receiver.
hashCode() - Method in class org.eclipse.swt.internal.LONG
 
hashCode() - Method in class org.eclipse.swt.program.Program
Returns an integer hash code for the receiver.
hashCode() - Method in class org.eclipse.swt.widgets.Monitor
Returns an integer hash code for the receiver.
hasListeners() - Method in class org.eclipse.swt.graphics.ImageLoader
Returns true if the receiver has image loader listeners, and false otherwise.
HasMoreElements(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsISimpleEnumerator
 
header - Variable in class org.eclipse.swt.custom.StyledTextPrintOptions
Formatted text to print in the header of each page.
headerArea - Variable in class org.eclipse.swt.internal.theme.GroupDrawData
 
headerHeight - Variable in class org.eclipse.swt.internal.theme.GroupDrawData
 
headerWidth - Variable in class org.eclipse.swt.internal.theme.GroupDrawData
 
HeapMinimize(int) - Method in class org.eclipse.swt.internal.mozilla.nsIMemory
 
height - Variable in class org.eclipse.swt.accessibility.AccessibleControlEvent
 
height - Variable in class org.eclipse.swt.custom.CTabFolderEvent
The height of the chevron button at the time of the event.
height - Variable in class org.eclipse.swt.events.PaintEvent
the height of the bounding rectangle of the region that requires painting
height - Variable in class org.eclipse.swt.events.SelectionEvent
The height of selected area.
height - Variable in class org.eclipse.swt.graphics.FontData
The height of the font data in points (Warning: This field is platform dependent)
height - Variable in class org.eclipse.swt.graphics.GCData
 
height - Variable in class org.eclipse.swt.graphics.ImageData
The height of the image, in pixels.
height - Variable in class org.eclipse.swt.graphics.Rectangle
the height of the rectangle
height - Variable in class org.eclipse.swt.internal.cairo.cairo_font_extents_t
 
height - Variable in class org.eclipse.swt.internal.cairo.cairo_text_extents_t
 
height - Variable in class org.eclipse.swt.internal.gtk.GdkImage
 
height - Variable in class org.eclipse.swt.internal.gtk.GdkRectangle
 
height - Variable in class org.eclipse.swt.internal.gtk.GdkWindowAttr
 
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.gtk.XWindowChanges
 
height - Variable in class org.eclipse.swt.layout.FormData
height specifies the preferred height in pixels.
height - Variable in class org.eclipse.swt.layout.RowData
height specifies the preferred height in pixels.
height - Variable in class org.eclipse.swt.widgets.Event
the height of the bounding rectangle of the region that requires painting
height_inc - Variable in class org.eclipse.swt.internal.gtk.GdkGeometry
 
heightHint - Variable in class org.eclipse.swt.layout.GridData
heightHint specifies the preferred height in pixels.
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).
help_button - Variable in class org.eclipse.swt.internal.gtk.GtkColorSelectionDialog
 
help_button - Variable in class org.eclipse.swt.internal.gtk.GtkFileSelection
 
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.
HI - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
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 - Variable in class org.eclipse.swt.internal.gtk.GtkWidgetClass
 
hide - Static variable in class org.eclipse.swt.internal.gtk.OS
 
Hide - Static variable in class org.eclipse.swt.SWT
The hide event type (value is 23).
hide_all - Variable in class org.eclipse.swt.internal.gtk.GtkWidgetClass
 
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).
hierarchy_changed - Variable in class org.eclipse.swt.internal.gtk.GtkWidgetClass
 
HIGH - Static variable in class org.eclipse.swt.SWT
Indicates high quality (value is 2).
history_list - Variable in class org.eclipse.swt.internal.gtk.GtkFileSelection
 
history_menu - Variable in class org.eclipse.swt.internal.gtk.GtkFileSelection
 
history_pulldown - Variable in class org.eclipse.swt.internal.gtk.GtkFileSelection
 
HistoryPurged(int) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
HistoryPurged(int) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
hitBackground(Point, Rectangle, DrawData) - Method in class org.eclipse.swt.internal.theme.Theme
 
HOME - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the HOME key (value is (1<<24)+7).
HORIZONTAL - Static variable in class org.eclipse.swt.SWT
Style constant for horizontal alignment or orientation behavior (value is 1<<8).
HORIZONTAL_ALIGN_BEGINNING - Static variable in class org.eclipse.swt.layout.GridData
Style bit for new GridData(int) to position the control at the left of the cell.
HORIZONTAL_ALIGN_CENTER - Static variable in class org.eclipse.swt.layout.GridData
Style bit for new GridData(int) to position the control in the horizontal center of the cell.
HORIZONTAL_ALIGN_END - Static variable in class org.eclipse.swt.layout.GridData
Style bit for new GridData(int) to position the control at the right of the cell.
HORIZONTAL_ALIGN_FILL - Static variable in class org.eclipse.swt.layout.GridData
Style bit for new GridData(int) to resize the control to fill the cell horizontally.
horizontal_separator - Static variable in class org.eclipse.swt.internal.gtk.OS
 
horizontalAlignment - Variable in class org.eclipse.swt.custom.ControlEditor
Specifies how the editor should be aligned relative to the control.
horizontalAlignment - Variable in class org.eclipse.swt.layout.GridData
horizontalAlignment specifies how controls will be positioned horizontally within a cell.
horizontalIndent - Variable in class org.eclipse.swt.layout.GridData
horizontalIndent specifies the number of pixels of indentation that will be placed along the left side of the cell.
horizontalSpacing - Variable in class org.eclipse.swt.custom.ViewForm
horizontalSpacing specifies the number of pixels 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 pixels 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.internal.theme.DrawData
 
HOT - Static variable in class org.eclipse.swt.SWT
Event detail field that indicates a user-interface component state is hot (value is 1<<5).
HTMLTransfer - Class in org.eclipse.swt.dnd
The class HTMLTransfer provides a platform specific mechanism for converting text in HTML format represented as a java String to a platform specific representation of the data and vice versa.

I

ICON - Static variable in class org.eclipse.swt.SWT
Constant indicating that an image or operation is of type icon (value is 1).
ICON_CANCEL - Static variable in class org.eclipse.swt.SWT
The style constant for "cancel" icon.
ICON_ERROR - Static variable in class org.eclipse.swt.SWT
The MessageBox style constant for error icon behavior (value is 1).
ICON_INFORMATION - Static variable in class org.eclipse.swt.SWT
The MessageBox style constant for information icon behavior (value is 1<<1).
ICON_QUESTION - Static variable in class org.eclipse.swt.SWT
The MessageBox style constant for question icon behavior (value is 1<<2).
ICON_SEARCH - Static variable in class org.eclipse.swt.SWT
The style constant for "search" icon.
ICON_WARNING - Static variable in class org.eclipse.swt.SWT
The MessageBox style constant for warning icon behavior (value is 1<<3).
ICON_WORKING - Static variable in class org.eclipse.swt.SWT
The MessageBox style constant for "working" icon behavior (value is 1<<4).
Iconify - Static variable in class org.eclipse.swt.SWT
The iconify event type (value is 19).
id - Variable in class org.eclipse.swt.internal.gnome.GnomeVFSMimeApplication
 
ID_CB - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
ID_CR - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
ID_Y - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
identity() - Method in class org.eclipse.swt.graphics.Transform
Modifies the receiver such that the matrix it represents becomes the identity matrix.
IGNORE - Static variable in class org.eclipse.swt.SWT
The MessageBox style constant for an IGNORE button; the only valid combination is ABORT|RETRY|IGNORE (value is 1<<11).
image - Variable in class org.eclipse.swt.dnd.DragSourceEvent
The drag source image to be displayed during the drag.
image - Variable in class org.eclipse.swt.graphics.GCData
 
Image - Class in org.eclipse.swt.graphics
Instances of this class are graphics which have been prepared for display on a specific device.
Image(Device, int, int) - Constructor for class org.eclipse.swt.graphics.Image
Constructs an empty instance of this class with the specified width and height.
Image(Device, Image, int) - Constructor for class org.eclipse.swt.graphics.Image
Constructs a new instance of this class based on the provided image, with an appearance that varies depending on the value of the flag.
Image(Device, Rectangle) - Constructor for class org.eclipse.swt.graphics.Image
Constructs an empty instance of this class with the width and height of the specified rectangle.
Image(Device, ImageData) - Constructor for class org.eclipse.swt.graphics.Image
Constructs an instance of this class from the given ImageData.
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, 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 - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebNavigationInfo
 
IMAGE_BMP - Static variable in class org.eclipse.swt.SWT
Image format constant indicating a Windows BMP format image (value is 0).
IMAGE_BMP_RLE - Static variable in class org.eclipse.swt.SWT
Image format constant indicating a run-length encoded Windows BMP format image (value is 1).
IMAGE_COPY - Static variable in class org.eclipse.swt.SWT
The Image constructor argument indicating that the new image should be a copy of the image provided as an argument (value is 0).
IMAGE_DISABLE - Static variable in class org.eclipse.swt.SWT
The Image constructor argument indicating that the new image should have the appearance of a "disabled" (using the platform's rules for how this should look) copy of the image provided as an argument (value is 1).
IMAGE_GIF - Static variable in class org.eclipse.swt.SWT
Image format constant indicating a GIF format image (value is 2).
IMAGE_GRAY - Static variable in class org.eclipse.swt.SWT
The Image constructor argument indicating that the new image should have the appearance of a "gray scaled" copy of the image provided as an argument (value is 2).
IMAGE_ICO - Static variable in class org.eclipse.swt.SWT
Image format constant indicating a ICO format image (value is 3).
IMAGE_JPEG - Static variable in class org.eclipse.swt.SWT
Image format constant indicating a JPEG format image (value is 4).
IMAGE_OS2_BMP - Static variable in class org.eclipse.swt.SWT
Image format constant indicating an OS/2 BMP format image (value is 7).
IMAGE_PNG - Static variable in class org.eclipse.swt.SWT
Image format constant indicating a PNG format image (value is 5).
IMAGE_TIFF - Static variable in class org.eclipse.swt.SWT
Image format constant indicating a TIFF format image (value is 6).
IMAGE_UNDEFINED - Static variable in class org.eclipse.swt.SWT
Image format constant indicating an unknown image type (value is -1).
ImageData - Class in org.eclipse.swt.graphics
Instances of this class are device-independent descriptions of images.
ImageData(int, int, int, PaletteData) - Constructor for class org.eclipse.swt.graphics.ImageData
Constructs a new, empty ImageData with the given width, height, depth and palette.
ImageData(int, int, int, PaletteData, int, byte[]) - Constructor for class org.eclipse.swt.graphics.ImageData
Constructs a new, empty ImageData with the given width, height, depth, palette, scanlinePad and data.
ImageData(InputStream) - Constructor for class org.eclipse.swt.graphics.ImageData
Constructs an ImageData loaded from the specified input stream.
ImageData(String) - Constructor for class org.eclipse.swt.graphics.ImageData
Constructs an ImageData loaded from a file with the specified name.
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
imageDataLoaded(ImageLoaderEvent) - Method in interface org.eclipse.swt.graphics.ImageLoaderListener
Sent when image data is either partially or completely loaded.
ImageLoader - Class in org.eclipse.swt.graphics
Instances of this class are used to load images from, and save images to, a file or stream.
ImageLoader() - Constructor for class org.eclipse.swt.graphics.ImageLoader
Construct a new empty ImageLoader.
ImageLoaderEvent - Class in org.eclipse.swt.graphics
Instances of this class are sent as a result of the incremental loading of image data.
ImageLoaderEvent(ImageLoader, ImageData, int, boolean) - Constructor for class org.eclipse.swt.graphics.ImageLoaderEvent
Constructs a new instance of this class given the event source and the values to store in its fields.
ImageLoaderListener - Interface in org.eclipse.swt.graphics
Classes which implement this interface provide methods that deal with the incremental loading of image data.
ImageTransfer - Class in org.eclipse.swt.dnd
The class ImageTransfer provides a platform specific mechanism for converting an Image represented as a java ImageData to a platform specific representation of the data and vice versa.
IME - Class in org.eclipse.swt.widgets
Instances of this class represent input method editors.
IME(Canvas, int) - Constructor for class org.eclipse.swt.widgets.IME
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
ImeComposition - Static variable in class org.eclipse.swt.SWT
The IME composition event type (value is 43).
in - Variable in class org.eclipse.swt.internal.gtk.GdkEventFocus
 
inconsistent - Static variable in class org.eclipse.swt.internal.gtk.OS
 
increment - Variable in class org.eclipse.swt.internal.theme.ScaleDrawData
 
increment - Variable in class org.eclipse.swt.internal.theme.ScrollBarDrawData
 
incrementCount - Variable in class org.eclipse.swt.graphics.ImageLoaderEvent
the zero-based count of image data increments -- this is equivalent to the number of events that have been generated while loading a particular image
indent - Variable in class org.eclipse.swt.custom.LineStyleEvent
line indent (input, output)
INDETERMINATE - Static variable in class org.eclipse.swt.SWT
Style constant for progress bar behavior (value is 1<<1).
index - Variable in class org.eclipse.swt.widgets.Event
the index of the item where the event occurred
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, 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(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(TableTreeItem) - Method in class org.eclipse.swt.custom.TableTree
Deprecated. Gets the index of an item.
indexOf(TableTreeItem) - Method in class org.eclipse.swt.custom.TableTreeItem
Deprecated. Gets the index of the specified 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, 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(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(String) - Method in class org.eclipse.swt.widgets.List
Gets the index of an 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(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.
info - Variable in class org.eclipse.swt.internal.gtk.GtkTargetEntry
 
info - Variable in class org.eclipse.swt.internal.gtk.GtkTargetPair
 
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).
INHIBIT_CACHING - Static variable in class org.eclipse.swt.internal.mozilla.nsIRequest
 
INHIBIT_PERSISTENT_CACHING - Static variable in class org.eclipse.swt.internal.mozilla.nsIRequest
 
init() - Method in class org.eclipse.swt.graphics.Device
Initializes any internal resources needed by the device.
Init() - Method in class org.eclipse.swt.internal.mozilla.nsIDirectoryService
 
Init(long, long, char[], long, long, long) - Method in class org.eclipse.swt.internal.mozilla.nsIDownload
 
Init(long, char[], int) - Method in class org.eclipse.swt.internal.mozilla.nsIFilePicker
 
Init(long, long, int) - Method in class org.eclipse.swt.internal.mozilla.nsIFilePicker_1_8
 
Init(long, long, long, long, long, long, long) - Method in class org.eclipse.swt.internal.mozilla.nsITransfer
 
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.
InitEvent(long, int, int) - Method in class org.eclipse.swt.internal.mozilla.nsIDOMEvent
 
initialize - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkObjectClass
 
InitKeyEvent(long, int, int, long, int, int, int, int, int, int) - Method in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
InitMouseEvent(long, int, int, long, int, int, int, int, int, int, int, int, int, short, long) - Method in class org.eclipse.swt.internal.mozilla.nsIDOMMouseEvent
 
InitUIEvent(long, int, int, long, int) - Method in class org.eclipse.swt.internal.mozilla.nsIDOMUIEvent
 
InitWindow(long, long, int, int, int, int) - Method in class org.eclipse.swt.internal.mozilla.nsIBaseWindow
 
InitWithFile(long) - Method in class org.eclipse.swt.internal.mozilla.nsILocalFile
 
InitWithNativePath(long) - Method in class org.eclipse.swt.internal.mozilla.nsILocalFile
 
InitWithPath(long) - Method in class org.eclipse.swt.internal.mozilla.nsILocalFile
 
inner_border - Static variable in class org.eclipse.swt.internal.gtk.OS
 
input - Static variable in class org.eclipse.swt.internal.gtk.OS
 
insert(String) - Method in class org.eclipse.swt.custom.StyledText
Inserts a string.
INSERT - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the INSERT key (value is (1<<24)+9).
insert(String) - Method in class org.eclipse.swt.widgets.Text
Inserts a string.
insert_text - Static variable in class org.eclipse.swt.internal.gtk.OS
 
instance_init - Variable in class org.eclipse.swt.internal.gtk.GTypeInfo
 
instance_size - Variable in class org.eclipse.swt.internal.gtk.GTypeInfo
 
instance_size - Variable in class org.eclipse.swt.internal.gtk.GTypeQuery
 
interface_data - Variable in class org.eclipse.swt.internal.gtk.GInterfaceInfo
 
interface_finalize - Variable in class org.eclipse.swt.internal.gtk.GInterfaceInfo
 
interface_init - Variable in class org.eclipse.swt.internal.gtk.GInterfaceInfo
 
interior_focus - Static variable in class org.eclipse.swt.internal.gtk.OS
 
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_LOAD_FLAGS_ALLOW_THIRD_PARTY_FIXUP - Static variable in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
INTERNAL_LOAD_FLAGS_BYPASS_CLASSIFIER - Static variable in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
INTERNAL_LOAD_FLAGS_DONT_SEND_REFERRER - Static variable in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
INTERNAL_LOAD_FLAGS_DONT_SEND_REFERRER - Static variable in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
INTERNAL_LOAD_FLAGS_FIRST_LOAD - Static variable in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
INTERNAL_LOAD_FLAGS_INHERIT_OWNER - Static variable in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
INTERNAL_LOAD_FLAGS_INHERIT_OWNER - Static variable in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
INTERNAL_LOAD_FLAGS_NONE - Static variable in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
INTERNAL_LOAD_FLAGS_NONE - Static variable in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
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.
InternalLoad(long, long, long, int, char[], long, long, int, long, int, long[], long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell
 
InternalLoad(long, long, long, int, char[], byte[], long, long, int, long, int, long[], long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
InternalLoad(long, long, long, int, char[], byte[], long, long, int, long, int, long[], long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
interpolation - Variable in class org.eclipse.swt.graphics.GCData
 
interrupt() - Static method in class org.eclipse.swt.internal.Compatibility
Interrupt the current thread.
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(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(Region) - Method in class org.eclipse.swt.graphics.Region
Intersects all of the polygons which make up the area covered by the argument to the collection of polygons the receiver maintains to describe its area.
intersection(Rectangle) - Method in class org.eclipse.swt.graphics.Rectangle
Returns a new rectangle which represents the intersection of the receiver and the given rectangle.
intersects(int, int, int, int) - Method in class org.eclipse.swt.graphics.Rectangle
Returns true if the rectangle described by the arguments intersects with the receiver and false otherwise.
intersects(Rectangle) - Method in class org.eclipse.swt.graphics.Rectangle
Returns true if the given rectangle 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.Region
Returns true if the given rectangle intersects with any of the polygons the receiver maintains to describe its area and false otherwise.
invalidate - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkObjectFactoryClass
 
invert() - Method in class org.eclipse.swt.graphics.Transform
Modifies the receiver such that the matrix it represents becomes the mathematical inverse of the matrix it previously represented.
invokeAction(int) - Method in class org.eclipse.swt.custom.StyledText
Executes the action.
is_char_break - Variable in class org.eclipse.swt.internal.gtk.PangoLogAttr
 
is_child_selected - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkSelectionIface
 
is_cursor_position - Variable in class org.eclipse.swt.internal.gtk.PangoLogAttr
 
is_hint - Variable in class org.eclipse.swt.internal.gtk.GdkEventMotion
 
is_line_break - Variable in class org.eclipse.swt.internal.gtk.PangoLogAttr
 
is_mandatory_break - Variable in class org.eclipse.swt.internal.gtk.PangoLogAttr
 
is_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_source - Variable in class org.eclipse.swt.internal.gtk.GdkDragContext
 
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
 
IsAIX - Static variable in class org.eclipse.swt.internal.gtk.OS
OS Constants
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.
IsBeingDestroyed(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell
 
IsBeingDestroyed(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
IsBeingDestroyed(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
isBidiPlatform() - Static method in class org.eclipse.swt.internal.BidiUtil
 
IsCIDRegistered(nsID, int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIComponentRegistrar
 
isClipped() - Method in class org.eclipse.swt.graphics.GC
Returns true if the receiver has a clipping region set into it, and false otherwise.
IsContractIDRegistered(byte[], int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIComponentRegistrar
 
isCurrent() - Method in class org.eclipse.swt.opengl.GLCanvas
Returns a boolean indicating whether the receiver's OpenGL context is the current context.
isDirect - Variable in class org.eclipse.swt.graphics.PaletteData
true if the receiver is a direct palette, and false otherwise
IsDirectory(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIFile
 
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.theme.Theme
 
isDisposed() - Method in class org.eclipse.swt.widgets.Widget
Returns true if the widget has been disposed, and false otherwise.
isEmpty() - Method in class org.eclipse.swt.graphics.Rectangle
Returns true if the receiver does not cover any area in the (x, y) coordinate plane, and false if the receiver does cover some area in the plane.
isEmpty() - Method in class org.eclipse.swt.graphics.Region
Returns true if the receiver does not cover any area in the (x, y) coordinate plane, and false if the receiver does cover some area in the plane.
isEnabled() - 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.
IsExecutable(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIFile
 
IsFile(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIFile
 
isFocusControl() - Method in class org.eclipse.swt.browser.Browser
 
isFocusControl() - Method in class org.eclipse.swt.custom.CCombo
 
isFocusControl() - Method in class org.eclipse.swt.widgets.Control
Returns true if the receiver has the user-interface focus, and false otherwise.
isForwardEnabled() - Method in class org.eclipse.swt.browser.Browser
Returns true if the receiver can navigate to the next session history item, and false otherwise.
IsHidden(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIFile
 
IsHPUX - Static variable in class org.eclipse.swt.internal.gtk.OS
OS Constants
isIdentity() - Method in class org.eclipse.swt.graphics.Transform
Returns true if the Transform represents the identity matrix and false otherwise.
isKeyboardBidi() - Static method in class org.eclipse.swt.internal.BidiUtil
 
isLayoutDeferred() - Method in class org.eclipse.swt.widgets.Composite
Returns true if the receiver or any ancestor up to and including the receiver's nearest ancestor shell has deferred the performing of layouts.
isLetter(char) - Static method in class org.eclipse.swt.internal.Compatibility
Answers whether the character is a letter.
isLetterOrDigit(char) - Static method in class org.eclipse.swt.internal.Compatibility
Answers whether the character is a letter or a digit.
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.
IsLowMemory(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIMemory
 
IsNonBlocking(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIInputStream
 
IsPending(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIRequest
 
IsPreferred(byte[], long[], int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIURIContentListener
 
IsReadable(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIFile
 
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
 
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.
IsServiceInstantiated(nsID, nsID, int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIServiceManager
 
IsServiceInstantiatedByContractID(byte[], nsID, int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIServiceManager
 
isShowing() - Method in class org.eclipse.swt.custom.CTabItem
Returns true if the item will be rendered in the visible area of the CTabFolder.
isSpaceChar(char) - Static method in class org.eclipse.swt.internal.Compatibility
Answers whether the character is a Unicode space character.
IsSpecial(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIFile
 
IsSunOS - Static variable in class org.eclipse.swt.internal.gtk.OS
OS Constants
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).
IsSymlink(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIFile
 
IsTypeSupported(long, long, int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIWebNavigationInfo
 
isUnstyled() - Method in class org.eclipse.swt.custom.StyleRange
Returns whether or not the receiver is unstyled (i.e., does not have any style attributes specified).
isVisible() - Method in class org.eclipse.swt.widgets.Caret
Returns true if the receiver is visible and all of the receiver's ancestors are visible and false otherwise.
isVisible() - Method in class org.eclipse.swt.widgets.Control
Returns true if the receiver is visible and all ancestors up to and including the receiver's nearest ancestor shell are visible.
isVisible() - Method in class org.eclipse.swt.widgets.Menu
Returns true if the receiver is visible and all of the receiver's ancestors are visible and false otherwise.
isVisible() - Method in class org.eclipse.swt.widgets.ScrollBar
Returns true if the receiver is visible and all of the receiver's ancestors are visible and false otherwise.
isVisible() - Method in class org.eclipse.swt.widgets.Shell
 
isVisible() - Method in class org.eclipse.swt.widgets.ToolTip
Returns true if the receiver is visible and all of the receiver's ancestors are visible and false otherwise.
isWhitespace(char) - Static method in class org.eclipse.swt.internal.Compatibility
Answers whether the character is a whitespace character.
IsWindowModal(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIWebBrowserChrome
 
IsWritable(int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIFile
 
ITALIC - Static variable in class org.eclipse.swt.SWT
The font style constant indicating an italic font (value is 1<<1).
item - Variable in class org.eclipse.swt.custom.CTabFolderEvent
The tab item for the operation.
item - Variable in class org.eclipse.swt.dnd.DropTargetEvent
If the associated control is a table or tree, this field contains the item located at the cursor coordinates.
item - Variable in class org.eclipse.swt.events.SelectionEvent
The item that was selected.
item - Variable in class org.eclipse.swt.internal.gtk.PangoLayoutRun
 
Item(int, long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDOMWindowCollection
 
item - Variable in class org.eclipse.swt.widgets.Event
the item that the event occurred in (can be null)
Item - Class in org.eclipse.swt.widgets
This class is the abstract superclass of all non-windowed user interface objects that occur within specific controls.
Item(Widget, int) - Constructor for class org.eclipse.swt.widgets.Item
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
Item(Widget, int, int) - Constructor for class org.eclipse.swt.widgets.Item
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance, and the index at which to place it in the items maintained by its parent.
itemClosed(CTabFolderEvent) - Method in class org.eclipse.swt.custom.CTabFolderAdapter
 
itemClosed(CTabFolderEvent) - Method in interface org.eclipse.swt.custom.CTabFolderListener
Sent when the user clicks on the close button of an item in the CTabFolder.
itemCollapsed(ExpandEvent) - Method in class org.eclipse.swt.events.ExpandAdapter
Sent when an item is collapsed.
itemCollapsed(ExpandEvent) - Method in interface org.eclipse.swt.events.ExpandListener
Sent when an item is collapsed.
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.

J

JAVA_VERSION - Static variable in class org.eclipse.swt.internal.Library
The JAVA and SWT versions
JAVA_VERSION(int, int, int) - Static method in class org.eclipse.swt.internal.Library
Returns the Java version number as an integer.
javaToNative(Object, TransferData) - Method in class org.eclipse.swt.dnd.ByteArrayTransfer
This implementation of javaToNative converts a java byte[] to a platform specific representation.
javaToNative(Object, TransferData) - Method in class org.eclipse.swt.dnd.FileTransfer
This implementation of javaToNative converts a list of file names represented by a java String[] to a platform specific representation.
javaToNative(Object, TransferData) - Method in class org.eclipse.swt.dnd.HTMLTransfer
This implementation of javaToNative converts HTML-formatted text represented by a java String to a platform specific representation.
javaToNative(Object, TransferData) - Method in class org.eclipse.swt.dnd.ImageTransfer
This implementation of javaToNative converts an ImageData object represented by java ImageData to a platform specific representation.
javaToNative(Object, TransferData) - Method in class org.eclipse.swt.dnd.RTFTransfer
This implementation of javaToNative converts RTF-formatted text represented by a java String to a platform specific representation.
javaToNative(Object, TransferData) - Method in class org.eclipse.swt.dnd.TextTransfer
This implementation of javaToNative converts plain text represented by a java String to a platform specific representation.
javaToNative(Object, TransferData) - Method in class org.eclipse.swt.dnd.Transfer
Converts a java representation of data to a platform specific representation of the data.
javaToNative(Object, TransferData) - Method in class org.eclipse.swt.dnd.URLTransfer
This implementation of javaToNative converts a URL represented by a java String to a platform specific representation.
jobName - Variable in class org.eclipse.swt.custom.StyledTextPrintOptions
Name of the print job.
join - Variable in class org.eclipse.swt.graphics.LineAttributes
The line join style.
JOIN_BEVEL - Static variable in class org.eclipse.swt.SWT
Line drawing style for bevel joins (value is 3).
JOIN_MITER - Static variable in class org.eclipse.swt.SWT
Line drawing style for miter joins (value is 1).
JOIN_ROUND - Static variable in class org.eclipse.swt.SWT
Line drawing style for rounded joins (value is 2).
join_style - Variable in class org.eclipse.swt.internal.gtk.GdkGCValues
 
JPEGDecoder - Class in org.eclipse.swt.internal.image
 
JPEGDecoder() - Constructor for class org.eclipse.swt.internal.image.JPEGDecoder
 
JPEGFileFormat - Class in org.eclipse.swt.internal.image
 
JPEGFileFormat() - Constructor for class org.eclipse.swt.internal.image.JPEGFileFormat
 
JPG - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
JPG0 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
JPG13 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
justify - Variable in class org.eclipse.swt.custom.LineStyleEvent
line justification (input, output)
justify - Variable in class org.eclipse.swt.layout.RowLayout
justify specifies whether the controls in a row should be fully justified, with any extra space placed between the controls.

K

KEY_MASK - Static variable in class org.eclipse.swt.SWT
Accelerator constant used to extract the key stroke portion of an accelerator.
key_press_event - Variable in class org.eclipse.swt.internal.gtk.GtkWidgetClass
 
key_press_event - Static variable in class org.eclipse.swt.internal.gtk.OS
 
key_release_event - Variable in class org.eclipse.swt.internal.gtk.GtkWidgetClass
 
key_release_event - Static variable in class org.eclipse.swt.internal.gtk.OS
 
KeyAdapter - Class in org.eclipse.swt.events
This adapter class provides default implementations for the methods described by the KeyListener interface.
KeyAdapter() - Constructor for class org.eclipse.swt.events.KeyAdapter
 
KEYBOARD_BIDI - Static variable in class org.eclipse.swt.internal.BidiUtil
 
KEYBOARD_NON_BIDI - Static variable in class org.eclipse.swt.internal.BidiUtil
 
keyCode - Variable in class org.eclipse.swt.events.KeyEvent
the key code of the key that was typed, as defined by the key code constants in class SWT.
keyCode - Variable in class org.eclipse.swt.widgets.Event
depending on the event, the key code of the key that was typed, as defined by the key code constants in class SWT.
KEYCODE_BIT - Static variable in class org.eclipse.swt.SWT
Accelerator constant used to differentiate a key code from a unicode character.
KeyDown - Static variable in class org.eclipse.swt.SWT
The key down event type (value is 1).
KeyEvent - Class in org.eclipse.swt.events
Instances of this class are sent as a result of keys being pressed and released on the keyboard.
KeyEvent(Event) - Constructor for class org.eclipse.swt.events.KeyEvent
Constructs a new instance of this class based on the information in the given untyped event.
KeyListener - Interface in org.eclipse.swt.events
Classes which implement this interface provide methods that deal with the events that are generated as keys are pressed on the system keyboard.
KEYPAD_0 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the numeric key pad zero key (value is (1<<24)+48).
KEYPAD_1 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the numeric key pad one key (value is (1<<24)+49).
KEYPAD_2 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the numeric key pad two key (value is (1<<24)+50).
KEYPAD_3 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the numeric key pad three key (value is (1<<24)+51).
KEYPAD_4 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the numeric key pad four key (value is (1<<24)+52).
KEYPAD_5 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the numeric key pad five key (value is (1<<24)+53).
KEYPAD_6 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the numeric key pad six key (value is (1<<24)+54).
KEYPAD_7 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the numeric key pad seven key (value is (1<<24)+55).
KEYPAD_8 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the numeric key pad eight key (value is (1<<24)+56).
KEYPAD_9 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the numeric key pad nine key (value is (1<<24)+57).
KEYPAD_ADD - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the numeric key pad add key (value is (1<<24)+43).
KEYPAD_CR - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the numeric key pad enter key (value is (1<<24)+80).
KEYPAD_DECIMAL - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the numeric key pad decimal key (value is (1<<24)+46).
KEYPAD_DIVIDE - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the numeric key pad divide key (value is (1<<24)+47).
KEYPAD_EQUAL - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the numeric key pad equal key (value is (1<<24)+61).
KEYPAD_MULTIPLY - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the numeric key pad multiply key (value is (1<<24)+42).
KEYPAD_SUBTRACT - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the numeric key pad subtract key (value is (1<<24)+45).
keyPressed(KeyEvent) - Method in class org.eclipse.swt.events.KeyAdapter
Sent when a key is pressed on the system keyboard.
keyPressed(KeyEvent) - Method in interface org.eclipse.swt.events.KeyListener
Sent when a key is pressed on the system keyboard.
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.
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.gtk.GdkEventKey
 
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.
LAST_LINE_SELECTION - Static variable in class org.eclipse.swt.SWT
Selection constant indicating that the last line is selected to the end and should be drawn using either a line delimiter or full line selection (value is 1<<20).
Launch() - Method in class org.eclipse.swt.internal.mozilla.nsILocalFile
 
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://).
LaunchWithApplication(long, int) - Method in class org.eclipse.swt.internal.mozilla.nsIHelperAppLauncher
 
LaunchWithApplication(long, int) - Method in class org.eclipse.swt.internal.mozilla.nsIHelperAppLauncher_1_8
 
LaunchWithApplication(long, int) - Method in class org.eclipse.swt.internal.mozilla.nsIHelperAppLauncher_1_9
 
layout() - Method in class org.eclipse.swt.custom.ControlEditor
Lays out the control within the underlying composite.
layout(Composite, boolean) - Method in class org.eclipse.swt.custom.StackLayout
 
layout() - Method in class org.eclipse.swt.custom.TableEditor
 
layout() - Method in class org.eclipse.swt.custom.TableTreeEditor
Deprecated.  
layout() - Method in class org.eclipse.swt.custom.TreeEditor
 
layout - Variable in class org.eclipse.swt.graphics.GCData
 
layout - Variable in class org.eclipse.swt.internal.gtk.PangoLayoutLine
 
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() - 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(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 - 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(Composite, boolean) - Method in class org.eclipse.swt.widgets.Layout
Lays out the children of the specified composite according to this layout.
LEAD - Static variable in class org.eclipse.swt.SWT
Style constant for leading alignment (value is 1<<14).
leave_notify_event - Variable in class org.eclipse.swt.internal.gtk.GtkWidgetClass
 
leave_notify_event - Static variable in class org.eclipse.swt.internal.gtk.OS
 
left - Variable in class org.eclipse.swt.internal.gtk.GtkBorder
 
left - Variable in class org.eclipse.swt.layout.FormData
left specifies the attachment of the left side of the control.
LEFT - Static variable in class org.eclipse.swt.SWT
Style constant for align left behavior (value is 1<<14).
LEFT_TO_RIGHT - Static variable in class org.eclipse.swt.SWT
Style constant for left to right orientation (value is 1<<25).
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.GdkEventKey
 
length - Variable in class org.eclipse.swt.internal.gtk.GtkSelectionData
 
length - Variable in class org.eclipse.swt.internal.gtk.PangoItem
 
length - Variable in class org.eclipse.swt.internal.gtk.PangoLayoutLine
 
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
 
LIGATE - Static variable in class org.eclipse.swt.internal.BidiUtil
 
LIMIT - Static variable in class org.eclipse.swt.widgets.Combo
the operating system limit for the number of characters that the text field in an instance of this class can hold
LIMIT - Static variable in class org.eclipse.swt.widgets.Spinner
the operating system limit for the number of characters that the text field in an instance of this class can hold
LIMIT - Static variable in class org.eclipse.swt.widgets.Text
The maximum number of characters that can be entered into a text widget.
LINE_CUSTOM - Static variable in class org.eclipse.swt.SWT
Line drawing style for custom dashed lines (value is 6).
LINE_DASH - Static variable in class org.eclipse.swt.SWT
Line drawing style for dashed lines (value is 2).
LINE_DASHDOT - Static variable in class org.eclipse.swt.SWT
Line drawing style for alternating dash-dot lines (value is 4).
LINE_DASHDOTDOT - Static variable in class org.eclipse.swt.SWT
Line drawing style for dash-dot-dot lines (value is 5).
LINE_DOT - Static variable in class org.eclipse.swt.SWT
Line drawing style for dotted lines (value is 3).
LINE_DOWN - Static variable in class org.eclipse.swt.custom.ST
 
LINE_END - Static variable in class org.eclipse.swt.custom.ST
 
LINE_SOLID - Static variable in class org.eclipse.swt.SWT
Line drawing style for solid lines (value is 1).
LINE_START - Static variable in class org.eclipse.swt.custom.ST
 
line_style - Variable in class org.eclipse.swt.internal.gtk.GdkGCValues
 
LINE_UP - Static variable in class org.eclipse.swt.custom.ST
 
line_width - Variable in class org.eclipse.swt.internal.gtk.GdkGCValues
 
LineAttributes - Class in org.eclipse.swt.graphics
LineAttributes defines a set of line attributes that can be modified in a GC.
LineAttributes(float) - Constructor for class org.eclipse.swt.graphics.LineAttributes
Create a new line attributes with the specified line width.
LineAttributes(float, int, int) - Constructor for class org.eclipse.swt.graphics.LineAttributes
Create a new line attributes with the specified line cap, join and width.
LineAttributes(float, int, int, int, float[], float, float) - Constructor for class org.eclipse.swt.graphics.LineAttributes
Create a new line attributes with the specified arguments.
lineBackground - Variable in class org.eclipse.swt.custom.LineBackgroundEvent
line background color
LineBackgroundEvent - Class in org.eclipse.swt.custom
This event is sent when a line is about to be drawn.
LineBackgroundEvent(StyledTextEvent) - Constructor for class org.eclipse.swt.custom.LineBackgroundEvent
Constructs a new instance of this class based on the information in the given event.
LineBackgroundListener - Interface in org.eclipse.swt.custom
Classes which implement this interface provide a method that can provide the background color for a line that is to be drawn.
lineCap - Variable in class org.eclipse.swt.graphics.GCData
 
lineDashes - Variable in class org.eclipse.swt.graphics.GCData
 
lineDashesOffset - Variable in class org.eclipse.swt.graphics.GCData
 
lineGetBackground(LineBackgroundEvent) - Method in interface org.eclipse.swt.custom.LineBackgroundListener
This method is called when a line is about to be drawn in order to get its background color.
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.
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.
lineJoin - Variable in class org.eclipse.swt.graphics.GCData
 
lineLabels - Variable in class org.eclipse.swt.custom.StyledTextPrintOptions
Labels used for printing line numbers.
lineMiterLimit - Variable in class org.eclipse.swt.graphics.GCData
 
lineOffset - Variable in class org.eclipse.swt.custom.BidiSegmentEvent
line start offset
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)
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.BidiSegmentEvent
line text
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)
lineTo(float, float) - Method in class org.eclipse.swt.graphics.Path
Adds to the receiver a line from the current point to the point specified by (x, y).
lineWidth - Variable in class org.eclipse.swt.graphics.GCData
 
Link - Class in org.eclipse.swt.widgets
Instances of this class represent a selectable user interface object that displays a text with links.
Link(Composite, int) - Constructor for class org.eclipse.swt.widgets.Link
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
LINKAFTER - Static variable in class org.eclipse.swt.internal.BidiUtil
 
LINKBEFORE - Static variable in class org.eclipse.swt.internal.BidiUtil
 
list - Variable in class org.eclipse.swt.internal.gtk.GtkCombo
 
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.
Listener - Interface in org.eclipse.swt.widgets
Implementers of Listener provide a simple handleEvent() method that is used internally by SWT to dispatch events.
ListenToEventQueue(long, int) - Method in class org.eclipse.swt.internal.mozilla.nsIAppShell
 
load(InputStream) - Method in class org.eclipse.swt.graphics.ImageLoader
Loads an array of ImageData objects from the specified input stream.
load(String) - Method in class org.eclipse.swt.graphics.ImageLoader
Loads an array of ImageData objects from the file with the specified name.
load(InputStream, ImageLoader) - Static method in class org.eclipse.swt.internal.image.FileFormat
Read the specified input stream using the specified loader, and return the device independent image array represented by the stream.
Load(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsILocalFile
 
LOAD_BACKGROUND - Static variable in class org.eclipse.swt.internal.mozilla.nsIRequest
 
LOAD_BYPASS_CACHE - Static variable in class org.eclipse.swt.internal.mozilla.nsIRequest
 
LOAD_CALL_CONTENT_SNIFFERS - Static variable in class org.eclipse.swt.internal.mozilla.nsIChannel
 
LOAD_CMD_HISTORY - Static variable in class org.eclipse.swt.internal.mozilla.nsIDocShell
 
LOAD_CMD_HISTORY - Static variable in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
LOAD_CMD_HISTORY - Static variable in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
LOAD_CMD_NORMAL - Static variable in class org.eclipse.swt.internal.mozilla.nsIDocShell
 
LOAD_CMD_NORMAL - Static variable in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
LOAD_CMD_NORMAL - Static variable in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
LOAD_CMD_RELOAD - Static variable in class org.eclipse.swt.internal.mozilla.nsIDocShell
 
LOAD_CMD_RELOAD - Static variable in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
LOAD_CMD_RELOAD - Static variable in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
LOAD_DOCUMENT_URI - Static variable in class org.eclipse.swt.internal.mozilla.nsIChannel
 
LOAD_FLAGS_BYPASS_CACHE - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebNavigation
 
LOAD_FLAGS_BYPASS_HISTORY - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebNavigation
 
LOAD_FLAGS_BYPASS_PROXY - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebNavigation
 
LOAD_FLAGS_CHARSET_CHANGE - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebNavigation
 
LOAD_FLAGS_IS_LINK - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebNavigation
 
LOAD_FLAGS_IS_REFRESH - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebNavigation
 
LOAD_FLAGS_MASK - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebNavigation
 
LOAD_FLAGS_NONE - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebNavigation
 
LOAD_FLAGS_REPLACE_HISTORY - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebNavigation
 
LOAD_FROM_CACHE - Static variable in class org.eclipse.swt.internal.mozilla.nsIRequest
 
LOAD_INITIAL_DOCUMENT_URI - Static variable in class org.eclipse.swt.internal.mozilla.nsIChannel
 
LOAD_NORMAL - Static variable in class org.eclipse.swt.internal.mozilla.nsIRequest
 
LOAD_REPLACE - Static variable in class org.eclipse.swt.internal.mozilla.nsIChannel
 
LOAD_RETARGETED_DOCUMENT_URI - Static variable in class org.eclipse.swt.internal.mozilla.nsIChannel
 
LOAD_TARGETED - Static variable in class org.eclipse.swt.internal.mozilla.nsIChannel
 
loadFont(String) - Method in class org.eclipse.swt.graphics.Device
Loads the font specified by a file.
loadFromStream(LEDataInputStream) - Method in class org.eclipse.swt.internal.image.FileFormat
Read the specified input stream, and return the device independent image array represented by the stream.
loadLibrary(String) - Static method in class org.eclipse.swt.internal.Library
Loads the shared library that matches the version of the Java code which is currently running.
loadLibrary(String, boolean) - Static method in class org.eclipse.swt.internal.Library
Loads the shared library that matches the version of the Java code which is currently running.
LoadStream(long, long, long, long, long) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell
 
LoadStream(long, long, long, long, long) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
LoadStream(long, long, long, long, long) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
LoadURI(long, long, int, int) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell
 
LoadURI(long, long, int, int) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
LoadURI(long, long, int, int) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
LoadURI(char[], int, long, long, long) - Method in class org.eclipse.swt.internal.mozilla.nsIWebNavigation
 
localeconv_decimal_point() - Static method in class org.eclipse.swt.internal.gtk.OS
 
location - Variable in class org.eclipse.swt.browser.LocationEvent
current location
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
 
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.
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.
Lock - Class in org.eclipse.swt.internal
Instances of this represent a recursive monitor.
Lock() - Constructor for class org.eclipse.swt.internal.Lock
 
lock() - Method in class org.eclipse.swt.internal.Lock
Locks the monitor and returns the lock count.
lock - Static variable in class org.eclipse.swt.internal.Platform
 
LockFactory(int) - Method in class org.eclipse.swt.internal.mozilla.nsIFactory
 
LockPref(byte[]) - Method in class org.eclipse.swt.internal.mozilla.nsIPrefBranch
 
logicalScreenHeight - Variable in class org.eclipse.swt.graphics.ImageLoader
the height of the logical screen on which the images reside, in pixels (this corresponds to the GIF89a Logical Screen Height value)
logicalScreenWidth - Variable in class org.eclipse.swt.graphics.ImageLoader
the width of the logical screen on which the images reside, in pixels (this corresponds to the GIF89a Logical Screen Width value)
LONG - Class in org.eclipse.swt.internal
 
LONG(long) - Constructor for class org.eclipse.swt.internal.LONG
 
LONG - Static variable in class org.eclipse.swt.SWT
Style constant for long date/time format (value is 1<<28).
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
 
lower - Variable in class org.eclipse.swt.internal.mozilla.init.GREVersionRange
 
lowerInclusive - Variable in class org.eclipse.swt.internal.mozilla.init.GREVersionRange
 

M

m0 - Variable in class org.eclipse.swt.internal.mozilla.nsID
 
m1 - Variable in class org.eclipse.swt.internal.mozilla.nsID
 
m2 - Variable in class org.eclipse.swt.internal.mozilla.nsID
 
m3 - Variable in class org.eclipse.swt.internal.mozilla.nsID
 
MAIN_THREAD_ONLY - Static variable in class org.eclipse.swt.internal.mozilla.nsIClassInfo
 
main_vbox - Variable in class org.eclipse.swt.internal.gtk.GtkFileSelection
 
makeColumnsEqualWidth - Variable in class org.eclipse.swt.layout.GridLayout
makeColumnsEqualWidth specifies whether all columns in the layout will be forced to have the same width.
malloc(long) - Static method in class org.eclipse.swt.internal.C
 
map - Variable in class org.eclipse.swt.internal.gtk.GtkWidgetClass
 
map - Static variable in class org.eclipse.swt.internal.gtk.OS
 
map(Control, Control, Point) - Method in class org.eclipse.swt.widgets.Display
Maps a point from one coordinate system to another.
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, Rectangle) - 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_event - Variable in class org.eclipse.swt.internal.gtk.GtkWidgetClass
 
map_event - Static variable in class org.eclipse.swt.internal.gtk.OS
 
marginBottom - Variable in class org.eclipse.swt.layout.FormLayout
marginBottom specifies the number of pixels 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 pixels 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 pixels of vertical margin that will be placed along the bottom edge of the layout.
marginHeight - Variable in class org.eclipse.swt.custom.CTabFolder
marginHeight specifies the number of pixels 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 pixels 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 pixels of vertical margin that will be placed along the top and bottom edges of the form.
marginHeight - Variable in class org.eclipse.swt.layout.FillLayout
marginHeight specifies the number of pixels 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 pixels 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 pixels 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 pixels 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 pixels 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 pixels 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 pixels 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 pixels 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 pixels 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 pixels 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 pixels 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 pixels 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 pixels 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 pixels 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 pixels 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 pixels of horizontal margin that will be placed along the left and right edges of the form.
marginWidth - Variable in class org.eclipse.swt.layout.FillLayout
marginWidth specifies the number of pixels 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 pixels 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 pixels 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 pixels of horizontal margin that will be placed along the left and right edges of the layout.
mask - Variable in class org.eclipse.swt.graphics.Image
The handle to the OS mask resource.
maskData - Variable in class org.eclipse.swt.graphics.ImageData
An icon-specific field containing the data from the icon mask.
maskPad - Variable in class org.eclipse.swt.graphics.ImageData
An icon-specific field containing the scanline pad of the mask.
MAX - Static variable in class org.eclipse.swt.SWT
Style constant for maximize box trim (value is 1<<10).
max_aspect - Variable in class org.eclipse.swt.internal.gtk.GdkGeometry
 
max_height - Variable in class org.eclipse.swt.internal.gtk.GdkGeometry
 
max_width - Variable in class org.eclipse.swt.internal.gtk.GdkGeometry
 
max_x_advance - Variable in class org.eclipse.swt.internal.cairo.cairo_font_extents_t
 
max_y_advance - Variable in class org.eclipse.swt.internal.cairo.cairo_font_extents_t
 
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.
maximum - Variable in class org.eclipse.swt.internal.theme.RangeDrawData
 
mbcsToWcs(String, byte[]) - Static method in class org.eclipse.swt.internal.Converter
 
MeasureItem - Static variable in class org.eclipse.swt.SWT
The measure item event type (value is 41).
measureText(GC, Rectangle, DrawData, String, int) - Method in class org.eclipse.swt.internal.theme.Theme
 
MEDIUM - Static variable in class org.eclipse.swt.SWT
Style constant for medium date/time format (value is 1<<16).
mem - Variable in class org.eclipse.swt.internal.gtk.GdkImage
 
memmove(AtkActionIface, long) - 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(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(AtkObjectFactoryClass, 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(AtkTextIface, long) - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
memmove(GtkAccessible, long) - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
memmove(long, AtkActionIface) - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
memmove(long, AtkComponentIface) - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
memmove(long, AtkHypertextIface) - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
memmove(long, AtkObjectClass) - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
memmove(long, AtkObjectFactoryClass) - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
memmove(long, AtkSelectionIface) - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
memmove(long, AtkTextIface) - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
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, short[], long) - Static method in class org.eclipse.swt.internal.C
 
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(long, 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(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(short[], long, 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(cairo_path_t, long, long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
memmove(cairo_path_data_t, long, long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
memmove(double[], long, long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
memmove(GnomeVFSMimeApplication, long, long) - Static method in class org.eclipse.swt.internal.gnome.GNOME
 
memmove(long, XButtonEvent, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
memmove(long, XClientMessageEvent, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
memmove(long, XCrossingEvent, 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, XFocusChangeEvent, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
memmove(XButtonEvent, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
memmove(XCrossingEvent, 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(XVisibilityEvent, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
memmove(long, GInterfaceInfo, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
memmove(long, GObjectClass) - 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, GtkTargetEntry, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
memmove(long, GtkAdjustment) - Static method in class org.eclipse.swt.internal.gtk.OS
 
memmove(long, GdkEventButton, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
memmove(long, GdkEventExpose, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
memmove(long, GdkEventMotion, long) - 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, PangoAttribute, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
memmove(GObjectClass, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
memmove(GTypeQuery, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
memmove(GtkColorSelectionDialog, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
memmove(GtkFileSelection, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
memmove(GdkDragContext, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
memmove(GtkSelectionData, long, 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(GtkTargetPair, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
memmove(GtkCombo, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
memmove(GtkAdjustment, 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(GdkColor, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
memmove(GdkEvent, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
memmove(GdkEventAny, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
memmove(GdkEventButton, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
memmove(GdkEventCrossing, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
memmove(GdkEventExpose, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
memmove(GdkEventFocus, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
memmove(GdkEventKey, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
memmove(GdkEventMotion, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
memmove(GdkEventScroll, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
memmove(GdkEventVisibility, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
memmove(GdkEventWindowState, long, 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(GtkCellRendererClass, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
memmove(GtkFixed, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
memmove(long, GtkFixed) - Static method in class org.eclipse.swt.internal.gtk.OS
 
memmove(GdkVisual, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
memmove(GdkImage, 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(PangoAttribute, long, 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(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(nsID, long, int) - Static method in class org.eclipse.swt.internal.mozilla.XPCOM
 
memmove(long, nsID, int) - Static method in class org.eclipse.swt.internal.mozilla.XPCOM
 
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 - 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 - 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.
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.
MenuDetect - Static variable in class org.eclipse.swt.SWT
The menu detect event type (value is 35).
menuDetected(MenuDetectEvent) - Method in interface org.eclipse.swt.events.MenuDetectListener
Sent when the platform-dependent trigger for showing a menu item is detected.
MenuDetectEvent - Class in org.eclipse.swt.events
Instances of this class are sent whenever the platform- specific trigger for showing a context menu is detected.
MenuDetectEvent(Event) - Constructor for class org.eclipse.swt.events.MenuDetectEvent
Constructs a new instance of this class based on the information in the given untyped event.
MenuDetectListener - Interface in org.eclipse.swt.events
Classes which implement this interface provide methods that deal with the events that are generated when the platform-specific trigger for showing a context menu is detected.
MenuEvent - Class in org.eclipse.swt.events
Instances of this class are sent as a result of menus being shown and hidden.
MenuEvent(Event) - Constructor for class org.eclipse.swt.events.MenuEvent
Constructs a new instance of this class based on the information in the given untyped event.
menuHidden(MenuEvent) - Method in class org.eclipse.swt.events.MenuAdapter
Sent when a menu is hidden.
menuHidden(MenuEvent) - Method in interface org.eclipse.swt.events.MenuListener
Sent when a menu is hidden.
MenuItem - Class in org.eclipse.swt.widgets
Instances of this class represent a selectable user interface object that issues notification when pressed and released.
MenuItem(Menu, int) - Constructor for class org.eclipse.swt.widgets.MenuItem
Constructs a new instance of this class given its parent (which must be a Menu) and a style value describing its behavior and appearance.
MenuItem(Menu, int, int) - Constructor for class org.eclipse.swt.widgets.MenuItem
Constructs a new instance of this class given its parent (which must be a Menu), a style value describing its behavior and appearance, and the index at which to place it in the items maintained by its parent.
MenuListener - Interface in org.eclipse.swt.events
Classes which implement this interface provide methods that deal with the hiding and showing of menus.
menuShown(MenuEvent) - Method in class org.eclipse.swt.events.MenuAdapter
Sent when a menu is shown.
menuShown(MenuEvent) - Method in interface org.eclipse.swt.events.MenuListener
Sent when a menu is shown.
message_type - Variable in class org.eclipse.swt.internal.gtk.XClientMessageEvent
 
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.
method0(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method1(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method10(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method11(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method12(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method13(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method14(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method15(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method16(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method17(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method18(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method19(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method2(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method20(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method21(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method22(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method23(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method24(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method25(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method26(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method27(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method28(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method29(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method3(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method30(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method31(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method32(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method33(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method34(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method35(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method36(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method37(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method38(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method39(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method4(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method40(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method41(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method42(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method43(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method44(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method45(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method46(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method47(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method48(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method49(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method5(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method50(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method51(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method52(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method53(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method54(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method55(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method56(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method57(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method58(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method59(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method6(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method60(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method61(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method62(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method63(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method64(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method65(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method66(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method67(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method68(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method69(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method7(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method70(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method71(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method72(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method73(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method74(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method75(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method76(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method77(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method78(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method79(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method8(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
method9(long[]) - Method in class org.eclipse.swt.internal.mozilla.XPCOMObject
 
metrics - Variable in class org.eclipse.swt.graphics.TextStyle
the GlyphMetrics of the style
MIN - Static variable in class org.eclipse.swt.SWT
Style constant for minimize box trim (value is 1<<7).
min_aspect - Variable in class org.eclipse.swt.internal.gtk.GdkGeometry
 
min_height - Variable in class org.eclipse.swt.internal.gtk.GdkGeometry
 
MIN_TAB_WIDTH - Variable in class org.eclipse.swt.custom.CTabFolder
Deprecated. This field is no longer used. See setMinimumCharacters(int)
min_width - Variable in class org.eclipse.swt.internal.gtk.GdkGeometry
 
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.
minimum - Variable in class org.eclipse.swt.internal.theme.RangeDrawData
 
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 pixels.
minimumWidth - Variable in class org.eclipse.swt.custom.ControlEditor
Specifies the minimum width the editor can have.
minimumWidth - Variable in class org.eclipse.swt.layout.GridData
minimumWidth specifies the minimum width in pixels.
MIRRORED - Static variable in class org.eclipse.swt.SWT
Style constant to indicate coordinate mirroring (value is 1<<27).
miterLimit - Variable in class org.eclipse.swt.graphics.LineAttributes
The line miter limit.
mnemonic_activate - Variable in class org.eclipse.swt.internal.gtk.GtkWidgetClass
 
mnemonic_activate - Static variable in class org.eclipse.swt.internal.gtk.OS
 
MOD1 - Static variable in class org.eclipse.swt.SWT
Keyboard and/or mouse event mask indicating that the MOD1 key was pushed on the keyboard when the event was generated.
MOD2 - Static variable in class org.eclipse.swt.SWT
Keyboard and/or mouse event mask indicating that the MOD2 key was pushed on the keyboard when the event was generated.
MOD3 - Static variable in class org.eclipse.swt.SWT
Keyboard and/or mouse event mask indicating that the MOD3 key was pushed on the keyboard when the event was generated.
MOD4 - Static variable in class org.eclipse.swt.SWT
Keyboard and/or mouse event mask indicating that the MOD4 key was pushed on the keyboard when the event was generated.
mode - Variable in class org.eclipse.swt.internal.gtk.GdkEventCrossing
 
mode - Static variable in class org.eclipse.swt.internal.gtk.OS
 
mode - Variable in class org.eclipse.swt.internal.gtk.XCrossingEvent
 
mode - Variable in class org.eclipse.swt.internal.gtk.XFocusChangeEvent
 
modeGetFolder - Static variable in class org.eclipse.swt.internal.mozilla.nsIFilePicker
 
modeGetFolder - Static variable in class org.eclipse.swt.internal.mozilla.nsIFilePicker_1_8
 
MODELESS - Static variable in class org.eclipse.swt.SWT
Style constant for modeless behavior (value is 0).
modeOpen - Static variable in class org.eclipse.swt.internal.mozilla.nsIFilePicker
 
modeOpen - Static variable in class org.eclipse.swt.internal.mozilla.nsIFilePicker_1_8
 
modeOpenMultiple - Static variable in class org.eclipse.swt.internal.mozilla.nsIFilePicker
 
modeOpenMultiple - Static variable in class org.eclipse.swt.internal.mozilla.nsIFilePicker_1_8
 
modeSave - Static variable in class org.eclipse.swt.internal.mozilla.nsIFilePicker
 
modeSave - Static variable in class org.eclipse.swt.internal.mozilla.nsIFilePicker_1_8
 
MODIFIER_MASK - Static variable in class org.eclipse.swt.SWT
Keyboard and/or mouse event mask indicating all possible keyboard modifiers.
Modify - Static variable in class org.eclipse.swt.SWT
The modify event type (value is 24).
ModifyEvent - Class in org.eclipse.swt.events
Instances of this class are sent as a result of text being modified.
ModifyEvent(Event) - Constructor for class org.eclipse.swt.events.ModifyEvent
Constructs a new instance of this class based on the information in the given untyped event.
ModifyListener - Interface in org.eclipse.swt.events
Classes which implement this interface provide a method that deals with the events that are generated when text is modified.
modifyText(ExtendedModifyEvent) - Method in interface org.eclipse.swt.custom.ExtendedModifyListener
This method is called after a text change occurs.
modifyText(ModifyEvent) - Method in interface org.eclipse.swt.events.ModifyListener
Sent when the text is modified.
Monitor - Class in org.eclipse.swt.widgets
Instances of this class are descriptions of monitors.
month_changed - Static variable in class org.eclipse.swt.internal.gtk.OS
 
motion_notify_event - Variable in class org.eclipse.swt.internal.gtk.GtkWidgetClass
 
motion_notify_event - Static variable in class org.eclipse.swt.internal.gtk.OS
 
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).
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).
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).
MouseEvent - Class in org.eclipse.swt.events
Instances of this class are sent whenever mouse related actions occur.
MouseEvent(Event) - Constructor for class org.eclipse.swt.events.MouseEvent
Constructs a new instance of this class based on the information in the given untyped event.
mouseExit(MouseEvent) - Method in class org.eclipse.swt.events.MouseTrackAdapter
Sent when the mouse pointer passes out of the area of the screen covered by a control.
mouseExit(MouseEvent) - Method in interface org.eclipse.swt.events.MouseTrackListener
Sent when the mouse pointer passes out of the area of the screen covered by a control.
MouseExit - Static variable in class org.eclipse.swt.SWT
The mouse exit event type (value is 7).
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).
MouseListener - Interface in org.eclipse.swt.events
Classes which implement this interface provide methods that deal with the events that are generated as mouse buttons are pressed.
mouseMove(MouseEvent) - Method in interface org.eclipse.swt.events.MouseMoveListener
Sent when the mouse moves.
MouseMove - Static variable in class org.eclipse.swt.SWT
The mouse move event type (value is 5).
MouseMoveListener - Interface in org.eclipse.swt.events
Classes which implement this interface provide a method that deals with the events that are generated as the mouse pointer moves.
mouseScrolled(MouseEvent) - Method in interface org.eclipse.swt.events.MouseWheelListener
Sent when the mouse wheel is scrolled.
MouseTrackAdapter - Class in org.eclipse.swt.events
This adapter class provides default implementations for the methods described by the MouseTrackListener interface.
MouseTrackAdapter() - Constructor for class org.eclipse.swt.events.MouseTrackAdapter
 
MouseTrackListener - Interface in org.eclipse.swt.events
Classes which implement this interface provide methods that deal with the events that are generated as the mouse pointer passes (or hovers) over controls.
mouseUp(MouseEvent) - Method in class org.eclipse.swt.events.MouseAdapter
Sent when a mouse button is released.
mouseUp(MouseEvent) - Method in interface org.eclipse.swt.events.MouseListener
Sent when a mouse button is released.
MouseUp - Static variable in class org.eclipse.swt.SWT
The mouse up event type (value is 4).
MouseWheel - Static variable in class org.eclipse.swt.SWT
The mouse wheel event type (value is 37).
MouseWheelListener - Interface in org.eclipse.swt.events
Classes which implement this interface provide a method that deals with the event that is generated as the mouse wheel is scrolled.
Move - Static variable in class org.eclipse.swt.SWT
The move event type (value is 10).
move_focus - Static variable in class org.eclipse.swt.internal.gtk.OS
 
moveAbove(Control) - Method in class org.eclipse.swt.widgets.Control
Moves the receiver above the specified control in the drawing order.
moveBelow(Control) - Method in class org.eclipse.swt.widgets.Control
Moves the receiver below the specified control in the drawing order.
movement - Variable in class org.eclipse.swt.custom.MovementEvent
the movement type (input)
MOVEMENT_CHAR - Static variable in class org.eclipse.swt.SWT
The character movement type (value is 1<<0).
MOVEMENT_CLUSTER - Static variable in class org.eclipse.swt.SWT
The cluster movement type (value is 1<<1).
MOVEMENT_WORD - Static variable in class org.eclipse.swt.SWT
The word movement type (value is 1<<2).
MOVEMENT_WORD_END - Static variable in class org.eclipse.swt.SWT
The word end movement type (value is 1<<3).
MOVEMENT_WORD_START - Static variable in class org.eclipse.swt.SWT
The word start movement type (value is 1<<4).
MovementEvent - Class in org.eclipse.swt.custom
This event is sent when a new offset is required based on the current offset and a movement type.
MovementEvent(StyledTextEvent) - Constructor for class org.eclipse.swt.custom.MovementEvent
Constructs a new instance of this class based on the information in the given event.
MovementListener - Interface in org.eclipse.swt.custom
This listener is invoked when a new offset is required based on the current offset and a movement type.
moveTo(float, float) - Method in class org.eclipse.swt.graphics.Path
Sets the current point of the receiver to the point specified by (x, y).
MoveTo(long, long) - Method in class org.eclipse.swt.internal.mozilla.nsIFile
 
MoveToNative(long, long) - Method in class org.eclipse.swt.internal.mozilla.nsIFile
 
MOZILLA - Static variable in class org.eclipse.swt.SWT
Style constant specifying that a Browser should use a Mozilla GRE for rendering its content (value is 1<<15).
MOZILLA_FIVE_HOME - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
MOZILLA_PLUGIN_PATH - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
MULTI - Static variable in class org.eclipse.swt.SWT
Style constant for multi-selection behavior in lists and multiple line support on text fields (value is 1<<1).
multiply(Transform) - Method in class org.eclipse.swt.graphics.Transform
Modifies the receiver such that the matrix it represents becomes the the result of multiplying the matrix it previously represented by the argument.

N

n_preallocs - Variable in class org.eclipse.swt.internal.gtk.GTypeInfo
 
name - Variable in class org.eclipse.swt.graphics.FontData
the font name (Warning: This field is platform dependent)
name - Variable in class org.eclipse.swt.internal.cde.DtActionArg
 
name - Variable in class org.eclipse.swt.internal.gnome.GnomeVFSMimeApplication
 
name - Variable in class org.eclipse.swt.printing.PrinterData
the name of the printer On Windows systems, this is the name of the 'device'.
NamedItem(long, long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDOMWindowCollection
 
NATIVE - Static variable in class org.eclipse.swt.SWT
Input Method Editor style constant for native input behavior (value is 1<<3).
nativeToJava(TransferData) - Method in class org.eclipse.swt.dnd.ByteArrayTransfer
This implementation of nativeToJava converts a platform specific representation of a byte array to a java byte[].
nativeToJava(TransferData) - Method in class org.eclipse.swt.dnd.FileTransfer
This implementation of nativeToJava converts a platform specific representation of a list of file names to a java String[].
nativeToJava(TransferData) - Method in class org.eclipse.swt.dnd.HTMLTransfer
This implementation of nativeToJava converts a platform specific representation of HTML text to a java String.
nativeToJava(TransferData) - Method in class org.eclipse.swt.dnd.ImageTransfer
This implementation of nativeToJava converts a platform specific representation of an image to java ImageData.
nativeToJava(TransferData) - Method in class org.eclipse.swt.dnd.RTFTransfer
This implementation of nativeToJava converts a platform specific representation of RTF text to a java String.
nativeToJava(TransferData) - Method in class org.eclipse.swt.dnd.TextTransfer
This implementation of nativeToJava converts a platform specific representation of plain text to a java String.
nativeToJava(TransferData) - Method in class org.eclipse.swt.dnd.Transfer
Converts a platform specific representation of data to a java representation.
nativeToJava(TransferData) - Method in class org.eclipse.swt.dnd.URLTransfer
This implementation of nativeToJava converts a platform specific representation of a URL to a java String.
NBitsTable - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
NEED_DOMAIN - Static variable in class org.eclipse.swt.internal.mozilla.nsIAuthInformation
 
new_Frame(Composite) - Static method in class org.eclipse.swt.awt.SWT_AWT
Creates a new java.awt.Frame.
new_Shell(Display, Canvas) - Static method in class org.eclipse.swt.awt.SWT_AWT
Creates a new Shell.
new_window_state - Variable in class org.eclipse.swt.internal.gtk.GdkEventWindowState
 
NewChannel(long, byte[], long, long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIIOService
 
NewChannelFromURI(long, long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIIOService
 
newCharCount - Variable in class org.eclipse.swt.custom.TextChangingEvent
Length of text that is going to be inserted
newDeflaterOutputStream(OutputStream) - Static method in class org.eclipse.swt.internal.Compatibility
Create an DeflaterOutputStream if such things are supported.
newFileInputStream(String) - Static method in class org.eclipse.swt.internal.Compatibility
Open a file if such things are supported.
newFileOutputStream(String) - Static method in class org.eclipse.swt.internal.Compatibility
Open a file if such things are supported.
NewFileURI(long, long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIIOService
 
newInflaterInputStream(InputStream) - Static method in class org.eclipse.swt.internal.Compatibility
Create an InflaterInputStream if such things are supported.
newLineCount - Variable in class org.eclipse.swt.custom.TextChangingEvent
Number of new lines that are going to be inserted
newOffset - Variable in class org.eclipse.swt.custom.MovementEvent
the new offset (input, output)
newText - Variable in class org.eclipse.swt.custom.TextChangingEvent
Text that is going to be inserted or empty string if no text will be inserted
NewURI(long, byte[], long, long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIIOService
 
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_expose_event - Variable in class org.eclipse.swt.internal.gtk.GtkWidgetClass
 
NO_FOCUS - Static variable in class org.eclipse.swt.SWT
Style constant for no focus from the mouse behavior (value is 1<<19).
NO_MERGE_PAINTS - Static variable in class org.eclipse.swt.SWT
Style constant for no paint event merging behavior (value is 1<<21).
NO_RADIO_GROUP - Static variable in class org.eclipse.swt.SWT
Style constant for preventing child radio group behavior (value is 1<<22).
NO_REDRAW_RESIZE - Static variable in class org.eclipse.swt.SWT
Style constant for no redraw on resize behavior (value is 1<<20).
NO_SCROLL - Static variable in class org.eclipse.swt.SWT
Style constant for no scrollbar behavior (value is 1<<4).
NO_TRIM - Static variable in class org.eclipse.swt.SWT
Style constant to ensure no trimmings are used (value is 1<<3).
NoEventMask - Static variable in class org.eclipse.swt.internal.gtk.OS
 
NoExpose - Static variable in class org.eclipse.swt.internal.gtk.OS
 
None - Static variable in class org.eclipse.swt.internal.gtk.OS
 
None - Static variable in class org.eclipse.swt.SWT
The null event type (value is 0).
NONE - Static variable in class org.eclipse.swt.SWT
A constant known to be zero (0), typically used in operations which take bit flags to indicate that "no bits are set".
NORMAL - Static variable in class org.eclipse.swt.SWT
The font style constant indicating a normal weight, non-italic font (value is 0).
NORMAL_FILE_TYPE - Static variable in class org.eclipse.swt.internal.mozilla.nsIFile
 
Normalize() - Method in class org.eclipse.swt.internal.mozilla.nsIFile
 
notify - Variable in class org.eclipse.swt.internal.gtk.GObjectClass
 
NOTIFY_ALL - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebProgress
 
NOTIFY_LOCATION - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebProgress
 
NOTIFY_PROGRESS - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebProgress
 
NOTIFY_SECURITY - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebProgress
 
NOTIFY_STATE_ALL - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebProgress
 
NOTIFY_STATE_DOCUMENT - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebProgress
 
NOTIFY_STATE_NETWORK - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebProgress
 
NOTIFY_STATE_REQUEST - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebProgress
 
NOTIFY_STATE_WINDOW - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebProgress
 
NOTIFY_STATUS - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebProgress
 
NotifyAncestor - Static variable in class org.eclipse.swt.internal.gtk.OS
 
NotifyGrab - Static variable in class org.eclipse.swt.internal.gtk.OS
 
NotifyHint - Static variable in class org.eclipse.swt.internal.gtk.OS
 
notifyListeners(ImageLoaderEvent) - Method in class org.eclipse.swt.graphics.ImageLoader
Notifies all image loader listeners that an image loader event has occurred.
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.
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
 
NotifyObservers(long, byte[], char[]) - Method in class org.eclipse.swt.internal.mozilla.nsIObserverService
 
NotifyPointer - Static variable in class org.eclipse.swt.internal.gtk.OS
 
NotifyUngrab - Static variable in class org.eclipse.swt.internal.gtk.OS
 
NotifyVirtual - Static variable in class org.eclipse.swt.internal.gtk.OS
 
NotifyWhileGrabbed - Static variable in class org.eclipse.swt.internal.gtk.OS
 
NS_APP_APPLICATION_REGISTRY_DIR - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
NS_APP_CACHE_PARENT_DIR - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
NS_APP_HISTORY_50_FILE - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
NS_APP_LOCALSTORE_50_FILE - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
NS_APP_PLUGINS_DIR_LIST - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
NS_APP_PREF_DEFAULTS_50_DIR - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
NS_APP_PREFS_50_DIR - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
NS_APP_PREFS_50_FILE - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
NS_APP_USER_CHROME_DIR - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
NS_APP_USER_MIMETYPES_50_FILE - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
NS_APP_USER_PROFILE_50_DIR - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
NS_APPSHELL_CID - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
NS_BINDING_ABORTED - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
NS_CATEGORYMANAGER_CID - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
NS_COMFALSE - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
NS_CONTEXTSTACK_CONTRACTID - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
NS_COOKIEMANAGER_CONTRACTID - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
NS_DIRECTORYSERVICE_CONTRACTID - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
NS_DOMSERIALIZER_CONTRACTID - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
NS_DOWNLOAD_CID - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
NS_DOWNLOAD_CONTRACTID - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
NS_ERROR_ABORT - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
NS_ERROR_ALREADY_INITIALIZED - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
NS_ERROR_BASE - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
NS_ERROR_FACTORY_EXISTS - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
NS_ERROR_FACTORY_NO_SIGNATURE_SUPPORT - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
NS_ERROR_FACTORY_NOT_LOADED - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
NS_ERROR_FACTORY_NOT_REGISTERED - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
NS_ERROR_FACTORY_REGISTER_AGAIN - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
NS_ERROR_FAILURE - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
NS_ERROR_FILE_NOT_FOUND - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
NS_ERROR_FILE_UNRECOGNIZED_PATH - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
NS_ERROR_HTMLPARSER_UNRESOLVEDDTD - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
NS_ERROR_ILLEGAL_VALUE - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
NS_ERROR_INVALID_ARG - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
NS_ERROR_INVALID_POINTER - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
NS_ERROR_NO_AGGREGATION - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
NS_ERROR_NO_INTERFACE - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
NS_ERROR_NOT_AVAILABLE - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
NS_ERROR_NOT_IMPLEMENTED - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
NS_ERROR_NOT_INITIALIZED - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
NS_ERROR_NULL_POINTER - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
NS_ERROR_OUT_OF_MEMORY - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
NS_ERROR_UNEXPECTED - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
NS_FILEPICKER_CID - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
NS_FILEPICKER_CONTRACTID - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
NS_GetComponentManager(long[]) - Static method in class org.eclipse.swt.internal.mozilla.XPCOM
 
NS_GetServiceManager(long[]) - Static method in class org.eclipse.swt.internal.mozilla.XPCOM
 
NS_GRE_COMPONENT_DIR - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
NS_GRE_DIR - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
NS_HELPERAPPLAUNCHERDIALOG_CID - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
NS_HELPERAPPLAUNCHERDIALOG_CONTRACTID - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
NS_IAPPSHELL_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsIAppShell
 
NS_IAPPSHELL_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsIAppShell
 
NS_IAUTHINFORMATION_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsIAuthInformation
 
NS_IAUTHINFORMATION_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsIAuthInformation
 
NS_IBASEWINDOW_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsIBaseWindow
 
NS_IBASEWINDOW_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsIBaseWindow
 
NS_ICANCELABLE_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsICancelable
 
NS_ICANCELABLE_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsICancelable
 
NS_ICATEGORYMANAGER_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsICategoryManager
 
NS_ICATEGORYMANAGER_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsICategoryManager
 
NS_ICHANNEL_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsIChannel
 
NS_ICHANNEL_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsIChannel
 
NS_ICLASSINFO_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsIClassInfo
 
NS_ICLASSINFO_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsIClassInfo
 
NS_ICOMPONENTMANAGER_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsIComponentManager
 
NS_ICOMPONENTMANAGER_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsIComponentManager
 
NS_ICOMPONENTREGISTRAR_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsIComponentRegistrar
 
NS_ICOMPONENTREGISTRAR_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsIComponentRegistrar
 
NS_ICONTEXTMENULISTENER_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsIContextMenuListener
 
NS_ICONTEXTMENULISTENER_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsIContextMenuListener
 
NS_ICOOKIE_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsICookie
 
NS_ICOOKIE_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsICookie
 
NS_ICOOKIEMANAGER_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsICookieManager
 
NS_ICOOKIEMANAGER_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsICookieManager
 
NS_IDATATYPE_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsIDataType
 
NS_IDATATYPE_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsIDataType
 
NS_IDIRECTORYSERVICE_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsIDirectoryService
 
NS_IDIRECTORYSERVICE_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsIDirectoryService
 
NS_IDIRECTORYSERVICEPROVIDER2_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsIDirectoryServiceProvider2
 
NS_IDIRECTORYSERVICEPROVIDER2_IID_STRING - Static variable in class org.eclipse.swt.internal.mozilla.nsIDirectoryServiceProvider2
 
NS_IDIRECTORYSERVICEPROVIDER_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsIDirectoryServiceProvider
 
NS_IDIRECTORYSERVICEPROVIDER_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsIDirectoryServiceProvider
 
NS_IDOCSHELL_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsIDocShell
 
NS_IDOCSHELL_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
NS_IDOCSHELL_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
NS_IDOCSHELL_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsIDocShell
 
NS_IDOCSHELL_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
NS_IDOCSHELL_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
NS_IDOMEVENT_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMEvent
 
NS_IDOMEVENT_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMEvent
 
NS_IDOMEVENTTARGET_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMEventTarget
 
NS_IDOMEVENTTARGET_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMEventTarget
 
NS_IDOMKEYEVENT_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
NS_IDOMKEYEVENT_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
NS_IDOMMOUSEEVENT_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMMouseEvent
 
NS_IDOMMOUSEEVENT_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMMouseEvent
 
NS_IDOMSERIALIZER_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMSerializer
 
NS_IDOMSERIALIZER_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMSerializer_1_7
 
NS_IDOMSERIALIZER_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMSerializer
 
NS_IDOMSERIALIZER_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMSerializer_1_7
 
NS_IDOMUIEVENT_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMUIEvent
 
NS_IDOMUIEVENT_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMUIEvent
 
NS_IDOMWINDOW_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMWindow
 
NS_IDOMWINDOW_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMWindow
 
NS_IDOMWINDOWCOLLECTION_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMWindowCollection
 
NS_IDOMWINDOWCOLLECTION_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsIDOMWindowCollection
 
NS_IDOWNLOAD_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsIDownload
 
NS_IDOWNLOAD_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsIDownload_1_8
 
NS_IDOWNLOAD_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsIDownload
 
NS_IDOWNLOAD_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsIDownload_1_8
 
NS_IEMBEDDINGSITEWINDOW_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsIEmbeddingSiteWindow
 
NS_IEMBEDDINGSITEWINDOW_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsIEmbeddingSiteWindow
 
NS_IFACTORY_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsIFactory
 
NS_IFACTORY_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsIFactory
 
NS_IFILE_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsIFile
 
NS_IFILE_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsIFile
 
NS_IFILEPICKER_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsIFilePicker
 
NS_IFILEPICKER_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsIFilePicker_1_8
 
NS_IFILEPICKER_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsIFilePicker
 
NS_IFILEPICKER_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsIFilePicker_1_8
 
NS_IHELPERAPPLAUNCHER_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsIHelperAppLauncher
 
NS_IHELPERAPPLAUNCHER_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsIHelperAppLauncher_1_8
 
NS_IHELPERAPPLAUNCHER_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsIHelperAppLauncher_1_9
 
NS_IHELPERAPPLAUNCHER_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsIHelperAppLauncher
 
NS_IHELPERAPPLAUNCHER_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsIHelperAppLauncher_1_8
 
NS_IHELPERAPPLAUNCHER_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsIHelperAppLauncher_1_9
 
NS_IHELPERAPPLAUNCHERDIALOG_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsIHelperAppLauncherDialog
 
NS_IHELPERAPPLAUNCHERDIALOG_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsIHelperAppLauncherDialog_1_9
 
NS_IHELPERAPPLAUNCHERDIALOG_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsIHelperAppLauncherDialog
 
NS_IHELPERAPPLAUNCHERDIALOG_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsIHelperAppLauncherDialog_1_9
 
NS_IINPUTSTREAM_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsIInputStream
 
NS_IINPUTSTREAM_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsIInputStream
 
NS_IINTERFACEREQUESTOR_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsIInterfaceRequestor
 
NS_IINTERFACEREQUESTOR_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsIInterfaceRequestor
 
NS_IIOSERVICE_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsIIOService
 
NS_IIOSERVICE_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsIIOService
 
NS_IJSCONTEXTSTACK_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsIJSContextStack
 
NS_IJSCONTEXTSTACK_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsIJSContextStack
 
NS_ILOCALFILE_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsILocalFile
 
NS_ILOCALFILE_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsILocalFile
 
NS_IMEMORY_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsIMemory
 
NS_IMEMORY_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsIMemory
 
NS_InitXPCOM2(long, long, long) - Static method in class org.eclipse.swt.internal.mozilla.XPCOM
 
NS_INPUTSTREAMCHANNEL_CID - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
NS_IOBSERVERSERVICE_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsIObserverService
 
NS_IOBSERVERSERVICE_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsIObserverService
 
NS_IOSERVICE_CID - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
NS_IPREFBRANCH_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsIPrefBranch
 
NS_IPREFBRANCH_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsIPrefBranch
 
NS_IPREFLOCALIZEDSTRING_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsIPrefLocalizedString
 
NS_IPREFLOCALIZEDSTRING_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsIPrefLocalizedString
 
NS_IPREFSERVICE_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsIPrefService
 
NS_IPREFSERVICE_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsIPrefService
 
NS_IPROGRESSDIALOG_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsIProgressDialog
 
NS_IPROGRESSDIALOG_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsIProgressDialog_1_8
 
NS_IPROGRESSDIALOG_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsIProgressDialog
 
NS_IPROGRESSDIALOG_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsIProgressDialog_1_8
 
NS_IPROMPTSERVICE2_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsIPromptService2
 
NS_IPROMPTSERVICE2_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsIPromptService2
 
NS_IPROMPTSERVICE_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsIPromptService
 
NS_IPROMPTSERVICE_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsIPromptService
 
NS_IPROPERTIES_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsIProperties
 
NS_IPROPERTIES_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsIProperties
 
NS_IREQUEST_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsIRequest
 
NS_IREQUEST_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsIRequest
 
NS_ISECURITYCHECKEDCOMPONENT_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsISecurityCheckedComponent
 
NS_ISECURITYCHECKEDCOMPONENT_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsISecurityCheckedComponent
 
NS_ISERVICEMANAGER_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsIServiceManager
 
NS_ISERVICEMANAGER_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsIServiceManager
 
NS_ISIMPLEENUMERATOR_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsISimpleEnumerator
 
NS_ISIMPLEENUMERATOR_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsISimpleEnumerator
 
NS_ISUPPORTS_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsISupports
 
NS_ISUPPORTS_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsISupports
 
NS_ISUPPORTSWEAKREFERENCE_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsISupportsWeakReference
 
NS_ISUPPORTSWEAKREFERENCE_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsISupportsWeakReference
 
NS_ITOOLTIPLISTENER_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsITooltipListener
 
NS_ITOOLTIPLISTENER_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsITooltipListener
 
NS_ITRANSFER_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsITransfer
 
NS_ITRANSFER_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsITransfer
 
NS_IURI_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsIURI
 
NS_IURI_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsIURI
 
NS_IURICONTENTLISTENER_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsIURIContentListener
 
NS_IURICONTENTLISTENER_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsIURIContentListener
 
NS_IVARIANT_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsIVariant
 
NS_IVARIANT_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsIVariant
 
NS_IWEAKREFERENCE_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsIWeakReference
 
NS_IWEAKREFERENCE_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsIWeakReference
 
NS_IWEBBROWSER_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebBrowser
 
NS_IWEBBROWSER_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebBrowser
 
NS_IWEBBROWSERCHROME_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebBrowserChrome
 
NS_IWEBBROWSERCHROME_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebBrowserChrome
 
NS_IWEBBROWSERCHROMEFOCUS_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebBrowserChromeFocus
 
NS_IWEBBROWSERCHROMEFOCUS_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebBrowserChromeFocus
 
NS_IWEBBROWSERFOCUS_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebBrowserFocus
 
NS_IWEBBROWSERFOCUS_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebBrowserFocus
 
NS_IWEBNAVIGATION_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebNavigation
 
NS_IWEBNAVIGATION_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebNavigation
 
NS_IWEBNAVIGATIONINFO_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebNavigationInfo
 
NS_IWEBNAVIGATIONINFO_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebNavigationInfo
 
NS_IWEBPROGRESS_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebProgress
 
NS_IWEBPROGRESS_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebProgress
 
NS_IWEBPROGRESSLISTENER2_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebProgressListener2
 
NS_IWEBPROGRESSLISTENER2_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebProgressListener2
 
NS_IWEBPROGRESSLISTENER_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebProgressListener
 
NS_IWEBPROGRESSLISTENER_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebProgressListener
 
NS_IWINDOWCREATOR2_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsIWindowCreator2
 
NS_IWINDOWCREATOR2_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsIWindowCreator2
 
NS_IWINDOWCREATOR_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsIWindowCreator
 
NS_IWINDOWCREATOR_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsIWindowCreator
 
NS_IWINDOWWATCHER_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsIWindowWatcher
 
NS_IWINDOWWATCHER_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsIWindowWatcher
 
NS_IWRITABLEVARIANT_IID - Static variable in class org.eclipse.swt.internal.mozilla.nsIWritableVariant
 
NS_IWRITABLEVARIANT_IID_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsIWritableVariant
 
NS_LOADGROUP_CID - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
NS_MEMORY_CONTRACTID - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
NS_NewLocalFile(long, int, long[]) - Static method in class org.eclipse.swt.internal.mozilla.XPCOM
 
NS_NOINTERFACE - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
NS_OBSERVER_CONTRACTID - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
NS_OK - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
NS_OS_CURRENT_PROCESS_DIR - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
NS_OS_HOME_DIR - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
NS_OS_TEMP_DIR - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
NS_PREFLOCALIZEDSTRING_CONTRACTID - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
NS_PREFSERVICE_CONTRACTID - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
NS_PROMPTSERVICE_CID - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
NS_PROMPTSERVICE_CONTRACTID - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
NS_TRANSFER_CONTRACTID - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
NS_VARIANT_CONTRACTID - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
NS_WEBNAVIGATIONINFO_CONTRACTID - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
NS_WINDOWWATCHER_CONTRACTID - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
NS_XPCOM_COMPONENT_DIR - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
NS_XPCOM_CURRENT_PROCESS_DIR - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
NS_XPCOM_INIT_CURRENT_PROCESS_DIR - Static variable in class org.eclipse.swt.internal.mozilla.XPCOM
 
nsEmbedCString_delete(long) - Static method in class org.eclipse.swt.internal.mozilla.XPCOM
 
nsEmbedCString_get(long) - Static method in class org.eclipse.swt.internal.mozilla.XPCOM
 
nsEmbedCString_Length(long) - Static method in class org.eclipse.swt.internal.mozilla.XPCOM
 
nsEmbedCString_new() - Static method in class org.eclipse.swt.internal.mozilla.XPCOM
 
nsEmbedCString_new(byte[], int) - Static method in class org.eclipse.swt.internal.mozilla.XPCOM
 
nsEmbedCString_new(long, int) - Static method in class org.eclipse.swt.internal.mozilla.XPCOM
 
nsEmbedString - Class in org.eclipse.swt.internal.mozilla
 
nsEmbedString() - Constructor for class org.eclipse.swt.internal.mozilla.nsEmbedString
 
nsEmbedString(String) - Constructor for class org.eclipse.swt.internal.mozilla.nsEmbedString
 
nsEmbedString_delete(long) - Static method in class org.eclipse.swt.internal.mozilla.XPCOM
 
nsEmbedString_get(long) - Static method in class org.eclipse.swt.internal.mozilla.XPCOM
 
nsEmbedString_Length(long) - Static method in class org.eclipse.swt.internal.mozilla.XPCOM
 
nsEmbedString_new() - Static method in class org.eclipse.swt.internal.mozilla.XPCOM
 
nsEmbedString_new(char[]) - Static method in class org.eclipse.swt.internal.mozilla.XPCOM
 
nsIAppShell - Class in org.eclipse.swt.internal.mozilla
 
nsIAppShell(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsIAppShell
 
nsIAuthInformation - Class in org.eclipse.swt.internal.mozilla
 
nsIAuthInformation(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsIAuthInformation
 
nsIBaseWindow - Class in org.eclipse.swt.internal.mozilla
 
nsIBaseWindow(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsIBaseWindow
 
nsICancelable - Class in org.eclipse.swt.internal.mozilla
 
nsICancelable(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsICancelable
 
nsICategoryManager - Class in org.eclipse.swt.internal.mozilla
 
nsICategoryManager(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsICategoryManager
 
nsIChannel - Class in org.eclipse.swt.internal.mozilla
 
nsIChannel(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsIChannel
 
nsIClassInfo - Class in org.eclipse.swt.internal.mozilla
 
nsIClassInfo(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsIClassInfo
 
nsIComponentManager - Class in org.eclipse.swt.internal.mozilla
 
nsIComponentManager(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsIComponentManager
 
nsIComponentRegistrar - Class in org.eclipse.swt.internal.mozilla
 
nsIComponentRegistrar(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsIComponentRegistrar
 
nsIContextMenuListener - Class in org.eclipse.swt.internal.mozilla
 
nsIContextMenuListener(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsIContextMenuListener
 
nsICookie - Class in org.eclipse.swt.internal.mozilla
 
nsICookie(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsICookie
 
nsICookieManager - Class in org.eclipse.swt.internal.mozilla
 
nsICookieManager(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsICookieManager
 
nsID - Class in org.eclipse.swt.internal.mozilla
 
nsID() - Constructor for class org.eclipse.swt.internal.mozilla.nsID
 
nsID(String) - Constructor for class org.eclipse.swt.internal.mozilla.nsID
 
nsID_delete(long) - Static method in class org.eclipse.swt.internal.mozilla.XPCOM
 
nsID_Equals(long, long) - Static method in class org.eclipse.swt.internal.mozilla.XPCOM
 
nsID_new() - Static method in class org.eclipse.swt.internal.mozilla.XPCOM
 
nsIDataType - Class in org.eclipse.swt.internal.mozilla
 
nsIDataType(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsIDataType
 
nsIDirectoryService - Class in org.eclipse.swt.internal.mozilla
 
nsIDirectoryService(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsIDirectoryService
 
nsIDirectoryServiceProvider - Class in org.eclipse.swt.internal.mozilla
 
nsIDirectoryServiceProvider(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsIDirectoryServiceProvider
 
nsIDirectoryServiceProvider2 - Class in org.eclipse.swt.internal.mozilla
 
nsIDirectoryServiceProvider2(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsIDirectoryServiceProvider2
 
nsIDocShell - Class in org.eclipse.swt.internal.mozilla
 
nsIDocShell(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsIDocShell
 
nsIDocShell_1_8 - Class in org.eclipse.swt.internal.mozilla
 
nsIDocShell_1_8(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
nsIDocShell_1_9 - Class in org.eclipse.swt.internal.mozilla
 
nsIDocShell_1_9(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
nsIDOMEvent - Class in org.eclipse.swt.internal.mozilla
 
nsIDOMEvent(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsIDOMEvent
 
nsIDOMEventTarget - Class in org.eclipse.swt.internal.mozilla
 
nsIDOMEventTarget(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsIDOMEventTarget
 
nsIDOMKeyEvent - Class in org.eclipse.swt.internal.mozilla
 
nsIDOMKeyEvent(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsIDOMKeyEvent
 
nsIDOMMouseEvent - Class in org.eclipse.swt.internal.mozilla
 
nsIDOMMouseEvent(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsIDOMMouseEvent
 
nsIDOMSerializer - Class in org.eclipse.swt.internal.mozilla
 
nsIDOMSerializer(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsIDOMSerializer
 
nsIDOMSerializer_1_7 - Class in org.eclipse.swt.internal.mozilla
 
nsIDOMSerializer_1_7(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsIDOMSerializer_1_7
 
nsIDOMUIEvent - Class in org.eclipse.swt.internal.mozilla
 
nsIDOMUIEvent(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsIDOMUIEvent
 
nsIDOMWindow - Class in org.eclipse.swt.internal.mozilla
 
nsIDOMWindow(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsIDOMWindow
 
nsIDOMWindowCollection - Class in org.eclipse.swt.internal.mozilla
 
nsIDOMWindowCollection(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsIDOMWindowCollection
 
nsIDownload - Class in org.eclipse.swt.internal.mozilla
 
nsIDownload(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsIDownload
 
nsIDownload_1_8 - Class in org.eclipse.swt.internal.mozilla
 
nsIDownload_1_8(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsIDownload_1_8
 
nsIEmbeddingSiteWindow - Class in org.eclipse.swt.internal.mozilla
 
nsIEmbeddingSiteWindow(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsIEmbeddingSiteWindow
 
nsIFactory - Class in org.eclipse.swt.internal.mozilla
 
nsIFactory(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsIFactory
 
nsIFile - Class in org.eclipse.swt.internal.mozilla
 
nsIFile(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsIFile
 
nsIFilePicker - Class in org.eclipse.swt.internal.mozilla
 
nsIFilePicker(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsIFilePicker
 
nsIFilePicker_1_8 - Class in org.eclipse.swt.internal.mozilla
 
nsIFilePicker_1_8(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsIFilePicker_1_8
 
nsIHelperAppLauncher - Class in org.eclipse.swt.internal.mozilla
 
nsIHelperAppLauncher(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsIHelperAppLauncher
 
nsIHelperAppLauncher_1_8 - Class in org.eclipse.swt.internal.mozilla
 
nsIHelperAppLauncher_1_8(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsIHelperAppLauncher_1_8
 
nsIHelperAppLauncher_1_9 - Class in org.eclipse.swt.internal.mozilla
 
nsIHelperAppLauncher_1_9(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsIHelperAppLauncher_1_9
 
nsIHelperAppLauncherDialog - Class in org.eclipse.swt.internal.mozilla
 
nsIHelperAppLauncherDialog(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsIHelperAppLauncherDialog
 
nsIHelperAppLauncherDialog_1_9 - Class in org.eclipse.swt.internal.mozilla
 
nsIHelperAppLauncherDialog_1_9(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsIHelperAppLauncherDialog_1_9
 
nsIInputStream - Class in org.eclipse.swt.internal.mozilla
 
nsIInputStream(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsIInputStream
 
nsIInterfaceRequestor - Class in org.eclipse.swt.internal.mozilla
 
nsIInterfaceRequestor(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsIInterfaceRequestor
 
nsIIOService - Class in org.eclipse.swt.internal.mozilla
 
nsIIOService(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsIIOService
 
nsIJSContextStack - Class in org.eclipse.swt.internal.mozilla
 
nsIJSContextStack(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsIJSContextStack
 
nsILocalFile - Class in org.eclipse.swt.internal.mozilla
 
nsILocalFile(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsILocalFile
 
nsIMemory - Class in org.eclipse.swt.internal.mozilla
 
nsIMemory(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsIMemory
 
nsIMemory_Alloc(long, int) - Static method in class org.eclipse.swt.internal.mozilla.XPCOM
 
nsIMemory_Realloc(long, long, int) - Static method in class org.eclipse.swt.internal.mozilla.XPCOM
 
nsIObserverService - Class in org.eclipse.swt.internal.mozilla
 
nsIObserverService(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsIObserverService
 
nsIPrefBranch - Class in org.eclipse.swt.internal.mozilla
 
nsIPrefBranch(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsIPrefBranch
 
nsIPrefLocalizedString - Class in org.eclipse.swt.internal.mozilla
 
nsIPrefLocalizedString(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsIPrefLocalizedString
 
nsIPrefService - Class in org.eclipse.swt.internal.mozilla
 
nsIPrefService(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsIPrefService
 
nsIProgressDialog - Class in org.eclipse.swt.internal.mozilla
 
nsIProgressDialog(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsIProgressDialog
 
nsIProgressDialog_1_8 - Class in org.eclipse.swt.internal.mozilla
 
nsIProgressDialog_1_8(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsIProgressDialog_1_8
 
nsIPromptService - Class in org.eclipse.swt.internal.mozilla
 
nsIPromptService(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsIPromptService
 
nsIPromptService2 - Class in org.eclipse.swt.internal.mozilla
 
nsIPromptService2(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsIPromptService2
 
nsIProperties - Class in org.eclipse.swt.internal.mozilla
 
nsIProperties(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsIProperties
 
nsIRequest - Class in org.eclipse.swt.internal.mozilla
 
nsIRequest(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsIRequest
 
nsISecurityCheckedComponent - Class in org.eclipse.swt.internal.mozilla
 
nsISecurityCheckedComponent(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsISecurityCheckedComponent
 
nsIServiceManager - Class in org.eclipse.swt.internal.mozilla
 
nsIServiceManager(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsIServiceManager
 
nsISimpleEnumerator - Class in org.eclipse.swt.internal.mozilla
 
nsISimpleEnumerator(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsISimpleEnumerator
 
nsISupports - Class in org.eclipse.swt.internal.mozilla
 
nsISupports(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsISupports
 
nsISupportsWeakReference - Class in org.eclipse.swt.internal.mozilla
 
nsISupportsWeakReference(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsISupportsWeakReference
 
nsITooltipListener - Class in org.eclipse.swt.internal.mozilla
 
nsITooltipListener(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsITooltipListener
 
nsITransfer - Class in org.eclipse.swt.internal.mozilla
 
nsITransfer(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsITransfer
 
nsIURI - Class in org.eclipse.swt.internal.mozilla
 
nsIURI(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsIURI
 
nsIURIContentListener - Class in org.eclipse.swt.internal.mozilla
 
nsIURIContentListener(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsIURIContentListener
 
nsIVariant - Class in org.eclipse.swt.internal.mozilla
 
nsIVariant(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsIVariant
 
nsIWeakReference - Class in org.eclipse.swt.internal.mozilla
 
nsIWeakReference(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsIWeakReference
 
nsIWebBrowser - Class in org.eclipse.swt.internal.mozilla
 
nsIWebBrowser(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsIWebBrowser
 
nsIWebBrowserChrome - Class in org.eclipse.swt.internal.mozilla
 
nsIWebBrowserChrome(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsIWebBrowserChrome
 
nsIWebBrowserChromeFocus - Class in org.eclipse.swt.internal.mozilla
 
nsIWebBrowserChromeFocus(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsIWebBrowserChromeFocus
 
nsIWebBrowserFocus - Class in org.eclipse.swt.internal.mozilla
 
nsIWebBrowserFocus(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsIWebBrowserFocus
 
nsIWebNavigation - Class in org.eclipse.swt.internal.mozilla
 
nsIWebNavigation(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsIWebNavigation
 
nsIWebNavigationInfo - Class in org.eclipse.swt.internal.mozilla
 
nsIWebNavigationInfo(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsIWebNavigationInfo
 
nsIWebProgress - Class in org.eclipse.swt.internal.mozilla
 
nsIWebProgress(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsIWebProgress
 
nsIWebProgressListener - Class in org.eclipse.swt.internal.mozilla
 
nsIWebProgressListener(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsIWebProgressListener
 
nsIWebProgressListener2 - Class in org.eclipse.swt.internal.mozilla
 
nsIWebProgressListener2(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsIWebProgressListener2
 
nsIWindowCreator - Class in org.eclipse.swt.internal.mozilla
 
nsIWindowCreator(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsIWindowCreator
 
nsIWindowCreator2 - Class in org.eclipse.swt.internal.mozilla
 
nsIWindowCreator2(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsIWindowCreator2
 
nsIWindowWatcher - Class in org.eclipse.swt.internal.mozilla
 
nsIWindowWatcher(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsIWindowWatcher
 
nsIWritableVariant - Class in org.eclipse.swt.internal.mozilla
 
nsIWritableVariant(long) - Constructor for class org.eclipse.swt.internal.mozilla.nsIWritableVariant
 
NULL - Static variable in class org.eclipse.swt.SWT
A constant known to be zero (0), used in operations which take pointers to indicate a null argument.
NullByteArray - Static variable in class org.eclipse.swt.internal.Converter
 
num_chars - Variable in class org.eclipse.swt.internal.gtk.PangoItem
 
num_data - Variable in class org.eclipse.swt.internal.cairo.cairo_path_t
 
NUM_LOCK - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the num lock key (value is (1<<24)+83).
numColumns - Variable in class org.eclipse.swt.layout.GridLayout
numColumns specifies the number of cell columns in the layout.
numerator - Variable in class org.eclipse.swt.layout.FormAttachment
numerator specifies the numerator of the "a" term in the equation, y = ax + b, which defines the attachment.

O

objects - Variable in class org.eclipse.swt.graphics.DeviceData
 
OFF - Static variable in class org.eclipse.swt.SWT
Indicates that a property is off (value is 0).
offset - Variable in class org.eclipse.swt.accessibility.AccessibleTextEvent
 
offset - Variable in class org.eclipse.swt.custom.MovementEvent
the current offset (input)
offset - Variable in class org.eclipse.swt.internal.gtk.PangoItem
 
offset - Variable in class org.eclipse.swt.layout.FormAttachment
offset specifies the offset, in pixels, of the control side from the attachment position.
offsetX - Variable in class org.eclipse.swt.dnd.DragSourceEvent
In dragStart, the x offset (relative to the image) where the drag source image will be displayed.
offsetY - Variable in class org.eclipse.swt.dnd.DragSourceEvent
In dragStart, the y offset (relative to the image) where the drag source image will be displayed.
OK - Static variable in class org.eclipse.swt.SWT
The MessageBox style constant for an OK button; valid combinations are OK, OK|CANCEL (value is 1<<5).
ok_button - Variable in class org.eclipse.swt.internal.gtk.GtkColorSelectionDialog
 
ok_button - Variable in class org.eclipse.swt.internal.gtk.GtkFileSelection
 
ON - Static variable in class org.eclipse.swt.SWT
Indicates that a property is on (value is 1).
ON_TOP - Static variable in class org.eclipse.swt.SWT
Style constant for always on top behavior (value is 1<<14).
OnHideTooltip() - Method in class org.eclipse.swt.internal.mozilla.nsITooltipListener
 
OnLocationChange(long, long, long) - Method in class org.eclipse.swt.internal.mozilla.nsIWebProgressListener
 
ONLY_PASSWORD - Static variable in class org.eclipse.swt.internal.mozilla.nsIAuthInformation
 
OnProgressChange(long, long, int, int, int, int) - Method in class org.eclipse.swt.internal.mozilla.nsIWebProgressListener
 
OnProgressChange64(long, long, long, long, long, long) - Method in class org.eclipse.swt.internal.mozilla.nsIWebProgressListener2
 
OnSecurityChange(long, long, int) - Method in class org.eclipse.swt.internal.mozilla.nsIWebProgressListener
 
OnShowContextMenu(int, long, long) - Method in class org.eclipse.swt.internal.mozilla.nsIContextMenuListener
 
OnShowTooltip(int, int, char[]) - Method in class org.eclipse.swt.internal.mozilla.nsITooltipListener
 
OnStartURIOpen(long, int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIURIContentListener
 
OnStateChange(long, long, int, int) - Method in class org.eclipse.swt.internal.mozilla.nsIWebProgressListener
 
OnStatusChange(long, long, int, char[]) - Method in class org.eclipse.swt.internal.mozilla.nsIWebProgressListener
 
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(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIChannel
 
Open(long) - Method in class org.eclipse.swt.internal.mozilla.nsIProgressDialog
 
Open(long) - Method in class org.eclipse.swt.internal.mozilla.nsIProgressDialog_1_8
 
open() - Method in class org.eclipse.swt.printing.PrintDialog
Makes the receiver visible and brings it to the front of the display.
OPEN - Static variable in class org.eclipse.swt.SWT
The FileDialog style constant for open file dialog behavior (value is 1<<12).
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.
OpenANSIFileDesc(byte[], long[]) - Method in class org.eclipse.swt.internal.mozilla.nsILocalFile
 
OpenNSPRFileDesc(int, int, long[]) - Method in class org.eclipse.swt.internal.mozilla.nsILocalFile
 
OpenWindow(long, byte[], byte[], byte[], long, long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIWindowWatcher
 
OpenWindowListener - Interface in org.eclipse.swt.browser
This listener interface may be implemented in order to receive a WindowEvent notification when a new Browser needs to be provided by the application.
operations - Variable in class org.eclipse.swt.dnd.DropTargetEvent
A bitwise OR'ing of the operations that the DragSource can support (e.g.
org.eclipse.swt - package org.eclipse.swt
 
org.eclipse.swt.accessibility - package org.eclipse.swt.accessibility
 
org.eclipse.swt.awt - package org.eclipse.swt.awt
 
org.eclipse.swt.browser - package org.eclipse.swt.browser
 
org.eclipse.swt.custom - package org.eclipse.swt.custom
 
org.eclipse.swt.dnd - package org.eclipse.swt.dnd
 
org.eclipse.swt.events - package org.eclipse.swt.events
 
org.eclipse.swt.graphics - package org.eclipse.swt.graphics
 
org.eclipse.swt.internal - package org.eclipse.swt.internal
 
org.eclipse.swt.internal.accessibility.gtk - package org.eclipse.swt.internal.accessibility.gtk
 
org.eclipse.swt.internal.cairo - package org.eclipse.swt.internal.cairo
 
org.eclipse.swt.internal.cde - package org.eclipse.swt.internal.cde
 
org.eclipse.swt.internal.gnome - package org.eclipse.swt.internal.gnome
 
org.eclipse.swt.internal.gtk - package org.eclipse.swt.internal.gtk
 
org.eclipse.swt.internal.image - package org.eclipse.swt.internal.image
 
org.eclipse.swt.internal.mozilla - package org.eclipse.swt.internal.mozilla
 
org.eclipse.swt.internal.mozilla.init - package org.eclipse.swt.internal.mozilla.init
 
org.eclipse.swt.internal.opengl.glx - package org.eclipse.swt.internal.opengl.glx
 
org.eclipse.swt.internal.theme - package org.eclipse.swt.internal.theme
 
org.eclipse.swt.layout - package org.eclipse.swt.layout
 
org.eclipse.swt.opengl - package org.eclipse.swt.opengl
 
org.eclipse.swt.printing - package org.eclipse.swt.printing
 
org.eclipse.swt.program - package org.eclipse.swt.program
 
org.eclipse.swt.widgets - package org.eclipse.swt.widgets
 
OS - Class in org.eclipse.swt.internal.gtk
 
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
 
OTHER - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebNavigationInfo
 
output - Static variable in class org.eclipse.swt.internal.gtk.OS
 
override_redirect - Variable in class org.eclipse.swt.internal.gtk.GdkWindowAttr
 

P

pack - Variable in class org.eclipse.swt.layout.RowLayout
pack specifies whether all controls in the layout take their preferred size.
pack() - Method in class org.eclipse.swt.widgets.Control
Causes the receiver to be resized to its preferred size.
pack(boolean) - 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.
PAGE_DOWN - Static variable in class org.eclipse.swt.custom.ST
 
PAGE_DOWN - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the PAGE DOWN key (value is (1<<24)+6).
page_increment - Variable in class org.eclipse.swt.internal.gtk.GtkAdjustment
 
PAGE_RANGE - Static variable in class org.eclipse.swt.printing.PrinterData
scope field value indicating that the range of pages specified by startPage and endPage should be printed
page_size - Variable in class org.eclipse.swt.internal.gtk.GtkAdjustment
 
PAGE_TAG - Static variable in class org.eclipse.swt.custom.StyledTextPrintOptions
Page number placeholder constant for use in header and footer.
PAGE_UP - Static variable in class org.eclipse.swt.custom.ST
 
PAGE_UP - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the PAGE UP key (value is (1<<24)+5).
pageIncrement - Variable in class org.eclipse.swt.internal.theme.ScaleDrawData
 
pageIncrement - Variable in class org.eclipse.swt.internal.theme.ScrollBarDrawData
 
Paint - Static variable in class org.eclipse.swt.SWT
The paint event type (value is 9).
paintControl(PaintEvent) - Method in interface org.eclipse.swt.events.PaintListener
Sent when a paint event occurs for the control.
PaintEvent - Class in org.eclipse.swt.events
Instances of this class are sent as a result of visible areas of controls requiring re-painting.
PaintEvent(Event) - Constructor for class org.eclipse.swt.events.PaintEvent
Constructs a new instance of this class based on the information in the given untyped event.
PaintItem - Static variable in class org.eclipse.swt.SWT
The paint item event type (value is 42).
PaintListener - Interface in org.eclipse.swt.events
Classes which implement this interface provide methods that deal with the events that are generated when the control needs to be painted.
paintObject(PaintObjectEvent) - Method in interface org.eclipse.swt.custom.PaintObjectListener
This method is called when an object needs to be drawn.
PaintObjectEvent - Class in org.eclipse.swt.custom
This event is sent when an object needs to be drawn.
PaintObjectEvent(StyledTextEvent) - Constructor for class org.eclipse.swt.custom.PaintObjectEvent
Constructs a new instance of this class based on the information in the given event.
PaintObjectListener - Interface in org.eclipse.swt.custom
This listener is invoked when an object needs to be drawn.
palette - Variable in class org.eclipse.swt.graphics.ImageData
The color table for the image.
PaletteData - Class in org.eclipse.swt.graphics
Instances of this class describe the color data used by an image.
PaletteData(RGB[]) - Constructor for class org.eclipse.swt.graphics.PaletteData
Constructs a new indexed palette given an array of RGB values.
PaletteData(int, int, int) - Constructor for class org.eclipse.swt.graphics.PaletteData
Constructs a new direct palette given the red, green and blue masks.
PANGO_ALIGN_CENTER - Static variable in class org.eclipse.swt.internal.gtk.OS
 
PANGO_ALIGN_LEFT - Static variable in class org.eclipse.swt.internal.gtk.OS
 
PANGO_ALIGN_RIGHT - Static variable in class org.eclipse.swt.internal.gtk.OS
 
PANGO_ATTR_BACKGROUND - Static variable in class org.eclipse.swt.internal.gtk.OS
 
pango_attr_background_new(short, short, short) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_attr_font_desc_new(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
PANGO_ATTR_FOREGROUND - Static variable in class org.eclipse.swt.internal.gtk.OS
 
pango_attr_foreground_new(short, short, short) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_attr_iterator_destroy(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_attr_iterator_get(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_attr_iterator_get_attrs(long) - 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_change(long, long) - 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_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_create_context(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_font_map_new() - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_cairo_font_map_set_resolution(long, double) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_cairo_layout_path(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_cairo_show_layout(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_context_get_base_dir(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_context_get_language(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_context_get_metrics(long, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_context_list_families(long, long[], int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_context_set_base_dir(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_context_set_language(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
PANGO_DIRECTION_LTR - Static variable in class org.eclipse.swt.internal.gtk.OS
 
PANGO_DIRECTION_RTL - Static variable in class org.eclipse.swt.internal.gtk.OS
 
pango_font_description_copy(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_font_description_free(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_font_description_from_string(byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_font_description_get_family(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_font_description_get_size(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_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_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_get_metrics(long, long) - Static method 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_get_strikethrough_position(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_font_metrics_get_strikethrough_thickness(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_font_metrics_get_underline_position(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_font_metrics_get_underline_thickness(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_language_from_string(byte[]) - 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_attributes(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_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_tabs(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_layout_get_text(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_layout_get_width(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_layout_index_to_pos(long, int, PangoRectangle) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_layout_iter_free(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_layout_iter_get_index(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_layout_iter_get_line_extents(long, PangoRectangle, PangoRectangle) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_layout_iter_get_run(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_layout_iter_next_line(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_layout_iter_next_run(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_layout_line_get_extents(long, PangoRectangle, PangoRectangle) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_layout_line_x_to_index(long, int, int[], int[]) - 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_NORMAL - 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_get_size(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
pango_tab_array_get_tabs(long, long[], 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_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_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 - 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
 
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
 
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.internal.theme.TabItemDrawData
 
parent - Variable in class org.eclipse.swt.internal.theme.ToolItemDrawData
 
PARENT_IS_LOADING_OR_RUNNING_TIMEOUT - Static variable in class org.eclipse.swt.internal.mozilla.nsIWindowCreator2
 
parent_set - Variable in class org.eclipse.swt.internal.gtk.GtkWidgetClass
 
Parse(String) - Method in class org.eclipse.swt.internal.mozilla.nsID
 
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 - Static variable in class org.eclipse.swt.custom.ST
 
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.
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, Path, float) - Constructor for class org.eclipse.swt.graphics.Path
Constructs a new Path that is a copy of path.
Path(Device, PathData) - Constructor for class org.eclipse.swt.graphics.Path
Constructs a new Path with the specifed PathData.
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_MAX - Static variable in class org.eclipse.swt.internal.mozilla.init.XPCOMInit
 
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, Image) - Constructor for class org.eclipse.swt.graphics.Pattern
Constructs a new Pattern given an image.
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, 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.
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).
Peek(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIJSContextStack
 
PHONETIC - Static variable in class org.eclipse.swt.SWT
Input Method Editor style constant for phonetic input behavior (value is 1<<4).
PI - Static variable in class org.eclipse.swt.internal.Compatibility
Returns the PI constant as a double.
PictOpOver - Static variable in class org.eclipse.swt.internal.gtk.OS
 
PictOpSrc - Static variable in class org.eclipse.swt.internal.gtk.OS
 
PictStandardA1 - Static variable in class org.eclipse.swt.internal.gtk.OS
 
PictStandardA4 - Static variable in class org.eclipse.swt.internal.gtk.OS
 
PictStandardA8 - Static variable in class org.eclipse.swt.internal.gtk.OS
 
PictStandardARGB32 - Static variable in class org.eclipse.swt.internal.gtk.OS
X render natives and constants
PictStandardRGB24 - Static variable in class org.eclipse.swt.internal.gtk.OS
 
pixbuf - Static variable in class org.eclipse.swt.internal.gtk.OS
 
pixel - Variable in class org.eclipse.swt.internal.gtk.GdkColor
 
pixmap - Variable in class org.eclipse.swt.graphics.Image
The handle to the OS pixmap resource.
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
 
PLUGIN - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebNavigationInfo
 
PLUGIN_OBJECT - Static variable in class org.eclipse.swt.internal.mozilla.nsIClassInfo
 
PngChunkReader - Class in org.eclipse.swt.internal.image
 
PngDecodingDataStream - Class in org.eclipse.swt.internal.image
 
PngDeflater - Class in org.eclipse.swt.internal.image
 
PngDeflater() - Constructor for class org.eclipse.swt.internal.image.PngDeflater
 
PNGFileFormat - Class in org.eclipse.swt.internal.image
 
PNGFileFormat() - Constructor for class org.eclipse.swt.internal.image.PNGFileFormat
 
PngHuffmanTable - Class in org.eclipse.swt.internal.image
 
PngHuffmanTables - Class in org.eclipse.swt.internal.image
 
PngInputStream - Class in org.eclipse.swt.internal.image
 
PngInputStream(PngIdatChunk, PngChunkReader) - Constructor for class org.eclipse.swt.internal.image.PngInputStream
 
PngLzBlockReader - Class in org.eclipse.swt.internal.image
 
PngTrnsChunk - Class in org.eclipse.swt.internal.image
 
Point - Class in org.eclipse.swt.graphics
Instances of this class represent places on the (x, y) coordinate plane.
Point(int, int) - Constructor for class org.eclipse.swt.graphics.Point
Constructs a new point with the given x and y coordinates.
points - Variable in class org.eclipse.swt.graphics.PathData
The points of a path.
POLICY_EXPLICIT_CONSENT - Static variable in class org.eclipse.swt.internal.mozilla.nsICookie
 
POLICY_IMPLICIT_CONSENT - Static variable in class org.eclipse.swt.internal.mozilla.nsICookie
 
POLICY_NO_CONSENT - Static variable in class org.eclipse.swt.internal.mozilla.nsICookie
 
POLICY_NO_II - Static variable in class org.eclipse.swt.internal.mozilla.nsICookie
 
POLICY_NONE - Static variable in class org.eclipse.swt.internal.mozilla.nsICookie
 
POLICY_UNKNOWN - Static variable in class org.eclipse.swt.internal.mozilla.nsICookie
 
poly_edge - Variable in class org.eclipse.swt.internal.gtk.XRenderPictureAttributes
 
poly_mode - Variable in class org.eclipse.swt.internal.gtk.XRenderPictureAttributes
 
Pop(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIJSContextStack
 
POP_UP - Static variable in class org.eclipse.swt.SWT
Style constant for pop up menu behavior (value is 1<<3).
populate_popup - Static variable in class org.eclipse.swt.internal.gtk.OS
 
popup_menu - Variable in class org.eclipse.swt.internal.gtk.GtkWidgetClass
 
popup_menu - Static variable in class org.eclipse.swt.internal.gtk.OS
 
PopupList - Class in org.eclipse.swt.custom
A PopupList is a list of selectable items that appears in its own shell positioned above its parent shell.
PopupList(Shell) - Constructor for class org.eclipse.swt.custom.PopupList
Creates a PopupList above the specified shell.
PopupList(Shell, int) - Constructor for class org.eclipse.swt.custom.PopupList
Creates a PopupList above the specified shell.
position - Variable in class org.eclipse.swt.internal.theme.TabItemDrawData
 
post(Event) - Method in class org.eclipse.swt.widgets.Display
Generate a low level system event.
pow2(int) - Static method in class org.eclipse.swt.internal.Compatibility
Returns 2 raised to the power of the argument.
preedit_changed - Static variable in class org.eclipse.swt.internal.gtk.OS
 
PREF_BOOL - Static variable in class org.eclipse.swt.internal.mozilla.nsIPrefBranch
 
PREF_INT - Static variable in class org.eclipse.swt.internal.mozilla.nsIPrefBranch
 
PREF_INVALID - Static variable in class org.eclipse.swt.internal.mozilla.nsIPrefBranch
 
PREF_STRING - Static variable in class org.eclipse.swt.internal.mozilla.nsIPrefBranch
 
PrefHasUserValue(byte[], int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIPrefBranch
 
PrefIsLocked(byte[], int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIPrefBranch
 
PrepareForNewContentModel() - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell
 
PrepareForNewContentModel() - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
PrepareForNewContentModel() - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
PRESSED - Static variable in class org.eclipse.swt.internal.theme.DrawData
 
PreventDefault() - Method in class org.eclipse.swt.internal.mozilla.nsIDOMEvent
 
PRIMARY_MODAL - Static variable in class org.eclipse.swt.SWT
Style constant for primary modal behavior (value is 1<<15).
print() - Method in class org.eclipse.swt.custom.StyledText
Prints the widget's text to the default printer.
print(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(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_SCREEN - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the print screen key (value is (1<<24)+87).
PrintDialog - Class in org.eclipse.swt.printing
Instances of this class allow the user to select a printer and various print-related parameters prior to starting a print job.
PrintDialog(Shell) - Constructor for class org.eclipse.swt.printing.PrintDialog
Constructs a new instance of this class given only its parent.
PrintDialog(Shell, int) - Constructor for class org.eclipse.swt.printing.PrintDialog
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
Printer - Class in org.eclipse.swt.printing
Instances of this class are used to print to a printer.
Printer() - Constructor for class org.eclipse.swt.printing.Printer
Constructs a new printer representing the default printer.
Printer(PrinterData) - Constructor for class org.eclipse.swt.printing.Printer
Constructs a new printer given a PrinterData object representing the desired printer.
PrinterData - Class in org.eclipse.swt.printing
Instances of this class are descriptions of a print job in terms of the printer, and the scope and type of printing that is desired.
PrinterData() - Constructor for class org.eclipse.swt.printing.PrinterData
Constructs an instance of this class that can be used to print to the default printer.
PrinterData(String, String) - Constructor for class org.eclipse.swt.printing.PrinterData
Constructs an instance of this class with the given printer driver and printer name.
printLineBackground - Variable in class org.eclipse.swt.custom.StyledTextPrintOptions
Print the line background color.
printLineNumbers - Variable in class org.eclipse.swt.custom.StyledTextPrintOptions
Print line numbers.
printStackTrace() - Method in error org.eclipse.swt.SWTError
Outputs a printable representation of this error's stack trace on the standard error stream.
printStackTrace() - Method in exception org.eclipse.swt.SWTException
Outputs a printable representation of this exception's stack trace on the standard error stream.
printTextBackground - Variable in class org.eclipse.swt.custom.StyledTextPrintOptions
Print the text background color.
printTextFontStyle - Variable in class org.eclipse.swt.custom.StyledTextPrintOptions
Print the font styles.
printTextForeground - Variable in class org.eclipse.swt.custom.StyledTextPrintOptions
Print the text foreground color.
printToFile - Variable in class org.eclipse.swt.printing.PrinterData
whether or not the print job should go to a file
Program - Class in org.eclipse.swt.program
Instances of this class represent programs and their associated file extensions in the operating system.
ProgressAdapter - Class in org.eclipse.swt.browser
This adapter class provides default implementations for the methods described by the ProgressListener interface.
ProgressAdapter() - Constructor for class org.eclipse.swt.browser.ProgressAdapter
 
ProgressBar - Class in org.eclipse.swt.widgets
Instances of the receiver represent an unselectable user interface object that is used to display progress, typically in the form of a bar.
ProgressBar(Composite, int) - Constructor for class org.eclipse.swt.widgets.ProgressBar
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
ProgressBarDrawData - Class in org.eclipse.swt.internal.theme
 
ProgressBarDrawData() - Constructor for class org.eclipse.swt.internal.theme.ProgressBarDrawData
 
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.
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.
Prompt(long, char[], char[], long[], char[], int[], int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIPromptService
 
PromptAuth(long, long, int, long, char[], int[], int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIPromptService2
 
PromptForSaveToFile(long, char[], char[], long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIHelperAppLauncherDialog
 
PromptForSaveToFile(long, long, char[], char[], int, long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIHelperAppLauncherDialog_1_9
 
PromptPassword(long, char[], char[], long[], char[], int[], int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIPromptService
 
PromptUsernameAndPassword(long, char[], char[], long[], long[], char[], int[], int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIPromptService
 
property_change - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkObjectClass
 
property_notify_event - Variable in class org.eclipse.swt.internal.gtk.GtkWidgetClass
 
protocol - Variable in class org.eclipse.swt.internal.gtk.GdkDragContext
 
proximity_in_event - Variable in class org.eclipse.swt.internal.gtk.GtkWidgetClass
 
proximity_out_event - Variable in class org.eclipse.swt.internal.gtk.GtkWidgetClass
 
PTR_SIZEOF - Static variable in class org.eclipse.swt.internal.C
 
PTR_sizeof() - Static method in class org.eclipse.swt.internal.C
 
Push(long) - Method in class org.eclipse.swt.internal.mozilla.nsIJSContextStack
 
PUSH - Static variable in class org.eclipse.swt.SWT
Style constant for push button behavior (value is 1<<3).
pValue - Variable in class org.eclipse.swt.dnd.TransferData
Pointer to the data being transferred.

Q

quadTo(float, float, float, float) - Method in class org.eclipse.swt.graphics.Path
Adds to the receiver a quadratic curve based on the parameters.
QueryInterface(nsID, long[]) - Method in class org.eclipse.swt.internal.mozilla.nsISupports
 
QueryReferent(nsID, long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIWeakReference
 

R

RADIO - Static variable in class org.eclipse.swt.SWT
Style constant for radio button behavior (value is 1<<4).
RangeDrawData - Class in org.eclipse.swt.internal.theme
 
RangeDrawData() - Constructor for class org.eclipse.swt.internal.theme.RangeDrawData
 
ranges - Variable in class org.eclipse.swt.custom.LineStyleEvent
line ranges (output)
RCbTable - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
RCrTable - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
read() - Method in class org.eclipse.swt.internal.image.PngDecodingDataStream
 
read(byte[], int, int) - Method in class org.eclipse.swt.internal.image.PngDecodingDataStream
 
read() - Method in class org.eclipse.swt.internal.image.PngInputStream
 
read(byte[], int, int) - Method in class org.eclipse.swt.internal.image.PngInputStream
 
Read(byte[], int, int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIInputStream
 
READ_ONLY - Static variable in class org.eclipse.swt.SWT
Style constant for read-only behavior (value is 1<<3).
readAndDispatch() - Method in class org.eclipse.swt.widgets.Display
Reads an event from the operating system's event queue, dispatches it appropriately, and returns true if there is potentially more work to do, or false if the caller can sleep until another event is placed on the event queue.
ReadSegments(long, long, int, int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIInputStream
 
ReadUserPrefs(long) - Method in class org.eclipse.swt.internal.mozilla.nsIPrefService
 
realDrawable - Variable in class org.eclipse.swt.graphics.GCData
 
realize - Variable in class org.eclipse.swt.internal.gtk.GtkWidgetClass
 
realize - Static variable in class org.eclipse.swt.internal.gtk.OS
 
Realloc(long, int) - Method in class org.eclipse.swt.internal.mozilla.nsIMemory
 
realpath(byte[], byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
REASON_CANTHANDLE - Static variable in class org.eclipse.swt.internal.mozilla.nsIHelperAppLauncherDialog_1_9
 
REASON_SERVERREQUEST - Static variable in class org.eclipse.swt.internal.mozilla.nsIHelperAppLauncherDialog_1_9
 
REASON_TYPESNIFFED - Static variable in class org.eclipse.swt.internal.mozilla.nsIHelperAppLauncherDialog_1_9
 
Rectangle - Class in org.eclipse.swt.graphics
Instances of this class represent rectangular areas in an (x, y) coordinate system.
Rectangle(int, int, int, int) - Constructor for class org.eclipse.swt.graphics.Rectangle
Construct a new instance of this class given the x, y, width and height values.
red - Variable in class org.eclipse.swt.graphics.RGB
the red component of the RGB
red - Variable in class org.eclipse.swt.internal.gtk.GdkColor
 
red_mask - Variable in class org.eclipse.swt.internal.gtk.GdkVisual
 
red_mask - Variable in class org.eclipse.swt.internal.opengl.glx.XVisualInfo
 
red_prec - Variable in class org.eclipse.swt.internal.gtk.GdkVisual
 
red_shift - Variable in class org.eclipse.swt.internal.gtk.GdkVisual
 
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(int, int, int, int, boolean) - 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(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() - Method in class org.eclipse.swt.widgets.Control
Causes the entire bounds of the receiver to be marked as needing to be redrawn.
redraw(int, int, int, int, boolean) - Method in class org.eclipse.swt.widgets.Control
Causes the rectangular area of the receiver specified by the arguments to be marked as needing to be redrawn.
redrawRange(int, int, boolean) - Method in class org.eclipse.swt.custom.StyledText
Redraws the specified text range.
redShift - Variable in class org.eclipse.swt.graphics.PaletteData
the red shift for a direct palette
redSize - Variable in class org.eclipse.swt.opengl.GLData
The size in bits of the color buffer's red channel.
ref_accessible_at_point - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkComponentIface
 
ref_child - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkObjectClass
 
ref_relation_set - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkObjectClass
 
ref_selection - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkSelectionIface
 
ref_state_set - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkObjectClass
 
refresh() - Method in class org.eclipse.swt.browser.Browser
Refresh the current page.
Region - 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 - Variable in class org.eclipse.swt.internal.gtk.GdkEventExpose
 
RegisterFactory(nsID, byte[], byte[], long) - Method in class org.eclipse.swt.internal.mozilla.nsIComponentRegistrar
 
RegisterFactoryLocation(nsID, byte[], byte[], long, byte[], byte[]) - Method in class org.eclipse.swt.internal.mozilla.nsIComponentRegistrar
 
RegisterNotification(long) - Method in class org.eclipse.swt.internal.mozilla.nsIWindowWatcher
 
RegisterProvider(long) - Method in class org.eclipse.swt.internal.mozilla.nsIDirectoryService
 
registerType(String) - Static method in class org.eclipse.swt.dnd.Transfer
Registers a name for a data type and returns the associated unique identifier.
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.internal.mozilla.nsISupports
 
release() - Method in class org.eclipse.swt.printing.Printer
Releases any internal state prior to destroying this printer.
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.
Reload(int) - Method in class org.eclipse.swt.internal.mozilla.nsIWebNavigation
 
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, 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(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(long, long, long, int) - Method in class org.eclipse.swt.internal.mozilla.nsICookieManager
 
Remove(int) - Method in class org.eclipse.swt.internal.mozilla.nsIFile
 
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, 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(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(int) - Method in class org.eclipse.swt.widgets.List
Removes the item from the receiver at the given zero-relative index.
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(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(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 item from the receiver at the given zero-relative index.
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(int[]) - Method in class org.eclipse.swt.widgets.Table
Removes the items from the receiver's list at the given zero-relative indices.
remove_focus_handler - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkComponentIface
 
remove_property_change_handler - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkObjectClass
 
remove_selection - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkSelectionIface
 
remove_selection - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTextIface
 
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.
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.
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.
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.custom.TableTree
Deprecated. Removes all items.
RemoveAll() - Method in class org.eclipse.swt.internal.mozilla.nsICookieManager
 
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.
removeBidiSegmentListener(BidiSegmentListener) - Method in class org.eclipse.swt.custom.StyledText
Removes the specified bidirectional segment listener.
removeCaretListener(CaretListener) - Method in class org.eclipse.swt.custom.StyledText
Removes the specified caret listener.
removeCloseWindowListener(CloseWindowListener) - Method in class org.eclipse.swt.browser.Browser
Removes the listener from the collection of listeners who will be notified when the window hosting the receiver should be closed.
removeControlListener(ControlListener) - Method in class org.eclipse.swt.widgets.Control
Removes the listener from the collection of listeners who will be notified when the control is moved or resized.
removeControlListener(ControlListener) - Method in class org.eclipse.swt.widgets.TableColumn
Removes the listener from the collection of listeners who will be notified when the control is moved or resized.
removeControlListener(ControlListener) - Method in class org.eclipse.swt.widgets.Tracker
Removes the listener from the collection of listeners who will be notified when the control is moved or resized.
removeControlListener(ControlListener) - Method in class org.eclipse.swt.widgets.TreeColumn
Removes the listener from the collection of listeners who will be notified when the control is moved or resized.
removeCTabFolder2Listener(CTabFolder2Listener) - Method in class org.eclipse.swt.custom.CTabFolder
Removes the listener.
removeCTabFolderListener(CTabFolderListener) - Method in class org.eclipse.swt.custom.CTabFolder
Deprecated. see removeCTabFolderCloseListener(CTabFolderListener)
removeDisposeListener(DisposeListener) - Method in class org.eclipse.swt.widgets.Widget
Removes the listener from the collection of listeners who will be notified when the widget is disposed.
removeDragDetectListener(DragDetectListener) - Method in class org.eclipse.swt.widgets.Control
Removes the listener from the collection of listeners who will be notified when a drag gesture occurs.
removeDragListener(DragSourceListener) - Method in class org.eclipse.swt.dnd.DragSource
Removes the listener from the collection of listeners who will be notified when a drag and drop operation is in progress.
removeDropListener(DropTargetListener) - Method in class org.eclipse.swt.dnd.DropTarget
Removes the listener from the collection of listeners who will be notified when a drag and drop operation is in progress.
RemoveEventListener(long, long, int) - Method in class org.eclipse.swt.internal.mozilla.nsIDOMEventTarget
 
removeExpandListener(ExpandListener) - Method in class org.eclipse.swt.widgets.ExpandBar
Removes the listener from the collection of listeners who will be notified when items in the receiver are expanded or collapsed.
removeExtendedModifyListener(ExtendedModifyListener) - Method in class org.eclipse.swt.custom.StyledText
Removes the specified extended modify listener.
removeFilter(int, Listener) - Method in class org.eclipse.swt.widgets.Display
Removes the listener from the collection of listeners who will be notified when an event of the given type occurs anywhere in a widget.
removeFocusListener(FocusListener) - Method in class org.eclipse.swt.widgets.Control
Removes the listener from the collection of listeners who will be notified when the control gains or loses focus.
removeHelpListener(HelpListener) - Method in class org.eclipse.swt.widgets.Control
Removes the listener from the collection of listeners who will be notified when the help events are generated for the control.
removeHelpListener(HelpListener) - Method in class org.eclipse.swt.widgets.Menu
Removes the listener from the collection of listeners who will be notified when the help events are generated for the control.
removeHelpListener(HelpListener) - Method in class org.eclipse.swt.widgets.MenuItem
Removes the listener from the collection of listeners who will be notified when the help events are generated for the control.
removeImageLoaderListener(ImageLoaderListener) - Method in class org.eclipse.swt.graphics.ImageLoader
Removes the listener from the collection of listeners who will be notified when image data is either partially or completely loaded.
removeKeyListener(KeyListener) - Method in class org.eclipse.swt.widgets.Control
Removes the listener from the collection of listeners who will be notified when keys are pressed and released on the system keyboard.
removeKeyListener(KeyListener) - Method in class org.eclipse.swt.widgets.Tracker
Removes the listener from the collection of listeners who will be notified when keys are pressed and released on the system keyboard.
removeLanguageListener(long) - Static method in class org.eclipse.swt.internal.BidiUtil
 
removeLanguageListener(Control) - Static method in class org.eclipse.swt.internal.BidiUtil
 
removeLineBackgroundListener(LineBackgroundListener) - Method in class org.eclipse.swt.custom.StyledText
Removes the specified line background listener.
removeLineStyleListener(LineStyleListener) - Method in class org.eclipse.swt.custom.StyledText
Removes the specified line style listener.
removeListener(int, 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(int, SWTEventListener) - Method in class org.eclipse.swt.widgets.Widget
Removes the listener from the collection of listeners who will be notified when an event of the given type occurs.
removeLocationListener(LocationListener) - Method in class org.eclipse.swt.browser.Browser
Removes the listener from the collection of listeners who will be notified when the current location is changed or about to be changed.
removeMenuDetectListener(MenuDetectListener) - Method in class org.eclipse.swt.widgets.Control
Removes the listener from the collection of listeners who will be notified when the platform-specific context menu trigger has occurred.
removeMenuDetectListener(MenuDetectListener) - Method in class org.eclipse.swt.widgets.TrayItem
Removes the listener from the collection of listeners who will be notified when the platform-specific context menu trigger has occurred.
removeMenuListener(MenuListener) - Method in class org.eclipse.swt.widgets.Menu
Removes the listener from the collection of listeners who will be notified when the menu events are generated for the control.
removeModifyListener(ModifyListener) - Method in class org.eclipse.swt.custom.CCombo
Removes the listener from the collection of listeners who will be notified when the receiver's text is modified.
removeModifyListener(ModifyListener) - Method in class org.eclipse.swt.custom.StyledText
Removes the specified modify listener.
removeModifyListener(ModifyListener) - Method in class org.eclipse.swt.widgets.Combo
Removes the listener from the collection of listeners who will be notified when the receiver's text is modified.
removeModifyListener(ModifyListener) - Method in class org.eclipse.swt.widgets.Spinner
Removes the listener from the collection of listeners who will be notified when the receiver's text is modified.
removeModifyListener(ModifyListener) - Method in class org.eclipse.swt.widgets.Text
Removes the listener from the collection of listeners who will be notified when the receiver's text is modified.
removeMouseListener(MouseListener) - Method in class org.eclipse.swt.widgets.Control
Removes the listener from the collection of listeners who will be notified when mouse buttons are pressed and released.
removeMouseMoveListener(MouseMoveListener) - Method in class org.eclipse.swt.widgets.Control
Removes the listener from the collection of listeners who will be notified when the mouse moves.
removeMouseTrackListener(MouseTrackListener) - Method in class org.eclipse.swt.widgets.Control
Removes the listener from the collection of listeners who will be notified when the mouse passes or hovers over controls.
removeMouseWheelListener(MouseWheelListener) - Method in class org.eclipse.swt.widgets.Control
Removes the listener from the collection of listeners who will be notified when the mouse wheel is scrolled.
RemoveObserver(long, byte[]) - Method in class org.eclipse.swt.internal.mozilla.nsIObserverService
 
removeOpenWindowListener(OpenWindowListener) - Method in class org.eclipse.swt.browser.Browser
Removes the listener from the collection of listeners who will be notified when a new window needs to be created.
removePaintListener(PaintListener) - Method in class org.eclipse.swt.widgets.Control
Removes the listener from the collection of listeners who will be notified when the receiver needs to be painted.
removePaintObjectListener(PaintObjectListener) - Method in class org.eclipse.swt.custom.StyledText
Removes the specified listener.
removeProgressListener(ProgressListener) - Method in class org.eclipse.swt.browser.Browser
Removes the listener from the collection of listeners who will be notified when a progress is made during the loading of the current URL or when the loading of the current URL has been completed.
RemoveProgressListener(long) - Method in class org.eclipse.swt.internal.mozilla.nsIWebProgress
 
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.TableTree
Deprecated. 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.Button
Removes the listener from the collection of listeners who will be notified when the control is selected by the user.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Combo
Removes the listener from the collection of listeners who will be notified when the user changes the receiver's selection.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.CoolItem
Removes the listener from the collection of listeners that will be notified when the control is selected by the user.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.DateTime
Removes the listener from the collection of listeners who will be notified when the control is selected by the user.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Link
Removes the listener from the collection of listeners who will be notified when the control is selected by the user.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.List
Removes the listener from the collection of listeners who will be notified when the user changes the receiver's selection.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.MenuItem
Removes the listener from the collection of listeners who will be notified when the control is selected by the user.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Sash
Removes the listener from the collection of listeners who will be notified when the control is selected by the user.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Scale
Removes the listener from the collection of listeners who will be notified when the user changes the receiver's value.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.ScrollBar
Removes the listener from the collection of listeners who will be notified when the user changes the receiver's value.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Slider
Removes the listener from the collection of listeners who will be notified when the user changes the receiver's value.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Spinner
Removes the listener from the collection of listeners who will be notified when the control is selected by the user.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.TabFolder
Removes the listener from the collection of listeners who will be notified when the user changes the receiver's selection.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Table
Removes the listener from the collection of listeners who will be notified when the user changes the receiver's selection.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.TableColumn
Removes the listener from the collection of listeners who will be notified when the control is selected by the user.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Text
Removes the listener from the collection of listeners who will be notified when the control is selected by the user.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.ToolItem
Removes the listener from the collection of listeners who will be notified when the control is selected by the user.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.ToolTip
Removes the listener from the collection of listeners who will be notified when the receiver is selected by the user.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.TrayItem
Removes the listener from the collection of listeners who will be notified when the receiver is selected by the user.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Tree
Removes the listener from the collection of listeners who will be notified when the user changes the receiver's selection.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.TreeColumn
Removes the listener from the collection of listeners who will be notified when the control is selected by the user.
removeShellListener(ShellListener) - Method in class org.eclipse.swt.widgets.Shell
Removes the listener from the collection of listeners who will be notified when operations are performed on the receiver.
removeStatusTextListener(StatusTextListener) - Method in class org.eclipse.swt.browser.Browser
Removes the listener from the collection of listeners who will be notified when the status text is changed.
removeTextChangeListener(TextChangeListener) - Method in interface org.eclipse.swt.custom.StyledTextContent
Remove the specified text changed listener.
removeTitleListener(TitleListener) - Method in class org.eclipse.swt.browser.Browser
Removes the listener from the collection of listeners who will be notified when the title of the current document is available or has changed.
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.custom.TableTree
Deprecated. Removes the listener from the collection of listeners who will be notified when items in the receiver are expanded or collapsed.
removeTreeListener(TreeListener) - Method in class org.eclipse.swt.widgets.Tree
Removes the listener from the collection of listeners who will be notified when items in the receiver are expanded or collapsed.
removeVerifyKeyListener(VerifyKeyListener) - Method in class org.eclipse.swt.custom.StyledText
Removes the specified key verify listener.
removeVerifyListener(VerifyListener) - Method in class org.eclipse.swt.custom.CCombo
Removes the listener from the collection of listeners who will be notified when the control is verified.
removeVerifyListener(VerifyListener) - Method in class org.eclipse.swt.custom.StyledText
Removes the specified verify listener.
removeVerifyListener(VerifyListener) - Method in class org.eclipse.swt.widgets.Combo
Removes the listener from the collection of listeners who will be notified when the control is verified.
removeVerifyListener(VerifyListener) - Method in class org.eclipse.swt.widgets.Text
Removes the listener from the collection of listeners who will be notified when the control is verified.
removeVisibilityWindowListener(VisibilityWindowListener) - Method in class org.eclipse.swt.browser.Browser
Removes the listener from the collection of listeners who will be notified when a window hosting the receiver needs to be displayed or hidden.
RemoveWebBrowserListener(long, nsID) - Method in class org.eclipse.swt.internal.mozilla.nsIWebBrowser
 
removeWordMovementListener(MovementListener) - Method in class org.eclipse.swt.custom.StyledText
Removes the specified word movement listener.
render - Variable in class org.eclipse.swt.internal.gtk.GtkCellRendererClass
 
REORDER - Static variable in class org.eclipse.swt.internal.BidiUtil
 
Repaint(int) - Method in class org.eclipse.swt.internal.mozilla.nsIBaseWindow
 
repeat - Variable in class org.eclipse.swt.internal.gtk.XRenderPictureAttributes
 
repeatCount - Variable in class org.eclipse.swt.graphics.ImageLoader
the number of times to repeat the display of a sequence of animated images (this corresponds to the commonly-used GIF application extension for "NETSCAPE 2.0 01").
replaceCharCount - Variable in class org.eclipse.swt.custom.TextChangingEvent
Length of text that is going to be replaced
replacedText - Variable in class org.eclipse.swt.custom.ExtendedModifyEvent
replaced text or empty string if no text was replaced
replaceLineCount - Variable in class org.eclipse.swt.custom.TextChangingEvent
Number of lines that are going to be replaced
replaceStyleRanges(int, int, StyleRange[]) - Method in class org.eclipse.swt.custom.StyledText
Replaces the styles in the given range with new styles.
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".
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.
requires_terminal - Variable in class org.eclipse.swt.internal.gnome.GnomeVFSMimeApplication
 
reset() - Static method in class org.eclipse.swt.internal.Callback
Immediately wipes out all native level state associated with all callbacks.
ResetBranch(byte[]) - Method in class org.eclipse.swt.internal.mozilla.nsIPrefBranch
 
ResetPrefs() - Method in class org.eclipse.swt.internal.mozilla.nsIPrefService
 
ResetUserPrefs() - Method in class org.eclipse.swt.internal.mozilla.nsIPrefService
 
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).
Resolve(long, long) - Method in class org.eclipse.swt.internal.mozilla.nsIURI
 
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
 
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.
result - Variable in class org.eclipse.swt.accessibility.AccessibleControlEvent
 
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.dnd.TransferData
The result field contains the result of converting a java data type into a platform specific value.
Resume() - Method in class org.eclipse.swt.internal.mozilla.nsIRequest
 
ResumeRefreshURIs() - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
ResumeRefreshURIs() - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
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).
returnCancel - Static variable in class org.eclipse.swt.internal.mozilla.nsIFilePicker
 
returnCancel - Static variable in class org.eclipse.swt.internal.mozilla.nsIFilePicker_1_8
 
returnOK - Static variable in class org.eclipse.swt.internal.mozilla.nsIFilePicker
 
returnOK - Static variable in class org.eclipse.swt.internal.mozilla.nsIFilePicker_1_8
 
returnReplace - Static variable in class org.eclipse.swt.internal.mozilla.nsIFilePicker
 
returnReplace - Static variable in class org.eclipse.swt.internal.mozilla.nsIFilePicker_1_8
 
Reveal() - Method in class org.eclipse.swt.internal.mozilla.nsILocalFile
 
RevertToParent - Static variable in class org.eclipse.swt.internal.gtk.OS
 
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(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(float, float, float) - Constructor for class org.eclipse.swt.graphics.RGB
Constructs an instance of this class with the given hue, saturation, and brightness.
RGB16 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
right - Variable in class org.eclipse.swt.internal.gtk.GtkBorder
 
right - Variable in class org.eclipse.swt.layout.FormData
right specifies the attachment of the right side of the control.
RIGHT - Static variable in class org.eclipse.swt.SWT
Style constant for align right behavior (value is 1<<17).
RIGHT_TO_LEFT - Static variable in class org.eclipse.swt.SWT
Style constant for right to left orientation (value is 1<<26).
rise - Variable in class org.eclipse.swt.graphics.TextStyle
the baseline rise of the style.
ROLE_CHECKBUTTON - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_CLIENT_AREA - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_COMBOBOX - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_DIALOG - 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_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_SCROLLBAR - 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_SPLITBUTTON - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_TABFOLDER - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_TABITEM - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_TABLE - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_TABLECELL - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_TABLECOLUMN - Static variable in class org.eclipse.swt.accessibility.ACC
Deprecated. use ROLE_TABLECOLUMNHEADER
ROLE_TABLECOLUMNHEADER - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_TABLEROWHEADER - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_TEXT - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_TOOLBAR - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_TOOLTIP - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_TREE - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_TREEITEM - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_WINDOW - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROMAN - Static variable in class org.eclipse.swt.SWT
Input Method Editor style constant for romanicized input behavior (value is 1<<5).
root - Variable in class org.eclipse.swt.internal.gtk.XButtonEvent
 
root - Variable in class org.eclipse.swt.internal.gtk.XCrossingEvent
 
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.
round(int, int) - Static method in class org.eclipse.swt.internal.Compatibility
Answers the result of rounding to the closest integer the number obtained by dividing the first argument p by the second argument q.
row_activated - Static variable in class org.eclipse.swt.internal.gtk.OS
 
row_changed - Static variable in class org.eclipse.swt.internal.gtk.OS
 
RowData - Class in org.eclipse.swt.layout
Each control controlled by a RowLayout can have its initial width and height specified by setting a RowData object into the control.
RowData() - Constructor for class org.eclipse.swt.layout.RowData
Constructs a new instance of RowData using default values.
RowData(int, int) - Constructor for class org.eclipse.swt.layout.RowData
Constructs a new instance of RowData according to the parameters.
RowData(Point) - Constructor for class org.eclipse.swt.layout.RowData
Constructs a new instance of RowData according to the parameter.
RowLayout - Class in org.eclipse.swt.layout
Instances of this class determine the size and position of the children of a Composite by placing them either in horizontal rows or vertical columns within the parent Composite.
RowLayout() - Constructor for class org.eclipse.swt.layout.RowLayout
Constructs a new instance of this class.
RowLayout(int) - Constructor for class org.eclipse.swt.layout.RowLayout
Constructs a new instance of this class given the type.
RST0 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
RST1 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
RST2 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
RST3 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
RST4 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
RST5 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
RST6 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
RST7 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
RTFTransfer - Class in org.eclipse.swt.dnd
The class RTFTransfer provides a platform specific mechanism for converting text in RTF format represented as a java String to a platform specific representation of the data and vice versa.
RTLD_LAZY - Static variable in class org.eclipse.swt.internal.gtk.OS
 
Run() - Method in class org.eclipse.swt.internal.mozilla.nsIAppShell
 
runs - Variable in class org.eclipse.swt.internal.gtk.PangoLayoutLine
 
RYTable - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 

S

same_screen - Variable in class org.eclipse.swt.internal.gtk.XButtonEvent
 
same_screen - Variable in class org.eclipse.swt.internal.gtk.XCrossingEvent
 
sampleBuffers - Variable in class org.eclipse.swt.opengl.GLData
The number of multisample buffers used by this context.
samples - Variable in class org.eclipse.swt.opengl.GLData
The number of samples accepted in the multisample buffer.
Sash - Class in org.eclipse.swt.widgets
Instances of the receiver represent a selectable user interface object that allows the user to drag a rubber banded outline of the sash within the parent control.
Sash(Composite, int) - Constructor for class org.eclipse.swt.widgets.Sash
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
SASH_WIDTH - Variable in class org.eclipse.swt.custom.SashForm
The width of all sashes in the form.
SashForm - Class in org.eclipse.swt.custom
The SashForm is a composite control that lays out its children in a row or column arrangement (as specified by the orientation) and places a Sash between each child.
SashForm(Composite, int) - Constructor for class org.eclipse.swt.custom.SashForm
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
save(OutputStream, int) - Method in class org.eclipse.swt.graphics.ImageLoader
Saves the image data in this ImageLoader to the specified stream.
save(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(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 - Static variable in class org.eclipse.swt.SWT
The FileDialog style constant for save file dialog behavior (value is 1<<13).
SavePrefFile(long) - Method in class org.eclipse.swt.internal.mozilla.nsIPrefService
 
SaveToDisk(long, int) - Method in class org.eclipse.swt.internal.mozilla.nsIHelperAppLauncher
 
SaveToDisk(long, int) - Method in class org.eclipse.swt.internal.mozilla.nsIHelperAppLauncher_1_8
 
SaveToDisk(long, int) - Method in class org.eclipse.swt.internal.mozilla.nsIHelperAppLauncher_1_9
 
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_DOWN_TRACK - Static variable in class org.eclipse.swt.internal.theme.DrawData
 
SCALE_LEFT_TRACK - Static variable in class org.eclipse.swt.internal.theme.DrawData
 
SCALE_RIGHT_TRACK - Static variable in class org.eclipse.swt.internal.theme.DrawData
 
SCALE_THUMB - Static variable in class org.eclipse.swt.internal.theme.DrawData
 
SCALE_UP_TRACK - Static variable in class org.eclipse.swt.internal.theme.DrawData
Scale parts
ScaleDrawData - Class in org.eclipse.swt.internal.theme
 
ScaleDrawData() - Constructor for class org.eclipse.swt.internal.theme.ScaleDrawData
 
scaledTo(int, int) - Method in class org.eclipse.swt.graphics.ImageData
Returns a copy of the receiver which has been stretched or shrunk to the specified size.
scanlinePad - Variable in class org.eclipse.swt.graphics.ImageData
The scanline padding.
SchemeIs(byte[], int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIURI
 
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
 
screen_changed - Variable in class org.eclipse.swt.internal.gtk.GtkWidgetClass
 
scroll(int, int, int, int, int, int, boolean) - Method in class org.eclipse.swt.custom.StyledText
 
scroll(int, int, int, int, int, int, boolean) - Method in class org.eclipse.swt.widgets.Canvas
Scrolls a rectangular area of the receiver by first copying the source area to the destination and then causing the area of the source which is not covered by the destination to be repainted.
scroll_child - Static variable in class org.eclipse.swt.internal.gtk.OS
 
scroll_event - Variable in class org.eclipse.swt.internal.gtk.GtkWidgetClass
 
scroll_event - Static variable in class org.eclipse.swt.internal.gtk.OS
 
SCROLL_LINE - Static variable in class org.eclipse.swt.SWT
Constants to indicate line scrolling (value is 1).
SCROLL_LOCK - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the scroll lock key (value is (1<<24)+84).
SCROLL_PAGE - Static variable in class org.eclipse.swt.SWT
Constants to indicate page scrolling (value is 2).
Scrollable - Class in org.eclipse.swt.widgets
This class is the abstract superclass of all classes which represent controls that have standard scroll bars.
Scrollable(Composite, int) - Constructor for class org.eclipse.swt.widgets.Scrollable
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
ScrollBar - Class in org.eclipse.swt.widgets
Instances of this class are selectable user interface objects that represent a range of positive, numeric values.
SCROLLBAR_DOWN_ARROW - Static variable in class org.eclipse.swt.internal.theme.DrawData
 
SCROLLBAR_DOWN_TRACK - Static variable in class org.eclipse.swt.internal.theme.DrawData
 
SCROLLBAR_LEFT_ARROW - Static variable in class org.eclipse.swt.internal.theme.DrawData
 
SCROLLBAR_LEFT_TRACK - Static variable in class org.eclipse.swt.internal.theme.DrawData
 
SCROLLBAR_RIGHT_ARROW - Static variable in class org.eclipse.swt.internal.theme.DrawData
 
SCROLLBAR_RIGHT_TRACK - Static variable in class org.eclipse.swt.internal.theme.DrawData
 
SCROLLBAR_THUMB - Static variable in class org.eclipse.swt.internal.theme.DrawData
 
SCROLLBAR_UP_ARROW - Static variable in class org.eclipse.swt.internal.theme.DrawData
Scrollbar parts
SCROLLBAR_UP_TRACK - Static variable in class org.eclipse.swt.internal.theme.DrawData
 
ScrollBarDrawData - Class in org.eclipse.swt.internal.theme
 
ScrollBarDrawData() - Constructor for class org.eclipse.swt.internal.theme.ScrollBarDrawData
 
ScrollBy(int, int) - Method in class org.eclipse.swt.internal.mozilla.nsIDOMWindow
 
ScrollByLines(int) - Method in class org.eclipse.swt.internal.mozilla.nsIDOMWindow
 
ScrollByPages(int) - Method in class org.eclipse.swt.internal.mozilla.nsIDOMWindow
 
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.
ScrollTo(int, int) - Method in class org.eclipse.swt.internal.mozilla.nsIDOMWindow
 
SEARCH - Static variable in class org.eclipse.swt.SWT
Style constant for search behavior (value is 1<<7).
segments - Variable in class org.eclipse.swt.custom.BidiSegmentEvent
bidi segments, see above
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(String) - Method in class org.eclipse.swt.custom.PopupList
Selects an item with text that starts with specified String.
select - Static variable in class org.eclipse.swt.internal.gtk.OS
 
Select(long, char[], char[], int, long[], int[], int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIPromptService
 
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, 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[]) - 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 item at the given zero-relative index 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(int[]) - Method in class org.eclipse.swt.widgets.Table
Selects the items at the given zero-relative indices in the receiver.
select(TreeItem) - Method in class org.eclipse.swt.widgets.Tree
Selects an item in the receiver.
SELECT_ALL - Static variable in class org.eclipse.swt.custom.ST
 
select_all_selection - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkSelectionIface
 
SELECT_COLUMN_NEXT - Static variable in class org.eclipse.swt.custom.ST
 
SELECT_COLUMN_PREVIOUS - Static variable in class org.eclipse.swt.custom.ST
 
SELECT_LINE_DOWN - Static variable in class org.eclipse.swt.custom.ST
 
SELECT_LINE_END - Static variable in class org.eclipse.swt.custom.ST
 
SELECT_LINE_START - Static variable in class org.eclipse.swt.custom.ST
 
SELECT_LINE_UP - Static variable in class org.eclipse.swt.custom.ST
 
SELECT_PAGE_DOWN - Static variable in class org.eclipse.swt.custom.ST
 
SELECT_PAGE_UP - Static variable in class org.eclipse.swt.custom.ST
 
SELECT_TEXT_END - Static variable in class org.eclipse.swt.custom.ST
 
SELECT_TEXT_START - Static variable in class org.eclipse.swt.custom.ST
 
SELECT_WINDOW_END - Static variable in class org.eclipse.swt.custom.ST
 
SELECT_WINDOW_START - Static variable in class org.eclipse.swt.custom.ST
 
SELECT_WORD_NEXT - Static variable in class org.eclipse.swt.custom.ST
 
SELECT_WORD_PREVIOUS - Static variable in class org.eclipse.swt.custom.ST
 
selectAll() - Method in class org.eclipse.swt.custom.StyledText
Selects all the text.
selectAll() - Method in class org.eclipse.swt.custom.TableTree
Deprecated. Selects all of the items in the receiver.
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.
SELECTED - Static variable in class org.eclipse.swt.internal.theme.DrawData
Part states
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).
selectedWidth - Variable in class org.eclipse.swt.internal.theme.TabFolderDrawData
 
selectedX - Variable in class org.eclipse.swt.internal.theme.TabFolderDrawData
 
selection - Variable in class org.eclipse.swt.internal.gtk.GtkSelectionData
 
selection - Variable in class org.eclipse.swt.internal.theme.RangeDrawData
 
SELECTION - Static variable in class org.eclipse.swt.printing.PrinterData
scope field value indicating that the current selection should be printed
Selection - Static variable in class org.eclipse.swt.SWT
The selection event type (value is 13).
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_clear_event - Variable in class org.eclipse.swt.internal.gtk.GtkWidgetClass
 
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_entry - Variable in class org.eclipse.swt.internal.gtk.GtkFileSelection
 
selection_get - Variable in class org.eclipse.swt.internal.gtk.GtkWidgetClass
 
selection_notify_event - Variable in class org.eclipse.swt.internal.gtk.GtkWidgetClass
 
selection_received - Variable in class org.eclipse.swt.internal.gtk.GtkWidgetClass
 
selection_request_event - Variable in class org.eclipse.swt.internal.gtk.GtkWidgetClass
 
selection_text - Variable in class org.eclipse.swt.internal.gtk.GtkFileSelection
 
SelectionAdapter - Class in org.eclipse.swt.events
This adapter class provides default implementations for the methods described by the SelectionListener interface.
SelectionAdapter() - Constructor for class org.eclipse.swt.events.SelectionAdapter
 
selectionChanged() - Method in class org.eclipse.swt.accessibility.Accessible
Sends a message to accessible clients that the child selection within a custom container control has changed.
SelectionEvent - Class in org.eclipse.swt.events
Instances of this class are sent as a result of widgets being selected.
SelectionEvent(Event) - Constructor for class org.eclipse.swt.events.SelectionEvent
Constructs a new instance of this class based on the information in the given untyped event.
SelectionListener - Interface in org.eclipse.swt.events
Classes which implement this interface provide methods that deal with the events that are generated when selection occurs in a control.
send_event - Variable in class org.eclipse.swt.internal.gtk.GdkEventAny
 
send_event - Variable in class org.eclipse.swt.internal.gtk.GdkEventButton
 
send_event - Variable in class org.eclipse.swt.internal.gtk.GdkEventCrossing
 
send_event - Variable in class org.eclipse.swt.internal.gtk.GdkEventExpose
 
send_event - Variable in class org.eclipse.swt.internal.gtk.GdkEventFocus
 
send_event - Variable in class org.eclipse.swt.internal.gtk.GdkEventKey
 
send_event - Variable in class org.eclipse.swt.internal.gtk.GdkEventMotion
 
send_event - Variable in class org.eclipse.swt.internal.gtk.GdkEventScroll
 
send_event - Variable in class org.eclipse.swt.internal.gtk.GdkEventVisibility
 
send_event - Variable in class org.eclipse.swt.internal.gtk.GdkEventWindowState
 
send_event - Variable in class org.eclipse.swt.internal.gtk.XAnyEvent
 
send_event - Variable in class org.eclipse.swt.internal.gtk.XClientMessageEvent
 
SEPARATOR - Static variable in class org.eclipse.swt.custom.StyledTextPrintOptions
Separator constant for use in header and footer.
SEPARATOR - Static variable in class org.eclipse.swt.SWT
Style constant for line separator behavior (value is 1<<1).
serial - Variable in class org.eclipse.swt.internal.gtk.XAnyEvent
 
serial - Variable in class org.eclipse.swt.internal.gtk.XClientMessageEvent
 
SerializableCompatibility - Interface in org.eclipse.swt.internal
This interface is the cross-platform version of the java.io.Serializable interface.
SerializeToStream(long, long, byte[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDOMSerializer
 
SerializeToStream(long, long, long) - Method in class org.eclipse.swt.internal.mozilla.nsIDOMSerializer_1_7
 
SerializeToString(long, long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDOMSerializer
 
SerializeToString(long, long) - Method in class org.eclipse.swt.internal.mozilla.nsIDOMSerializer_1_7
 
Set(byte[], long) - Method in class org.eclipse.swt.internal.mozilla.nsIProperties
 
set_caret_offset - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTextIface
 
set_description - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkActionIface
 
set_description - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkObjectClass
 
set_extents - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkComponentIface
 
set_name - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkObjectClass
 
set_parent - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkObjectClass
 
set_position - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkComponentIface
 
set_property - Variable in class org.eclipse.swt.internal.gtk.GObjectClass
 
set_role - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkObjectClass
 
set_scroll_adjustments_signal - Variable in class org.eclipse.swt.internal.gtk.GtkWidgetClass
 
set_selection - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTextIface
 
set_size - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkComponentIface
 
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
SetActiveWindow(long) - Method in class org.eclipse.swt.internal.mozilla.nsIWindowWatcher
 
setAdvanced(boolean) - Method in class org.eclipse.swt.graphics.GC
Sets the receiver to always use the operating system's advanced graphics subsystem for all graphics operations if the argument is true.
setAlignment(int) - Method in class org.eclipse.swt.custom.CLabel
Set the 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.
SetAllowAuth(int) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell
 
SetAllowAuth(int) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
SetAllowAuth(int) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
SetAllowImages(int) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell
 
SetAllowImages(int) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
SetAllowImages(int) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
SetAllowJavascript(int) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell
 
SetAllowJavascript(int) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
SetAllowJavascript(int) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
SetAllowMetaRedirects(int) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell
 
SetAllowMetaRedirects(int) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
SetAllowMetaRedirects(int) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
SetAllowPlugins(int) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell
 
SetAllowPlugins(int) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
SetAllowPlugins(int) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
SetAllowSubframes(int) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell
 
SetAllowSubframes(int) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
SetAllowSubframes(int) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
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, 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.
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).
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.
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
On platforms which support it, sets the application name to be the argument.
SetAppType(int) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell
 
SetAppType(int) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
SetAppType(int) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
SetAsACString(long) - Method in class org.eclipse.swt.internal.mozilla.nsIWritableVariant
 
SetAsArray(short, long, int, long) - Method in class org.eclipse.swt.internal.mozilla.nsIWritableVariant
 
SetAsAString(long) - Method in class org.eclipse.swt.internal.mozilla.nsIWritableVariant
 
SetAsAUTF8String(long) - Method in class org.eclipse.swt.internal.mozilla.nsIWritableVariant
 
SetAsBool(int) - Method in class org.eclipse.swt.internal.mozilla.nsIWritableVariant
 
setAscent(int) - Method in class org.eclipse.swt.graphics.TextLayout
Sets the ascent of the receiver.
SetAsDOMString(long) - Method in class org.eclipse.swt.internal.mozilla.nsIWritableVariant
 
SetAsDouble(double) - Method in class org.eclipse.swt.internal.mozilla.nsIWritableVariant
 
SetAsEmpty() - Method in class org.eclipse.swt.internal.mozilla.nsIWritableVariant
 
SetAsEmptyArray() - Method in class org.eclipse.swt.internal.mozilla.nsIWritableVariant
 
SetAsFloat(float) - Method in class org.eclipse.swt.internal.mozilla.nsIWritableVariant
 
SetAsID(long) - Method in class org.eclipse.swt.internal.mozilla.nsIWritableVariant
 
SetAsInt32(int) - Method in class org.eclipse.swt.internal.mozilla.nsIWritableVariant
 
SetAsInt64(long) - Method in class org.eclipse.swt.internal.mozilla.nsIWritableVariant
 
SetAsInterface(nsID, long) - Method in class org.eclipse.swt.internal.mozilla.nsIWritableVariant
 
SetAsISupports(long) - Method in class org.eclipse.swt.internal.mozilla.nsIWritableVariant
 
SetAsString(byte[]) - Method in class org.eclipse.swt.internal.mozilla.nsIWritableVariant
 
SetAsStringWithSize(int, byte[]) - Method in class org.eclipse.swt.internal.mozilla.nsIWritableVariant
 
SetAsUint16(short) - Method in class org.eclipse.swt.internal.mozilla.nsIWritableVariant
 
SetAsUint32(int) - Method in class org.eclipse.swt.internal.mozilla.nsIWritableVariant
 
SetAsVoid() - Method in class org.eclipse.swt.internal.mozilla.nsIWritableVariant
 
SetAsWString(char[]) - Method in class org.eclipse.swt.internal.mozilla.nsIWritableVariant
 
SetAsWStringWithSize(int, char[]) - Method in class org.eclipse.swt.internal.mozilla.nsIWritableVariant
 
setAutoHide(boolean) - Method in class org.eclipse.swt.widgets.ToolTip
Makes the receiver hide automatically when true, and remain visible when false.
setBackground(Color) - Method in class org.eclipse.swt.custom.CCombo
 
setBackground(Color) - Method in class org.eclipse.swt.custom.CLabel
 
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[], boolean) - Method in class org.eclipse.swt.custom.CLabel
Specify a gradient of colours to be drawn in the background of the CLabel.
setBackground(Image) - Method in class org.eclipse.swt.custom.CLabel
Set the image to be drawn in the background of the label.
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.TableTree
Deprecated.  
setBackground(Color) - Method in class org.eclipse.swt.custom.TableTreeItem
Deprecated. 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.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.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(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(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(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.
setBackgroundImage(Image) - Method in class org.eclipse.swt.widgets.Control
Sets the receiver's background image to the image specified by the argument, or to the default system color for the control if the argument is null.
setBackgroundMode(int) - Method in class org.eclipse.swt.widgets.Composite
Sets the background drawing mode to the argument which should be one of the following constants defined in class SWT: INHERIT_NONE, INHERIT_DEFAULT, INHERIT_FORCE.
setBackgroundPattern(Pattern) - Method in class org.eclipse.swt.graphics.GC
Sets the background pattern.
setBidiColoring(boolean) - Method in class org.eclipse.swt.custom.StyledText
Deprecated. use BidiSegmentListener instead.
setBlockSelection(boolean) - Method in class org.eclipse.swt.custom.StyledText
TEMPORARY CODE - API SUBJECT TO CHANGE Sets the block selection mode.
SetBlurSuppression(int) - Method in class org.eclipse.swt.internal.mozilla.nsIBaseWindow
 
SetBoolPref(byte[], int) - Method in class org.eclipse.swt.internal.mozilla.nsIPrefBranch
 
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.
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(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 to the rectangular area specified by the argument.
setBounds(int, int, int, int) - Method in class org.eclipse.swt.widgets.Control
Sets the receiver's size and location to the rectangular area specified by the arguments.
setBounds(Rectangle) - Method in class org.eclipse.swt.widgets.Event
Sets the bounds.
SetCancelDownloadOnClose(int) - Method in class org.eclipse.swt.internal.mozilla.nsIProgressDialog
 
SetCancelDownloadOnClose(int) - Method in class org.eclipse.swt.internal.mozilla.nsIProgressDialog_1_8
 
SetCanvasHasFocus(int) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell
 
SetCanvasHasFocus(int) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
SetCanvasHasFocus(int) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
setCapture(boolean) - Method in class org.eclipse.swt.widgets.Control
If the argument is true, causes the receiver to have all mouse events delivered to it until the method is called with false as the argument.
setCaret(Caret) - Method in class org.eclipse.swt.custom.StyledText
Sets the receiver's caret.
setCaret(Caret) - Method in class org.eclipse.swt.widgets.Canvas
Sets the receiver's caret.
setCaretOffset(int) - Method in class org.eclipse.swt.custom.StyledText
Sets the caret offset.
SetCharPref(byte[], byte[]) - Method in class org.eclipse.swt.internal.mozilla.nsIPrefBranch
 
setChecked(boolean) - Method in class org.eclipse.swt.custom.TableTreeItem
Deprecated. Sets the checked state of the checkbox for this item.
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.
SetChildOffset(int) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
SetChromeEventHandler(long) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell
 
SetChromeEventHandler(long) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
SetChromeEventHandler(long) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
SetChromeFlags(int) - Method in class org.eclipse.swt.internal.mozilla.nsIWebBrowserChrome
 
setClipping(int, int, int, int) - Method in class org.eclipse.swt.graphics.GC
Sets the area of the receiver which can be changed by drawing operations to the rectangular area specified by the arguments.
setClipping(Path) - Method in class org.eclipse.swt.graphics.GC
Sets the area of the receiver which can be changed by drawing operations to the path specified by the argument.
setClipping(Rectangle) - Method in class org.eclipse.swt.graphics.GC
Sets the area of the receiver which can be changed by drawing operations to the rectangular area specified by the argument.
setClipping(Region) - Method in class org.eclipse.swt.graphics.GC
Sets the area of the receiver which can be changed by drawing operations to the region specified by the argument.
setColumn(int) - Method in class org.eclipse.swt.custom.TableEditor
Sets the zero based index of the column of the cell being tracked by this editor.
setColumn(int) - Method in class org.eclipse.swt.custom.TableTreeEditor
Deprecated.  
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.
SetComplexValue(byte[], nsID, long) - Method in class org.eclipse.swt.internal.mozilla.nsIPrefBranch
 
setCompositionOffset(int) - Method in class org.eclipse.swt.widgets.IME
Sets the offset of the composition from the start of the document.
SetContainerWindow(long) - Method in class org.eclipse.swt.internal.mozilla.nsIWebBrowser
 
setContent(Control) - Method in class org.eclipse.swt.custom.ScrolledComposite
Set the content that will be scrolled.
setContent(StyledTextContent) - Method in class org.eclipse.swt.custom.StyledText
Sets the content implementation to use for text storage.
setContent(Control) - Method in class org.eclipse.swt.custom.ViewForm
Sets the content.
SetContentCharset(long) - Method in class org.eclipse.swt.internal.mozilla.nsIChannel
 
SetContentLength(int) - Method in class org.eclipse.swt.internal.mozilla.nsIChannel
 
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.
SetContentType(long) - Method in class org.eclipse.swt.internal.mozilla.nsIChannel
 
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.
setCurrent() - Method in class org.eclipse.swt.opengl.GLCanvas
Sets the OpenGL context associated with this GLCanvas to be the current GL context.
SetCurrentURI(long) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell
 
SetCurrentURI(long) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
SetCurrentURI(long) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
setCursor(Cursor) - Method in class org.eclipse.swt.custom.StyledText
Sets the receiver's cursor to the cursor specified by the argument.
setCursor(Cursor) - Method in class org.eclipse.swt.widgets.Control
Sets the receiver's cursor to the cursor specified by the argument, or to the default cursor for that kind of control if the argument is null.
setCursor(Cursor) - Method in class org.eclipse.swt.widgets.CoolBar
 
setCursor(Cursor) - Method in class org.eclipse.swt.widgets.Tracker
Sets the Cursor of the Tracker.
setCursorLocation(int, int) - Method in class org.eclipse.swt.widgets.Display
Sets the location of the on-screen pointer relative to the top left corner of the screen.
setCursorLocation(Point) - Method in class org.eclipse.swt.widgets.Display
Sets the location of the on-screen pointer relative to the top left corner of the screen.
SetData(char[]) - Method in class org.eclipse.swt.internal.mozilla.nsIPrefLocalizedString
 
SetData - Static variable in class org.eclipse.swt.SWT
The set data event type (value is 36).
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(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.Widget
Sets the application defined property of the receiver with the specified name to the given value.
SetDataWithLength(int, char[]) - Method in class org.eclipse.swt.internal.mozilla.nsIPrefLocalizedString
 
setDate(int, int, int) - Method in class org.eclipse.swt.widgets.DateTime
Sets the receiver's year, month, and day in a single operation.
setDay(int) - Method in class org.eclipse.swt.widgets.DateTime
Sets the receiver's date, or day of the month, to the specified day.
setDefaultButton(Button) - Method in class org.eclipse.swt.widgets.Decorations
If the argument is not null, sets the receiver's default button to the argument, and if the argument is null, sets the receiver's default button to the first button which was set as the receiver's default button (called the saved default button).
SetDefaultExtension(char[]) - Method in class org.eclipse.swt.internal.mozilla.nsIFilePicker
 
SetDefaultExtension(long) - Method in class org.eclipse.swt.internal.mozilla.nsIFilePicker_1_8
 
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.
SetDefaultString(char[]) - Method in class org.eclipse.swt.internal.mozilla.nsIFilePicker
 
SetDefaultString(long) - Method in class org.eclipse.swt.internal.mozilla.nsIFilePicker_1_8
 
setDescent(int) - Method in class org.eclipse.swt.graphics.TextLayout
Sets the descent of the receiver.
SetDialog(long) - Method in class org.eclipse.swt.internal.mozilla.nsIProgressDialog
 
SetDialog(long) - Method in class org.eclipse.swt.internal.mozilla.nsIProgressDialog_1_8
 
setDigits(int) - Method in class org.eclipse.swt.widgets.Spinner
Sets the number of decimal places used by the receiver.
SetDimensions(int, int, int, int, int) - Method in class org.eclipse.swt.internal.mozilla.nsIEmbeddingSiteWindow
 
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.
SetDisplayDirectory(long) - Method in class org.eclipse.swt.internal.mozilla.nsIFilePicker
 
SetDisplayDirectory(long) - Method in class org.eclipse.swt.internal.mozilla.nsIFilePicker_1_8
 
SetDisplayName(char[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDownload
 
SetDocumentCharsetInfo(long) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell
 
SetDocumentCharsetInfo(long) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
SetDocumentCharsetInfo(long) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
SetDomain(long) - Method in class org.eclipse.swt.internal.mozilla.nsIAuthInformation
 
setDoubleClickEnabled(boolean) - Method in class org.eclipse.swt.custom.StyledText
Sets whether the widget implements double click mouse behavior.
setDoubleClickEnabled(boolean) - Method in class org.eclipse.swt.widgets.Text
Sets the double click enabled flag.
setDragDetect(boolean) - Method in class org.eclipse.swt.custom.StyledText
 
setDragDetect(boolean) - Method in class org.eclipse.swt.widgets.Control
Sets the receiver's drag detect state.
setDragSourceEffect(DragSourceEffect) - Method in class org.eclipse.swt.dnd.DragSource
Specifies the drag effect for this DragSource.
setDropTargetEffect(DropTargetEffect) - Method in class org.eclipse.swt.dnd.DropTarget
Specifies the drop effect for this DropTarget.
setEchoChar(char) - Method in class org.eclipse.swt.widgets.Text
Sets the echo character.
setEditable(boolean) - Method in class org.eclipse.swt.custom.CCombo
Sets the editable state.
setEditable(boolean) - Method in class org.eclipse.swt.custom.StyledText
Sets whether the widget content can be edited.
setEditable(boolean) - Method in class org.eclipse.swt.widgets.Text
Sets the editable state.
setEditor(Control) - Method in class org.eclipse.swt.custom.ControlEditor
Specify the Control that is to be displayed.
setEditor(Control) - Method in class org.eclipse.swt.custom.TableEditor
 
setEditor(Control, 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, TableTreeItem, int) - Method in class org.eclipse.swt.custom.TableTreeEditor
Deprecated. Specify the Control that is to be displayed and the cell in the table 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.
setEditor(Control) - Method in class org.eclipse.swt.custom.TreeEditor
 
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.
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.TableTree
Deprecated.  
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(int) - Method in class org.eclipse.swt.internal.mozilla.nsIBaseWindow
 
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.Menu
Enables the receiver if the argument is true, and disables it otherwise.
setEnabled(boolean) - Method in class org.eclipse.swt.widgets.MenuItem
Enables the receiver if the argument is true, and disables it otherwise.
setEnabled(boolean) - Method in class org.eclipse.swt.widgets.ScrollBar
Enables the receiver if the argument is true, and disables it otherwise.
setEnabled(boolean) - Method in class org.eclipse.swt.widgets.Shell
 
setEnabled(boolean) - Method in class org.eclipse.swt.widgets.ToolItem
Enables the receiver if the argument is true, and disables it otherwise.
setEndPage(int) - Method in class org.eclipse.swt.printing.PrintDialog
Sets the end page that the user will see when the dialog is opened.
setExpanded(boolean) - Method in class org.eclipse.swt.custom.TableTreeItem
Deprecated. Sets the expanded state.
setExpanded(boolean) - Method in class org.eclipse.swt.widgets.ExpandItem
Sets the expanded state of the receiver.
setExpanded(boolean) - Method in class org.eclipse.swt.widgets.TreeItem
Sets the expanded state of the receiver.
setExpandHorizontal(boolean) - Method in class org.eclipse.swt.custom.ScrolledComposite
Configure the ScrolledComposite to resize the content object to be as wide as the ScrolledComposite when the width of the ScrolledComposite is greater than the minimum width specified in setMinWidth.
setExpandVertical(boolean) - Method in class org.eclipse.swt.custom.ScrolledComposite
Configure the ScrolledComposite to resize the content object to be as tall as the ScrolledComposite when the height of the ScrolledComposite is greater than the minimum height specified in setMinHeight.
setFileName(String) - Method in class org.eclipse.swt.widgets.FileDialog
Set the initial filename which the dialog will select by default when opened to the argument, which may be null.
SetFileSize(long) - Method in class org.eclipse.swt.internal.mozilla.nsIFile
 
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.internal.mozilla.nsIFilePicker
 
SetFilterIndex(int) - Method in class org.eclipse.swt.internal.mozilla.nsIFilePicker_1_8
 
setFilterIndex(int) - Method in class org.eclipse.swt.widgets.FileDialog
Set the 0-based index of the file extension filter which the dialog will use initially to filter the files it shows to the argument.
setFilterNames(String[]) - Method in class org.eclipse.swt.widgets.FileDialog
Sets the names that describe the filter extensions which the dialog will use to filter the files it shows to the argument, which may be null.
setFilterPath(String) - Method in class org.eclipse.swt.widgets.DirectoryDialog
Sets the path that the dialog will use to filter the directories it shows to the argument, which may be null.
setFilterPath(String) - Method in class org.eclipse.swt.widgets.FileDialog
Sets the directory path that the dialog will use to the argument, which may be null.
setFocus(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() - Method in class org.eclipse.swt.custom.CCombo
 
SetFocus() - Method in class org.eclipse.swt.internal.mozilla.nsIBaseWindow
 
SetFocus() - Method in class org.eclipse.swt.internal.mozilla.nsIEmbeddingSiteWindow
 
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.
SetFocusAtFirstElement() - Method in class org.eclipse.swt.internal.mozilla.nsIWebBrowserFocus
 
SetFocusAtLastElement() - Method in class org.eclipse.swt.internal.mozilla.nsIWebBrowserFocus
 
SetFocusedElement(long) - Method in class org.eclipse.swt.internal.mozilla.nsIWebBrowserFocus
 
SetFocusedWindow(long) - Method in class org.eclipse.swt.internal.mozilla.nsIWebBrowserFocus
 
SetFollowLinks(int) - Method in class org.eclipse.swt.internal.mozilla.nsILocalFile
 
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.custom.TableTree
Deprecated.  
setFont(Font) - Method in class org.eclipse.swt.custom.TableTreeItem
Deprecated. 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.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(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(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(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.
setFontData(FontData) - Method in class org.eclipse.swt.widgets.FontDialog
Deprecated. use #setFontList (FontData [])
setFontList(FontData[]) - Method in class org.eclipse.swt.widgets.FontDialog
Sets the set of FontData objects describing the font to be selected by default in the dialog, or null to let the platform choose one.
setForeground(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.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.TableTree
Deprecated.  
setForeground(Color) - Method in class org.eclipse.swt.custom.TableTreeItem
Deprecated. 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.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(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(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.
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.
setForegroundPattern(Pattern) - Method in class org.eclipse.swt.graphics.GC
Sets the foreground pattern.
SetFromVariant(long) - Method in class org.eclipse.swt.internal.mozilla.nsIWritableVariant
 
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.custom.TableTreeItem
Deprecated. Sets the grayed state of the checkbox for this item.
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.
SetHasFocus(int) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell
 
SetHasFocus(int) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
SetHasFocus(int) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
setHeaderVisible(boolean) - Method in class org.eclipse.swt.widgets.Table
Marks the receiver's header as visible if the argument is true, and marks it invisible otherwise.
setHeaderVisible(boolean) - Method in class org.eclipse.swt.widgets.Tree
Marks the receiver's header as visible if the argument is true, and marks it invisible otherwise.
setHeight(int) - Method in class org.eclipse.swt.graphics.FontData
Sets the height of the receiver.
setHeight(int) - Method in class org.eclipse.swt.widgets.ExpandItem
Sets the height of the receiver.
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 pixel offset relative to the start of the line.
SetHost(long) - Method in class org.eclipse.swt.internal.mozilla.nsIURI
 
SetHostPort(long) - Method in class org.eclipse.swt.internal.mozilla.nsIURI
 
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.
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(int, Image) - Method in class org.eclipse.swt.custom.TableTreeItem
Deprecated. Sets the image at an index.
setImage(Image) - Method in class org.eclipse.swt.custom.TableTreeItem
Deprecated. Sets the first image.
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 image the receiver will display to the argument.
setImage(Image) - Method in class org.eclipse.swt.widgets.TabItem
 
setImage(Image) - Method in class org.eclipse.swt.widgets.TableColumn
 
setImage(int, Image) - Method in class org.eclipse.swt.widgets.TableItem
Sets the receiver's image at a column.
setImage(Image) - Method in class org.eclipse.swt.widgets.TableItem
 
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.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(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.widgets.TreeItem
 
setImage(Image[]) - Method in class org.eclipse.swt.widgets.TreeItem
Sets the image for multiple columns in the tree.
setImageIndent(int) - Method in class org.eclipse.swt.widgets.TableItem
Deprecated. this functionality is not supported on most platforms
setImages(Image[]) - Method in class org.eclipse.swt.widgets.Decorations
Sets the receiver's images to the argument, which may be an empty array.
setIME(IME) - Method in class org.eclipse.swt.widgets.Canvas
Sets the receiver's IME.
setImeInputMode(int) - Method in class org.eclipse.swt.widgets.Shell
Sets the input method editor mode to the argument which should be the result of bitwise OR'ing together one or more of the following constants defined in class SWT: NONE, ROMAN, DBCS, PHONETIC, NATIVE, ALPHA.
setIncrement(int) - Method in class org.eclipse.swt.widgets.Scale
Sets the amount that the receiver's value will be modified by when the up/down (or right/left) arrows are pressed to the argument, which must be at least one.
setIncrement(int) - Method in class org.eclipse.swt.widgets.ScrollBar
Sets the amount that the receiver's value will be modified by when the up/down (or right/left) arrows are pressed to the argument, which must be at least one.
setIncrement(int) - Method in class org.eclipse.swt.widgets.Slider
Sets the amount that the receiver's value will be modified by when the up/down (or right/left) arrows are pressed to the argument, which must be at least one.
setIncrement(int) - Method in class org.eclipse.swt.widgets.Spinner
Sets the amount that the receiver's value will be modified by when the up/down arrows are pressed to the argument, which must be at least one.
setIndent(int) - Method in class org.eclipse.swt.custom.StyledText
Sets the line indentation of the widget.
setIndent(int) - Method in class org.eclipse.swt.graphics.TextLayout
Sets the indent of the receiver.
setInsertMark(CTabItem, boolean) - Method in class org.eclipse.swt.custom.CTabFolder
Display an insert marker before or after the specified tab item.
setInsertMark(int, boolean) - Method in class org.eclipse.swt.custom.CTabFolder
Display an insert marker before or after the specified tab item.
setInsertMark(TreeItem, boolean) - Method in class org.eclipse.swt.widgets.Tree
Display a mark indicating the point at which an item will be inserted.
setInterpolation(int) - Method in class org.eclipse.swt.graphics.GC
Sets the receiver's interpolation setting to the parameter, which must be one of SWT.DEFAULT, SWT.NONE, SWT.LOW or SWT.HIGH.
SetIntPref(byte[], int) - Method in class org.eclipse.swt.internal.mozilla.nsIPrefBranch
 
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(TableItem) - Method in class org.eclipse.swt.custom.TableEditor
Specifies the TableItem that is to be edited.
setItem(TableTreeItem) - Method in class org.eclipse.swt.custom.TableTreeEditor
Deprecated.  
setItem(TreeItem) - Method in class org.eclipse.swt.custom.TreeEditor
Specifies the TreeItem that is to be edited.
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.
setItemCount(int) - Method in class org.eclipse.swt.widgets.Table
Sets the number of items contained in the receiver.
setItemCount(int) - Method in class org.eclipse.swt.widgets.Tree
Sets the number of root-level items contained in the receiver.
setItemCount(int) - Method in class org.eclipse.swt.widgets.TreeItem
Sets the number of child items contained in the receiver.
setItemLayout(int[], int[], Point[]) - Method in class org.eclipse.swt.widgets.CoolBar
Sets the receiver's item order, wrap indices, and item sizes all at once.
setItems(String[]) - Method in class org.eclipse.swt.custom.CCombo
Sets the receiver's list to be the given array of items.
setItems(String[]) - Method in class org.eclipse.swt.custom.PopupList
Sets all items.
setItems(String[]) - Method in class org.eclipse.swt.widgets.Combo
Sets the receiver's list to be the given array of items.
setItems(String[]) - Method in class org.eclipse.swt.widgets.List
Sets the receiver's items to be the given array of items.
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
 
SetLastModifiedTime(long) - Method in class org.eclipse.swt.internal.mozilla.nsIFile
 
SetLastModifiedTimeOfLink(long) - Method in class org.eclipse.swt.internal.mozilla.nsIFile
 
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.
SetLayoutHistoryState(long) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell
 
SetLayoutHistoryState(long) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
SetLayoutHistoryState(long) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
SetLeafName(long) - Method in class org.eclipse.swt.internal.mozilla.nsIFile
 
setLeft(Control) - Method in class org.eclipse.swt.custom.CBanner
Set the control that appears on the left side of the banner.
setLineAlignment(int, int, int) - Method in class org.eclipse.swt.custom.StyledText
Sets the alignment of the specified lines.
setLineAttributes(LineAttributes) - Method in class org.eclipse.swt.graphics.GC
Sets the receiver's line attributes.
setLineBackground(int, int, Color) - Method in class org.eclipse.swt.custom.StyledText
Sets the background color of the specified lines.
setLineBullet(int, int, Bullet) - Method in class org.eclipse.swt.custom.StyledText
Sets the bullet of the specified lines.
setLineCap(int) - Method in class org.eclipse.swt.graphics.GC
Sets the receiver's line cap style to the argument, which must be one of the constants SWT.CAP_FLAT, SWT.CAP_ROUND, or SWT.CAP_SQUARE.
setLineDash(int[]) - Method in class org.eclipse.swt.graphics.GC
Sets the receiver's line dash style to the argument.
setLineIndent(int, int, int) - Method in class org.eclipse.swt.custom.StyledText
Sets the indent of the specified lines.
setLineJoin(int) - Method in class org.eclipse.swt.graphics.GC
Sets the receiver's line join style to the argument, which must be one of the constants SWT.JOIN_MITER, SWT.JOIN_ROUND, or SWT.JOIN_BEVEL.
setLineJustify(int, int, boolean) - Method in class org.eclipse.swt.custom.StyledText
Sets the justify of the specified lines.
setLineSpacing(int) - Method in class org.eclipse.swt.custom.StyledText
Sets the line spacing of the widget.
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.
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.
SetListener(long) - Method in class org.eclipse.swt.internal.mozilla.nsIDownload
 
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.
SetLoadCookie(long) - Method in class org.eclipse.swt.internal.mozilla.nsIURIContentListener
 
SetLoadFlags(int) - Method in class org.eclipse.swt.internal.mozilla.nsIRequest
 
SetLoadGroup(long) - Method in class org.eclipse.swt.internal.mozilla.nsIRequest
 
SetLoadType(int) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell
 
SetLoadType(int) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
SetLoadType(int) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
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(Point) - Method in class org.eclipse.swt.widgets.Caret
Sets the receiver's location to the point specified by the argument which is relative to the receiver's parent (or its display if its parent is null).
setLocation(Point) - Method in class org.eclipse.swt.widgets.Control
Sets the receiver's location to the point specified by the arguments which are relative to the receiver's parent (or its display if its parent is null), unless the receiver is a shell.
setLocation(int, int) - Method in class org.eclipse.swt.widgets.Control
Sets the receiver's location to the point specified by the arguments which are relative to the receiver's parent (or its display if its parent is null), unless the receiver is a shell.
setLocation(int, int) - Method in class org.eclipse.swt.widgets.Menu
Sets the location of the receiver, which must be a popup, to the point specified by the arguments which are relative to the display.
setLocation(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(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.ToolTip
Sets the location of the receiver, which must be a tooltip, to the point specified by the argument which is relative to the display.
setLocked(boolean) - Method in class org.eclipse.swt.widgets.CoolBar
Sets whether or not the receiver is 'locked'.
SetMarginHeight(int) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell
 
SetMarginHeight(int) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
SetMarginHeight(int) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
SetMarginWidth(int) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell
 
SetMarginWidth(int) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
SetMarginWidth(int) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
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.
setMenu(Menu) - Method in class org.eclipse.swt.custom.CCombo
 
setMenu(Menu) - Method in class org.eclipse.swt.custom.TableTree
Deprecated.  
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.MenuItem
Sets the receiver's pull down menu to the argument.
setMenuBar(Menu) - Method in class org.eclipse.swt.widgets.Decorations
Sets the receiver's menu bar to the argument, which may be null.
setMenuBar(Menu) - Method in class org.eclipse.swt.widgets.Shell
 
setMessage(String) - Method in class org.eclipse.swt.widgets.DirectoryDialog
Sets the dialog's message, which is a description of the purpose for which it was opened.
setMessage(String) - Method in class org.eclipse.swt.widgets.MessageBox
Sets the dialog's message, which is a description of the purpose for which it was opened.
setMessage(String) - Method in class org.eclipse.swt.widgets.Text
Sets the widget message.
setMessage(String) - Method in class org.eclipse.swt.widgets.ToolTip
Sets the receiver's message.
setMinHeight(int) - Method in class org.eclipse.swt.custom.ScrolledComposite
Specify the minimum height at which the ScrolledComposite will begin scrolling the content with the vertical scroll bar.
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(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(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.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(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.
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.
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.
setMonth(int) - Method in class org.eclipse.swt.widgets.DateTime
Sets the receiver's month.
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.
SetName(long) - Method in class org.eclipse.swt.internal.mozilla.nsIDOMWindow
 
SetNativeLeafName(long) - Method in class org.eclipse.swt.internal.mozilla.nsIFile
 
SetNotificationCallbacks(long) - Method in class org.eclipse.swt.internal.mozilla.nsIChannel
 
SetObserver(long) - Method in class org.eclipse.swt.internal.mozilla.nsIDownload
 
SetObserver(long) - Method in class org.eclipse.swt.internal.mozilla.nsIProgressDialog_1_8
 
SetOffline(int) - Method in class org.eclipse.swt.internal.mozilla.nsIIOService
 
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(long, int) - Static method in class org.eclipse.swt.internal.BidiUtil
 
setOrientation(Control, int) - Static method in class org.eclipse.swt.internal.BidiUtil
 
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.Text
Sets the orientation of the receiver, which must be one of the constants SWT.LEFT_TO_RIGHT or SWT.RIGHT_TO_LEFT.
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.
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.
SetOriginalURI(long) - Method in class org.eclipse.swt.internal.mozilla.nsIChannel
 
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.
SetOwner(long) - Method in class org.eclipse.swt.internal.mozilla.nsIChannel
 
setPageIncrement(int) - Method in class org.eclipse.swt.widgets.Scale
Sets the amount that the receiver's value will be modified by when the page increment/decrement areas are selected to the argument, which must be at least one.
setPageIncrement(int) - Method in class org.eclipse.swt.widgets.ScrollBar
Sets the amount that the receiver's value will be modified by when the page increment/decrement areas are selected to the argument, which must be at least one.
setPageIncrement(int) - Method in class org.eclipse.swt.widgets.Slider
Sets the amount that the receiver's value will be modified by when the page increment/decrement areas are selected to the argument, which must be at least one.
setPageIncrement(int) - Method in class org.eclipse.swt.widgets.Spinner
Sets the amount that the receiver's position will be modified by when the page up/down keys are pressed to the argument, which must be at least one.
setParent(Composite) - Method in class org.eclipse.swt.widgets.Control
Changes the parent of the widget to be the one provided if the underlying operating system supports this feature.
SetParentContentListener(long) - Method in class org.eclipse.swt.internal.mozilla.nsIURIContentListener
 
SetParentNativeWindow(long) - Method in class org.eclipse.swt.internal.mozilla.nsIBaseWindow
 
SetParentURIContentListener(long) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell
 
SetParentURIContentListener(long) - Method in class org.eclipse.swt.internal.mozilla.nsIWebBrowser
 
SetParentWidget(long) - Method in class org.eclipse.swt.internal.mozilla.nsIBaseWindow
 
SetPassword(long) - Method in class org.eclipse.swt.internal.mozilla.nsIAuthInformation
 
SetPassword(long) - Method in class org.eclipse.swt.internal.mozilla.nsIURI
 
SetPath(long) - Method in class org.eclipse.swt.internal.mozilla.nsIURI
 
SetPermissions(int) - Method in class org.eclipse.swt.internal.mozilla.nsIFile
 
SetPermissionsOfLink(int) - Method in class org.eclipse.swt.internal.mozilla.nsIFile
 
SetPersistentDescriptor(long) - Method in class org.eclipse.swt.internal.mozilla.nsILocalFile
 
setPixel(int, int, int) - Method in class org.eclipse.swt.graphics.ImageData
Sets the pixel value at offset x in scanline y in the receiver's data.
setPixels(int, int, int, byte[], int) - Method in class org.eclipse.swt.graphics.ImageData
Sets the pixel values starting at offset x in scanline y in the receiver's data to the values from the array pixels starting at startIndex.
setPixels(int, int, int, int[], int) - Method in class org.eclipse.swt.graphics.ImageData
Sets the pixel values starting at offset x in scanline y in the receiver's data to the values from the array pixels starting at startIndex.
SetPort(int) - Method in class org.eclipse.swt.internal.mozilla.nsIURI
 
SetPosition(int, int) - Method in class org.eclipse.swt.internal.mozilla.nsIBaseWindow
 
SetPositionAndSize(int, int, int, int, int) - Method in class org.eclipse.swt.internal.mozilla.nsIBaseWindow
 
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.
setRectangles(Rectangle[]) - Method in class org.eclipse.swt.widgets.Tracker
Specifies the rectangles that should be drawn, expressed relative to the parent widget.
setRedraw(boolean) - Method in class org.eclipse.swt.widgets.Control
If the argument is false, causes subsequent drawing operations in the receiver to be ignored.
setRedraw(boolean) - Method in class org.eclipse.swt.widgets.Table
 
setRegion(Region) - Method in class org.eclipse.swt.widgets.Control
Sets the shape of the control to the region specified by the argument.
setRegion(Region) - Method in class org.eclipse.swt.widgets.Shell
Sets the shape of the shell to the region specified by the argument.
SetRelativeDescriptor(long, long) - Method in class org.eclipse.swt.internal.mozilla.nsILocalFile
 
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.
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.
setRight(Control) - Method in class org.eclipse.swt.custom.CBanner
Set the control that appears on the right side of the banner.
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.
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.
SetScheme(long) - Method in class org.eclipse.swt.internal.mozilla.nsIURI
 
setScope(int) - Method in class org.eclipse.swt.printing.PrintDialog
Sets the scope of the print job.
setSeconds(int) - Method in class org.eclipse.swt.widgets.DateTime
Sets the receiver's seconds.
SetSecurityUI(long) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
SetSecurityUI(long) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
setSegments(int[]) - Method in class org.eclipse.swt.graphics.TextLayout
Sets the offsets of the receiver's text segments.
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(CTabItem) - Method in class org.eclipse.swt.custom.CTabFolder
Set the selection to the tab at the specified item.
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(Point) - 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.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(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(TableTreeItem[]) - Method in class org.eclipse.swt.custom.TableTree
Deprecated. Sets the receiver's selection to be the given array of items.
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(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(int) - Method in class org.eclipse.swt.widgets.List
Selects the item at the given zero-relative index in the receiver.
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[]) - Method in class org.eclipse.swt.widgets.List
Selects the items at the given zero-relative indices in the receiver.
setSelection(String[]) - Method in class org.eclipse.swt.widgets.List
Sets the receiver's selection to be the given array of items.
setSelection(boolean) - Method in class org.eclipse.swt.widgets.MenuItem
Sets the selection state of 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(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(int) - Method in class org.eclipse.swt.widgets.Table
Selects the item at the given zero-relative index 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[]) - Method in class org.eclipse.swt.widgets.Table
Selects the items at the given zero-relative indices in the receiver.
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(int) - Method in class org.eclipse.swt.widgets.Text
Sets the selection.
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(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(boolean) - Method in class org.eclipse.swt.widgets.ToolItem
Sets the selection state of the receiver.
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.
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[], 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.
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.
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.StyledText
Sets the receiver's selection foreground color to the color specified by the argument, or to the default system color for the control if the argument is null.
setSelectionRange(int, int) - Method in class org.eclipse.swt.custom.StyledText
Sets the selection.
SetSessionHistory(long) - Method in class org.eclipse.swt.internal.mozilla.nsIWebNavigation
 
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, int) - Method in class org.eclipse.swt.internal.mozilla.nsIBaseWindow
 
setSize(int, int) - Method in class org.eclipse.swt.widgets.Caret
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(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.CoolItem
Sets the receiver's size to the point specified by the argument.
setSortColumn(TableColumn) - Method in class org.eclipse.swt.widgets.Table
Sets the column used by the sort indicator for the receiver.
setSortColumn(TreeColumn) - Method in class org.eclipse.swt.widgets.Tree
Sets the column used by the sort indicator for the receiver.
setSortDirection(int) - Method in class org.eclipse.swt.widgets.Table
Sets the direction of the sort indicator for the receiver.
setSortDirection(int) - Method in class org.eclipse.swt.widgets.Tree
Sets the direction of the sort indicator for the receiver.
setSpacing(int) - Method in class org.eclipse.swt.graphics.TextLayout
Sets the line spacing of the receiver.
setSpacing(int) - Method in class org.eclipse.swt.widgets.ExpandBar
Sets the receiver's spacing.
SetSpec(long) - Method in class org.eclipse.swt.internal.mozilla.nsIURI
 
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.
SetStatus(int, char[]) - Method in class org.eclipse.swt.internal.mozilla.nsIWebBrowserChrome
 
setStippled(boolean) - Method in class org.eclipse.swt.widgets.Tracker
Changes the appearance of the line used to draw the rectangles.
setStyle(int) - Method in class org.eclipse.swt.graphics.FontData
Sets the style of the receiver to the argument which must be a bitwise OR of one or more of the SWT constants NORMAL, BOLD and ITALIC.
setStyle(TextStyle, int, int) - Method in class org.eclipse.swt.graphics.TextLayout
Sets the style of the receiver for the specified range.
setStyleRange(StyleRange) - Method in class org.eclipse.swt.custom.StyledText
Adds the specified style.
setStyleRanges(int, 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[], StyleRange[]) - Method in class org.eclipse.swt.custom.StyledText
Sets styles to be used for rendering the widget content.
setStyleRanges(StyleRange[]) - Method in class org.eclipse.swt.custom.StyledText
Sets styles to be used for rendering the widget content.
setSynchronizer(Synchronizer) - Method in class org.eclipse.swt.widgets.Display
Sets the synchronizer used by the display to be the argument, which can not be null.
setTabHeight(int) - Method in class org.eclipse.swt.custom.CTabFolder
Specify a fixed height for the tab items.
setTabList(Control[]) - Method in class org.eclipse.swt.widgets.Composite
Sets the tabbing order for the specified controls to match the order that they occur in the argument list.
setTabPosition(int) - Method in class org.eclipse.swt.custom.CTabFolder
Specify whether the tabs should appear along the top of the folder or along the bottom of the folder.
setTabs(int) - Method in class org.eclipse.swt.custom.StyledText
Sets the tab width.
setTabs(int[]) - Method in class org.eclipse.swt.graphics.TextLayout
Sets the receiver's tab list.
setTabs(int) - Method in class org.eclipse.swt.widgets.Text
Sets the number of tabs.
setText(String) - Method in class org.eclipse.swt.browser.Browser
Renders 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
 
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(int, String) - Method in class org.eclipse.swt.custom.TableTreeItem
Deprecated. Sets the widget text.
setText(String) - Method in class org.eclipse.swt.custom.TableTreeItem
Deprecated.  
setText(String) - Method in class org.eclipse.swt.graphics.TextLayout
Sets the receiver's text.
setText(String) - Method in class org.eclipse.swt.widgets.Button
Sets the receiver's text.
setText(String) - Method in class org.eclipse.swt.widgets.Combo
Sets the contents of the receiver's text field to the given string.
setText(String) - Method in class org.eclipse.swt.widgets.Decorations
Sets the receiver's text, which is the string that the window manager will typically display as the receiver's title, to the argument, which must not be null.
setText(String) - Method in class org.eclipse.swt.widgets.Dialog
Sets the receiver's text, which is the string that the window manager will typically display as the receiver's title, to the argument, which must not be null.
setText(String) - Method in class org.eclipse.swt.widgets.ExpandItem
 
setText(String) - Method in class org.eclipse.swt.widgets.Group
Sets the receiver's text, which is the string that will be displayed as the receiver's title, to the argument, which may not be null.
setText(String) - Method in class org.eclipse.swt.widgets.Item
Sets the receiver's text.
setText(String) - Method in class org.eclipse.swt.widgets.Label
Sets the receiver's text.
setText(String) - Method in class org.eclipse.swt.widgets.Link
Sets the receiver's text.
setText(String) - Method in class org.eclipse.swt.widgets.MenuItem
Sets the receiver's text.
setText(String) - Method in class org.eclipse.swt.widgets.Shell
 
setText(String) - Method in class org.eclipse.swt.widgets.TabItem
Sets the receiver's text.
setText(String) - Method in class org.eclipse.swt.widgets.TableColumn
 
setText(int, String) - Method in class org.eclipse.swt.widgets.TableItem
Sets the receiver's text at a column
setText(String) - Method in class org.eclipse.swt.widgets.TableItem
 
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.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(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.widgets.TreeItem
 
setText(String[]) - Method in class org.eclipse.swt.widgets.TreeItem
Sets the text for multiple columns in the tree.
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.
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.
SetTextZoom(float) - Method in class org.eclipse.swt.internal.mozilla.nsIDOMWindow
 
setThumb(int) - Method in class org.eclipse.swt.widgets.ScrollBar
Sets the size of the receiver's thumb relative to the difference between its maximum and minimum values.
setThumb(int) - Method in class org.eclipse.swt.widgets.Slider
Sets the size of the receiver's thumb relative to the difference between its maximum and minimum values.
setTime(int, int, int) - Method in class org.eclipse.swt.widgets.DateTime
Sets the receiver's hours, minutes, and seconds in a single operation.
Settings - Static variable in class org.eclipse.swt.SWT
The settings changed event type (value is 39).
SetTitle(char[]) - Method in class org.eclipse.swt.internal.mozilla.nsIBaseWindow
 
SetTitle(char[]) - Method in class org.eclipse.swt.internal.mozilla.nsIEmbeddingSiteWindow
 
setToolTip(ToolTip) - Method in class org.eclipse.swt.widgets.TrayItem
Sets the receiver's tool tip to the argument, which may be null indicating that no tool tip should be shown.
setToolTipText(String) - Method in class org.eclipse.swt.custom.CCombo
 
setToolTipText(String) - Method in class org.eclipse.swt.custom.CLabel
 
setToolTipText(String) - Method in class org.eclipse.swt.custom.CTabItem
Sets the receiver's tool tip text to the argument, which may be null indicating that the default tool tip for the control will be shown.
setToolTipText(String) - Method in class org.eclipse.swt.custom.TableTree
Deprecated.  
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 no tool tip text should 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 no tool tip text should 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 no tool tip text should 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 no tool tip text should 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 no tool tip text should 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 no tool tip text should be shown.
setTopCenter(Control) - Method in class org.eclipse.swt.custom.ViewForm
Set the control that appears in the top center of the pane.
setTopCenterSeparate(boolean) - Method in class org.eclipse.swt.custom.ViewForm
If true, the topCenter will always appear on a separate line by itself, otherwise the topCenter will appear in the top row if there is room and will be moved to the second row if required.
setTopIndex(int) - Method in class org.eclipse.swt.custom.StyledText
Sets the top index.
setTopIndex(int) - Method in class org.eclipse.swt.widgets.List
Sets the zero-relative index of the item which is currently at the top of the receiver.
setTopIndex(int) - Method in class org.eclipse.swt.widgets.Table
Sets the zero-relative index of the item which is currently at the top of the receiver.
setTopIndex(int) - Method in class org.eclipse.swt.widgets.Text
Sets the zero-relative index of the line which is currently at the top of the receiver.
setTopItem(TreeItem) - Method in class org.eclipse.swt.widgets.Tree
Sets the item which is currently at the top of the receiver.
setTopLeft(Control) - Method in class org.eclipse.swt.custom.ViewForm
Set the control that appears in the top left corner of the pane.
setTopPixel(int) - Method in class org.eclipse.swt.custom.StyledText
Sets the top pixel 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, int) - 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.
setTransfer(Transfer[]) - Method in class org.eclipse.swt.dnd.DragSource
Specifies the list of data types that can be transferred by this DragSource.
setTransfer(Transfer[]) - Method in class org.eclipse.swt.dnd.DropTarget
Specifies the data types that can be transferred to this DropTarget.
setTransform(Transform) - Method in class org.eclipse.swt.graphics.GC
Sets the transform that is currently being used by the receiver.
setUnselectedCloseVisible(boolean) - Method in class org.eclipse.swt.custom.CTabFolder
Specify whether the close button appears when the user hovers over an unselected tabs.
setUnselectedImageVisible(boolean) - Method in class org.eclipse.swt.custom.CTabFolder
Specify whether the image appears on unselected tabs.
setUrl(String) - Method in class org.eclipse.swt.browser.Browser
Loads a URL.
SetUseErrorPages(int) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
SetUseErrorPages(int) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
SetUsername(long) - Method in class org.eclipse.swt.internal.mozilla.nsIAuthInformation
 
SetUsername(long) - Method in class org.eclipse.swt.internal.mozilla.nsIURI
 
SetUserPass(long) - Method in class org.eclipse.swt.internal.mozilla.nsIURI
 
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.
SetVisibility(int) - Method in class org.eclipse.swt.internal.mozilla.nsIBaseWindow
 
SetVisibility(int) - Method in class org.eclipse.swt.internal.mozilla.nsIEmbeddingSiteWindow
 
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.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.
SetWebBrowser(long) - Method in class org.eclipse.swt.internal.mozilla.nsIWebBrowserChrome
 
SetWebProgressListener(long) - Method in class org.eclipse.swt.internal.mozilla.nsIHelperAppLauncher
 
SetWebProgressListener(long) - Method in class org.eclipse.swt.internal.mozilla.nsIHelperAppLauncher_1_8
 
SetWebProgressListener(long) - Method in class org.eclipse.swt.internal.mozilla.nsIHelperAppLauncher_1_9
 
setWeights(int[]) - Method in class org.eclipse.swt.custom.SashForm
Specify the relative weight of each child in the SashForm.
setWidth(int) - Method in class org.eclipse.swt.graphics.TextLayout
Sets the line width of the receiver, which determines how text should be wrapped and aligned.
setWidth(int) - Method in class org.eclipse.swt.widgets.TableColumn
Sets the width of the receiver.
setWidth(int) - Method in class org.eclipse.swt.widgets.ToolItem
Sets the width of the receiver, for SEPARATOR ToolItems.
setWidth(int) - Method in class org.eclipse.swt.widgets.TreeColumn
Sets the width of the receiver.
SetWindowCreator(long) - Method in class org.eclipse.swt.internal.mozilla.nsIWindowWatcher
 
setWordWrap(boolean) - Method in class org.eclipse.swt.custom.StyledText
Sets whether the widget wraps lines.
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.
SetWritable(int) - Method in class org.eclipse.swt.internal.mozilla.nsIWritableVariant
 
setXORMode(boolean) - Method in class org.eclipse.swt.graphics.GC
Deprecated. this functionality is not supported on some platforms
setYear(int) - Method in class org.eclipse.swt.widgets.DateTime
Sets the receiver's year.
SetZoom(float) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell
 
SetZoom(float) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
SetZoom(float) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
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).
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).
Shell - Class in org.eclipse.swt.widgets
Instances of this class represent the "windows" which the desktop or "window manager" is managing.
Shell() - Constructor for class org.eclipse.swt.widgets.Shell
Constructs a new instance of this class.
Shell(int) - Constructor for class org.eclipse.swt.widgets.Shell
Constructs a new instance of this class given only the style value describing its behavior and appearance.
Shell(Display) - Constructor for class org.eclipse.swt.widgets.Shell
Constructs a new instance of this class given only the display to create it on.
Shell(Display, int) - Constructor for class org.eclipse.swt.widgets.Shell
Constructs a new instance of this class given the display to create it on and a style value describing its behavior and appearance.
Shell(Shell) - Constructor for class org.eclipse.swt.widgets.Shell
Constructs a new instance of this class given only its parent.
Shell(Shell, int) - Constructor for class org.eclipse.swt.widgets.Shell
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
SHELL_TRIM - Static variable in class org.eclipse.swt.SWT
Trim style convenience constant for the most common top level shell appearance (value is CLOSE|TITLE|MIN|MAX|RESIZE).
shellActivated(ShellEvent) - Method in class org.eclipse.swt.events.ShellAdapter
Sent when a shell becomes the active window.
shellActivated(ShellEvent) - Method in interface org.eclipse.swt.events.ShellListener
Sent when a shell becomes the active window.
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.
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.
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.
ShellEvent - Class in org.eclipse.swt.events
Instances of this class are sent as a result of operations being performed on shells.
ShellEvent(Event) - Constructor for class org.eclipse.swt.events.ShellEvent
Constructs a new instance of this class based on the information in the given untyped event.
shellIconified(ShellEvent) - Method in class org.eclipse.swt.events.ShellAdapter
Sent when a shell is minimized.
shellIconified(ShellEvent) - Method in interface org.eclipse.swt.events.ShellListener
Sent when a shell is minimized.
ShellListener - Interface in org.eclipse.swt.events
Classes which implement this interface provide methods that deal with changes in state of Shells.
SHIFT - Static variable in class org.eclipse.swt.SWT
Keyboard and/or mouse event mask indicating that the SHIFT key was pushed on the keyboard when the event was generated (value is 1<<17).
SHORT - Static variable in class org.eclipse.swt.SWT
Style constant for short date/time format (value is 1<<15).
shortenText(GC, String, int) - Method in class org.eclipse.swt.custom.CLabel
Shorten the given text t so that its length doesn't exceed the given width.
show(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 - Variable in class org.eclipse.swt.internal.gtk.GtkWidgetClass
 
show - Static variable in class org.eclipse.swt.internal.gtk.OS
 
Show(long) - Method in class org.eclipse.swt.internal.mozilla.nsIFilePicker
 
Show(long) - Method in class org.eclipse.swt.internal.mozilla.nsIFilePicker_1_8
 
Show(long, long) - Method in class org.eclipse.swt.internal.mozilla.nsIHelperAppLauncherDialog
 
Show(long, long, int) - Method in class org.eclipse.swt.internal.mozilla.nsIHelperAppLauncherDialog_1_9
 
Show - Static variable in class org.eclipse.swt.SWT
The show event type (value is 22).
show_all - Variable in class org.eclipse.swt.internal.gtk.GtkWidgetClass
 
show_help - Variable in class org.eclipse.swt.internal.gtk.GtkWidgetClass
 
show_help - Static variable in class org.eclipse.swt.internal.gtk.OS
 
ShowAsModal() - Method in class org.eclipse.swt.internal.mozilla.nsIWebBrowserChrome
 
showColumn(TableColumn) - Method in class org.eclipse.swt.widgets.Table
Shows the column.
showColumn(TreeColumn) - Method in class org.eclipse.swt.widgets.Tree
Shows the column.
showControl(Control) - Method in class org.eclipse.swt.custom.ScrolledComposite
Scrolls the content of the receiver so that the control is visible.
showItem(CTabItem) - Method in class org.eclipse.swt.custom.CTabFolder
Shows the item.
showItem(TableTreeItem) - Method in class org.eclipse.swt.custom.TableTree
Deprecated. 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.
ShowProgressDialog(long, long) - Method in class org.eclipse.swt.internal.mozilla.nsIHelperAppLauncherDialog
 
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.custom.TableTree
Deprecated. Shows the selection.
showSelection() - Method in class org.eclipse.swt.widgets.List
Shows the selection.
showSelection() - Method in class org.eclipse.swt.widgets.Table
Shows the selection.
showSelection() - Method in class org.eclipse.swt.widgets.Text
Shows the selection.
showSelection() - Method in class org.eclipse.swt.widgets.Tree
Shows the selection.
showWhile(Display, Runnable) - Static method in class org.eclipse.swt.custom.BusyIndicator
Runs the given Runnable while providing busy feedback using this busy indicator.
sibling - Variable in class org.eclipse.swt.internal.gtk.XWindowChanges
 
similarTo(StyleRange) - Method in class org.eclipse.swt.custom.StyleRange
Compares the specified object to this StyleRange and answer if the two are similar.
SIMPLE - Static variable in class org.eclipse.swt.SWT
Style constant for simple (not drop down) behavior (value is 1<<6).
sin(int, int) - Static method in class org.eclipse.swt.internal.Compatibility
Answers the length of the side opposite to the given angle of a right triangle.
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).
SINGLETON - Static variable in class org.eclipse.swt.internal.mozilla.nsIClassInfo
 
size - Variable in class org.eclipse.swt.browser.WindowEvent
Requested Browser size.
size_allocate - Variable in class org.eclipse.swt.internal.gtk.GtkWidgetClass
 
size_allocate - Static variable in class org.eclipse.swt.internal.gtk.OS
 
size_request - Variable in class org.eclipse.swt.internal.gtk.GtkWidgetClass
 
size_request - Static variable in class org.eclipse.swt.internal.gtk.OS
 
SizeBrowserTo(int, int) - Method in class org.eclipse.swt.internal.mozilla.nsIWebBrowserChrome
 
sizeof - Static variable in class org.eclipse.swt.internal.cairo.cairo_font_extents_t
 
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_text_extents_t
 
sizeof - Static variable in class org.eclipse.swt.internal.cde.DtActionArg
 
sizeof - Static variable in class org.eclipse.swt.internal.gnome.GnomeVFSMimeApplication
 
sizeof - Static variable in class org.eclipse.swt.internal.gtk.GdkColor
 
sizeof - Static variable in class org.eclipse.swt.internal.gtk.GdkDragContext
 
sizeof - Static variable in class org.eclipse.swt.internal.gtk.GdkEvent
 
sizeof - Static variable in class org.eclipse.swt.internal.gtk.GdkEventAny
 
sizeof - Static variable in class org.eclipse.swt.internal.gtk.GdkEventButton
 
sizeof - Static variable in class org.eclipse.swt.internal.gtk.GdkEventCrossing
 
sizeof - Static variable in class org.eclipse.swt.internal.gtk.GdkEventExpose
 
sizeof - Static variable in class org.eclipse.swt.internal.gtk.GdkEventFocus
 
sizeof - Static variable in class org.eclipse.swt.internal.gtk.GdkEventKey
 
sizeof - Static variable in class org.eclipse.swt.internal.gtk.GdkEventMotion
 
sizeof - Static variable in class org.eclipse.swt.internal.gtk.GdkEventScroll
 
sizeof - Static variable in class org.eclipse.swt.internal.gtk.GdkEventVisibility
 
sizeof - Static variable in class org.eclipse.swt.internal.gtk.GdkEventWindowState
 
sizeof - Static variable in class org.eclipse.swt.internal.gtk.GdkGCValues
 
sizeof - Static variable in class org.eclipse.swt.internal.gtk.GdkGeometry
 
sizeof - Static variable in class org.eclipse.swt.internal.gtk.GdkRectangle
 
sizeof - Static variable in class org.eclipse.swt.internal.gtk.GdkWindowAttr
 
sizeof - Static variable in class org.eclipse.swt.internal.gtk.GInterfaceInfo
 
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.GtkSelectionData
 
sizeof - Static variable in class org.eclipse.swt.internal.gtk.GtkTargetEntry
 
sizeof - Static variable in class org.eclipse.swt.internal.gtk.GtkTargetPair
 
sizeof - Static variable in class org.eclipse.swt.internal.gtk.GTypeInfo
 
sizeof - Static variable in class org.eclipse.swt.internal.gtk.GTypeQuery
 
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.XButtonEvent
 
sizeof - Static variable in class org.eclipse.swt.internal.gtk.XClientMessageEvent
 
sizeof - Static variable in class org.eclipse.swt.internal.gtk.XCrossingEvent
 
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.gtk.XRenderPictureAttributes
 
sizeof - Static variable in class org.eclipse.swt.internal.gtk.XVisibilityEvent
 
sizeof - Static variable in class org.eclipse.swt.internal.gtk.XWindowChanges
 
sizeof - Static variable in class org.eclipse.swt.internal.mozilla.init.GREVersionRange
 
sizeof - Static variable in class org.eclipse.swt.internal.mozilla.nsID
 
sizeof - Static variable in class org.eclipse.swt.internal.opengl.glx.XVisualInfo
 
SizeToContent() - Method in class org.eclipse.swt.internal.mozilla.nsIDOMWindow
 
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.
Slider - Class in org.eclipse.swt.widgets
Instances of this class are selectable user interface objects that represent a range of positive, numeric values.
Slider(Composite, int) - Constructor for class org.eclipse.swt.widgets.Slider
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
SMOOTH - Static variable in class org.eclipse.swt.SWT
Style constant for smooth appearance.
SOF0 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
SOF1 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
SOF10 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
SOF11 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
SOF13 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
SOF14 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
SOF15 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
SOF2 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
SOF3 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
SOF5 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
SOF6 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
SOF7 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
SOF9 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
SOI - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
SOS - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
source_window - Variable in class org.eclipse.swt.internal.gtk.GdkDragContext
 
spacing - Variable in class org.eclipse.swt.internal.theme.TabFolderDrawData
 
spacing - Variable in class org.eclipse.swt.layout.FillLayout
spacing specifies the number of pixels 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 pixels 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 pixels between the edge of one cell and the edge of its neighbouring cell.
Spindown() - Method in class org.eclipse.swt.internal.mozilla.nsIAppShell
 
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.
Spinup() - Method in class org.eclipse.swt.internal.mozilla.nsIAppShell
 
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_mode - Variable in class org.eclipse.swt.internal.gtk.XWindowChanges
 
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() - Method in class org.eclipse.swt.custom.AnimatedProgress
Deprecated. Start the animation.
start - Variable in class org.eclipse.swt.custom.ExtendedModifyEvent
start offset of the new text
start - Variable in class org.eclipse.swt.custom.StyleRange
the start offset of the range, zero-based from the document start
start - Variable in class org.eclipse.swt.custom.TextChangingEvent
Start offset of the text that is going to be replaced
start - Variable in class org.eclipse.swt.events.VerifyEvent
the range of text being modified.
start - Variable in class org.eclipse.swt.widgets.Event
depending on the event, the range of text being modified.
start_index - Variable in class org.eclipse.swt.internal.gtk.PangoAttribute
 
start_index - Variable in class org.eclipse.swt.internal.gtk.PangoLayoutLine
 
start_time - Variable in class org.eclipse.swt.internal.gtk.GdkDragContext
 
startJob(String) - Method in class org.eclipse.swt.printing.Printer
Starts a print job and returns true if the job started successfully and false otherwise.
startPage() - Method in class org.eclipse.swt.printing.Printer
Starts a page and returns true if the page started successfully and false otherwise.
startPage - Variable in class org.eclipse.swt.printing.PrinterData
the start page of a page range, used when scope is PAGE_RANGE.
state - Variable in class org.eclipse.swt.graphics.GCData
 
state - Variable in class org.eclipse.swt.internal.gtk.GdkEventButton
 
state - Variable in class org.eclipse.swt.internal.gtk.GdkEventCrossing
 
state - Variable in class org.eclipse.swt.internal.gtk.GdkEventKey
 
state - Variable in class org.eclipse.swt.internal.gtk.GdkEventMotion
 
state - Variable in class org.eclipse.swt.internal.gtk.GdkEventScroll
 
state - Variable in class org.eclipse.swt.internal.gtk.GdkEventVisibility
 
state - Variable in class org.eclipse.swt.internal.gtk.XButtonEvent
 
state - Variable in class org.eclipse.swt.internal.gtk.XCrossingEvent
 
state - Variable in class org.eclipse.swt.internal.gtk.XVisibilityEvent
 
state - Variable in class org.eclipse.swt.internal.theme.DrawData
 
STATE_BUSY - Static variable in class org.eclipse.swt.accessibility.ACC
 
state_change - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkObjectClass
 
state_changed - Variable in class org.eclipse.swt.internal.gtk.GtkWidgetClass
 
STATE_CHECKED - Static variable in class org.eclipse.swt.accessibility.ACC
 
STATE_COLLAPSED - 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_INVISIBLE - Static variable in class org.eclipse.swt.accessibility.ACC
 
STATE_IS_BROKEN - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebProgressListener
 
STATE_IS_DOCUMENT - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebProgressListener
 
STATE_IS_INSECURE - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebProgressListener
 
STATE_IS_NETWORK - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebProgressListener
 
STATE_IS_REQUEST - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebProgressListener
 
STATE_IS_SECURE - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebProgressListener
 
STATE_IS_WINDOW - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebProgressListener
 
STATE_LINKED - Static variable in class org.eclipse.swt.accessibility.ACC
 
STATE_MULTISELECTABLE - Static variable in class org.eclipse.swt.accessibility.ACC
 
STATE_NEGOTIATING - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebProgressListener
 
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_REDIRECTING - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebProgressListener
 
STATE_SECURE_HIGH - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebProgressListener
 
STATE_SECURE_LOW - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebProgressListener
 
STATE_SECURE_MED - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebProgressListener
 
STATE_SELECTABLE - Static variable in class org.eclipse.swt.accessibility.ACC
 
STATE_SELECTED - Static variable in class org.eclipse.swt.accessibility.ACC
 
STATE_SIZEABLE - Static variable in class org.eclipse.swt.accessibility.ACC
 
STATE_START - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebProgressListener
 
STATE_STOP - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebProgressListener
 
STATE_TRANSFERRING - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebProgressListener
 
stateMask - Variable in class org.eclipse.swt.events.KeyEvent
the state of the keyboard modifier keys at the time the event was generated, as defined by the key code constants in class SWT.
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 at the time the event was generated.
stateMask - Variable in class org.eclipse.swt.widgets.Event
depending on the event, the state of the keyboard modifier keys and mouse masks at the time the event was generated.
status - Variable in class org.eclipse.swt.internal.cairo.cairo_path_t
 
STATUS_ACCEPTED - Static variable in class org.eclipse.swt.internal.mozilla.nsICookie
 
STATUS_DOWNGRADED - Static variable in class org.eclipse.swt.internal.mozilla.nsICookie
 
STATUS_FLAGGED - Static variable in class org.eclipse.swt.internal.mozilla.nsICookie
 
STATUS_LINK - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebBrowserChrome
 
STATUS_REJECTED - Static variable in class org.eclipse.swt.internal.mozilla.nsICookie
 
STATUS_SCRIPT - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebBrowserChrome
 
STATUS_SCRIPT_DEFAULT - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebBrowserChrome
 
STATUS_UNKNOWN - Static variable in class org.eclipse.swt.internal.mozilla.nsICookie
 
statusBar - Variable in class org.eclipse.swt.browser.WindowEvent
Specifies whether the Shell hosting the Browser should display a status bar.
StatusTextEvent - Class in org.eclipse.swt.browser
A StatusTextEvent is sent by a Browser to StatusTextListener's when the status text is changed.
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.
STD_OK_CANCEL_BUTTONS - Static variable in class org.eclipse.swt.internal.mozilla.nsIPromptService
 
STD_YES_NO_BUTTONS - Static variable in class org.eclipse.swt.internal.mozilla.nsIPromptService
 
stencilSize - Variable in class org.eclipse.swt.opengl.GLData
The desired number of stencil bitplanes.
step_increment - Variable in class org.eclipse.swt.internal.gtk.GtkAdjustment
 
stereo - Variable in class org.eclipse.swt.opengl.GLData
Specifies a stereo surface.
stipple - Variable in class org.eclipse.swt.internal.gtk.GdkGCValues
 
stop() - Method in class org.eclipse.swt.browser.Browser
Stop any loading and rendering activity.
stop() - Method in class org.eclipse.swt.custom.AnimatedProgress
Deprecated. Stop the animation.
Stop(int) - Method in class org.eclipse.swt.internal.mozilla.nsIWebNavigation
 
STOP_ALL - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebNavigation
 
STOP_CONTENT - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebNavigation
 
STOP_NETWORK - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebNavigation
 
StopPropagation() - Method in class org.eclipse.swt.internal.mozilla.nsIDOMEvent
 
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.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.gtk.GdkEventKey
 
stringExtent(String) - Method in class org.eclipse.swt.graphics.GC
Returns the extent of the given string.
stringHeight - Variable in class org.eclipse.swt.graphics.GCData
 
stringWidth - Variable in class org.eclipse.swt.graphics.GCData
 
strlen(long) - Static method in class org.eclipse.swt.internal.C
 
strlen_PRUnichar(long) - Static method in class org.eclipse.swt.internal.mozilla.XPCOM
 
style - Variable in class org.eclipse.swt.custom.Bullet
The bullet style.
style - Variable in class org.eclipse.swt.custom.PaintObjectEvent
the StyleRange
style - Variable in class org.eclipse.swt.graphics.FontData
the font style (Warning: This field is platform dependent)
style - Variable in class org.eclipse.swt.graphics.GCData
 
style - Variable in class org.eclipse.swt.graphics.LineAttributes
The line style.
style - Variable in class org.eclipse.swt.internal.theme.DrawData
 
style_set - Variable in class org.eclipse.swt.internal.gtk.GtkWidgetClass
 
style_set - Static variable in class org.eclipse.swt.internal.gtk.OS
 
StyledText - Class in org.eclipse.swt.custom
A StyledText is an editable user interface object that displays lines of text.
StyledText(Composite, int) - Constructor for class org.eclipse.swt.custom.StyledText
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
StyledTextContent - Interface in org.eclipse.swt.custom
Clients may implement the StyledTextContent interface to provide a custom store for the StyledText widget content.
StyledTextDropTargetEffect - Class in org.eclipse.swt.custom
This adapter class provides a default drag under effect (eg.
StyledTextDropTargetEffect(StyledText) - Constructor for class org.eclipse.swt.custom.StyledTextDropTargetEffect
Creates a new StyledTextDropTargetEffect to handle the drag under effect on the specified StyledText.
StyledTextPrintOptions - Class in org.eclipse.swt.custom
Use StyledTextPrintOptions to specify printing options for the StyledText.print(Printer, StyledTextPrintOptions) API.
StyledTextPrintOptions() - Constructor for class org.eclipse.swt.custom.StyledTextPrintOptions
 
StyleRange - Class in org.eclipse.swt.custom
StyleRange defines a set of styles for a specified range of text.
StyleRange() - Constructor for class org.eclipse.swt.custom.StyleRange
Create a new style range with no styles
StyleRange(TextStyle) - Constructor for class org.eclipse.swt.custom.StyleRange
Create a new style range from an existing text style.
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.
styles - Variable in class org.eclipse.swt.custom.LineStyleEvent
line styles (output) Note: Because a StyleRange includes the start and length, the same instance cannot occur multiple times in the array of styles.
subtract(int[]) - Method in class org.eclipse.swt.graphics.Region
Subtracts the given polygon from the collection of polygons the receiver maintains to describe its area.
subtract(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(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(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.gtk.GdkEventCrossing
 
subwindow - Variable in class org.eclipse.swt.internal.gtk.XButtonEvent
 
subwindow - Variable in class org.eclipse.swt.internal.gtk.XCrossingEvent
 
subwindow_mode - Variable in class org.eclipse.swt.internal.gtk.GdkGCValues
 
subwindow_mode - Variable in class org.eclipse.swt.internal.gtk.XRenderPictureAttributes
 
suggested_action - Variable in class org.eclipse.swt.internal.gtk.GdkDragContext
 
supported_uri_schemes - Variable in class org.eclipse.swt.internal.gnome.GnomeVFSMimeApplication
 
Suspend() - Method in class org.eclipse.swt.internal.mozilla.nsIRequest
 
SuspendRefreshURIs() - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
SuspendRefreshURIs() - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
swapBuffers() - Method in class org.eclipse.swt.opengl.GLCanvas
Swaps the front and back color buffers.
switch_page - Static variable in class org.eclipse.swt.internal.gtk.OS
 
SWT - Class in org.eclipse.swt
This class provides access to a small number of SWT system-wide methods, and in addition defines the public constants provided by SWT.
SWT() - Constructor for class org.eclipse.swt.SWT
 
SWT_AWT - Class in org.eclipse.swt.awt
This class provides a bridge between SWT and AWT, so that it is possible to embed AWT components in SWT and vice versa.
SWT_AWT() - Constructor for class org.eclipse.swt.awt.SWT_AWT
 
SWT_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.
SWTError - Error in org.eclipse.swt
This error is thrown whenever an unrecoverable error occurs internally in SWT.
SWTError() - Constructor for error org.eclipse.swt.SWTError
Constructs a new instance of this class with its stack trace filled in.
SWTError(String) - Constructor for error org.eclipse.swt.SWTError
Constructs a new instance of this class with its stack trace and message filled in.
SWTError(int) - Constructor for error org.eclipse.swt.SWTError
Constructs a new instance of this class with its stack trace and error code filled in.
SWTError(int, String) - Constructor for error org.eclipse.swt.SWTError
Constructs a new instance of this class with its stack trace, error code and message filled in.
SWTEventListener - Interface in org.eclipse.swt.internal
This interface is the cross-platform version of the java.util.EventListener interface.
SWTEventObject - Class in org.eclipse.swt.internal
This class is the cross-platform version of the java.util.EventObject class.
SWTEventObject(Object) - Constructor for class org.eclipse.swt.internal.SWTEventObject
Constructs a new instance of this class.
SWTException - Exception in org.eclipse.swt
This runtime exception is thrown whenever a recoverable error occurs internally in SWT.
SWTException() - Constructor for exception org.eclipse.swt.SWTException
Constructs a new instance of this class with its stack trace filled in.
SWTException(String) - Constructor for exception org.eclipse.swt.SWTException
Constructs a new instance of this class with its stack trace and message filled in.
SWTException(int) - Constructor for exception org.eclipse.swt.SWTException
Constructs a new instance of this class with its stack trace and error code filled in.
SWTException(int, String) - Constructor for exception org.eclipse.swt.SWTException
Constructs a new instance of this class with its stack trace, error code and message filled in.
syncExec(Runnable) - Method in class org.eclipse.swt.widgets.Display
Causes the run() method of the runnable to be invoked by the user-interface thread at the next reasonable opportunity.
syncExec(Runnable) - Method in class org.eclipse.swt.widgets.Synchronizer
Causes the run() method of the runnable to be invoked by the user-interface thread at the next reasonable opportunity.
Synchronizer - Class in org.eclipse.swt.widgets
Instances of this class provide synchronization support for displays.
Synchronizer(Display) - Constructor for class org.eclipse.swt.widgets.Synchronizer
Constructs a new instance of this class.
SYSTEM_MODAL - Static variable in class org.eclipse.swt.SWT
Style constant for system modal behavior (value is 1<<17).
SYSTEM_TRAY_REQUEST_DOCK - Static variable in class org.eclipse.swt.internal.gtk.OS
 

T

TAB - Static variable in class org.eclipse.swt.SWT
ASCII character convenience constant for the tab character (value is the char '\t').
TabFolder - Class in org.eclipse.swt.widgets
Instances of this class implement the notebook user interface metaphor.
TabFolder(Composite, int) - Constructor for class org.eclipse.swt.widgets.TabFolder
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
TabFolderDrawData - Class in org.eclipse.swt.internal.theme
 
TabFolderDrawData() - Constructor for class org.eclipse.swt.internal.theme.TabFolderDrawData
 
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.
TabItemDrawData - Class in org.eclipse.swt.internal.theme
 
TabItemDrawData() - Constructor for class org.eclipse.swt.internal.theme.TabItemDrawData
 
Table - Class in org.eclipse.swt.widgets
Instances of this class implement a selectable user interface object that displays a list of images and strings and issues notification when selected.
Table(Composite, int) - Constructor for class org.eclipse.swt.widgets.Table
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
TableColumn - Class in org.eclipse.swt.widgets
Instances of this class represent a column in a table widget.
TableColumn(Table, int) - Constructor for class org.eclipse.swt.widgets.TableColumn
Constructs a new instance of this class given its parent (which must be a Table) and a style value describing its behavior and appearance.
TableColumn(Table, int, int) - Constructor for class org.eclipse.swt.widgets.TableColumn
Constructs a new instance of this class given its parent (which must be a Table), a style value describing its behavior and appearance, and the index at which to place it in the items maintained by its parent.
TableCursor - Class in org.eclipse.swt.custom
A TableCursor provides a way for the user to navigate around a Table using the keyboard.
TableCursor(Table, int) - Constructor for class org.eclipse.swt.custom.TableCursor
Constructs a new instance of this class given its parent table and a style value describing its behavior and appearance.
TableDragSourceEffect - Class in org.eclipse.swt.dnd
This class provides default implementations to display a source image when a drag is initiated from a Table.
TableDragSourceEffect(Table) - Constructor for class org.eclipse.swt.dnd.TableDragSourceEffect
Creates a new TableDragSourceEffect to handle drag effect from the specified Table.
TableDropTargetEffect - Class in org.eclipse.swt.dnd
This class provides a default drag under effect (eg.
TableDropTargetEffect(Table) - Constructor for class org.eclipse.swt.dnd.TableDropTargetEffect
Creates a new TableDropTargetEffect to handle the drag under effect on the specified Table.
TableEditor - Class in org.eclipse.swt.custom
A TableEditor is a manager for a Control that appears above a cell in a Table and tracks with the moving and resizing of that cell.
TableEditor(Table) - Constructor for class org.eclipse.swt.custom.TableEditor
Creates a TableEditor for the specified Table.
TableItem - Class in org.eclipse.swt.widgets
Instances of this class represent a selectable user interface object that represents an item in a table.
TableItem(Table, int, 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) - 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.
TableTree - Class in org.eclipse.swt.custom
Deprecated. As of 3.1 use Tree, TreeItem and TreeColumn
TableTree(Composite, int) - Constructor for class org.eclipse.swt.custom.TableTree
Deprecated. Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
TableTreeEditor - Class in org.eclipse.swt.custom
Deprecated. As of 3.1 use TreeEditor with Tree, TreeItem and TreeColumn
TableTreeEditor(TableTree) - Constructor for class org.eclipse.swt.custom.TableTreeEditor
Deprecated. Creates a TableTreeEditor for the specified TableTree.
TableTreeItem - Class in org.eclipse.swt.custom
Deprecated. As of 3.1 use Tree, TreeItem and TreeColumn
TableTreeItem(TableTree, int) - Constructor for class org.eclipse.swt.custom.TableTreeItem
Deprecated. Constructs a new instance of this class given its parent (which must be a TableTree) and a style value describing its behavior and appearance.
TableTreeItem(TableTree, int, int) - Constructor for class org.eclipse.swt.custom.TableTreeItem
Deprecated. Constructs a new instance of this class given its parent (which must be a TableTree, a style value describing its behavior and appearance, and the index at which to place it in the items maintained by its parent.
TableTreeItem(TableTreeItem, int) - Constructor for class org.eclipse.swt.custom.TableTreeItem
Deprecated. Constructs a new instance of this class given its parent (which must be a TableTreeItem) and a style value describing its behavior and appearance.
TableTreeItem(TableTreeItem, int, int) - Constructor for class org.eclipse.swt.custom.TableTreeItem
Deprecated. Constructs a new instance of this class given its parent (which must be a TableTreeItem), a style value describing its behavior and appearance, and the index at which to place it in the items maintained by its parent.
tabsArea - Variable in class org.eclipse.swt.internal.theme.TabFolderDrawData
 
tabsHeight - Variable in class org.eclipse.swt.internal.theme.TabFolderDrawData
 
tabsWidth - Variable in class org.eclipse.swt.internal.theme.TabFolderDrawData
 
TabToTreeOwner(int, int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell
 
TabToTreeOwner(int, int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_8
 
TabToTreeOwner(int, int[]) - Method in class org.eclipse.swt.internal.mozilla.nsIDocShell_1_9
 
target - Variable in class org.eclipse.swt.internal.gtk.GtkSelectionData
 
target - Variable in class org.eclipse.swt.internal.gtk.GtkTargetEntry
 
target - Variable in class org.eclipse.swt.internal.gtk.GtkTargetPair
 
targets - Variable in class org.eclipse.swt.internal.gtk.GdkDragContext
 
TEM - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
test_collapse_row - Static variable in class org.eclipse.swt.internal.gtk.OS
 
test_expand_row - Static variable in class org.eclipse.swt.internal.gtk.OS
 
text - Variable in class org.eclipse.swt.browser.StatusTextEvent
status text
text - Variable in class org.eclipse.swt.custom.Bullet
The bullet text.
text - Variable in class org.eclipse.swt.events.SelectionEvent
The text of the hyperlink that was selected.
text - Variable in class org.eclipse.swt.events.VerifyEvent
the new text that will be inserted.
text - Static variable in class org.eclipse.swt.internal.gtk.OS
 
text - Variable in class org.eclipse.swt.widgets.Event
depending on the event, the new text that will be inserted.
Text - Class in org.eclipse.swt.widgets
Instances of this class are selectable user interface objects that allow the user to enter and modify text.
Text(Composite, int) - Constructor for class org.eclipse.swt.widgets.Text
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
text_caret_moved - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
text_caret_moved - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTextIface
 
text_changed - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTextIface
 
text_changed_delete - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
text_changed_insert - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
TEXT_DELETE - Static variable in class org.eclipse.swt.accessibility.ACC
 
TEXT_END - Static variable in class org.eclipse.swt.custom.ST
 
TEXT_INSERT - Static variable in class org.eclipse.swt.accessibility.ACC
 
text_selection_changed - Static variable in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
text_selection_changed - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkTextIface
 
TEXT_START - Static variable in class org.eclipse.swt.custom.ST
 
textCaretMoved(int) - Method in class org.eclipse.swt.accessibility.Accessible
Sends a message to accessible clients that the text caret has moved within a custom control.
textChanged(int, int, int) - Method in class org.eclipse.swt.accessibility.Accessible
Sends a message to accessible clients that the text within a custom control has changed.
textChanged(TextChangedEvent) - Method in interface org.eclipse.swt.custom.TextChangeListener
This method is called when the content has changed.
TextChangedEvent - Class in org.eclipse.swt.custom
This event is sent by the StyledTextContent implementor when a change to the text occurs.
TextChangedEvent(StyledTextContent) - Constructor for class org.eclipse.swt.custom.TextChangedEvent
Create the TextChangedEvent to be used by the StyledTextContent implementor.
TextChangeListener - Interface in org.eclipse.swt.custom
The StyledText widget implements this listener to receive notifications when changes to the model occur.
textChanging(TextChangingEvent) - Method in interface org.eclipse.swt.custom.TextChangeListener
This method is called when the content is about to be changed.
TextChangingEvent - Class in org.eclipse.swt.custom
This event is sent by the StyledTextContent implementor when a change to the text is about to occur.
TextChangingEvent(StyledTextContent) - Constructor for class org.eclipse.swt.custom.TextChangingEvent
Create the TextChangedEvent to be used by the StyledTextContent implementor.
textExtent(String) - Method in class org.eclipse.swt.graphics.GC
Returns the extent of the given string.
textExtent(String, int) - Method in class org.eclipse.swt.graphics.GC
Returns the extent of the given string.
TextLayout - Class in org.eclipse.swt.graphics
TextLayout is a graphic object that represents styled text.
TextLayout(Device) - Constructor for class org.eclipse.swt.graphics.TextLayout
Constructs a new instance of this class on the given device.
textSelectionChanged() - Method in class org.eclipse.swt.accessibility.Accessible
Sends a message to accessible clients that the text selection has changed within a custom control.
textSet(TextChangedEvent) - Method in interface org.eclipse.swt.custom.TextChangeListener
This method is called instead of the textChanging/textChanged combination when the entire old content has been replaced (e.g., by a call to StyledTextContent.setText()).
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.
Theme - Class in org.eclipse.swt.internal.theme
 
Theme(Device) - Constructor for class org.eclipse.swt.internal.theme.Theme
 
THREADSAFE - Static variable in class org.eclipse.swt.internal.mozilla.nsIClassInfo
 
throwable - Variable in error org.eclipse.swt.SWTError
The underlying throwable that caused the problem, or null if this information is not available.
throwable - Variable in exception org.eclipse.swt.SWTException
The underlying throwable that caused the problem, or null if this information is not available.
thumb - Variable in class org.eclipse.swt.internal.theme.ScrollBarDrawData
 
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
 
tile - Variable in class org.eclipse.swt.internal.gtk.GdkGCValues
 
time - Variable in class org.eclipse.swt.events.TypedEvent
the time that the event occurred.
time - Variable in class org.eclipse.swt.internal.gtk.GdkEventButton
 
time - Variable in class org.eclipse.swt.internal.gtk.GdkEventCrossing
 
time - Variable in class org.eclipse.swt.internal.gtk.GdkEventKey
 
time - Variable in class org.eclipse.swt.internal.gtk.GdkEventMotion
 
time - Variable in class org.eclipse.swt.internal.gtk.GdkEventScroll
 
time - Variable in class org.eclipse.swt.internal.gtk.XButtonEvent
 
time - Variable in class org.eclipse.swt.internal.gtk.XCrossingEvent
 
TIME - Static variable in class org.eclipse.swt.SWT
Style constant for time display (value is 1<<7).
time - Variable in class org.eclipse.swt.widgets.Event
the time that the event occurred.
timerExec(int, Runnable) - Method in class org.eclipse.swt.widgets.Display
Causes the run() method of the runnable to be invoked by the user-interface thread after the specified number of milliseconds have elapsed.
title - Variable in class org.eclipse.swt.browser.TitleEvent
the title of the current document
title - Variable in class org.eclipse.swt.internal.gtk.GdkWindowAttr
 
TITLE - Static variable in class org.eclipse.swt.SWT
Style constant for title area trim (value is 1<<5).
TitleEvent - Class in org.eclipse.swt.browser
A TitleEvent is sent by a Browser to TitleListener's when the title of the current document is available or when it is modified.
TitleListener - Interface in org.eclipse.swt.browser
This listener interface may be implemented in order to receive a TitleEvent notification when the title of the document displayed in a Browser is known or has been changed.
toControl(int, int) - Method in class org.eclipse.swt.widgets.Control
Returns a point which is the result of converting the argument, which is specified in display relative coordinates, to coordinates relative to the receiver.
toControl(Point) - Method in class org.eclipse.swt.widgets.Control
Returns a point which is the result of converting the argument, which is specified in display relative coordinates, to coordinates relative to the receiver.
toDisplay(int, int) - Method in class org.eclipse.swt.widgets.Control
Returns a point which is the result of converting the argument, which is specified in coordinates relative to the receiver, to display relative coordinates.
toDisplay(Point) - Method in class org.eclipse.swt.widgets.Control
Returns a point which is the result of converting the argument, which is specified in coordinates relative to the receiver, to display relative coordinates.
TOGGLE - Static variable in class org.eclipse.swt.SWT
Style constant for toggle button behavior (value is 1<<1).
TOGGLE_BLOCKSELECTION - Static variable in class org.eclipse.swt.custom.ST
TEMPORARY CODE - API SUBJECT TO CHANGE Toggle block selection mode
TOGGLE_OVERWRITE - Static variable in class org.eclipse.swt.custom.ST
 
toggled - Static variable in class org.eclipse.swt.internal.gtk.OS
 
TOOL - Static variable in class org.eclipse.swt.SWT
Style constant for tool window behavior (value is 1<<2).
toolBar - Variable in class org.eclipse.swt.browser.WindowEvent
Specifies whether the Shell hosting the Browser should display a tool bar.
ToolBar - Class in org.eclipse.swt.widgets
Instances of this class support the layout of selectable tool bar items.
ToolBar(Composite, int) - Constructor for class org.eclipse.swt.widgets.ToolBar
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
ToolBarDrawData - Class in org.eclipse.swt.internal.theme
 
ToolBarDrawData() - Constructor for class org.eclipse.swt.internal.theme.ToolBarDrawData
 
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.
TOOLITEM_ARROW - Static variable in class org.eclipse.swt.internal.theme.DrawData
ToolItem parts
ToolItemDrawData - Class in org.eclipse.swt.internal.theme
 
ToolItemDrawData() - Constructor for class org.eclipse.swt.internal.theme.ToolItemDrawData
 
ToolTip - Class in org.eclipse.swt.widgets
Instances of this class represent popup windows that are used to inform or warn the user.
ToolTip(Shell, int) - Constructor for class org.eclipse.swt.widgets.ToolTip
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
top - Variable in class org.eclipse.swt.browser.LocationEvent
A flag indicating whether the location opens in the top frame or not.
top - Variable in class org.eclipse.swt.internal.gtk.GtkBorder
 
top - Variable in class org.eclipse.swt.layout.FormData
top specifies the attachment of the top of the control.
TOP - Static variable in class org.eclipse.swt.SWT
Style constant for align top behavior (value is 1<<7, since align UP and align TOP are considered the same).
topControl - Variable in class org.eclipse.swt.custom.StackLayout
topControl the Control that is displayed at the top of the stack.
topLevelShellWidgetClass() - Static method in class org.eclipse.swt.internal.cde.CDE
 
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.AccessibleEvent
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.browser.LocationEvent
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.browser.ProgressEvent
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.browser.StatusTextEvent
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.browser.TitleEvent
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.browser.WindowEvent
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.custom.CTabFolderEvent
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.custom.StackLayout
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.custom.StyleRange
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.dnd.DragSourceEvent
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.dnd.DropTargetEvent
Returns a string containing a concise, human-readable description of the receiver.
toString() - Method in class org.eclipse.swt.events.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.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.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.mozilla.nsEmbedString
 
ToString(long[]) - Method in class org.eclipse.swt.internal.mozilla.nsIPrefLocalizedString
 
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.Event
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
TQI - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
Tracker - Class in org.eclipse.swt.widgets
Instances of this class implement rubber banding rectangles that are drawn onto a parent Composite or Display.
Tracker(Composite, int) - Constructor for class org.eclipse.swt.widgets.Tracker
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
Tracker(Display, int) - Constructor for class org.eclipse.swt.widgets.Tracker
Constructs a new instance of this class given the display to create it on and a style value describing its behavior and appearance.
tracking - Variable in class org.eclipse.swt.graphics.DeviceData
 
TRAIL - Static variable in class org.eclipse.swt.SWT
Style constant for trailing alignment (value is 1<<17).
Transfer - Class in org.eclipse.swt.dnd
Transfer provides a mechanism for converting between a java representation of data and a platform specific representation of data and vice versa.
Transfer() - Constructor for class org.eclipse.swt.dnd.Transfer
 
TransferData - Class in org.eclipse.swt.dnd
The TransferData class is a platform specific data structure for describing the type and the contents of data being converted by a transfer agent.
TransferData() - Constructor for class org.eclipse.swt.dnd.TransferData
 
Transform - 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.
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.
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.
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).
TRANSPARENCY_ALPHA - Static variable in class org.eclipse.swt.SWT
Image transparency constant indicating that the image contains alpha transparency information (value is 1<<0).
TRANSPARENCY_MASK - Static variable in class org.eclipse.swt.SWT
Image transparency constant indicating that the image contains a transparency mask (value is 1<<1).
TRANSPARENCY_NONE - Static variable in class org.eclipse.swt.SWT
Image transparency constant indicating that the image contains no transparency information (value is 0).
TRANSPARENCY_PIXEL - Static variable in class org.eclipse.swt.SWT
Image transparency constant indicating that the image contains a transparent pixel (value is 1<<2).
TRANSPARENT - Static variable in class org.eclipse.swt.SWT
Style constant for transparent behavior (value is 1<<30).
transparentPixel - Variable in class org.eclipse.swt.graphics.ImageData
The transparent pixel.
Traverse - Static variable in class org.eclipse.swt.SWT
The traverse event type (value is 31).
traverse(int) - Method in class org.eclipse.swt.widgets.Control
Based on the argument, perform one of the expected platform traversal action.
TRAVERSE_ARROW_NEXT - Static variable in class org.eclipse.swt.SWT
Traversal event detail field value indicating that the key which designates that focus should be given to the previous tab item was pressed; typically, this is either the RIGHT-ARROW or DOWN-ARROW keys (value is 1<<6).
TRAVERSE_ARROW_PREVIOUS - Static variable in class org.eclipse.swt.SWT
Traversal event detail field value indicating that the key which designates that focus should be given to the previous tab item was pressed; typically, this is either the LEFT-ARROW or UP-ARROW keys (value is 1<<5).
TRAVERSE_ESCAPE - Static variable in class org.eclipse.swt.SWT
Traversal event detail field value indicating that the key which designates that a dialog should be cancelled was pressed; typically, this is the ESC key (value is 1<<1).
TRAVERSE_MNEMONIC - Static variable in class org.eclipse.swt.SWT
Traversal event detail field value indicating that a mnemonic key sequence was pressed (value is 1<<7).
TRAVERSE_NONE - Static variable in class org.eclipse.swt.SWT
Traversal event detail field value indicating that no traversal action should be taken (value is 0).
TRAVERSE_PAGE_NEXT - Static variable in class org.eclipse.swt.SWT
Traversal event detail field value indicating that the key which designates that the next page of a multi-page window should be shown was pressed; typically, this is the CTRL-PAGEDOWN key sequence (value is 1<<9).
TRAVERSE_PAGE_PREVIOUS - Static variable in class org.eclipse.swt.SWT
Traversal event detail field value indicating that the key which designates that the previous page of a multi-page window should be shown was pressed; typically, this is the CTRL-PAGEUP key sequence (value is 1<<8).
TRAVERSE_RETURN - Static variable in class org.eclipse.swt.SWT
Traversal event detail field value indicating that the key which activates the default button in a dialog was pressed; typically, this is the ENTER key (value is 1<<2).
TRAVERSE_TAB_NEXT - Static variable in class org.eclipse.swt.SWT
Traversal event detail field value indicating that the key which designates that focus should be given to the next tab group was pressed; typically, this is the TAB key (value is 1<<4).
TRAVERSE_TAB_PREVIOUS - Static variable in class org.eclipse.swt.SWT
Traversal event detail field value indicating that the key which designates that focus should be given to the previous tab group was pressed; typically, this is the SHIFT-TAB key sequence (value is 1<<3).
TraverseEvent - Class in org.eclipse.swt.events
Instances of this class are sent as a result of widget traversal actions.
TraverseEvent(Event) - Constructor for class org.eclipse.swt.events.TraverseEvent
Constructs a new instance of this class based on the information in the given untyped event.
TraverseListener - Interface in org.eclipse.swt.events
Classes which implement this interface provide a method that deals with the events that are generated when a traverse event occurs in a control.
Tray - Class in org.eclipse.swt.widgets
Instances of this class represent the system tray that is part of the task bar status area on some operating systems.
TrayItem - Class in org.eclipse.swt.widgets
Instances of this class represent icons that can be placed on the system tray or task bar status area.
TrayItem(Tray, int) - Constructor for class org.eclipse.swt.widgets.TrayItem
Constructs a new instance of this class given its parent (which must be a Tray) and a style value describing its behavior and appearance.
Tree - Class in org.eclipse.swt.widgets
Instances of this class provide a selectable user interface object that displays a hierarchy of items and issues notification when an item in the hierarchy is selected.
Tree(Composite, int) - Constructor for class org.eclipse.swt.widgets.Tree
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
TreeAdapter - Class in org.eclipse.swt.events
This adapter class provides default implementations for the methods described by the TreeListener interface.
TreeAdapter() - Constructor for class org.eclipse.swt.events.TreeAdapter
 
treeCollapsed(TreeEvent) - Method in class org.eclipse.swt.events.TreeAdapter
Sent when a tree branch is collapsed.
treeCollapsed(TreeEvent) - Method in interface org.eclipse.swt.events.TreeListener
Sent when a tree branch is collapsed.
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.
TreeDragSourceEffect - Class in org.eclipse.swt.dnd
This class provides default implementations to display a source image when a drag is initiated from a Tree.
TreeDragSourceEffect(Tree) - Constructor for class org.eclipse.swt.dnd.TreeDragSourceEffect
Creates a new TreeDragSourceEffect to handle drag effect from the specified Tree.
TreeDropTargetEffect - Class in org.eclipse.swt.dnd
This class provides a default drag under effect (eg.
TreeDropTargetEffect(Tree) - Constructor for class org.eclipse.swt.dnd.TreeDropTargetEffect
Creates a new TreeDropTargetEffect to handle the drag under effect on the specified Tree.
TreeEditor - Class in org.eclipse.swt.custom
A TreeEditor is a manager for a Control that appears above a cell in a Tree and tracks with the moving and resizing of that cell.
TreeEditor(Tree) - Constructor for class org.eclipse.swt.custom.TreeEditor
Creates a TreeEditor for the specified Tree.
TreeEvent - Class in org.eclipse.swt.events
Instances of this class are sent as a result of trees being expanded and collapsed.
TreeEvent(Event) - Constructor for class org.eclipse.swt.events.TreeEvent
Constructs a new instance of this class based on the information in the given untyped event.
treeExpanded(TreeEvent) - Method in class org.eclipse.swt.events.TreeAdapter
Sent when a tree branch is expanded.
treeExpanded(TreeEvent) - Method in interface org.eclipse.swt.events.TreeListener
Sent when a tree branch is expanded.
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(Tree, int) - Constructor for class org.eclipse.swt.widgets.TreeItem
Constructs a new instance of this class given its parent (which must be a Tree or a TreeItem) and a style value describing its behavior and appearance.
TreeItem(Tree, int, int) - Constructor for class org.eclipse.swt.widgets.TreeItem
Constructs a new instance of this class given its parent (which must be a Tree or a TreeItem), a style value describing its behavior and appearance, and the index at which to place it in the items maintained by its parent.
TreeItem(TreeItem, int) - Constructor for class org.eclipse.swt.widgets.TreeItem
Constructs a new instance of this class given its parent (which must be a Tree or a TreeItem) and a style value describing its behavior and appearance.
TreeItem(TreeItem, int, int) - Constructor for class org.eclipse.swt.widgets.TreeItem
Constructs a new instance of this class given its parent (which must be a Tree or a TreeItem), a style value describing its behavior and appearance, and the index at which to place it in the items maintained by its parent.
TreeListener - Interface in org.eclipse.swt.events
Classes which implement this interface provide methods that deal with the expanding and collapsing of tree branches.
ts_x_origin - Variable in class org.eclipse.swt.internal.gtk.GdkGCValues
 
ts_y_origin - Variable in class org.eclipse.swt.internal.gtk.GdkGCValues
 
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.GdkEvent
 
type - Variable in class org.eclipse.swt.internal.gtk.GdkImage
 
type - Variable in class org.eclipse.swt.internal.gtk.GdkVisual
 
type - Variable in class org.eclipse.swt.internal.gtk.GtkSelectionData
 
type - Variable in class org.eclipse.swt.internal.gtk.GTypeQuery
 
type - Variable in class org.eclipse.swt.internal.gtk.XClientMessageEvent
 
type - Variable in class org.eclipse.swt.internal.gtk.XEvent
 
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_name - Variable in class org.eclipse.swt.internal.gtk.GTypeQuery
 
TypedEvent - Class in org.eclipse.swt.events
This is the super class for all typed event classes provided by SWT.
TypedEvent(Object) - Constructor for class org.eclipse.swt.events.TypedEvent
Constructs a new instance of this class.
TypedEvent(Event) - Constructor for class org.eclipse.swt.events.TypedEvent
Constructs a new instance of this class based on the information in the argument.
TypedListener - Class in org.eclipse.swt.widgets
Instances of this class are internal SWT implementation objects which provide a mapping between the typed and untyped listener mechanisms that SWT supports.
TypedListener(SWTEventListener) - Constructor for class org.eclipse.swt.widgets.TypedListener
Constructs a new instance of this class for the given event listener.
types - Variable in class org.eclipse.swt.graphics.PathData
The type of each point.

U

Undefine(byte[]) - Method in class org.eclipse.swt.internal.mozilla.nsIProperties
 
underline - Variable in class org.eclipse.swt.graphics.TextStyle
the underline flag of the style.
UNDERLINE_DOUBLE - Static variable in class org.eclipse.swt.SWT
Style constant to indicate double underline (value is 1).
UNDERLINE_ERROR - Static variable in class org.eclipse.swt.SWT
Style constant to indicate error underline (value is 2).
UNDERLINE_LINK - Static variable in class org.eclipse.swt.SWT
Style constant to indicate link underline (value is 0).
UNDERLINE_SINGLE - Static variable in class org.eclipse.swt.SWT
Style constant to indicate single underline (value is 0).
UNDERLINE_SQUIGGLE - Static variable in class org.eclipse.swt.SWT
Style constant to indicate squiggle underline (value is 3).
underlineColor - Variable in class org.eclipse.swt.graphics.TextStyle
the underline color of the style
underlineStyle - Variable in class org.eclipse.swt.graphics.TextStyle
the underline style.
union(Rectangle) - Method in class org.eclipse.swt.graphics.Rectangle
Returns a new rectangle which represents the union of the receiver and the given rectangle.
unloadIntoStream(ImageLoader, LEDataOutputStream) - Method in class org.eclipse.swt.internal.image.FileFormat
Write the device independent image array stored in the specified loader to the specified output stream.
unlock() - Method in class org.eclipse.swt.internal.Lock
Unlocks the monitor.
UnlockPref(byte[]) - Method in class org.eclipse.swt.internal.mozilla.nsIPrefBranch
 
unmap - Variable in class org.eclipse.swt.internal.gtk.GtkWidgetClass
 
unmap - Static variable in class org.eclipse.swt.internal.gtk.OS
 
unmap_event - Variable in class org.eclipse.swt.internal.gtk.GtkWidgetClass
 
unmap_event - Static variable in class org.eclipse.swt.internal.gtk.OS
 
unrealize - Variable in class org.eclipse.swt.internal.gtk.GtkWidgetClass
 
unrealize - Static variable in class org.eclipse.swt.internal.gtk.OS
 
UnregisterFactory(nsID, long) - Method in class org.eclipse.swt.internal.mozilla.nsIComponentRegistrar
 
UnregisterFactoryLocation(nsID, long) - Method in class org.eclipse.swt.internal.mozilla.nsIComponentRegistrar
 
UnregisterNotification(long) - Method in class org.eclipse.swt.internal.mozilla.nsIWindowWatcher
 
UnregisterProvider(long) - Method in class org.eclipse.swt.internal.mozilla.nsIDirectoryService
 
UNSUPPORTED - Static variable in class org.eclipse.swt.internal.mozilla.nsIWebNavigationInfo
 
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.
updateControl() - Method in class org.eclipse.swt.widgets.DateTime
 
upper - Variable in class org.eclipse.swt.internal.gtk.GtkAdjustment
 
upper - Variable in class org.eclipse.swt.internal.mozilla.init.GREVersionRange
 
upperInclusive - Variable in class org.eclipse.swt.internal.mozilla.init.GREVersionRange
 
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.

V

V_SCROLL - Static variable in class org.eclipse.swt.SWT
Style constant for vertical scrollbar behavior (value is 1<<9).
validate(Object) - Method in class org.eclipse.swt.dnd.FileTransfer
 
validate(Object) - Method in class org.eclipse.swt.dnd.HTMLTransfer
 
validate(Object) - Method in class org.eclipse.swt.dnd.ImageTransfer
 
validate(Object) - Method in class org.eclipse.swt.dnd.RTFTransfer
 
validate(Object) - Method in class org.eclipse.swt.dnd.TextTransfer
 
validate(Object) - Method in class org.eclipse.swt.dnd.Transfer
Test that the object is of the correct format for this Transfer class.
validate(Object) - Method in class org.eclipse.swt.dnd.URLTransfer
 
VALIDATE_ALWAYS - Static variable in class org.eclipse.swt.internal.mozilla.nsIRequest
 
VALIDATE_NEVER - Static variable in class org.eclipse.swt.internal.mozilla.nsIRequest
 
VALIDATE_ONCE_PER_SESSION - Static variable in class org.eclipse.swt.internal.mozilla.nsIRequest
 
value - Variable in class org.eclipse.swt.internal.gtk.GtkAdjustment
 
value - Variable in class org.eclipse.swt.internal.gtk.PangoAttrInt
 
value - Variable in class org.eclipse.swt.internal.LONG
 
value_changed - Static variable in class org.eclipse.swt.internal.gtk.OS
 
value_table - Variable in class org.eclipse.swt.internal.gtk.GTypeInfo
 
Verify - Static variable in class org.eclipse.swt.SWT
The verify event type (value is 25).
VerifyEvent - Class in org.eclipse.swt.events
Instances of this class are sent as a result of widgets handling keyboard events
VerifyEvent(Event) - Constructor for class org.eclipse.swt.events.VerifyEvent
Constructs a new instance of this class based on the information in the given untyped event.
verifyKey(VerifyEvent) - Method in interface org.eclipse.swt.custom.VerifyKeyListener
The following event fields are used: event.character is the character that was typed (input) event.keyCode is the key code that was typed (input) event.stateMask is the state of the keyboard (input) event.doit is processed or not (output)
VerifyKeyListener - Interface in org.eclipse.swt.custom
Classes which implement this interface provide a method that deals with the event that is generated when a key is pressed.
VerifyListener - Interface in org.eclipse.swt.events
Classes which implement this interface provide a method that deals with the events that are generated when text is about to be modified.
verifyText(VerifyEvent) - Method in interface org.eclipse.swt.events.VerifyListener
Sent when the text is about to be modified.
VERSION(int, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
VERTICAL - Static variable in class org.eclipse.swt.SWT
Style constant for vertical alignment or orientation behavior (value is 1<<9).
VERTICAL_ALIGN_BEGINNING - Static variable in class org.eclipse.swt.layout.GridData
Style bit for new GridData(int).
VERTICAL_ALIGN_CENTER - Static variable in class org.eclipse.swt.layout.GridData
Style bit for new GridData(int) to position the control in the vertical center of the cell.
VERTICAL_ALIGN_END - Static variable in class org.eclipse.swt.layout.GridData
Style bit for new GridData(int) to position the control at the bottom of the cell.
VERTICAL_ALIGN_FILL - Static variable in class org.eclipse.swt.layout.GridData
Style bit for new GridData(int) to resize the control to fill the cell vertically.
verticalAlignment - Variable in class org.eclipse.swt.custom.ControlEditor
Specifies how the editor should be aligned relative to the control.
verticalAlignment - Variable in class org.eclipse.swt.layout.GridData
verticalAlignment specifies how controls will be positioned vertically within a cell.
verticalIndent - Variable in class org.eclipse.swt.layout.GridData
verticalIndent specifies the number of pixels of indentation that will be placed along the top side of the cell.
verticalSpacing - Variable in class org.eclipse.swt.custom.ViewForm
verticalSpacing specifies the number of pixels 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 pixels between the bottom edge of one cell and the top edge of its neighbouring cell underneath.
verticalSpan - Variable in class org.eclipse.swt.layout.GridData
verticalSpan specifies the number of row cells that the control will take up.
VI - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 
ViewForm - Class in org.eclipse.swt.custom
Instances of this class implement a Composite that positions and sizes children and allows programmatic control of layout and border parameters.
ViewForm(Composite, int) - Constructor for class org.eclipse.swt.custom.ViewForm
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
VIRTUAL - Static variable in class org.eclipse.swt.SWT
Style constant to allow virtual data (value is 1<<28).
visibility_notify_event - Variable in class org.eclipse.swt.internal.gtk.GtkWidgetClass
 
visibility_notify_event - Static variable in class org.eclipse.swt.internal.gtk.OS
 
VisibilityChangeMask - Static variable in class org.eclipse.swt.internal.gtk.OS
 
VisibilityFullyObscured - Static variable in class org.eclipse.swt.internal.gtk.OS
 
VisibilityNotify - Static variable in class org.eclipse.swt.internal.gtk.OS
 
VisibilityWindowAdapter - Class in org.eclipse.swt.browser
This adapter class provides default implementations for the methods described by the VisibilityWindowListener interface.
VisibilityWindowAdapter() - Constructor for class org.eclipse.swt.browser.VisibilityWindowAdapter
 
VisibilityWindowListener - Interface in org.eclipse.swt.browser
This listener interface may be implemented in order to receive a WindowEvent notification when a window hosting a Browser needs to be displayed or hidden.
visible_data_changed - Variable in class org.eclipse.swt.internal.accessibility.gtk.AtkObjectClass
 
visual - Variable in class org.eclipse.swt.internal.gtk.GdkImage
 
visual - Variable in class org.eclipse.swt.internal.gtk.GdkWindowAttr
 
visual - Variable in class org.eclipse.swt.internal.opengl.glx.XVisualInfo
 
visualid - Variable in class org.eclipse.swt.internal.opengl.glx.XVisualInfo
 
VTYPE_ARRAY - Static variable in class org.eclipse.swt.internal.mozilla.nsIDataType
 
VTYPE_ASTRING - Static variable in class org.eclipse.swt.internal.mozilla.nsIDataType
 
VTYPE_BOOL - Static variable in class org.eclipse.swt.internal.mozilla.nsIDataType
 
VTYPE_CHAR - Static variable in class org.eclipse.swt.internal.mozilla.nsIDataType
 
VTYPE_CHAR_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsIDataType
 
VTYPE_CSTRING - Static variable in class org.eclipse.swt.internal.mozilla.nsIDataType
 
VTYPE_DOMSTRING - Static variable in class org.eclipse.swt.internal.mozilla.nsIDataType
 
VTYPE_DOUBLE - Static variable in class org.eclipse.swt.internal.mozilla.nsIDataType
 
VTYPE_EMPTY - Static variable in class org.eclipse.swt.internal.mozilla.nsIDataType
 
VTYPE_EMPTY_ARRAY - Static variable in class org.eclipse.swt.internal.mozilla.nsIDataType
 
VTYPE_FLOAT - Static variable in class org.eclipse.swt.internal.mozilla.nsIDataType
 
VTYPE_ID - Static variable in class org.eclipse.swt.internal.mozilla.nsIDataType
 
VTYPE_INT16 - Static variable in class org.eclipse.swt.internal.mozilla.nsIDataType
 
VTYPE_INT32 - Static variable in class org.eclipse.swt.internal.mozilla.nsIDataType
 
VTYPE_INT64 - Static variable in class org.eclipse.swt.internal.mozilla.nsIDataType
 
VTYPE_INT8 - Static variable in class org.eclipse.swt.internal.mozilla.nsIDataType
 
VTYPE_INTERFACE - Static variable in class org.eclipse.swt.internal.mozilla.nsIDataType
 
VTYPE_INTERFACE_IS - Static variable in class org.eclipse.swt.internal.mozilla.nsIDataType
 
VTYPE_STRING_SIZE_IS - Static variable in class org.eclipse.swt.internal.mozilla.nsIDataType
 
VTYPE_UINT16 - Static variable in class org.eclipse.swt.internal.mozilla.nsIDataType
 
VTYPE_UINT32 - Static variable in class org.eclipse.swt.internal.mozilla.nsIDataType
 
VTYPE_UINT64 - Static variable in class org.eclipse.swt.internal.mozilla.nsIDataType
 
VTYPE_UINT8 - Static variable in class org.eclipse.swt.internal.mozilla.nsIDataType
 
VTYPE_UTF8STRING - Static variable in class org.eclipse.swt.internal.mozilla.nsIDataType
 
VTYPE_VOID - Static variable in class org.eclipse.swt.internal.mozilla.nsIDataType
 
VTYPE_WCHAR - Static variable in class org.eclipse.swt.internal.mozilla.nsIDataType
 
VTYPE_WCHAR_STR - Static variable in class org.eclipse.swt.internal.mozilla.nsIDataType
 
VTYPE_WSTRING_SIZE_IS - Static variable in class org.eclipse.swt.internal.mozilla.nsIDataType
 

W

wake() - Method in class org.eclipse.swt.widgets.Display
If the receiver's user-interface thread was sleeping, causes it to be awakened and start running again.
wclass - Variable in class org.eclipse.swt.internal.gtk.GdkWindowAttr
 
wcsToMbcs(String, String, boolean) - Static method in class org.eclipse.swt.internal.Converter
 
wcsToMbcs(String, char[], boolean) - Static method in class org.eclipse.swt.internal.Converter
 
widget - Variable in class org.eclipse.swt.events.TypedEvent
the widget that issued the event
widget - Variable in class org.eclipse.swt.internal.accessibility.gtk.GtkAccessible
 
widget - Variable in class org.eclipse.swt.widgets.Event
the widget that issued the event
Widget - Class in org.eclipse.swt.widgets
This class is the abstract superclass of all user interface objects.
Widget(Widget, int) - Constructor for class org.eclipse.swt.widgets.Widget
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
WIDGET_NOWHERE - Static variable in class org.eclipse.swt.internal.theme.DrawData
Widget parts
WIDGET_WHOLE - Static variable in class org.eclipse.swt.internal.theme.DrawData
 
widgetArmed(ArmEvent) - Method in interface org.eclipse.swt.events.ArmListener
Sent when a widget is armed, or 'about to be selected'.
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.
widgetDisposed(DisposeEvent) - Method in interface org.eclipse.swt.events.DisposeListener
Sent when the widget is disposed.
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.
width - Variable in class org.eclipse.swt.accessibility.AccessibleControlEvent
 
width - Variable in class org.eclipse.swt.custom.CTabFolderEvent
The width of the chevron button at the time of the event.
width - Variable in class org.eclipse.swt.events.PaintEvent
the width of the bounding rectangle of the region that requires painting
width - Variable in class org.eclipse.swt.events.SelectionEvent
The width of selected area.
width - Variable in class org.eclipse.swt.graphics.GCData
 
width - Variable in class org.eclipse.swt.graphics.GlyphMetrics
the width of the GlyphMetrics
width - Variable in class org.eclipse.swt.graphics.ImageData
The width of the image, in pixels.
width - Variable in class org.eclipse.swt.graphics.LineAttributes
The line width.
width - Variable in class org.eclipse.swt.graphics.Rectangle
the width of the rectangle
width - Variable in class org.eclipse.swt.internal.cairo.cairo_text_extents_t
 
width - Variable in class org.eclipse.swt.internal.gtk.GdkImage
 
width - Variable in class org.eclipse.swt.internal.gtk.GdkRectangle
 
width - Variable in class org.eclipse.swt.internal.gtk.GdkWindowAttr
 
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.gtk.XWindowChanges
 
width - Variable in class org.eclipse.swt.layout.FormData
width specifies the preferred width in pixels.
width - Variable in class org.eclipse.swt.layout.RowData
width specifies the desired width in pixels.
width - Variable in class org.eclipse.swt.widgets.Event
the width of the bounding rectangle of the region that requires painting
width_inc - Variable in class org.eclipse.swt.internal.gtk.GdkGeometry
 
widthHint - Variable in class org.eclipse.swt.layout.GridData
widthHint specifies the preferred width in pixels.
win_gravity - Variable in class org.eclipse.swt.internal.gtk.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.GdkEventAny
 
window - Variable in class org.eclipse.swt.internal.gtk.GdkEventButton
 
window - Variable in class org.eclipse.swt.internal.gtk.GdkEventCrossing
 
window - Variable in class org.eclipse.swt.internal.gtk.GdkEventExpose
 
window - Variable in class org.eclipse.swt.internal.gtk.GdkEventFocus
 
window - Variable in class org.eclipse.swt.internal.gtk.GdkEventKey
 
window - Variable in class org.eclipse.swt.internal.gtk.GdkEventMotion
 
window - Variable in class org.eclipse.swt.internal.gtk.GdkEventScroll
 
window - Variable in class org.eclipse.swt.internal.gtk.GdkEventVisibility
 
window - Variable in class org.eclipse.swt.internal.gtk.GdkEventWindowState
 
window - Variable in class org.eclipse.swt.internal.gtk.XAnyEvent
 
window - Variable in class org.eclipse.swt.internal.gtk.XClientMessageEvent
 
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 - Variable in class org.eclipse.swt.internal.gtk.GtkWidgetClass
 
window_state_event - Static variable in class org.eclipse.swt.internal.gtk.OS
 
window_type - Variable in class org.eclipse.swt.internal.gtk.GdkWindowAttr
 
WindowEvent - Class in org.eclipse.swt.browser
A WindowEvent is sent by a Browser when a new window needs to be created or when an existing window needs to be closed.
windowing_data - Variable in class org.eclipse.swt.internal.gtk.GdkImage
 
WinICOFileFormat - Class in org.eclipse.swt.internal.image
 
WinICOFileFormat() - Constructor for class org.eclipse.swt.internal.image.WinICOFileFormat
 
wmclass_class - Variable in class org.eclipse.swt.internal.gtk.GdkWindowAttr
 
wmclass_name - Variable in class org.eclipse.swt.internal.gtk.GdkWindowAttr
 
WORD_NEXT - Static variable in class org.eclipse.swt.custom.ST
 
WORD_PREVIOUS - Static variable in class org.eclipse.swt.custom.ST
 
wrap - Variable in class org.eclipse.swt.layout.RowLayout
wrap specifies whether a control will be wrapped to the next row if there is insufficient space on the current row.
WRAP - Static variable in class org.eclipse.swt.SWT
Style constant for automatic line wrap behavior (value is 1<<6).

X

x - Variable in class org.eclipse.swt.accessibility.AccessibleControlEvent
 
x - Variable in class org.eclipse.swt.custom.CTabFolderEvent
The widget-relative, x coordinate of the chevron button at the time of the event.
x - Variable in class org.eclipse.swt.custom.PaintObjectEvent
the x location
x - Variable in class org.eclipse.swt.dnd.DragSourceEvent
In dragStart, the x coordinate (relative to the control) of the position the mouse went down to start the drag.
x - Variable in class org.eclipse.swt.dnd.DropTargetEvent
The x-cordinate of the cursor relative to the Display
x - Variable in class org.eclipse.swt.events.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.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.gtk.GdkEventButton
 
x - Variable in class org.eclipse.swt.internal.gtk.GdkEventCrossing
 
x - Variable in class org.eclipse.swt.internal.gtk.GdkEventMotion
 
x - Variable in class org.eclipse.swt.internal.gtk.GdkEventScroll
 
x - Variable in class org.eclipse.swt.internal.gtk.GdkRectangle
 
x - Variable in class org.eclipse.swt.internal.gtk.GdkWindowAttr
 
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.XButtonEvent
 
x - Variable in class org.eclipse.swt.internal.gtk.XCrossingEvent
 
x - Variable in class org.eclipse.swt.internal.gtk.XExposeEvent
 
x - Variable in class org.eclipse.swt.internal.gtk.XWindowChanges
 
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_advance - Variable in class org.eclipse.swt.internal.cairo.cairo_text_extents_t
 
x_bearing - Variable in class org.eclipse.swt.internal.cairo.cairo_text_extents_t
 
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.gtk.GdkEventButton
 
x_root - Variable in class org.eclipse.swt.internal.gtk.GdkEventCrossing
 
x_root - Variable in class org.eclipse.swt.internal.gtk.GdkEventMotion
 
x_root - Variable in class org.eclipse.swt.internal.gtk.GdkEventScroll
 
x_root - Variable in class org.eclipse.swt.internal.gtk.XButtonEvent
 
x_root - Variable in class org.eclipse.swt.internal.gtk.XCrossingEvent
 
XA_CARDINAL - Static variable in class org.eclipse.swt.internal.gtk.OS
 
XA_WINDOW - Static variable in class org.eclipse.swt.internal.gtk.OS
 
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
 
XButtonEvent - Class in org.eclipse.swt.internal.gtk
 
XButtonEvent() - Constructor for class org.eclipse.swt.internal.gtk.XButtonEvent
 
XButtonEvent_sizeof() - Static method in class org.eclipse.swt.internal.gtk.OS
 
XCheckIfEvent(long, long, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
XCheckMaskEvent(long, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
XCheckWindowEvent(long, long, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
XClientMessageEvent - Class in org.eclipse.swt.internal.gtk
 
XClientMessageEvent() - Constructor for class org.eclipse.swt.internal.gtk.XClientMessageEvent
 
XClientMessageEvent_sizeof() - Static method in class org.eclipse.swt.internal.gtk.OS
 
XCrossingEvent - Class in org.eclipse.swt.internal.gtk
 
XCrossingEvent() - Constructor for class org.eclipse.swt.internal.gtk.XCrossingEvent
 
XCrossingEvent_sizeof() - 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
 
xDisplay - Variable in class org.eclipse.swt.graphics.Device
the handle to the X Display (Warning: This field is platform dependent)
XEvent - Class in org.eclipse.swt.internal.gtk
 
XEvent() - Constructor for class org.eclipse.swt.internal.gtk.XEvent
 
XEvent_sizeof() - Static method in class org.eclipse.swt.internal.gtk.OS
 
XExposeEvent - Class in org.eclipse.swt.internal.gtk
 
XExposeEvent() - Constructor for class org.eclipse.swt.internal.gtk.XExposeEvent
 
XExposeEvent_sizeof() - Static method in class org.eclipse.swt.internal.gtk.OS
 
XFlush(long) - 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
 
XGetSelectionOwner(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
XInternAtom(long, byte[], boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
XKeysymToKeycode(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
XListProperties(long, long, int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
xorMode - Variable in class org.eclipse.swt.graphics.GCData
 
XPCOM - Class in org.eclipse.swt.internal.mozilla
 
XPCOM() - Constructor for class org.eclipse.swt.internal.mozilla.XPCOM
 
XPCOMGlueShutdown() - Static method in class org.eclipse.swt.internal.mozilla.init.XPCOMInit
 
XPCOMGlueShutdown() - Static method in class org.eclipse.swt.internal.mozilla.XPCOM
 
XPCOMGlueStartup(byte[]) - Static method in class org.eclipse.swt.internal.mozilla.init.XPCOMInit
 
XPCOMGlueStartup(byte[]) - Static method in class org.eclipse.swt.internal.mozilla.XPCOM
 
XPCOMInit - Class in org.eclipse.swt.internal.mozilla.init
 
XPCOMInit() - Constructor for class org.eclipse.swt.internal.mozilla.init.XPCOMInit
 
XPCOMObject - Class in org.eclipse.swt.internal.mozilla
 
XPCOMObject(int[]) - Constructor for class org.eclipse.swt.internal.mozilla.XPCOMObject
 
XQueryPointer(long, long, long[], long[], int[], int[], int[], int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
XQueryTree(long, long, long[], long[], long[], int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
XReconfigureWMWindow(long, long, int, int, XWindowChanges) - Static method in class org.eclipse.swt.internal.gtk.OS
 
XRenderComposite(long, int, long, long, long, int, int, int, int, int, int, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
XRenderCreatePicture(long, long, long, long, XRenderPictureAttributes) - Static method in class org.eclipse.swt.internal.gtk.OS
 
XRenderFindStandardFormat(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
XRenderFindVisualFormat(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
XRenderFreePicture(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
XRenderPictureAttributes - Class in org.eclipse.swt.internal.gtk
 
XRenderPictureAttributes() - Constructor for class org.eclipse.swt.internal.gtk.XRenderPictureAttributes
 
XRenderPictureAttributes_sizeof() - Static method in class org.eclipse.swt.internal.gtk.OS
 
XRenderQueryExtension(long, int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
XRenderQueryVersion(long, int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
XRenderSetPictureClipRectangles(long, long, int, int, short[], int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
XRenderSetPictureTransform(long, long, int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
XSendEvent(long, long, boolean, long, long) - 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
 
XtAppCreateShell(byte[], byte[], long, long, long[], int) - Static method in class org.eclipse.swt.internal.cde.CDE
 
XtCreateApplicationContext() - Static method in class org.eclipse.swt.internal.cde.CDE
 
XtDisplayInitialize(long, long, byte[], byte[], long, int, long[], int) - Static method in class org.eclipse.swt.internal.cde.CDE
 
XTestFakeButtonEvent(long, int, boolean, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
XTestFakeKeyEvent(long, int, boolean, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
XTestFakeMotionEvent(long, int, int, int, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
XtRealizeWidget(long) - Static method in class org.eclipse.swt.internal.cde.CDE
 
XtResizeWidget(long, int, int, int) - Static method in class org.eclipse.swt.internal.cde.CDE
 
XtSetMappedWhenManaged(long, boolean) - Static method in class org.eclipse.swt.internal.cde.CDE
 
XtToolkitInitialize() - Static method in class org.eclipse.swt.internal.cde.CDE
 
XVisibilityEvent - Class in org.eclipse.swt.internal.gtk
 
XVisibilityEvent() - Constructor for class org.eclipse.swt.internal.gtk.XVisibilityEvent
 
XVisibilityEvent_sizeof() - Static method in class org.eclipse.swt.internal.gtk.OS
 
XVisualInfo - Class in org.eclipse.swt.internal.opengl.glx
 
XVisualInfo() - Constructor for class org.eclipse.swt.internal.opengl.glx.XVisualInfo
 
XVisualInfo_sizeof() - Static method in class org.eclipse.swt.internal.opengl.glx.GLX
 
XWarpPointer(long, long, long, int, int, int, int, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
XWindowChanges - Class in org.eclipse.swt.internal.gtk
 
XWindowChanges() - Constructor for class org.eclipse.swt.internal.gtk.XWindowChanges
 
XWindowChanges_sizeof() - Static method in class org.eclipse.swt.internal.gtk.OS
 

Y

y - Variable in class org.eclipse.swt.accessibility.AccessibleControlEvent
 
y - Variable in class org.eclipse.swt.custom.CTabFolderEvent
The widget-relative, y coordinate of the chevron button at the time of the event.
y - Variable in class org.eclipse.swt.custom.PaintObjectEvent
the y location
y - Variable in class org.eclipse.swt.dnd.DragSourceEvent
In dragStart, the y coordinate (relative to the control) of the position the mouse went down to start the drag.
y - Variable in class org.eclipse.swt.dnd.DropTargetEvent
The y-cordinate of the cursor relative to the Display
y - Variable in class org.eclipse.swt.events.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.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.gtk.GdkEventButton
 
y - Variable in class org.eclipse.swt.internal.gtk.GdkEventCrossing
 
y - Variable in class org.eclipse.swt.internal.gtk.GdkEventMotion
 
y - Variable in class org.eclipse.swt.internal.gtk.GdkEventScroll
 
y - Variable in class org.eclipse.swt.internal.gtk.GdkRectangle
 
y - Variable in class org.eclipse.swt.internal.gtk.GdkWindowAttr
 
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.XButtonEvent
 
y - Variable in class org.eclipse.swt.internal.gtk.XCrossingEvent
 
y - Variable in class org.eclipse.swt.internal.gtk.XExposeEvent
 
y - Variable in class org.eclipse.swt.internal.gtk.XWindowChanges
 
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_advance - Variable in class org.eclipse.swt.internal.cairo.cairo_text_extents_t
 
y_bearing - Variable in class org.eclipse.swt.internal.cairo.cairo_text_extents_t
 
y_root - Variable in class org.eclipse.swt.internal.gtk.GdkEventButton
 
y_root - Variable in class org.eclipse.swt.internal.gtk.GdkEventCrossing
 
y_root - Variable in class org.eclipse.swt.internal.gtk.GdkEventMotion
 
y_root - Variable in class org.eclipse.swt.internal.gtk.GdkEventScroll
 
y_root - Variable in class org.eclipse.swt.internal.gtk.XButtonEvent
 
y_root - Variable in class org.eclipse.swt.internal.gtk.XCrossingEvent
 
YES - Static variable in class org.eclipse.swt.SWT
The MessageBox style constant for YES button; valid combinations are YES|NO, YES|NO|CANCEL (value is 1<<6).
ypad - Static variable in class org.eclipse.swt.internal.gtk.OS
 

Z

ZigZag8x8 - Static variable in class org.eclipse.swt.internal.image.JPEGFileFormat
 

_

_ATK_ACTION_GET_IFACE(long) - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
Natives
_ATK_COMPONENT_GET_IFACE(long) - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
_atk_focus_tracker_notify(long) - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
_atk_get_default_registry() - 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.gtk.OS
 
_ATK_OBJECT_FACTORY_CLASS(long) - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
_atk_object_factory_create_accessible(long, long) - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
_atk_object_factory_get_accessible_type(long) - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
_atk_object_initialize(long, long) - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
_atk_object_ref_relation_set(long) - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
_atk_registry_get_factory(long, long) - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
_atk_registry_set_factory_type(long, long, long) - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
_atk_relation_set_get_n_relations(long) - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
_atk_relation_set_get_relation(long, int) - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
_atk_relation_set_remove(long, long) - Static method 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_set_add_state(long, int) - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
_atk_state_set_new() - Static method 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
 
_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_clip_preserve(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_copy_page(long) - Static method 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_device_to_user(long, double[], double[]) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
_cairo_device_to_user_distance(long, double[], double[]) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
_cairo_fill(long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
_cairo_fill_extents(long, double[], double[], double[], double[]) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
_cairo_fill_preserve(long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
_cairo_font_extents(long, cairo_font_extents_t) - Static method 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_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_font_matrix(long, double[]) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
_cairo_get_font_options(long, long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
_cairo_get_line_cap(long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
_cairo_get_line_join(long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
_cairo_get_line_width(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_miter_limit(long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
_cairo_get_operator(long) - 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_glyph_extents(long, long, int, long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
_cairo_glyph_path(long, long, int) - 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_create_for_data(long, int, int, int, int) - 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_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_to(long, double, double) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
_cairo_mask(long, long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
_cairo_mask_surface(long, 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_init_rotate(double[], double) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
_cairo_matrix_init_scale(double[], double, double) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
_cairo_matrix_init_translate(double[], double, 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_distance(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_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_destroy(long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
_cairo_pattern_add_color_stop_rgb(long, double, double, double, double) - 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_create_radial(double, double, 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_get_extend(long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
_cairo_pattern_get_filter(long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
_cairo_pattern_get_matrix(long, double[]) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
_cairo_pattern_reference(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_ps_surface_set_size(long, double, double) - 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_reference(long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
_cairo_rel_curve_to(long, double, double, double, double, double, double) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
_cairo_rel_line_to(long, double, double) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
_cairo_rel_move_to(long, double, double) - 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_rotate(long, double) - 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_face(long, long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
_cairo_set_font_matrix(long, double[]) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
_cairo_set_font_options(long, long) - 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_glyphs(long, long, int) - 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_show_text(long, byte[]) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
_cairo_status(long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
_cairo_status_to_string(int) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
_cairo_stroke(long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
_cairo_stroke_extents(long, double[], double[], double[], double[]) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
_cairo_stroke_preserve(long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
_cairo_surface_create_similar(long, int, int, int) - 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_get_type(long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
_cairo_surface_get_user_data(long, 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_offset(long, double, double) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
_cairo_surface_set_fallback_resolution(long, double, double) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
_cairo_surface_set_user_data(long, long, long, long) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
_cairo_text_extents(long, byte[], cairo_text_extents_t) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
_cairo_text_path(long, byte[]) - Static method 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(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_xlib_surface_create(long, long, long, int, int) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
_cairo_xlib_surface_create_for_bitmap(long, long, long, int, int) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
_cairo_xlib_surface_set_size(long, int, int) - Static method in class org.eclipse.swt.internal.cairo.Cairo
 
_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.accessibility.gtk.ATK
 
_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.accessibility.gtk.ATK
 
_Call(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, long, byte[], int, int, int[]) - Static method in class org.eclipse.swt.internal.mozilla.XPCOM
 
_dlclose(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_dlopen(byte[], int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_dlsym(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_DtActionInvoke(long, byte[], DtActionArg, int, byte[], byte[], byte[], int, long, long) - Static method in class org.eclipse.swt.internal.cde.CDE
 
_DtAppInitialize(long, long, long, byte[], byte[]) - Static method in class org.eclipse.swt.internal.cde.CDE
 
_DtDbLoad() - Static method in class org.eclipse.swt.internal.cde.CDE
 
_DtDtsDataTypeIsAction(byte[]) - Static method in class org.eclipse.swt.internal.cde.CDE
 
_DtDtsDataTypeNames() - Static method in class org.eclipse.swt.internal.cde.CDE
 
_DtDtsDataTypeToAttributeValue(byte[], byte[], byte[]) - Static method in class org.eclipse.swt.internal.cde.CDE
 
_DtDtsFileToDataType(byte[]) - Static method in class org.eclipse.swt.internal.cde.CDE
 
_DtDtsFreeAttributeValue(long) - Static method in class org.eclipse.swt.internal.cde.CDE
 
_DtDtsFreeDataType(long) - Static method in class org.eclipse.swt.internal.cde.CDE
 
_DtDtsFreeDataTypeNames(long) - Static method in class org.eclipse.swt.internal.cde.CDE
 
_FcConfigAppFontAddFile(long, byte[]) - 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_unref(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.gnome.GNOME
 
_g_free(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_g_idle_add(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_g_list_append(long, long) - Static method in class org.eclipse.swt.internal.gnome.GNOME
 
_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.gnome.GNOME
 
_g_list_free(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_g_list_free_1(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_next(long) - Static method in class org.eclipse.swt.internal.gnome.GNOME
 
_g_list_next(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_g_list_nth(long, int) - 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_prepend(long, long) - 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_remove_link(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_g_list_reverse(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_g_list_set_next(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_g_list_set_previous(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_g_locale_from_utf8(long, long, long[], long[], long[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_g_locale_to_utf8(long, long, long[], long[], 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_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_pending(long) - 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_malloc(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_G_OBJECT_CLASS(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_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_ref(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[], GdkColor, 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[], float, 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_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.gnome.GNOME
 
_g_object_unref(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_g_quark_from_string(byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_g_set_prgname(byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_g_signal_add_emission_hook(int, int, long, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_g_signal_connect(long, byte[], long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_g_signal_connect_after(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[], 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[], byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_g_signal_handler_disconnect(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_g_signal_handlers_block_matched(long, int, int, int, long, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_g_signal_handlers_disconnect_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_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_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_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_thread_init(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_g_thread_supported() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_g_type_add_interface_static(long, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_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_from_name(byte[]) - 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_interface_peek_parent(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_g_type_is_a(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_g_type_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_query(long, 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_utf16_to_utf8(char[], long, long[], long[], long[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_g_utf8_offset_to_pointer(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_peek_pointer(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_atom_intern(byte[], boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_atom_name(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_beep() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_bitmap_create_from_data(long, byte[], int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_cairo_create(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_cairo_region(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_cairo_set_source_color(long, GdkColor) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_color_white(long, GdkColor) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_colormap_alloc_color(long, GdkColor, boolean, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_colormap_free_colors(long, GdkColor, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_colormap_get_system() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_colormap_query_color(long, long, GdkColor) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_cursor_destroy(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_cursor_new(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_cursor_new_from_pixbuf(long, long, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_cursor_new_from_pixmap(long, long, GdkColor, GdkColor, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_GDK_DISPLAY() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_display_get_default() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_display_supports_cursor_color(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_drag_status(long, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_draw_arc(long, long, int, int, int, int, int, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_draw_drawable(long, long, long, int, int, int, int, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_draw_image(long, long, long, int, int, int, int, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_draw_layout(long, long, int, int, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_draw_layout_with_colors(long, long, int, int, long, GdkColor, GdkColor) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_draw_line(long, long, int, int, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_draw_lines(long, long, int[], int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_draw_pixbuf(long, long, long, int, int, int, int, int, int, int, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_draw_point(long, long, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_draw_polygon(long, long, int, int[], int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_draw_rectangle(long, long, int, int, int, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_drawable_get_depth(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_drawable_get_image(long, int, int, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_drawable_get_size(long, int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_drawable_get_visible_region(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_error_trap_pop() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_error_trap_push() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_event_copy(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_event_free(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_event_get() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_event_get_coords(long, double[], double[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_event_get_graphics_expose(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_event_get_root_coords(long, double[], double[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_event_get_state(long, int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_event_get_time(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_event_handler_set(long, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_event_new(int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_event_peek() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_event_put(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_flush() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_free_text_list(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_gc_get_values(long, GdkGCValues) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_gc_new(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_gc_set_background(long, GdkColor) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_gc_set_clip_mask(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_gc_set_clip_origin(long, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_gc_set_clip_rectangle(long, GdkRectangle) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_gc_set_clip_region(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_gc_set_dashes(long, int, byte[], int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_gc_set_exposures(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_gc_set_fill(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_gc_set_foreground(long, GdkColor) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_gc_set_function(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_gc_set_line_attributes(long, int, int, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_gc_set_stipple(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_gc_set_subwindow(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_gc_set_tile(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_gc_set_ts_origin(long, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_gc_set_values(long, GdkGCValues, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_keyboard_ungrab(int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_keymap_get_default() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_keymap_translate_keyboard_state(long, int, int, int, int[], int[], int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_keyval_to_lower(int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_keyval_to_unicode(int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_pango_context_get() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_pango_context_set_colormap(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_pango_layout_get_clip_region(long, int, int, int[], int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_pixbuf_copy_area(long, int, int, int, int, long, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_pixbuf_get_from_drawable(long, long, long, int, int, int, int, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_pixbuf_get_has_alpha(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_pixbuf_get_height(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_pixbuf_get_pixels(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_pixbuf_get_rowstride(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_pixbuf_get_width(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_pixbuf_loader_close(long, long[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_pixbuf_loader_get_pixbuf(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_pixbuf_loader_new() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_pixbuf_loader_write(long, long, int, long[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_pixbuf_new(int, boolean, int, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_pixbuf_new_from_file(byte[], long[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_pixbuf_render_pixmap_and_mask(long, long[], long[], int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_pixbuf_render_to_drawable(long, long, long, int, int, int, int, int, int, int, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_pixbuf_render_to_drawable_alpha(long, long, int, int, int, int, int, int, int, int, int, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_pixbuf_save_to_buffer(long, long[], int[], byte[], long[], byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_pixbuf_scale(long, long, int, int, int, int, double, double, double, double, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_pixbuf_scale_simple(long, int, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_pixmap_foreign_new(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_pixmap_new(long, int, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_GDK_PIXMAP_XID(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_pointer_grab(long, boolean, int, long, long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_pointer_is_grabbed() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_pointer_ungrab(int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_property_get(long, long, long, long, long, int, long[], int[], int[], long[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_region_destroy(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_region_empty(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_region_get_clipbox(long, GdkRectangle) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_region_get_rectangles(long, long[], int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_region_intersect(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_region_new() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_region_offset(long, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_region_point_in(long, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_region_polygon(int[], int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_region_rect_in(long, GdkRectangle) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_region_rectangle(GdkRectangle) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_region_subtract(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_region_union(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_region_union_with_rect(long, GdkRectangle) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_rgb_init() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_GDK_ROOT_PARENT() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_screen_get_default() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_screen_get_monitor_at_point(long, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_screen_get_monitor_at_window(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_screen_get_monitor_geometry(long, int, GdkRectangle) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_screen_get_n_monitors(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_screen_get_number(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_screen_height() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_screen_width() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_screen_width_mm() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_set_program_class(byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_text_property_to_utf8_list(long, int, long, int, long[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_GDK_TYPE_COLOR() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_GDK_TYPE_PIXBUF() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_unicode_to_keyval(int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_utf8_to_compound_text(byte[], long[], int[], long[], int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_utf8_to_string_target(byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_visual_get_system() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_window_add_filter(long, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_window_at_pointer(int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_window_begin_paint_rect(long, GdkRectangle) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_window_clear_area(long, int, int, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_window_destroy(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_window_end_paint(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_window_focus(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_window_freeze_updates(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_window_get_children(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_window_get_events(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_window_get_frame_extents(long, GdkRectangle) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_window_get_internal_paint_info(long, long[], int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_window_get_origin(long, int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_window_get_parent(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_window_get_pointer(long, int[], int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_window_get_position(long, int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_window_get_user_data(long, long[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_window_hide(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_window_invalidate_rect(long, GdkRectangle, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_window_invalidate_region(long, long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_window_is_visible(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_window_lookup(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_window_lower(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_window_move(long, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_window_new(long, GdkWindowAttr, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_window_process_all_updates() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_window_process_updates(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_window_raise(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_window_remove_filter(long, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_window_resize(long, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_window_scroll(long, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_window_set_accept_focus(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_window_set_back_pixmap(long, long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_window_set_cursor(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_window_set_debug_updates(boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_window_set_decorations(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_window_set_events(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_window_set_icon(long, long, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_window_set_icon_list(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_window_set_keep_above(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_window_set_override_redirect(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_window_set_user_data(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_window_shape_combine_region(long, long, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_window_show(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_window_show_unraised(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_window_thaw_updates(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_x11_atom_to_xatom(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_x11_colormap_get_xcolormap(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_x11_drawable_get_xdisplay(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_x11_drawable_get_xid(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_x11_screen_get_window_manager_name(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_x11_screen_lookup_visual(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gdk_x11_visual_get_xvisual(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_glGetIntegerv(int, int[]) - Static method in class org.eclipse.swt.internal.opengl.glx.GLX
 
_glViewport(int, int, int, int) - Static method in class org.eclipse.swt.internal.opengl.glx.GLX
 
_glXChooseVisual(long, int, int[]) - Static method in class org.eclipse.swt.internal.opengl.glx.GLX
 
_glXCopyContext(long, long, long, 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
 
_glXCreateGLXPixmap(long, XVisualInfo, long) - 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
 
_glXDestroyGLXPixmap(long, long) - Static method in class org.eclipse.swt.internal.opengl.glx.GLX
 
_glXGetClientString(long, int) - 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
 
_glXGetCurrentDrawable() - Static method in class org.eclipse.swt.internal.opengl.glx.GLX
 
_glXIsDirect(long, long) - 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
 
_glXQueryExtension(long, int[], int[]) - Static method in class org.eclipse.swt.internal.opengl.glx.GLX
 
_glXQueryExtensionsString(long, int) - Static method in class org.eclipse.swt.internal.opengl.glx.GLX
 
_glXQueryServerString(long, int, int) - Static method in class org.eclipse.swt.internal.opengl.glx.GLX
 
_glXQueryVersion(long, int[], int[]) - 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
 
_glXWaitGL() - Static method in class org.eclipse.swt.internal.opengl.glx.GLX
 
_glXWaitX() - Static method in class org.eclipse.swt.internal.opengl.glx.GLX
 
_gnome_icon_lookup(long, long, byte[], byte[], long, byte[], int, int[]) - Static method in class org.eclipse.swt.internal.gnome.GNOME
 
_gnome_icon_theme_lookup_icon(long, long, int, long[], int[]) - Static method in class org.eclipse.swt.internal.gnome.GNOME
 
_gnome_icon_theme_new() - Static method in class org.eclipse.swt.internal.gnome.GNOME
 
_gnome_vfs_get_registered_mime_types() - Static method in class org.eclipse.swt.internal.gnome.GNOME
 
_gnome_vfs_init() - Static method in class org.eclipse.swt.internal.gnome.GNOME
 
_gnome_vfs_make_uri_from_input(byte[]) - Static method in class org.eclipse.swt.internal.gnome.GNOME
 
_gnome_vfs_make_uri_from_input_with_dirs(byte[], int) - Static method in class org.eclipse.swt.internal.gnome.GNOME
 
_gnome_vfs_mime_application_free(long) - Static method in class org.eclipse.swt.internal.gnome.GNOME
 
_gnome_vfs_mime_application_launch(long, long) - Static method in class org.eclipse.swt.internal.gnome.GNOME
 
_gnome_vfs_mime_extensions_list_free(long) - Static method in class org.eclipse.swt.internal.gnome.GNOME
 
_gnome_vfs_mime_get_default_application(byte[]) - Static method in class org.eclipse.swt.internal.gnome.GNOME
 
_gnome_vfs_mime_get_extensions_list(long) - Static method in class org.eclipse.swt.internal.gnome.GNOME
 
_gnome_vfs_mime_registered_mime_type_list_free(long) - Static method in class org.eclipse.swt.internal.gnome.GNOME
 
_gnome_vfs_mime_type_from_name(byte[]) - Static method in class org.eclipse.swt.internal.gnome.GNOME
 
_gnome_vfs_url_show(long) - Static method in class org.eclipse.swt.internal.gnome.GNOME
 
_GRE_GetGREPathWithProperties(GREVersionRange, int, long, int, long, int) - Static method in class org.eclipse.swt.internal.mozilla.init.XPCOMInit
 
_gtk_accel_group_new() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_accel_groups_activate(long, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_accel_label_set_accel_widget(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_GTK_ACCESSIBLE(long) - Static method in class org.eclipse.swt.internal.accessibility.gtk.ATK
 
_gtk_adjustment_changed(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_adjustment_new(double, double, double, double, double, double) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_adjustment_set_value(long, double) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_adjustment_value_changed(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_arrow_new(int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_arrow_set(long, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_bin_get_child(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_border_free(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_box_set_child_packing(long, long, boolean, boolean, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_box_set_spacing(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_button_clicked(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_button_get_relief(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_button_new() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_button_set_relief(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_calendar_display_options(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_calendar_get_date(long, int[], int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_calendar_new() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_calendar_select_day(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_calendar_select_month(long, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_calendar_set_display_options(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_cell_layout_clear(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_cell_layout_pack_start(long, long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_cell_layout_set_attributes(long, long, byte[], int, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_cell_renderer_get_size(long, long, GdkRectangle, int[], int[], int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_cell_renderer_pixbuf_new() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_cell_renderer_text_new() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_cell_renderer_toggle_new() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_check_button_new() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_check_menu_item_get_active(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_check_menu_item_new_with_label(byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_check_menu_item_set_active(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_check_version(int, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_clipboard_clear(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_clipboard_get(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_clipboard_set_with_data(long, long, int, long, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_clipboard_wait_for_contents(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_color_selection_dialog_new(byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_color_selection_get_current_color(long, GdkColor) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_color_selection_set_current_color(long, GdkColor) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_color_selection_set_has_palette(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_combo_box_entry_new_text() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_combo_box_get_active(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_combo_box_get_model(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_combo_box_insert_text(long, int, byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_combo_box_new_text() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_combo_box_popdown(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_combo_box_popup(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_combo_box_remove_text(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_combo_box_set_active(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_combo_box_set_focus_on_click(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_combo_disable_activate(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_combo_new() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_combo_set_case_sensitive(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_combo_set_popdown_strings(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_container_add(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_container_forall(long, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_container_get_border_width(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_container_get_children(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_container_remove(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_container_resize_children(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_container_set_border_width(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_dialog_add_button(long, byte[], int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_dialog_run(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_drag_begin(long, long, int, int, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_drag_check_threshold(long, int, int, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_drag_dest_find_target(long, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_drag_dest_set(long, int, long, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_drag_dest_unset(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_drag_finish(long, boolean, boolean, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_drag_get_data(long, long, long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_drag_set_icon_pixbuf(long, long, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_drawing_area_new() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_editable_copy_clipboard(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_editable_cut_clipboard(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_editable_delete_selection(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_editable_delete_text(long, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_editable_get_chars(long, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_editable_get_editable(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_editable_get_position(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_editable_get_selection_bounds(long, int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_editable_insert_text(long, byte[], int, int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_editable_paste_clipboard(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_editable_select_region(long, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_editable_set_editable(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_editable_set_position(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_entry_get_inner_border(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_entry_get_invisible_char(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_entry_get_layout(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_entry_get_layout_offsets(long, int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_entry_get_max_length(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_entry_get_text(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_entry_get_visibility(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_entry_new() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_entry_set_activates_default(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_entry_set_alignment(long, float) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_entry_set_has_frame(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_entry_set_invisible_char(long, char) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_entry_set_max_length(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_entry_set_text(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_entry_set_visibility(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_entry_text_index_to_layout_index(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_enumerate_printers(long, long, long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_events_pending() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_expander_get_expanded(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_expander_get_label_widget(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_expander_new(byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_expander_set_expanded(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_expander_set_label(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_expander_set_label_widget(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_file_chooser_add_filter(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_file_chooser_dialog_new(byte[], long, int, long, int, long, int, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_file_chooser_get_current_folder(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_file_chooser_get_filename(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_file_chooser_get_filenames(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_file_chooser_get_filter(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_file_chooser_get_uri(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_file_chooser_set_current_folder(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_file_chooser_set_current_name(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_file_chooser_set_do_overwrite_confirmation(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_file_chooser_set_extra_widget(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_file_chooser_set_filename(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_file_chooser_set_filter(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_file_chooser_set_local_only(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_file_chooser_set_select_multiple(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_file_filter_add_pattern(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_file_filter_get_name(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_file_filter_new() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_file_filter_set_name(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_file_selection_get_filename(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_file_selection_get_selections(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_file_selection_hide_fileop_buttons(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_file_selection_new(byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_file_selection_set_filename(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_file_selection_set_select_multiple(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_fixed_move(long, long, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_fixed_new() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_fixed_set_has_window(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_font_selection_dialog_get_font_name(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_font_selection_dialog_new(byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_font_selection_dialog_set_font_name(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_frame_get_label_widget(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_frame_new(byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_frame_set_label(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_frame_set_label_widget(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_frame_set_shadow_type(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_get_current_event() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_get_current_event_state(int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_get_current_event_time() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_get_default_language() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_get_event_widget(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_grab_add(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_grab_get_current() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_grab_remove(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_hbox_new(boolean, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_hscale_new(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_hscrollbar_new(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_hseparator_new() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_icon_factory_lookup_default(byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_icon_set_render_icon(long, long, int, int, int, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_icon_source_free(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_icon_source_new() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_icon_source_set_pixbuf(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_im_context_filter_keypress(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_im_context_focus_in(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_im_context_focus_out(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_im_context_get_preedit_string(long, long[], long[], int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_im_context_get_type() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_im_context_reset(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_im_context_set_client_window(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_im_context_set_cursor_location(long, GdkRectangle) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_im_multicontext_append_menuitems(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_im_multicontext_new() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_image_menu_item_new_with_label(byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_image_menu_item_set_image(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_image_new() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_image_new_from_pixbuf(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_image_new_from_pixmap(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_image_set_from_pixbuf(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_image_set_from_pixmap(long, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_init_check(long[], long[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_GTK_IS_BUTTON(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_GTK_IS_CELL_RENDERER_PIXBUF(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_GTK_IS_CELL_RENDERER_TEXT(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_GTK_IS_CELL_RENDERER_TOGGLE(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_GTK_IS_CONTAINER(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_GTK_IS_IMAGE_MENU_ITEM(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_GTK_IS_MENU_ITEM(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_GTK_IS_PLUG(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_GTK_IS_SOCKET(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_GTK_IS_WINDOW(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_label_get_layout(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_label_get_mnemonic_keyval(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_label_new(byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_label_new_with_mnemonic(byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_label_set_attributes(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_label_set_justify(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_label_set_line_wrap(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_label_set_line_wrap_mode(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_label_set_text(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_label_set_text(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_label_set_text_with_mnemonic(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_list_append_items(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_list_clear_items(long, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_list_insert_items(long, long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_list_item_new_with_label(byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_list_remove_items(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_list_select_item(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_list_store_append(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_list_store_clear(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_list_store_insert(long, long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_list_store_newv(int, long[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_list_store_remove(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_list_store_set(long, long, int, byte[], long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_list_store_set(long, long, int, int, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_list_store_set(long, long, int, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_list_store_set(long, long, int, GdkColor, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_list_store_set(long, long, int, boolean, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_list_unselect_all(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_list_unselect_item(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_main() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_main_do_event(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_main_iteration() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_major_version() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_menu_bar_new() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_menu_item_get_submenu(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_menu_item_remove_submenu(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_menu_item_set_submenu(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_menu_new() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_menu_popdown(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_menu_popup(long, long, long, long, long, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_menu_shell_deactivate(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_menu_shell_insert(long, long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_menu_shell_select_item(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_menu_shell_set_take_focus(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_message_dialog_new(long, int, int, int, byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_micro_version() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_minor_version() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_misc_set_alignment(long, float, float) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_notebook_get_current_page(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_notebook_get_scrollable(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_notebook_insert_page(long, long, long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_notebook_new() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_notebook_next_page(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_notebook_prev_page(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_notebook_remove_page(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_notebook_set_current_page(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_notebook_set_scrollable(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_notebook_set_show_tabs(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_notebook_set_tab_pos(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_object_sink(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_page_setup_get_bottom_margin(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_page_setup_get_left_margin(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_page_setup_get_orientation(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_page_setup_get_page_height(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_page_setup_get_page_width(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_page_setup_get_paper_height(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_page_setup_get_paper_size(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_page_setup_get_paper_width(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_page_setup_get_right_margin(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_page_setup_get_top_margin(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_page_setup_new() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_page_setup_set_bottom_margin(long, double, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_page_setup_set_left_margin(long, double, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_page_setup_set_orientation(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_page_setup_set_paper_size(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_page_setup_set_right_margin(long, double, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_page_setup_set_top_margin(long, double, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_paint_arrow(long, long, int, int, GdkRectangle, long, byte[], int, boolean, int, int, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_paint_box(long, long, int, int, GdkRectangle, long, byte[], int, int, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_paint_box_gap(long, long, int, int, GdkRectangle, long, byte[], int, int, int, int, int, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_paint_check(long, long, int, int, GdkRectangle, long, byte[], int, int, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_paint_expander(long, long, int, GdkRectangle, long, byte[], int, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_paint_extension(long, long, int, int, GdkRectangle, long, byte[], int, int, int, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_paint_flat_box(long, long, int, int, GdkRectangle, long, byte[], int, int, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_paint_focus(long, long, int, GdkRectangle, long, byte[], int, int, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_paint_handle(long, long, int, int, GdkRectangle, long, byte[], int, int, int, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_paint_hline(long, long, int, GdkRectangle, long, byte[], int, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_paint_layout(long, long, int, boolean, GdkRectangle, long, byte[], int, int, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_paint_option(long, long, int, int, GdkRectangle, long, byte[], int, int, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_paint_shadow(long, long, int, int, GdkRectangle, long, byte[], int, int, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_paint_shadow_gap(long, long, int, int, GdkRectangle, long, byte[], int, int, int, int, int, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_paint_slider(long, long, int, int, GdkRectangle, long, byte[], int, int, int, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_paint_tab(long, long, int, int, GdkRectangle, long, byte[], int, int, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_paint_vline(long, long, int, GdkRectangle, long, byte[], int, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_paper_size_free(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_paper_size_get_display_name(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_paper_size_get_height(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_paper_size_get_name(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_paper_size_get_ppd_name(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_paper_size_get_width(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_paper_size_is_custom(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_paper_size_new(byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_paper_size_new_custom(byte[], byte[], double, double, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_paper_size_new_from_ppd(byte[], byte[], double, double) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_plug_get_id(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_plug_new(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_print_job_get_printer(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_print_job_get_settings(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_print_job_get_status(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_print_job_get_surface(long, long[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_print_job_get_title(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_print_job_new(byte[], long, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_print_job_send(long, long, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_print_job_set_source_file(long, byte[], long[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_print_settings_foreach(long, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_print_settings_get(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_print_settings_get_collate(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_print_settings_get_n_copies(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_print_settings_get_orientation(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_print_settings_get_page_ranges(long, int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_print_settings_get_paper_height(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_print_settings_get_paper_width(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_print_settings_get_print_pages(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_print_settings_get_printer(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_print_settings_get_resolution(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_print_settings_new() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_print_settings_set(long, byte[], byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_print_settings_set_collate(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_print_settings_set_n_copies(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_print_settings_set_orientation(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_print_settings_set_page_ranges(long, int[], int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_print_settings_set_print_pages(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_print_settings_set_printer(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_print_unix_dialog_get_current_page(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_print_unix_dialog_get_page_setup(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_print_unix_dialog_get_selected_printer(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_print_unix_dialog_get_settings(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_print_unix_dialog_new(byte[], long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_print_unix_dialog_set_current_page(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_print_unix_dialog_set_manual_capabilities(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_print_unix_dialog_set_page_setup(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_print_unix_dialog_set_settings(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_printer_get_backend(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_printer_get_name(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_printer_is_default(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_progress_bar_new() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_progress_bar_pulse(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_progress_bar_set_fraction(long, double) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_progress_bar_set_orientation(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_radio_button_get_group(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_radio_button_new(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_radio_menu_item_get_group(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_radio_menu_item_new(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_radio_menu_item_new_with_label(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_range_get_adjustment(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_range_set_increments(long, double, double) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_range_set_inverted(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_range_set_range(long, double, double) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_range_set_value(long, double) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_rc_parse_string(byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_rc_style_get_bg_pixmap_name(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_rc_style_get_color_flags(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_rc_style_set_bg(long, int, GdkColor) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_rc_style_set_bg_pixmap_name(long, int, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_rc_style_set_color_flags(long, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_rc_style_set_fg(long, int, GdkColor) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_rc_style_set_text(long, int, GdkColor) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_scale_set_digits(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_scale_set_draw_value(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_scrolled_window_add_with_viewport(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_scrolled_window_get_hadjustment(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_scrolled_window_get_policy(long, int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_scrolled_window_get_shadow_type(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_scrolled_window_get_vadjustment(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_scrolled_window_new(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_scrolled_window_set_placement(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_scrolled_window_set_policy(long, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_scrolled_window_set_shadow_type(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_selection_data_free(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_selection_data_set(long, long, int, long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_separator_menu_item_new() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_set_locale() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_settings_get_default() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_socket_get_id(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_socket_new() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_spin_button_get_adjustment(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_spin_button_get_digits(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_spin_button_new(long, double, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_spin_button_set_digits(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_spin_button_set_increments(long, double, double) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_spin_button_set_range(long, double, double) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_spin_button_set_value(long, double) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_spin_button_set_wrap(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_spin_button_update(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_GTK_STOCK_CANCEL() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_GTK_STOCK_OK() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_style_get_base(long, int, GdkColor) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_style_get_bg(long, int, GdkColor) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_style_get_bg_gc(long, int, long[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_style_get_black(long, GdkColor) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_style_get_black_gc(long, long[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_style_get_dark(long, int, GdkColor) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_style_get_dark_gc(long, int, long[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_style_get_fg(long, int, GdkColor) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_style_get_fg_gc(long, int, long[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_style_get_font_desc(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_style_get_light(long, int, GdkColor) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_style_get_light_gc(long, int, long[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_style_get_mid_gc(long, int, long[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_style_get_text(long, int, GdkColor) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_style_get_text_aa_gc(long, int, long[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_style_get_text_gc(long, int, long[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_style_get_white_gc(long, long[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_style_get_xthickness(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_style_get_ythickness(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_style_render_icon(long, long, int, int, int, long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_target_list_new(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_target_list_unref(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_text_buffer_copy_clipboard(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_text_buffer_cut_clipboard(long, long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_text_buffer_delete(long, byte[], byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_text_buffer_get_bounds(long, byte[], byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_text_buffer_get_char_count(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_text_buffer_get_end_iter(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_text_buffer_get_insert(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_text_buffer_get_iter_at_line(long, byte[], int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_text_buffer_get_iter_at_mark(long, byte[], long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_text_buffer_get_iter_at_offset(long, byte[], int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_text_buffer_get_line_count(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_text_buffer_get_selection_bound(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_text_buffer_get_selection_bounds(long, byte[], byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_text_buffer_get_text(long, byte[], byte[], boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_text_buffer_insert(long, byte[], byte[], int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_text_buffer_insert(long, long, byte[], int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_text_buffer_move_mark(long, long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_text_buffer_paste_clipboard(long, long, byte[], boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_text_buffer_place_cursor(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_text_buffer_set_text(long, byte[], int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_text_iter_get_line(byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_text_iter_get_offset(byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_text_view_buffer_to_window_coords(long, int, int, int, int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_text_view_get_buffer(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_text_view_get_editable(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_text_view_get_iter_at_location(long, byte[], int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_text_view_get_iter_location(long, byte[], GdkRectangle) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_text_view_get_line_at_y(long, byte[], int, int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_text_view_get_visible_rect(long, GdkRectangle) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_text_view_get_window(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_text_view_new() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_text_view_scroll_mark_onscreen(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_text_view_scroll_to_iter(long, byte[], double, boolean, double, double) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_text_view_set_editable(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_text_view_set_justification(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_text_view_set_tabs(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_text_view_set_wrap_mode(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_text_view_window_to_buffer_coords(long, int, int, int, int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_timeout_add(int, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_timeout_remove(int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_toggle_button_get_active(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_toggle_button_get_inconsistent(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_toggle_button_new() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_toggle_button_set_active(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_toggle_button_set_inconsistent(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_toggle_button_set_mode(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_toolbar_insert_widget(long, long, byte[], byte[], int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_toolbar_new() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_toolbar_set_orientation(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tooltip_trigger_tooltip_query(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tooltips_data_get(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tooltips_disable(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tooltips_enable(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tooltips_force_window(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tooltips_new() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tooltips_set_tip(long, long, byte[], byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_model_get(long, long, int, int[], long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_model_get(long, long, int, long[], long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_model_get_iter(long, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_model_get_iter_first(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_model_get_n_columns(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_model_get_path(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_model_get_type() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_model_iter_children(long, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_model_iter_n_children(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_model_iter_next(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_model_iter_nth_child(long, long, long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_path_append_index(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_path_compare(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_path_down(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_path_free(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_path_get_depth(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_path_get_indices(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_path_new() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_path_new_first() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_path_new_from_string(byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_path_new_from_string(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_path_next(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_path_prev(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_path_up(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_selection_count_selected_rows(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_selection_get_selected(long, long[], long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_selection_get_selected_rows(long, long[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_selection_path_is_selected(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_selection_select_all(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_selection_select_iter(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_selection_selected_foreach(long, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_selection_set_mode(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_selection_unselect_all(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_selection_unselect_iter(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_store_append(long, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_store_clear(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_store_insert(long, long, long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_store_newv(int, long[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_store_remove(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_store_set(long, long, int, byte[], long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_store_set(long, long, int, int, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_store_set(long, long, int, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_store_set(long, long, int, GdkColor, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_store_set(long, long, int, boolean, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_view_collapse_row(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_view_column_add_attribute(long, long, byte[], int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_view_column_cell_get_position(long, long, int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_view_column_cell_get_size(long, GdkRectangle, int[], int[], int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_view_column_cell_set_cell_data(long, long, long, boolean, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_view_column_clear(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_view_column_get_cell_renderers(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_view_column_get_fixed_width(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_view_column_get_reorderable(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_view_column_get_resizable(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_view_column_get_sizing(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_view_column_get_sort_indicator(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_view_column_get_sort_order(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_view_column_get_spacing(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_view_column_get_visible(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_view_column_get_width(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_view_column_new() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_view_column_pack_end(long, long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_view_column_pack_start(long, long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_view_column_set_alignment(long, float) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_view_column_set_cell_data_func(long, long, long, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_view_column_set_clickable(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_view_column_set_fixed_width(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_view_column_set_min_width(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_view_column_set_reorderable(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_view_column_set_resizable(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_view_column_set_sizing(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_view_column_set_sort_indicator(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_view_column_set_sort_order(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_view_column_set_title(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_view_column_set_visible(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_view_column_set_widget(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_view_create_row_drag_icon(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_view_expand_row(long, long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_view_get_background_area(long, long, long, GdkRectangle) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_view_get_bin_window(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_view_get_cell_area(long, long, long, GdkRectangle) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_view_get_column(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_view_get_columns(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_view_get_cursor(long, long[], long[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_view_get_expander_column(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_view_get_headers_visible(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_view_get_path_at_pos(long, int, int, long[], long[], int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_view_get_rules_hint(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_view_get_selection(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_view_get_visible_rect(long, GdkRectangle) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_view_insert_column(long, long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_view_move_column_after(long, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_view_new_with_model(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_view_remove_column(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_view_row_expanded(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_view_scroll_to_cell(long, long, long, boolean, float, float) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_view_scroll_to_point(long, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_view_set_cursor(long, long, long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_view_set_drag_dest_row(long, long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_view_set_enable_search(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_view_set_grid_lines(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_view_set_headers_visible(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_view_set_model(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_view_set_rules_hint(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_view_set_search_column(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_view_tree_to_widget_coords(long, int, int, int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_view_unset_rows_drag_dest(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_tree_view_widget_to_tree_coords(long, int, int, int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_GTK_TYPE_CELL_RENDERER_PIXBUF() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_GTK_TYPE_CELL_RENDERER_TEXT() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_GTK_TYPE_CELL_RENDERER_TOGGLE() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_GTK_TYPE_FIXED() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_GTK_TYPE_MENU() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_GTK_TYPE_WIDGET() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_vbox_new(boolean, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_viewport_get_shadow_type(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_viewport_set_shadow_type(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_vscale_new(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_vscrollbar_new(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_vseparator_new() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_widget_add_accelerator(long, byte[], long, int, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_widget_add_events(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_widget_child_focus(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_widget_create_pango_layout(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_widget_create_pango_layout(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_widget_destroy(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_widget_event(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_GTK_WIDGET_FLAGS(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_widget_get_accessible(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_widget_get_child_visible(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_widget_get_default_direction() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_widget_get_default_style() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_widget_get_direction(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_widget_get_events(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_widget_get_modifier_style(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_widget_get_pango_context(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_widget_get_parent(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_widget_get_size_request(long, int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_widget_get_style(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_widget_get_toplevel(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_widget_grab_focus(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_GTK_WIDGET_HAS_DEFAULT(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_GTK_WIDGET_HAS_FOCUS(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_widget_hide(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_widget_is_composited(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_widget_is_focus(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_GTK_WIDGET_IS_SENSITIVE(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_widget_map(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_GTK_WIDGET_MAPPED(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_widget_mnemonic_activate(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_widget_modify_base(long, int, GdkColor) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_widget_modify_bg(long, int, GdkColor) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_widget_modify_fg(long, int, GdkColor) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_widget_modify_font(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_widget_modify_style(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_widget_modify_text(long, int, GdkColor) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_widget_queue_resize(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_widget_realize(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_widget_remove_accelerator(long, long, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_widget_reparent(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_widget_send_expose(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_GTK_WIDGET_SENSITIVE(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_widget_set_app_paintable(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_widget_set_default_direction(int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_widget_set_direction(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_widget_set_double_buffered(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_GTK_WIDGET_SET_FLAGS(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_widget_set_name(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_widget_set_parent_window(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_widget_set_redraw_on_allocate(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_widget_set_sensitive(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_widget_set_size_request(long, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_widget_set_state(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_widget_set_style(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_widget_set_tooltip_text(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_widget_shape_combine_mask(long, long, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_widget_show(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_widget_show_now(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_widget_size_allocate(long, GtkAllocation) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_widget_size_request(long, GtkRequisition) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_GTK_WIDGET_STATE(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_widget_style_get(long, byte[], int[], long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_widget_style_get(long, byte[], long[], long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_widget_translate_coordinates(long, long, int, int, int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_widget_unrealize(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_GTK_WIDGET_UNSET_FLAGS(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_GTK_WIDGET_VISIBLE(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_window_activate_default(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_window_add_accel_group(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_window_deiconify(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_window_fullscreen(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_window_get_focus(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_window_get_group(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_window_get_icon_list(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_window_get_mnemonic_modifier(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_window_get_modal(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_window_get_opacity(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_window_get_position(long, int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_window_get_size(long, int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_window_group_add_window(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_window_group_new() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_window_group_remove_window(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_window_iconify(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_window_list_toplevels() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_window_maximize(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_window_move(long, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_window_new(int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_window_present(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_window_remove_accel_group(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_window_resize(long, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_window_set_default(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_window_set_destroy_with_parent(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_window_set_geometry_hints(long, long, GdkGeometry, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_window_set_icon_list(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_window_set_keep_below(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_window_set_modal(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_window_set_opacity(long, double) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_window_set_resizable(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_window_set_skip_taskbar_hint(long, boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_window_set_title(long, byte[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_window_set_transient_for(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_window_set_type_hint(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_window_unfullscreen(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_gtk_window_unmaximize(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_NS_GetComponentManager(long[]) - Static method in class org.eclipse.swt.internal.mozilla.XPCOM
 
_NS_GetServiceManager(long[]) - Static method in class org.eclipse.swt.internal.mozilla.XPCOM
 
_NS_InitXPCOM2(long, long, long) - Static method in class org.eclipse.swt.internal.mozilla.XPCOM
 
_NS_NewLocalFile(long, int, long[]) - Static method in class org.eclipse.swt.internal.mozilla.XPCOM
 
_nsEmbedCString_delete(long) - Static method in class org.eclipse.swt.internal.mozilla.XPCOM
 
_nsEmbedCString_get(long) - Static method in class org.eclipse.swt.internal.mozilla.XPCOM
 
_nsEmbedCString_Length(long) - Static method in class org.eclipse.swt.internal.mozilla.XPCOM
 
_nsEmbedCString_new() - Static method in class org.eclipse.swt.internal.mozilla.XPCOM
 
_nsEmbedCString_new(byte[], int) - Static method in class org.eclipse.swt.internal.mozilla.XPCOM
 
_nsEmbedCString_new(long, int) - Static method in class org.eclipse.swt.internal.mozilla.XPCOM
 
_nsEmbedString_delete(long) - Static method in class org.eclipse.swt.internal.mozilla.XPCOM
 
_nsEmbedString_get(long) - Static method in class org.eclipse.swt.internal.mozilla.XPCOM
 
_nsEmbedString_Length(long) - Static method in class org.eclipse.swt.internal.mozilla.XPCOM
 
_nsEmbedString_new() - Static method in class org.eclipse.swt.internal.mozilla.XPCOM
 
_nsEmbedString_new(char[]) - Static method in class org.eclipse.swt.internal.mozilla.XPCOM
 
_nsID_delete(long) - Static method in class org.eclipse.swt.internal.mozilla.XPCOM
 
_nsID_Equals(long, long) - Static method in class org.eclipse.swt.internal.mozilla.XPCOM
 
_nsID_new() - Static method in class org.eclipse.swt.internal.mozilla.XPCOM
 
_nsIMemory_Alloc(long, int) - Static method in class org.eclipse.swt.internal.mozilla.XPCOM
 
_nsIMemory_Realloc(long, long, int) - Static method in class org.eclipse.swt.internal.mozilla.XPCOM
 
_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_new(short, short, short) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_pango_attr_iterator_destroy(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_pango_attr_iterator_get(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_pango_attr_iterator_get_attrs(long) - 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_change(long, long) - 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_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_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_create_context(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_font_map_new() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_pango_cairo_font_map_set_resolution(long, double) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_pango_cairo_layout_path(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_pango_cairo_show_layout(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_pango_context_get_base_dir(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_pango_context_get_language(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_pango_context_get_metrics(long, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_pango_context_list_families(long, long[], int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_pango_context_set_base_dir(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_pango_context_set_language(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_pango_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_size(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_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_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_get_metrics(long, long) - Static method 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_get_strikethrough_position(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_pango_font_metrics_get_strikethrough_thickness(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_pango_font_metrics_get_underline_position(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_pango_font_metrics_get_underline_thickness(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_language_from_string(byte[]) - 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_attributes(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_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_tabs(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_pango_layout_get_text(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_pango_layout_get_width(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_pango_layout_index_to_pos(long, int, PangoRectangle) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_pango_layout_iter_free(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_pango_layout_iter_get_index(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_pango_layout_iter_get_line_extents(long, PangoRectangle, PangoRectangle) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_pango_layout_iter_get_run(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_pango_layout_iter_next_line(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_pango_layout_iter_next_run(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_pango_layout_line_get_extents(long, PangoRectangle, PangoRectangle) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_pango_layout_line_x_to_index(long, int, int[], int[]) - 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_tab_array_free(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_pango_tab_array_get_size(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_pango_tab_array_get_tabs(long, long[], 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_TYPE_FONT_DESCRIPTION() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_PANGO_TYPE_LAYOUT() - Static method in class org.eclipse.swt.internal.gtk.OS
 
_topLevelShellWidgetClass() - Static method in class org.eclipse.swt.internal.cde.CDE
 
_XCheckIfEvent(long, long, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_XCheckMaskEvent(long, long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_XCheckWindowEvent(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
 
_XFlush(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_XFree(long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_XGetSelectionOwner(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_XInternAtom(long, byte[], boolean) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_XKeysymToKeycode(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_XListProperties(long, long, int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_XPCOMGlueShutdown() - Static method in class org.eclipse.swt.internal.mozilla.init.XPCOMInit
 
_XPCOMGlueShutdown() - Static method in class org.eclipse.swt.internal.mozilla.XPCOM
 
_XPCOMGlueStartup(byte[]) - Static method in class org.eclipse.swt.internal.mozilla.init.XPCOMInit
 
_XPCOMGlueStartup(byte[]) - Static method in class org.eclipse.swt.internal.mozilla.XPCOM
 
_XQueryPointer(long, long, long[], long[], int[], int[], int[], int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_XQueryTree(long, long, long[], long[], long[], int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_XReconfigureWMWindow(long, long, int, int, XWindowChanges) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_XRenderComposite(long, int, long, long, long, int, int, int, int, int, int, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_XRenderCreatePicture(long, long, long, long, XRenderPictureAttributes) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_XRenderFindStandardFormat(long, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_XRenderFindVisualFormat(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_XRenderFreePicture(long, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_XRenderQueryExtension(long, int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_XRenderQueryVersion(long, int[], int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_XRenderSetPictureClipRectangles(long, long, int, int, short[], int) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_XRenderSetPictureTransform(long, long, int[]) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_XSendEvent(long, long, boolean, long, long) - 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
 
_XtAppCreateShell(byte[], byte[], long, long, long[], int) - Static method in class org.eclipse.swt.internal.cde.CDE
 
_XtCreateApplicationContext() - Static method in class org.eclipse.swt.internal.cde.CDE
 
_XtDisplayInitialize(long, long, byte[], byte[], long, int, long[], int) - Static method in class org.eclipse.swt.internal.cde.CDE
 
_XTestFakeButtonEvent(long, int, boolean, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_XTestFakeKeyEvent(long, int, boolean, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_XTestFakeMotionEvent(long, int, int, int, long) - Static method in class org.eclipse.swt.internal.gtk.OS
 
_XtRealizeWidget(long) - Static method in class org.eclipse.swt.internal.cde.CDE
 
_XtResizeWidget(long, int, int, int) - Static method in class org.eclipse.swt.internal.cde.CDE
 
_XtSetMappedWhenManaged(long, boolean) - Static method in class org.eclipse.swt.internal.cde.CDE
 
_XtToolkitInitialize() - Static method in class org.eclipse.swt.internal.cde.CDE
 
_XWarpPointer(long, long, long, int, int, int, int, int, int) - Static method in class org.eclipse.swt.internal.gtk.OS
 

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 _