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 
All Classes All Packages

A

abort(String) - Method in interface org.eclipse.rap.rwt.client.service.ClientFileUploader
Abort the upload with the given id.
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).
AbstractEntryPoint - Class in org.eclipse.rap.rwt.application
This class provides a skeletal implementation of the EntryPoint interface, to minimize the effort required to implement this interface.
AbstractEntryPoint() - Constructor for class org.eclipse.rap.rwt.application.AbstractEntryPoint
 
AbstractOperationHandler - Class in org.eclipse.rap.rwt.remote
This class provides an empty implementation of the OperationHandler interface, to minimize the effort required to implement this interface.
AbstractOperationHandler() - Constructor for class org.eclipse.rap.rwt.remote.AbstractOperationHandler
 
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 - Variable in class org.eclipse.swt.accessibility.AccessibleControlEvent
 
accessible - Variable in class org.eclipse.swt.accessibility.AccessibleHyperlinkEvent
 
accessible - Variable in class org.eclipse.swt.accessibility.AccessibleTableCellEvent
 
accessible - Variable in class org.eclipse.swt.accessibility.AccessibleTableEvent
 
accessible - Variable in class org.eclipse.swt.accessibility.AccessibleTextEvent
 
Accessible - Class in org.eclipse.swt.accessibility
Instances of this class provide a bridge between application code and assistive technology clients.
Accessible(Accessible) - Constructor for class org.eclipse.swt.accessibility.Accessible
Constructs a new instance of this class given its parent.
AccessibleActionAdapter - Class in org.eclipse.swt.accessibility
This adapter class provides default implementations for the methods in the AccessibleActionListener interface.
AccessibleActionAdapter() - Constructor for class org.eclipse.swt.accessibility.AccessibleActionAdapter
 
AccessibleActionEvent - Class in org.eclipse.swt.accessibility
Instances of this class are sent as a result of accessibility clients sending AccessibleAction messages to an accessible object.
AccessibleActionEvent(Object) - Constructor for class org.eclipse.swt.accessibility.AccessibleActionEvent
Constructs a new instance of this class.
AccessibleActionListener - Interface in org.eclipse.swt.accessibility
Classes which implement this interface provide methods that handle AccessibleAction events.
AccessibleAdapter - Class in org.eclipse.swt.accessibility
This adapter class provides default implementations for the methods described by the AccessibleListener interface.
AccessibleAdapter() - Constructor for class org.eclipse.swt.accessibility.AccessibleAdapter
 
AccessibleAttributeAdapter - Class in org.eclipse.swt.accessibility
This adapter class provides default implementations for the methods in the AccessibleAttributeListener interface.
AccessibleAttributeAdapter() - Constructor for class org.eclipse.swt.accessibility.AccessibleAttributeAdapter
 
AccessibleAttributeEvent - Class in org.eclipse.swt.accessibility
Instances of this class are sent as a result of accessibility clients sending AccessibleAttribute messages to an accessible object.
AccessibleAttributeEvent(Object) - Constructor for class org.eclipse.swt.accessibility.AccessibleAttributeEvent
Constructs a new instance of this class.
AccessibleAttributeListener - Interface in org.eclipse.swt.accessibility
Classes which implement this interface provide methods that handle AccessibleAttribute events.
AccessibleControlAdapter - Class in org.eclipse.swt.accessibility
This adapter class provides default implementations for the methods described by the AccessibleControlListener interface.
AccessibleControlAdapter() - Constructor for class org.eclipse.swt.accessibility.AccessibleControlAdapter
 
AccessibleControlEvent - Class in org.eclipse.swt.accessibility
Instances of this class are sent as a result of accessibility clients sending messages to controls asking for detailed information about the implementation of the control instance.
AccessibleControlEvent(Object) - Constructor for class org.eclipse.swt.accessibility.AccessibleControlEvent
Constructs a new instance of this class.
AccessibleControlListener - Interface in org.eclipse.swt.accessibility
Classes that implement this interface provide methods that deal with the events that are generated when an accessibility client sends a message to a control.
AccessibleEditableTextAdapter - Class in org.eclipse.swt.accessibility
This adapter class provides default implementations for the methods in the AccessibleEditableTextListener interface.
AccessibleEditableTextAdapter() - Constructor for class org.eclipse.swt.accessibility.AccessibleEditableTextAdapter
 
AccessibleEditableTextEvent - Class in org.eclipse.swt.accessibility
Instances of this class are sent as a result of accessibility clients sending AccessibleEditableText messages to an accessible object.
AccessibleEditableTextEvent(Object) - Constructor for class org.eclipse.swt.accessibility.AccessibleEditableTextEvent
Constructs a new instance of this class.
AccessibleEditableTextListener - Interface in org.eclipse.swt.accessibility
Classes which implement this interface provide methods that handle AccessibleEditableText events.
AccessibleEvent - Class in org.eclipse.swt.accessibility
Instances of this class are sent as a result of accessibility clients sending messages to controls asking for information about the control instance.
AccessibleEvent(Object) - Constructor for class org.eclipse.swt.accessibility.AccessibleEvent
Constructs a new instance of this class.
AccessibleHyperlinkAdapter - Class in org.eclipse.swt.accessibility
This adapter class provides default implementations for the methods in the AccessibleHyperlinkListener interface.
AccessibleHyperlinkAdapter() - Constructor for class org.eclipse.swt.accessibility.AccessibleHyperlinkAdapter
 
AccessibleHyperlinkEvent - Class in org.eclipse.swt.accessibility
Instances of this class are sent as a result of accessibility clients sending AccessibleHyperlink messages to an accessible object.
AccessibleHyperlinkEvent(Object) - Constructor for class org.eclipse.swt.accessibility.AccessibleHyperlinkEvent
Constructs a new instance of this class.
AccessibleHyperlinkListener - Interface in org.eclipse.swt.accessibility
Classes which implement this interface provide methods that handle AccessibleHyperlink events.
AccessibleListener - Interface in org.eclipse.swt.accessibility
Classes that implement this interface provide methods that deal with the events that are generated when an accessibility client sends a message to a control.
accessibles - Variable in class org.eclipse.swt.accessibility.AccessibleTableCellEvent
 
accessibles - Variable in class org.eclipse.swt.accessibility.AccessibleTableEvent
 
AccessibleTableAdapter - Class in org.eclipse.swt.accessibility
This adapter class provides default implementations for the methods in the AccessibleTableListener interface.
AccessibleTableAdapter() - Constructor for class org.eclipse.swt.accessibility.AccessibleTableAdapter
 
AccessibleTableCellAdapter - Class in org.eclipse.swt.accessibility
This adapter class provides default implementations for the methods in the AccessibleTableCellListener interface.
AccessibleTableCellAdapter() - Constructor for class org.eclipse.swt.accessibility.AccessibleTableCellAdapter
 
AccessibleTableCellEvent - Class in org.eclipse.swt.accessibility
Instances of this class are sent as a result of accessibility clients sending AccessibleTableCell messages to an accessible object.
AccessibleTableCellEvent(Object) - Constructor for class org.eclipse.swt.accessibility.AccessibleTableCellEvent
Constructs a new instance of this class.
AccessibleTableCellListener - Interface in org.eclipse.swt.accessibility
Classes which implement this interface provide methods that handle AccessibleTableCell events.
AccessibleTableEvent - Class in org.eclipse.swt.accessibility
Instances of this class are sent as a result of accessibility clients sending AccessibleTable messages to an accessible object.
AccessibleTableEvent(Object) - Constructor for class org.eclipse.swt.accessibility.AccessibleTableEvent
Constructs a new instance of this class.
AccessibleTableListener - Interface in org.eclipse.swt.accessibility
Classes which implement this interface provide methods that handle AccessibleTable events.
AccessibleTextAdapter - Class in org.eclipse.swt.accessibility
This adapter class provides default implementations for the methods described by the AccessibleTextListener interface.
AccessibleTextAdapter() - Constructor for class org.eclipse.swt.accessibility.AccessibleTextAdapter
 
AccessibleTextAttributeEvent - Class in org.eclipse.swt.accessibility
Instances of this class are sent as a result of accessibility clients sending AccessibleAttribute or AccessibleEditableText messages to an accessible object.
AccessibleTextAttributeEvent(Object) - Constructor for class org.eclipse.swt.accessibility.AccessibleTextAttributeEvent
Constructs a new instance of this class.
AccessibleTextEvent - Class in org.eclipse.swt.accessibility
Instances of this class are sent as a result of accessibility clients sending messages to controls asking for detailed information about the implementation of the control instance.
AccessibleTextEvent(Object) - Constructor for class org.eclipse.swt.accessibility.AccessibleTextEvent
Constructs a new instance of this class.
AccessibleTextExtendedAdapter - Class in org.eclipse.swt.accessibility
This adapter class provides default implementations for the methods in the AccessibleTextExtendedListener interface.
AccessibleTextExtendedAdapter() - Constructor for class org.eclipse.swt.accessibility.AccessibleTextExtendedAdapter
 
AccessibleTextExtendedListener - Interface in org.eclipse.swt.accessibility
Classes which implement this interface provide methods that handle AccessibleTextExtended events.
AccessibleTextListener - Interface in org.eclipse.swt.accessibility
Classes that implement this interface provide methods that deal with the events that are generated when an accessibility client sends a message to a control.
AccessibleValueAdapter - Class in org.eclipse.swt.accessibility
This adapter class provides default implementations for the methods in the AccessibleValueListener interface.
AccessibleValueAdapter() - Constructor for class org.eclipse.swt.accessibility.AccessibleValueAdapter
 
AccessibleValueEvent - Class in org.eclipse.swt.accessibility
Instances of this class are sent as a result of accessibility clients sending AccessibleValue messages to an accessible object.
AccessibleValueEvent(Object) - Constructor for class org.eclipse.swt.accessibility.AccessibleValueEvent
Constructs a new instance of this class.
AccessibleValueListener - Interface in org.eclipse.swt.accessibility
Classes which implement this interface provide methods that handle AccessibleValue events.
Activate - Static variable in class org.eclipse.swt.SWT
The activate event type (value is 26).
ACTIVE_KEYS - Static variable in class org.eclipse.rap.rwt.RWT
The property to use in Display.setData() in order to activate global key events for certain key sequences.
Adaptable - Interface in org.eclipse.rap.rwt
Adaptable objects lets you add interfaces to a class and lets clients query whether an object has a particular extension.
add(boolean) - Method in class org.eclipse.rap.json.JsonArray
Adds the JSON representation of the specified boolean value to the array.
add(double) - Method in class org.eclipse.rap.json.JsonArray
Adds the JSON representation of the specified double value to the array.
add(float) - Method in class org.eclipse.rap.json.JsonArray
Adds the JSON representation of the specified float value to the array.
add(int) - Method in class org.eclipse.rap.json.JsonArray
Adds the JSON representation of the specified int value to the array.
add(long) - Method in class org.eclipse.rap.json.JsonArray
Adds the JSON representation of the specified long value to the array.
add(String) - Method in class org.eclipse.rap.json.JsonArray
Adds the JSON representation of the specified string to the array.
add(String) - Method in class org.eclipse.swt.custom.CCombo
Adds the argument to the end of the receiver's list.
add(String) - Method in class org.eclipse.swt.widgets.Combo
Adds the argument to the end of the receiver's list.
add(String) - Method in class org.eclipse.swt.widgets.List
Adds the argument to the end of the receiver's list.
add(String, boolean) - Method in class org.eclipse.rap.json.JsonObject
Adds a new member at the end of this object, with the specified name and the JSON representation of the specified boolean value.
add(String, double) - Method in class org.eclipse.rap.json.JsonObject
Adds a new member at the end of this object, with the specified name and the JSON representation of the specified double value.
add(String, float) - Method in class org.eclipse.rap.json.JsonObject
Adds a new member at the end of this object, with the specified name and the JSON representation of the specified float value.
add(String, int) - Method in class org.eclipse.rap.json.JsonObject
Adds a new member at the end of this object, with the specified name and the JSON representation of the specified int value.
add(String, int) - Method in class org.eclipse.swt.custom.CCombo
Adds the argument to the receiver's list at the given zero-relative index.
add(String, int) - Method in class org.eclipse.swt.widgets.Combo
Adds the argument to the receiver's list at the given zero-relative index.
add(String, int) - Method in class org.eclipse.swt.widgets.List
Adds the argument to the receiver's list at the given zero-relative index.
add(String, long) - Method in class org.eclipse.rap.json.JsonObject
Adds a new member at the end of this object, with the specified name and the JSON representation of the specified long value.
add(String, String) - Method in class org.eclipse.rap.json.JsonObject
Adds a new member at the end of this object, with the specified name and the JSON representation of the specified string.
add(String, JsonValue) - Method in class org.eclipse.rap.json.JsonObject
Adds a new member at the end of this object, with the specified name and the specified JSON value.
add(JsonValue) - Method in class org.eclipse.rap.json.JsonArray
Adds the specified JSON value to the array.
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.
addAccessibleActionListener(AccessibleActionListener) - Method in class org.eclipse.swt.accessibility.Accessible
Adds the listener to the collection of listeners that will be notified when an accessible client asks for any of the properties defined in the AccessibleAction interface.
addAccessibleAttributeListener(AccessibleAttributeListener) - Method in class org.eclipse.swt.accessibility.Accessible
Adds the listener to the collection of listeners that will be notified when an accessible client asks for any of the properties defined in the AccessibleAttribute interface.
addAccessibleControlListener(AccessibleControlListener) - Method in class org.eclipse.swt.accessibility.Accessible
Adds the listener to the collection of listeners who will be notified when an accessible client asks for custom control specific information.
addAccessibleEditableTextListener(AccessibleEditableTextListener) - Method in class org.eclipse.swt.accessibility.Accessible
Adds the listener to the collection of listeners that will be notified when an accessible client asks for any of the properties defined in the AccessibleEditableText interface.
addAccessibleHyperlinkListener(AccessibleHyperlinkListener) - Method in class org.eclipse.swt.accessibility.Accessible
Adds the listener to the collection of listeners that will be notified when an accessible client asks for any of the properties defined in the AccessibleHyperlink interface.
addAccessibleListener(AccessibleListener) - Method in class org.eclipse.swt.accessibility.Accessible
Adds the listener to the collection of listeners who will be notified when an accessible client asks for certain strings, such as name, description, help, or keyboard shortcut.
addAccessibleTableCellListener(AccessibleTableCellListener) - Method in class org.eclipse.swt.accessibility.Accessible
Adds the listener to the collection of listeners that will be notified when an accessible client asks for any of the properties defined in the AccessibleTableCell interface.
addAccessibleTableListener(AccessibleTableListener) - Method in class org.eclipse.swt.accessibility.Accessible
Adds the listener to the collection of listeners that will be notified when an accessible client asks for any of the properties defined in the AccessibleTable interface.
addAccessibleTextListener(AccessibleTextListener) - Method in class org.eclipse.swt.accessibility.Accessible
Adds the listener to the collection of listeners who will be notified when an accessible client asks for custom text control specific information.
addAccessibleValueListener(AccessibleValueListener) - Method in class org.eclipse.swt.accessibility.Accessible
Adds the listener to the collection of listeners that will be notified when an accessible client asks for any of the properties defined in the AccessibleValue interface.
addApplicationContextListener(ApplicationContextListener) - Method in interface org.eclipse.rap.rwt.service.ApplicationContext
Adds an ApplicationContextListener to this application context.
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.
addBrowserNavigationListener(BrowserNavigationListener) - Method in interface org.eclipse.rap.rwt.client.service.BrowserNavigation
Adds a listener to the browser navigation.
addControlListener(ControlListener) - Method in class org.eclipse.nebula.widgets.grid.GridColumn
Adds a listener to the list of listeners notified when the column is moved or resized.
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.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.
addDefaultToolbarButton(String) - Method in class org.eclipse.nebula.widgets.richtext.toolbar.ToolbarConfiguration
Deprecated.
Adds the CKEditor default button for the given name to the toolbar.
addDefaultToolbarButton(String...) - Method in class org.eclipse.nebula.widgets.richtext.RichTextEditorConfiguration
Adds the CKEditor default button for the given name to the toolbar.
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.
addEntryPoint(String, Class<? extends EntryPoint>, Map<String, String>) - Method in interface org.eclipse.rap.rwt.application.Application
Registers an entrypoint at the given servlet path.
addEntryPoint(String, EntryPointFactory, Map<String, String>) - Method in interface org.eclipse.rap.rwt.application.Application
Registers an entrypoint at the given servlet path.
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.
addFilter(int, Listener) - Method in class org.eclipse.swt.widgets.Display
Adds the listener to the collection of listeners who will be notified when an event of the given type occurs anywhere in a widget.
addFocusListener(FocusListener) - Method in class org.eclipse.swt.widgets.Control
Adds the listener to the collection of listeners who will be notified when the control gains or loses focus, by sending it one of the messages defined in the FocusListener interface.
addGestureListener(GestureListener) - Method in class org.eclipse.swt.widgets.Control
Adds the listener to the collection of listeners who will be notified when gesture events are generated for the control, by sending it one of the messages defined in the GestureListener interface.
addHelpListener(HelpListener) - Method in class org.eclipse.swt.widgets.Control
Adds the listener to the collection of listeners who will be notified when help events are generated for the control, by sending it one of the messages defined in the HelpListener interface.
addHelpListener(HelpListener) - Method in class org.eclipse.swt.widgets.Menu
Adds the listener to the collection of listeners who will be notified when the 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.
addListener(int, Listener) - Method in class org.eclipse.rap.rwt.widgets.DropDown
 
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.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.
addPaintListener(PaintListener) - Method in class org.eclipse.swt.widgets.Canvas
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.
addPath(Path) - Method in class org.eclipse.swt.graphics.Path
Adds to the receiver the path described by the parameter.
addProgressListener(ProgressListener) - Method in class org.eclipse.swt.browser.Browser
Adds the listener to the collection of listeners who will be notified when a progress is made during the loading of the current URL or when the loading of the current URL has been completed.
addRectangle(float, float, float, float) - Method in class org.eclipse.swt.graphics.Path
Adds to the receiver the rectangle specified by x, y, width and height.
addRelation(int, Accessible) - Method in class org.eclipse.swt.accessibility.Accessible
Adds a relation with the specified type and target to the receiver's set of relations.
addResource(String, ResourceLoader) - Method in interface org.eclipse.rap.rwt.application.Application
 
addSelection(AccessibleTextEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTextExtendedAdapter
Adds a text selection.
addSelection(AccessibleTextEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTextExtendedListener
Adds a text selection.
addSelectionListener(SelectionListener) - Method in class org.eclipse.nebula.widgets.grid.Grid
Adds the listener to the collection of listeners who will be notified when the receiver's selection changes, by sending it one of the messages defined in the SelectionListener interface.
addSelectionListener(SelectionListener) - Method in class org.eclipse.nebula.widgets.grid.GridColumn
Adds the listener to the collection of listeners who will be notified when the receiver's is pushed, by sending it one of the messages defined in the SelectionListener interface.
addSelectionListener(SelectionListener) - Method in class org.eclipse.rap.rwt.widgets.FileUpload
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.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 receive events.
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Button
Adds the listener to the collection of listeners who will be notified when the control is selected, by sending it one of the messages defined in the 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 receiver's selection changes, by sending it one of the messages defined in the SelectionListener interface.
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.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 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 receiver's selection changes, by sending it one of the messages defined in the SelectionListener interface.
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.MenuItem
Adds the listener to the collection of listeners who will be notified when the menu item is selected, 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 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 receiver's value changes, 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 receiver's selection changes, by sending it one of the messages defined in the SelectionListener interface.
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Table
Adds the listener to the collection of listeners who will be notified when the receiver's selection changes, by sending it one of the messages defined in the 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 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 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 receiver's selection changes, by sending it one of the messages defined in the SelectionListener interface.
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.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.
addServiceHandler(String, ServiceHandler) - Method in interface org.eclipse.rap.rwt.application.Application
Adds a service handler to the application.
addSettingStoreListener(SettingStoreListener) - Method in class org.eclipse.rap.rwt.service.FileSettingStore
 
addSettingStoreListener(SettingStoreListener) - Method in interface org.eclipse.rap.rwt.service.SettingStore
Attaches the given listener to this setting store.
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.
addStyleSheet(String, String) - Method in interface org.eclipse.rap.rwt.application.Application
Adds the given stylesheet to a theme.
addStyleSheet(String, String, ResourceLoader) - Method in interface org.eclipse.rap.rwt.application.Application
Adds the given stylesheet to a theme.
addThemeableWidget(Class<? extends Widget>) - Method in interface org.eclipse.rap.rwt.application.Application
Register a themeable widget for this application.
addTouchListener(TouchListener) - Method in class org.eclipse.swt.widgets.Control
Adds the listener to the collection of listeners who will be notified when touch events occur, by sending it one of the messages defined in the TouchListener interface.
addTraverseListener(TraverseListener) - Method in class org.eclipse.swt.widgets.Control
Adds the listener to the collection of listeners who will be notified when traversal events occur, by sending it one of the messages defined in the TraverseListener interface.
addTreeListener(TreeListener) - Method in class org.eclipse.nebula.widgets.grid.Grid
Adds the listener to the collection of listeners who will be notified when the receiver's items changes, by sending it one of the messages defined in the TreeListener interface.
addTreeListener(TreeListener) - Method in class org.eclipse.nebula.widgets.grid.GridColumnGroup
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.
addTreeListener(Control, TreeListener) - Method in class org.eclipse.nebula.jface.gridviewer.GridTreeViewer
addUISessionListener(UISessionListener) - Method in interface org.eclipse.rap.rwt.service.UISession
Adds a UISessionListener to this UI session.
addUIThreadListener(UIThreadListener) - Method in interface org.eclipse.rap.rwt.service.ApplicationContext
Adds a UIThreadListener to this application context.
addUploadListener(FileUploadListener) - Method in class org.eclipse.rap.fileupload.FileUploadHandler
Adds a the given file upload listener to the collection of listeners who will be notified when a file upload proceeds.
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.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.
alignment - Variable in class org.eclipse.swt.accessibility.AccessibleAttributeEvent
 
alignment - Variable in class org.eclipse.swt.layout.FormAttachment
alignment specifies the alignment of the control side that is attached to a control.
ALL - Static variable in class org.eclipse.swt.SWT
A constant indicating that a given operation should be performed on all widgets (value is 1<<0).
alpha - Variable in class org.eclipse.swt.graphics.ImageData
The global alpha value to be used for every pixel.
alpha - Variable in class org.eclipse.swt.graphics.RGBA
the alpha component of the RGBA
alphaData - Variable in class org.eclipse.swt.graphics.ImageData
The alpha data of the image.
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).
ALWAYS_HIDE_SELECTION - Static variable in class org.eclipse.swt.widgets.Table
IMPORTANT: This field is not part of the SWT public API.
append(String) - Method in class org.eclipse.swt.widgets.Text
Appends a string.
Application - Interface in org.eclipse.rap.rwt.application
This interface represents an RWT application before it is started.
APPLICATION_MODAL - Static variable in class org.eclipse.swt.SWT
Style constant for application modal behavior (value is 1<<16).
Application.OperationMode - Enum in org.eclipse.rap.rwt.application
Instances of this class represent a mode of operation for an RWT application.
ApplicationConfiguration - Interface in org.eclipse.rap.rwt.application
An ApplicationConfiguration describes an RWT application, including the entrypoints, URL mappings, themes, etc.
ApplicationContext - Interface in org.eclipse.rap.rwt.service
An application context represents a running instance of a RAP application.
ApplicationContextEvent - Class in org.eclipse.rap.rwt.service
Events of this type signal a state change of an application context.
ApplicationContextEvent(ApplicationContext) - Constructor for class org.eclipse.rap.rwt.service.ApplicationContextEvent
Creates a new instance of this class.
ApplicationContextListener - Interface in org.eclipse.rap.rwt.service
A listener that can be attached to an ApplicationContext to receive a notification before the application context is destroyed.
ApplicationLauncher - Interface in org.eclipse.rap.rwt.osgi
A launcher for RWT applications in the OSGi environment.
ApplicationReference - Interface in org.eclipse.rap.rwt.osgi
A reference to an application started by the ApplicationLauncher.
ApplicationRunner - Class in org.eclipse.rap.rwt.application
An ApplicationRunner is used to start an RWT application with the given ApplicationConfiguration in the given ServletContext.
ApplicationRunner(ApplicationConfiguration, ServletContext) - Constructor for class org.eclipse.rap.rwt.application.ApplicationRunner
Constructs a new instance of this class given an application configuration and the servlet context it is bound to.
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).
asArray() - Method in class org.eclipse.rap.json.JsonArray
 
asArray() - Method in class org.eclipse.rap.json.JsonValue
Returns this JSON value as JsonArray, assuming that this value represents a JSON array.
asBoolean() - Method in class org.eclipse.rap.json.JsonValue
Returns this JSON value as a boolean value, assuming that this value is either true or false.
asDouble() - Method in class org.eclipse.rap.json.JsonValue
Returns this JSON value as a double value, assuming that this value represents a JSON number.
asFloat() - Method in class org.eclipse.rap.json.JsonValue
Returns this JSON value as a float value, assuming that this value represents a JSON number.
asInt() - Method in class org.eclipse.rap.json.JsonValue
Returns this JSON value as an int value, assuming that this value represents a JSON number that can be interpreted as Java int.
asLong() - Method in class org.eclipse.rap.json.JsonValue
Returns this JSON value as a long value, assuming that this value represents a JSON number that can be interpreted as Java long.
asObject() - Method in class org.eclipse.rap.json.JsonObject
 
asObject() - Method in class org.eclipse.rap.json.JsonValue
Returns this JSON value as JsonObject, assuming that this value represents a JSON object.
asString() - Method in class org.eclipse.rap.json.JsonValue
Returns this JSON value as String, assuming that this value represents a JSON string.
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.
attributes - Variable in class org.eclipse.swt.accessibility.AccessibleAttributeEvent
 
attributes - Variable in class org.eclipse.swt.accessibility.AccessibleTextAttributeEvent
[in/out] an array of alternating key and value Strings that represent attributes that do not correspond to TextStyle fields

B

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).
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).
BADGE - Static variable in class org.eclipse.rap.rwt.RWT
Controls the text shown as a badge.
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).
beep() - Method in class org.eclipse.swt.widgets.Display
Causes the system hardware to emit a short sound (if it supports this capability).
beforeDestroy(ApplicationContextEvent) - Method in interface org.eclipse.rap.rwt.service.ApplicationContextListener
Called before the related application context is destroyed.
beforeDestroy(UISessionEvent) - Method in interface org.eclipse.rap.rwt.service.UISessionListener
Called before the related UI session is destroyed.
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).
blue - Variable in class org.eclipse.swt.graphics.RGB
the blue component of the RGB
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
BODY_HTML - Static variable in class org.eclipse.rap.rwt.client.WebClient
Entrypoint property name for custom HTML code to be placed inside the body of the startup page.
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).
bottom - Variable in class org.eclipse.rap.rwt.theme.BoxDimensions
the value for the lower edge
bottom - Variable in class org.eclipse.swt.layout.FormData
bottom specifies the attachment of the bottom of the control.
BOTTOM - Static variable in class org.eclipse.swt.SWT
Style constant for align bottom behavior (value is 1<<10, since align DOWN and align BOTTOM are considered the same).
bottomMargin - Variable in class org.eclipse.swt.accessibility.AccessibleAttributeEvent
 
BoxDimensions - Class in org.eclipse.rap.rwt.theme
Represents a set of dimensions that apply to the four edges of a widget, e.g.
BoxDimensions(int, int, int, int) - Constructor for class org.eclipse.rap.rwt.theme.BoxDimensions
Creates an immutable instance of BoxDimensions.
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.
BrowserCallback - Interface in org.eclipse.rap.rwt.widgets
This callback interface is used to inform application code that the result of script execution or evaluation is available.
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.
BrowserNavigation - Interface in org.eclipse.rap.rwt.client.service
The browser navigation provides methods to access a web browser's history for navigating within the application.
BrowserNavigationEvent - Class in org.eclipse.rap.rwt.client.service
Instances of this class provide information about a browser navigation event.
BrowserNavigationEvent(Object, String) - Constructor for class org.eclipse.rap.rwt.client.service.BrowserNavigationEvent
 
BrowserNavigationListener - Interface in org.eclipse.rap.rwt.client.service
An event handler that is invoked whenever the user navigates within the application, i.e.
BrowserUtil - Class in org.eclipse.rap.rwt.widgets
Deprecated.
Use the methods on Browser instead
BS - Static variable in class org.eclipse.swt.SWT
ASCII character convenience constant for the backspace character (value is the char '\b').
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.widgets.Event
the button that was pressed or released; 1 for the first button, 2 for the second button, and 3 for the third button, etc.
Button - Class in org.eclipse.swt.widgets
Instances of this class represent a selectable user interface object that issues notification when pressed and released.
Button(Composite, int) - Constructor for class org.eclipse.swt.widgets.Button
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
BUTTON_MASK - Static variable in class org.eclipse.swt.SWT
Keyboard and/or mouse event mask indicating all possible mouse buttons.
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.
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

CALENDAR - Static variable in class org.eclipse.swt.SWT
Style constant for calendar display (value is 1<<10).
call(String, JsonObject) - Method in interface org.eclipse.rap.rwt.remote.RemoteObject
Calls the method with the given name on the remote object.
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_KEYS - Static variable in class org.eclipse.rap.rwt.RWT
The property to use in Display.setData() in order to always cancel the client's default operation associated with certain key sequences.
canEdit(Object) - Method in class org.eclipse.nebula.jface.gridviewer.CheckEditingSupport
Canvas - Class in org.eclipse.swt.widgets
Instances of this class provide a surface for drawing arbitrary graphics.
Canvas(Composite, int) - Constructor for class org.eclipse.swt.widgets.Canvas
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
cap - Variable in class org.eclipse.swt.graphics.LineAttributes
The line cap style.
CAP_FLAT - Static variable in class org.eclipse.swt.SWT
Line drawing style for flat end caps (value is 1).
CAP_ROUND - Static variable in class org.eclipse.swt.SWT
Line drawing style for rounded end caps (value is 2).
CAP_SQUARE - Static variable in class org.eclipse.swt.SWT
Line drawing style for square end caps (value is 3).
CAPS_LOCK - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the caps lock key (value is (1<<24)+82).
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.
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.
Cell<T extends Cell> - Class in org.eclipse.rap.rwt.template
Defines a region in a template.
Cell(Template, String) - Constructor for class org.eclipse.rap.rwt.template.Cell
Constructs a new cell on the given template.
CELL - Static variable in class org.eclipse.rap.rwt.RWT
Used as as detail information on a selection event to indicate that a selectable template cell was selected instead of the widget that contains the cell.
center - Variable in class org.eclipse.swt.layout.RowLayout
center specifies whether the controls in a row should be centered vertically in each cell for horizontal layouts, or centered horizontally in each cell for vertical layouts.
CENTER - Static variable in class org.eclipse.swt.layout.GridData
Value for horizontalAlignment or verticalAlignment.
CENTER - Static variable in class org.eclipse.swt.SWT
Style constant for align center behavior (value is 1<<24).
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(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(Control[]) - Method in class org.eclipse.swt.widgets.Table
 
changed(Control[]) - Method in class org.eclipse.swt.widgets.Tree
 
CHANGED - Static variable in class org.eclipse.swt.SWT
A constant indicating that widgets have changed.
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
 
CheckEditingSupport - Class in org.eclipse.nebula.jface.gridviewer
.
CheckEditingSupport(ColumnViewer) - Constructor for class org.eclipse.nebula.jface.gridviewer.CheckEditingSupport
Checkbox editing support.
checkOperationMode() - Method in class org.eclipse.swt.widgets.Dialog
 
checkSubclass() - Method in class org.eclipse.swt.custom.ViewForm
 
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.widgets.CoolBar
 
checkSubclass() - Method in class org.eclipse.swt.widgets.CoolItem
 
checkSubclass() - Method in class org.eclipse.swt.widgets.Dialog
 
checkSubclass() - Method in class org.eclipse.swt.widgets.ExpandBar
 
checkSubclass() - Method in class org.eclipse.swt.widgets.Widget
Checks that this class can be subclassed.
checkWidget() - Method in class org.eclipse.swt.browser.Browser
 
checkWidget() - Method in class org.eclipse.swt.dnd.Clipboard
Throws an SWTException if the receiver can not be accessed by the caller.
checkWidget() - Method in class org.eclipse.swt.widgets.Widget
Throws an SWTException if the receiver can not be accessed by the caller.
childID - Variable in class org.eclipse.swt.accessibility.AccessibleControlEvent
 
childID - Variable in class org.eclipse.swt.accessibility.AccessibleEvent
The value of this field is set by an accessibility client before the accessible listener method is called.
childID - Variable in class org.eclipse.swt.accessibility.AccessibleTextEvent
 
CHILDID_CHILD_AT_INDEX - Static variable in class org.eclipse.swt.accessibility.ACC
An AT is requesting the accessible child object at the specified index.
CHILDID_CHILD_INDEX - Static variable in class org.eclipse.swt.accessibility.ACC
An AT is requesting the index of this accessible in its parent.
CHILDID_MULTIPLE - Static variable in class org.eclipse.swt.accessibility.ACC
 
CHILDID_NONE - Static variable in class org.eclipse.swt.accessibility.ACC
 
CHILDID_SELF - Static variable in class org.eclipse.swt.accessibility.ACC
 
children - Variable in class org.eclipse.swt.accessibility.AccessibleControlEvent
 
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.
clear(int) - Method in class org.eclipse.swt.widgets.Table
Clears the item at the given zero-relative index in the receiver.
clear(int[]) - Method in class org.eclipse.swt.widgets.Table
Clears the items at the given zero-relative indices in the receiver.
clear(int[], boolean) - Method in class org.eclipse.nebula.widgets.grid.Grid
Clears the items at the given zero-relative indices in the receiver.
clear(int, boolean) - Method in class org.eclipse.nebula.widgets.grid.Grid
Clears the item at the given zero-relative index in the receiver.
clear(int, boolean) - Method in class org.eclipse.swt.widgets.Tree
Clears the item at the given zero-relative index in the receiver.
clear(int, boolean) - Method in class org.eclipse.swt.widgets.TreeItem
Clears the item at the given zero-relative index in the receiver.
clear(int, int) - Method in class org.eclipse.swt.widgets.Table
Removes the items from the receiver which are between the given zero-relative start and end indices (inclusive).
clear(int, int, boolean) - Method in class org.eclipse.nebula.widgets.grid.Grid
Clears the items in the receiver which are between the given zero-relative start and end indices (inclusive).
clearAll() - Method in class org.eclipse.swt.widgets.Table
Clears all the items in the receiver.
clearAll(boolean) - Method in class org.eclipse.nebula.widgets.grid.Grid
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.
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.
Client - Interface in org.eclipse.rap.rwt.client
Represents a remote client.
ClientFile - Interface in org.eclipse.rap.rwt.client
Represents a file on the client.
ClientFileLoader - Interface in org.eclipse.rap.rwt.client.service
The ClientFileLoader service allows loading additional JavaScript and CSS files at runtime.
ClientFileTransfer - Class in org.eclipse.rap.rwt.dnd
The class ClientFileTransfer allows the user to drop files from the user's file system on a DropTarget.
ClientFileUploader - Interface in org.eclipse.rap.rwt.client.service
The ClientFileUploader service allows uploading client-side files to the server.
ClientInfo - Interface in org.eclipse.rap.rwt.client.service
The ClientInfo service provides basic information about the client device.
ClientListener - Class in org.eclipse.rap.rwt.scripting
A special SWT event listener that is implemented in JavaScript and will be executed on a RAP client.
ClientListener(String) - Constructor for class org.eclipse.rap.rwt.scripting.ClientListener
Creates a ClientListener instance with the specified JavaScript code.
ClientService - Interface in org.eclipse.rap.rwt.client.service
The generic interface for RWT client services.
CLIP_CHILDREN - Static variable in class org.eclipse.swt.SWT
Style constant indicating that the window manager should clip a widget's children with respect to its viewable area.
CLIP_SIBLINGS - Static variable in class org.eclipse.swt.SWT
Style constant indicating that the window manager should clip a widget's siblings with respect to its viewable area.
Clipboard - Class in org.eclipse.swt.dnd
The Clipboard provides a mechanism for transferring data from one application to another or within an application.
Clipboard(Display) - Constructor for class org.eclipse.swt.dnd.Clipboard
Constructs a new instance of this class.
CLIPBOARD - Static variable in class org.eclipse.swt.dnd.DND
The transfer mechanism for data that is being cut and then pasted or copied and then pasted (value is 1).
clone() - Method in class org.eclipse.nebula.jface.gridviewer.GridViewerRow
clone() - Method in class org.eclipse.swt.graphics.ImageData
Returns a new instance of the same class as the receiver, whose slots have been filled in with copies of the values in the slots of the receiver.
close() - 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.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(String) - Static method in class org.eclipse.rap.rwt.widgets.ExternalBrowser
Deprecated. 
close(CTabFolderEvent) - Method in class org.eclipse.swt.custom.CTabFolder2Adapter
Sent when the user clicks on the close button of an item in the CTabFolder.
close(CTabFolderEvent) - Method in interface org.eclipse.swt.custom.CTabFolder2Listener
Sent when the user clicks on the close button of an item in the CTabFolder.
Close - Static variable in class org.eclipse.swt.SWT
The close event type (value is 21).
CLOSE - Static variable in class org.eclipse.swt.SWT
Style constant for close box trim (value is 1<<6, since we do not distinguish between CLOSE style and MENU style).
ClusteredSynchronizer - Class in org.eclipse.rap.rwt.widgets
Instances of this class provide synchronization support for displays in high-availability cluster environments.
ClusteredSynchronizer(Display) - Constructor for class org.eclipse.rap.rwt.widgets.ClusteredSynchronizer
 
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).
Color - Class in org.eclipse.swt.graphics
Instances of this class manage 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, int, int, int, int) - Constructor for class org.eclipse.swt.graphics.Color
Constructs a new instance of this class given a device and the desired red, green, blue & alpha values expressed as ints in the range 0 to 255 (where 0 is black and 255 is full brightness).
Color(Device, RGB) - Constructor for class org.eclipse.swt.graphics.Color
Constructs a new instance of this class given a device and an RGB describing the desired red, green and blue values.
Color(Device, RGBA) - Constructor for class org.eclipse.swt.graphics.Color
Constructs a new instance of this class given a device and an RGBA describing the desired red, green, blue & alpha values.
Color(Device, RGB, int) - Constructor for class org.eclipse.swt.graphics.Color
Constructs a new instance of this class given a device, an RGB describing the desired red, green and blue values, alpha specifying the level of transparency.
COLOR_BLACK - Static variable in class org.eclipse.swt.SWT
Default color black (value is 2).
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 - 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 - 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_TRANSPARENT - Static variable in class org.eclipse.swt.SWT
System color used to paint with alpha 0 (value is 37).
COLOR_WHITE - Static variable in class org.eclipse.swt.SWT
Default color white (value is 1).
COLOR_WIDGET_BACKGROUND - Static variable in class org.eclipse.swt.SWT
System color used to paint background areas (value is 22).
COLOR_WIDGET_BORDER - Static variable in class org.eclipse.swt.SWT
System color used to paint border areas (value is 23).
COLOR_WIDGET_DARK_SHADOW - Static variable in class org.eclipse.swt.SWT
System color used to paint dark shadow areas (value is 17).
COLOR_WIDGET_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.
colors - Variable in class org.eclipse.swt.graphics.PaletteData
the RGB values for an indexed palette, where the indices of the array correspond to pixel values
column - Variable in class org.eclipse.swt.accessibility.AccessibleTableEvent
 
columnResizeListener - Variable in class org.eclipse.nebula.jface.gridviewer.GridViewerColumn
Listener used to get informed when the colum resizes
Combo - Class in org.eclipse.swt.widgets
Instances of this class are controls that allow the user to choose an item from a list of items, or optionally enter a new value by typing it into an editable text field.
Combo(Composite, int) - Constructor for class org.eclipse.swt.widgets.Combo
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
COMMAND - Static variable in class org.eclipse.swt.SWT
Keyboard and/or mouse event mask indicating that the COMMAND key was pushed on the keyboard when the event was generated (value is 1<<22).
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.
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.
compression - Variable in class org.eclipse.swt.graphics.ImageLoader
This is the compression used when saving jpeg and png files.
computeBounds() - Method in class org.eclipse.nebula.widgets.grid.GridEditor
Returns the bounds of the editor.
computeSize(int, int) - Method in class org.eclipse.swt.widgets.Control
Returns the preferred size of the receiver.
computeSize(int, int) - Method in class org.eclipse.swt.widgets.CoolItem
Returns the preferred size of the receiver.
computeSize(int, int, boolean) - Method in class org.eclipse.nebula.widgets.grid.Grid
Returns the preferred size of the receiver.
computeSize(int, int, boolean) - Method in class org.eclipse.rap.rwt.widgets.FileUpload
 
computeSize(int, int, boolean) - Method in class org.eclipse.swt.custom.CCombo
 
computeSize(int, int, boolean) - Method in class org.eclipse.swt.custom.CLabel
 
computeSize(int, int, boolean) - Method in class org.eclipse.swt.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, 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, 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(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.ProgressBar
 
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
 
computeSize(Composite, int, int, boolean) - Method in class org.eclipse.swt.custom.StackLayout
 
computeSize(Composite, int, int, boolean) - Method in class org.eclipse.swt.layout.FillLayout
 
computeSize(Composite, int, int, boolean) - Method in class org.eclipse.swt.layout.FormLayout
 
computeSize(Composite, int, int, boolean) - Method in class org.eclipse.swt.layout.GridLayout
 
computeSize(Composite, int, int, boolean) - Method in class org.eclipse.swt.layout.RowLayout
 
computeSize(Composite, int, int, boolean) - Method in class org.eclipse.swt.widgets.Layout
Computes and returns the size of the specified composite's client area according to this layout.
computeTrim(int, int, int, int) - Method in class org.eclipse.swt.custom.CTabFolder
 
computeTrim(int, int, int, int) - Method in class org.eclipse.swt.custom.ViewForm
 
computeTrim(int, int, int, int) - Method in class org.eclipse.swt.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
 
CONFIGURATION_PARAM - Static variable in interface org.eclipse.rap.rwt.application.ApplicationConfiguration
This constant contains the context parameter name to register an ApplicationConfiguration in a servlet container environment when running RAP without OSGi.
configure(Application) - Method in interface org.eclipse.rap.rwt.application.ApplicationConfiguration
Implementations must use this method to configure an application.
Connection - Interface in org.eclipse.rap.rwt.remote
An instance of this interface represents a connection used to communicate with the client.
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.
contextDestroyed(ServletContextEvent) - Method in class org.eclipse.rap.rwt.engine.RWTServletContextListener
 
contextInitialized(ServletContextEvent) - Method in class org.eclipse.rap.rwt.engine.RWTServletContextListener
 
control - Variable in class org.eclipse.swt.layout.FormAttachment
control specifies the control to which the control side is attached.
Control - Class in org.eclipse.swt.widgets
Control is the abstract superclass of all windowed user interface classes.
Control(Composite, int) - Constructor for class org.eclipse.swt.widgets.Control
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
CONTROL - Static variable in class org.eclipse.swt.SWT
Keyboard and/or mouse event mask indicating that the CTRL key was pushed on the keyboard when the event was generated.
ControlAdapter - Class in org.eclipse.swt.events
This adapter class provides default implementations for the methods described by the ControlListener interface.
ControlAdapter() - Constructor for class org.eclipse.swt.events.ControlAdapter
 
ControlEditor - Class in org.eclipse.swt.custom
A ControlEditor is a manager for a Control that appears above a composite and tracks with the moving and resizing of that composite.
ControlEditor(Composite) - Constructor for class org.eclipse.swt.custom.ControlEditor
Creates a ControlEditor for the specified Composite.
ControlEvent - Class in org.eclipse.swt.events
Instances of this class are sent as a result of controls being moved or resized.
ControlEvent(Event) - Constructor for class org.eclipse.swt.events.ControlEvent
Constructs a new instance of this class based on the information in the given untyped event.
ControlListener - Interface in org.eclipse.swt.events
Classes which implement this interface provide methods that deal with the events that are generated by moving and resizing controls.
controlMoved(ControlEvent) - Method in class org.eclipse.swt.events.ControlAdapter
Sent when the location (x, y) of a control changes relative to its parent (or relative to the display, for Shells).
controlMoved(ControlEvent) - Method in interface org.eclipse.swt.events.ControlListener
Sent when the location (x, y) of a control changes relative to its parent (or relative to the display, for Shells).
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.
ControlThemeAdapter - Interface in org.eclipse.rap.rwt.theme
Theme adapter for Controls.
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.widgets.Text
Copies the selected text.
copyText(AccessibleEditableTextEvent) - Method in class org.eclipse.swt.accessibility.AccessibleEditableTextAdapter
Copies the substring beginning at the specified start offset and extending to the character at offset end - 1 to the clipboard.
copyText(AccessibleEditableTextEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleEditableTextListener
Copies the substring beginning at the specified start offset and extending to the character at offset end - 1 to the clipboard.
count - Variable in class org.eclipse.swt.accessibility.AccessibleActionEvent
 
count - Variable in class org.eclipse.swt.accessibility.AccessibleTableCellEvent
 
count - Variable in class org.eclipse.swt.accessibility.AccessibleTableEvent
 
count - Variable in class org.eclipse.swt.accessibility.AccessibleTextEvent
 
count - Variable in class org.eclipse.swt.events.MouseEvent
the number times the mouse has been clicked, as defined by the operating system; 1 for the first click, 2 for the second click and so on.
count - Variable in class org.eclipse.swt.events.PaintEvent
the number of following paint events which are pending which may always be zero on some platforms
count - Variable in class org.eclipse.swt.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() - Method in interface org.eclipse.rap.rwt.application.EntryPointFactory
Creates a new entrypoint instance.
create(GridTableViewer, ColumnViewerEditorActivationStrategy, int) - Static method in class org.eclipse.nebula.jface.gridviewer.GridViewerEditor
FIXME
create(GridTreeViewer, ColumnViewerEditorActivationStrategy, int) - Static method in class org.eclipse.nebula.jface.gridviewer.GridViewerEditor
FIXME
createButton(Composite, String) - Method in class org.eclipse.swt.widgets.FileDialog
 
createContents(Composite) - Method in class org.eclipse.rap.rwt.application.AbstractEntryPoint
Creates the controls that constitute the UI for this entrypoint.
createContentTypeFile(File, FileDetails) - Method in class org.eclipse.rap.fileupload.DiskFileUploadReceiver
Creates a file to save the content-type.
createFileUpload(Composite, String) - Method in class org.eclipse.swt.widgets.FileDialog
 
createRemoteObject(String) - Method in interface org.eclipse.rap.rwt.remote.Connection
Creates a new remote object on the client with the given remote type.
createSettingStore(String) - Method in class org.eclipse.rap.rwt.service.FileSettingStoreFactory
 
createSettingStore(String) - Method in interface org.eclipse.rap.rwt.service.SettingStoreFactory
Creates and initializes a new specific setting store instance.
createShell(Display) - Method in class org.eclipse.rap.rwt.application.AbstractEntryPoint
Creates the main shell for this entrypoint.
createTargetFile(FileDetails) - Method in class org.eclipse.rap.fileupload.DiskFileUploadReceiver
Creates a file to save the received data to.
createUI() - Method in class org.eclipse.rap.rwt.application.AbstractEntryPoint
This method is called by the framework to initialize the UI.
createUI() - Method in interface org.eclipse.rap.rwt.application.EntryPoint
This method is called to initialize the UI.
createViewerEditor() - Method in class org.eclipse.nebula.jface.gridviewer.GridTableViewer
createViewerEditor() - Method in class org.eclipse.nebula.jface.gridviewer.GridTreeViewer
CSP - Static variable in class org.eclipse.rap.rwt.client.WebClient
Entrypoint property name for specifing the content security policy.
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.
CTabFolderEvent - Class in org.eclipse.swt.custom
This event is sent when an event is 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.
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_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).
CUSTOM_ITEM_HEIGHT - Static variable in class org.eclipse.rap.rwt.RWT
The property to use in Control.setData() in order to set a custom item height.
CUSTOM_VARIANT - Static variable in class org.eclipse.rap.rwt.RWT
Used to mark a widget as belonging to a custom variant in order to apply a different theming to it.
cut() - Method in class org.eclipse.swt.widgets.Text
Cuts the selected text.
cutText(AccessibleEditableTextEvent) - Method in class org.eclipse.swt.accessibility.AccessibleEditableTextAdapter
Moves the substring beginning at the specified start offset and extending to the character at offset end - 1 to the clipboard.
cutText(AccessibleEditableTextEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleEditableTextListener
Moves the substring beginning at the specified start offset and extending to the character at offset end - 1 to the clipboard.

D

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.dnd.TransferData
IMPORTANT: This field is not part of the SWT public API.
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.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.
Deactivate - Static variable in class org.eclipse.swt.SWT
The deactivate event type (value is 27).
Decorations - Class in org.eclipse.swt.widgets
This class was introduced to be API compatible with SWT and does only provide those methods that are absolutely necessary to serve this purpose.
DEFAULT - Static variable in class org.eclipse.swt.SWT
Indicates that a default should be used (value is -1).
DEFAULT_LANGUAGE - Static variable in class org.eclipse.nebula.widgets.richtext.RichTextEditorConfiguration
Key for the default language configuration.
DEFAULT_THEME_ID - Static variable in class org.eclipse.rap.rwt.RWT
The ID of the default theme.
DefaultSelection - Static variable in class org.eclipse.swt.SWT
The default selection event type (value is 14).
DEFER - Static variable in class org.eclipse.swt.SWT
A constant indicating that a given operation should be deferred.
DEL - Static variable in class org.eclipse.swt.SWT
ASCII character convenience constant for the delete character (value is the char with value 127).
delayTime - Variable in class org.eclipse.swt.graphics.ImageData
The time to delay before displaying the next image in an animation (this field corresponds to the GIF89a Delay Time value).
DELETE - Static variable in class org.eclipse.swt.accessibility.ACC
A type constant specifying that deletion occurred.
DELIMITER - Static variable in class org.eclipse.swt.widgets.Text
The delimiter used by multi-line text widgets.
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.
deselect(int) - Method in class org.eclipse.nebula.widgets.grid.Grid
Deselects the item at the given zero-relative index in the receiver.
deselect(int) - Method in class org.eclipse.swt.custom.CCombo
Deselects the item at the given zero-relative index in the receiver's list.
deselect(int) - Method in class org.eclipse.swt.widgets.Combo
Deselects the item at the given zero-relative index in the receiver's list.
deselect(int) - Method in class org.eclipse.swt.widgets.List
Deselects the item at the given zero-relative index in the receiver.
deselect(int) - Method in class org.eclipse.swt.widgets.Table
Deselects the item at the given zero-relative index in the receiver.
deselect(int[]) - Method in class org.eclipse.nebula.widgets.grid.Grid
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 items at the given zero-relative indices in the receiver.
deselect(int, int) - Method in class org.eclipse.nebula.widgets.grid.Grid
Deselects the items at the given zero-relative indices in the receiver.
deselect(int, int) - Method in class org.eclipse.swt.widgets.List
Deselects the items at the given zero-relative indices in the receiver.
deselect(int, int) - Method in class org.eclipse.swt.widgets.Table
Deselects the items at the given zero-relative indices in the receiver.
deselect(TreeItem) - Method in class org.eclipse.swt.widgets.Tree
Deselects an item in the receiver.
deselectAll() - Method in class org.eclipse.nebula.widgets.grid.Grid
Deselects all selected items in the receiver.
deselectAll() - Method in class org.eclipse.swt.custom.CCombo
Deselects all selected items in the receiver's list.
deselectAll() - Method in class org.eclipse.swt.widgets.Combo
Deselects all selected items in the receiver's list.
deselectAll() - Method in class org.eclipse.swt.widgets.List
Deselects all selected items in the receiver.
deselectAll() - Method in class org.eclipse.swt.widgets.Table
Deselects all selected items in the receiver.
deselectAll() - Method in class org.eclipse.swt.widgets.Tree
Deselects all selected items in the receiver.
deselectAllCells() - Method in class org.eclipse.nebula.widgets.grid.Grid
Deselects all selected cells in the receiver.
deselectCell(Point) - Method in class org.eclipse.nebula.widgets.grid.Grid
Deselects the given cell in the receiver.
deselectCells(Point[]) - Method in class org.eclipse.nebula.widgets.grid.Grid
Deselects the given cells.
deselectColumn(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Deselects one column, leaving other selected columns selected (if any).
deselectColumn(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Deselects one column, leaving other selected columns selected (if any).
deselectRow(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Deselects one row, leaving other selected rows selected (if any).
deselectRow(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Deselects one row, leaving other selected rows selected (if any).
destroy() - Method in interface org.eclipse.rap.rwt.remote.RemoteObject
Instructs the client to destroy the remote object.
destroy() - Method in class org.eclipse.swt.graphics.Device
Destroys the device .
destroy() - Method in class org.eclipse.swt.widgets.Display
 
detail - Variable in class org.eclipse.swt.accessibility.AccessibleControlEvent
 
detail - Variable in class org.eclipse.swt.dnd.DragSourceEvent
The operation that was performed.
detail - Variable in class org.eclipse.swt.dnd.DropTargetEvent
The operation being performed.
detail - Variable in class org.eclipse.swt.events.GestureEvent
The gesture type.
detail - Variable in class org.eclipse.swt.events.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.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 Display.
Device() - Constructor for class org.eclipse.swt.graphics.Device
 
deviceLock - Variable in class org.eclipse.swt.graphics.Device
 
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).
DialogCallback - Interface in org.eclipse.rap.rwt.widgets
This callback interface is used to inform application code that a dialog was closed.
dialogClosed(int) - Method in interface org.eclipse.rap.rwt.widgets.DialogCallback
This method is called after a dialog was closed.
DialogUtil - Class in org.eclipse.rap.rwt.widgets
Deprecated.
Use the methods on Dialog instead
DiskFileUploadReceiver - Class in org.eclipse.rap.fileupload
A file upload receiver that stores received files on disk.
DiskFileUploadReceiver() - Constructor for class org.eclipse.rap.fileupload.DiskFileUploadReceiver
 
dispatchFailed() - Method in class org.eclipse.rap.fileupload.FileUploadEvent
 
dispatchFinished() - Method in class org.eclipse.rap.fileupload.FileUploadEvent
 
dispatchProgress() - Method in class org.eclipse.rap.fileupload.FileUploadEvent
 
display - Variable in class org.eclipse.swt.events.TypedEvent
the display where the event occurred
display - Variable in class org.eclipse.swt.widgets.Event
the display where the event occurred
Display - Class in org.eclipse.swt.widgets
Instances of this class are responsible for managing the connection between SWT and the underlying operating system.
Display() - Constructor for class org.eclipse.swt.widgets.Display
Constructs a new instance of this class.
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.nebula.widgets.grid.GridColumn
Disposes of the operating system resources associated with the receiver and all its descendents.
dispose() - Method in class org.eclipse.nebula.widgets.grid.GridColumnGroup
 
dispose() - Method in class org.eclipse.nebula.widgets.grid.GridEditor
Removes all associations between the TableEditor and the cell in the table.
dispose() - Method in class org.eclipse.nebula.widgets.grid.GridItem
Disposes of the operating system resources associated with the receiver and all its descendents.
dispose() - Method in class org.eclipse.nebula.widgets.richtext.RichTextEditor
 
dispose() - Method in class org.eclipse.rap.fileupload.FileUploadHandler
Closes and de-registers the upload handler.
dispose() - Method in class org.eclipse.rap.rwt.widgets.DropDown
 
dispose() - Method in class org.eclipse.swt.accessibility.Accessible
Disposes of the operating system resources associated with the receiver, and removes the receiver from its parent's list of children.
dispose() - Method in class org.eclipse.swt.browser.BrowserFunction
Disposes of the resources associated with this BrowserFunction.
dispose() - Method in class org.eclipse.swt.custom.ControlEditor
Removes all associations between the Editor and the underlying composite.
dispose() - Method in class org.eclipse.swt.custom.CTabItem
 
dispose() - Method in class org.eclipse.swt.custom.ScrolledComposite
 
dispose() - Method in class org.eclipse.swt.custom.TableEditor
Removes all associations between the TableEditor and the cell in the table.
dispose() - Method in class org.eclipse.swt.custom.TreeEditor
Removes all associations between the TreeEditor and the row in the tree.
dispose() - Method in class org.eclipse.swt.dnd.Clipboard
Disposes of the operating system resources associated with the clipboard.
dispose() - Method in class org.eclipse.swt.graphics.Device
Disposes of the operating system resources associated with the receiver.
dispose() - Method in class org.eclipse.swt.graphics.Resource
Disposes of the resource.
dispose() - Method in class org.eclipse.swt.widgets.CoolItem
 
dispose() - Method in class org.eclipse.swt.widgets.ExpandItem
 
dispose() - Method in class org.eclipse.swt.widgets.Widget
Disposes of the operating system resources associated with the receiver and all its descendents.
Dispose - Static variable in class org.eclipse.swt.SWT
The dispose event type (value is 12).
DisposeEvent - Class in org.eclipse.swt.events
Instances of this class are sent as a result of widgets being disposed.
DisposeEvent(Event) - Constructor for class org.eclipse.swt.events.DisposeEvent
Constructs a new instance of this class based on the information in the given untyped event.
disposeExec(Runnable) - Method in class org.eclipse.swt.widgets.Display
Causes the run() method of the runnable to be invoked by the user-interface thread just before the receiver is disposed.
DisposeListener - Interface in org.eclipse.swt.events
Classes which implement this interface provide a method that deals with the event that is generated when a widget is disposed.
DM_FILL_BACKGROUND - Static variable in class org.eclipse.swt.SWT
GIF image disposal method constants indicating that the the previous images should be covered with the background color before displaying the next image (value is 2).
DM_FILL_NONE - Static variable in class org.eclipse.swt.SWT
GIF image disposal method constants indicating that the disposal method is to do nothing; that is, to leave the previous image in place (value is 1).
DM_FILL_PREVIOUS - Static variable in class org.eclipse.swt.SWT
GIF image disposal method constants indicating that the disposal method is to restore the previous picture (value is 3).
DM_UNSPECIFIED - Static variable in class org.eclipse.swt.SWT
GIF image disposal method constants indicating that the disposal method is unspecified (value is 0).
DND - Class in org.eclipse.swt.dnd
Class DND contains all the constants used in defining a DragSource or a DropTarget.
DND() - Constructor for class org.eclipse.swt.dnd.DND
 
doAction(AccessibleActionEvent) - Method in class org.eclipse.swt.accessibility.AccessibleActionAdapter
Performs the specified action on the object.
doAction(AccessibleActionEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleActionListener
Performs the specified action on the object.
doClear(int) - Method in class org.eclipse.nebula.jface.gridviewer.GridTableViewer
doClearAll() - Method in class org.eclipse.nebula.jface.gridviewer.GridTableViewer
doDeselectAll() - Method in class org.eclipse.nebula.jface.gridviewer.GridTableViewer
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.rap.rwt.engine.RWTServlet
 
doGetColumn(int) - Method in class org.eclipse.nebula.jface.gridviewer.GridTableViewer
doGetColumnCount() - Method in class org.eclipse.nebula.jface.gridviewer.GridTableViewer
doGetColumnCount() - Method in class org.eclipse.nebula.jface.gridviewer.GridTreeViewer
Returns the number of columns of this viewer.
doGetItem(int) - Method in class org.eclipse.nebula.jface.gridviewer.GridTableViewer
doGetItemCount() - Method in class org.eclipse.nebula.jface.gridviewer.GridTableViewer
doGetItems() - Method in class org.eclipse.nebula.jface.gridviewer.GridTableViewer
doGetSelection() - Method in class org.eclipse.nebula.jface.gridviewer.GridTableViewer
doGetSelectionIndices() - Method in class org.eclipse.nebula.jface.gridviewer.GridTableViewer
doIndexOf(Item) - Method in class org.eclipse.nebula.jface.gridviewer.GridTableViewer
doit - Variable in class org.eclipse.swt.browser.LocationEvent
A flag indicating whether the location loading should be allowed.
doit - Variable in class org.eclipse.swt.custom.CTabFolderEvent
A flag indicating whether the operation should be allowed.
doit - Variable in class org.eclipse.swt.dnd.DragSourceEvent
In dragStart, the doit field determines if the drag and drop operation should proceed; in dragFinished, the doit field indicates whether the operation was performed successfully.
doit - Variable in class org.eclipse.swt.events.GestureEvent
This flag indicates whether the operation should be allowed.
doit - Variable in class org.eclipse.swt.events.KeyEvent
A flag indicating whether the operation should be allowed.
doit - Variable in class org.eclipse.swt.events.MenuDetectEvent
A flag indicating whether the operation should be allowed.
doit - Variable in class org.eclipse.swt.events.SelectionEvent
A flag indicating whether the operation should be allowed.
doit - Variable in class org.eclipse.swt.events.ShellEvent
A flag indicating whether the operation should be allowed.
doit - Variable in class org.eclipse.swt.widgets.Event
depending on the event, a flag indicating whether the operation should be allowed.
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.rap.rwt.engine.RWTServlet
 
doRemove(int[]) - Method in class org.eclipse.nebula.jface.gridviewer.GridTableViewer
doRemove(int, int) - Method in class org.eclipse.nebula.jface.gridviewer.GridTableViewer
doRemoveAll() - Method in class org.eclipse.nebula.jface.gridviewer.GridTableViewer
doResetItem(Item) - Method in class org.eclipse.nebula.jface.gridviewer.GridTableViewer
doSelect(int[]) - Method in class org.eclipse.nebula.jface.gridviewer.GridTableViewer
doSetItemCount(int) - Method in class org.eclipse.nebula.jface.gridviewer.GridTableViewer
doSetSelection(int[]) - Method in class org.eclipse.nebula.jface.gridviewer.GridTableViewer
doSetSelection(Item[]) - Method in class org.eclipse.nebula.jface.gridviewer.GridTableViewer
doShowItem(Item) - Method in class org.eclipse.nebula.jface.gridviewer.GridTableViewer
doShowSelection() - Method in class org.eclipse.nebula.jface.gridviewer.GridTableViewer
DOUBLE_BUFFERED - Static variable in class org.eclipse.swt.SWT
Style constant to indicate double buffering (value is 1<<29).
doUpdateItem(Item, Object) - Method in class org.eclipse.nebula.jface.gridviewer.GridTreeViewer
doUpdateItem(Widget, Object, boolean) - Method in class org.eclipse.nebula.jface.gridviewer.GridTableViewer
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).
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_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).
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.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 - Static variable in class org.eclipse.swt.dnd.DND
DropTarget Event: the cursor has entered the drop target boundaries (value is 2002).
dragFinished(DragSourceEvent) - Method in class org.eclipse.swt.dnd.DragSourceAdapter
This implementation of dragFinished does nothing.
dragFinished(DragSourceEvent) - Method in interface org.eclipse.swt.dnd.DragSourceListener
The drop has successfully completed(mouse up over a valid target) or has been terminated (such as hitting the ESC key).
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 - Static variable in class org.eclipse.swt.dnd.DND
DropTarget Event: the cursor has left the drop target boundaries OR the drop operation has been cancelled (such as by hitting ECS) OR the drop is about to happen (user has released the mouse button over this target) (value is 2003).
dragOperationChanged(DropTargetEvent) - Method in class org.eclipse.swt.dnd.DropTargetAdapter
This implementation of dragOperationChanged permits the default operation defined in event.detailto be performed on the current data type defined in event.currentDataType.
dragOperationChanged(DropTargetEvent) - Method in interface org.eclipse.swt.dnd.DropTargetListener
The operation being performed has changed (usually due to the user changing the selected modifier key(s) while dragging).
DragOperationChanged - Static variable in class org.eclipse.swt.dnd.DND
DropTarget Event: the operation being performed has changed usually due to the user changing the selected modifier keys while dragging (value is 2005).
dragOver(DropTargetEvent) - Method in class org.eclipse.swt.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 - Static variable in class org.eclipse.swt.dnd.DND
DropTarget Event: the cursor is over the drop target (value is 2004).
dragSetData(DragSourceEvent) - Method in class org.eclipse.swt.dnd.DragSourceAdapter
This implementation of dragSetData does nothing.
dragSetData(DragSourceEvent) - Method in interface org.eclipse.swt.dnd.DragSourceListener
The data is required from the drag source.
DragSetData - Static variable in class org.eclipse.swt.dnd.DND
DragSource Event: the data to be dropped is required from the drag source (value is 2001).
DragSource - Class in org.eclipse.swt.dnd
DragSource defines the source object for a drag and drop transfer.
DragSource(Control, int) - Constructor for class org.eclipse.swt.dnd.DragSource
Creates a new DragSource to handle dragging from the specified Control.
DragSourceAdapter - Class in org.eclipse.swt.dnd
This adapter class provides default implementations for the methods described by the DragSourceListener interface.
DragSourceAdapter() - Constructor for class org.eclipse.swt.dnd.DragSourceAdapter
 
DragSourceEffect - Class in org.eclipse.swt.dnd
This class provides default implementations to display a drag source effect during a drag and drop operation.
DragSourceEffect(Control) - Constructor for class org.eclipse.swt.dnd.DragSourceEffect
Creates a new DragSourceEffect to handle drag effect from the specified Control.
DragSourceEvent - Class in org.eclipse.swt.dnd
The DragSourceEvent contains the event information passed in the methods of the DragSourceListener.
DragSourceEvent(DNDEvent) - Constructor for class org.eclipse.swt.dnd.DragSourceEvent
Constructs a new instance of this class based on the information in the given untyped event.
DragSourceListener - Interface in org.eclipse.swt.dnd
The DragSourceListener class provides event notification to the application for DragSource events.
dragStart(DragSourceEvent) - Method in class org.eclipse.swt.dnd.DragSourceAdapter
This implementation of dragStart permits the drag operation to start.
dragStart(DragSourceEvent) - Method in interface org.eclipse.swt.dnd.DragSourceListener
The user has begun the actions required to drag the widget.
DragStart - Static variable in class org.eclipse.swt.dnd.DND
DragSource Event: a drag is about to begin (value is 2008).
DRAW_DELIMITER - Static variable in class org.eclipse.swt.SWT
Draw constant indicating whether the string drawing operation should handle line-delimiters (value is 1<<1).
DRAW_MNEMONIC - Static variable in class org.eclipse.swt.SWT
Draw constant indicating whether the string drawing operation should handle mnemonics (value is 1<<3).
DRAW_TAB - Static variable in class org.eclipse.swt.SWT
Draw constant indicating whether the string drawing operation should expand TAB characters (value is 1<<2).
DRAW_TRANSPARENT - Static variable in class org.eclipse.swt.SWT
Draw constant indicating whether the drawing operation should fill the background (value is 1<<0).
Drawable - Interface in org.eclipse.swt.graphics
Implementers of Drawable can have a graphics context (GC) created for them, and then they can be drawn on by sending messages to their associated GC.
drawArc(int, int, int, int, int, int) - Method in class org.eclipse.swt.graphics.GC
Draws the outline of a circular or elliptical arc within the specified rectangular area.
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.
drawImage(Image, int, int) - Method in class org.eclipse.swt.graphics.GC
Draws the given image in the receiver at the specified coordinates.
drawImage(Image, int, int, int, int, int, int, int, int) - Method in class org.eclipse.swt.graphics.GC
Copies a rectangular area from the source image into a (potentially different sized) rectangular area in the receiver.
drawLine(int, int, int, int) - Method in class org.eclipse.swt.graphics.GC
Draws a line, using the foreground color, between the points (x1, y1) and (x2, y2).
drawOval(int, int, int, int) - Method in class org.eclipse.swt.graphics.GC
Draws the outline of an oval, using the foreground color, within the specified rectangular area.
drawPath(Path) - Method in class org.eclipse.swt.graphics.GC
Draws the path described by the parameter.
drawPoint(int, int) - Method in class org.eclipse.swt.graphics.GC
Draws 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.
drop(DropTargetEvent) - Method in class org.eclipse.swt.dnd.DropTargetAdapter
This implementation of drop does nothing.
drop(DropTargetEvent) - Method in interface org.eclipse.swt.dnd.DropTargetListener
The data is being dropped.
Drop - Static variable in class org.eclipse.swt.dnd.DND
DropTarget Event: the data has been dropped (value is 2006).
DROP_COPY - Static variable in class org.eclipse.swt.dnd.DND
Drag and Drop Operation: a copy of the data in the drag source is added to the drop target (value is 1 << 0).
DROP_DEFAULT - Static variable in class org.eclipse.swt.dnd.DND
Drag and Drop Operation: During a dragEnter event or a dragOperationChanged, if no modifier keys are pressed, the operation is set to DROP_DEFAULT.
DROP_DOWN - Static variable in class org.eclipse.swt.SWT
Style constant for drop down menu/list behavior (value is 1<<2).
DROP_LINK - Static variable in class org.eclipse.swt.dnd.DND
Drag and Drop Operation: the drop target makes a link to the data in the drag source (value is 1 << 2).
DROP_MOVE - Static variable in class org.eclipse.swt.dnd.DND
Drag and Drop Operation: a copy of the data is added to the drop target and the 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.dnd.DropTargetAdapter
This implementation of dropAccept permits the default operation defined in event.detailto be performed on the current data type defined in event.currentDataType.
dropAccept(DropTargetEvent) - Method in interface org.eclipse.swt.dnd.DropTargetListener
The drop is about to be performed.
DropAccept - Static variable in class org.eclipse.swt.dnd.DND
DropTarget Event: the drop target is given a last chance to modify the drop (value is 2007).
DropDown - Class in org.eclipse.rap.rwt.widgets
Instances of this class represent a list of items that are attached to a control (parent).
DropDown(Control) - Constructor for class org.eclipse.rap.rwt.widgets.DropDown
Constructs a new instance of this class given its parent.
DropDown(Control, int) - Constructor for class org.eclipse.rap.rwt.widgets.DropDown
Constructs a new instance of this class given its parent and a style value describing its behavior.
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.

E

editElement(Object, int) - Method in class org.eclipse.nebula.jface.gridviewer.GridTableViewer
end - Variable in class org.eclipse.swt.accessibility.AccessibleEditableTextEvent
[in] 0-based ending offset of the character range to perform the operation on
end - Variable in class org.eclipse.swt.accessibility.AccessibleTextAttributeEvent
[in/out] the starting and ending offsets of the character range
end - Variable in class org.eclipse.swt.accessibility.AccessibleTextEvent
 
end - Variable in class org.eclipse.swt.events.VerifyEvent
the range of text being modified.
end - Variable in class org.eclipse.swt.widgets.Event
depending on the event, the range of text being modified.
END - Static variable in class org.eclipse.swt.layout.GridData
Value for horizontalAlignment or verticalAlignment.
END - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the END key (value is (1<<24)+8).
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
enterUIThread(UISessionEvent) - Method in interface org.eclipse.rap.rwt.service.UIThreadListener
Called when a UISession has entered the UI thread to process events.
EntryPoint - Interface in org.eclipse.rap.rwt.application
An entrypoint creates the main UI of a RAP application.
EntryPointFactory - Interface in org.eclipse.rap.rwt.application
Implementations of this interface can be used to register entrypoints with the framework.
equals(Object) - Method in class org.eclipse.rap.json.JsonArray
 
equals(Object) - Method in class org.eclipse.rap.json.JsonObject
 
equals(Object) - Method in class org.eclipse.rap.json.JsonObject.Member
 
equals(Object) - Method in class org.eclipse.rap.json.JsonValue
Indicates whether some other object is "equal to" this one according to the contract specified in Object.equals(Object).
equals(Object) - Method in class org.eclipse.rap.rwt.theme.BoxDimensions
 
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
 
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.LineAttributes
Compares the argument to the receiver, and returns true if they represent the same object using a class specific comparison.
equals(Object) - Method in class org.eclipse.swt.graphics.Point
Compares the argument to the receiver, and returns true if they represent the same object using a class specific comparison.
equals(Object) - Method in class org.eclipse.swt.graphics.Rectangle
Compares the argument to the receiver, and returns true if they represent the same object using a class specific comparison.
equals(Object) - Method in class org.eclipse.swt.graphics.RGB
Compares the argument to the receiver, and returns true if they represent the same object using a class specific comparison.
equals(Object) - Method in class org.eclipse.swt.graphics.RGBA
Compares the argument to the receiver, and returns true if they represent the same object using a class specific comparison.
error(int) - Static method in class org.eclipse.swt.dnd.DND
Throws an appropriate exception based on the passed in error code.
error(int) - Static method in class org.eclipse.swt.SWT
Throws an appropriate exception based on the passed in error code.
error(int, int) - Static method in class org.eclipse.swt.dnd.DND
Throws an appropriate exception based on the passed in error code.
error(int, Throwable) - Static method in class org.eclipse.swt.SWT
Throws an appropriate exception based on the passed in error code.
error(int, Throwable, String) - Static method in class org.eclipse.swt.SWT
Throws an appropriate exception based on the passed in error code.
ERROR - Static variable in class org.eclipse.swt.SWT
Constant to indicate an error state (value is 1).
ERROR_CANNOT_BE_ZERO - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that a value which can not be zero was found to be (value is 7).
ERROR_CANNOT_GET_COUNT - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that the underlying operating system was unable to provide count information (value is 36).
ERROR_CANNOT_GET_ENABLED - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that the underlying operating system was unable to provide enabled/disabled state information (value is 31).
ERROR_CANNOT_GET_ITEM - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that the underlying operating system was unable to provide the value of an item (value is 8).
ERROR_CANNOT_GET_ITEM_HEIGHT - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that the underlying operating system was unable to provide the height of an item (value is 11).
ERROR_CANNOT_GET_SELECTION - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that the underlying operating system was unable to provide the selection (value is 9).
ERROR_CANNOT_GET_TEXT - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that the underlying operating system was unable to provide the text of a widget (value is 12).
ERROR_CANNOT_INIT_DRAG - Static variable in class org.eclipse.swt.dnd.DND
Error code: drag source can not be initialized (value is 2000).
ERROR_CANNOT_INIT_DROP - Static variable in class org.eclipse.swt.dnd.DND
Error code: drop target cannot be initialized (value is 2001).
ERROR_CANNOT_INVERT_MATRIX - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that the matrix is not invertible (value is 10).
ERROR_CANNOT_SET_CLIPBOARD - Static variable in class org.eclipse.swt.dnd.DND
Error code: Data can not be set on system clipboard (value is 2002).
ERROR_CANNOT_SET_ENABLED - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that the underlying operating system was unable to set the enabled state (value is 30).
ERROR_CANNOT_SET_MENU - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that the underlying operating system was unable to set the menu (value is 29).
ERROR_CANNOT_SET_SELECTION - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that the underlying operating system was unable to set the selection of a widget (value is 28).
ERROR_CANNOT_SET_TEXT - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that the underlying operating system was unable to set the text of a widget (value is 13).
ERROR_DEVICE_DISPOSED - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that an attempt was made to invoke an SWT operation using a device which had already been disposed (value is 45).
ERROR_FAILED_EVALUATE - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that an exception happened when evaluating a javascript expression (value is 50).
ERROR_FAILED_EXEC - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that an exception happened when executing a runnable (value is 46).
ERROR_FAILED_LOAD_LIBRARY - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that an unsatisfied link error occurred while attempting to load a library (value is 47).
ERROR_FUNCTION_DISPOSED - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that an attempt was made to use an BrowserFunction object which had already been disposed (value is 49).
ERROR_GRAPHIC_DISPOSED - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that an attempt was made to invoke an SWT operation using a graphics object which had already been disposed (value is 44).
ERROR_INVALID_ARGUMENT - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that an invalid argument was passed in (value is 5).
ERROR_INVALID_DATA - Static variable in class org.eclipse.swt.dnd.DND
Error code: Data does not have correct format for type (value is 2003).
ERROR_INVALID_FONT - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that a font is not valid (value is 48).
ERROR_INVALID_IMAGE - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that a graphics operation was attempted with an image having an invalid format (value is 40).
ERROR_INVALID_PARENT - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that a provided widget can not be used as a parent in the current operation (value is 32).
ERROR_INVALID_RANGE - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that a value was found to be outside the allowable range (value is 6).
ERROR_INVALID_RETURN_VALUE - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that an invalid value was returned (value is 51).
ERROR_INVALID_SUBCLASS - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that an attempt was made to subclass an SWT widget class without implementing the checkSubclass() method (value is 43).
ERROR_IO - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that an input/output operation failed during the execution of an SWT operation (value is 39).
ERROR_ITEM_NOT_ADDED - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that the underlying operating system was unable to add an item (value is 14).
ERROR_ITEM_NOT_REMOVED - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that the underlying operating system was unable to remove an item (value is 15).
ERROR_MENU_NOT_BAR - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that a menu which needed to have the menu bar style had some other style instead (value is 33).
ERROR_MENU_NOT_DROP_DOWN - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that a menu which needed to have the drop down style had some other style instead (value is 21).
ERROR_MENU_NOT_POP_UP - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that a menu which needed to have the pop up menu style had some other style instead (value is 37).
ERROR_MENUITEM_NOT_CASCADE - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that a menu item which needed to have the cascade style had some other style instead (value is 27).
ERROR_NO_GRAPHICS_LIBRARY - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that the graphics library is not available (value is 16).
ERROR_NO_HANDLES - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that no more handles for an operating system resource are available (value is 2).
ERROR_NO_MORE_CALLBACKS - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that no more callback resources are available (value is 3).
ERROR_NOT_IMPLEMENTED - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that a particular feature has not been implemented on this platform (value is 20).
ERROR_NULL_ARGUMENT - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that a null argument was passed in (value is 4).
ERROR_THREAD_INVALID_ACCESS - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that an attempt was made to invoke an SWT operation which can only be executed by the user-interface thread from some other thread (value is 22).
ERROR_UNSPECIFIED - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that no error number was specified (value is 1).
ERROR_UNSUPPORTED_DEPTH - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that a graphics operation was attempted with an image of an unsupported depth (value is 38).
ERROR_UNSUPPORTED_FORMAT - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that a graphics operation was attempted with an image having a valid but unsupported format (value is 42).
ERROR_WIDGET_DISPOSED - Static variable in class org.eclipse.swt.SWT
SWT error constant indicating that an attempt was made to invoke an SWT operation using a widget which had already been disposed (value is 24).
ESC - Static variable in class org.eclipse.swt.SWT
ASCII character convenience constant for the escape character (value is the char with value 27).
evaluate(String) - Method in class org.eclipse.swt.browser.Browser
Returns the result, if any, of executing the specified script.
evaluate(String, BrowserCallback) - Method in class org.eclipse.swt.browser.Browser
Executes the given script in a non-blocking way.
evaluate(Browser, String, BrowserCallback) - Static method in class org.eclipse.rap.rwt.widgets.BrowserUtil
Deprecated.
Use Browser.evaluate( BrowserCallback ) instead
evaluationFailed(Exception) - Method in interface org.eclipse.rap.rwt.widgets.BrowserCallback
This method is called when the execution of the script failed.
evaluationSucceeded(Object) - Method in interface org.eclipse.rap.rwt.widgets.BrowserCallback
This method is called when the execution of the script succeeded.
Event - Class in org.eclipse.swt.widgets
Instances of this class provide a description of a particular event which occurred within SWT.
Event() - Constructor for class org.eclipse.swt.widgets.Event
 
EVENT_ACTION_CHANGED - Static variable in class org.eclipse.swt.accessibility.ACC
Send when the count or attributes of an accessible object's actions have changed.
EVENT_ATTRIBUTE_CHANGED - Static variable in class org.eclipse.swt.accessibility.ACC
Send when an object's attributes have changed.
EVENT_DESCRIPTION_CHANGED - Static variable in class org.eclipse.swt.accessibility.ACC
Send when an object's description has changed.
EVENT_DOCUMENT_LOAD_COMPLETE - Static variable in class org.eclipse.swt.accessibility.ACC
Send when the loading of a document has completed.
EVENT_DOCUMENT_LOAD_STOPPED - Static variable in class org.eclipse.swt.accessibility.ACC
Send when the loading of a document was interrupted.
EVENT_DOCUMENT_RELOAD - Static variable in class org.eclipse.swt.accessibility.ACC
Send when the document contents are being reloaded.
EVENT_HYPERLINK_ACTIVATED - Static variable in class org.eclipse.swt.accessibility.ACC
Send when the hyperlink has been activated.
EVENT_HYPERLINK_ANCHOR_COUNT_CHANGED - Static variable in class org.eclipse.swt.accessibility.ACC
Send when the number of anchors associated with this hyperlink object has changed.
EVENT_HYPERLINK_END_INDEX_CHANGED - Static variable in class org.eclipse.swt.accessibility.ACC
Send when the ending index of this link within the containing string has changed.
EVENT_HYPERLINK_SELECTED_LINK_CHANGED - Static variable in class org.eclipse.swt.accessibility.ACC
Send when the hyperlink selected state changed from selected to unselected or from unselected to selected.
EVENT_HYPERLINK_START_INDEX_CHANGED - Static variable in class org.eclipse.swt.accessibility.ACC
Send when the starting index of this link within the containing string has changed.
EVENT_HYPERTEXT_LINK_COUNT_CHANGED - Static variable in class org.eclipse.swt.accessibility.ACC
Send when the number of hyperlinks associated with a hypertext object has changed.
EVENT_HYPERTEXT_LINK_SELECTED - Static variable in class org.eclipse.swt.accessibility.ACC
Send when one of the links associated with the hypertext object has been selected.
EVENT_LOCATION_CHANGED - Static variable in class org.eclipse.swt.accessibility.ACC
Send when an object has moved.
EVENT_NAME_CHANGED - Static variable in class org.eclipse.swt.accessibility.ACC
Send when an object's name has changed.
EVENT_PAGE_CHANGED - Static variable in class org.eclipse.swt.accessibility.ACC
Send when a slide changed in a presentation document or a page boundary was crossed in a word processing document.
EVENT_SECTION_CHANGED - Static variable in class org.eclipse.swt.accessibility.ACC
Send when the caret moved from one section to the next.
EVENT_SELECTION_CHANGED - Static variable in class org.eclipse.swt.accessibility.ACC
Send when the selection within a container has changed.
EVENT_STATE_CHANGED - Static variable in class org.eclipse.swt.accessibility.ACC
Send when an object's state has changed, for example enabled/disabled, pressed/released, or checked/unchecked.
EVENT_TABLE_CAPTION_CHANGED - Static variable in class org.eclipse.swt.accessibility.ACC
Send when a table caption has changed.
EVENT_TABLE_CHANGED - Static variable in class org.eclipse.swt.accessibility.ACC
Send when a table's data has changed.
EVENT_TABLE_COLUMN_DESCRIPTION_CHANGED - Static variable in class org.eclipse.swt.accessibility.ACC
Send when a table's column description has changed.
EVENT_TABLE_COLUMN_HEADER_CHANGED - Static variable in class org.eclipse.swt.accessibility.ACC
Send when a table's column header has changed.
EVENT_TABLE_ROW_DESCRIPTION_CHANGED - Static variable in class org.eclipse.swt.accessibility.ACC
Send when a table's row description has changed.
EVENT_TABLE_ROW_HEADER_CHANGED - Static variable in class org.eclipse.swt.accessibility.ACC
Send when a table's row header has changed.
EVENT_TABLE_SUMMARY_CHANGED - Static variable in class org.eclipse.swt.accessibility.ACC
Send when a table's summary has changed.
EVENT_TEXT_ATTRIBUTE_CHANGED - Static variable in class org.eclipse.swt.accessibility.ACC
Send when a text object's attributes have changed.
EVENT_TEXT_CARET_MOVED - Static variable in class org.eclipse.swt.accessibility.ACC
Send when the caret has moved to a new position.
EVENT_TEXT_CHANGED - Static variable in class org.eclipse.swt.accessibility.ACC
Send when text was inserted or deleted.
EVENT_TEXT_COLUMN_CHANGED - Static variable in class org.eclipse.swt.accessibility.ACC
Send when the caret has moved from one column to the next.
EVENT_TEXT_SELECTION_CHANGED - Static variable in class org.eclipse.swt.accessibility.ACC
Send when an object's text selection has changed.
EVENT_VALUE_CHANGED - Static variable in class org.eclipse.swt.accessibility.ACC
Send when an object's value has changed.
eventListener - Variable in class org.eclipse.swt.widgets.TypedListener
The receiver's event listener
ExceptionHandler - Interface in org.eclipse.rap.rwt.application
This interface allows application code to be informed of exceptions that occur while running the event loop.
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(Runnable) - Method in interface org.eclipse.rap.rwt.service.UISession
Executes the given runnable in the context of this UI session.
execute(String) - Method in interface org.eclipse.rap.rwt.client.service.JavaScriptExecutor
Evaluate the JavaScript code on the client If the code throws an error, it will crash the web client.
execute(String) - Method in class org.eclipse.swt.browser.Browser
Execute the specified script.
ExitConfirmation - Interface in org.eclipse.rap.rwt.client.service
The exit confirmation service allows applications to show a confirmation dialog before the user leaves the application, e.g.
Expand - Static variable in class org.eclipse.swt.SWT
The expand event type (value is 17).
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.
ExpandEvent - Class in org.eclipse.swt.events
Instances of this class are sent as a result of expand item being expanded and 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.
ExternalBrowser - Class in org.eclipse.rap.rwt.widgets
Deprecated.
Use UrlLauncher instead

F

F1 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the F1 key (value is (1<<24)+10).
F10 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the F10 key (value is (1<<24)+19).
F11 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the F11 key (value is (1<<24)+20).
F12 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the F12 key (value is (1<<24)+21).
F13 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the F13 key (value is (1<<24)+22).
F14 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the F14 key (value is (1<<24)+23).
F15 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the F15 key (value is (1<<24)+24).
F16 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the F16 key (value is (1<<25)+25).
F17 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the F17 key (value is (1<<26)+26).
F18 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the F18 key (value is (1<<27)+27).
F19 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the F19 key (value is (1<<28)+28).
F2 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the F2 key (value is (1<<24)+11).
F20 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the F20 key (value is (1<<29)+29).
F3 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the F3 key (value is (1<<24)+12).
F4 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the F4 key (value is (1<<24)+13).
F5 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the F5 key (value is (1<<24)+14).
F6 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the F6 key (value is (1<<24)+15).
F7 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the F7 key (value is (1<<24)+16).
F8 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the F8 key (value is (1<<24)+17).
F9 - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the F9 key (value is (1<<24)+18).
FALSE - Static variable in class org.eclipse.rap.json.JsonValue
Represents the JSON literal false.
FAVICON - Static variable in class org.eclipse.rap.rwt.client.WebClient
Entrypoint property name for the website icon (a.k.a favicon or shortcut icon) that will be displayed by the web browser.
feedback - Variable in class org.eclipse.swt.dnd.DropTargetEvent
A bitwise OR'ing of the drag under effect feedback to be displayed to the user (e.g.
FEEDBACK_EXPAND - Static variable in class org.eclipse.swt.dnd.DND
DropTarget drag under effect: The item currently under the cursor is expanded to allow the user to select a drop target from a sub item; applies to trees (value is 16).
FEEDBACK_INSERT_AFTER - Static variable in class org.eclipse.swt.dnd.DND
DropTarget drag under effect:An insertion mark is shown after the item under the cursor; applies to tables and trees (value is 4).
FEEDBACK_INSERT_BEFORE - Static variable in class org.eclipse.swt.dnd.DND
DropTarget drag under effect: An insertion mark is shown before the item under the cursor; applies to tables and trees (value is 2).
FEEDBACK_NONE - Static variable in class org.eclipse.swt.dnd.DND
DropTarget drag under effect: No effect is shown (value is 0).
FEEDBACK_SCROLL - Static variable in class org.eclipse.swt.dnd.DND
DropTarget drag under effect: The widget is scrolled up or down to allow the user to drop on items that are not currently visible; applies to tables and trees (value is 8).
FEEDBACK_SELECT - Static variable in class org.eclipse.swt.dnd.DND
DropTarget drag under effect: The item under the cursor is selected; applies to tables and trees (value is 1).
FILE_SETTING_STORE_DIR - Static variable in class org.eclipse.rap.rwt.service.FileSettingStore
This key (value "org.eclipse.rap.rwt.service.FileSettingStore.dir") can be used to configure the working directory for file settings stores.
FileDetails - Interface in org.eclipse.rap.fileupload
Provides details of the uploaded file like file name, content-type and size
FileDialog - Class in org.eclipse.swt.widgets
Instances of this class allow the user to navigate the file system and select 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.
FileSettingStore - Class in org.eclipse.rap.rwt.service
A setting store implementation that persists all settings on the file system using Java Properties files.
FileSettingStore(File) - Constructor for class org.eclipse.rap.rwt.service.FileSettingStore
Creates an empty instance with a random unique ID.
FileSettingStoreFactory - Class in org.eclipse.rap.rwt.service
A setting store factory that creates instances of FileSettingStore.
FileSettingStoreFactory() - Constructor for class org.eclipse.rap.rwt.service.FileSettingStoreFactory
 
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.
FileUpload - Class in org.eclipse.rap.rwt.widgets
A button-like widget allowing to select a file from the client's file system and to upload this file to a given URL using HTTP POST.
FileUpload(Composite, int) - Constructor for class org.eclipse.rap.rwt.widgets.FileUpload
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
FileUploadEvent - Class in org.eclipse.rap.fileupload
Event object that provides information on a file upload.
FileUploadEvent(FileUploadHandler) - Constructor for class org.eclipse.rap.fileupload.FileUploadEvent
 
FileUploadHandler - Class in org.eclipse.rap.fileupload
A file upload handler is used to accept file uploads from a client.
FileUploadHandler(FileUploadReceiver) - Constructor for class org.eclipse.rap.fileupload.FileUploadHandler
Constructs a file upload handler that is associated with the given receiver.
FileUploadListener - Interface in org.eclipse.rap.fileupload
Listener to react on progress and completion of a file upload.
FileUploadReceiver - Class in org.eclipse.rap.fileupload
Instances of this interface are responsible for reading and processing the data from a file upload.
FileUploadReceiver() - Constructor for class org.eclipse.rap.fileupload.FileUploadReceiver
 
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 - org.eclipse.rap.rwt.template.ImageCell.ScaleMode
The image is scaled to the minimum size required to cover the entire cell.
FILL - Static variable in class org.eclipse.swt.layout.GridData
Value for horizontalAlignment or verticalAlignment.
FILL - Static variable in class org.eclipse.swt.SWT
Style constant for 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_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.
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.
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.
fireCheckEvent(int) - Method in class org.eclipse.nebula.widgets.grid.GridItem
Fires the appropriate events in response to a user checking/unchecking an item.
fireEvent(int) - Method in class org.eclipse.nebula.widgets.grid.GridItem
Fires the given event type on the parent Grid instance.
FIT - org.eclipse.rap.rwt.template.ImageCell.ScaleMode
The image is scaled to the maximum size that fits into the cell.
FIXED_COLUMNS - Static variable in class org.eclipse.rap.rwt.RWT
Controls the number of fixed columns.
FLAT - Static variable in class org.eclipse.swt.SWT
Style constant for flat appearance.
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.
FocusAdapter - Class in org.eclipse.swt.events
This adapter class provides default implementations for the methods described by the FocusListener interface.
FocusAdapter() - Constructor for class org.eclipse.swt.events.FocusAdapter
 
FOCUSED - Static variable in class org.eclipse.swt.SWT
Event detail field that indicates a user-interface component state is focused (value is 1<<2).
FocusEvent - Class in org.eclipse.swt.events
Instances of this class are sent as a result of widgets gaining and losing focus.
FocusEvent(Event) - Constructor for class org.eclipse.swt.events.FocusEvent
Constructs a new instance of this class based on the information in the given untyped event.
focusGained(FocusEvent) - Method in class org.eclipse.swt.events.FocusAdapter
Sent when a control gets focus.
focusGained(FocusEvent) - Method in interface org.eclipse.swt.events.FocusListener
Sent when a control gets focus.
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.
FocusOut - Static variable in class org.eclipse.swt.SWT
The focus out event type (value is 16).
Font - Class in org.eclipse.swt.graphics
Instances of this class manage resources that define how text looks when it is displayed.
Font(Device, String, int, int) - Constructor for class org.eclipse.swt.graphics.Font
Constructs a new font given a device, a font name, the height of the desired font in points, and a font style.
Font(Device, FontData) - Constructor for class org.eclipse.swt.graphics.Font
Constructs a new font given a device and font data which describes the desired font's appearance.
Font(Device, FontData[]) - Constructor for class org.eclipse.swt.graphics.Font
Constructs a new font given a device and an array of font data which describes the desired font's appearance.
FontData - Class in org.eclipse.swt.graphics
Instances of this class describe 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 .
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 - Static variable in class org.eclipse.swt.SWT
Event detail field that indicates a user-interface component draws the foreground (value is 1<<4).
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.
FULL_SELECTION - Static variable in class org.eclipse.swt.SWT
Style constant for full row selection behavior and selection constant indicating that a full line should be drawn.
function(Object[]) - Method in class org.eclipse.swt.browser.BrowserFunction
Subclasses should override this method.

G

gc - Variable in class org.eclipse.swt.events.PaintEvent
the graphics context to use when painting that is configured to use the colors, font and damaged region of the control.
gc - Variable in class org.eclipse.swt.widgets.Event
the graphics context to use when painting that is configured to use the colors, font and damaged region of the control.
GC - Class in org.eclipse.swt.graphics
Class GC is where all of the drawing capabilities that are supported by SWT are located.
GC(Drawable) - Constructor for class org.eclipse.swt.graphics.GC
Constructs a new instance of this class which has been configured to draw on the specified drawable.
GC(Drawable, int) - Constructor for class org.eclipse.swt.graphics.GC
Constructs a new instance of this class which has been configured to draw on the specified drawable.
gesture(GestureEvent) - Method in interface org.eclipse.swt.events.GestureListener
Sent when a recognized gesture has occurred.
GESTURE_BEGIN - Static variable in class org.eclipse.swt.SWT
Gesture event detail field value indicating that a continuous gesture is about to begin.
GESTURE_END - Static variable in class org.eclipse.swt.SWT
Gesture event detail field value indicating that a continuous gesture has ended.
GESTURE_MAGNIFY - Static variable in class org.eclipse.swt.SWT
Gesture event detail field value indicating that a magnification gesture has happened.
GESTURE_PAN - Static variable in class org.eclipse.swt.SWT
Gesture event detail field value indicating that a panning (two-finger scroll) gesture has happened.
GESTURE_ROTATE - Static variable in class org.eclipse.swt.SWT
Gesture event detail field value indicating that a rotation gesture has happened.
GESTURE_SWIPE - Static variable in class org.eclipse.swt.SWT
Gesture event detail field value indicating that a swipe gesture has happened.
GestureEvent - Class in org.eclipse.swt.events
Instances of this class are sent in response to touch-based gestures that are triggered by the user.
GestureEvent(Event) - Constructor for class org.eclipse.swt.events.GestureEvent
Constructs a new instance of this class based on the information in the given untyped event.
GestureListener - Interface in org.eclipse.swt.events
Classes which implement this interface provide methods that deal with the events that are generated as gestures are triggered by the user interacting with a touch pad or touch screen.
get(int) - Method in class org.eclipse.rap.json.JsonArray
Returns the value of the element at the specified position in this array.
get(String) - Method in class org.eclipse.rap.json.JsonObject
Returns the value of the member with the specified name in this object.
getAccelerator() - Method in class org.eclipse.swt.widgets.MenuItem
Returns the widget accelerator.
getAccessible() - Method in class org.eclipse.swt.widgets.Control
Returns the accessible object for the receiver.
getActionCount(AccessibleActionEvent) - Method in class org.eclipse.swt.accessibility.AccessibleActionAdapter
Returns the number of accessible actions available in this object.
getActionCount(AccessibleActionEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleActionListener
Returns the number of accessible actions available in this object.
getActiveShell() - Method in class org.eclipse.swt.widgets.Display
Returns the currently active Shell, or null if no shell belonging to the currently running application is active.
getAdapter(Class<T>) - Method in class org.eclipse.nebula.widgets.grid.Grid
 
getAdapter(Class<T>) - Method in class org.eclipse.nebula.widgets.grid.GridColumn
 
getAdapter(Class<T>) - Method in class org.eclipse.nebula.widgets.grid.GridColumnGroup
 
getAdapter(Class<T>) - Method in class org.eclipse.nebula.widgets.grid.GridItem
 
getAdapter(Class<T>) - Method in interface org.eclipse.rap.rwt.Adaptable
Returns an object which is an instance of the given class parameter associated with this object or null if no association exists.
getAdapter(Class<T>) - Method in class org.eclipse.rap.rwt.template.Template
IMPORTANT: This method is not part of the RWT public API.
getAdapter(Class<T>) - Method in class org.eclipse.rap.rwt.widgets.DropDown
 
getAdapter(Class<T>) - Method in class org.eclipse.rap.rwt.widgets.FileUpload
 
getAdapter(Class<T>) - Method in class org.eclipse.swt.browser.Browser
 
getAdapter(Class<T>) - Method in class org.eclipse.swt.custom.CCombo
 
getAdapter(Class<T>) - Method in class org.eclipse.swt.custom.CLabel
 
getAdapter(Class<T>) - Method in class org.eclipse.swt.custom.CTabFolder
 
getAdapter(Class<T>) - Method in class org.eclipse.swt.custom.CTabItem
 
getAdapter(Class<T>) - Method in class org.eclipse.swt.custom.ScrolledComposite
 
getAdapter(Class<T>) - Method in class org.eclipse.swt.dnd.DragSource
 
getAdapter(Class<T>) - Method in class org.eclipse.swt.dnd.DropTarget
 
getAdapter(Class<T>) - Method in class org.eclipse.swt.widgets.Button
 
getAdapter(Class<T>) - Method in class org.eclipse.swt.widgets.Canvas
 
getAdapter(Class<T>) - Method in class org.eclipse.swt.widgets.Combo
 
getAdapter(Class<T>) - Method in class org.eclipse.swt.widgets.Composite
 
getAdapter(Class<T>) - Method in class org.eclipse.swt.widgets.Control
 
getAdapter(Class<T>) - Method in class org.eclipse.swt.widgets.CoolBar
 
getAdapter(Class<T>) - Method in class org.eclipse.swt.widgets.CoolItem
 
getAdapter(Class<T>) - Method in class org.eclipse.swt.widgets.DateTime
 
getAdapter(Class<T>) - Method in class org.eclipse.swt.widgets.Decorations
 
getAdapter(Class<T>) - Method in class org.eclipse.swt.widgets.Dialog
Implementation of the Adaptable interface.
getAdapter(Class<T>) - Method in class org.eclipse.swt.widgets.Display
 
getAdapter(Class<T>) - Method in class org.eclipse.swt.widgets.ExpandBar
 
getAdapter(Class<T>) - Method in class org.eclipse.swt.widgets.ExpandItem
 
getAdapter(Class<T>) - Method in class org.eclipse.swt.widgets.Group
 
getAdapter(Class<T>) - Method in class org.eclipse.swt.widgets.Label
 
getAdapter(Class<T>) - Method in class org.eclipse.swt.widgets.Link
 
getAdapter(Class<T>) - Method in class org.eclipse.swt.widgets.List
 
getAdapter(Class<T>) - Method in class org.eclipse.swt.widgets.Menu
 
getAdapter(Class<T>) - Method in class org.eclipse.swt.widgets.MenuItem
 
getAdapter(Class<T>) - Method in class org.eclipse.swt.widgets.ProgressBar
 
getAdapter(Class<T>) - Method in class org.eclipse.swt.widgets.Sash
 
getAdapter(Class<T>) - Method in class org.eclipse.swt.widgets.Scale
 
getAdapter(Class<T>) - Method in class org.eclipse.swt.widgets.ScrollBar
 
getAdapter(Class<T>) - Method in class org.eclipse.swt.widgets.Shell
 
getAdapter(Class<T>) - Method in class org.eclipse.swt.widgets.Slider
 
getAdapter(Class<T>) - Method in class org.eclipse.swt.widgets.Spinner
 
getAdapter(Class<T>) - Method in class org.eclipse.swt.widgets.TabFolder
 
getAdapter(Class<T>) - Method in class org.eclipse.swt.widgets.TabItem
 
getAdapter(Class<T>) - Method in class org.eclipse.swt.widgets.Table
 
getAdapter(Class<T>) - Method in class org.eclipse.swt.widgets.TableColumn
 
getAdapter(Class<T>) - Method in class org.eclipse.swt.widgets.TableItem
 
getAdapter(Class<T>) - Method in class org.eclipse.swt.widgets.Text
 
getAdapter(Class<T>) - Method in class org.eclipse.swt.widgets.ToolBar
 
getAdapter(Class<T>) - Method in class org.eclipse.swt.widgets.ToolItem
 
getAdapter(Class<T>) - Method in class org.eclipse.swt.widgets.ToolTip
 
getAdapter(Class<T>) - Method in class org.eclipse.swt.widgets.Tree
 
getAdapter(Class<T>) - Method in class org.eclipse.swt.widgets.TreeColumn
 
getAdapter(Class<T>) - Method in class org.eclipse.swt.widgets.TreeItem
 
getAdapter(Class<T>) - Method in class org.eclipse.swt.widgets.Widget
Implementation of the Adaptable interface.
getAdvanced() - Method in class org.eclipse.swt.graphics.GC
Returns true if receiver is using the operating system's advanced graphics subsystem.
getAlignment() - Method in class org.eclipse.nebula.widgets.grid.GridColumn
Returns the column alignment.
getAlignment() - Method in class org.eclipse.swt.custom.CLabel
Returns the alignment.
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.
getAllOptions() - Method in class org.eclipse.nebula.widgets.richtext.RichTextEditorConfiguration
 
getAlpha() - Method in class org.eclipse.swt.graphics.Color
Returns the amount of alpha in the color, from 0 (transparent) to 255 (opaque).
getAlpha() - Method in class org.eclipse.swt.graphics.GC
Returns the receiver's alpha value.
getAlpha() - Method in class org.eclipse.swt.widgets.Shell
Returns the receiver's alpha value.
getAlpha(int, int) - Method in class org.eclipse.swt.graphics.ImageData
Returns the alpha value at offset x in scanline y in the receiver's alpha data.
getAlphas(int, int, int, byte[], int) - Method in class org.eclipse.swt.graphics.ImageData
Returns getWidth alpha values starting at offset x in scanline y in the receiver's alpha data starting at startIndex.
getAlwaysShowScrollBars() - Method in class org.eclipse.swt.custom.ScrolledComposite
Returns the Always Show Scrollbars flag.
getAnchor(AccessibleHyperlinkEvent) - Method in class org.eclipse.swt.accessibility.AccessibleHyperlinkAdapter
Returns the anchor for the link at the specified index.
getAnchor(AccessibleHyperlinkEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleHyperlinkListener
Returns the anchor for the link at the specified index.
getAnchorTarget(AccessibleHyperlinkEvent) - Method in class org.eclipse.swt.accessibility.AccessibleHyperlinkAdapter
Returns the target of the link at the specified index.
getAnchorTarget(AccessibleHyperlinkEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleHyperlinkListener
Returns the target of the link at the specified index.
getAntialias() - Method in class org.eclipse.swt.graphics.GC
Returns the receiver's anti-aliasing setting value, which will be one of SWT.DEFAULT, SWT.OFF or SWT.ON.
getApplicationContext() - Method in class org.eclipse.rap.rwt.application.ApplicationRunner
Returns the ApplicationContext of the running application that is controlled by this application runner.
getApplicationContext() - Static method in class org.eclipse.rap.rwt.RWT
Returns the ApplicationContext instance that represents the web context's global data storage area.
getApplicationContext() - Method in class org.eclipse.rap.rwt.service.ApplicationContextEvent
Returns the application context that this event is related to.
getApplicationContext() - Method in interface org.eclipse.rap.rwt.service.UISession
Returns the ApplicationContext this UISession belongs to.
getAppName() - Static method in class org.eclipse.swt.widgets.Display
Returns the application name.
getAppVersion() - Static method in class org.eclipse.swt.widgets.Display
Returns the application version.
getAttribute(String) - Method in interface org.eclipse.rap.rwt.service.ApplicationContext
Returns the value which is stored under the given name in this application context.
getAttribute(String) - Method in class org.eclipse.rap.rwt.service.FileSettingStore
 
getAttribute(String) - Method in interface org.eclipse.rap.rwt.service.SettingStore
Returns the attribute stored under the specified name in this setting store.
getAttribute(String) - Method in interface org.eclipse.rap.rwt.service.UISession
Returns the object bound with the specified name in this UI session, or null if no object is bound under the name.
getAttributeName() - Method in class org.eclipse.rap.rwt.service.SettingStoreEvent
Returns the name of the changed attribute.
getAttributeNames() - Method in class org.eclipse.rap.rwt.service.FileSettingStore
 
getAttributeNames() - Method in interface org.eclipse.rap.rwt.service.SettingStore
Returns an Enumeration of strings with the names of all attributes in this setting store.
getAttributeNames() - Method in interface org.eclipse.rap.rwt.service.UISession
Returns an Enumeration of the names of all objects bound to this UI session.
getAttributes(AccessibleAttributeEvent) - Method in class org.eclipse.swt.accessibility.AccessibleAttributeAdapter
Returns attributes specific to this Accessible object.
getAttributes(AccessibleAttributeEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleAttributeListener
Returns attributes specific to this Accessible object.
getAutoHide() - Method in class org.eclipse.swt.widgets.ToolTip
Returns true if the receiver is automatically hidden by the platform, and false otherwise.
getAutoPreferredHeight() - Method in class org.eclipse.nebula.jface.gridviewer.GridTableViewer
 
getAutoPreferredHeight() - Method in class org.eclipse.nebula.jface.gridviewer.GridTreeViewer
 
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.nebula.widgets.grid.GridItem
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() - Method in class org.eclipse.swt.widgets.TreeItem
Returns the receiver's background color.
getBackground(int) - Method in class org.eclipse.nebula.jface.gridviewer.GridViewerRow
getBackground(int) - Method in class org.eclipse.nebula.widgets.grid.GridItem
Returns the background color at the given column index in the receiver.
getBackground(int) - Method in class org.eclipse.swt.widgets.TableItem
Returns the background color at the given column index in the receiver.
getBackground(int) - Method in class org.eclipse.swt.widgets.TreeItem
Returns the background color at the given column index in the receiver.
getBackground(Control) - Method in interface org.eclipse.rap.rwt.theme.ControlThemeAdapter
Returns the default background color that the specified control will use if no user-defined background color has been set using Control.setBackground(Color).
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.
getBlue() - Method in class org.eclipse.swt.graphics.Color
Returns the amount of blue in the color, from 0 to 255.
getBorder(Control) - Method in interface org.eclipse.rap.rwt.theme.ControlThemeAdapter
Returns the border of the specified control.
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.custom.CTabFolder
 
getBorderWidth() - Method in class org.eclipse.swt.widgets.Control
Returns the receiver's border width.
getBorderWidth() - Method in class org.eclipse.swt.widgets.Shell
 
getBottom() - Method in class org.eclipse.swt.custom.CBanner
Returns the Control that appears on the bottom side of the banner.
getBottomMargin() - Method in class org.eclipse.swt.custom.CLabel
Return the CLabel's bottom margin.
getBounds() - Method in class org.eclipse.nebula.jface.gridviewer.GridViewerRow
getBounds() - Method in class org.eclipse.swt.custom.CTabItem
Returns a rectangle describing the receiver's size and location relative to its parent.
getBounds() - Method in class org.eclipse.swt.graphics.Device
Returns a rectangle describing the receiver's size and location.
getBounds() - Method in class org.eclipse.swt.graphics.Image
Returns the bounds of the receiver.
getBounds() - Method in class org.eclipse.swt.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.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() - Method in class org.eclipse.swt.widgets.ToolItem
Returns a rectangle describing the receiver's size and location relative to its parent.
getBounds() - Method in class org.eclipse.swt.widgets.TouchSource
Returns the bounding rectangle of the device.
getBounds() - Method in class org.eclipse.swt.widgets.TreeItem
Returns a rectangle describing the receiver's size and location relative to its parent.
getBounds(int) - Method in class org.eclipse.nebula.jface.gridviewer.GridViewerRow
getBounds(int) - Method in class org.eclipse.nebula.widgets.grid.GridItem
Returns a rectangle describing the receiver's size and location relative to its parent at a column in the table.
getBounds(int) - Method in class org.eclipse.swt.widgets.TableItem
Returns a rectangle describing the receiver's size and location relative to its parent at a column in the table.
getBounds(int) - Method in class org.eclipse.swt.widgets.TreeItem
Returns a rectangle describing the receiver's size and location relative to its parent at a column in the tree.
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.
getBytesRead() - Method in class org.eclipse.rap.fileupload.FileUploadEvent
The number of bytes that have been received so far.
getCaption(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Returns the caption for the table.
getCaption(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Returns the caption for the table.
getCaretOffset(AccessibleTextEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTextAdapter
Sent when an accessibility client requests the current character offset of the text caret.
getCaretOffset(AccessibleTextEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTextListener
Sent when an accessibility client requests the current character offset of the text caret.
getCaretPosition() - Method in class org.eclipse.swt.widgets.Text
Returns the character position of the caret.
getCause() - Method in error org.eclipse.swt.SWTError
Returns the underlying throwable that caused the problem, or null if this information is not available.
getCause() - Method in exception org.eclipse.swt.SWTException
Returns the underlying throwable that caused the problem, or null if this information is not available.
getCell(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Returns the accessible object at the specified row and column in the table.
getCell(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Returns the accessible object at the specified row and column in the table.
getCell(Point) - Method in class org.eclipse.nebula.widgets.grid.Grid
Returns the cell at the given point in the receiver or null if no such cell exists.
getCellEditor(Object) - Method in class org.eclipse.nebula.jface.gridviewer.CheckEditingSupport
getCells() - Method in class org.eclipse.rap.rwt.template.Template
Returns the list of cells included in this template.
getCellSelection() - Method in class org.eclipse.nebula.widgets.grid.Grid
Returns an array of cells that are currently selected in the receiver.
getCellSelectionCount() - Method in class org.eclipse.nebula.widgets.grid.Grid
Returns the number of selected cells contained in the receiver.
getCellSelectionEnabled() - Method in class org.eclipse.nebula.widgets.grid.Grid
Returns true if the cells are selectable in the reciever.
getCellSize(int) - Method in class org.eclipse.nebula.widgets.grid.GridItem
 
getCharacterCount(AccessibleTextEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTextExtendedAdapter
Returns the total number of characters in the text.
getCharacterCount(AccessibleTextEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTextExtendedListener
Returns the total number of characters in the text.
getCharCount() - Method in class org.eclipse.swt.widgets.Text
Returns the number of characters.
getCharWidth(char) - Method in class org.eclipse.swt.graphics.GC
Returns the width of the specified character in the font selected into the receiver.
getCheckable() - Method in class org.eclipse.nebula.widgets.grid.GridColumn
Returns the checkable state.
getCheckable(int) - Method in class org.eclipse.nebula.widgets.grid.GridItem
Returns the checkable state at the given column index in the receiver.
getChecked() - Method in class org.eclipse.nebula.widgets.grid.GridItem
Returns the checked state at the first column in the receiver.
getChecked() - Method in class org.eclipse.swt.widgets.TableItem
Returns true if the receiver is checked, and false otherwise.
getChecked() - Method in class org.eclipse.swt.widgets.TreeItem
Returns true if the receiver is checked, and false otherwise.
getChecked(int) - Method in class org.eclipse.nebula.widgets.grid.GridItem
Returns the checked state at the given column index in the receiver.
getChild(AccessibleControlEvent) - Method in class org.eclipse.swt.accessibility.AccessibleControlAdapter
Sent when an accessibility client requests the accessible object for a child of the control by index or childID, or when a client requests the index of an accessible object in its parent.
getChild(AccessibleControlEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleControlListener
Sent when an accessibility client requests the accessible object for a child of the control by index or childID, or when a client requests the index of an accessible object in its parent.
getChildAtPoint(AccessibleControlEvent) - Method in class org.eclipse.swt.accessibility.AccessibleControlAdapter
Sent when an accessibility client requests the identifier of the control child at the specified display coordinates.
getChildAtPoint(AccessibleControlEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleControlListener
Sent when an accessibility client requests the identifier of the control child at the specified display coordinates.
getChildCount(AccessibleControlEvent) - Method in class org.eclipse.swt.accessibility.AccessibleControlAdapter
Sent when an accessibility client requests the number of children in the control.
getChildCount(AccessibleControlEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleControlListener
Sent when an accessibility client requests the number of children in the control.
getChildren() - Method in class org.eclipse.rap.rwt.widgets.FileUpload
 
getChildren() - Method in class org.eclipse.swt.custom.CCombo
 
getChildren() - Method in class org.eclipse.swt.widgets.Composite
Returns a (possibly empty) array containing the receiver's children.
getChildren(AccessibleControlEvent) - Method in class org.eclipse.swt.accessibility.AccessibleControlAdapter
Sent when an accessibility client requests the children, or visible children, of the control.
getChildren(AccessibleControlEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleControlListener
Sent when an accessibility client requests the children, or visible children, of the control.
getChildren(Widget) - Method in class org.eclipse.nebula.jface.gridviewer.GridTreeViewer
getClient() - Static method in class org.eclipse.rap.rwt.RWT
Returns a representation of the client that is connected with the server in the current UI session.
getClient() - Method in interface org.eclipse.rap.rwt.service.UISession
Returns a representation of the client that is connected with the server in this UI session.
getClientArea() - Method in class org.eclipse.swt.custom.CBanner
 
getClientArea() - Method in class org.eclipse.swt.custom.CTabFolder
 
getClientArea() - Method in class org.eclipse.swt.custom.ViewForm
 
getClientArea() - Method in class org.eclipse.swt.graphics.Device
Returns a rectangle which describes the area of the receiver which is capable of displaying data.
getClientArea() - Method in class org.eclipse.swt.widgets.Group
 
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.Shell
 
getClientArea() - Method in class org.eclipse.swt.widgets.TabFolder
 
getClipping() - Method in class org.eclipse.swt.graphics.GC
Returns the bounding rectangle of the receiver's clipping region.
getColumn() - Method in class org.eclipse.nebula.jface.gridviewer.GridViewerColumn
Returns the underlying column.
getColumn() - Method in class org.eclipse.nebula.widgets.grid.GridEditor
Returns the zero based index of the column of the cell being tracked by this editor.
getColumn() - Method in exception org.eclipse.rap.json.ParseException
Returns the index of the character at which the error occurred, relative to the line.
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.TreeEditor
Returns the zero based index of the column of the cell being tracked by this editor.
getColumn(int) - Method in class org.eclipse.nebula.widgets.grid.Grid
Returns the column at the given, zero-relative index in the receiver.
getColumn(int) - Method in class org.eclipse.swt.widgets.Table
Returns the column at the given, zero-relative index in the receiver.
getColumn(int) - Method in class org.eclipse.swt.widgets.Tree
Returns the column at the given, zero-relative index in the receiver.
getColumn(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Returns the accessible object for the specified column in the table.
getColumn(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Returns the accessible object for the specified column in the table.
getColumn(Point) - Method in class org.eclipse.nebula.widgets.grid.Grid
Returns the column at the given point in the receiver or null if no such column exists.
getColumnCount() - Method in class org.eclipse.nebula.jface.gridviewer.GridViewerRow
getColumnCount() - Method in class org.eclipse.nebula.widgets.grid.Grid
Returns the number of columns contained 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.
getColumnCount(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Returns the total number of columns in the table.
getColumnCount(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Returns the total number of columns in the table.
getColumnCount(Scrollable) - Method in class org.eclipse.nebula.jface.gridviewer.GridColumnLayout
getColumnDescription(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Returns the description text of the specified column in the table.
getColumnDescription(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Returns the description text of the specified column in the table.
getColumnGroup() - Method in class org.eclipse.nebula.widgets.grid.GridColumn
Returns the column group if this column was created inside a group, or null otherwise.
getColumnGroup(int) - Method in class org.eclipse.nebula.widgets.grid.Grid
Returns the column group at the given, zero-relative index in the receiver.
getColumnGroupCount() - Method in class org.eclipse.nebula.widgets.grid.Grid
Returns the number of column groups contained in the receiver.
getColumnGroups() - Method in class org.eclipse.nebula.widgets.grid.Grid
Returns an array of GridColumnGroups which are the column groups in the receiver.
getColumnHeader(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Returns the accessible object for the column header.
getColumnHeader(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Returns the accessible object for the column header.
getColumnHeaderCells(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Returns the column header cells as an array of accessible objects.
getColumnHeaderCells(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Returns the column header cells as an array of accessible objects.
getColumnHeaders(AccessibleTableCellEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableCellAdapter
Returns the column headers as an array of cell accessibles.
getColumnHeaders(AccessibleTableCellEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableCellListener
Returns the column headers as an array of cell accessibles.
getColumnIndex(AccessibleTableCellEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableCellAdapter
Translates this cell accessible into the corresponding column index.
getColumnIndex(AccessibleTableCellEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableCellListener
Translates this cell accessible into the corresponding column index.
getColumnOrder() - Method in class org.eclipse.nebula.widgets.grid.Grid
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.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.nebula.widgets.grid.Grid
Returns an array of GridColumns which are the columns in the receiver.
getColumns() - Method in class org.eclipse.nebula.widgets.grid.GridColumnGroup
Returns the columns within this group.
getColumns() - Method in class org.eclipse.swt.widgets.Table
Returns an array of TableColumns which are the columns in the receiver.
getColumns() - Method in class org.eclipse.swt.widgets.Tree
Returns an array of TreeColumns which are the columns in the receiver.
getColumns(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Returns the columns as an array of accessible objects.
getColumns(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Returns the columns as an array of accessible objects.
getColumnSpan(int) - Method in class org.eclipse.nebula.widgets.grid.GridItem
Returns the column span for the given column index in the receiver.
getColumnSpan(Object) - Method in class org.eclipse.nebula.jface.gridviewer.GridColumnLabelProvider
Returns the number of columns this element should span
getColumnSpan(AccessibleTableCellEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableCellAdapter
Returns the number of columns occupied by this cell accessible.
getColumnSpan(AccessibleTableCellEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableCellListener
Returns the number of columns occupied by this cell accessible.
getColumnViewerOwner(int) - Method in class org.eclipse.nebula.jface.gridviewer.GridTreeViewer
getConnection() - Method in interface org.eclipse.rap.rwt.service.UISession
Returns the connection used to communicate with the client that is connected to this UI session.
getContent() - Method in class org.eclipse.swt.custom.ScrolledComposite
Get the content that is being scrolled.
getContent() - Method in class org.eclipse.swt.custom.ViewForm
Returns the content area.
getContentLength() - Method in class org.eclipse.rap.fileupload.FileUploadEvent
The total number of bytes which are expected in total, as transmitted by the uploading client.
getContents(Transfer) - Method in class org.eclipse.swt.dnd.Clipboard
Retrieve the data of the specified type currently available on the system clipboard.
getContentType() - Method in interface org.eclipse.rap.fileupload.FileDetails
The content type as transmitted by the uploading client.
getContentType(File) - Static method in class org.eclipse.rap.fileupload.DiskFileUploadReceiver
Obtains the content type provided by the client when the given file was uploaded.
getControl() - Method in class org.eclipse.nebula.jface.gridviewer.GridTableViewer
getControl() - Method in class org.eclipse.nebula.jface.gridviewer.GridTreeViewer
getControl() - Method in class org.eclipse.nebula.jface.gridviewer.GridViewerRow
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.
getCreationIndex(int) - Method in class org.eclipse.nebula.jface.gridviewer.GridViewerRow
getCurrent() - Static method in class org.eclipse.swt.widgets.Display
Returns the display which the currently running thread is the user-interface thread for, or null if the currently running thread is not a user-interface thread for any display.
getCurrentPoint(float[]) - Method in class org.eclipse.swt.graphics.Path
Replaces the first two elements in the parameter with values that describe the current point of the path.
getCurrentValue(AccessibleValueEvent) - Method in class org.eclipse.swt.accessibility.AccessibleValueAdapter
Returns the value of this object as a number.
getCurrentValue(AccessibleValueEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleValueListener
Returns the value of this object as a number.
getCursor() - Method in class org.eclipse.swt.widgets.Control
Returns the receiver's cursor, or null if it has not been set.
getCursorControl() - Method in class org.eclipse.swt.widgets.Display
Returns the control which the on-screen pointer is currently over top of, or null if it is not currently over one of the controls built by the currently running application.
getCursorLocation() - Method in class org.eclipse.swt.widgets.Display
Returns the location of the on-screen pointer relative to the top left corner of the screen.
getData() - Method in class org.eclipse.swt.widgets.Display
Returns the application defined, display specific data associated with the receiver, or null if it has not been set.
getData() - Method in class org.eclipse.swt.widgets.Widget
Returns the application defined widget data associated with the receiver, or null if it has not been set.
getData(String) - Method in class org.eclipse.swt.widgets.Display
Returns the application defined property of the receiver with the specified name, or null if it has not been set.
getData(String) - Method in class org.eclipse.swt.widgets.Widget
Returns the application defined property of the receiver with the specified name, or null if it has not been set.
getDay() - Method in class org.eclipse.swt.widgets.DateTime
Returns the receiver's date, or day of the month.
getDefault() - Static method in class org.eclipse.swt.widgets.Display
Returns the default display.
getDefaultAction(AccessibleControlEvent) - Method in class org.eclipse.swt.accessibility.AccessibleControlAdapter
Sent when an accessibility client requests the default action of the control, or the default action of a child of the control.
getDefaultAction(AccessibleControlEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleControlListener
Sent when an accessibility client requests the default action of the control, or the default action of a child of the control.
getDefaultButton() - Method in class org.eclipse.swt.widgets.Decorations
Returns the receiver's default button if one had previously been set, otherwise returns null.
getDefaultItem() - Method in class org.eclipse.swt.widgets.Menu
Returns the default menu item or null if none has been previously set.
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
 
getDescription(AccessibleActionEvent) - Method in class org.eclipse.swt.accessibility.AccessibleActionAdapter
Returns a description of the specified action.
getDescription(AccessibleActionEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleActionListener
Returns a description of the specified action.
getDescription(AccessibleEvent) - Method in class org.eclipse.swt.accessibility.AccessibleAdapter
Sent when an accessibility client requests a description of the control, or a description of a child of the control.
getDescription(AccessibleEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleListener
Sent when an accessibility client requests a description of the control, or a description of a child of the control.
getDevice() - Method in class org.eclipse.swt.graphics.Resource
Returns the Device where this resource was created.
getDigits() - Method in class org.eclipse.swt.widgets.Spinner
Returns the number of decimal places used by the receiver.
getDisabledImage() - Method in class org.eclipse.swt.widgets.ToolItem
Returns the receiver's disabled image if it has one, or null if it does not.
getDismissalAlignment() - Method in class org.eclipse.swt.widgets.Display
Returns the button dismissal alignment, one of LEFT or RIGHT.
getDisplay() - Method in class org.eclipse.swt.widgets.Widget
Returns the Display that is associated with the receiver.
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 .
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.widgets.Display
 
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.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.
getEditorConfiguration() - Method in class org.eclipse.nebula.widgets.richtext.RichTextEditor
This method returns the RichTextEditorConfiguration that is used to configure this RichTextEditor.
getElement() - Method in class org.eclipse.nebula.jface.gridviewer.GridViewerRow
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() - Method in class org.eclipse.swt.widgets.Control
Returns true if the receiver is enabled, and false otherwise.
getEnabled() - Method in class org.eclipse.swt.widgets.Menu
Returns true if the receiver is enabled, and false otherwise.
getEnabled() - Method in class org.eclipse.swt.widgets.MenuItem
Returns true if the receiver is enabled, and false otherwise.
getEnabled() - Method in class org.eclipse.swt.widgets.ScrollBar
Returns true if the receiver is enabled, and false otherwise.
getEnabled() - Method in class org.eclipse.swt.widgets.ToolItem
Returns true if the receiver is enabled, and false otherwise.
getEndIndex(AccessibleHyperlinkEvent) - Method in class org.eclipse.swt.accessibility.AccessibleHyperlinkAdapter
Returns the 0 based character offset at which the textual representation of the hyperlink ends.
getEndIndex(AccessibleHyperlinkEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleHyperlinkListener
Returns the 0 based character offset at which the textual representation of the hyperlink ends.
getEventListener() - Method in class org.eclipse.swt.widgets.TypedListener
Returns the receiver's event listener.
getException() - Method in class org.eclipse.rap.fileupload.FileUploadEvent
If the upload has failed, this method will return the exception that has occurred.
getExceptions() - Method in class org.eclipse.swt.widgets.FileDialog
Returns a list with exceptions thrown during the file upload.
getExpanded() - Method in class org.eclipse.nebula.widgets.grid.GridColumnGroup
Returns true if the receiver is expanded, 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.
getExpanded(Item) - Method in class org.eclipse.nebula.jface.gridviewer.GridTreeViewer
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.
getFileDetails() - Method in class org.eclipse.rap.fileupload.FileUploadEvent
Array with details about successfully uploaded files.
getFileName() - Method in interface org.eclipse.rap.fileupload.FileDetails
The original file name of the uploaded file, as transmitted by the client.
getFileName() - Method in exception org.eclipse.rap.fileupload.UploadSizeLimitExceededException
Return the name of the uploaded file when the execption occurs.
getFileName() - Method in exception org.eclipse.rap.fileupload.UploadTimeLimitExceededException
Returns the name of the uploaded file when the execption occurs.
getFileName() - Method in class org.eclipse.rap.rwt.widgets.FileUpload
Returns the selected file name, without the path.
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.rap.rwt.widgets.FileUpload
Returns a (possibly empty) array with the names of all files that were 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.
getFilterExtensions() - Method in class org.eclipse.rap.rwt.widgets.FileUpload
Returns the file extensions which the widget will use to filter the files it shows.
getFilterExtensions() - Method in class org.eclipse.swt.widgets.FileDialog
Returns the file extensions which the dialog will use to filter the files it shows.
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.
getFocusCell() - Method in class org.eclipse.nebula.jface.gridviewer.GridViewerEditor
FIXME
getFocusCell() - Method in class org.eclipse.nebula.widgets.grid.Grid
Returns the current cell in focus.
getFocusColumn() - Method in class org.eclipse.nebula.widgets.grid.Grid
Returns the current column in focus.
getFocusControl() - Method in class org.eclipse.swt.widgets.Display
Returns the control which currently has keyboard focus, or null if keyboard events are not currently going to any of the controls built by the currently running application.
getFocusIndex() - Method in class org.eclipse.swt.widgets.List
Returns the zero-relative index of the item which currently has the focus in the receiver, or -1 if no item has focus.
getFocusItem() - Method in class org.eclipse.nebula.widgets.grid.Grid
Returns the current item in focus.
getFont() - Method in class org.eclipse.nebula.widgets.grid.GridItem
Returns the font that the receiver will use to paint textual information for this item.
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.graphics.GC
Returns the font currently being used by the receiver to draw and measure text.
getFont() - Method in class org.eclipse.swt.widgets.Control
Returns the font that the receiver will use to paint textual information.
getFont() - Method in class org.eclipse.swt.widgets.TableItem
Returns the font that the receiver will use to paint textual information for this item.
getFont() - Method in class org.eclipse.swt.widgets.TreeItem
Returns the font that the receiver will use to paint textual information for this item.
getFont(int) - Method in class org.eclipse.nebula.jface.gridviewer.GridViewerRow
getFont(int) - Method in class org.eclipse.nebula.widgets.grid.GridItem
Returns the font that the receiver will use to paint textual information for the specified cell in this item.
getFont(int) - Method in class org.eclipse.swt.widgets.TableItem
Returns the font that the receiver will use to paint textual information for the specified cell in this item.
getFont(int) - Method in class org.eclipse.swt.widgets.TreeItem
Returns the font that the receiver will use to paint textual information for the specified cell in this item.
getFont(Control) - Method in interface org.eclipse.rap.rwt.theme.ControlThemeAdapter
Returns the default font that the specified control will use to paint textual information when no user-defined font has been set using Control.setFont(Font).
getFontData() - Method in class org.eclipse.swt.graphics.Font
Returns an array of FontDatas representing the receiver.
getFontList() - Method in class org.eclipse.swt.widgets.FontDialog
Returns a FontData set describing the font that was selected in the dialog, or null if none is available.
getFontList(String, boolean) - Method in class org.eclipse.swt.graphics.Device
Returns FontData objects which describe the fonts that match the given arguments.
getFontMetrics() - Method in class org.eclipse.swt.graphics.GC
Returns a FontMetrics which contains information about the font currently being used by the receiver to draw and measure text.
getFooterFont() - Method in class org.eclipse.nebula.widgets.grid.GridColumn
Returns the font that the receiver will use to paint textual information for the footer.
getFooterHeight() - Method in class org.eclipse.nebula.widgets.grid.Grid
Returns the height of the column footers.
getFooterImage() - Method in class org.eclipse.nebula.widgets.grid.GridColumn
Returns the receiver's footer image if it has one, or null if it does not.
getFooterText() - Method in class org.eclipse.nebula.widgets.grid.GridColumn
Returns the receiver's footer text, which will be an empty string if it has never been set.
getFooterVisible() - Method in class org.eclipse.nebula.widgets.grid.Grid
Returns true if the receiver's footer is visible, and false otherwise
getForeground() - Method in class org.eclipse.nebula.widgets.grid.GridItem
Returns the foreground color that the receiver will use to draw.
getForeground() - Method in class org.eclipse.swt.graphics.GC
Returns the receiver's foreground color.
getForeground() - Method in class org.eclipse.swt.widgets.Control
Returns the foreground color that the receiver will use to draw.
getForeground() - Method in class org.eclipse.swt.widgets.TableItem
Returns the foreground color that the receiver will use to draw.
getForeground() - Method in class org.eclipse.swt.widgets.TreeItem
Returns the foreground color that the receiver will use to draw.
getForeground(int) - Method in class org.eclipse.nebula.jface.gridviewer.GridViewerRow
getForeground(int) - Method in class org.eclipse.nebula.widgets.grid.GridItem
Returns the foreground color at the given column index in the receiver.
getForeground(int) - Method in class org.eclipse.swt.widgets.TableItem
Returns the foreground color at the given column index in the receiver.
getForeground(int) - Method in class org.eclipse.swt.widgets.TreeItem
Returns the foreground color at the given column index in the receiver.
getForeground(Control) - Method in interface org.eclipse.rap.rwt.theme.ControlThemeAdapter
Returns the default foreground color that the specified control will use to draw if no user defined foreground color has been set using Control.setForeground(Color).
getFullScreen() - Method in class org.eclipse.swt.widgets.Shell
Returns true if the receiver is currently in fullscreen state, and false otherwise.
getGrayed() - Method in class org.eclipse.nebula.widgets.grid.GridItem
Returns true if the first column in 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.
getGrayed(int) - Method in class org.eclipse.nebula.widgets.grid.GridItem
Returns true if the column at the given index in 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.
getGrid() - Method in class org.eclipse.nebula.jface.gridviewer.GridTableViewer
Returns the underlying Grid Control.
getGrid() - Method in class org.eclipse.nebula.jface.gridviewer.GridTreeViewer
Returns the underlying Grid Control.
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.
getGroupHeaderHeight() - Method in class org.eclipse.nebula.widgets.grid.Grid
Returns the height of the column group headers.
getHeaderBackground() - Method in class org.eclipse.nebula.widgets.grid.GridItem
Returns the receiver's row header background color
getHeaderBackground() - Method in class org.eclipse.swt.widgets.Table
Returns the header background color.
getHeaderBackground() - Method in class org.eclipse.swt.widgets.Tree
Returns the header background color.
getHeaderFont() - Method in class org.eclipse.nebula.widgets.grid.GridColumn
Returns the font that the receiver will use to paint textual information for the header.
getHeaderFont() - Method in class org.eclipse.nebula.widgets.grid.GridColumnGroup
Returns the font that the receiver will use to paint textual information for the header.
getHeaderFont() - Method in class org.eclipse.nebula.widgets.grid.GridItem
Returns the receiver's row header font
getHeaderForeground() - Method in class org.eclipse.nebula.widgets.grid.GridItem
Returns the receiver's row header foreground color
getHeaderForeground() - Method in class org.eclipse.swt.widgets.Table
Returns the header foreground color.
getHeaderForeground() - Method in class org.eclipse.swt.widgets.Tree
Returns the header foreground color.
getHeaderHeight() - Method in class org.eclipse.nebula.widgets.grid.Grid
Returns the height of the column headers.
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
getHeaderImage() - Method in class org.eclipse.nebula.widgets.grid.GridItem
Returns the receiver's row header image.
getHeaderText() - Method in class org.eclipse.nebula.widgets.grid.GridItem
Returns the receiver's row header text.
getHeaderTooltip() - Method in class org.eclipse.nebula.widgets.grid.GridColumn
Returns the tooltip of the column header.
getHeaderVisible() - Method in class org.eclipse.nebula.widgets.grid.Grid
Returns true if the receiver's header is visible, and false otherwise.
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.
getHeaderWordWrap() - Method in class org.eclipse.nebula.widgets.grid.GridColumn
Returns whether or not text is word-wrapped in the header for this column.
getHeaderWordWrap() - Method in class org.eclipse.nebula.widgets.grid.GridColumnGroup
Returns whether or not text is word-wrapped in the header for this column group.
getHeight() - Method in class org.eclipse.nebula.widgets.grid.GridItem
Returns the height of this GridItem.
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.
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.
getHorizontalBar() - Method in class org.eclipse.swt.widgets.Text
 
getHorizontalScrollBarProxy() - Method in class org.eclipse.nebula.widgets.grid.Grid
 
getHotImage() - Method in class org.eclipse.swt.widgets.ToolItem
Returns the receiver's hot image if it has one, or null if it does not.
getHours() - Method in class org.eclipse.swt.widgets.DateTime
Returns the receiver's hours.
getHSB() - Method in class org.eclipse.swt.graphics.RGB
Returns the hue, saturation, and brightness of the color.
getHSBA() - Method in class org.eclipse.swt.graphics.RGBA
Returns the hue, saturation, and brightness of the color.
getHttpSession() - Method in interface org.eclipse.rap.rwt.service.UISession
Returns the underlying HttpSession instance.
getHyperlink(AccessibleTextEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTextExtendedAdapter
Returns the specified hyperlink.
getHyperlink(AccessibleTextEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTextExtendedListener
Returns the specified hyperlink.
getHyperlinkCount(AccessibleTextEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTextExtendedAdapter
Returns the number of links and link groups contained within this hypertext paragraph.
getHyperlinkCount(AccessibleTextEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTextExtendedListener
Returns the number of links and link groups contained within this hypertext paragraph.
getHyperlinkIndex(AccessibleTextEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTextExtendedAdapter
Returns the index of the hyperlink that is associated with this character offset.
getHyperlinkIndex(AccessibleTextEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTextExtendedListener
Returns the index of the hyperlink that is associated with this character offset.
getId() - Method in interface org.eclipse.rap.rwt.remote.RemoteObject
Returns the id that is used to synchronize this object with the client.
getId() - Method in class org.eclipse.rap.rwt.service.FileSettingStore
 
getId() - Method in interface org.eclipse.rap.rwt.service.SettingStore
Returns the unique identifier of this setting store.
getId() - Method in interface org.eclipse.rap.rwt.service.UISession
Returns a unique identifier for this UI session.
getId(Widget) - Static method in class org.eclipse.rap.rwt.widgets.WidgetUtil
Returns the protocol ID of the given widget.
getID() - Method in class org.eclipse.swt.widgets.MenuItem
Gets the identifier associated with the receiver.
getImage() - Method in class org.eclipse.nebula.widgets.grid.GridItem
Returns the receiver's image if it has one, or null if it does not.
getImage() - Method in class org.eclipse.rap.rwt.widgets.FileUpload
Returns the receiver's image if it has one, or null if it does not.
getImage() - Method in class org.eclipse.swt.custom.CLabel
Return the CLabel's image or null.
getImage() - Method in class org.eclipse.swt.widgets.Button
Returns the receiver's image if it has one, or null if it does not.
getImage() - Method in class org.eclipse.swt.widgets.Decorations
Returns the receiver's image if it had previously been set using setImage().
getImage() - Method in class org.eclipse.swt.widgets.Item
Returns the receiver's image if it has one, or null if it does not.
getImage() - Method in class org.eclipse.swt.widgets.Label
Returns the receiver's image if it has one, or null if it does not.
getImage() - Method in class org.eclipse.swt.widgets.TableItem
 
getImage() - Method in class org.eclipse.swt.widgets.TreeItem
Returns the receiver's image if it has one, or null if it does not.
getImage(int) - Method in class org.eclipse.nebula.jface.gridviewer.GridViewerRow
getImage(int) - Method in class org.eclipse.nebula.widgets.grid.GridItem
Returns the image stored at the given column index in the receiver, or null if the image has not been set or if the column does not exist.
getImage(int) - Method in class org.eclipse.swt.widgets.TableItem
Returns the image stored at the given column index in the receiver, or null if the image has not been set or if the column does not exist.
getImage(int) - Method in class org.eclipse.swt.widgets.TreeItem
Returns the image stored at the given column index in the receiver, or null if the image has not been set or if the column does not exist.
getImageBounds(int) - Method in class org.eclipse.swt.widgets.TableItem
Returns a rectangle describing the size and location relative to its parent of an image at a column in the table.
getImageBounds(int) - Method in class org.eclipse.swt.widgets.TreeItem
Returns a rectangle describing the size and location relative to its parent of an image at a column in the tree.
getImageData() - Method in class org.eclipse.swt.graphics.Image
Returns an ImageData based on the receiver Modifications made to this ImageData will not affect the Image.
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().
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.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.
getInstance() - Static method in class org.eclipse.rap.rwt.dnd.ClientFileTransfer
 
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.
getISO8859_1Encoded(String, Class<T>) - Static method in class org.eclipse.rap.rwt.RWT.NLS
Returns a NLS object for the given resource bundle and type.
getItem() - Method in class org.eclipse.nebula.jface.gridviewer.GridViewerRow
getItem() - Method in class org.eclipse.nebula.widgets.grid.GridEditor
Returns the TableItem for the row of the cell being tracked by this editor.
getItem() - Method in class org.eclipse.swt.custom.TableEditor
Returns the TableItem for the row of the cell being tracked by this editor.
getItem() - Method in class org.eclipse.swt.custom.TreeEditor
Returns the TreeItem for the row of the cell being tracked by this editor.
getItem(int) - Method in class org.eclipse.nebula.widgets.grid.Grid
Returns the item at the given, zero-relative index in the receiver.
getItem(int) - Method in class org.eclipse.nebula.widgets.grid.GridItem
Returns the item at the given, zero-relative index in the receiver.
getItem(int) - Method in class org.eclipse.swt.custom.CCombo
Returns the item at the given, zero-relative index in the receiver's list.
getItem(int) - Method in class org.eclipse.swt.custom.CTabFolder
Return the tab that is located at the specified index.
getItem(int) - Method in class org.eclipse.swt.widgets.Combo
Returns the item at the given, zero-relative index in the receiver's list.
getItem(int) - Method in class org.eclipse.swt.widgets.CoolBar
Returns the item that is currently displayed at the given, zero-relative index.
getItem(int) - Method in class org.eclipse.swt.widgets.ExpandBar
Returns the item at the given, zero-relative index in the receiver.
getItem(int) - Method in class org.eclipse.swt.widgets.List
Returns the item at the given, zero-relative index in the receiver.
getItem(int) - Method in class org.eclipse.swt.widgets.Menu
Returns the item at the given, zero-relative index in the receiver.
getItem(int) - Method in class org.eclipse.swt.widgets.TabFolder
Returns the item at the given, zero-relative index in the receiver.
getItem(int) - Method in class org.eclipse.swt.widgets.Table
Returns the item at the given, zero-relative index in the receiver.
getItem(int) - Method in class org.eclipse.swt.widgets.TaskBar
Returns the item at the given, zero-relative index in the receiver.
getItem(int) - Method in class org.eclipse.swt.widgets.ToolBar
Returns the item at the given, zero-relative index in the receiver.
getItem(int) - Method in class org.eclipse.swt.widgets.Tray
Returns the item at the given, zero-relative index in the receiver.
getItem(int) - Method in class org.eclipse.swt.widgets.Tree
Returns the item at the given, zero-relative index in the receiver.
getItem(int) - Method in class org.eclipse.swt.widgets.TreeItem
Returns the item at the given, zero-relative index in the receiver.
getItem(int, int) - Method in class org.eclipse.swt.dnd.DropTargetEffect
Returns the item at the given x-y coordinate in the receiver or null if no such item exists.
getItem(Point) - Method in class org.eclipse.nebula.widgets.grid.Grid
Returns the item at the given point in the receiver or null if no such item exists.
getItem(Point) - Method in class org.eclipse.swt.custom.CTabFolder
Gets the item at a point in the widget.
getItem(Point) - Method in class org.eclipse.swt.widgets.TabFolder
Returns the tab item at the given point in the receiver or null if no such item exists.
getItem(Point) - Method in class org.eclipse.swt.widgets.Table
Returns the item at the given point in the receiver or null if no such item exists.
getItem(Point) - Method in class org.eclipse.swt.widgets.ToolBar
Returns the item at the given point in the receiver or null if no such item exists.
getItem(Point) - Method in class org.eclipse.swt.widgets.Tree
Returns the item at the given point in the receiver or null if no such item exists.
getItem(Shell) - Method in class org.eclipse.swt.widgets.TaskBar
Returns the TaskItem for the given Shell or the TaskItem for the application if the Shell parameter is null.
getItemAt(Point) - Method in class org.eclipse.nebula.jface.gridviewer.GridTableViewer
getItemAt(Point) - Method in class org.eclipse.nebula.jface.gridviewer.GridTreeViewer
getItemCount() - Method in class org.eclipse.nebula.widgets.grid.Grid
Returns the number of items contained in the receiver.
getItemCount() - Method in class org.eclipse.nebula.widgets.grid.GridItem
Returns the number of items contained in the receiver that are direct item children of 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.widgets.Combo
Returns the number of items contained in the receiver's list.
getItemCount() - Method in class org.eclipse.swt.widgets.CoolBar
Returns the number of items contained in the receiver.
getItemCount() - Method in class org.eclipse.swt.widgets.ExpandBar
Returns the number of items contained in the receiver.
getItemCount() - Method in class org.eclipse.swt.widgets.List
Returns the number of items contained in the receiver.
getItemCount() - Method in class org.eclipse.swt.widgets.Menu
Returns the number of items contained in the receiver.
getItemCount() - Method in class org.eclipse.swt.widgets.TabFolder
Returns the number of items contained in the receiver.
getItemCount() - Method in class org.eclipse.swt.widgets.Table
Returns the number of items contained in the receiver.
getItemCount() - Method in class org.eclipse.swt.widgets.TaskBar
Returns the number of items contained in the receiver.
getItemCount() - Method in class org.eclipse.swt.widgets.ToolBar
Returns the number of items contained in the receiver.
getItemCount() - Method in class org.eclipse.swt.widgets.Tray
Returns the number of items contained in the receiver.
getItemCount() - Method in class org.eclipse.swt.widgets.Tree
Returns the number of items contained in the receiver that are direct item children of the receiver.
getItemCount() - Method in class org.eclipse.swt.widgets.TreeItem
Returns the number of items contained in the receiver that are direct item children of the receiver.
getItemCount(Control) - Method in class org.eclipse.nebula.jface.gridviewer.GridTreeViewer
getItemCount(Item) - Method in class org.eclipse.nebula.jface.gridviewer.GridTreeViewer
getItemHeaderWidth() - Method in class org.eclipse.nebula.widgets.grid.Grid
Returns the row header width or 0 if row headers are not visible.
getItemHeight() - Method in class org.eclipse.nebula.widgets.grid.Grid
Returns the default height of the items in this Grid.
getItemHeight() - Method in class org.eclipse.swt.custom.CCombo
Returns the height of the area which would be used to display one of the items in the receiver's list.
getItemHeight() - Method in class org.eclipse.swt.widgets.Combo
Returns the height of the area which would be used to display one of the items in the receiver's list.
getItemHeight() - Method in class org.eclipse.swt.widgets.List
Returns the height of the area which would be used to display one of the items in the list.
getItemHeight() - Method in class org.eclipse.swt.widgets.Table
Returns the height of the area which would be used to display one of the items in the receiver's.
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.nebula.widgets.grid.Grid
Returns a (possibly empty) array of GridItems which are the items in the receiver.
getItems() - Method in class org.eclipse.nebula.widgets.grid.GridItem
Returns a (possibly empty) array of GridItems which are the direct item children of the receiver.
getItems() - Method in class org.eclipse.rap.rwt.widgets.DropDown
Returns a (possibly empty) array of Strings which are the items in the receiver.
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.widgets.Combo
Returns a (possibly empty) array of Strings which are the items in the receiver's list.
getItems() - Method in class org.eclipse.swt.widgets.CoolBar
Returns an array of CoolItems in the order in which they are currently being displayed.
getItems() - Method in class org.eclipse.swt.widgets.ExpandBar
Returns an array of ExpandItems which are the items in the receiver.
getItems() - Method in class org.eclipse.swt.widgets.List
Returns a (possibly empty) array of Strings which are the items in the receiver.
getItems() - Method in class org.eclipse.swt.widgets.Menu
Returns a (possibly empty) array of MenuItems which are the items in the receiver.
getItems() - Method in class org.eclipse.swt.widgets.TabFolder
Returns an array of TabItems which are the items in the receiver.
getItems() - Method in class org.eclipse.swt.widgets.Table
Returns a (possibly empty) array of TableItems which are the items in the receiver.
getItems() - Method in class org.eclipse.swt.widgets.TaskBar
Returns an array of TaskItems which are the items in the receiver.
getItems() - Method in class org.eclipse.swt.widgets.ToolBar
Returns an array of ToolItems which are the items in the receiver.
getItems() - Method in class org.eclipse.swt.widgets.Tray
Returns an array of TrayItems which are the items in the receiver.
getItems() - Method in class org.eclipse.swt.widgets.Tree
Returns a (possibly empty) array of items contained in the receiver that are direct item children of the receiver.
getItems() - Method in class org.eclipse.swt.widgets.TreeItem
Returns a (possibly empty) array of TreeItems which are the direct item children of the receiver.
getItems(Item) - Method in class org.eclipse.nebula.jface.gridviewer.GridTreeViewer
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.
getKeyBinding(AccessibleActionEvent) - Method in class org.eclipse.swt.accessibility.AccessibleActionAdapter
Returns a string representing one or more key bindings, if there are any, associated with the specified action.
getKeyBinding(AccessibleActionEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleActionListener
Returns a string representing one or more key bindings, if there are any, associated with the specified action.
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.
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.
getLayoutData(Scrollable, int) - Method in class org.eclipse.nebula.jface.gridviewer.GridColumnLayout
getLayoutDeferred() - Method in class org.eclipse.swt.widgets.Composite
Returns true if the receiver has deferred the performing of layout, and false otherwise.
getLeft() - Method in class org.eclipse.swt.custom.CBanner
Returns the Control that appears on the left side of the banner.
getLeftMargin() - Method in class org.eclipse.swt.custom.CLabel
Return the CLabel's left margin.
getLevel() - Method in class org.eclipse.nebula.widgets.grid.GridItem
Returns the level of this item in the tree.
getLine() - Method in exception org.eclipse.rap.json.ParseException
Returns the number of the line in which the error occurred.
getLineAttributes() - Method in class org.eclipse.swt.graphics.GC
Returns the receiver's line attributes.
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.
getLineDash() - Method in class org.eclipse.swt.graphics.GC
Returns the receiver's line dash style.
getLineDelimiter() - Method in class org.eclipse.swt.widgets.Text
Returns the line delimiter.
getLineHeight() - Method in class org.eclipse.swt.widgets.Text
Returns the height of a line.
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.
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.nebula.widgets.grid.Grid
Returns true if the lines are visible.
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.
getListeners(int) - Method in class org.eclipse.swt.widgets.Widget
Returns an array of listeners who will be notified when an event of the given type occurs.
getListVisible() - Method in class org.eclipse.swt.custom.CCombo
Returns true if the receiver's list is visible, and false otherwise.
getListVisible() - Method in class org.eclipse.swt.widgets.Combo
Returns true if the receiver's list is visible, and false otherwise.
getLocale() - Method in interface org.eclipse.rap.rwt.client.service.ClientInfo
Returns the preferred locale of the client, based on the Accept-Language HTTP header of the first client request.
getLocale() - Static method in class org.eclipse.rap.rwt.RWT
Returns the preferred Locale for the current UI session.
getLocale() - Method in interface org.eclipse.rap.rwt.service.UISession
Returns the preferred Locale for this UI session.
getLocale() - Method in class org.eclipse.swt.graphics.FontData
Returns the locale of the receiver.
getLocales() - Method in interface org.eclipse.rap.rwt.client.service.ClientInfo
Returns the locales accepted by the client, based on the Accept-Language HTTP header.
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(String) - Method in interface org.eclipse.rap.rwt.service.ResourceManager
Returns the location within the web-applications context where the resource will be available for download.
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.
getLocked() - Method in class org.eclipse.swt.widgets.CoolBar
Returns whether or not the receiver is 'locked'.
getMaxFileSize() - Method in class org.eclipse.rap.fileupload.FileUploadHandler
Returns the maximum file size in bytes allowed to be uploaded for this handler.
getMaximized() - Method in class org.eclipse.swt.custom.CTabFolder
Returns true if the receiver is maximized.
getMaximized() - Method in class org.eclipse.swt.widgets.Shell
Returns true if the receiver is currently maximized, and false otherwise.
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.DateTime
Returns the maximum value which the receiver will allow or null if no maximum limit is applied.
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.
getMaximumValue(AccessibleValueEvent) - Method in class org.eclipse.swt.accessibility.AccessibleValueAdapter
Returns the maximum value that can be represented by this object.
getMaximumValue(AccessibleValueEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleValueListener
Returns the maximum value that can be represented by this object.
getMenu() - Method in class org.eclipse.swt.widgets.Control
Returns the receiver's pop up menu if it has one, or null if it does not.
getMenu() - Method in class org.eclipse.swt.widgets.MenuItem
Returns the receiver's cascade menu if it has one or null if it does not.
getMenu() - Method in class org.eclipse.swt.widgets.TaskItem
Returns the receiver's pop up menu if it has one, or null if it does not.
getMenuBar() - Method in class org.eclipse.swt.widgets.Decorations
Returns the receiver's menu bar if one had previously been set, otherwise returns null.
getMenuBar() - Method in class org.eclipse.swt.widgets.Display
Returns the single instance of the application menu bar or null when there is no application menu bar for the platform.
getMessage() - Method in interface org.eclipse.rap.rwt.client.service.ExitConfirmation
Returns the current exit confirmation message.
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.MessageBox
Returns the dialog's message, or an empty string if it does not have one.
getMessage() - Method in class org.eclipse.swt.widgets.Text
Returns the widget message.
getMessage() - Method in class org.eclipse.swt.widgets.ToolTip
Returns the receiver's message, which will be an empty string if it has never been set.
getMessage(String) - Static method in class org.eclipse.swt.SWT
Returns the NLS'ed message for the given argument.
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.Shell
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.DateTime
Returns the minimum value which the receiver will allow or null if no minimum limit is applied.
getMinimum() - Method in class org.eclipse.swt.widgets.ProgressBar
Returns the minimum value which the receiver will allow.
getMinimum() - Method in class org.eclipse.swt.widgets.Scale
Returns the minimum value which the receiver will allow.
getMinimum() - Method in class org.eclipse.swt.widgets.ScrollBar
Returns the minimum value which the receiver will allow.
getMinimum() - Method in class org.eclipse.swt.widgets.Slider
Returns the minimum value which the receiver will allow.
getMinimum() - Method in class org.eclipse.swt.widgets.Spinner
Returns the minimum value which the receiver will allow.
getMinimumCharacters() - Method in class org.eclipse.swt.custom.CTabFolder
Returns the number of characters that will appear in a fully compressed tab.
getMinimumSize() - Method in class org.eclipse.swt.widgets.CoolItem
Returns the minimum size that the cool item can be resized to using the cool item's gripper.
getMinimumSize() - Method in class org.eclipse.swt.widgets.Shell
Returns a point describing the minimum receiver's size.
getMinimumValue(AccessibleValueEvent) - Method in class org.eclipse.swt.accessibility.AccessibleValueAdapter
Returns the minimum value that can be represented by this object.
getMinimumValue(AccessibleValueEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleValueListener
Returns the minimum value that can be represented by this object.
getMinimumWidth() - Method in class org.eclipse.nebula.widgets.grid.GridColumn
 
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.
getModified() - Method in class org.eclipse.swt.widgets.Shell
Gets the receiver's modified state.
getMonitor() - Method in class org.eclipse.swt.widgets.Control
Returns the receiver's monitor.
getMonitors() - Method in class org.eclipse.swt.widgets.Display
Returns an array of monitors attached to the device.
getMonth() - Method in class org.eclipse.swt.widgets.DateTime
Returns the receiver's month.
getMoveable() - Method in class org.eclipse.nebula.widgets.grid.GridColumn
Returns true if this column is moveable.
getMoveable() - Method in class org.eclipse.swt.widgets.TableColumn
Gets the moveable attribute.
getMoveable() - Method in class org.eclipse.swt.widgets.TreeColumn
Gets the moveable attribute.
getMRUVisible() - Method in class org.eclipse.swt.custom.CTabFolder
Returns true if the receiver displays most recently used tabs and false otherwise.
getName() - Method in class org.eclipse.rap.json.JsonObject.Member
Returns the name of this member.
getName() - Method in interface org.eclipse.rap.rwt.client.ClientFile
The name of the file on the client, without path information.
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(AccessibleActionEvent) - Method in class org.eclipse.swt.accessibility.AccessibleActionAdapter
Returns the name of the specified action.
getName(AccessibleActionEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleActionListener
Returns the name of the specified action.
getName(AccessibleEvent) - Method in class org.eclipse.swt.accessibility.AccessibleAdapter
Sent when an accessibility client requests the name of the control, or the name of a child of the control.
getName(AccessibleEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleListener
Sent when an accessibility client requests the name of the control, or the name of a child of the control.
getNeighbor(int, boolean) - Method in class org.eclipse.nebula.jface.gridviewer.GridViewerRow
getNewValue() - Method in class org.eclipse.rap.rwt.service.SettingStoreEvent
Return the value of the attribute after the change.
getNextVisibleColumn(GridColumn) - Method in class org.eclipse.nebula.widgets.grid.Grid
Returns the next visible column in the table.
getNextVisibleItem(GridItem) - Method in class org.eclipse.nebula.widgets.grid.Grid
Returns the next visible item in the table.
getOffset() - Method in exception org.eclipse.rap.json.ParseException
Returns the absolute index of the character at which the error occurred.
getOffsetAtPoint(AccessibleTextEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTextExtendedAdapter
Returns the offset of the character under the specified point.
getOffsetAtPoint(AccessibleTextEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTextExtendedListener
Returns the offset of the character under the specified point.
getOldValue() - Method in class org.eclipse.rap.rwt.service.SettingStoreEvent
Returns the value of the attribute before the change.
getOption(String) - Method in class org.eclipse.nebula.widgets.richtext.RichTextEditorConfiguration
Returns a configuration option set in this RichTextEditorConfiguration.
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.widgets.Control
Returns the orientation of the receiver, which will be one of the constants SWT.LEFT_TO_RIGHT or SWT.RIGHT_TO_LEFT.
getOrientation() - Method in class org.eclipse.swt.widgets.Menu
Returns the orientation of the receiver, which will be one of the constants SWT.LEFT_TO_RIGHT or SWT.RIGHT_TO_LEFT.
getOrigin() - Method in class org.eclipse.swt.custom.ScrolledComposite
Return the point in the content that currently appears in the top left corner of the scrolled composite.
getOverlayImage() - Method in class org.eclipse.swt.widgets.TaskItem
Returns the receiver's overlay image if it has one, or null if it does not.
getOverlayText() - Method in class org.eclipse.swt.widgets.TaskItem
Returns the receiver's overlay text, which will be an empty string if it has never been set.
getPadding(Control) - Method in interface org.eclipse.rap.rwt.theme.ControlThemeAdapter
Returns the padding of the specified control.
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.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.
getParameter(String) - Method in class org.eclipse.rap.rwt.application.AbstractEntryPoint
Returns the value of a named entrypoint startup parameter.
getParameter(String) - Method in interface org.eclipse.rap.rwt.client.service.StartupParameters
Returns the value of a named entrypoint startup parameter.
getParameterNames() - Method in class org.eclipse.rap.rwt.application.AbstractEntryPoint
Returns the names of the entrypoint startup parameters.
getParameterNames() - Method in interface org.eclipse.rap.rwt.client.service.StartupParameters
Returns the names of the entrypoint startup parameters.
getParameterValues(String) - Method in class org.eclipse.rap.rwt.application.AbstractEntryPoint
Returns a list with values of a named entrypoint startup parameter.
getParameterValues(String) - Method in interface org.eclipse.rap.rwt.client.service.StartupParameters
Returns a list with values of a named entrypoint startup parameter.
getParent() - Method in class org.eclipse.nebula.widgets.grid.GridColumn
Returns the parent grid.
getParent() - Method in class org.eclipse.nebula.widgets.grid.GridColumnGroup
Returns the parent grid.
getParent() - Method in class org.eclipse.nebula.widgets.grid.GridItem
Returns the receiver's parent, which must be a Grid.
getParent() - Method in class org.eclipse.rap.rwt.widgets.DropDown
Returns the receiver's parent, which must be a Control.
getParent() - Method in class org.eclipse.swt.custom.CTabItem
Returns the receiver's parent, which must be a CTabFolder.
getParent() - Method in class org.eclipse.swt.widgets.Control
Returns the receiver's parent, which must be a Composite or null when the receiver is a shell that was created with null or a display for a parent.
getParent() - Method in class org.eclipse.swt.widgets.CoolItem
Returns the receiver's parent, which must be a CoolBar.
getParent() - Method in class org.eclipse.swt.widgets.Dialog
Returns the receiver's parent, which must be a Shell or null.
getParent() - Method in class org.eclipse.swt.widgets.ExpandItem
Returns the receiver's parent, which must be a ExpandBar.
getParent() - Method in class org.eclipse.swt.widgets.Menu
Returns the receiver's parent, which must be a Decorations.
getParent() - Method in class org.eclipse.swt.widgets.MenuItem
Returns the receiver's parent, which must be a Menu.
getParent() - Method in class org.eclipse.swt.widgets.ScrollBar
Returns the receiver's parent, which must be a Scrollable.
getParent() - Method in class org.eclipse.swt.widgets.TabItem
Returns the receiver's parent, which must be a TabFolder.
getParent() - Method in class org.eclipse.swt.widgets.TableColumn
Returns the receiver's parent, which must be a Table.
getParent() - Method in class org.eclipse.swt.widgets.TableItem
Returns the receiver's parent, which must be a Table.
getParent() - Method in class org.eclipse.swt.widgets.TaskItem
Returns the receiver's parent, which must be a TaskBar.
getParent() - Method in class org.eclipse.swt.widgets.ToolItem
Returns the receiver's parent, which must be a ToolBar.
getParent() - Method in class org.eclipse.swt.widgets.ToolTip
Returns the receiver's parent, which must be a Shell.
getParent() - Method in class org.eclipse.swt.widgets.TrayItem
Returns the receiver's parent, which must be a Tray.
getParent() - Method in class org.eclipse.swt.widgets.TreeColumn
Returns the receiver's parent, which must be a Tree.
getParent() - Method in class org.eclipse.swt.widgets.TreeItem
Returns the receiver's parent, which must be a Tree.
getParentItem() - Method in class org.eclipse.nebula.widgets.grid.GridItem
Returns the receiver's parent item, which must be a GridItem 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.
getParentItem(Item) - Method in class org.eclipse.nebula.jface.gridviewer.GridTreeViewer
getParentMenu() - Method in class org.eclipse.swt.widgets.Menu
Returns the receiver's parent item, which must be a Menu or null when the receiver is a root.
getPathData() - Method in class org.eclipse.swt.graphics.Path
Returns a device independent representation of the receiver.
getPixel(int, int) - Method in class org.eclipse.swt.graphics.ImageData
Returns the pixel value at offset x in scanline y in the receiver's data.
getPixel(RGB) - Method in class org.eclipse.swt.graphics.PaletteData
Returns the pixel value corresponding to the given RGB.
getPixels(int, int, int, byte[], int) - Method in class org.eclipse.swt.graphics.ImageData
Returns getWidth pixel values starting at offset x in scanline y in the receiver's data starting at startIndex.
getPixels(int, int, int, int[], int) - Method in class org.eclipse.swt.graphics.ImageData
Returns getWidth pixel values starting at offset x in scanline y in the receiver's data starting at startIndex.
getPlatform() - Static method in class org.eclipse.swt.SWT
Returns the SWT platform name.
getPreferredSize() - Method in class org.eclipse.swt.widgets.CoolItem
Returns a point describing the receiver's ideal size.
getPreviousVisibleColumn(GridColumn) - Method in class org.eclipse.nebula.widgets.grid.Grid
Returns the previous visible column in the table.
getPreviousVisibleItem(GridItem) - Method in class org.eclipse.nebula.widgets.grid.Grid
Returns the previous visible item in the table.
getPrimaryMonitor() - Method in class org.eclipse.swt.widgets.Display
Returns the primary monitor for that device.
getProgress() - Method in class org.eclipse.swt.widgets.TaskItem
Returns the receiver's progress.
getProgressState() - Method in class org.eclipse.swt.widgets.TaskItem
Returns the receiver's progress state.
getRanges(AccessibleTextEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTextExtendedAdapter
Returns the text range(s) contained within the given bounding box.
getRanges(AccessibleTextEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTextExtendedListener
Returns the text range(s) contained within the given bounding box.
getReceiver() - Method in class org.eclipse.rap.fileupload.FileUploadHandler
Returns the file upload receiver that is associated with this file upload handler.
getRed() - Method in class org.eclipse.swt.graphics.Color
Returns the amount of red in the color, from 0 to 255.
getRegisteredContent(String) - Method in interface org.eclipse.rap.rwt.service.ResourceManager
Returns the content of the registered resource with the given name.
getRemoveButtonConfiguration() - Method in class org.eclipse.nebula.widgets.richtext.toolbar.ToolbarConfiguration
Deprecated.
Configure CKEditor toolbar default buttons.
getRemovedButtons() - Method in class org.eclipse.nebula.widgets.richtext.toolbar.ToolbarConfiguration
Deprecated.
 
getRequest() - Static method in class org.eclipse.rap.rwt.RWT
Returns the HttpServletRequest that is currently processed.
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.
getResizeable() - Method in class org.eclipse.nebula.widgets.grid.GridColumn
Returns true if the column is resizeable.
getResourceAsStream(String) - Method in interface org.eclipse.rap.rwt.service.ResourceLoader
Returns an input stream to the resource contents.
getResourceManager() - Static method in class org.eclipse.rap.rwt.RWT
Returns the instance of the resource manager for the current application context.
getResourceManager() - Method in interface org.eclipse.rap.rwt.service.ApplicationContext
Returns the instance of the resource manager for this application context.
getResponse() - Static method in class org.eclipse.rap.rwt.RWT
Returns the HttpServletResponse that will be sent to the client after processing the current request.
getRGB() - Method in class org.eclipse.swt.graphics.Color
Returns an RGB representing the receiver.
getRGB() - Method in class org.eclipse.swt.widgets.ColorDialog
Returns the currently selected color in the receiver.
getRGB() - Method in class org.eclipse.swt.widgets.FontDialog
Returns an RGB describing the color that was selected in the dialog, or null if none is available.
getRGB(int) - Method in class org.eclipse.swt.graphics.PaletteData
Returns an RGB corresponding to the given pixel value.
getRGBA() - Method in class org.eclipse.swt.graphics.Color
Returns an RGBA representing the receiver.
getRGBs() - Method in class org.eclipse.swt.graphics.ImageData
Returns an array of RGBs which comprise the indexed color table of the receiver, or null if the receiver has a direct color model.
getRGBs() - Method in class org.eclipse.swt.graphics.PaletteData
Returns all the RGB values in the receiver if it is an indexed palette, or null if it is a direct palette.
getRight() - Method in class org.eclipse.swt.custom.CBanner
Returns the Control that appears on the right side of the banner.
getRightMargin() - Method in class org.eclipse.swt.custom.CLabel
Return the CLabel's right margin.
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.
getRootItem(int) - Method in class org.eclipse.nebula.widgets.grid.Grid
TODO: JavaDoc
getRootItemCount() - Method in class org.eclipse.nebula.widgets.grid.Grid
Returns the number of root items contained in the receiver.
getRootItems() - Method in class org.eclipse.nebula.widgets.grid.Grid
Returns a (possibly empty) array of GridItems which are the root items in the receiver.
getRow(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Returns the accessible object for the specified row in the table.
getRow(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Returns the accessible object for the specified row in the table.
getRowCount() - Method in class org.eclipse.swt.widgets.ToolBar
Returns the number of rows in the receiver.
getRowCount(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Returns the total number of rows in the table.
getRowCount(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Returns the total number of rows in the table.
getRowDescription(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Returns the description text of the specified row in the table.
getRowDescription(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Returns the description text of the specified row in the table.
getRowHeader(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Returns the accessible object for the row header.
getRowHeader(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Returns the accessible object for the row header.
getRowHeaderCells(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Returns the row header cells as an array of accessible objects.
getRowHeaderCells(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Returns the row header cells as an array of accessible objects.
getRowHeaders(AccessibleTableCellEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableCellAdapter
Returns the row headers as an array of cell accessibles.
getRowHeaders(AccessibleTableCellEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableCellListener
Returns the row headers as an array of cell accessibles.
getRowHeaderText(Object) - Method in class org.eclipse.nebula.jface.gridviewer.GridColumnLabelProvider
Returns the row header text for this element.
getRowIndex(AccessibleTableCellEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableCellAdapter
Translates this cell accessible into the corresponding row index.
getRowIndex(AccessibleTableCellEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableCellListener
Translates this cell accessible into the corresponding row index.
getRows(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Returns the rows as an array of accessible objects.
getRows(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Returns the rows as an array of accessible objects.
getRowSpan(Object) - Method in class org.eclipse.nebula.jface.gridviewer.GridColumnLabelProvider
Returns the number of rows this element should span
getRowSpan(AccessibleTableCellEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableCellAdapter
Returns the number of rows occupied by this cell accessible.
getRowSpan(AccessibleTableCellEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableCellListener
Returns the number of rows occupied by this cell accessible.
getSashWidth() - Method in class org.eclipse.swt.custom.SashForm
Returns the width of the sashes when the controls in the SashForm are laid out.
getSeconds() - Method in class org.eclipse.swt.widgets.DateTime
Returns the receiver's seconds.
getSelectedCellCount(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Returns the number of selected cells.
getSelectedCellCount(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Returns the number of selected cells.
getSelectedCells(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Returns the currently selected cells.
getSelectedCells(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Returns the currently selected cells.
getSelectedColumnCount(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Returns the number of selected columns.
getSelectedColumnCount(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Returns the number of selected columns.
getSelectedColumns(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Returns the column indexes that are currently selected.
getSelectedColumns(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Returns the column indexes that are currently selected.
getSelectedRowCount(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Returns the number of selected rows.
getSelectedRowCount(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Returns the number of selected rows.
getSelectedRows(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Returns the row indexes that are currently selected.
getSelectedRows(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Returns the row indexes that are currently selected.
getSelection() - Method in class org.eclipse.nebula.jface.gridviewer.GridTableViewer
getSelection() - Method in class org.eclipse.nebula.widgets.grid.Grid
Returns a array of GridItems that are currently selected in the receiver.
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.widgets.Button
Returns true if the receiver is selected, and false otherwise.
getSelection() - Method in class org.eclipse.swt.widgets.Combo
Returns a Point whose x coordinate is the character position representing the start of the selection in the receiver's text field, and whose y coordinate is the character position representing the end of the selection.
getSelection() - Method in class org.eclipse.swt.widgets.List
Returns an array of Strings that are currently selected in the receiver.
getSelection() - Method in class org.eclipse.swt.widgets.MenuItem
Returns true if the receiver is selected, and false otherwise.
getSelection() - Method in class org.eclipse.swt.widgets.ProgressBar
Returns the single 'selection' that is the receiver's position.
getSelection() - Method in class org.eclipse.swt.widgets.Scale
Returns the 'selection', which is the receiver's position.
getSelection() - Method in class org.eclipse.swt.widgets.ScrollBar
Returns the single 'selection' that is the receiver's value.
getSelection() - Method in class org.eclipse.swt.widgets.Slider
Returns the 'selection', which is the receiver's value.
getSelection() - Method in class org.eclipse.swt.widgets.Spinner
Returns the selection, which is the receiver's position.
getSelection() - Method in class org.eclipse.swt.widgets.TabFolder
Returns an array of TabItems that are currently selected in the receiver.
getSelection() - Method in class org.eclipse.swt.widgets.Table
Returns an array of TableItems that are currently selected in the receiver.
getSelection() - Method in class org.eclipse.swt.widgets.Text
Returns a Point whose x coordinate is the character position representing the start of the selected text, and whose y coordinate is the character position representing the end of the selection.
getSelection() - Method in class org.eclipse.swt.widgets.ToolItem
Returns true if the receiver is selected, and false otherwise.
getSelection() - Method in class org.eclipse.swt.widgets.Tree
Returns an array of TreeItems that are currently selected in the receiver.
getSelection(AccessibleControlEvent) - Method in class org.eclipse.swt.accessibility.AccessibleControlAdapter
Sent when an accessibility client requests the identity of the child or control that is currently selected.
getSelection(AccessibleControlEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleControlListener
Sent when an accessibility client requests the identity of the child or control that is currently selected.
getSelection(AccessibleTextEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTextExtendedAdapter
Returns the character offsets of the specified text selection.
getSelection(AccessibleTextEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTextExtendedListener
Returns the character offsets of the specified text selection.
getSelection(Control) - Method in class org.eclipse.nebula.jface.gridviewer.GridTreeViewer
getSelectionBackground() - Method in class org.eclipse.swt.custom.CTabFolder
Returns the receiver's selection background color.
getSelectionCount() - Method in class org.eclipse.nebula.widgets.grid.Grid
Returns the number of selected items contained in the receiver.
getSelectionCount() - Method in class org.eclipse.swt.widgets.List
Returns the number of selected items contained in the receiver.
getSelectionCount() - Method in class org.eclipse.swt.widgets.Table
Returns the number of selected items contained in the receiver.
getSelectionCount() - Method in class org.eclipse.swt.widgets.Text
Returns the number of selected characters.
getSelectionCount() - Method in class org.eclipse.swt.widgets.Tree
Returns the number of selected items contained in the receiver.
getSelectionCount(AccessibleTextEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTextExtendedAdapter
Returns the number of active non-contiguous selections.
getSelectionCount(AccessibleTextEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTextExtendedListener
Returns the number of active non-contiguous selections.
getSelectionEnabled() - Method in class org.eclipse.nebula.widgets.grid.Grid
Returns true if selection is enabled, false otherwise.
getSelectionForeground() - Method in class org.eclipse.swt.custom.CTabFolder
Returns the receiver's selection foreground color.
getSelectionIndex() - Method in class org.eclipse.nebula.widgets.grid.Grid
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.rap.rwt.widgets.DropDown
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.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.nebula.widgets.grid.Grid
Returns the zero-relative indices of the items which are currently selected in the receiver.
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.
getSelectionText() - Method in class org.eclipse.swt.widgets.Text
Gets the selected text, or an empty string if there is no current selection.
getService(Class<T>) - Method in interface org.eclipse.rap.rwt.client.Client
Returns this client's implementation of a given service, if available.
getService(Class<T>) - Method in class org.eclipse.rap.rwt.client.WebClient
 
getServiceHandlerUrl(String) - Method in interface org.eclipse.rap.rwt.service.ServiceManager
Returns the URL to access a service handler.
getServiceManager() - Static method in class org.eclipse.rap.rwt.RWT
Returns the instance of the service manager for the current application context.
getServiceManager() - Method in interface org.eclipse.rap.rwt.service.ApplicationContext
Returns the instance of the service manager for this application context.
getServletInfo() - Method in class org.eclipse.rap.rwt.engine.RWTServlet
 
getSessionInstance(Class<T>) - Static method in class org.eclipse.rap.rwt.SingletonUtil
Returns an instance of the specified type that is unique within the current UI session.
getSettingStore() - Static method in class org.eclipse.rap.rwt.RWT
Returns the setting store instance for the current UI session.
getShell() - Method in class org.eclipse.rap.rwt.application.AbstractEntryPoint
Returns the main shell for this entrypoint.
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 descendents of the receiver.
getShowClose() - Method in class org.eclipse.swt.custom.CTabItem
Returns true to indicate that the receiver's close button should be shown.
getShowFocusedControl() - Method in class org.eclipse.swt.custom.ScrolledComposite
Returns true if the receiver automatically scrolls to a focused child control to make it visible.
getSimple() - Method in class org.eclipse.swt.custom.CBanner
Returns true if the CBanner is rendered with a simple, traditional shape.
getSingle() - Method in class org.eclipse.swt.custom.CTabFolder
Returns true if the CTabFolder only displays the selected tab and false if the CTabFolder displays multiple tabs.
getSize() - Method in interface org.eclipse.rap.rwt.client.ClientFile
Returns the size of the File on the client.
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.
getSizeLimit() - Method in exception org.eclipse.rap.fileupload.UploadSizeLimitExceededException
Returns the maximum permitted file upload size in bytes.
getSort() - Method in class org.eclipse.nebula.widgets.grid.GridColumn
Returns the sort indicator value.
getSortColumn() - Method in class org.eclipse.swt.widgets.Table
Returns the column which shows the sort indicator for the receiver.
getSortColumn() - Method in class org.eclipse.swt.widgets.Tree
Returns the column which shows the sort indicator for the receiver.
getSortDirection() - Method in class org.eclipse.swt.widgets.Table
Returns the direction of the sort indicator for the receiver.
getSortDirection() - Method in class org.eclipse.swt.widgets.Tree
Returns the direction of the sort indicator for the receiver.
getSpacing() - Method in class org.eclipse.swt.widgets.ExpandBar
Returns the receiver's spacing.
getStartIndex(AccessibleHyperlinkEvent) - Method in class org.eclipse.swt.accessibility.AccessibleHyperlinkAdapter
Returns the 0 based character offset at which the textual representation of the hyperlink starts.
getStartIndex(AccessibleHyperlinkEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleHyperlinkListener
Returns the 0 based character offset at which the textual representation of the hyperlink starts.
getState() - Method in class org.eclipse.rap.rwt.client.service.BrowserNavigationEvent
Return the browser history state to which the user navigated.
getState() - Method in class org.eclipse.swt.widgets.ProgressBar
Returns the state of the receiver.
getState(AccessibleControlEvent) - Method in class org.eclipse.swt.accessibility.AccessibleControlAdapter
Sent when an accessibility client requests the state of the control, or the state of a child of the control.
getState(AccessibleControlEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleControlListener
Sent when an accessibility client requests the state of the control, or the state of a child of the control.
getStyle() - Method in class org.eclipse.swt.custom.CCombo
 
getStyle() - Method in class org.eclipse.swt.custom.CLabel
 
getStyle() - Method in class org.eclipse.swt.custom.CTabFolder
 
getStyle() - Method in class org.eclipse.swt.custom.SashForm
 
getStyle() - Method in class org.eclipse.swt.graphics.FontData
Returns the style of the receiver which is a bitwise OR of one or more of the SWT constants NORMAL, BOLD and ITALIC.
getStyle() - Method in class org.eclipse.swt.graphics.GC
Returns the receiver's style information.
getStyle() - Method in class org.eclipse.swt.widgets.Dialog
Returns the receiver's style information.
getStyle() - Method in class org.eclipse.swt.widgets.Widget
Returns the receiver's style information.
getSummary(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Returns the summary description of the table.
getSummary(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Returns the summary description of the table.
getSupportedTypes() - Method in class org.eclipse.rap.rwt.dnd.ClientFileTransfer
 
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
 
getSystemCursor(int) - Method in class org.eclipse.swt.widgets.Display
Returns the matching standard platform cursor for the given constant, which should be one of the cursor constants specified in class SWT.
getSystemFont() - Method in class org.eclipse.swt.graphics.Device
Returns a reasonable font for applications to use.
getSystemImage(int) - Method in class org.eclipse.swt.widgets.Display
Returns the matching standard platform image for the given constant, which should be one of the icon constants specified in class SWT.
getSystemMenu() - Method in class org.eclipse.swt.widgets.Display
Returns the single instance of the system-provided menu for the application.
getSystemTaskBar() - Method in class org.eclipse.swt.widgets.Display
Returns the single instance of the system taskBar or null when there is no system taskBar available for the platform.
getSystemTray() - Method in class org.eclipse.swt.widgets.Display
Returns the single instance of the system tray or null when there is no system tray available for the platform.
getTabHeight() - Method in class org.eclipse.swt.custom.CTabFolder
Returns the height of the tab
getTable(AccessibleTableCellEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableCellAdapter
Returns the accessible for the table containing this cell.
getTable(AccessibleTableCellEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableCellListener
Returns the accessible for the table containing this cell.
getTabList() - Method in class org.eclipse.swt.widgets.Composite
Gets the (possibly empty) tabbing order for the control.
getTabPosition() - Method in class org.eclipse.swt.custom.CTabFolder
Returns the position of the tab.
getTargetFiles() - Method in class org.eclipse.rap.fileupload.DiskFileUploadReceiver
Returns an array with files that the received data has been saved to.
getText() - Method in class org.eclipse.nebula.widgets.grid.GridItem
Returns the receiver's text, which will be an empty string if it has never been set.
getText() - Method in class org.eclipse.nebula.widgets.richtext.RichTextEditor
Get the text from the editing area.
getText() - Method in class org.eclipse.rap.rwt.widgets.FileUpload
Returns the receiver's text, which will be an empty string if it has never been set.
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.widgets.Button
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.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.Item
Returns the receiver's text, which will be an empty string if it has never been set.
getText() - Method in class org.eclipse.swt.widgets.Label
Returns the receiver's text, which will be an empty string if it has never been set or if the receiver is a SEPARATOR label.
getText() - Method in class org.eclipse.swt.widgets.Link
Returns the receiver's text, which will be an empty string if it has never been set.
getText() - Method in class org.eclipse.swt.widgets.Spinner
Returns a string containing a copy of the contents of the receiver's text field, or an empty string if there are no contents.
getText() - Method in class org.eclipse.swt.widgets.TableItem
 
getText() - Method in class org.eclipse.swt.widgets.Text
Returns the widget text.
getText() - Method in class org.eclipse.swt.widgets.ToolTip
Returns the receiver's text, which will be an empty string if it has never been set.
getText() - Method in class org.eclipse.swt.widgets.TreeItem
Returns the receiver's text, which will be an empty string if it has never been set.
getText(int) - Method in class org.eclipse.nebula.jface.gridviewer.GridViewerRow
getText(int) - Method in class org.eclipse.nebula.widgets.grid.GridItem
Returns the text stored at the given column index in the receiver, or empty string if the text has not been set.
getText(int) - Method in class org.eclipse.swt.widgets.TableItem
Returns the text stored at the given column index in the receiver, or empty string if the text has not been set.
getText(int) - Method in class org.eclipse.swt.widgets.TreeItem
Returns the text stored at the given column index in the receiver, or empty string if the text has not been set.
getText(int, int) - Method in class org.eclipse.swt.widgets.Text
Returns a range of text.
getText(AccessibleTextEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTextExtendedAdapter
Returns a substring and its range for the given range, count and boundary type.
getText(AccessibleTextEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTextExtendedListener
Returns a substring and its range for the given range, count and boundary type.
getTextAntialias() - Method in class org.eclipse.swt.graphics.GC
Returns the receiver's text drawing anti-aliasing setting value, which will be one of SWT.DEFAULT, SWT.OFF or SWT.ON.
getTextAttributes(AccessibleTextAttributeEvent) - Method in class org.eclipse.swt.accessibility.AccessibleAttributeAdapter
Returns text attributes specific to this Accessible object.
getTextAttributes(AccessibleTextAttributeEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleAttributeListener
Returns text attributes specific to this Accessible object.
getTextBounds(int) - Method in class org.eclipse.swt.widgets.TableItem
Returns a rectangle describing the size and location relative to its parent of the text at a column in the table.
getTextBounds(int) - Method in class org.eclipse.swt.widgets.TreeItem
Returns a rectangle describing the size and location relative to its parent of the text at a column in the tree.
getTextBounds(AccessibleTextEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTextExtendedAdapter
Returns the bounding box(es) of the specified text range in display coordinates.
getTextBounds(AccessibleTextEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTextExtendedListener
Returns the bounding box(es) of the specified text range in display coordinates.
getTextChars() - Method in class org.eclipse.swt.widgets.Text
Returns the widget's text as a character array.
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.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 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.
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.
getTimeLimit() - Method in exception org.eclipse.rap.fileupload.UploadTimeLimitExceededException
Returns the maximum permitted file upload duration in milliseconds.
getTimezoneOffset() - Method in interface org.eclipse.rap.rwt.client.service.ClientInfo
Returns the offset between the client's local time and UTC.
getToolBar() - Method in class org.eclipse.swt.widgets.Shell
Returns the instance of the ToolBar object representing the tool bar that can appear on the trim of the shell.
getToolbarButtonConfigurations() - Method in class org.eclipse.nebula.widgets.richtext.toolbar.ToolbarConfiguration
Deprecated.
 
getToolbarGroupConfiguration() - Method in class org.eclipse.nebula.widgets.richtext.toolbar.ToolbarConfiguration
Deprecated.
Configure CKEditor toolbar button groups.
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.
getToolTipText(int) - Method in class org.eclipse.nebula.widgets.grid.GridItem
Returns the tooltip for the given cell.
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.nebula.widgets.grid.Grid
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.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.
getTopItem() - Method in class org.eclipse.swt.widgets.Tree
Returns the item which is currently at the top of the receiver.
getTopLeft() - Method in class org.eclipse.swt.custom.ViewForm
Returns the Control that appears in the top left corner of the pane.
getTopMargin() - Method in class org.eclipse.swt.custom.CLabel
Return the CLabel's top margin.
getTopRight() - Method in class org.eclipse.swt.custom.CTabFolder
Returns the control in the top right corner of the tab folder.
getTopRight() - Method in class org.eclipse.swt.custom.ViewForm
Returns the control in the top right corner of the pane.
getTopRightAlignment() - Method in class org.eclipse.swt.custom.CTabFolder
Returns the alignment of the top right control.
getTouchEnabled() - Method in class org.eclipse.swt.widgets.Control
Returns true if this control is receiving OS-level touch events, otherwise false
getTouchEnabled() - Method in class org.eclipse.swt.widgets.Display
Returns true if a touch-aware input device is attached to the system, enabled, and ready for use.
getTransfer() - Method in class org.eclipse.swt.dnd.DragSource
Returns the list of data types that can be transferred by this DragSource.
getTransfer() - Method in class org.eclipse.swt.dnd.DropTarget
Returns a list of the data types that can be transferred to this DropTarget.
getTransform(Transform) - Method in class org.eclipse.swt.graphics.GC
Sets the parameter to the transform that is currently being used by the receiver.
getTransparencyMask() - Method in class org.eclipse.swt.graphics.ImageData
Returns an ImageData which specifies the transparency mask information for the receiver.
getTransparencyType() - Method in class org.eclipse.swt.graphics.ImageData
Returns the image transparency type, which will be one of SWT.TRANSPARENCY_NONE, SWT.TRANSPARENCY_MASK, SWT.TRANSPARENCY_PIXEL or SWT.TRANSPARENCY_ALPHA.
getTreePath() - Method in class org.eclipse.nebula.jface.gridviewer.GridViewerRow
getType() - Method in interface org.eclipse.rap.rwt.client.ClientFile
The string in lower case representing the MIME type of the file.
getTypeIds() - Method in class org.eclipse.rap.rwt.dnd.ClientFileTransfer
 
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.rap.rwt.dnd.ClientFileTransfer
 
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
 
getUISession() - Static method in class org.eclipse.rap.rwt.RWT
Returns the current UI session.
getUISession() - Method in class org.eclipse.rap.rwt.service.UISessionEvent
Returns the UI session that this event is related to.
getUISession(Display) - Static method in class org.eclipse.rap.rwt.RWT
Returns the UI session that is associated with the given display.
getUniqueInstance(Class<T>, ApplicationContext) - Static method in class org.eclipse.rap.rwt.SingletonUtil
Returns an instance of the specified type that is unique within the given UI session.
getUniqueInstance(Class<T>, UISession) - Static method in class org.eclipse.rap.rwt.SingletonUtil
Returns an instance of the specified type that is unique within the given UI session.
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.
getUploadDirectory() - Method in class org.eclipse.rap.fileupload.DiskFileUploadReceiver
Return the directory where the file should be uploaded to, or null when a temporary directory is used.
getUploadDirectory() - Method in class org.eclipse.swt.widgets.FileDialog
Returns the directory where the files should be uploaded to, or null when a temporary directory is used.
getUploadSizeLimit() - Method in class org.eclipse.swt.widgets.FileDialog
Returns the maximum upload size in bytes.
getUploadTimeLimit() - Method in class org.eclipse.rap.fileupload.FileUploadHandler
Returns the maximum upload duration.
getUploadTimeLimit() - Method in class org.eclipse.swt.widgets.FileDialog
Returns the maximum upload duration in milliseconds.
getUploadUrl() - Method in class org.eclipse.rap.fileupload.FileUploadHandler
Returns the upload URL to which a file can be uploaded.
getUrl() - Method in class org.eclipse.swt.browser.Browser
Returns the current URL.
getUTF8Encoded(String, Class<T>) - Static method in class org.eclipse.rap.rwt.RWT.NLS
Returns a NLS object for the given resource bundle and type.
getValue() - Method in class org.eclipse.rap.json.JsonObject.Member
Returns the value of this member.
getValue(Object) - Method in class org.eclipse.nebula.jface.gridviewer.CheckEditingSupport
getValue(AccessibleControlEvent) - Method in class org.eclipse.swt.accessibility.AccessibleControlAdapter
Sent when an accessibility client requests the value of the control, or the value of a child of the control.
getValue(AccessibleControlEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleControlListener
Sent when an accessibility client requests the value of the control, or the value of a child of the control.
getVersion() - Static method in class org.eclipse.swt.SWT
Returns the SWT version number as an integer.
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.
getVerticalBar() - Method in class org.eclipse.swt.widgets.Text
 
getVerticalScrollBarProxy() - Method in class org.eclipse.nebula.widgets.grid.Grid
 
getViewerRowFromItem(Widget) - Method in class org.eclipse.nebula.jface.gridviewer.GridTableViewer
getViewerRowFromItem(Widget) - Method in class org.eclipse.nebula.jface.gridviewer.GridTreeViewer
getVisible() - Method in class org.eclipse.nebula.widgets.grid.GridColumn
Returns the visibility state as set with setVisible.
getVisible() - Method in class org.eclipse.rap.rwt.widgets.DropDown
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.ToolTip
Returns true if the receiver is visible, and false otherwise.
getVisible() - Method in class org.eclipse.swt.widgets.TrayItem
Returns true if the receiver is visible and false otherwise.
getVisibleColumns(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Returns the visible columns as an array of accessible objects.
getVisibleColumns(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Returns the visible columns as an array of accessible objects.
getVisibleItemCount() - Method in class org.eclipse.rap.rwt.widgets.DropDown
Gets the number of items that are visible in the receiver's list.
getVisibleItemCount() - Method in class org.eclipse.swt.custom.CCombo
Gets the number of items that are visible in the drop down portion of the receiver's list.
getVisibleItemCount() - Method in class org.eclipse.swt.widgets.Combo
Gets the number of items that are visible in the drop down portion of the receiver's list.
getVisibleRanges(AccessibleTextEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTextExtendedAdapter
Returns the visible text range(s).
getVisibleRanges(AccessibleTextEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTextExtendedListener
Returns the visible text range(s).
getVisibleRows(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Returns the visible rows as an array of accessible objects.
getVisibleRows(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Returns the visible rows as an array of accessible objects.
getVisualIndex(int) - Method in class org.eclipse.nebula.jface.gridviewer.GridViewerRow
getWebBrowser() - Method in class org.eclipse.swt.browser.Browser
Returns the JavaXPCOM nsIWebBrowser for the receiver, or null if it is not available.
getWeights() - Method in class org.eclipse.swt.custom.SashForm
Answer the relative weight of each child in the SashForm.
getWidth() - Method in class org.eclipse.nebula.widgets.grid.GridColumn
Returns the width of the column.
getWidth() - Method in class org.eclipse.swt.widgets.TableColumn
Gets the width of the receiver.
getWidth() - Method in class org.eclipse.swt.widgets.ToolItem
Gets the width of the receiver.
getWidth() - Method in class org.eclipse.swt.widgets.TreeColumn
Gets the width of the receiver.
getWordWrap() - Method in class org.eclipse.nebula.widgets.grid.GridColumn
Returns the true if the cells in receiver wrap their text.
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.
getYear() - Method in class org.eclipse.swt.widgets.DateTime
Returns the receiver's year.
GRAB_HORIZONTAL - Static variable in class org.eclipse.swt.layout.GridData
Style bit for new GridData(int) to resize the control to fit the remaining horizontal space.
GRAB_VERTICAL - Static variable in class org.eclipse.swt.layout.GridData
Style bit for new GridData(int) to resize the control to fit the remaining vertical space.
grabExcessHorizontalSpace - Variable in class org.eclipse.swt.layout.GridData
grabExcessHorizontalSpace specifies whether the width of the cell changes depending on the size of the parent Composite.
grabExcessVerticalSpace - Variable in class org.eclipse.swt.layout.GridData
grabExcessVerticalSpace specifies whether the height of the cell changes depending on the size of the parent Composite.
grabHorizontal - Variable in class org.eclipse.swt.custom.ControlEditor
Specifies whether the editor should be sized to use the entire width of the control.
grabVertical - Variable in class org.eclipse.swt.custom.ControlEditor
Specifies whether the editor should be sized to use the entire height of the control.
green - Variable in class org.eclipse.swt.graphics.RGB
the green component of the RGB
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
Grid - Class in org.eclipse.nebula.widgets.grid
Instances of this class implement a selectable user interface object that displays a list of images and strings and issue notification when selected.
Grid(Composite, int) - Constructor for class org.eclipse.nebula.widgets.grid.Grid
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
GridColumn - Class in org.eclipse.nebula.widgets.grid
Instances of this class represent a column in a grid widget.
GridColumn(GridColumnGroup, int) - Constructor for class org.eclipse.nebula.widgets.grid.GridColumn
Constructs a new instance of this class given its parent column group (which must be a GridColumnGroup), a style value describing its behavior and appearance, and the index at which to place it in the items maintained by its parent.
GridColumn(Grid, int) - Constructor for class org.eclipse.nebula.widgets.grid.GridColumn
Constructs a new instance of this class given its parent (which must be a Grid) and a style value describing its behavior and appearance.
GridColumn(Grid, int, int) - Constructor for class org.eclipse.nebula.widgets.grid.GridColumn
Constructs a new instance of this class given its parent (which must be a Grid), a style value describing its behavior and appearance, and the index at which to place it in the items maintained by its parent.
GridColumnGroup - Class in org.eclipse.nebula.widgets.grid
Instances of this class represent a column group in a grid widget.
GridColumnGroup(Grid, int) - Constructor for class org.eclipse.nebula.widgets.grid.GridColumnGroup
Constructs a new instance of this class given its parent (which must be a Grid) and a style value describing its behavior and appearance.
GridColumnLabelProvider - Class in org.eclipse.nebula.jface.gridviewer
A label provider that provides hooks for extra functionality in the Grid.
GridColumnLabelProvider() - Constructor for class org.eclipse.nebula.jface.gridviewer.GridColumnLabelProvider
 
GridColumnLayout - Class in org.eclipse.nebula.jface.gridviewer
The GridColumnLayout is the Layout used to maintain GridColumn sizes in a Grid.
GridColumnLayout() - Constructor for class org.eclipse.nebula.jface.gridviewer.GridColumnLayout
 
GridData - Class in org.eclipse.swt.layout
GridData is the layout data object associated with GridLayout.
GridData() - Constructor for class org.eclipse.swt.layout.GridData
Constructs a new instance of GridData using default values.
GridData(int) - Constructor for class org.eclipse.swt.layout.GridData
Constructs a new instance based on the GridData style.
GridData(int, int) - Constructor for class org.eclipse.swt.layout.GridData
Constructs a new instance of GridData according to the parameters.
GridData(int, int, boolean, boolean) - Constructor for class org.eclipse.swt.layout.GridData
Constructs a new instance of GridData according to the parameters.
GridData(int, int, boolean, boolean, int, int) - Constructor for class org.eclipse.swt.layout.GridData
Constructs a new instance of GridData according to the parameters.
GridEditor - Class in org.eclipse.nebula.widgets.grid
A GridEditor is a manager for a Control that appears above a cell in a Grid and tracks with the moving and resizing of that cell.
GridEditor(Grid) - Constructor for class org.eclipse.nebula.widgets.grid.GridEditor
Creates a TableEditor for the specified Table.
GridItem - Class in org.eclipse.nebula.widgets.grid
Instances of this class represent a selectable user interface object that represents an item in a grid.
GridItem(GridItem, int) - Constructor for class org.eclipse.nebula.widgets.grid.GridItem
Creates a new instance of this class as a child node of the given GridItem and places the item at the end of the parents items.
GridItem(GridItem, int, int) - Constructor for class org.eclipse.nebula.widgets.grid.GridItem
Creates a new instance of this class as a child node of the given Grid and places the item at the given index in the parent items list.
GridItem(Grid, int) - Constructor for class org.eclipse.nebula.widgets.grid.GridItem
Creates a new instance of this class and places the item at the end of the grid.
GridItem(Grid, int, int) - Constructor for class org.eclipse.nebula.widgets.grid.GridItem
Creates a new instance of this class and places the item in the grid at the given index.
GridLayout - Class in org.eclipse.swt.layout
Instances of this class lay out the control children of a Composite in a grid.
GridLayout() - Constructor for class org.eclipse.swt.layout.GridLayout
Constructs a new instance of this class with a single column.
GridLayout(int, boolean) - Constructor for class org.eclipse.swt.layout.GridLayout
Constructs a new instance of this class given the number of columns, and whether or not the columns should be forced to have the same width.
GridTableViewer - Class in org.eclipse.nebula.jface.gridviewer
A concrete viewer based on an Grid control.
GridTableViewer(Grid) - Constructor for class org.eclipse.nebula.jface.gridviewer.GridTableViewer
Creates a grid viewer on the given grid control.
GridTableViewer(Composite) - Constructor for class org.eclipse.nebula.jface.gridviewer.GridTableViewer
Creates a grid viewer on a newly-created grid control under the given parent.
GridTableViewer(Composite, int) - Constructor for class org.eclipse.nebula.jface.gridviewer.GridTableViewer
Creates a grid viewer on a newly-created grid control under the given parent.
GridTreeViewer - Class in org.eclipse.nebula.jface.gridviewer
A concrete viewer based on an Grid control.
GridTreeViewer(Grid) - Constructor for class org.eclipse.nebula.jface.gridviewer.GridTreeViewer
Creates a grid tree viewer on the given grid control.
GridTreeViewer(Composite) - Constructor for class org.eclipse.nebula.jface.gridviewer.GridTreeViewer
Creates a grid tree viewer on a newly-created grid control under the given parent.
GridTreeViewer(Composite, int) - Constructor for class org.eclipse.nebula.jface.gridviewer.GridTreeViewer
Creates a grid tree viewer on a newly-created grid control under the given parent.
GridViewerColumn - Class in org.eclipse.nebula.jface.gridviewer
The concrete implementation of the ColumnViewer for the grid.
GridViewerColumn(GridTableViewer, int) - Constructor for class org.eclipse.nebula.jface.gridviewer.GridViewerColumn
Create a new column in the GridTableViewer
GridViewerColumn(GridTableViewer, int, int) - Constructor for class org.eclipse.nebula.jface.gridviewer.GridViewerColumn
Create a new column in the GridTableViewer
GridViewerColumn(GridTableViewer, GridColumn) - Constructor for class org.eclipse.nebula.jface.gridviewer.GridViewerColumn
 
GridViewerColumn(GridTreeViewer, int) - Constructor for class org.eclipse.nebula.jface.gridviewer.GridViewerColumn
Create a new column in the GridTreeViewer
GridViewerColumn(GridTreeViewer, int, int) - Constructor for class org.eclipse.nebula.jface.gridviewer.GridViewerColumn
Create a new column in the GridTreeViewer
GridViewerColumn(GridTreeViewer, GridColumn) - Constructor for class org.eclipse.nebula.jface.gridviewer.GridViewerColumn
 
GridViewerEditor - Class in org.eclipse.nebula.jface.gridviewer
FIXME
GridViewerRow - Class in org.eclipse.nebula.jface.gridviewer
GridViewerRow is the concrete implementation of the part that represents items in a Grid.
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.

H

H_SCROLL - Static variable in class org.eclipse.swt.SWT
Style constant for horizontal scrollbar behavior (value is 1<<8).
handleCall(String, JsonObject) - Method in class org.eclipse.rap.rwt.remote.AbstractOperationHandler
 
handleCall(String, JsonObject) - Method in interface org.eclipse.rap.rwt.remote.OperationHandler
Handles a call operation from the remote object.
handleDispose() - Method in class org.eclipse.nebula.jface.gridviewer.GridViewerColumn
handleDispose(DisposeEvent) - Method in class org.eclipse.nebula.jface.gridviewer.GridTableViewer
(non-Javadoc)
handleEvent(Event) - Method in class org.eclipse.rap.rwt.scripting.ClientListener
This method will NOT be called on a ClientListener.
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.
handleException(Throwable) - Method in interface org.eclipse.rap.rwt.application.ExceptionHandler
Called if an exception occurred.
handleNotify(String, JsonObject) - Method in class org.eclipse.rap.rwt.remote.AbstractOperationHandler
 
handleNotify(String, JsonObject) - Method in interface org.eclipse.rap.rwt.remote.OperationHandler
Handles a notify operation from the remote object.
handleSet(JsonObject) - Method in class org.eclipse.rap.rwt.remote.AbstractOperationHandler
 
handleSet(JsonObject) - Method in interface org.eclipse.rap.rwt.remote.OperationHandler
Handles a set operation from the remote object.
hasChildren() - Method in class org.eclipse.nebula.widgets.grid.GridItem
Returns true if this item has children.
hashCode() - Method in class org.eclipse.rap.json.JsonArray
 
hashCode() - Method in class org.eclipse.rap.json.JsonObject
 
hashCode() - Method in class org.eclipse.rap.json.JsonObject.Member
 
hashCode() - Method in class org.eclipse.rap.json.JsonValue
 
hashCode() - Method in class org.eclipse.rap.rwt.theme.BoxDimensions
 
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
 
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.LineAttributes
Returns an integer hash code for the receiver.
hashCode() - Method in class org.eclipse.swt.graphics.Point
Returns an integer hash code for the receiver.
hashCode() - Method in class org.eclipse.swt.graphics.Rectangle
Returns an integer hash code for the receiver.
hashCode() - Method in class org.eclipse.swt.graphics.RGB
Returns an integer hash code for the receiver.
hashCode() - Method in class org.eclipse.swt.graphics.RGBA
Returns an integer hash code for the receiver.
hasListeners() - Method in class org.eclipse.swt.graphics.ImageLoader
Returns true if the receiver has image loader listeners, and false otherwise.
HEAD_HTML - Static variable in class org.eclipse.rap.rwt.client.WebClient
Entrypoint property name for additional HTML elements to be added to the <head> section of the startup page.
height - Variable in class org.eclipse.swt.accessibility.AccessibleControlEvent
 
height - Variable in class org.eclipse.swt.accessibility.AccessibleTextEvent
 
height - Variable in class org.eclipse.swt.custom.CTabFolderEvent
The height of the chevron button at the time of the event.
height - Variable in class org.eclipse.swt.events.PaintEvent
the height of the bounding rectangle of the region that requires painting
height - Variable in class org.eclipse.swt.events.SelectionEvent
The height of selected area.
height - Variable in class org.eclipse.swt.graphics.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.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
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).
HelpEvent - Class in org.eclipse.swt.events
Instances of this class are sent as a result of widgets gaining and losing focus.
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.
Hide - Static variable in class org.eclipse.swt.SWT
The hide event type (value is 23).
HIDE_SELECTION - Static variable in class org.eclipse.swt.SWT
Style constant for selection hiding behavior when the widget loses focus (value is 1<<15).
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.
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.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.
HYPERLINK - Static variable in class org.eclipse.rap.rwt.RWT
Used as detail information on a selection event to indicate that a hyperlink (anchor tag) in a markup text was selected instead of the widget that contains the markup.

I

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).
id - Variable in class org.eclipse.swt.widgets.Touch
The unique identity of the touch.
ID_ABOUT - Static variable in class org.eclipse.swt.SWT
ID for the About menu item (value is -1).
ID_HIDE - Static variable in class org.eclipse.swt.SWT
ID for the Hide menu item (value is -3).
ID_HIDE_OTHERS - Static variable in class org.eclipse.swt.SWT
ID for the Hide Others menu item (value is -4).
ID_PREFERENCES - Static variable in class org.eclipse.swt.SWT
ID for the Preferences menu item (value is -2).
ID_QUIT - Static variable in class org.eclipse.swt.SWT
ID for the Quit menu item (value is -6).
ID_SHOW_ALL - Static variable in class org.eclipse.swt.SWT
ID for the Show All menu item (value is -5).
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 - 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_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).
ImageCell - Class in org.eclipse.rap.rwt.template
Defines a region in a template that displays an image.
ImageCell(Template) - Constructor for class org.eclipse.rap.rwt.template.ImageCell
Constructs a new image cell and adds it to the given template.
ImageCell.ScaleMode - Enum in org.eclipse.rap.rwt.template
Represents a method used to scale an image.
imageData - Variable in class org.eclipse.swt.graphics.ImageLoaderEvent
if the endOfImage flag is false, then this is a partially complete copy of the current ImageData, otherwise this is a completely loaded ImageData
ImageData - Class in org.eclipse.swt.graphics
Instances of this class are device-independent descriptions of images.
ImageData(int, int, int, PaletteData) - Constructor for class org.eclipse.swt.graphics.ImageData
Constructs a new, empty ImageData with the given width, height, depth and palette.
ImageData(int, int, int, PaletteData, int, byte[]) - Constructor for class org.eclipse.swt.graphics.ImageData
Constructs a new, empty ImageData with the given width, height, depth, palette, scanlinePad and data.
ImageData(InputStream) - Constructor for class org.eclipse.swt.graphics.ImageData
Constructs an ImageData loaded from the specified input stream.
ImageData(String) - Constructor for class org.eclipse.swt.graphics.ImageData
Constructs an ImageData loaded from a file with the specified name.
imageDataLoaded(ImageLoaderEvent) - Method in interface org.eclipse.swt.graphics.ImageLoaderListener
Sent when image data is either partially or completely loaded.
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.
incrementCount - Variable in class org.eclipse.swt.graphics.ImageLoaderEvent
the zero-based count of image data increments -- this is equivalent to the number of events that have been generated while loading a particular image
indent - Variable in class org.eclipse.swt.accessibility.AccessibleAttributeEvent
 
INDETERMINATE - Static variable in class org.eclipse.swt.SWT
Style constant for progress bar behavior (value is 1<<1).
index - Variable in class org.eclipse.swt.accessibility.AccessibleActionEvent
 
index - Variable in class org.eclipse.swt.accessibility.AccessibleHyperlinkEvent
 
index - Variable in class org.eclipse.swt.accessibility.AccessibleTableCellEvent
 
index - Variable in class org.eclipse.swt.accessibility.AccessibleTextEvent
 
index - Variable in class org.eclipse.swt.widgets.Event
the index of the item where the event occurred
indexOf(String) - Method in class org.eclipse.swt.custom.CCombo
Searches the receiver's list starting at the first item (index 0) until an item is found that is equal to the argument, and returns the index of that item.
indexOf(String) - Method in class org.eclipse.swt.widgets.Combo
Searches the receiver's list starting at the first item (index 0) until an item is found that is equal to the argument, and returns the index of that item.
indexOf(String) - Method in class org.eclipse.swt.widgets.List
Gets the index of an item.
indexOf(String, int) - Method in class org.eclipse.swt.custom.CCombo
Searches the receiver's list starting at the given, zero-relative index until an item is found that is equal to the argument, and returns the index of that item.
indexOf(String, int) - Method in class org.eclipse.swt.widgets.Combo
Searches the receiver's list starting at the given, zero-relative index until an item is found that is equal to the argument, and returns the index of that item.
indexOf(String, int) - Method in class org.eclipse.swt.widgets.List
Searches the receiver's list starting at the given, zero-relative index until an item is found that is equal to the argument, and returns the index of that item.
indexOf(GridColumn) - Method in class org.eclipse.nebula.widgets.grid.Grid
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(GridItem) - Method in class org.eclipse.nebula.widgets.grid.Grid
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(GridItem) - Method in class org.eclipse.nebula.widgets.grid.GridItem
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(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(CoolItem) - Method in class org.eclipse.swt.widgets.CoolBar
Searches the receiver's items in the order they are currently being displayed, starting at the first item (index 0), until an item is found that is equal to the argument, and returns the index of that item.
indexOf(ExpandItem) - Method in class org.eclipse.swt.widgets.ExpandBar
Searches the receiver's list starting at the first item (index 0) until an item is found that is equal to the argument, and returns the index of that item.
indexOf(MenuItem) - Method in class org.eclipse.swt.widgets.Menu
Searches the receiver's list starting at the first item (index 0) until an item is found that is equal to the argument, and returns the index of that item.
indexOf(TabItem) - Method in class org.eclipse.swt.widgets.TabFolder
Searches the receiver's list starting at the first item (index 0) until an item is found that is equal to the argument, and returns the index of that item.
indexOf(TableColumn) - Method in class org.eclipse.swt.widgets.Table
Searches the receiver's list starting at the first column (index 0) until a column is found that is equal to the argument, and returns the index of that column.
indexOf(TableItem) - Method in class org.eclipse.swt.widgets.Table
Searches the receiver's list starting at the first item (index 0) until an item is found that is equal to the argument, and returns the index of that item.
indexOf(ToolItem) - Method in class org.eclipse.swt.widgets.ToolBar
Searches the receiver's list starting at the first item (index 0) until an item is found that is equal to the argument, and returns the index of that item.
indexOf(TreeColumn) - Method in class org.eclipse.swt.widgets.Tree
Searches the receiver's list starting at the first column (index 0) until a column is found that is equal to the argument, and returns the index of that column.
indexOf(TreeItem) - Method in class org.eclipse.swt.widgets.Tree
Searches the receiver's list starting at the first item (index 0) until an item is found that is equal to the argument, and returns the index of that item.
indexOf(TreeItem) - Method in class org.eclipse.swt.widgets.TreeItem
Searches the receiver's list starting at the first item (index 0) until an item is found that is equal to the argument, and returns the index of that item.
INHERIT_DEFAULT - Static variable in class org.eclipse.swt.SWT
The Composite constant to indicate that an attribute (such as background) is inherited by children who choose this value as their "default" (value is 1).
INHERIT_FORCE - Static variable in class org.eclipse.swt.SWT
The Composite constant to indicate that an attribute (such as background) is inherited by all children.
INHERIT_NONE - Static variable in class org.eclipse.swt.SWT
The Composite constant to indicate that an attribute (such as background) is not inherited by the children (value is 0).
init() - Method in class org.eclipse.rap.rwt.engine.RWTServlet
 
insert(String) - Method in class org.eclipse.swt.widgets.Text
Inserts a string.
INSERT - Static variable in class org.eclipse.swt.accessibility.ACC
A type constant specifying that insertion occurred.
INSERT - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the INSERT key (value is (1<<24)+9).
internal_dispose_Accessible() - Method in class org.eclipse.swt.accessibility.Accessible
Invokes platform specific functionality to dispose an accessible object.
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_Accessible(Control) - Static method in class org.eclipse.swt.accessibility.Accessible
Invokes platform specific functionality to allocate a new accessible object.
internal_WM_GETOBJECT(int, int) - Method in class org.eclipse.swt.accessibility.Accessible
Invokes platform specific functionality to handle a window message.
internalCreateNewRowPart(int, int) - Method in class org.eclipse.nebula.jface.gridviewer.GridTableViewer
internalImage - Variable in class org.eclipse.swt.graphics.Image
The internal resource.
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.
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.
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.
isArray() - Method in class org.eclipse.rap.json.JsonArray
 
isArray() - Method in class org.eclipse.rap.json.JsonValue
Detects whether this value represents a JSON array.
isAutoHeight() - Method in class org.eclipse.nebula.widgets.grid.Grid
Returns the value of the auto-height feature, which resizes row heights and column header heights based on word-wrapped content.
isBoolean() - Method in class org.eclipse.rap.json.JsonValue
Detects whether this value represents a boolean value.
isBound() - Method in interface org.eclipse.rap.rwt.service.UISession
Returns whether this UI session is bound to the underlying HttpSession or not.
isCellSelected(Point) - Method in class org.eclipse.nebula.widgets.grid.Grid
Returns true if the given cell is selected.
isCellSelectionEnabled() - Method in class org.eclipse.nebula.widgets.grid.Grid
Returns true if the cells are selectable in the reciever.
isCheck() - Method in class org.eclipse.nebula.widgets.grid.GridColumn
Returns true if the column includes a check box.
isColumnSelected(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Returns a boolean value indicating whether the specified column is completely selected.
isColumnSelected(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Returns a boolean value indicating whether the specified column is completely selected.
isColumnVisible(int) - Method in class org.eclipse.nebula.jface.gridviewer.GridViewerRow
Check if the column of the cell is part of is visible
isDetail() - Method in class org.eclipse.nebula.widgets.grid.GridColumn
Returns true if this column is set as a detail column in a column group.
isDirect - Variable in class org.eclipse.swt.graphics.PaletteData
true if the receiver is a direct palette, and false otherwise
isDirect() - Method in class org.eclipse.swt.widgets.TouchSource
Returns the type of touch input this source generates, true for direct or false for indirect.
isDisposed() - Method in class org.eclipse.swt.browser.BrowserFunction
Returns true if this BrowserFunction has been disposed and false otherwise.
isDisposed() - Method in class org.eclipse.swt.dnd.Clipboard
Returns true if the clipboard has been disposed, and false otherwise.
isDisposed() - Method in class org.eclipse.swt.graphics.Device
Returns true if the device 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.widgets.Widget
Returns true if the widget has been disposed, and false otherwise.
isEditable() - Method in class org.eclipse.nebula.widgets.richtext.RichTextEditor
Returns the editable state.
isEmpty() - Method in class org.eclipse.rap.json.JsonArray
Returns true if this array contains no elements.
isEmpty() - Method in class org.eclipse.rap.json.JsonObject
Returns true if this object contains no members.
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.
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.
isExpanded() - Method in class org.eclipse.nebula.widgets.grid.GridItem
Returns true if the receiver is expanded, and false otherwise.
isFalse() - Method in class org.eclipse.rap.json.JsonValue
Detects whether this value represents the JSON literal false.
isFocusControl() - Method in class org.eclipse.swt.widgets.Control
Returns true if the receiver has the user-interface focus, and false otherwise.
isIdentity() - Method in class org.eclipse.swt.graphics.Transform
Returns true if the Transform represents the identity matrix and false otherwise.
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.
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.
isNull() - Method in class org.eclipse.rap.json.JsonValue
Detects whether this value represents the JSON literal null.
isNumber() - Method in class org.eclipse.rap.json.JsonValue
Detects whether this value represents a JSON number.
isObject() - Method in class org.eclipse.rap.json.JsonObject
 
isObject() - Method in class org.eclipse.rap.json.JsonValue
Detects whether this value represents a JSON object.
isRegistered(String) - Method in interface org.eclipse.rap.rwt.service.ResourceManager
Determines whether the resource with the given name has been registered.
isReparentable() - Method in class org.eclipse.nebula.widgets.richtext.RichTextEditor
 
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
 
isRowHeaderVisible() - Method in class org.eclipse.nebula.widgets.grid.Grid
Returns true if the receiver's row header is visible, and false otherwise.
isRowSelected(AccessibleTableEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableAdapter
Returns a boolean value indicating whether the specified row is completely selected.
isRowSelected(AccessibleTableEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableListener
Returns a boolean value indicating whether the specified row is completely selected.
isSelected - Variable in class org.eclipse.swt.accessibility.AccessibleTableCellEvent
 
isSelected - Variable in class org.eclipse.swt.accessibility.AccessibleTableEvent
 
isSelected(int) - Method in class org.eclipse.nebula.widgets.grid.Grid
Returns true if the item is selected, and false otherwise.
isSelected(int) - Method in class org.eclipse.swt.widgets.List
Returns true if the item is selected, and false otherwise.
isSelected(int) - Method in class org.eclipse.swt.widgets.Table
Returns true if the item is selected, and false otherwise.
isSelected(GridItem) - Method in class org.eclipse.nebula.widgets.grid.Grid
Returns true if the given item is selected.
isSelected(AccessibleTableCellEvent) - Method in class org.eclipse.swt.accessibility.AccessibleTableCellAdapter
Returns a boolean value indicating whether this cell is selected.
isSelected(AccessibleTableCellEvent) - Method in interface org.eclipse.swt.accessibility.AccessibleTableCellListener
Returns a boolean value indicating whether this cell is selected.
isShowing() - Method in class org.eclipse.swt.custom.CTabItem
Returns true if the item will be rendered in the visible area of the CTabFolder.
isString() - Method in class org.eclipse.rap.json.JsonValue
Detects whether this value represents a JSON string.
isSummary() - Method in class org.eclipse.nebula.widgets.grid.GridColumn
Returns true if this column is set as a summary column in a column group.
isSupportedType(TransferData) - Method in class org.eclipse.rap.rwt.dnd.ClientFileTransfer
 
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).
isTableCheck() - Method in class org.eclipse.nebula.widgets.grid.GridColumn
 
isTree() - Method in class org.eclipse.nebula.widgets.grid.GridColumn
Returns true if this column includes a tree toggle.
isTrue() - Method in class org.eclipse.rap.json.JsonValue
Detects whether this value represents the JSON literal true.
isVisible() - Method in class org.eclipse.nebula.widgets.grid.GridColumn
Returns true if the column is visible, false otherwise.
isVisible() - Method in class org.eclipse.nebula.widgets.grid.GridItem
 
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 false otherwise.
isWordWrapHeader() - Method in class org.eclipse.nebula.widgets.grid.Grid
Returns the value of the row header word-wrap feature, which word-wraps the content of row headers.
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.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.
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.
iterator() - Method in class org.eclipse.rap.json.JsonArray
Returns an iterator over the values of this array in document order.
iterator() - Method in class org.eclipse.rap.json.JsonObject
Returns an iterator over the members of this object in document order.

J

JavaScriptExecutor - Interface in org.eclipse.rap.rwt.client.service
The JavaScriptExecuter service allows executing JavaScript code on the client.
JavaScriptLoader - Interface in org.eclipse.rap.rwt.client.service
Deprecated.
Use ClientFileLoader instead.
javaToNative(Object, TransferData) - Method in class org.eclipse.rap.rwt.dnd.ClientFileTransfer
 
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.
JEE_COMPATIBILITY - org.eclipse.rap.rwt.application.Application.OperationMode
In this mode, the request thread will be marked as UI thread in SWT.
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).
JsonArray - Class in org.eclipse.rap.json
/** Represents a JSON array, i.e.
JsonArray() - Constructor for class org.eclipse.rap.json.JsonArray
Creates a new empty JsonArray.
JsonArray(JsonArray) - Constructor for class org.eclipse.rap.json.JsonArray
Creates a new JsonArray with the contents of the specified JSON array.
JsonMapping - Class in org.eclipse.rap.rwt.remote
Provides utility methods that map common SWT types to their JSON representations used in the RAP protocol and back.
JsonObject - Class in org.eclipse.rap.json
Represents a JSON object, i.e.
JsonObject() - Constructor for class org.eclipse.rap.json.JsonObject
Creates a new empty JsonObject.
JsonObject(JsonObject) - Constructor for class org.eclipse.rap.json.JsonObject
Creates a new JsonObject, initialized with the contents of the specified JSON object.
JsonObject.Member - Class in org.eclipse.rap.json
Represents a member of a JSON object, i.e.
JsonValue - Class in org.eclipse.rap.json
Represents a JSON value.
justify - Variable in class org.eclipse.swt.accessibility.AccessibleAttributeEvent
 
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.
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
 
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).

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.
LANGUAGE - Static variable in class org.eclipse.nebula.widgets.richtext.RichTextEditorConfiguration
Key for the language configuration.
launch(ApplicationConfiguration, HttpService, HttpContext, String, String) - Method in interface org.eclipse.rap.rwt.osgi.ApplicationLauncher
Launches an application with the given configuration at the given HTTPService.
layout() - Method in class org.eclipse.nebula.widgets.grid.GridEditor
Lays out the control within the underlying composite.
layout() - Method in class org.eclipse.swt.custom.ControlEditor
Lays out the control within the underlying composite.
layout() - Method in class org.eclipse.swt.custom.TableEditor
 
layout() - Method in class org.eclipse.swt.custom.TreeEditor
 
layout() - Method in class org.eclipse.swt.widgets.Composite
If the receiver has a layout, asks the layout to lay out (that is, set the size and location of) the receiver's children.
layout() - Method in class org.eclipse.swt.widgets.TabFolder
 
layout(boolean) - Method in class org.eclipse.swt.widgets.Composite
If the receiver has a layout, asks the layout to lay out (that is, set the size and location of) the receiver's children.
layout(boolean, boolean) - Method in class org.eclipse.swt.widgets.Composite
If the receiver has a layout, asks the layout to lay out (that is, set the size and location of) the receiver's children.
layout(Composite, boolean) - Method in class org.eclipse.swt.custom.StackLayout
 
layout(Composite, boolean) - Method in class org.eclipse.swt.layout.FillLayout
 
layout(Composite, boolean) - Method in class org.eclipse.swt.layout.FormLayout
 
layout(Composite, boolean) - Method in class org.eclipse.swt.layout.GridLayout
 
layout(Composite, boolean) - Method in class org.eclipse.swt.layout.RowLayout
 
layout(Composite, boolean) - Method in class org.eclipse.swt.widgets.Layout
Lays out the children of the specified composite according to this layout.
layout(Control[]) - Method in class org.eclipse.swt.widgets.Composite
Forces a lay out (that is, sets the size and location) of all widgets that are in the parent hierarchy of the changed control up to and including the receiver.
layout(Control[], int) - Method in class org.eclipse.swt.widgets.Composite
Forces a lay out (that is, sets the size and location) of all widgets that are in the parent hierarchy of the changed control up to and including the receiver.
Layout - Class in org.eclipse.swt.widgets
A layout controls the position and size of the children of a composite widget.
Layout() - Constructor for class org.eclipse.swt.widgets.Layout
 
LEAD - Static variable in class org.eclipse.swt.SWT
Style constant for leading alignment (value is 1<<14).
leaveUIThread(UISessionEvent) - Method in interface org.eclipse.rap.rwt.service.UIThreadListener
Called when a UISession has processed all pending events and is about to leave the UI thread.
left - Variable in class org.eclipse.rap.rwt.theme.BoxDimensions
the value for the left edge
left - Variable in class org.eclipse.swt.layout.FormData
left specifies the attachment of the left side of the control.
LEFT - Static variable in class org.eclipse.swt.SWT
Style constant for align left behavior (value is 1<<14).
LEFT_TO_RIGHT - Static variable in class org.eclipse.swt.SWT
Style constant for left to right orientation (value is 1<<25).
leftMargin - Variable in class org.eclipse.swt.accessibility.AccessibleAttributeEvent
 
length - Variable in class org.eclipse.swt.accessibility.AccessibleTextEvent
 
LF - Static variable in class org.eclipse.swt.SWT
ASCII character convenience constant for the line feed character (value is the char '\n').
LIMIT - Static variable in class org.eclipse.swt.custom.CCombo
The maximum number of characters that can be entered into a text widget.
LIMIT - Static variable in class org.eclipse.swt.widgets.Combo
The maximum number of characters that can be entered into a text widget.
LIMIT - Static variable in class org.eclipse.swt.widgets.Spinner
the 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_SOLID - Static variable in class org.eclipse.swt.SWT
Line drawing style for solid lines (value is 1).
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.
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).
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.
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.
listen(String, boolean) - Method in interface org.eclipse.rap.rwt.remote.RemoteObject
Instructs the remote object to listen or to stop listening on the given type of events.
Listener - Interface in org.eclipse.swt.widgets
Implementers of Listener provide a simple handleEvent() method that is used internally by SWT to dispatch events.
load(InputStream) - Method in class org.eclipse.swt.graphics.ImageLoader
Loads an array of ImageData objects from the specified input stream.
load(String) - Method in class org.eclipse.swt.graphics.ImageLoader
Loads an array of ImageData objects from the file with the specified name.
loadById(String) - Method in class org.eclipse.rap.rwt.service.FileSettingStore
 
loadById(String) - Method in interface org.eclipse.rap.rwt.service.SettingStore
Replaces the contents of this setting store with the persisted contents associated with the given ID.
localized - Variable in class org.eclipse.swt.accessibility.AccessibleActionEvent
 
location - Variable in class org.eclipse.swt.browser.LocationEvent
current location
LOCATION_BAR - Static variable in class org.eclipse.rap.rwt.widgets.ExternalBrowser
Deprecated.
Style parameter (value 1<<1) indicating that the address combo and 'Go' button will be created for 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.
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 - Static variable in class org.eclipse.swt.SWT
Style constant for long date/time format (value is 1<<28).

M

magnification - Variable in class org.eclipse.swt.events.GestureEvent
This field is valid when the detail field is set to GESTURE_MAGNIFY.
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.
map(Control, Control, int, int) - Method in class org.eclipse.swt.widgets.Display
Maps a point from one coordinate system to another.
map(Control, Control, int, int, int, int) - Method in class org.eclipse.swt.widgets.Display
Maps a point from one coordinate system to another.
map(Control, Control, Point) - Method in class org.eclipse.swt.widgets.Display
Maps a point from one coordinate system to another.
map(Control, Control, Rectangle) - Method in class org.eclipse.swt.widgets.Display
Maps a point from one coordinate system to another.
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.
MARKUP_ENABLED - Static variable in class org.eclipse.rap.rwt.RWT
Controls whether the use of markup in text is enabled.
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).
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.
MEDIUM - Static variable in class org.eclipse.swt.SWT
Style constant for medium date/time format (value is 1<<16).
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.widget