|
|
|
|
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X
Y
A
-
ABORT -
Static variable in class org.eclipse.swt.
SWT
- The
MessageBox style constant for an ABORT button;
the only valid combination is ABORT|RETRY|IGNORE
(value is 1<<9).
-
ACTION -
Static variable in class org.eclipse.rwt.lifecycle.
JSListenerType
-
-
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).
-
ANY -
Static variable in class org.eclipse.rwt.lifecycle.
PhaseId
- The PhaseId
ANY is used by the
PhaseListener to
signal interest in all phases.
-
APPLICATION_MODAL -
Static variable in class org.eclipse.swt.
SWT
- Style constant for application modal behavior (value is 1<<16).
-
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).
-
AbstractBranding - class org.eclipse.rwt.branding.
AbstractBranding.
- This abstract class is intended to be implemented by clients that want
to have control over various aspects of the web application such as
the servlet name at which the application can be accessed,
the default entry point and the list of entry points that may
be accessed
appearance of the startup page (favorites icon, markup of the page
body, etc.),
the theme to be used
It serves as a callback that answers requests to the above outlined
aspects via its getter methods.
-
AbstractBranding() -
Constructor for class org.eclipse.rwt.branding.
AbstractBranding
-
-
AbstractWidgetLCA - class org.eclipse.rwt.lifecycle.
AbstractWidgetLCA.
- Abstract implementation of a widget life cycle adapter.
-
AbstractWidgetLCA() -
Constructor for class org.eclipse.rwt.lifecycle.
AbstractWidgetLCA
-
-
Activate -
Static variable in class org.eclipse.swt.
SWT
- The activate event type (value is 26).
-
Adaptable - interface org.eclipse.rwt.
Adaptable.
- Adaptable objects lets you add interfaces to a class and lets clients
query whether an object has a particular extension.
-
AdapterFactory - interface org.eclipse.rwt.
AdapterFactory.
- An AdapterFactory creates the requested adapters associated with
a given object, if available.
-
activate(String) -
Static method in class org.eclipse.rwt.lifecycle.
UICallBack
- To allow automatic UI-updates by server side background threads
activate the UICallBack mechanism.
-
add(Runnable) -
Static method in class org.eclipse.rwt.lifecycle.
ProcessActionRunner
-
-
add(String) -
Method in class org.eclipse.swt.custom.
CCombo
- Adds the argument to the end of the receiver's list.
-
add(String, int) -
Method in class org.eclipse.swt.custom.
CCombo
- Adds the argument to the receiver's list at the given
zero-relative index.
-
add(Rectangle) -
Method in class org.eclipse.swt.graphics.
Rectangle
- Destructively replaces the x, y, width and height values
in the receiver with ones which represent the union of the
rectangles specified by the receiver and the given rectangle.
-
add(String) -
Method in class org.eclipse.swt.widgets.
Combo
- Adds the argument to the end of the receiver's list.
-
add(String, int) -
Method in class org.eclipse.swt.widgets.
Combo
- Adds the argument to the receiver's list at the given
zero-relative index.
-
add(String) -
Method in class org.eclipse.swt.widgets.
List
- Adds the argument to the end of the receiver's list.
-
add(String, int) -
Method in class org.eclipse.swt.widgets.
List
- Adds the argument to the receiver's list at the given
zero-relative index.
-
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.
-
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.
-
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.
-
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.
-
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(Adaptable, LocationListener) -
Static method in class org.eclipse.swt.browser.
LocationEvent
-
-
addListener(Adaptable, CTabFolder2Listener) -
Static method in class org.eclipse.swt.custom.
CTabFolderEvent
-
-
addListener(Adaptable, ControlListener) -
Static method in class org.eclipse.swt.events.
ControlEvent
-
-
addListener(Adaptable, DisposeListener) -
Static method in class org.eclipse.swt.events.
DisposeEvent
-
-
addListener(Adaptable, ExpandListener) -
Static method in class org.eclipse.swt.events.
ExpandEvent
-
-
addListener(Adaptable, FocusListener) -
Static method in class org.eclipse.swt.events.
FocusEvent
-
-
addListener(Adaptable, KeyListener) -
Static method in class org.eclipse.swt.events.
KeyEvent
-
-
addListener(Adaptable, MenuListener) -
Static method in class org.eclipse.swt.events.
MenuEvent
-
-
addListener(Adaptable, ModifyListener) -
Static method in class org.eclipse.swt.events.
ModifyEvent
-
-
addListener(Adaptable, MouseListener) -
Static method in class org.eclipse.swt.events.
MouseEvent
-
-
addListener(Adaptable, SelectionListener) -
Static method in class org.eclipse.swt.events.
SelectionEvent
-
-
addListener(Adaptable, ShellListener) -
Static method in class org.eclipse.swt.events.
ShellEvent
-
-
addListener(Adaptable, TraverseListener) -
Static method in class org.eclipse.swt.events.
TraverseEvent
-
-
addListener(Adaptable, TreeListener) -
Static method in class org.eclipse.swt.events.
TreeEvent
-
-
addListener(Adaptable, VerifyListener) -
Static method in class org.eclipse.swt.events.
VerifyEvent
-
-
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.
-
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.
-
addPhaseListener(PhaseListener) -
Method in interface org.eclipse.rwt.lifecycle.
ILifeCycle
- Registers a
PhaseListener with the life cycle.
-
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 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.
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.
-
addSessionStoreListener(SessionStoreListener) -
Method in interface org.eclipse.rwt.service.
ISessionStore
- Adds an instance of
SessionStoreListener to this
ISessionStore .
-
addSettingStoreListener(SettingStoreListener) -
Method in class org.eclipse.rwt.service.
FileSettingStore
-
-
addSettingStoreListener(SettingStoreListener) -
Method in interface org.eclipse.rwt.service.
ISettingStore
- Attaches an
SettingStoreListener to this
ISettingStore .
-
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.
-
addTraverseListener(TraverseListener) -
Method in class org.eclipse.swt.widgets.
Control
- Adds the listener to the collection of listeners who will
be notified when traversal events occur, by sending it
one of the messages defined in the
TraverseListener
interface.
-
addTreeListener(TreeListener) -
Method in class org.eclipse.swt.widgets.
Tree
- Adds the listener to the collection of listeners who will be notified when
an item in the receiver is expanded or collapsed by sending it one of the
messages defined in the
TreeListener interface.
-
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.
-
adjustCoordinates(Widget, Rectangle) -
Method in class org.eclipse.rwt.lifecycle.
AbstractWidgetLCA
- Translates the bounds of a widget that is enclosed in the widget handled by
this LCA.
-
afterPhase(PhaseEvent) -
Method in interface org.eclipse.rwt.lifecycle.
PhaseListener
-
Handle a notification that the processing for a particular phase has just
been completed.
-
alignment -
Variable in class org.eclipse.swt.layout.
FormAttachment
- alignment specifies the alignment of the control side that is
attached to a control.
-
allowProcessing() -
Method in class org.eclipse.swt.browser.
LocationEvent
-
-
allowProcessing() -
Method in class org.eclipse.swt.custom.
CTabFolderEvent
-
-
allowProcessing() -
Method in class org.eclipse.swt.events.
ControlEvent
-
-
allowProcessing() -
Method in class org.eclipse.swt.events.
DisposeEvent
-
-
allowProcessing() -
Method in class org.eclipse.swt.events.
ExpandEvent
-
-
allowProcessing() -
Method in class org.eclipse.swt.events.
FocusEvent
-
-
allowProcessing() -
Method in class org.eclipse.swt.events.
KeyEvent
-
-
allowProcessing() -
Method in class org.eclipse.swt.events.
MenuEvent
-
-
allowProcessing() -
Method in class org.eclipse.swt.events.
ModifyEvent
-
-
allowProcessing() -
Method in class org.eclipse.swt.events.
MouseEvent
-
-
allowProcessing() -
Method in class org.eclipse.swt.events.
SelectionEvent
-
-
allowProcessing() -
Method in class org.eclipse.swt.events.
ShellEvent
-
-
allowProcessing() -
Method in class org.eclipse.swt.events.
TraverseEvent
-
-
allowProcessing() -
Method in class org.eclipse.swt.events.
TreeEvent
-
-
allowProcessing() -
Method in class org.eclipse.swt.events.
TypedEvent
-
-
allowProcessing() -
Method in class org.eclipse.swt.events.
VerifyEvent
-
-
append(String) -
Method in class org.eclipse.swt.widgets.
Text
- Appends a 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.
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).
-
BAR -
Static variable in class org.eclipse.swt.
SWT
- Style constant for menu bar behavior (value is 1<<1).
-
BEGINNING -
Static variable in class org.eclipse.swt.
SWT
- Style constant for vertical alignment or orientation behavior (value is 1).
-
BEGINNING -
Static variable in class org.eclipse.swt.layout.
GridData
- Value for horizontalAlignment or verticalAlignment.
-
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 -
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).
-
BREAK -
Static variable in class org.eclipse.swt.
SWT
- Keyboard event constant representing the break
key (value is (1<<24)+86).
-
BS -
Static variable in class org.eclipse.swt.
SWT
- ASCII character convenience constant for the backspace character
(value is the
char '\b').
-
Browser - class org.eclipse.swt.browser.
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.
-
BusyIndicator - class org.eclipse.swt.custom.
BusyIndicator.
- Support for showing a Busy Cursor during a long running process.
-
BusyIndicator() -
Constructor for class org.eclipse.swt.custom.
BusyIndicator
-
-
Button - class org.eclipse.swt.widgets.
Button.
- Instances of this class represent a selectable user interface object that
issues notification when pressed and released.
-
Button(Composite, int) -
Constructor for class org.eclipse.swt.widgets.
Button
- Constructs a new instance of this class given its parent
and a style value describing its behavior and appearance.
-
beforeDestroy(SessionStoreEvent) -
Method in interface org.eclipse.rwt.service.
SessionStoreListener
- Notification callback before the session store of interest is
destroyed.
-
beforePhase(PhaseEvent) -
Method in interface org.eclipse.rwt.lifecycle.
PhaseListener
-
Handle a notification that the processing for a particular phase of the
request processing lifecycle is about to begin.
-
blue -
Variable in class org.eclipse.swt.graphics.
RGB
- the blue component of the RGB
-
bottom -
Variable in class org.eclipse.swt.layout.
FormData
- bottom specifies the attachment of the bottom of the
control.
-
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.
C
-
CALENDAR -
Static variable in class org.eclipse.swt.
SWT
- Style constant for calendar display (value is 1<<10).
-
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).
-
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 org.eclipse.swt.custom.
CBanner.
- 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 org.eclipse.swt.custom.
CCombo.
- 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.
-
CENTER -
Static variable in class org.eclipse.swt.
SWT
- Style constant for align center behavior (value is 1<<24).
-
CENTER -
Static variable in class org.eclipse.swt.layout.
GridData
- Value for horizontalAlignment or verticalAlignment.
-
CHANGED -
Static variable in class org.eclipse.swt.browser.
LocationEvent
-
-
CHANGING -
Static variable in class org.eclipse.swt.browser.
LocationEvent
-
-
CHECK -
Static variable in class org.eclipse.swt.
SWT
- Style constant for check box behavior (value is 1<<5).
-
CLOSE -
Static variable in class org.eclipse.swt.
SWT
- Style constant for close box trim (value is 1<<6,
since we do not distinguish between CLOSE style and MENU style).
-
CLOSE -
Static variable in class org.eclipse.swt.custom.
CTabFolderEvent
-
-
CLabel - class org.eclipse.swt.custom.
CLabel.
- 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.
-
COLLAPSED -
Static variable in class org.eclipse.swt.events.
ExpandEvent
-
-
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_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).
-
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).
-
COMPRESS -
Static variable in class org.eclipse.rwt.resources.
IResourceManager.RegisterOptions
-
COMPRESS - the resource to be registered will be
compressed, assuming it contains JavaScript code.
-
CONTROL -
Static variable in class org.eclipse.swt.
SWT
- Keyboard and/or mouse event mask indicating that the CTRL key
was pushed on the keyboard when the event was generated.
-
CONTROL_MOVED -
Static variable in class org.eclipse.swt.events.
ControlEvent
-
-
CONTROL_RESIZED -
Static variable in class org.eclipse.swt.events.
ControlEvent
-
-
CR -
Static variable in class org.eclipse.swt.
SWT
- ASCII character convenience constant for the carriage return character
(value is the
char '\r').
-
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).
-
CTabFolder - class org.eclipse.swt.custom.
CTabFolder.
- 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 org.eclipse.swt.custom.
CTabFolder2Adapter.
- 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 org.eclipse.swt.custom.
CTabFolder2Listener.
- Classes which implement this interface provide methods
that deal with the events that are generated by the CTabFolder
control.
-
CTabFolderEvent - class org.eclipse.swt.custom.
CTabFolderEvent.
- This event is sent when an event is generated in the
CTabFolder . -
CTabFolderEvent(Object, int) -
Constructor for class org.eclipse.swt.custom.
CTabFolderEvent
- Constructs a new instance of this class.
-
CTabItem - class org.eclipse.swt.custom.
CTabItem.
- 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.
-
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_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_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_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_WAIT -
Static variable in class org.eclipse.swt.
SWT
- System wait cursor (value is 1).
-
CUSTOM_VARIANT -
Static variable in class org.eclipse.rwt.lifecycle.
WidgetUtil
- Used to mark a widget as belonging to a custom variant using
Widget.setData .
-
CUSTOM_WIDGET_ID -
Static variable in class org.eclipse.rwt.lifecycle.
WidgetUtil
-
Note: This constant is provisional and subject to
change without further notice.
-
Canvas - class org.eclipse.swt.widgets.
Canvas.
- This class serves as a base class for custom widgets.
-
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.
-
Close -
Static variable in class org.eclipse.swt.
SWT
- The close event type (value is 21).
-
Collapse -
Static variable in class org.eclipse.swt.
SWT
- The collapse event type (value is 18).
-
Color - class org.eclipse.swt.graphics.
Color.
- Instances of this class manage resources that implement SWT's RGB color
model.
-
ColorDialog - class org.eclipse.swt.widgets.
ColorDialog.
- Instances of this class allow the user to select a color from a predefined
set of available colors.
-
ColorDialog(Shell) -
Constructor for class org.eclipse.swt.widgets.
ColorDialog
- Constructs a new instance of this class given only its parent.
-
ColorDialog(Shell, int) -
Constructor for class org.eclipse.swt.widgets.
ColorDialog
- Constructs a new instance of this class given its parent and a style value
describing its behavior and appearance.
-
Combo - class org.eclipse.swt.widgets.
Combo.
- Instances of this class are controls that allow the user
to choose an item from a list of items, or optionally
enter a new value by typing it into an editable text
field.
-
Combo(Composite, int) -
Constructor for class org.eclipse.swt.widgets.
Combo
- Constructs a new instance of this class given its parent
and a style value describing its behavior and appearance.
-
Composite - class org.eclipse.swt.widgets.
Composite.
- Instances of this class are controls which are capable
of containing other controls.
-
Composite(Composite, int) -
Constructor for class org.eclipse.swt.widgets.
Composite
- Constructs a new instance of this class given its parent
and a style value describing its behavior and appearance.
-
Control - class org.eclipse.swt.widgets.
Control.
- Control is the abstract superclass of all windowed user interface classes.
-
Control(Composite, int) -
Constructor for class org.eclipse.swt.widgets.
Control
- Constructs a new instance of this class given its parent
and a style value describing its behavior and appearance.
-
ControlAdapter - class org.eclipse.swt.events.
ControlAdapter.
- 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 org.eclipse.swt.custom.
ControlEditor.
- 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 org.eclipse.swt.events.
ControlEvent.
- 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.
-
ControlEvent(Object, int) -
Constructor for class org.eclipse.swt.events.
ControlEvent
- Constructs a new instance of this class.
-
ControlListener - interface org.eclipse.swt.events.
ControlListener.
- Classes which implement this interface provide methods that deal with the
events that are generated by moving and resizing controls.
-
CoolBar - class org.eclipse.swt.widgets.
CoolBar.
- Instances of this class provide an area for dynamically positioning the items
they contain.
-
CoolBar(Composite, int) -
Constructor for class org.eclipse.swt.widgets.
CoolBar
- Constructs a new instance of this class given its parent and a style value
describing its behavior and appearance.
-
CoolItem - class org.eclipse.swt.widgets.
CoolItem.
- Instances of this class are selectable user interface objects that represent
the dynamically positionable areas of a
CoolBar . -
CoolItem(CoolBar, int) -
Constructor for class org.eclipse.swt.widgets.
CoolItem
- Constructs a new instance of this class given its parent (which must be a
CoolBar ) and a style value describing its behavior and
appearance.
-
CoolItem(CoolBar, int, int) -
Constructor for class org.eclipse.swt.widgets.
CoolItem
- Constructs a new instance of this class given its parent (which must be a
CoolBar ), a style value describing its behavior and
appearance, and the index at which to place it in the items maintained by
its parent.
-
Cursor - class org.eclipse.swt.graphics.
Cursor.
- Instances of this class manage operating system resources that
specify the appearance of the on-screen pointer.
-
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.
-
changed(LocationEvent) -
Method in interface org.eclipse.swt.browser.
LocationListener
- This method is called when the current location 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.
-
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.
-
checkDevice() -
Method in class org.eclipse.swt.graphics.
Device
- Throws an
SWTException if the receiver can not
be accessed by the caller.
-
checkSubclass() -
Method in class org.eclipse.swt.custom.
ViewForm
-
-
checkSubclass() -
Method in class org.eclipse.swt.widgets.
CoolBar
-
-
checkSubclass() -
Method in class org.eclipse.swt.widgets.
CoolItem
-
-
checkSubclass() -
Method in class org.eclipse.swt.widgets.
DateTime
-
-
checkSubclass() -
Method in class org.eclipse.swt.widgets.
Dialog
-
-
checkSubclass() -
Method in class org.eclipse.swt.widgets.
ExpandBar
-
-
checkSubclass() -
Method in class org.eclipse.swt.widgets.
Widget
-
-
checkWidget() -
Method in class org.eclipse.swt.widgets.
Widget
- Throws an
SWTException if the receiver can not
be accessed by the caller.
-
clear(int) -
Method in class org.eclipse.swt.widgets.
Table
- Clears the item at the given zero-relative index in the receiver.
-
clear(int, int) -
Method in class org.eclipse.swt.widgets.
Table
- Removes the items from the receiver which are between the given
zero-relative start and end indices (inclusive).
-
clear(int[]) -
Method in class org.eclipse.swt.widgets.
Table
- Clears the items at the given zero-relative indices in the receiver.
-
clear(int, boolean) -
Method in class org.eclipse.swt.widgets.
Tree
- Clears the item at the given zero-relative index in the receiver.
-
clear(int, boolean) -
Method in class org.eclipse.swt.widgets.
TreeItem
- Clears the item at the given zero-relative index in the receiver.
-
clearAll() -
Method in class org.eclipse.swt.widgets.
Table
- Clears all the items in the receiver.
-
clearAll(boolean) -
Method in class org.eclipse.swt.widgets.
Tree
- Clears all the items in the receiver.
-
clearAll(boolean) -
Method in class org.eclipse.swt.widgets.
TreeItem
- Clears all the items in the receiver.
-
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
-
-
clearSelection() -
Method in class org.eclipse.swt.widgets.
Text
- Clears the selection.
-
close(String) -
Static method in class org.eclipse.rwt.widgets.
ExternalBrowser
- Closes the browser window denoted by the given
id .
-
close(CTabFolderEvent) -
Method in class org.eclipse.swt.custom.
CTabFolder2Adapter
- Sent when the user clicks on the close button of an item in the CTabFolder.
-
close(CTabFolderEvent) -
Method in interface org.eclipse.swt.custom.
CTabFolder2Listener
- Sent when the user clicks on the close button of an item in the CTabFolder.
-
close() -
Method in class org.eclipse.swt.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.
-
code -
Variable in class org.eclipse.swt.
SWTError
- The SWT error code, one of SWT.ERROR_*.
-
code -
Variable in class org.eclipse.swt.
SWTException
- The SWT error code, one of SWT.ERROR_*.
-
compareTo(Object) -
Method in class org.eclipse.rwt.lifecycle.
JSListenerType
-
-
compareTo(Object) -
Method in class org.eclipse.rwt.lifecycle.
PhaseId
-
-
computeSize(int, int, boolean) -
Method in class org.eclipse.swt.custom.
CCombo
-
-
computeSize(int, int, boolean) -
Method in class org.eclipse.swt.custom.
CLabel
-
-
computeSize(Composite, int, int, boolean) -
Method in class org.eclipse.swt.custom.
StackLayout
-
-
computeSize(Composite, int, int, boolean) -
Method in class org.eclipse.swt.layout.
FillLayout
-
-
computeSize(Composite, int, int, boolean) -
Method in class org.eclipse.swt.layout.
FormLayout
-
-
computeSize(Composite, int, int, boolean) -
Method in class org.eclipse.swt.layout.
GridLayout
-
-
computeSize(Composite, int, int, boolean) -
Method in class org.eclipse.swt.layout.
RowLayout
-
-
computeSize(int, int, boolean) -
Method in class org.eclipse.swt.widgets.
Button
-
-
computeSize(int, int, boolean) -
Method in class org.eclipse.swt.widgets.
Combo
-
-
computeSize(int, int, boolean) -
Method in class org.eclipse.swt.widgets.
Composite
-
-
computeSize(int, int) -
Method in class org.eclipse.swt.widgets.
Control
- Returns the preferred size of the receiver.
-
computeSize(int, int, boolean) -
Method in class org.eclipse.swt.widgets.
Control
- Returns the preferred size of the receiver.
-
computeSize(int, int, boolean) -
Method in class org.eclipse.swt.widgets.
CoolBar
-
-
computeSize(int, int) -
Method in class org.eclipse.swt.widgets.
CoolItem
- Returns the preferred size of the receiver.
-
computeSize(int, int, boolean) -
Method in class org.eclipse.swt.widgets.
DateTime
-
-
computeSize(int, int, boolean) -
Method in class org.eclipse.swt.widgets.
ExpandBar
-
-
computeSize(int, int, boolean) -
Method in class org.eclipse.swt.widgets.
Group
-
-
computeSize(int, int, boolean) -
Method in class org.eclipse.swt.widgets.
Label
-
-
computeSize(Composite, int, int, boolean) -
Method in class org.eclipse.swt.widgets.
Layout
- Computes and returns the size of the specified composite's client area
according to this layout.
-
computeSize(int, int, boolean) -
Method in class org.eclipse.swt.widgets.
Link
-
-
computeSize(int, int, boolean) -
Method in class org.eclipse.swt.widgets.
List
-
-
computeSize(int, int, boolean) -
Method in class org.eclipse.swt.widgets.
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
-
-
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.
Text
-
-
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.
-
control -
Variable in class org.eclipse.swt.layout.
FormAttachment
- control specifies the control to which the control side is
attached.
-
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
Shell s).
-
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
Shell s).
-
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.
-
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
-
create() -
Method in interface org.eclipse.rwt.resources.
IResourceManagerFactory
-
-
createResetHandlerCalls(String) -
Method in class org.eclipse.rwt.lifecycle.
AbstractWidgetLCA
-
Writes JavaScript code to the response that resets the client-side state of
a disposed widget in order to make it ready for later reuse.
-
createSettingStore(String) -
Method in interface org.eclipse.rwt.service.
ISettingStoreFactory
- Create, initialize and return a specific ISettingStore instance.
-
createSettingStore(String) -
Method in class org.eclipse.rwt.service.
RWTFileSettingStoreFactory
-
-
createUI() -
Method in interface org.eclipse.rwt.lifecycle.
IEntryPoint
- This method is called to initiate the application.
D
-
DATE -
Static variable in class org.eclipse.swt.
SWT
- Style constant for date display (value is 1<<5).
-
DEFAULT -
Static variable in class org.eclipse.swt.
SWT
- Indicates that a default should be used (value is -1).
-
DEL -
Static variable in class org.eclipse.swt.
SWT
- ASCII character convenience constant for the delete character
(value is the
char with value 127).
-
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).
-
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).
-
DROP_DOWN -
Static variable in class org.eclipse.swt.
SWT
- Style constant for drop down menu/list behavior (value is 1<<2).
-
DateTime - class org.eclipse.swt.widgets.
DateTime.
- 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 org.eclipse.swt.widgets.
Decorations.
- This class was introduced to be API compatible with SWT and does only
provide those methods that are absolutely necessary to serve this purpose.
-
DefaultSelection -
Static variable in class org.eclipse.swt.
SWT
- The default selection event type (value is 14).
-
Device - class org.eclipse.swt.graphics.
Device.
- This class is the abstract superclass of all device objects,
such as Display.
-
Device() -
Constructor for class org.eclipse.swt.graphics.
Device
-
-
Dialog - class org.eclipse.swt.widgets.
Dialog.
- This class is the abstract superclass of the classes
that represent the built in platform dialogs.
-
Dialog(Shell) -
Constructor for class org.eclipse.swt.widgets.
Dialog
- Constructs a new instance of this class given only its
parent.
-
Dialog(Shell, int) -
Constructor for class org.eclipse.swt.widgets.
Dialog
- Constructs a new instance of this class given its parent
and a style value describing its behavior and appearance.
-
Display - class org.eclipse.swt.widgets.
Display.
- Instances of this class are responsible for managing the
connection between SWT and the underlying operating
system.
-
Display() -
Constructor for class org.eclipse.swt.widgets.
Display
- Constructs a new instance of this class.
-
Dispose -
Static variable in class org.eclipse.swt.
SWT
- The dispose event type (value is 12).
-
DisposeEvent - class org.eclipse.swt.events.
DisposeEvent.
- Instances of this class are sent as a result of
widgets being disposed.
-
DisposeEvent(Object) -
Constructor for class org.eclipse.swt.events.
DisposeEvent
- Constructs a new instance of this class.
-
DisposeListener - interface org.eclipse.swt.events.
DisposeListener.
- Classes which implement this interface provide a method
that deals with the event that is generated when a widget
is disposed.
-
data -
Variable in class org.eclipse.swt.events.
TypedEvent
- a field for application use
-
data -
Variable in class org.eclipse.swt.widgets.
Event
- a field for application use
-
deactivate(String) -
Static method in class org.eclipse.rwt.lifecycle.
UICallBack
- To allow automatic UI-updates by server side background threads
activate the UICallBack mechanism.
-
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.
-
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.
Table
- Deselects the item at the given zero-relative index in the receiver.
-
deselect(int, int) -
Method in class org.eclipse.swt.widgets.
Table
- Deselects the items at the given zero-relative indices in the receiver.
-
deselect(int[]) -
Method in class org.eclipse.swt.widgets.
Table
- Deselects the items at the given zero-relative indices in the receiver.
-
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.
-
destroy() -
Method in class org.eclipse.swt.graphics.
Device
- Destroys the device .
-
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
-
dispatchToObserver(Object) -
Method in class org.eclipse.swt.browser.
LocationEvent
-
-
dispatchToObserver(Object) -
Method in class org.eclipse.swt.custom.
CTabFolderEvent
-
-
dispatchToObserver(Object) -
Method in class org.eclipse.swt.events.
ControlEvent
-
-
dispatchToObserver(Object) -
Method in class org.eclipse.swt.events.
DisposeEvent
-
-
dispatchToObserver(Object) -
Method in class org.eclipse.swt.events.
ExpandEvent
-
-
dispatchToObserver(Object) -
Method in class org.eclipse.swt.events.
FocusEvent
-
-
dispatchToObserver(Object) -
Method in class org.eclipse.swt.events.
KeyEvent
-
-
dispatchToObserver(Object) -
Method in class org.eclipse.swt.events.
MenuEvent
-
-
dispatchToObserver(Object) -
Method in class org.eclipse.swt.events.
ModifyEvent
-
-
dispatchToObserver(Object) -
Method in class org.eclipse.swt.events.
MouseEvent
-
-
dispatchToObserver(Object) -
Method in class org.eclipse.swt.events.
SelectionEvent
-
-
dispatchToObserver(Object) -
Method in class org.eclipse.swt.events.
ShellEvent
-
-
dispatchToObserver(Object) -
Method in class org.eclipse.swt.events.
TraverseEvent
-
-
dispatchToObserver(Object) -
Method in class org.eclipse.swt.events.
TreeEvent
-
-
dispatchToObserver(Object) -
Method in class org.eclipse.swt.events.
TypedEvent
-
-
dispatchToObserver(Object) -
Method in class org.eclipse.swt.events.
VerifyEvent
-
-
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
-
dispose() -
Method in class org.eclipse.swt.custom.
CTabItem
-
-
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.
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.graphics.
Device
- Disposes of the operating system resources associated with
the receiver.
-
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.
TreeColumn
-
-
dispose() -
Method in class org.eclipse.swt.widgets.
Widget
- Disposes of the operating system resources associated with
the receiver and all its descendents.
-
doRedrawFake(Control) -
Method in class org.eclipse.rwt.lifecycle.
AbstractWidgetLCA
-
As a side effect to redraw calls some native widgets trigger events like
resize for example.
-
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.events.
KeyEvent
- 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.events.
VerifyEvent
- 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.
E
-
ENABLE_UI_TESTS -
Static variable in class org.eclipse.rwt.lifecycle.
WidgetUtil
-
Note: This constant is provisional and subject to
change without further notice.
-
END -
Static variable in class org.eclipse.swt.
SWT
- Keyboard event constant representing the END key
(value is (1<<24)+8).
-
END -
Static variable in class org.eclipse.swt.layout.
GridData
- Value for horizontalAlignment or verticalAlignment.
-
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_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_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_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_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_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_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_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_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_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_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_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).
-
EXPANDED -
Static variable in class org.eclipse.swt.events.
ExpandEvent
-
-
Event - class org.eclipse.swt.widgets.
Event.
- Instances of this class provide a description of a particular event which
occurred within SWT.
-
Event() -
Constructor for class org.eclipse.swt.widgets.
Event
-
-
Expand -
Static variable in class org.eclipse.swt.
SWT
- The expand event type (value is 17).
-
ExpandAdapter - class org.eclipse.swt.events.
ExpandAdapter.
- 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 org.eclipse.swt.widgets.
ExpandBar.
- 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 org.eclipse.swt.events.
ExpandEvent.
- 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.
-
ExpandEvent(Widget, Widget, int) -
Constructor for class org.eclipse.swt.events.
ExpandEvent
- Constructs a new instance of this class.
-
ExpandItem - class org.eclipse.swt.widgets.
ExpandItem.
- 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 org.eclipse.swt.events.
ExpandListener.
- Classes which implement this interface provide methods that deal with the
expanding and collapsing of
ExpandItem s. -
ExternalBrowser - class org.eclipse.rwt.widgets.
ExternalBrowser.
- Utility class to open and close an external browser window.
-
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.
-
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.
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.
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.
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.
Rectangle
- 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.
SWT
- Throws an appropriate exception based on the passed in error code.
-
error(int, Throwable) -
Static method in class org.eclipse.swt.
SWT
- Throws an appropriate exception based on the passed in error code.
-
error(int, Throwable, String) -
Static method in class org.eclipse.swt.
SWT
- Throws an appropriate exception based on the passed in error code.
-
eventListener -
Variable in class org.eclipse.swt.widgets.
TypedListener
- The receiver's event listener
-
exclude -
Variable in class org.eclipse.swt.layout.
GridData
- exclude informs the layout to ignore this control when sizing
and positioning controls.
-
exclude -
Variable in class org.eclipse.swt.layout.
RowData
- exclude informs the layout to ignore this control when sizing
and positioning controls.
-
execute() -
Static method in class org.eclipse.rwt.lifecycle.
ProcessActionRunner
-
-
execute(String) -
Method in class org.eclipse.swt.browser.
Browser
- Execute the specified script.
-
executeNext() -
Static method in class org.eclipse.rwt.lifecycle.
ProcessActionRunner
-
-
executeNext() -
Static method in class org.eclipse.swt.events.
TypedEvent
-
IMPORTANT: This method is not part of the RWT
public API.
-
executeScript -
Variable in class org.eclipse.swt.browser.
Browser
-
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).
-
F2 -
Static variable in class org.eclipse.swt.
SWT
- Keyboard event constant representing the F2 key
(value is (1<<24)+11).
-
F3 -
Static variable in class org.eclipse.swt.
SWT
- Keyboard event constant representing the F3 key
(value is (1<<24)+12).
-
F4 -
Static variable in class org.eclipse.swt.
SWT
- Keyboard event constant representing the F4 key
(value is (1<<24)+13).
-
F5 -
Static variable in class org.eclipse.swt.
SWT
- Keyboard event constant representing the F5 key
(value is (1<<24)+14).
-
F6 -
Static variable in class org.eclipse.swt.
SWT
- Keyboard event constant representing the F6 key
(value is (1<<24)+15).
-
F7 -
Static variable in class org.eclipse.swt.
SWT
- Keyboard event constant representing the F7 key
(value is (1<<24)+16).
-
F8 -
Static variable in class org.eclipse.swt.
SWT
- Keyboard event constant representing the F8 key
(value is (1<<24)+17).
-
F9 -
Static variable in class org.eclipse.swt.
SWT
- Keyboard event constant representing the F9 key
(value is (1<<24)+18).
-
FILE_SETTING_STORE_DIR -
Static variable in class org.eclipse.rwt.service.
FileSettingStore
- This key (value "org.eclipse.rwt.service.FileSettingStore.dir") can be
used to configure the working directory for file settings stores.
-
FILL -
Static variable in class org.eclipse.swt.
SWT
- Style constant for vertical alignment or orientation behavior (value is 4).
-
FILL -
Static variable in class org.eclipse.swt.layout.
GridData
- Value for horizontalAlignment or verticalAlignment.
-
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.
-
FLAT -
Static variable in class org.eclipse.swt.
SWT
- Style constant for flat appearance.
-
FOCUS_GAINED -
Static variable in class org.eclipse.swt.events.
FocusEvent
-
-
FOCUS_LOST -
Static variable in class org.eclipse.swt.events.
FocusEvent
-
-
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.
-
FileSettingStore - class org.eclipse.rwt.service.
FileSettingStore.
- This
ISettingStore implementation persists all settings on the
file system using Java
Properties
. -
FileSettingStore(File) -
Constructor for class org.eclipse.rwt.service.
FileSettingStore
- Create a
FileSettingStore instance.
-
FillLayout - class org.eclipse.swt.layout.
FillLayout.
-
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.
-
FocusAdapter - class org.eclipse.swt.events.
FocusAdapter.
- This adapter class provides default implementations for the methods described
by the
FocusListener interface. -
FocusAdapter() -
Constructor for class org.eclipse.swt.events.
FocusAdapter
-
-
FocusEvent - class org.eclipse.swt.events.
FocusEvent.
- 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.
-
FocusEvent(Control, int) -
Constructor for class org.eclipse.swt.events.
FocusEvent
- Constructs a new instance of this class.
-
FocusIn -
Static variable in class org.eclipse.swt.
SWT
- The focus in event type (value is 15).
-
FocusListener - interface org.eclipse.swt.events.
FocusListener.
- Classes which implement this interface provide methods that deal with the
events that are generated as controls gain and lose focus.
-
FocusOut -
Static variable in class org.eclipse.swt.
SWT
- The focus out event type (value is 16).
-
Font - class org.eclipse.swt.graphics.
Font.
- Instances of this class manage resources that define how text looks when
it is displayed.
-
FontData - class org.eclipse.swt.graphics.
FontData.
- Instances of this class describe fonts.
-
FontData(String, int, int) -
Constructor for class org.eclipse.swt.graphics.
FontData
- Constructs a new font data given a font name,
the height of the desired font in points,
and a font style.
-
FontData(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.
-
FormAttachment - class org.eclipse.swt.layout.
FormAttachment.
- 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 org.eclipse.swt.layout.
FormData.
- 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 org.eclipse.swt.layout.
FormLayout.
- 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.
-
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.
-
find(Composite, String) -
Static method in class org.eclipse.rwt.lifecycle.
WidgetUtil
- This method searches for a widget with the given
id within
the widget hierachy starting at root .
-
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 .
-
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.
-
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.
-
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.
G
-
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.
-
Graphics - class org.eclipse.rwt.graphics.
Graphics.
- This is a helper class for operations with text, fonts, colors and images.
-
GridData - class org.eclipse.swt.layout.
GridData.
-
GridData is the layout data object associated with
GridLayout . -
GridData() -
Constructor for class org.eclipse.swt.layout.
GridData
- Constructs a new instance of GridData using
default values.
-
GridData(int) -
Constructor for class org.eclipse.swt.layout.
GridData
- Constructs a new instance based on the GridData style.
-
GridData(int, int, boolean, boolean) -
Constructor for class org.eclipse.swt.layout.
GridData
- Constructs a new instance of GridData according to the parameters.
-
GridData(int, int, boolean, boolean, int, int) -
Constructor for class org.eclipse.swt.layout.
GridData
- Constructs a new instance of GridData according to the parameters.
-
GridData(int, int) -
Constructor for class org.eclipse.swt.layout.
GridData
- Constructs a new instance of GridData according to the parameters.
-
GridLayout - class org.eclipse.swt.layout.
GridLayout.
- Instances of this class lay out the control children of a
Composite in a grid. -
GridLayout() -
Constructor for class org.eclipse.swt.layout.
GridLayout
- Constructs a new instance of this class.
-
GridLayout(int, boolean) -
Constructor for class org.eclipse.swt.layout.
GridLayout
- Constructs a new instance of this class given the
number of columns, and whether or not the columns
should be forced to have the same width.
-
Group - class org.eclipse.swt.widgets.
Group.
- 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.
-
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) -
Method in interface org.eclipse.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(Object, Class) -
Method in interface org.eclipse.rwt.
AdapterFactory
- returns an implementation of the given class associated with the
given object.
-
getAdapter(Widget) -
Static method in class org.eclipse.rwt.lifecycle.
WidgetUtil
- Returns the according
IWidgetAdapter for a specified
widget.
-
getAdapter(Class) -
Method in class org.eclipse.swt.browser.
Browser
-
-
getAdapter(Class) -
Method in class org.eclipse.swt.custom.
CTabFolder
-
-
getAdapter(Class) -
Method in class org.eclipse.swt.custom.
CTabItem
-
-
getAdapter(Class) -
Method in class org.eclipse.swt.widgets.
Composite
-
-
getAdapter(Class) -
Method in class org.eclipse.swt.widgets.
Control
-
-
getAdapter(Class) -
Method in class org.eclipse.swt.widgets.
CoolBar
-
-
getAdapter(Class) -
Method in class org.eclipse.swt.widgets.
DateTime
-
-
getAdapter(Class) -
Method in class org.eclipse.swt.widgets.
Decorations
-
-
getAdapter(Class) -
Method in class org.eclipse.swt.widgets.
Display
-
-
getAdapter(Class) -
Method in class org.eclipse.swt.widgets.
ExpandBar
-
-
getAdapter(Class) -
Method in class org.eclipse.swt.widgets.
Link
-
-
getAdapter(Class) -
Method in class org.eclipse.swt.widgets.
List
-
-
getAdapter(Class) -
Method in class org.eclipse.swt.widgets.
Menu
-
-
getAdapter(Class) -
Method in class org.eclipse.swt.widgets.
Shell
-
-
getAdapter(Class) -
Method in class org.eclipse.swt.widgets.
TabFolder
-
-
getAdapter(Class) -
Method in class org.eclipse.swt.widgets.
Table
-
-
getAdapter(Class) -
Method in class org.eclipse.swt.widgets.
TableItem
-
-
getAdapter(Class) -
Method in class org.eclipse.swt.widgets.
Text
-
-
getAdapter(Class) -
Method in class org.eclipse.swt.widgets.
ToolBar
-
-
getAdapter(Class) -
Method in class org.eclipse.swt.widgets.
ToolItem
-
-
getAdapter(Class) -
Method in class org.eclipse.swt.widgets.
Tree
-
-
getAdapter(Class) -
Method in class org.eclipse.swt.widgets.
TreeItem
-
-
getAdapter(Class) -
Method in class org.eclipse.swt.widgets.
Widget
- Implementation of the
Adaptable interface.
-
getAdapterList() -
Method in interface org.eclipse.rwt.
AdapterFactory
- returns an array of adapter types handled by this factory.
-
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.
-
getAlpha() -
Method in class org.eclipse.swt.widgets.
Shell
- Returns the receiver's alpha value.
-
getAlwaysShowScrollBars() -
Method in class org.eclipse.swt.custom.
ScrolledComposite
- Returns the Always Show Scrollbars flag.
-
getAttribute(String) -
Method in class org.eclipse.rwt.service.
FileSettingStore
-
-
getAttribute(String) -
Method in interface org.eclipse.rwt.service.
IServiceStore
-
-
getAttribute(String) -
Method in interface org.eclipse.rwt.service.
ISessionStore
- Returns the object bound with the specified name in this
ISessionStore , or null if no object is bound
under the name.
-
getAttribute(String) -
Method in interface org.eclipse.rwt.service.
ISettingStore
- Returns the attribute stored under the specified name in this
ISettingStore , or null if no attribute is stored under
that name.
-
getAttributeName() -
Method in class org.eclipse.rwt.service.
SettingStoreEvent
- Returns the name of the changed attribute.
-
getAttributeNames() -
Method in class org.eclipse.rwt.service.
FileSettingStore
-
-
getAttributeNames() -
Method in interface org.eclipse.rwt.service.
ISessionStore
- Returns an
Enumeration of String objects
containing the names of all the objects bound to this
ISessionStore .
-
getAttributeNames() -
Method in interface org.eclipse.rwt.service.
ISettingStore
- Returns an
Enumeration
of String objects with the names
of all attributes in this
ISettingStore .
-
getAvgCharWidth(Font) -
Static method in class org.eclipse.rwt.graphics.
Graphics
- Returns the average character width of the specified font, measured in
pixels.
-
getBackground(Control) -
Method in interface org.eclipse.rwt.theme.
IControlThemeAdapter
- Returns the default background color that the specified control will use if
no user-defined background color has been set using
Control.setBackground(Color) .
-
getBackground() -
Method in class org.eclipse.swt.widgets.
Control
- Returns the receiver's background color.
-
getBackground() -
Method in class org.eclipse.swt.widgets.
TableItem
- Returns the receiver's background color.
-
getBackground(int) -
Method in class org.eclipse.swt.widgets.
TableItem
- Returns the background color at the given column index in the receiver.
-
getBackground(int) -
Method in class org.eclipse.swt.widgets.
TreeItem
- Returns the background color at the given column index in the receiver.
-
getBackground() -
Method in class org.eclipse.swt.widgets.
TreeItem
- Returns the receiver's background color.
-
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.
-
getBody() -
Method in class org.eclipse.rwt.branding.
AbstractBranding
- Returns HTML code to be placed inside the
<body> tag or
null if no custom HTML code should be placed inside the
<body> tag.
-
getBorderVisible() -
Method in class org.eclipse.swt.custom.
CTabFolder
- Returns
true if the receiver's border is visible.
-
getBorderWidth(Control) -
Method in interface org.eclipse.rwt.theme.
IControlThemeAdapter
- Returns the width of the specified control's border.
-
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.
Link
-
-
getBorderWidth() -
Method in class org.eclipse.swt.widgets.
ToolBar
-
-
getBottom() -
Method in class org.eclipse.swt.custom.
CBanner
- Returns the Control that appears on the bottom side of the banner.
-
getBounds() -
Method in class org.eclipse.swt.custom.
CTabItem
- Returns a rectangle describing the receiver's size and location
relative to its parent.
-
getBounds() -
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.
TableItem
- Returns a rectangle describing the receiver's size and location
relative to its parent.
-
getBounds(int) -
Method in class org.eclipse.swt.widgets.
TableItem
- Returns a rectangle describing the receiver's size and location
relative to its parent at a column in the table.
-
getBounds() -
Method in class org.eclipse.swt.widgets.
ToolItem
- Returns a rectangle describing the receiver's size and location
relative to its parent.
-
getBounds() -
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.swt.widgets.
TreeItem
- Returns a rectangle describing the receiver's size and location relative to
its parent at a column in the tree.
-
getCause() -
Method in class org.eclipse.swt.
SWTError
- Returns the underlying throwable that caused the problem,
or null if this information is not available.
-
getCause() -
Method in class org.eclipse.swt.
SWTException
- Returns the underlying throwable that caused the problem,
or null if this information is not available.
-
getCharCount() -
Method in class org.eclipse.swt.widgets.
Text
- Returns the number of characters.
-
getCharHeight(Font) -
Static method in class org.eclipse.rwt.graphics.
Graphics
- Returns the height of the specified font, measured in pixels.
-
getCharset() -
Method in interface org.eclipse.rwt.resources.
IResource
- Specifies the charset to use for this resource.
-
getCharset(String) -
Method in interface org.eclipse.rwt.resources.
IResourceManager
- Returns the charset of a registered resource as it was specified in
the call to
register(String,String) or
register(String,String,ResourceOption) .
-
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.
-
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.
-
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.
ScrolledComposite
-
-
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
-
-
getColor(RGB) -
Static method in class org.eclipse.rwt.graphics.
Graphics
- Returns an instance of
Color given an
RGB describing the desired red, green and blue values.
-
getColor(int, int, int) -
Static method in class org.eclipse.rwt.graphics.
Graphics
- Returns a
Color given the
desired red, green and blue values expressed as ints in the range
0 to 255 (where 0 is black and 255 is full brightness).
-
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.swt.widgets.
Table
- Returns the column at the given, zero-relative index in the
receiver.
-
getColumn(int) -
Method in class org.eclipse.swt.widgets.
Tree
- Returns the column at the given, zero-relative index in the receiver.
-
getColumnCount() -
Method in class org.eclipse.swt.widgets.
Table
- Returns the number of columns contained in the receiver.
-
getColumnCount() -
Method in class org.eclipse.swt.widgets.
Tree
- Returns the number of columns contained in the receiver.
-
getColumnOrder() -
Method in class org.eclipse.swt.widgets.
Table
- Returns an array of zero-relative integers that map
the creation order of the receiver's items to the
order in which they are currently being displayed.
-
getColumnOrder() -
Method in class org.eclipse.swt.widgets.
Tree
- Returns an array of zero-relative integers that map the creation order of
the receiver's items to the order in which they are currently being
displayed.
-
getColumns() -
Method in class org.eclipse.swt.widgets.
Table
- Returns an array of
TableColumn s which are the
columns in the receiver.
-
getColumns() -
Method in class org.eclipse.swt.widgets.
Tree
- Returns an array of
TreeColumn s which are the columns in the
receiver.
-
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.
-
getContextLoader() -
Method in interface org.eclipse.rwt.resources.
IResourceManager
- Returns the
ClassLoader that should be used to load
or register resources in case that these resources are not available
for the RAP context loader.
-
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.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 .
-
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.
-
getCursor(int) -
Static method in class org.eclipse.rwt.graphics.
Graphics
- Returns an instance of
Cursor based on a style constant describing
the desired cursor appearance.
-
getCursor() -
Method in class org.eclipse.swt.widgets.
Control
- Returns the receiver's cursor, or null if it has not been set.
-
getData() -
Method in class org.eclipse.swt.widgets.
Display
- Returns the application defined, display specific data
associated with the receiver, or null if it has not been
set.
-
getData(String) -
Method in class org.eclipse.swt.widgets.
Display
- Returns the application defined property of the receiver
with the specified name, or null if it has not been set.
-
getData() -
Method in class org.eclipse.swt.widgets.
Widget
- Returns the application defined widget data associated
with the receiver, or null if it has not been set.
-
getData(String) -
Method in class org.eclipse.swt.widgets.
Widget
- Returns the application defined property of the receiver
with the specified name, or null if it has not been set.
-
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.
-
getDefaultButton() -
Method in class org.eclipse.swt.widgets.
Shell
- Returns the receiver's default button if one had
previously been set, otherwise returns null.
-
getDefaultEntryPoint() -
Method in class org.eclipse.rwt.branding.
AbstractBranding
- Returns the default entry point.
-
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.
-
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 .
-
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.
-
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.
Slider
-
-
getEnabled() -
Method in class org.eclipse.swt.widgets.
ToolItem
- Returns
true if the receiver is enabled, and
false otherwise.
-
getEntryPoints() -
Method in class org.eclipse.rwt.branding.
AbstractBranding
- Returns an array of entry points which are allowed to be the started with
this branding (or servlet name).
-
getEventListener() -
Method in class org.eclipse.swt.widgets.
TypedListener
- Returns the receiver's event listener.
-
getEventType() -
Method in class org.eclipse.rwt.lifecycle.
JSListenerInfo
-
-
getExitConfirmationText() -
Method in class org.eclipse.rwt.branding.
AbstractBranding
- Returns the message to display in the exit confirmation.
-
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.
-
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.
-
getFavIcon() -
Method in class org.eclipse.rwt.branding.
AbstractBranding
- Returns the resource name for the favorites icon or
null to
indicate that no favorites icon is available.
-
getFocusControl() -
Method in class org.eclipse.swt.widgets.
Display
- Returns the control which currently has keyboard focus,
or null if keyboard events are not currently going to
any of the controls built by the currently running
application.
-
getFocusIndex() -
Method in class org.eclipse.swt.widgets.
List
- Returns the zero-relative index of the item which currently
has the focus in the receiver, or -1 if no item has focus.
-
getFont(FontData) -
Static method in class org.eclipse.rwt.graphics.
Graphics
- Returns a new font given a font data
which describes the desired font's appearance.
-
getFont(String, int, int) -
Static method in class org.eclipse.rwt.graphics.
Graphics
- Returns a
Font object given a font name, the height of the desired
font in points, and a font style.
-
getFont(Control) -
Method in interface org.eclipse.rwt.theme.
IControlThemeAdapter
- 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) .
-
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.widgets.
Control
- Returns the font that the receiver will use to paint textual information.
-
getFont() -
Method in class org.eclipse.swt.widgets.
TableItem
- Returns the font that the receiver will use to paint textual information for this item.
-
getFont(int) -
Method in class org.eclipse.swt.widgets.
TableItem
- Returns the font that the receiver will use to paint textual information
for the specified cell in this item.
-
getFont(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() -
Method in class org.eclipse.swt.widgets.
TreeItem
- Returns the font that the receiver will use to paint textual information
for this item.
-
getFontData() -
Method in class org.eclipse.swt.graphics.
Font
- Returns an array of
FontData s representing the receiver.
-
getForeground(Control) -
Method in interface org.eclipse.rwt.theme.
IControlThemeAdapter
- 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) .
-
getForeground() -
Method in class org.eclipse.swt.widgets.
Control
- Returns the foreground color that the receiver will use to draw.
-
getForeground() -
Method in class org.eclipse.swt.widgets.
TableItem
- Returns the foreground color that the receiver will use to draw.
-
getForeground(int) -
Method in class org.eclipse.swt.widgets.
TableItem
- Returns the foreground color at the given column index in the receiver.
-
getForeground(int) -
Method in class org.eclipse.swt.widgets.
TreeItem
- Returns the foreground color at the given column index in the receiver.
-
getForeground() -
Method in class org.eclipse.swt.widgets.
TreeItem
- Returns the foreground color that the receiver will use to draw.
-
getGrayed() -
Method in class org.eclipse.swt.widgets.
Button
- Returns
true if the receiver is grayed,
and false otherwise.
-
getGrayed() -
Method in class org.eclipse.swt.widgets.
TableItem
- Returns
true if the receiver is grayed,
and false otherwise.
-
getGrayed() -
Method in class org.eclipse.swt.widgets.
TreeItem
- Returns
true if the receiver is grayed, and false otherwise.
-
getGreen() -
Method in class org.eclipse.swt.graphics.
Color
- Returns the amount of green in the color, from 0 to 255.
-
getGridLineWidth() -
Method in class org.eclipse.swt.widgets.
Table
- Returns the width in pixels of a grid line.
-
getHSB() -
Method in class org.eclipse.swt.graphics.
RGB
- Returns the hue, saturation, and brightness of the color.
-
getHeaderHeight() -
Method in class org.eclipse.swt.widgets.
ExpandItem
- Returns the height of the receiver's header
-
getHeaderHeight() -
Method in class org.eclipse.swt.widgets.
Table
- Returns the height of the receiver's header
-
getHeaderHeight() -
Method in class org.eclipse.swt.widgets.
Tree
- Returns the height of the receiver's header
-
getHeaderVisible() -
Method in class org.eclipse.swt.widgets.
Table
- Returns
true if the receiver's header is visible,
and false otherwise.
-
getHeaderVisible() -
Method in class org.eclipse.swt.widgets.
Tree
- Returns
true if the receiver's header is visible, and
false otherwise.
-
getHeaders() -
Method in class org.eclipse.rwt.branding.
AbstractBranding
- Returns an array of HTML header tags or null if no additional headers
are provided.
-
getHeight() -
Method in class org.eclipse.swt.graphics.
FontData
- Returns the height of the receiver in points.
-
getHeight() -
Method in class org.eclipse.swt.widgets.
ExpandItem
- Gets the height of the receiver.
-
getHorizontalBar() -
Method in class org.eclipse.swt.custom.
ScrolledComposite
- Returns the receiver's horizontal scroll bar if it has
one, and null if it does not.
-
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.
-
getHttpSession() -
Method in interface org.eclipse.rwt.service.
ISessionStore
- Returns the underlying HttpSession instance.
-
getISO8859_1Encoded(String, Class) -
Static method in class org.eclipse.rwt.
RWT.NLS
- Returns a NLS object for the given bundle and type.
-
getId() -
Method in class org.eclipse.rwt.branding.
AbstractBranding
- Returns the id of this branding extension.
-
getId() -
Method in interface org.eclipse.rwt.lifecycle.
IWidgetAdapter
- Returns the id that identifies the widget on the client.
-
getId(Widget) -
Static method in class org.eclipse.rwt.lifecycle.
WidgetUtil
- Returns the id of the given
widget that is used to identify
the widget on the client.
-
getId() -
Method in class org.eclipse.rwt.service.
FileSettingStore
-
-
getId() -
Method in interface org.eclipse.rwt.service.
ISessionStore
- Returns a string containing the unique identifier assigned to the
underlying
HttpSession .
-
getId() -
Method in interface org.eclipse.rwt.service.
ISettingStore
- Returns the unique identifier of this setting store
-
getImage(String) -
Static method in class org.eclipse.rwt.graphics.
Graphics
- Returns an instance of
Image based on the specified
image path.
-
getImage(String, ClassLoader) -
Static method in class org.eclipse.rwt.graphics.
Graphics
- Returns an instance of
Image based on the specified
image path.
-
getImage(String, InputStream) -
Static method in class org.eclipse.rwt.graphics.
Graphics
- Returns an instance of
Image based on the specified
image path.
-
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.
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.
Shell
- Returns the receiver's image if it had previously been
set using
setImage() .
-
getImage() -
Method in class org.eclipse.swt.widgets.
TableItem
-
-
getImage(int) -
Method in class org.eclipse.swt.widgets.
TableItem
- Returns the image stored at the given column index in the receiver,
or null if the image has not been set or if the column does not exist.
-
getImage(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.
-
getImageIndent() -
Method in class org.eclipse.swt.widgets.
TableItem
- Gets the image indent.
-
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(Class) -
Static method in class org.eclipse.rwt.
SessionSingletonBase
- Returns the singleton instance of the specified type that is stored
in the current session context.
-
getItem(int) -
Method in class org.eclipse.swt.custom.
CCombo
- Returns the item at the given, zero-relative index in the
receiver's list.
-
getItem(int) -
Method in class org.eclipse.swt.custom.
CTabFolder
- Return the tab that is located at the specified index.
-
getItem(Point) -
Method in class org.eclipse.swt.custom.
CTabFolder
- Gets the item at a point in the widget.
-
getItem() -
Method in class org.eclipse.swt.custom.
TableEditor
- Returns the TableItem for the row of the cell being tracked by this editor.
-
getItem() -
Method in class org.eclipse.swt.custom.
TreeEditor
- Returns the TreeItem for the row of the cell being tracked by this editor.
-
getItem(int) -
Method in class org.eclipse.swt.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(Point) -
Method in class org.eclipse.swt.widgets.
Table
- Returns the item at the given point in the receiver
or null if no such item exists.
-
getItem(int) -
Method in class org.eclipse.swt.widgets.
ToolBar
- Returns the item at the given, zero-relative index in the
receiver.
-
getItem(int) -
Method in class org.eclipse.swt.widgets.
Tree
- Returns the item at the given, zero-relative index in the receiver.
-
getItem(Point) -
Method in class org.eclipse.swt.widgets.
Tree
- Returns the item at the given point in the receiver or null if no such item
exists.
-
getItem(int) -
Method in class org.eclipse.swt.widgets.
TreeItem
- Returns the item at the given, zero-relative index in the receiver.
-
getItemCount() -
Method in class org.eclipse.swt.custom.
CCombo
- Returns the number of items contained in the receiver's list.
-
getItemCount() -
Method in class org.eclipse.swt.custom.
CTabFolder
- Return the number of tabs in the folder.
-
getItemCount() -
Method in class org.eclipse.swt.widgets.
Combo
- Returns the number of items contained in the receiver's list.
-
getItemCount() -
Method in class org.eclipse.swt.widgets.
CoolBar
- Returns the number of items contained in the receiver.
-
getItemCount() -
Method in class org.eclipse.swt.widgets.
ExpandBar
- Returns the number of items contained in the receiver.
-
getItemCount() -
Method in class org.eclipse.swt.widgets.
List
- Returns the number of items contained in the receiver.
-
getItemCount() -
Method in class org.eclipse.swt.widgets.
Menu
- Returns the number of items contained in the receiver.
-
getItemCount() -
Method in class org.eclipse.swt.widgets.
TabFolder
- Returns the number of items contained in the receiver.
-
getItemCount() -
Method in class org.eclipse.swt.widgets.
Table
- Returns the number of items contained in the receiver.
-
getItemCount() -
Method in class org.eclipse.swt.widgets.
ToolBar
- Returns the number of items contained in the receiver.
-
getItemCount() -
Method in class org.eclipse.swt.widgets.
Tree
- Returns the number of items contained in the receiver that are direct item
children of the receiver.
-
getItemCount() -
Method in class org.eclipse.swt.widgets.
TreeItem
- Returns the number of items contained in the receiver that are direct item
children of the receiver.
-
getItemHeight() -
Method in class org.eclipse.swt.custom.
CCombo
- Returns the height of the area which would be used to
display one of the items in the receiver's list.
-
getItemHeight() -
Method in class org.eclipse.swt.widgets.
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.
-
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.
-
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.
-
getItems() -
Method in class org.eclipse.swt.custom.
CCombo
- Returns an array of
String s 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
String s which are
the items in the receiver's list.
-
getItems() -
Method in class org.eclipse.swt.widgets.
CoolBar
- Returns an array of
CoolItem s in the order in which they
are currently being displayed.
-
getItems() -
Method in class org.eclipse.swt.widgets.
ExpandBar
- Returns an array of
ExpandItem s which are the items in the
receiver.
-
getItems() -
Method in class org.eclipse.swt.widgets.
List
- Returns a (possibly empty) array of
String s which
are the items in the receiver.
-
getItems() -
Method in class org.eclipse.swt.widgets.
Menu
- Returns a (possibly empty) array of
MenuItem s which
are the items in the receiver.
-
getItems() -
Method in class org.eclipse.swt.widgets.
TabFolder
- Returns an array of
TabItem s which are the items
in the receiver.
-
getItems() -
Method in class org.eclipse.swt.widgets.
Table
- Returns a (possibly empty) array of
TableItem s which
are the items in the receiver.
-
getItems() -
Method in class org.eclipse.swt.widgets.
ToolBar
- Returns an array of
ToolItem s 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
TreeItem s which are the
direct item children of the receiver.
-
getJSListener() -
Method in class org.eclipse.rwt.lifecycle.
JSListenerInfo
-
-
getJSListenerType() -
Method in class org.eclipse.rwt.lifecycle.
JSListenerInfo
-
-
getLCA(Widget) -
Static method in class org.eclipse.rwt.lifecycle.
WidgetUtil
- Returns the
AbstractWidgetLCA instance for this widget.
-
getLayout() -
Method in class org.eclipse.swt.widgets.
Composite
- Returns layout which is associated with the receiver, or
null if one has not been set.
-
getLayoutData() -
Method in class org.eclipse.swt.widgets.
Control
- Returns layout data which is associated with the receiver.
-
getLayoutDeferred() -
Method in class org.eclipse.swt.widgets.
Composite
- Returns
true if the receiver has deferred
the performing of layout, and false otherwise.
-
getLeft() -
Method in class org.eclipse.swt.custom.
CBanner
- Returns the Control that appears on the left side of the banner.
-
getLifeCycle() -
Static method in class org.eclipse.rwt.
RWT
- Returns the instance of the life cycle which is currently processed.
-
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.
-
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.
-
getListVisible() -
Method in class org.eclipse.swt.custom.
CCombo
- Returns
true if the receiver's list is visible,
and false otherwise.
-
getListenerType() -
Method in class org.eclipse.swt.browser.
LocationEvent
-
-
getListenerType() -
Method in class org.eclipse.swt.custom.
CTabFolderEvent
-
-
getListenerType() -
Method in class org.eclipse.swt.events.
ControlEvent
-
-
getListenerType() -
Method in class org.eclipse.swt.events.
DisposeEvent
-
-
getListenerType() -
Method in class org.eclipse.swt.events.
ExpandEvent
-
-
getListenerType() -
Method in class org.eclipse.swt.events.
FocusEvent
-
-
getListenerType() -
Method in class org.eclipse.swt.events.
KeyEvent
-
-
getListenerType() -
Method in class org.eclipse.swt.events.
MenuEvent
-
-
getListenerType() -
Method in class org.eclipse.swt.events.
ModifyEvent
-
-
getListenerType() -
Method in class org.eclipse.swt.events.
MouseEvent
-
-
getListenerType() -
Method in class org.eclipse.swt.events.
SelectionEvent
-
-
getListenerType() -
Method in class org.eclipse.swt.events.
ShellEvent
-
-
getListenerType() -
Method in class org.eclipse.swt.events.
TraverseEvent
-
-
getListenerType() -
Method in class org.eclipse.swt.events.
TreeEvent
-
-
getListenerType() -
Method in class org.eclipse.swt.events.
TypedEvent
-
-
getListenerType() -
Method in class org.eclipse.swt.events.
VerifyEvent
-
-
getListeners(Adaptable) -
Static method in class org.eclipse.swt.browser.
LocationEvent
-
-
getListeners(Adaptable) -
Static method in class org.eclipse.swt.custom.
CTabFolderEvent
-
-
getListeners(Adaptable) -
Static method in class org.eclipse.swt.events.
ControlEvent
-
-
getListeners(Adaptable) -
Static method in class org.eclipse.swt.events.
DisposeEvent
-
-
getListeners(Adaptable) -
Static method in class org.eclipse.swt.events.
ExpandEvent
-
-
getListeners(Adaptable) -
Static method in class org.eclipse.swt.events.
FocusEvent
-
-
getListeners(Adaptable) -
Static method in class org.eclipse.swt.events.
MenuEvent
-
-
getListeners(Adaptable) -
Static method in class org.eclipse.swt.events.
ModifyEvent
-
-
getListeners(Adaptable) -
Static method in class org.eclipse.swt.events.
MouseEvent
-
-
getListeners(Adaptable) -
Static method in class org.eclipse.swt.events.
SelectionEvent
-
-
getListeners(Adaptable) -
Static method in class org.eclipse.swt.events.
ShellEvent
-
-
getListeners(Adaptable) -
Static method in class org.eclipse.swt.events.
TreeEvent
-
-
getListeners(Adaptable) -
Static method in class org.eclipse.swt.events.
VerifyEvent
-
-
getLoader() -
Method in interface org.eclipse.rwt.resources.
IResource
- Specifies the classloader that has access to the resource
that should be loaded.
-
getLocale() -
Static method in class org.eclipse.rwt.
RWT
- Returns the preferred
Locale that the client will accept
content in.
-
getLocation() -
Method in interface org.eclipse.rwt.resources.
IResource
- Returns the location of the resource.
-
getLocation(String) -
Method in interface org.eclipse.rwt.resources.
IResourceManager
- Returns a location within the web-applications context where the
resource will be available for the browser to download.
-
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.
-
getLocked() -
Method in class org.eclipse.swt.widgets.
CoolBar
- Returns whether or not the receiver is 'locked'.
-
getMRUVisible() -
Method in class org.eclipse.swt.custom.
CTabFolder
- Returns
true if the receiver displays most
recently used tabs and false otherwise.
-
getMaximizeVisible() -
Method in class org.eclipse.swt.custom.
CTabFolder
- Returns
true if the maximize button
is visible.
-
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.
-
getMaximum() -
Method in class org.eclipse.swt.widgets.
ProgressBar
- Returns the maximum value which the receiver will allow.
-
getMaximum() -
Method in class org.eclipse.swt.widgets.
Scale
- Returns the maximum value which the receiver will allow.
-
getMaximum() -
Method in class org.eclipse.swt.widgets.
ScrollBar
- Returns the maximum value which the receiver will allow.
-
getMaximum() -
Method in class org.eclipse.swt.widgets.
Slider
- Returns the maximum value which the receiver will allow.
-
getMaximum() -
Method in class org.eclipse.swt.widgets.
Spinner
- Returns the maximum value which the receiver will allow.
-
getMenu() -
Method in class org.eclipse.swt.widgets.
Control
- Returns the receiver's pop up menu if it has one, or null
if it does not.
-
getMenu() -
Method in class org.eclipse.swt.widgets.
MenuItem
- Returns the receiver's cascade menu if it has one or null
if it does not.
-
getMenuBar() -
Method in class org.eclipse.swt.widgets.
Decorations
- Returns the receiver's menu bar if one had previously
been set, otherwise returns null.
-
getMessage(String) -
Static method in class org.eclipse.swt.
SWT
- Returns the NLS'ed message for the given argument.
-
getMessage() -
Method in class org.eclipse.swt.
SWTError
- Returns the string describing this SWTError object.
-
getMessage() -
Method in class 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.
-
getMinHeight() -
Method in class org.eclipse.swt.custom.
ScrolledComposite
- Returns the minimum height of the content control.
-
getMinWidth() -
Method in class org.eclipse.swt.custom.
ScrolledComposite
- Returns the minimum width of the content control.
-
getMinimizeVisible() -
Method in class org.eclipse.swt.custom.
CTabFolder
- Returns
true if the minimize button
is visible.
-
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.
-
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.
-
getMinutes() -
Method in class org.eclipse.swt.widgets.
DateTime
- Returns the receiver's minutes.
-
getMonitor() -
Method in class org.eclipse.swt.widgets.
Control
- Returns the receiver's monitor.
-
getMonitors() -
Method in class org.eclipse.swt.widgets.
Display
- Returns an array of monitors attached to the device.
-
getMonth() -
Method in class org.eclipse.swt.widgets.
DateTime
- Returns the receiver's month.
-
getMoveable() -
Method in class org.eclipse.swt.widgets.
TableColumn
- Gets the moveable attribute.
-
getMoveable() -
Method in class org.eclipse.swt.widgets.
TreeColumn
- Gets the moveable attribute.
-
getName() -
Method in class org.eclipse.swt.graphics.
FontData
- Returns the name of the receiver.
-
getNames() -
Method in class org.eclipse.rwt.branding.
Header
- Returns the array of attribute names.
-
getNewValue() -
Method in class org.eclipse.rwt.service.
SettingStoreEvent
- Return the new value of the attribute
-
getOldValue() -
Method in class org.eclipse.rwt.service.
SettingStoreEvent
- Returns the previous value of the attribute.
-
getOptions() -
Method in interface org.eclipse.rwt.resources.
IResource
- Specifies in which way the resource is delivered.
-
getOrdinal() -
Method in class org.eclipse.rwt.lifecycle.
JSListenerType
-
-
getOrdinal() -
Method in class org.eclipse.rwt.lifecycle.
PhaseId
- Returns the ordinal number that is used for comparison of PhaseIds.
-
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.
-
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.
-
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.
-
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.
ToolItem
- Returns the receiver's parent, which must be a
ToolBar .
-
getParent() -
Method in class org.eclipse.swt.widgets.
TreeColumn
- Returns the receiver's parent, which must be a
Tree .
-
getParent() -
Method in class org.eclipse.swt.widgets.
TreeItem
- Returns the receiver's parent, which must be a
Tree .
-
getParentItem() -
Method in class org.eclipse.swt.widgets.
Menu
- Returns the receiver's parent item, which must be a
MenuItem or null when the receiver is a
root.
-
getParentItem() -
Method in class org.eclipse.swt.widgets.
Tree
- Returns the receiver's parent item, which must be a
TreeItem
or null when the receiver is a root.
-
getParentItem() -
Method in class org.eclipse.swt.widgets.
TreeItem
- Returns the receiver's parent item, which must be a
TreeItem
or null when the receiver is a root.
-
getParentMenu() -
Method in class org.eclipse.swt.widgets.
Menu
- Returns the receiver's parent item, which must be a
Menu or null when the receiver is a
root.
-
getPhaseId() -
Method in class org.eclipse.rwt.lifecycle.
PhaseEvent
- Returns the id of the phase that will be or was executed.
-
getPhaseId() -
Method in interface org.eclipse.rwt.lifecycle.
PhaseListener
-
Return the identifier of the request processing phase during which this
listener is interested in processing
PhaseEvent events.
-
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.
-
getPreserved(String) -
Method in interface org.eclipse.rwt.lifecycle.
IWidgetAdapter
- Returns the preserved value for a specified key.
-
getPrimaryMonitor() -
Method in class org.eclipse.swt.widgets.
Display
- Returns the primary monitor for that device.
-
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.
-
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.rwt.resources.
IResourceManager
- Returns the content of the registered resource with the given name.
-
getRequest() -
Static method in class org.eclipse.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.
-
getResource(String) -
Method in interface org.eclipse.rwt.resources.
IResourceManager
- Finds the resource with the given name.
-
getResourceAsStream(String) -
Method in interface org.eclipse.rwt.resources.
IResourceManager
- Returns an input stream for reading the specified resource.
-
getResourceManager() -
Static method in class org.eclipse.rwt.
RWT
- Returns the instance of the currently available
IResourceManager
-
getResources(String) -
Method in interface org.eclipse.rwt.resources.
IResourceManager
- Finds all the resources with the given name.
-
getResponse() -
Static method in class org.eclipse.rwt.
RWT
- Returns the
HttpServletResponse that is mapped
to the currently processed request.
-
getRight() -
Method in class org.eclipse.swt.custom.
CBanner
- Returns the Control that appears on the right side of the banner.
-
getRightMinimumSize() -
Method in class org.eclipse.swt.custom.
CBanner
- Returns the minimum size of the control that appears on the right of the
banner.
-
getRightWidth() -
Method in class org.eclipse.swt.custom.
CBanner
- Returns the width of the control that appears on the right of the banner.
-
getRowCount() -
Method in class org.eclipse.swt.widgets.
ToolBar
- Returns the number of rows in the receiver.
-
getSashWidth() -
Method in class org.eclipse.swt.custom.
SashForm
- Returns the width of the sashes when the controls in the SashForm are
laid out.
-
getSeconds() -
Method in class org.eclipse.swt.widgets.
DateTime
- Returns the receiver's seconds.
-
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.
List
- Returns an array of
String s 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
TabItem s that are currently
selected in the receiver.
-
getSelection() -
Method in class org.eclipse.swt.widgets.
Table
- Returns an array of
TableItem s 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
TreeItem s that are currently selected in
the receiver.
-
getSelectionBackground() -
Method in class org.eclipse.swt.custom.
CTabFolder
- Returns the receiver's selection background color.
-
getSelectionCount() -
Method in class org.eclipse.swt.widgets.
List
- Returns the number of selected items contained in the receiver.
-
getSelectionCount() -
Method in class org.eclipse.swt.widgets.
Table
- Returns the number of selected items contained in the receiver.
-
getSelectionCount() -
Method in class org.eclipse.swt.widgets.
Text
- Returns the number of selected characters.
-
getSelectionCount() -
Method in class org.eclipse.swt.widgets.
Tree
- Returns the number of selected items contained in the receiver.
-
getSelectionForeground() -
Method in class org.eclipse.swt.custom.
CTabFolder
- Returns the receiver's selection foreground color.
-
getSelectionIndex() -
Method in class org.eclipse.swt.custom.
CCombo
- Returns the zero-relative index of the item which is currently
selected in the receiver's list, or -1 if no item is selected.
-
getSelectionIndex() -
Method in class org.eclipse.swt.custom.
CTabFolder
- Return the index of the selected tab item, or -1 if there
is no selection.
-
getSelectionIndex() -
Method in class org.eclipse.swt.widgets.
Combo
- Returns the zero-relative index of the item which is currently
selected in the receiver's list, or -1 if no item is selected.
-
getSelectionIndex() -
Method in class org.eclipse.swt.widgets.
List
- Returns the zero-relative index of the item which is currently
selected in the receiver, or -1 if no item is selected.
-
getSelectionIndex() -
Method in class org.eclipse.swt.widgets.
TabFolder
- Returns the zero-relative index of the item which is currently
selected in the receiver, or -1 if no item is selected.
-
getSelectionIndex() -
Method in class org.eclipse.swt.widgets.
Table
- Returns the zero-relative index of the item which is currently
selected in the receiver, or -1 if no item is selected.
-
getSelectionIndices() -
Method in class org.eclipse.swt.widgets.
List
- Returns the zero-relative indices of the items which are currently
selected in the receiver.
-
getSelectionIndices() -
Method in class org.eclipse.swt.widgets.
Table
- Returns the zero-relative indices of the items which are currently
selected in the receiver.
-
getSelectionText() -
Method in class org.eclipse.swt.widgets.
Text
- Gets the selected text, or an empty string if there is no current selection.
-
getServiceManager() -
Static method in class org.eclipse.rwt.
RWT
- Returns a manager to add and remove
IServiceHandler s.
-
getServiceStore() -
Static method in class org.eclipse.rwt.
RWT
- Returns the
IServiceStore that is mapped
to the currently processed request.
-
getServletName() -
Method in class org.eclipse.rwt.branding.
AbstractBranding
- Returns the name of the servlet on which the application should be
available.
-
getSessionStore() -
Static method in class org.eclipse.rwt.
RWT
- Returns the
ISessionStore of the HttpSession
to which the currently processed request belongs.
-
getSessionStore() -
Method in class org.eclipse.rwt.service.
SessionStoreEvent
- Returns the
ISessionStore that is about to be destroyed.
-
getSettingStore() -
Static method in class org.eclipse.rwt.
RWT
- Returns the setting store instance for this session.
-
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.
-
getShell() -
Method in class org.eclipse.swt.widgets.
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.
-
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 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.
-
getSortColumn() -
Method in class org.eclipse.swt.widgets.
Table
- Returns the column which shows the sort indicator for
the receiver.
-
getSortColumn() -
Method in class org.eclipse.swt.widgets.
Tree
- Returns the column which shows the sort indicator for the receiver.
-
getSortDirection() -
Method in class org.eclipse.swt.widgets.
Table
- Returns the direction of the sort indicator for the receiver.
-
getSortDirection() -
Method in class org.eclipse.swt.widgets.
Tree
- Returns the direction of the sort indicator for the receiver.
-
getSource() -
Method in class org.eclipse.swt.events.
TypedEvent
-
-
getSpacing() -
Method in class org.eclipse.swt.widgets.
ExpandBar
- Returns the receiver's spacing.
-
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.widgets.
Dialog
- Returns the receiver's style information.
-
getStyle() -
Method in class org.eclipse.swt.widgets.
Widget
- Returns the receiver's style information.
-
getSystemColor(int) -
Method in class org.eclipse.swt.graphics.
Device
- Returns the matching standard color for the given
constant, which should be one of the color constants
specified in class
SWT .
-
getSystemColor(int) -
Method in class org.eclipse.swt.widgets.
Display
- Returns the matching standard color for the given
constant, which should be one of the color constants
specified in class
SWT .
-
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 .
-
getTabHeight() -
Method in class org.eclipse.swt.custom.
CTabFolder
- Returns the height of the tab
-
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.
-
getTagName() -
Method in class org.eclipse.rwt.branding.
Header
- Returns the name of the header tag.
-
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.
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.
Shell
- 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.
TableItem
-
-
getText(int) -
Method in class org.eclipse.swt.widgets.
TableItem
- Returns the text stored at the given column index in the receiver,
or empty string if the text has not been set.
-
getText() -
Method in class org.eclipse.swt.widgets.
Text
- Returns the widget text.
-
getText(int) -
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() -
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.
-
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.
-
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.
Text
- Returns the maximum number of characters that the receiver is capable of holding.
-
getThemeId() -
Method in class org.eclipse.rwt.branding.
AbstractBranding
- Returns the id of the theme to be used with this branding or
null to indicate that the default theme should be used.
-
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.
-
getTitle() -
Method in class org.eclipse.rwt.branding.
AbstractBranding
- Returns the title that will be displayed in the browser window or
null to indicate that no title should be displayed.
-
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.
TreeColumn
- Returns the receiver's tool tip text, or null if it has not been set.
-
getTopCenter() -
Method in class org.eclipse.swt.custom.
ViewForm
- Returns Control that appears in the top center of the pane.
-
getTopIndex() -
Method in class org.eclipse.swt.widgets.
Table
- Returns the zero-relative index of 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.
-
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.
-
getTypePoolId(Widget) -
Method in class org.eclipse.rwt.lifecycle.
AbstractWidgetLCA
- Returns an id that is used to identify the type of a widget in the
client-side widget pool.
-
getUTF8Encoded(String, Class) -
Static method in class org.eclipse.rwt.
RWT.NLS
- Returns a NLS object for the given bundle and type.
-
getUnselectedCloseVisible() -
Method in class org.eclipse.swt.custom.
CTabFolder
- Returns
true if the close button appears
when the user hovers over an unselected tabs.
-
getUrl() -
Method in class org.eclipse.swt.browser.
Browser
- Returns the current URL.
-
getValues() -
Method in class org.eclipse.rwt.branding.
Header
- Returns the array of attribute values.
-
getVariant(Widget) -
Static method in class org.eclipse.rwt.lifecycle.
WidgetUtil
- Returns the widget variant defined for the given widget using
Widget.setData() .
-
getVerticalBar() -
Method in class org.eclipse.swt.custom.
ScrolledComposite
- Returns the receiver's vertical scroll bar if it has
one, and null if it does not.
-
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.
-
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.
-
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.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.
-
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.
-
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
H
-
HELP -
Static variable in class org.eclipse.swt.
SWT
- Keyboard event constant representing the help
key (value is (1<<24)+81).
-
HIDE_SELECTION -
Static variable in class org.eclipse.swt.widgets.
Table
-
IMPORTANT: This field is not part of the SWT
public API.
-
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.
-
H_SCROLL -
Static variable in class org.eclipse.swt.
SWT
- Style constant for horizontal scrollbar behavior (value is 1<<8).
-
Header - class org.eclipse.rwt.branding.
Header.
- This data structure represents an HTML tag that goes into the <head>
section of the startup page and is used by the branding facility.
-
Header(String, Map) -
Constructor for class org.eclipse.rwt.branding.
Header
- Constructs a new instance of this class with the given
tagName .
-
Header(String, String[], String[]) -
Constructor for class org.eclipse.rwt.branding.
Header
- Constructs a new instance of this class with the given
tagName .
-
Hide -
Static variable in class org.eclipse.swt.
SWT
- The hide event type (value is 23).
-
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.
-
hasListener(Adaptable) -
Static method in class org.eclipse.swt.browser.
LocationEvent
-
-
hasListener(Adaptable) -
Static method in class org.eclipse.swt.custom.
CTabFolderEvent
-
-
hasListener(Adaptable) -
Static method in class org.eclipse.swt.events.
ControlEvent
-
-
hasListener(Adaptable) -
Static method in class org.eclipse.swt.events.
DisposeEvent
-
-
hasListener(Adaptable) -
Static method in class org.eclipse.swt.events.
ExpandEvent
-
-
hasListener(Adaptable) -
Static method in class org.eclipse.swt.events.
FocusEvent
-
-
hasListener(Adaptable) -
Static method in class org.eclipse.swt.events.
KeyEvent
-
-
hasListener(Adaptable) -
Static method in class org.eclipse.swt.events.
MenuEvent
-
-
hasListener(Adaptable) -
Static method in class org.eclipse.swt.events.
ModifyEvent
-
-
hasListener(Adaptable) -
Static method in class org.eclipse.swt.events.
MouseEvent
-
-
hasListener(Adaptable) -
Static method in class org.eclipse.swt.events.
SelectionEvent
-
-
hasListener(Adaptable) -
Static method in class org.eclipse.swt.events.
ShellEvent
-
-
hasListener(Adaptable) -
Static method in class org.eclipse.swt.events.
TraverseEvent
-
-
hasListener(Adaptable) -
Static method in class org.eclipse.swt.events.
TreeEvent
-
-
hasListener(Adaptable) -
Static method in class org.eclipse.swt.events.
VerifyEvent
-
-
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.
FontData
- 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.
RGB
- 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.
-
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.
SelectionEvent
- The height of selected area.
-
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.
-
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.
I
-
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_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).
-
IControlThemeAdapter - interface org.eclipse.rwt.theme.
IControlThemeAdapter.
- Theme adapter for
Control s. -
IEntryPoint - interface org.eclipse.rwt.lifecycle.
IEntryPoint.
- An implementation of
IEntryPoint represents the main entry point for
a RAP application. -
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).
-
ILifeCycle - interface org.eclipse.rwt.lifecycle.
ILifeCycle.
- This interface represents the life cycle of a request.
-
ILifeCycleAdapter - interface org.eclipse.rwt.lifecycle.
ILifeCycleAdapter.
- A stateless callback handler used by RWT to synchronize the state of the
client and the server during the processing of an HTTP request.
-
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_GIF -
Static variable in class org.eclipse.swt.
SWT
- Image format constant indicating a GIF format image (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).
-
INDETERMINATE -
Static variable in class org.eclipse.swt.
SWT
- Style constant for progress bar behavior (value is 1<<1).
-
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).
-
INSERT -
Static variable in class org.eclipse.swt.
SWT
- Keyboard event constant representing the INSERT key
(value is (1<<24)+9).
-
IResource - interface org.eclipse.rwt.resources.
IResource.
- Implementations of this interface represent an existing resource - local
or external.
-
IResourceManager - interface org.eclipse.rwt.resources.
IResourceManager.
- The resource manager is responsible for registering resources
like images, css files etc.
-
IResourceManager.RegisterOptions - class org.eclipse.rwt.resources.
IResourceManager.RegisterOptions.
- An enumeration used to specify additional behavior when registering
a resource.
-
IResourceManagerFactory - interface org.eclipse.rwt.resources.
IResourceManagerFactory.
- This interface describes a factory that provides instances of
IResourceManager . -
IServiceHandler - interface org.eclipse.rwt.service.
IServiceHandler.
- A service handler is responsible for taking a request and sending
an appropriate response by bypassing the standard lifecycle.
-
IServiceManager - interface org.eclipse.rwt.service.
IServiceManager.
- An
IServiceManager is responsible to manager existing
IServiceHandler s. -
IServiceStore - interface org.eclipse.rwt.service.
IServiceStore.
- The
IServiceStore can be used to store and retrieve
information during a life cycle request. -
ISessionStore - interface org.eclipse.rwt.service.
ISessionStore.
- The
ISessionStore represents a storage place for objects
with session scope. -
ISettingStore - interface org.eclipse.rwt.service.
ISettingStore.
- An ISettingStore is a mechanism persisting settings (i.e.
-
ISettingStoreFactory - interface org.eclipse.rwt.service.
ISettingStoreFactory.
- A setting store factory is responsible for creating and initializing
a specific kind of setting store.
-
ITALIC -
Static variable in class org.eclipse.swt.
SWT
- The font style constant indicating an italic font
(value is 1<<1).
-
IWidgetAdapter - interface org.eclipse.rwt.lifecycle.
IWidgetAdapter.
- Instances of this interface provide RWT specific operations on widgets.
-
IWidgetLifeCycleAdapter - interface org.eclipse.rwt.lifecycle.
IWidgetLifeCycleAdapter.
- A stateless callback handler used by RWT to synchronize the client-side and
server-side state of a widget.
-
Image - class org.eclipse.swt.graphics.
Image.
- Instances of this class are graphics which have been prepared
for display on a specific device.
-
Item - class org.eclipse.swt.widgets.
Item.
- 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.
-
index -
Variable in class org.eclipse.swt.widgets.
Event
- the index of the item where the event occurred
-
indexOf(String) -
Method in class org.eclipse.swt.custom.
CCombo
- Searches the receiver's list starting at the first item
(index 0) until an item is found that is equal to the
argument, and returns the index of that item.
-
indexOf(String, int) -
Method in class org.eclipse.swt.custom.
CCombo
- Searches the receiver's list starting at the given,
zero-relative index until an item is found that is equal
to the argument, and returns the index of that item.
-
indexOf(CTabItem) -
Method in class org.eclipse.swt.custom.
CTabFolder
- Return the index of the specified tab or -1 if the tab is not
in the receiver.
-
indexOf(String) -
Method in class org.eclipse.swt.widgets.
Combo
- Searches the receiver's list starting at the first item
(index 0) until an item is found that is equal to the
argument, and returns the index of that item.
-
indexOf(String, int) -
Method in class org.eclipse.swt.widgets.
Combo
- Searches the receiver's list starting at the given,
zero-relative index until an item is found that is equal
to the argument, and returns the index of that item.
-
indexOf(CoolItem) -
Method in class org.eclipse.swt.widgets.
CoolBar
- Searches the receiver's items in the order they are currently being
displayed, starting at the first item (index 0), until an item is found
that is equal to the argument, and returns the index of that item.
-
indexOf(ExpandItem) -
Method in class org.eclipse.swt.widgets.
ExpandBar
- Searches the receiver's list starting at the first item (index 0) until an
item is found that is equal to the argument, and returns the index of that
item.
-
indexOf(String) -
Method in class org.eclipse.swt.widgets.
List
- Gets the index of an item.
-
indexOf(String, int) -
Method in class org.eclipse.swt.widgets.
List
- Searches the receiver's list starting at the given,
zero-relative index until an item is found that is equal
to the argument, and returns the index of that item.
-
indexOf(MenuItem) -
Method in class org.eclipse.swt.widgets.
Menu
- Searches the receiver's list starting at the first item
(index 0) until an item is found that is equal to the
argument, and returns the index of that item.
-
indexOf(TabItem) -
Method in class org.eclipse.swt.widgets.
TabFolder
- Searches the receiver's list starting at the first item
(index 0) until an item is found that is equal to the
argument, and returns the index of that item.
-
indexOf(TableColumn) -
Method in class org.eclipse.swt.widgets.
Table
- Searches the receiver's list starting at the first column
(index 0) until a column is found that is equal to the
argument, and returns the index of that column.
-
indexOf(TableItem) -
Method in class org.eclipse.swt.widgets.
Table
- Searches the receiver's list starting at the first item
(index 0) until an item is found that is equal to the
argument, and returns the index of that item.
-
indexOf(ToolItem) -
Method in class org.eclipse.swt.widgets.
ToolBar
- Searches the receiver's list starting at the first item
(index 0) until an item is found that is equal to the
argument, and returns the index of that item.
-
indexOf(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(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.
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.
-
insert(String) -
Method in class org.eclipse.swt.widgets.
Text
- Inserts a string.
-
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.
-
isBound() -
Method in interface org.eclipse.rwt.service.
ISessionStore
- Returns whether this
ISessionStore is bound to the
underlying HttpSession or not.
-
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.widgets.
Widget
- Returns
true if the widget has been disposed,
and false otherwise.
-
isEmpty() -
Method in class org.eclipse.swt.graphics.
Rectangle
- Returns
true if the receiver does not cover any
area in the (x, y) coordinate plane, and false if
the receiver does cover some area in the plane.
-
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.
-
isExternal() -
Method in interface org.eclipse.rwt.resources.
IResource
- Decides whether the resource is external or not.
-
isFocusControl() -
Method in class org.eclipse.swt.widgets.
Control
- Returns
true if the receiver has the user-interface
focus, and false otherwise.
-
isInitialized() -
Method in interface org.eclipse.rwt.lifecycle.
IWidgetAdapter
- Indicates whether this widget has been initialized already.
-
isJSLibrary() -
Method in interface org.eclipse.rwt.resources.
IResource
- Decides whether the resource is a javascript library and thus handled
a bit different than other resources.
-
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.
-
isRegistered(String) -
Method in interface org.eclipse.rwt.resources.
IResourceManager
- returns whether the resource with the given name has already been
registered with this IResourceManager instance.
-
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.
-
isShowing() -
Method in class org.eclipse.swt.custom.
CTabItem
- Returns
true if the item will be rendered in the visible area of the CTabFolder.
-
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
-
-
item -
Variable in class org.eclipse.swt.custom.
CTabFolderEvent
- The tab item for the operation.
-
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)
-
itemCollapsed(ExpandEvent) -
Method in class org.eclipse.swt.events.
ExpandAdapter
- Sent when an item is collapsed.
-
itemCollapsed(ExpandEvent) -
Method in interface org.eclipse.swt.events.
ExpandListener
- Sent when an item is collapsed.
-
itemExpanded(ExpandEvent) -
Method in class org.eclipse.swt.events.
ExpandAdapter
- Sent when an item is expanded.
-
itemExpanded(ExpandEvent) -
Method in interface org.eclipse.swt.events.
ExpandListener
- Sent when an item is expanded.
J
-
JSListenerInfo - class org.eclipse.rwt.lifecycle.
JSListenerInfo.
-
-
JSListenerInfo(String, String, JSListenerType) -
Constructor for class org.eclipse.rwt.lifecycle.
JSListenerInfo
-
-
JSListenerType - class org.eclipse.rwt.lifecycle.
JSListenerType.
-
-
JSListenerType(String) -
Constructor for class org.eclipse.rwt.lifecycle.
JSListenerType
-
-
JSVar - class org.eclipse.rwt.lifecycle.
JSVar.
- Instances of this class represent a JavaScript variable.
-
JSVar() -
Constructor for class org.eclipse.rwt.lifecycle.
JSVar
- Creates a new JSVar instance with a generated name which is guaranteed to
be unique within the session.
-
JSVar(String) -
Constructor for class org.eclipse.rwt.lifecycle.
JSVar
- Creates a new JSVar instance with the given name.
-
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
-
KEYCODE_BIT -
Static variable in class org.eclipse.swt.
SWT
- Accelerator constant used to differentiate a key code from a
unicode character.
-
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).
-
KEY_MASK -
Static variable in class org.eclipse.swt.
SWT
- Accelerator constant used to extract the key stroke portion of
an accelerator.
-
KEY_PRESSED -
Static variable in class org.eclipse.swt.events.
KeyEvent
-
-
KEY_RELEASED -
Static variable in class org.eclipse.swt.events.
KeyEvent
-
-
KEY_TRAVERSED -
Static variable in class org.eclipse.swt.events.
TraverseEvent
-
-
KeyAdapter - class org.eclipse.swt.events.
KeyAdapter.
- This adapter class provides default implementations for the
methods described by the
KeyListener interface. -
KeyAdapter() -
Constructor for class org.eclipse.swt.events.
KeyAdapter
-
-
KeyDown -
Static variable in class org.eclipse.swt.
SWT
- The key down event type (value is 1).
-
KeyEvent - class org.eclipse.swt.events.
KeyEvent.
- 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.
-
KeyEvent(Control, int) -
Constructor for class org.eclipse.swt.events.
KeyEvent
-
-
KeyListener - interface org.eclipse.swt.events.
KeyListener.
- Classes which implement this interface provide methods
that deal with the events that are generated as keys
are pressed on the system keyboard.
-
KeyUp -
Static variable in class org.eclipse.swt.
SWT
- The key up event type (value is 2).
-
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 .
-
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.
L
-
LEAD -
Static variable in class org.eclipse.swt.
SWT
- Style constant for leading alignment (value is 1<<14).
-
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).
-
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.
Text
- The maximum number of characters that can be entered
into a text widget.
-
LOCATION_BAR -
Static variable in class org.eclipse.rwt.widgets.
ExternalBrowser
- Style parameter (value 1<<1) indicating that the address combo and
'Go' button will be created for the browser.
-
LOCK -
Static variable in class org.eclipse.rwt.
SessionSingletonBase
-
IMPORTANT: This constant is not part of the RWT
public API.
-
LONG -
Static variable in class org.eclipse.swt.
SWT
- Style constant for long date/time format (value is 1<<28).
-
Label - class org.eclipse.swt.widgets.
Label.
- 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.
-
Layout - class org.eclipse.swt.widgets.
Layout.
- A layout controls the position and size of the children of a composite
widget.
-
Layout() -
Constructor for class org.eclipse.swt.widgets.
Layout
-
-
Link - class org.eclipse.swt.widgets.
Link.
- 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 org.eclipse.swt.widgets.
List.
- Instances of this class represent a selectable user interface
object that displays a list of strings and issues notification
when a string is selected.
-
List(Composite, int) -
Constructor for class org.eclipse.swt.widgets.
List
- Constructs a new instance of this class given its parent
and a style value describing its behavior and appearance.
-
Listener - interface org.eclipse.swt.widgets.
Listener.
- Implementers of
Listener provide a simple
handleEvent() method that is used internally by SWT to
dispatch events. -
LocationEvent - class org.eclipse.swt.browser.
LocationEvent.
- A
LocationEvent is sent by a
Browser to
LocationListener 's when the Browser
navigates to a different URL. -
LocationListener - interface org.eclipse.swt.browser.
LocationListener.
- This listener interface may be implemented in order to receive
a
LocationEvent notification when a
Browser
navigates to a different URL. -
layout() -
Method in class org.eclipse.swt.custom.
ControlEditor
- Lays out the control within the underlying composite.
-
layout(Composite, boolean) -
Method in class org.eclipse.swt.custom.
StackLayout
-
-
layout() -
Method in class org.eclipse.swt.custom.
TableEditor
-
-
layout() -
Method in class org.eclipse.swt.custom.
TreeEditor
-
-
layout(Composite, boolean) -
Method in class org.eclipse.swt.layout.
FillLayout
-
-
layout(Composite, boolean) -
Method in class org.eclipse.swt.layout.
FormLayout
-
-
layout(Composite, boolean) -
Method in class org.eclipse.swt.layout.
GridLayout
-
-
layout(Composite, boolean) -
Method in class org.eclipse.swt.layout.
RowLayout
-
-
layout() -
Method in class org.eclipse.swt.widgets.
Composite
- If the receiver has a layout, asks the layout to lay out
(that is, set the size and location of) the receiver's children.
-
layout(boolean) -
Method in class org.eclipse.swt.widgets.
Composite
- If the receiver has a layout, asks the layout to lay out
(that is, set the size and location of) the receiver's children.
-
layout(boolean, boolean) -
Method in class org.eclipse.swt.widgets.
Composite
- If the receiver has a layout, asks the layout to lay out
(that is, set the size and location of) the receiver's children.
-
layout(Control[]) -
Method in class org.eclipse.swt.widgets.
Composite
- Forces a lay out (that is, sets the size and location) of all widgets that
are in the parent hierarchy of the changed control up to and including the
receiver.
-
layout(Composite, boolean) -
Method in class org.eclipse.swt.widgets.
Layout
- Lays out the children of the specified composite according to this
layout.
-
layout() -
Method in class org.eclipse.swt.widgets.
TabFolder
-
-
left -
Variable in class org.eclipse.swt.layout.
FormData
- left specifies the attachment of the left side of
the control.
-
loadById(String) -
Method in class org.eclipse.rwt.service.
FileSettingStore
-
-
loadById(String) -
Method in interface org.eclipse.rwt.service.
ISettingStore
- Replace the contents of this setting store with all attributes persisted
under the given
id .
-
location -
Variable in class org.eclipse.swt.browser.
LocationEvent
- current location
M
-
MAX -
Static variable in class org.eclipse.swt.
SWT
- Style constant for maximize box trim (value is 1<<10).
-
MAXIMIZE -
Static variable in class org.eclipse.swt.custom.
CTabFolderEvent
-
-
MEDIUM -
Static variable in class org.eclipse.swt.
SWT
- Style constant for medium date/time format (value is 1<<16).
-
MENU_HIDDEN -
Static variable in class org.eclipse.swt.events.
MenuEvent
-
-
MENU_SHOWN -
Static variable in class org.eclipse.swt.events.
MenuEvent
-
-
MIN -
Static variable in class org.eclipse.swt.
SWT
- Style constant for minimize box trim (value is 1<<7).
-
MINIMIZE -
Static variable in class org.eclipse.swt.custom.
CTabFolderEvent
-
-
MODIFIER_MASK -
Static variable in class org.eclipse.swt.
SWT
- Keyboard and/or mouse event mask indicating all possible
keyboard modifiers.
-
MODIFY_TEXT -
Static variable in class org.eclipse.swt.events.
ModifyEvent
-
-
MOUSE_DOUBLE_CLICK -
Static variable in class org.eclipse.swt.events.
MouseEvent
-
-
MOUSE_DOWN -
Static variable in class org.eclipse.swt.events.
MouseEvent
-
-
MOUSE_UP -
Static variable in class org.eclipse.swt.events.
MouseEvent
-
-
MULTI -
Static variable in class org.eclipse.swt.
SWT
- Style constant for multi-selection behavior in lists
and multiple line support on text fields (value is 1<<1).
-
Menu - class org.eclipse.swt.widgets.
Menu.
- Instances of this class are user interface objects that contain
menu items.
-
Menu(Menu) -
Constructor for class org.eclipse.swt.widgets.
Menu
- Constructs a new instance of this class given its parent
(which must be a
Menu ) and sets the style
for the instance so that the instance will be a drop-down
menu on the given parent's parent.
-
Menu(MenuItem) -
Constructor for class org.eclipse.swt.widgets.
Menu
- Constructs a new instance of this class given its parent
(which must be a
MenuItem ) and sets the style
for the instance so that the instance will be a drop-down
menu on the given parent's parent menu.
-
Menu(Control) -
Constructor for class org.eclipse.swt.widgets.
Menu
- Constructs a new instance of this class given its parent,
and sets the style for the instance so that the instance
will be a popup menu on the given parent's shell.
-
Menu(Decorations, int) -
Constructor for class org.eclipse.swt.widgets.
Menu
- Constructs a new instance of this class given its parent
(which must be a
Decorations ) and a style value
describing its behavior and appearance.
-
MenuAdapter - class org.eclipse.swt.events.
MenuAdapter.
- This adapter class provides default implementations for the
methods described by the
MenuListener interface. -
MenuAdapter() -
Constructor for class org.eclipse.swt.events.
MenuAdapter
-
-
MenuEvent - class org.eclipse.swt.events.
MenuEvent.
- Instances of this class are sent as a result of
menus being shown and hidden.
-
MenuEvent(Event) -
Constructor for class org.eclipse.swt.events.
MenuEvent
- Constructs a new instance of this class based on the
information in the given untyped event.
-
MenuEvent(Widget, int) -
Constructor for class org.eclipse.swt.events.
MenuEvent
- Constructs a new instance of this class.
-
MenuItem - class org.eclipse.swt.widgets.
MenuItem.
- Instances of this class represent a selectable user interface object
that issues notification when pressed and released.
-
MenuItem(Menu, int) -
Constructor for class org.eclipse.swt.widgets.
MenuItem
- Constructs a new instance of this class given its parent
(which must be a
Menu ) and a style value
describing its behavior and appearance.
-
MenuItem(Menu, int, int) -
Constructor for class org.eclipse.swt.widgets.
MenuItem
- Constructs a new instance of this class given its parent
(which must be a
Menu ), a style value
describing its behavior and appearance, and the index
at which to place it in the items maintained by its parent.
-
MenuListener - interface org.eclipse.swt.events.
MenuListener.
- Classes which implement this interface provide methods
that deal with the hiding and showing of menus.
-
MessageBox - class org.eclipse.swt.widgets.
MessageBox.
- Instances of this class are used to inform or warn the user.
-
MessageBox(Shell) -
Constructor for class org.eclipse.swt.widgets.
MessageBox
- Constructs a new instance of this class given only its parent.
-
MessageBox(Shell, int) -
Constructor for class org.eclipse.swt.widgets.
MessageBox
- Constructs a new instance of this class given its parent
and a style value describing its behavior and appearance.
-
Modify -
Static variable in class org.eclipse.swt.
SWT
- The modify event type (value is 24).
-
ModifyEvent - class org.eclipse.swt.events.
ModifyEvent.
- Instances of this class are sent as a result of
text being modified.
-
ModifyEvent(Event) -
Constructor for class org.eclipse.swt.events.
ModifyEvent
- Constructs a new instance of this class based on the
information in the given untyped event.
-
ModifyEvent(Control) -
Constructor for class org.eclipse.swt.events.
ModifyEvent
- Constructs a new instance of this class.
-
ModifyListener - interface org.eclipse.swt.events.
ModifyListener.
- Classes which implement this interface provide a method that deals with the
events that are generated when text is modified.
-
Monitor - class org.eclipse.swt.widgets.
Monitor.
- Instances of this class are descriptions of monitors.
-
MouseAdapter - class org.eclipse.swt.events.
MouseAdapter.
- This adapter class provides default implementations for the
methods described by the
MouseListener interface. -
MouseAdapter() -
Constructor for class org.eclipse.swt.events.
MouseAdapter
-
-
MouseDoubleClick -
Static variable in class org.eclipse.swt.
SWT
- The mouse double click event type (value is 8).
-
MouseDown -
Static variable in class org.eclipse.swt.
SWT
- The mouse down event type (value is 3).
-
MouseEvent - class org.eclipse.swt.events.
MouseEvent.
- Instances of this class are sent whenever mouse
related actions occur.
-
MouseEvent(Event) -
Constructor for class org.eclipse.swt.events.
MouseEvent
- Constructs a new instance of this class based on the
information in the given untyped event.
-
MouseEvent(Widget, int) -
Constructor for class org.eclipse.swt.events.
MouseEvent
- Constructs a new instance of this class.
-
MouseListener - interface org.eclipse.swt.events.
MouseListener.
- Classes which implement this interface provide methods
that deal with the events that are generated as mouse buttons
are pressed.
-
MouseUp -
Static variable in class org.eclipse.swt.
SWT
- The mouse up event type (value is 4).
-
Move -
Static variable in class org.eclipse.swt.
SWT
- The move event type (value is 10).
-
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, Point) -
Method in class org.eclipse.swt.widgets.
Display
- Maps a point from one coordinate system to another.
-
map(Control, Control, int, int) -
Method in class org.eclipse.swt.widgets.
Display
- Maps a point from one coordinate system to another.
-
map(Control, Control, Rectangle) -
Method in class org.eclipse.swt.widgets.
Display
- Maps a point from one coordinate system to another.
-
map(Control, Control, int, int, int, int) -
Method in class org.eclipse.swt.widgets.
Display
- Maps a point from one coordinate system to another.
-
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.
-
markDisposed(Widget) -
Method in interface org.eclipse.rwt.lifecycle.
IWidgetAdapter
- Notifies the receiver that the given
widget has beend
disposed of.
-
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.
-
menuHidden(MenuEvent) -
Method in class org.eclipse.swt.events.
MenuAdapter
- Sent when a menu is hidden.
-
menuHidden(MenuEvent) -
Method in interface org.eclipse.swt.events.
MenuListener
- Sent when a menu is hidden.
-
menuShown(MenuEvent) -
Method in class org.eclipse.swt.events.
MenuAdapter
- Sent when a menu is shown.
-
menuShown(MenuEvent) -
Method in interface org.eclipse.swt.events.
MenuListener
- Sent when a menu is shown.
-
minimize(CTabFolderEvent) -
Method in class org.eclipse.swt.custom.
CTabFolder2Adapter
- Sent when the user clicks on the minimize button of a CTabFolder.
-
minimize(CTabFolderEvent) -
Method in interface org.eclipse.swt.custom.
CTabFolder2Listener
- Sent when the user clicks on the minimize button of a CTabFolder.
-
minimumHeight -
Variable in class org.eclipse.swt.custom.
ControlEditor
- Specifies the minimum height the editor can have.
-
minimumHeight -
Variable in class org.eclipse.swt.layout.
GridData
- minimumHeight specifies the minimum height in pixels.
-
minimumWidth -
Variable in class org.eclipse.swt.custom.
ControlEditor
- Specifies the minimum width the editor can have.
-
minimumWidth -
Variable in class org.eclipse.swt.layout.
GridData
- minimumWidth specifies the minimum width in pixels.
-
modifyText(ModifyEvent) -
Method in interface org.eclipse.swt.events.
ModifyListener
- Sent when the text is modified.
-
mouseDoubleClick(MouseEvent) -
Method in class org.eclipse.swt.events.
MouseAdapter
- Sent when a mouse button is pressed twice within the
(operating system specified) double click period.
-
mouseDoubleClick(MouseEvent) -
Method in interface org.eclipse.swt.events.
MouseListener
- Sent when a mouse button is pressed twice within the
(operating system specified) double click period.
-
mouseDown(MouseEvent) -
Method in class org.eclipse.swt.events.
MouseAdapter
- Sent when a mouse button is pressed.
-
mouseDown(MouseEvent) -
Method in interface org.eclipse.swt.events.
MouseListener
- Sent when a mouse button is pressed.
-
mouseUp(MouseEvent) -
Method in class org.eclipse.swt.events.
MouseAdapter
- Sent when a mouse button is released.
-
mouseUp(MouseEvent) -
Method in interface org.eclipse.swt.events.
MouseListener
- Sent when a mouse button is released.
-
moveAbove(Control) -
Method in class org.eclipse.swt.widgets.
Control
- Moves the receiver above the specified control in the
drawing order.
-
moveBelow(Control) -
Method in class org.eclipse.swt.widgets.
Control
- Moves the receiver below the specified control in the
drawing order.
N
-
NAVIGATION_BAR -
Static variable in class org.eclipse.rwt.widgets.
ExternalBrowser
- Style parameter (value 1<<2) indicating that the navigation bar for
navigating web pages will be created for the web browser.
-
NO -
Static variable in class org.eclipse.swt.
SWT
- The
MessageBox style constant for NO button;
valid combinations are YES|NO, YES|NO|CANCEL
(value is 1<<7).
-
NONE -
Static variable in class org.eclipse.rwt.resources.
IResourceManager.RegisterOptions
-
NONE - no further action is taken.
-
NONE -
Static variable in class org.eclipse.swt.
SWT
- A constant known to be zero (0), typically used in operations
which take bit flags to indicate that "no bits are set".
-
NORMAL -
Static variable in class org.eclipse.swt.
SWT
- The font style constant indicating a normal weight, non-italic font
(value is 0).
-
NO_FOCUS -
Static variable in class org.eclipse.swt.
SWT
- Style constant for no focus from the mouse behavior (value is 1<<19).
-
NO_SCROLL -
Static variable in class org.eclipse.swt.
SWT
- Style constant for no scrollbar behavior (value is 1<<4).
-
NO_TRIM -
Static variable in class org.eclipse.swt.
SWT
- Style constant to ensure no trimmings are used (value is 1<<3).
-
NULL -
Static variable in class org.eclipse.swt.
SWT
- A constant known to be zero (0), used in operations which
take pointers to indicate a null argument.
-
NUM_LOCK -
Static variable in class org.eclipse.swt.
SWT
- Keyboard event constant representing the num
lock key (value is (1<<24)+83).
-
None -
Static variable in class org.eclipse.swt.
SWT
- The null event type (value is 0).
-
notifyListeners(int, Event) -
Method in class org.eclipse.swt.widgets.
Widget
- Notifies all of the receiver's listeners for events
of the given type that one such event has occurred by
invoking their
handleEvent() method.
-
numColumns -
Variable in class org.eclipse.swt.layout.
GridLayout
- numColumns specifies the number of cell columns in the layout.
-
numerator -
Variable in class org.eclipse.swt.layout.
FormAttachment
- numerator specifies the numerator of the "a" term in the
equation, y = ax + b, which defines the attachment.
O
-
OK -
Static variable in class org.eclipse.swt.
SWT
- The
MessageBox style constant for an OK button;
valid combinations are OK, OK|CANCEL
(value is 1<<5).
-
ON_TOP -
Static variable in class org.eclipse.swt.
SWT
- Style constant for always on top behavior (value is 1<<14).
-
offset -
Variable in class org.eclipse.swt.layout.
FormAttachment
- offset specifies the offset, in pixels, of the control side
from the attachment position.
-
open(String, String, int) -
Static method in class org.eclipse.rwt.widgets.
ExternalBrowser
- Opens the given
url in an external browser.
-
open() -
Method in class org.eclipse.swt.widgets.
ColorDialog
- Makes the receiver visible and brings it to the front of the display.
-
open() -
Method in class org.eclipse.swt.widgets.
MessageBox
- Makes the dialog visible and brings it to the front
of the display.
-
open() -
Method in class org.eclipse.swt.widgets.
Shell
- Moves the receiver to the top of the drawing order for
the display on which it was created (so that all other
shells on that display, which are not the receiver's
children will be drawn behind it), marks it visible,
sets the focus and asks the window manager to make the
shell active.
-
org.eclipse.rwt - package org.eclipse.rwt
-
-
org.eclipse.rwt.branding - package org.eclipse.rwt.branding
-
-
org.eclipse.rwt.graphics - package org.eclipse.rwt.graphics
-
-
org.eclipse.rwt.lifecycle - package org.eclipse.rwt.lifecycle
-
-
org.eclipse.rwt.resources - package org.eclipse.rwt.resources
-
-
org.eclipse.rwt.service - package org.eclipse.rwt.service
-
-
org.eclipse.rwt.theme - package org.eclipse.rwt.theme
-
-
org.eclipse.rwt.widgets - package org.eclipse.rwt.widgets
-
-
org.eclipse.swt - package org.eclipse.swt
-
-
org.eclipse.swt.browser - package org.eclipse.swt.browser
-
-
org.eclipse.swt.custom - package org.eclipse.swt.custom
-
-
org.eclipse.swt.events - package org.eclipse.swt.events
-
-
org.eclipse.swt.graphics - package org.eclipse.swt.graphics
-
-
org.eclipse.swt.layout - package org.eclipse.swt.layout
-
-
org.eclipse.swt.widgets - package org.eclipse.swt.widgets
-
P
-
PAGE_DOWN -
Static variable in class org.eclipse.swt.
SWT
- Keyboard event constant representing the PAGE DOWN key
(value is (1<<24)+6).
-
PAGE_UP -
Static variable in class org.eclipse.swt.
SWT
- Keyboard event constant representing the PAGE UP key
(value is (1<<24)+5).
-
PASSWORD -
Static variable in class org.eclipse.swt.
SWT
- Style constant for password behavior (value is 1<<22).
-
PAUSE -
Static variable in class org.eclipse.swt.
SWT
- Keyboard event constant representing the pause
key (value is (1<<24)+85).
-
POP_UP -
Static variable in class org.eclipse.swt.
SWT
- Style constant for pop up menu behavior (value is 1<<3).
-
PREPARE_UI_ROOT -
Static variable in class org.eclipse.rwt.lifecycle.
PhaseId
- The PhaseId
PREPARE_UI_ROOT is used by the
PhaseListener to signal interest in the Prepare UI Root
phase.
-
PRINT_SCREEN -
Static variable in class org.eclipse.swt.
SWT
- Keyboard event constant representing the print screen
key (value is (1<<24)+87).
-
PROCESS_ACTION -
Static variable in class org.eclipse.rwt.lifecycle.
PhaseId
- The PhaseId
PROCESS_ACTION is used by the
PhaseListener to signal interest in the Process Action
phase.
-
PUSH -
Static variable in class org.eclipse.swt.
SWT
- Style constant for push button behavior (value is 1<<3).
-
PhaseEvent - class org.eclipse.rwt.lifecycle.
PhaseEvent.
- This event is sent to the
PhaseListener before and after
a lifecycle phase is executed. -
PhaseEvent(ILifeCycle, PhaseId) -
Constructor for class org.eclipse.rwt.lifecycle.
PhaseEvent
- Creates a PhaseEvent for the given lifecycle with the given
phaseId .
-
PhaseId - class org.eclipse.rwt.lifecycle.
PhaseId.
- A type-safe enumeration that represents all standard life cycle phases.
-
PhaseListener - interface org.eclipse.rwt.lifecycle.
PhaseListener.
-
An interface implemented by objects that wish to be notified at the beginning
and ending of processing for each standard phase of the request processing
lifecycle.
-
Point - class org.eclipse.swt.graphics.
Point.
- Instances of this class represent places on the (x, y)
coordinate plane.
-
Point(int, int) -
Constructor for class org.eclipse.swt.graphics.
Point
- Constructs a new point with the given x and y coordinates.
-
ProcessActionRunner - class org.eclipse.rwt.lifecycle.
ProcessActionRunner.
-
-
ProcessActionRunner() -
Constructor for class org.eclipse.rwt.lifecycle.
ProcessActionRunner
-
-
ProgressBar - class org.eclipse.swt.widgets.
ProgressBar.
- Instances of the receiver represent is an unselectable user interface object
that is used to display progress, typically in the form of a bar.
-
ProgressBar(Composite, int) -
Constructor for class org.eclipse.swt.widgets.
ProgressBar
- Constructs a new instance of this class given its parent and a style value
describing its behavior and appearance.
-
pack -
Variable in class org.eclipse.swt.layout.
RowLayout
- pack specifies whether all controls in the layout take
their preferred size.
-
pack() -
Method in class org.eclipse.swt.widgets.
Control
- Causes the receiver to be resized to its preferred size.
-
pack(boolean) -
Method in class org.eclipse.swt.widgets.
Control
- Causes the receiver to be resized to its preferred size.
-
pack() -
Method in class org.eclipse.swt.widgets.
TableColumn
- Causes the receiver to be resized to its preferred size.
-
pack() -
Method in class org.eclipse.swt.widgets.
TreeColumn
- Causes the receiver to be resized to its preferred size.
-
preserve(String, Object) -
Method in interface org.eclipse.rwt.lifecycle.
IWidgetAdapter
- Preserves a specified value for a specified key.
-
preserveValues(Widget) -
Method in class org.eclipse.rwt.lifecycle.
AbstractWidgetLCA
-
-
preserveValues(Widget) -
Method in interface org.eclipse.rwt.lifecycle.
IWidgetLifeCycleAdapter
- Preserves the current state of the widget in order to be able to keep track
of changes.
-
printStackTrace() -
Method in class org.eclipse.swt.
SWTError
- Outputs a printable representation of this error's
stack trace on the standard error stream.
-
printStackTrace() -
Method in class org.eclipse.swt.
SWTException
- Outputs a printable representation of this exception's
stack trace on the standard error stream.
-
processEvent() -
Method in class org.eclipse.swt.events.
TypedEvent
-
IMPORTANT: This method is not part of the RWT
public API.
-
processScheduledEvents() -
Static method in class org.eclipse.swt.events.
TypedEvent
-
IMPORTANT: This method is not part of the RWT
public API.
R
-
RADIO -
Static variable in class org.eclipse.swt.
SWT
- Style constant for radio button behavior (value is 1<<4).
-
READ_DATA -
Static variable in class org.eclipse.rwt.lifecycle.
PhaseId
- The PhaseId
READ_DATA is used by the
PhaseListener
to signal interest in the Read Data phase.
-
READ_ONLY -
Static variable in class org.eclipse.swt.
SWT
- Style constant for read-only behavior (value is 1<<3).
-
RENDER -
Static variable in class org.eclipse.rwt.lifecycle.
PhaseId
- The PhaseId
RENDER is used by the
PhaseListener to
signal interest in the Render phase.
-
REQUEST_PARAM -
Static variable in interface org.eclipse.rwt.service.
IServiceHandler
- The request parameter name to hold the service handlers name as its
value (value is custom_service_handler).
-
RESIZE -
Static variable in class org.eclipse.swt.
SWT
- Style constant for resize box trim (value is 1<<4).
-
RESTORE -
Static variable in class org.eclipse.swt.custom.
CTabFolderEvent
-
-
RETRY -
Static variable in class org.eclipse.swt.
SWT
- The
MessageBox style constant for a RETRY button;
valid combinations are ABORT|RETRY|IGNORE, RETRY|CANCEL
(value is 1<<10).
-
RGB - class org.eclipse.swt.graphics.
RGB.
- Instances of this class are descriptions of colors in terms of the primary
additive color model (red, green and blue).
-
RGB(int, int, int) -
Constructor for class org.eclipse.swt.graphics.
RGB
- Constructs an instance of this class with the given red, green and blue
values.
-
RGB(float, float, float) -
Constructor for class org.eclipse.swt.graphics.
RGB
- Constructs an instance of this class with the given hue, saturation, and
brightness.
-
RIGHT -
Static variable in class org.eclipse.swt.
SWT
- Style constant for align right behavior (value is 1<<17).
-
RWT - class org.eclipse.rwt.
RWT.
- This class provides access to aspects of RWT which are not
part of the SWT API as RAP needs some additions regarding
the server and client communication.
-
RWT.NLS - class org.eclipse.rwt.
RWT.NLS.
- This utility class helps to provide a similar approach for compile safe
native language support than
NLS does. -
RWT.NLS() -
Constructor for class org.eclipse.rwt.
RWT.NLS
-
-
RWTFileSettingStoreFactory - class org.eclipse.rwt.service.
RWTFileSettingStoreFactory.
-
ISettingStoreFactory that creates
FileSettingStore
instances. -
RWTFileSettingStoreFactory() -
Constructor for class org.eclipse.rwt.service.
RWTFileSettingStoreFactory
-
-
Rectangle - class org.eclipse.swt.graphics.
Rectangle.
- Instances of this class represent rectangular areas in an
(x, y) coordinate system.
-
Rectangle(int, int, int, int) -
Constructor for class org.eclipse.swt.graphics.
Rectangle
- Construct a new instance of this class given the
x, y, width and height values.
-
Resize -
Static variable in class org.eclipse.swt.
SWT
- The resize event type (value is 11).
-
Resource - class org.eclipse.swt.graphics.
Resource.
- This class is the abstract superclass of all graphics resource objects.
-
Resource() -
Constructor for class org.eclipse.swt.graphics.
Resource
-
-
RowData - class org.eclipse.swt.layout.
RowData.
- Each control controlled by a
RowLayout can have its initial
width and height specified by setting a RowData object
into the control. -
RowData() -
Constructor for class org.eclipse.swt.layout.
RowData
- Constructs a new instance of RowData using
default values.
-
RowData(int, int) -
Constructor for class org.eclipse.swt.layout.
RowData
- Constructs a new instance of RowData according to the parameters.
-
RowData(Point) -
Constructor for class org.eclipse.swt.layout.
RowData
- Constructs a new instance of RowData according to the parameter.
-
RowLayout - class org.eclipse.swt.layout.
RowLayout.
- Instances of this class determine the size and position of the
children of a
Composite by placing them either in
horizontal rows or vertical columns within the parent Composite . -
RowLayout() -
Constructor for class org.eclipse.swt.layout.
RowLayout
- Constructs a new instance of this class.
-
RowLayout(int) -
Constructor for class org.eclipse.swt.layout.
RowLayout
- Constructs a new instance of this class given the type.
-
readAndDispatch() -
Method in class org.eclipse.swt.widgets.
Display
- Reads an event from the event queue,
dispatches it appropriately, and returns
true
if there is potentially more work to do, or false
if the caller can sleep until another event is placed on
the event queue.
-
readData(Widget) -
Method in interface org.eclipse.rwt.lifecycle.
IWidgetLifeCycleAdapter
- Reads request parameters and applies the state changes that are indicated
by the client to the widget.
-
red -
Variable in class org.eclipse.swt.graphics.
RGB
- the red component of the RGB
-
redraw() -
Method in class org.eclipse.swt.widgets.
Control
- Causes the entire bounds of the receiver to be marked
as needing to be redrawn.
-
register(String) -
Method in interface org.eclipse.rwt.resources.
IResourceManager
- registers a resource which is located on the web-applications
classpath.
-
register(String, InputStream) -
Method in interface org.eclipse.rwt.resources.
IResourceManager
- registers a given resource for download with the given name relative
to the context root.
-
register(String, String) -
Method in interface org.eclipse.rwt.resources.
IResourceManager
- registers a text resource which is located on the web-applications
classpath and encoded with the given
charset .
-
register(String, String, IResourceManager.RegisterOptions) -
Method in interface org.eclipse.rwt.resources.
IResourceManager
- registers a text resource which is located on the web-applications
classpath and encoded with the given
charset .
-
register(String, InputStream, String, IResourceManager.RegisterOptions) -
Method in interface org.eclipse.rwt.resources.
IResourceManager
- registers a text resource that is encoded with the given
charset for download with the given name relative to the
context root.
-
registerResources() -
Method in class org.eclipse.rwt.branding.
AbstractBranding
- This method is called before the branding is applied for the first time.
-
registerServiceHandler(String, IServiceHandler) -
Method in interface org.eclipse.rwt.service.
IServiceManager
- Registers a new service handler at the service manager.
-
release() -
Method in class org.eclipse.swt.graphics.
Device
- Releases any internal resources .
-
release() -
Method in class org.eclipse.swt.widgets.
Display
-
-
remove(int) -
Method in class org.eclipse.swt.custom.
CCombo
- Removes the item from the receiver's list at the given
zero-relative index.
-
remove(int, int) -
Method in class org.eclipse.swt.custom.
CCombo
- Removes the items from the receiver's list which are
between the given zero-relative start and end
indices (inclusive).
-
remove(String) -
Method in class org.eclipse.swt.custom.
CCombo
- Searches the receiver's list starting at the first item
until an item is found that is equal to the argument,
and removes that item from the list.
-
remove(int) -
Method in class org.eclipse.swt.widgets.
Combo
- Removes the item from the receiver's list at the given
zero-relative index.
-
remove(int, int) -
Method in class org.eclipse.swt.widgets.
Combo
- Removes the items from the receiver's list which are
between the given zero-relative start and end
indices (inclusive).
-
remove(String) -
Method in class org.eclipse.swt.widgets.
Combo
- Searches the receiver's list starting at the first item
until an item is found that is equal to the argument,
and removes that item from the list.
-
remove(int) -
Method in class org.eclipse.swt.widgets.
List
- Removes the item from the receiver at the given
zero-relative index.
-
remove(int, int) -
Method in class org.eclipse.swt.widgets.
List
- Removes the items from the receiver which are
between the given zero-relative start and end
indices (inclusive).
-
remove(int[]) -
Method in class org.eclipse.swt.widgets.
List
- Removes the items from the receiver at the given
zero-relative indices.
-
remove(String) -
Method in class org.eclipse.swt.widgets.
List
- Searches the receiver's list starting at the first item
until an item is found that is equal to the argument,
and removes that item from the list.
-
remove(int, int) -
Method in class org.eclipse.swt.widgets.
Table
- Removes the items from the receiver which are between the given
zero-relative start and end indices (inclusive).
-
remove(int) -
Method in class org.eclipse.swt.widgets.
Table
- Removes the item from the receiver at the given zero-relative index.
-
remove(int[]) -
Method in class org.eclipse.swt.widgets.
Table
- Removes the items from the receiver's list at the given zero-relative
indices.
-
removeAll() -
Method in class org.eclipse.swt.custom.
CCombo
- Removes all of the items from the receiver's list and clear the
contents of receiver's text field.
-
removeAll() -
Method in class org.eclipse.swt.widgets.
Combo
- Removes all of the items from the receiver's list and clear the
contents of receiver's text field.
-
removeAll() -
Method in class org.eclipse.swt.widgets.
List
- Removes all of the items from the receiver.
-
removeAll() -
Method in class org.eclipse.swt.widgets.
Table
- Removes all of the items from the receiver.
-
removeAll() -
Method in class org.eclipse.swt.widgets.
Tree
- Removes all of the items from the receiver.
-
removeAll() -
Method in class org.eclipse.swt.widgets.
TreeItem
- Removes all of the items from the receiver.
-
removeAttribute(String) -
Method in class org.eclipse.rwt.service.
FileSettingStore
-
-
removeAttribute(String) -
Method in interface org.eclipse.rwt.service.
ISessionStore
- Removes the object bound with the specified name from this
ISessionStore .
-
removeAttribute(String) -
Method in interface org.eclipse.rwt.service.
ISettingStore
- Removes the attribute stored under the specified name from this
ISettingStore .
-
removeCTabFolder2Listener(CTabFolder2Listener) -
Method in class org.eclipse.swt.custom.
CTabFolder
- Removes the listener.
-
removeControlListener(ControlListener) -
Method in class org.eclipse.swt.widgets.
Control
- Removes the listener from the collection of listeners who will
be notified when the control is moved or resized.
-
removeControlListener(ControlListener) -
Method in class org.eclipse.swt.widgets.
TableColumn
- Removes the listener from the collection of listeners who will
be notified when the control is moved or resized.
-
removeControlListener(ControlListener) -
Method in class org.eclipse.swt.widgets.
TreeColumn
- Removes the listener from the collection of listeners who will be notified
when the control is moved or resized.
-
removeDisposeListener(DisposeListener) -
Method in class org.eclipse.swt.widgets.
Widget
- Removes the listener from the collection of listeners who will
be notified when the widget is disposed.
-
removeExpandListener(ExpandListener) -
Method in class org.eclipse.swt.widgets.
ExpandBar
- Removes the listener from the collection of listeners who will be notified
when items in the receiver are expanded or collapsed.
-
removeFilter(int, Listener) -
Method in class org.eclipse.swt.widgets.
Display
- Removes the listener from the collection of listeners who will be notified
when an event of the given type occurs anywhere in a widget.
-
removeFocusListener(FocusListener) -
Method in class org.eclipse.swt.widgets.
Control
- Removes the listener from the collection of listeners who will
be notified when the control gains or loses focus.
-
removeKeyListener(KeyListener) -
Method in class org.eclipse.swt.widgets.
Control
- Removes the listener from the collection of listeners who will
be notified when keys are pressed and released on the system keyboard.
-
removeListener(Adaptable, LocationListener) -
Static method in class org.eclipse.swt.browser.
LocationEvent
-
-
removeListener(Adaptable, CTabFolder2Listener) -
Static method in class org.eclipse.swt.custom.
CTabFolderEvent
-
-
removeListener(Adaptable, ControlListener) -
Static method in class org.eclipse.swt.events.
ControlEvent
-
-
removeListener(Adaptable, DisposeListener) -
Static method in class org.eclipse.swt.events.
DisposeEvent
-
-
removeListener(Adaptable, ExpandListener) -
Static method in class org.eclipse.swt.events.
ExpandEvent
-
-
removeListener(Adaptable, FocusListener) -
Static method in class org.eclipse.swt.events.
FocusEvent
-
-
removeListener(Adaptable, KeyListener) -
Static method in class org.eclipse.swt.events.
KeyEvent
-
-
removeListener(Adaptable, MenuListener) -
Static method in class org.eclipse.swt.events.
MenuEvent
-
-
removeListener(Adaptable, ModifyListener) -
Static method in class org.eclipse.swt.events.
ModifyEvent
-
-
removeListener(Adaptable, MouseListener) -
Static method in class org.eclipse.swt.events.
MouseEvent
-
-
removeListener(Adaptable, SelectionListener) -
Static method in class org.eclipse.swt.events.
SelectionEvent
-
-
removeListener(Adaptable, ShellListener) -
Static method in class org.eclipse.swt.events.
ShellEvent
-
-
removeListener(Adaptable, TraverseListener) -
Static method in class org.eclipse.swt.events.
TraverseEvent
-
-
removeListener(Adaptable, TreeListener) -
Static method in class org.eclipse.swt.events.
TreeEvent
-
-
removeListener(Adaptable, VerifyListener) -
Static method in class org.eclipse.swt.events.
VerifyEvent
-
-
removeListener(int, Listener) -
Method in class org.eclipse.swt.widgets.
Widget
- Removes the listener from the collection of listeners who will be notified
when an event of the given type occurs.
-
removeLocationListener(LocationListener) -
Method in class org.eclipse.swt.browser.
Browser
- Removes the listener from the collection of listeners who will
be notified when the current location is changed or about to be changed.
-
removeMenuListener(MenuListener) -
Method in class org.eclipse.swt.widgets.
Menu
- Removes the listener from the collection of listeners who will
be notified when the menu events are generated for the control.
-
removeModifyListener(ModifyListener) -
Method in class org.eclipse.swt.custom.
CCombo
- Removes the listener from the collection of listeners who will
be notified when the receiver's text is modified.
-
removeModifyListener(ModifyListener) -
Method in class org.eclipse.swt.widgets.
Combo
- Removes the listener from the collection of listeners who will
be notified when the receiver's text is modified.
-
removeModifyListener(ModifyListener) -
Method in class org.eclipse.swt.widgets.
Spinner
- Removes the listener from the collection of listeners who will
be notified when the receiver's text is modified.
-
removeModifyListener(ModifyListener) -
Method in class org.eclipse.swt.widgets.
Text
- Removes the listener from the collection of listeners who will
be notified when the receiver's text is modified.
-
removeMouseListener(MouseListener) -
Method in class org.eclipse.swt.widgets.
Control
- Removes the listener from the collection of listeners who will
be notified when mouse buttons are pressed and released.
-
removePhaseListener(PhaseListener) -
Method in interface org.eclipse.rwt.lifecycle.
ILifeCycle
- Removes a
PhaseListener from the life cycle.
-
removeSelectionListener(SelectionListener) -
Method in class org.eclipse.swt.custom.
CCombo
- Removes the listener from the collection of listeners who will
be notified when the user changes the receiver's selection.
-
removeSelectionListener(SelectionListener) -
Method in class org.eclipse.swt.custom.
CTabFolder
- Removes the listener.
-
removeSelectionListener(SelectionListener) -
Method in class org.eclipse.swt.widgets.
Button
- Removes the listener from the collection of listeners who will
be notified when the control is selected.
-
removeSelectionListener(SelectionListener) -
Method in class org.eclipse.swt.widgets.
Combo
- Removes the listener from the collection of listeners who will
be notified when the receiver's selection changes.
-
removeSelectionListener(SelectionListener) -
Method in class org.eclipse.swt.widgets.
CoolItem
- Removes the listener from the collection of listeners that will be notified
when the control is selected by the user.
-
removeSelectionListener(SelectionListener) -
Method in class org.eclipse.swt.widgets.
DateTime
- Removes the listener from the collection of listeners who will be notified
when the control is selected by the user.
-
removeSelectionListener(SelectionListener) -
Method in class org.eclipse.swt.widgets.
Link
- Removes the listener from the collection of listeners who will
be notified when the control is selected.
-
removeSelectionListener(SelectionListener) -
Method in class org.eclipse.swt.widgets.
List
- Removes the listener from the collection of listeners who will
be notified when the receiver's selection changes.
-
removeSelectionListener(SelectionListener) -
Method in class org.eclipse.swt.widgets.
MenuItem
- Removes the listener from the collection of listeners who will
be notified when the control is selected.
-
removeSelectionListener(SelectionListener) -
Method in class org.eclipse.swt.widgets.
Sash
- Removes the listener from the collection of listeners who will
be notified when the control is selected.
-
removeSelectionListener(SelectionListener) -
Method in class org.eclipse.swt.widgets.
Scale
- Removes the listener from the collection of listeners who will be notified
when the user changes the receiver's value.
-
removeSelectionListener(SelectionListener) -
Method in class org.eclipse.swt.widgets.
ScrollBar
- Removes the listener from the collection of listeners who will
be notified when the receiver's value changes.
-
removeSelectionListener(SelectionListener) -
Method in class org.eclipse.swt.widgets.
Slider
- Removes the listener from the collection of listeners who will
be notified when the user changes the receiver's value.
-
removeSelectionListener(SelectionListener) -
Method in class org.eclipse.swt.widgets.
Spinner
- Removes the listener from the collection of listeners who will
be notified when the control is selected by the user.
-
removeSelectionListener(SelectionListener) -
Method in class org.eclipse.swt.widgets.
TabFolder
- Removes the listener from the collection of listeners who will
be notified when the receiver's selection changes.
-
removeSelectionListener(SelectionListener) -
Method in class org.eclipse.swt.widgets.
Table
- Removes the listener from the collection of listeners who will
be notified when the receiver's selection changes.
-
removeSelectionListener(SelectionListener) -
Method in class org.eclipse.swt.widgets.
TableColumn
- Removes the listener from the collection of listeners who will
be notified when the control is selected.
-
removeSelectionListener(SelectionListener) -
Method in class org.eclipse.swt.widgets.
Text
- Removes the listener from the collection of listeners who will
be notified when the control is selected.
-
removeSelectionListener(SelectionListener) -
Method in class org.eclipse.swt.widgets.
ToolItem
- Removes the listener from the collection of listeners who will
be notified when the control is selected.
-
removeSelectionListener(SelectionListener) -
Method in class org.eclipse.swt.widgets.
Tree
- Removes the listener from the collection of listeners who will be notified
when the receiver's selection changes.
-
removeSelectionListener(SelectionListener) -
Method in class org.eclipse.swt.widgets.
TreeColumn
- Removes the listener from the collection of listeners who will be notified
when the control is selected by the user.
-
removeSessionStoreListener(SessionStoreListener) -
Method in interface org.eclipse.rwt.service.
ISessionStore
- Removes an instance of
SessionStoreListener to this
ISessionStore .
-
removeSettingStoreListener(SettingStoreListener) -
Method in class org.eclipse.rwt.service.
FileSettingStore
-
-
removeSettingStoreListener(SettingStoreListener) -
Method in interface org.eclipse.rwt.service.
ISettingStore
- Removes an
SettingStoreListener from this
ISettingStore .
-
removeShellListener(ShellListener) -
Method in class org.eclipse.swt.widgets.
Shell
- Removes the listener from the collection of listeners who will
be notified when operations are performed on the receiver.
-
removeTraverseListener(TraverseListener) -
Method in class org.eclipse.swt.widgets.
Control
- Removes the listener from the collection of listeners who will
be notified when traversal events occur.
-
removeTreeListener(TreeListener) -
Method in class org.eclipse.swt.widgets.
Tree
- Removes the listener from the collection of listeners who will be notified
when items in the receiver are expanded or collapsed.
-
removeVerifyListener(VerifyListener) -
Method in class org.eclipse.swt.custom.
CCombo
- Removes the listener from the collection of listeners who will
be notified when the control is verified.
-
removeVerifyListener(VerifyListener) -
Method in class org.eclipse.swt.widgets.
Combo
- Removes the listener from the collection of listeners who will
be notified when the control is verified.
-
removeVerifyListener(VerifyListener) -
Method in class org.eclipse.swt.widgets.
Text
- Removes the listener from the collection of listeners who will
be notified when the control is verified.
-
render(Widget) -
Method in class org.eclipse.rwt.lifecycle.
AbstractWidgetLCA
-
-
render(Widget) -
Method in interface org.eclipse.rwt.lifecycle.
IWidgetLifeCycleAdapter
- Writes JavaScript code to the response that renders the changes that has
been made to the widget.
-
renderChanges(Widget) -
Method in class org.eclipse.rwt.lifecycle.
AbstractWidgetLCA
- Writes JavaScript code to the response that applies the state changes of
the widget to the client.
-
renderDispose(Widget) -
Method in class org.eclipse.rwt.lifecycle.
AbstractWidgetLCA
- Writes JavaScript code to the response that renders the disposal of the
widget.
-
renderInitialization(Widget) -
Method in class org.eclipse.rwt.lifecycle.
AbstractWidgetLCA
- Writes JavaScript code to the response that creates a new widget instance
and initializes it.
-
restore(CTabFolderEvent) -
Method in class org.eclipse.swt.custom.
CTabFolder2Adapter
- Sent when the user clicks on the restore button of a CTabFolder.
-
restore(CTabFolderEvent) -
Method in interface org.eclipse.swt.custom.
CTabFolder2Listener
- Sent when the user clicks on the restore button of a CTabFolder.
-
right -
Variable in class org.eclipse.swt.layout.
FormData
- right specifies the attachment of the right side of
the control.
-
runNonUIThreadWithFakeContext(Display, Runnable) -
Static method in class org.eclipse.rwt.lifecycle.
UICallBack
- Sometimes a background thread needs to access values that are stored
in the session object that started the thread.
S
-
SASH_WIDTH -
Variable in class org.eclipse.swt.custom.
SashForm
-
-
SCROLL_LOCK -
Static variable in class org.eclipse.swt.
SWT
- Keyboard event constant representing the scroll
lock key (value is (1<<24)+84).
-
SEPARATOR -
Static variable in class org.eclipse.swt.
SWT
- Style constant for line separator behavior (value is 1<<1).
-
SHADOW_IN -
Static variable in class org.eclipse.swt.
SWT
- Style constant for shadow in behavior (value is 1<<2).
-
SHADOW_NONE -
Static variable in class org.eclipse.swt.
SWT
- Style constant for no shadow behavior (value is 1<<5).
-
SHADOW_OUT -
Static variable in class org.eclipse.swt.
SWT
- Style constant for shadow out behavior (value is 1<<3).
-
SHELL_ACTIVATED -
Static variable in class org.eclipse.swt.events.
ShellEvent
-
-
SHELL_CLOSED -
Static variable in class org.eclipse.swt.events.
ShellEvent
-
-
SHELL_DEACTIVATED -
Static variable in class org.eclipse.swt.events.
ShellEvent
-
-
SHELL_TRIM -
Static variable in class org.eclipse.swt.
SWT
- Trim style convenience constant for the most common top level shell appearance
(value is CLOSE|TITLE|MIN|MAX|RESIZE).
-
SHIFT -
Static variable in class org.eclipse.swt.
SWT
- Keyboard and/or mouse event mask indicating that the SHIFT key
was pushed on the keyboard when the event was generated
(value is 1<<17).
-
SHORT -
Static variable in class org.eclipse.swt.
SWT
- Style constant for short date/time format (value is 1<<15).
-
SHOW_LIST -
Static variable in class org.eclipse.swt.custom.
CTabFolderEvent
-
-
SIMPLE -
Static variable in class org.eclipse.swt.
SWT
- Style constant for simple (not drop down) behavior (value is 1<<6).
-
SINGLE -
Static variable in class org.eclipse.swt.
SWT
- Style constant for single selection behavior in lists
and single line support on text fields (value is 1<<2).
-
SMOOTH -
Static variable in class org.eclipse.swt.
SWT
- Style constant for smooth appearance.
-
STATE_AND_ACTION -
Static variable in class org.eclipse.rwt.lifecycle.
JSListenerType
-
-
STATUS -
Static variable in class org.eclipse.rwt.widgets.
ExternalBrowser
- Style constant (value 1<<3) indicating that status will be tracked
and shown for the browser (page loading progress, text messages etc.).
-
SWT - class org.eclipse.swt.
SWT.
- This class provides access to a small number of SWT system-wide
methods, and in addition defines the public constants provided
by SWT.
-
SWT() -
Constructor for class org.eclipse.swt.
SWT
-
-
SWTError - error org.eclipse.swt.
SWTError.
- This error is thrown whenever an unrecoverable error
occurs internally in SWT.
-
SWTError() -
Constructor for class org.eclipse.swt.
SWTError
- Constructs a new instance of this class with its
stack trace filled in.
-
SWTError(String) -
Constructor for class org.eclipse.swt.
SWTError
- Constructs a new instance of this class with its
stack trace and message filled in.
-
SWTError(int) -
Constructor for class org.eclipse.swt.
SWTError
- Constructs a new instance of this class with its
stack trace and error code filled in.
-
SWTError(int, String) -
Constructor for class org.eclipse.swt.
SWTError
- Constructs a new instance of this class with its
stack trace, error code and message filled in.
-
SWTException - exception org.eclipse.swt.
SWTException.
- This runtime exception is thrown whenever a recoverable error
occurs internally in SWT.
-
SWTException() -
Constructor for class org.eclipse.swt.
SWTException
- Constructs a new instance of this class with its
stack trace filled in.
-
SWTException(String) -
Constructor for class org.eclipse.swt.
SWTException
- Constructs a new instance of this class with its
stack trace and message filled in.
-
SWTException(int) -
Constructor for class org.eclipse.swt.
SWTException
- Constructs a new instance of this class with its
stack trace and error code filled in.
-
SWTException(int, String) -
Constructor for class org.eclipse.swt.
SWTException
- Constructs a new instance of this class with its
stack trace, error code and message filled in.
-
Sash - class org.eclipse.swt.widgets.
Sash.
- Instances of the receiver represent a selectable user interface object
that allows the user to drag a rubber banded outline of the sash within
the parent control.
-
Sash(Composite, int) -
Constructor for class org.eclipse.swt.widgets.
Sash
- Constructs a new instance of this class given its parent and a style
value describing its behavior and appearance.
-
SashForm - class org.eclipse.swt.custom.
SashForm.
- The SashForm is a composite control that lays out its children in a
row or column arrangement (as specified by the orientation) and places
a Sash between each child.
-
SashForm(Composite, int) -
Constructor for class org.eclipse.swt.custom.
SashForm
- Constructs a new instance of this class given its parent
and a style value describing its behavior and appearance.
-
Scale - class org.eclipse.swt.widgets.
Scale.
- Instances of the receiver represent a selectable user interface object that
present a range of continuous numeric values.
-
Scale(Composite, int) -
Constructor for class org.eclipse.swt.widgets.
Scale
- Constructs a new instance of this class given its parent and a style value
describing its behavior and appearance.
-
ScrollBar - class org.eclipse.swt.widgets.
ScrollBar.
- Instances of this class are selectable user interface
objects that represent a range of positive, numeric values.
-
ScrollBar(Scrollable, int) -
Constructor for class org.eclipse.swt.widgets.
ScrollBar
- Constructs a new instance of this class given its parent
and a style value describing its behavior and appearance.
-
Scrollable - class org.eclipse.swt.widgets.
Scrollable.
- This class is the abstract superclass of all classes which
represent controls that have standard scroll bars.
-
Scrollable(Composite, int) -
Constructor for class org.eclipse.swt.widgets.
Scrollable
- Constructs a new instance of this class given its parent
and a style value describing its behavior and appearance.
-
ScrolledComposite - class org.eclipse.swt.custom.
ScrolledComposite.
- A ScrolledComposite provides scrollbars and will scroll its content when the user
uses the scrollbars.
-
ScrolledComposite(Composite, int) -
Constructor for class org.eclipse.swt.custom.
ScrolledComposite
- Constructs a new instance of this class given its parent
and a style value describing its behavior and appearance.
-
Selection -
Static variable in class org.eclipse.swt.
SWT
- The selection event type (value is 13).
-
SelectionAdapter - class org.eclipse.swt.events.
SelectionAdapter.
- This adapter class provides default implementations for the
methods described by the
SelectionListener interface. -
SelectionAdapter() -
Constructor for class org.eclipse.swt.events.
SelectionAdapter
-
-
SelectionEvent - class org.eclipse.swt.events.
SelectionEvent.
- Instances of this class are sent as a result of
widgets being selected.
-
SelectionEvent(Event) -
Constructor for class org.eclipse.swt.events.
SelectionEvent
- Constructs a new instance of this class based on the
information in the given untyped event.
-
SelectionEvent(Widget, Widget, int) -
Constructor for class org.eclipse.swt.events.
SelectionEvent
- Constructs a new instance of this class.
-
SelectionEvent(Widget, Widget, int, Rectangle, String, boolean, int) -
Constructor for class org.eclipse.swt.events.
SelectionEvent
- Constructs a new instance of this class.
-
SelectionListener - interface org.eclipse.swt.events.
SelectionListener.
- Classes which implement this interface provide methods
that deal with the events that are generated when selection
occurs in a control.
-
SessionSingletonBase - class org.eclipse.rwt.
SessionSingletonBase.
- Subclasses of
SessionSingletonBase provide access to a
unique instance of their type with session scope. -
SessionSingletonBase() -
Constructor for class org.eclipse.rwt.
SessionSingletonBase
-
-
SessionStoreEvent - class org.eclipse.rwt.service.
SessionStoreEvent.
-
SessionStoreListener s are
used to get notifcations before the session store is destroyed. -
SessionStoreEvent(ISessionStore) -
Constructor for class org.eclipse.rwt.service.
SessionStoreEvent
- Creates a new instance of
SessionStoreEvent .
-
SessionStoreListener - interface org.eclipse.rwt.service.
SessionStoreListener.
-
SessionStoreListener s are
used to get notifications before the session store is destroyed. -
SetData -
Static variable in class org.eclipse.swt.
SWT
- The set data event type (value is 36).
-
SettingStoreEvent - class org.eclipse.rwt.service.
SettingStoreEvent.
- A SettingStoreEvent holds information regarding the change
of a single attribute inside the setting store.
-
SettingStoreEvent(ISettingStore, String, String, String) -
Constructor for class org.eclipse.rwt.service.
SettingStoreEvent
-
-
SettingStoreException - exception org.eclipse.rwt.service.
SettingStoreException.
- This exception indicated a setting store operation failed to complete
normally.
-
SettingStoreException(String, Throwable) -
Constructor for class org.eclipse.rwt.service.
SettingStoreException
- Constructs a
SettingStoreException with the specified detail
message and cause.
-
SettingStoreListener - interface org.eclipse.rwt.service.
SettingStoreListener.
- Setting store listeners are notified by an
ISettingStore , when
an attribute inside the store has been changed (i.e. -
Shell - class org.eclipse.swt.widgets.
Shell.
- Instances of this class represent the "windows"
which the desktop or "window manager" is managing.
-
Shell(int) -
Constructor for class org.eclipse.swt.widgets.
Shell
- Constructs a new instance of this class given only the style value
describing its behavior and appearance.
-
Shell(Display) -
Constructor for class org.eclipse.swt.widgets.
Shell
- Constructs a new instance of this class given only the display
to create it on.
-
Shell(Display, int) -
Constructor for class org.eclipse.swt.widgets.
Shell
- Constructs a new instance of this class given the display
to create it on and a style value describing its behavior
and appearance.
-
Shell(Shell) -
Constructor for class org.eclipse.swt.widgets.
Shell
- Constructs a new instance of this class given only its
parent.
-
Shell(Shell, int) -
Constructor for class org.eclipse.swt.widgets.
Shell
- Constructs a new instance of this class given its parent
and a style value describing its behavior and appearance.
-
ShellAdapter - class org.eclipse.swt.events.
ShellAdapter.
- This adapter class provides default implementations for the
methods described by the
ShellListener interface. -
ShellAdapter() -
Constructor for class org.eclipse.swt.events.
ShellAdapter
-
-
ShellEvent - class org.eclipse.swt.events.
ShellEvent.
- Instances of this class are sent as a result of
operations being performed on shells.
-
ShellEvent(Event) -
Constructor for class org.eclipse.swt.events.
ShellEvent
- Constructs a new instance of this class based on the
information in the given untyped event.
-
ShellEvent(Object, int) -
Constructor for class org.eclipse.swt.events.
ShellEvent
- Constructs a new instance of this class.
-
ShellListener - interface org.eclipse.swt.events.
ShellListener.
- Classes which implement this interface provide methods
that deal with changes in state of
Shell s. -
Show -
Static variable in class org.eclipse.swt.
SWT
- The show event type (value is 22).
-
Slider - class org.eclipse.swt.widgets.
Slider.
- Instances of this class are selectable user interface
objects that represent a range of positive, numeric values.
-
Slider(Composite, int) -
Constructor for class org.eclipse.swt.widgets.
Slider
- Constructs a new instance of this class given its parent
and a style value describing its behavior and appearance.
-
Spinner - class org.eclipse.swt.widgets.
Spinner.
- Instances of this class are selectable user interface
objects that allow the user to enter and modify numeric
values.
-
Spinner(Composite, int) -
Constructor for class org.eclipse.swt.widgets.
Spinner
- Constructs a new instance of this class given its parent
and a style value describing its behavior and appearance.
-
StackLayout - class org.eclipse.swt.custom.
StackLayout.
- This Layout stacks all the controls one on top of the other and resizes all
controls to have the same size and location.
-
StackLayout() -
Constructor for class org.eclipse.swt.custom.
StackLayout
-
-
select(int) -
Method in class org.eclipse.swt.custom.
CCombo
- Selects the item at the given zero-relative index in the receiver's
list.
-
select(int) -
Method in class org.eclipse.swt.widgets.
Combo
- Selects the item at the given zero-relative index in the receiver's
list.
-
select(int) -
Method in class org.eclipse.swt.widgets.
List
- Selects the item at the given zero-relative index in the receiver's
list.
-
select(int[]) -
Method in class org.eclipse.swt.widgets.
List
- Selects the items at the given zero-relative indices in the receiver.
-
select(int, int) -
Method in class org.eclipse.swt.widgets.
List
- Selects the items in the range specified by the given zero-relative
indices in the receiver.
-
select(int) -
Method in class org.eclipse.swt.widgets.
Table
- Selects the item at the given zero-relative index in the receiver.
-
select(int, int) -
Method in class org.eclipse.swt.widgets.
Table
- Selects the items in the range specified by the given zero-relative
indices in the receiver.
-
select(int[]) -
Method in class org.eclipse.swt.widgets.
Table
- Selects the items at the given zero-relative indices in the receiver.
-
selectAll() -
Method in class org.eclipse.swt.widgets.
List
- Selects all of the items in the receiver.
-
selectAll() -
Method in class org.eclipse.swt.widgets.
Table
- Selects all of the items in the receiver.
-
selectAll() -
Method in class org.eclipse.swt.widgets.
Text
- Selects all the text in the receiver.
-
selectAll() -
Method in class org.eclipse.swt.widgets.
Tree
- Selects all of the items in the receiver.
-
service() -
Method in interface org.eclipse.rwt.service.
IServiceHandler
- This method is called by the RAP lifecycle to allow the service
handler to respond to a request.
-
setActive() -
Method in class org.eclipse.swt.widgets.
Shell
- If the receiver is visible, moves it to the top of the
drawing order for the display on which it was created
(so that all other shells on that display, which are not
the receiver's children will be drawn behind it) and asks
the window manager to make the shell active
-
setAlignment(int) -
Method in class org.eclipse.swt.custom.
CLabel
- Set the alignment of the CLabel.
-
setAlignment(int) -
Method in class org.eclipse.swt.widgets.
Button
- Controls how text, images and arrows will be displayed
in the receiver.
-
setAlignment(int) -
Method in class org.eclipse.swt.widgets.
Label
- Controls how text and images will be displayed in the receiver.
-
setAlignment(int) -
Method in class org.eclipse.swt.widgets.
TableColumn
- Controls how text and images will be displayed in the receiver.
-
setAlignment(int) -
Method in class org.eclipse.swt.widgets.
TreeColumn
- Controls how text and images will be displayed in the receiver.
-
setAlpha(int) -
Method in class org.eclipse.swt.widgets.
Shell
- Sets the receiver's alpha value.
-
setAlwaysShowScrollBars(boolean) -
Method in class org.eclipse.swt.custom.
ScrolledComposite
- Set the Always Show Scrollbars flag.
-
setAttribute(String, String) -
Method in class org.eclipse.rwt.service.
FileSettingStore
-
-
setAttribute(String, Object) -
Method in interface org.eclipse.rwt.service.
IServiceStore
-
-
setAttribute(String, Object) -
Method in interface org.eclipse.rwt.service.
ISessionStore
- Binds an object to this
ISessionStore , using the name
specified.
-
setAttribute(String, String) -
Method in interface org.eclipse.rwt.service.
ISettingStore
- Stores an attribute to this
ISettingStore , using the name
specified.
-
setBackground(Color) -
Method in class org.eclipse.swt.custom.
CLabel
-
-
setBackground(Image) -
Method in class org.eclipse.swt.custom.
CLabel
- Set the image to be drawn in the background of the label.
-
setBackground(Color) -
Method in class org.eclipse.swt.custom.
SashForm
-
-
setBackground(Color) -
Method in class org.eclipse.swt.widgets.
Control
- Sets the receiver's background color to the color specified
by the argument, or to the default system color for the control
if the argument is null.
-
setBackground(Color) -
Method in class org.eclipse.swt.widgets.
TableItem
- Sets the receiver's background color to the color specified
by the argument, or to the default system color for the item
if the argument is null.
-
setBackground(int, Color) -
Method in class org.eclipse.swt.widgets.
TableItem
- Sets the background color at the given column index in the receiver
to the color specified by the argument, or to the default system color for the item
if the argument is null.
-
setBackground(int, Color) -
Method in class org.eclipse.swt.widgets.
TreeItem
- Sets the background color at the given column index in the receiver to the
color specified by the argument, or to the default system color for the
item if the argument is null.
-
setBackground(Color) -
Method in class org.eclipse.swt.widgets.
TreeItem
- Sets the receiver's background color to the color specified by the
argument, or to the default system color for the item if the argument is
null.
-
setBackgroundImage(Image) -
Method in class org.eclipse.swt.widgets.
Control
- Sets the receiver's background image to the image specified
by the argument, or to the default system color for the control
if the argument is null.
-
setBackgroundMode(int) -
Method in class org.eclipse.swt.widgets.
Composite
- Sets the background drawing mode to the argument which should be one of the
following constants defined in class
SWT :
INHERIT_NONE , INHERIT_DEFAULT ,
INHERIT_FORCE .
-
setBorderVisible(boolean) -
Method in class org.eclipse.swt.custom.
CTabFolder
- Toggle the visibility of the border
-
setBorderVisible(boolean) -
Method in class org.eclipse.swt.custom.
ViewForm
- Specify whether the border should be displayed or not.
-
setBottom(Control) -
Method in class org.eclipse.swt.custom.
CBanner
- Set the control that appears on the bottom side of the banner.
-
setBounds(Rectangle) -
Method in class org.eclipse.swt.widgets.
Control
- Sets the receiver's size and location to the rectangular
area specified by the argument.
-
setBounds(int, int, int, int) -
Method in class org.eclipse.swt.widgets.
Control
- Sets the receiver's size and location to the rectangular
area specified by the arguments.
-
setBounds(Rectangle) -
Method in class org.eclipse.swt.widgets.
DateTime
-
-
setBounds(Rectangle) -
Method in class org.eclipse.swt.widgets.
Event
- Sets the bounds.
-
setBounds(Rectangle) -
Method in class org.eclipse.swt.widgets.
ToolBar
-
-
setChecked(boolean) -
Method in class org.eclipse.swt.widgets.
TableItem
- Sets the checked state of the checkbox for this item.
-
setChecked(boolean) -
Method in class org.eclipse.swt.widgets.
TreeItem
- Sets the checked state of the receiver.
-
setColumn(int) -
Method in class org.eclipse.swt.custom.
TableEditor
- Sets the zero based index of the column of the cell being tracked by this editor.
-
setColumn(int) -
Method in class org.eclipse.swt.custom.
TreeEditor
- Sets the zero based index of the column of the cell being tracked by this
editor.
-
setColumnOrder(int[]) -
Method in class org.eclipse.swt.widgets.
Table
- Sets the order that the items in the receiver should
be displayed in to the given argument which is described
in terms of the zero-relative ordering of when the items
were added.
-
setColumnOrder(int[]) -
Method in class org.eclipse.swt.widgets.
Tree
- Sets the order that the items in the receiver should be displayed in to the
given argument which is described in terms of the zero-relative ordering of
when the items were added.
-
setContent(Control) -
Method in class org.eclipse.swt.custom.
ScrolledComposite
- Set the content that will be scrolled.
-
setContent(Control) -
Method in class org.eclipse.swt.custom.
ViewForm
- Sets the content.
-
setContextLoader(ClassLoader) -
Method in interface org.eclipse.rwt.resources.
IResourceManager
- If resources are not available for the w4toolkit context
classloader, it may be necessary to specify a classloader
before using one of the
registerXXX or
getResourceXXX methods.
-
setControl(Control) -
Method in class org.eclipse.swt.custom.
CTabItem
- Sets the control that is used to fill the client area of
the tab folder when the user selects the tab item.
-
setControl(Control) -
Method in class org.eclipse.swt.widgets.
CoolItem
- Sets the control that is associated with the receiver to the argument.
-
setControl(Control) -
Method in class org.eclipse.swt.widgets.
ExpandItem
- Sets the control that is shown when the item is expanded.
-
setControl(Control) -
Method in class org.eclipse.swt.widgets.
TabItem
- Sets the control that is used to fill the client area of
the tab folder when the user selects the tab item.
-
setControl(Control) -
Method in class org.eclipse.swt.widgets.
ToolItem
- Sets the control that is used to fill the bounds of
the item when the item is a
SEPARATOR .
-
setCursor(Cursor) -
Method in class org.eclipse.swt.widgets.
Control
- Sets the receiver's cursor to the cursor specified by the
argument, or to the default cursor for that kind of control
if the argument is null.
-
setData(Object) -
Method in class org.eclipse.swt.widgets.
Display
- Sets the application defined, display specific data
associated with the receiver, to the argument.
-
setData(String, Object) -
Method in class org.eclipse.swt.widgets.
Display
- Sets the application defined property of the receiver
with the specified name to the given argument.
-
setData(Object) -
Method in class org.eclipse.swt.widgets.
Widget
- Sets the application defined widget data associated
with the receiver to be the argument.
-
setData(String, Object) -
Method in class org.eclipse.swt.widgets.
Widget
- Sets the application defined property of the receiver
with the specified name to the given value.
-
setDate(int, int, int) -
Method in class org.eclipse.swt.widgets.
DateTime
- Sets the receiver's year, month, and day in a single operation.
-
setDay(int) -
Method in class org.eclipse.swt.widgets.
DateTime
- Sets the receiver's date, or day of the month, to the specified day.
-
setDefaultButton(Button) -
Method in class org.eclipse.swt.widgets.
Shell
- If the argument is not null, sets the receiver's default
button to the argument, and if the argument is null, sets
the receiver's default button to the first button which
was set as the receiver's default button (called the
saved default button).
-
setDisabledImage(Image) -
Method in class org.eclipse.swt.widgets.
ToolItem
- Sets the receiver's disabled image to the argument, which may be
null indicating that no disabled image should be displayed.
-
setEditable(boolean) -
Method in class org.eclipse.swt.custom.
CCombo
- Sets the editable state.
-
setEditable(boolean) -
Method in class org.eclipse.swt.widgets.
Text
- Sets the editable state.
-
setEditor(Control) -
Method in class org.eclipse.swt.custom.
ControlEditor
- Specify the Control that is to be displayed.
-
setEditor(Control) -
Method in class org.eclipse.swt.custom.
TableEditor
-
-
setEditor(Control, TableItem, int) -
Method in class org.eclipse.swt.custom.
TableEditor
- Specify the Control that is to be displayed and the cell in the table that it is to be positioned above.
-
setEditor(Control, TreeItem, int) -
Method in class org.eclipse.swt.custom.
TreeEditor
- Specify the Control that is to be displayed and the cell in the tree that
it is to be positioned above.
-
setEditor(Control) -
Method in class org.eclipse.swt.custom.
TreeEditor
-
-
setEditor(Control, TreeItem) -
Method in class org.eclipse.swt.custom.
TreeEditor
- Specify the Control that is to be displayed and the cell in the tree that
it is to be positioned above.
-
setEnabled(boolean) -
Method in class org.eclipse.swt.widgets.
Control
- Enables the receiver if the argument is
true ,
and disables it otherwise.
-
setEnabled(boolean) -
Method in class org.eclipse.swt.widgets.
Menu
- Enables the receiver if the argument is
true ,
and disables it otherwise.
-
setEnabled(boolean) -
Method in class org.eclipse.swt.widgets.
MenuItem
- Enables the receiver if the argument is
true ,
and disables it otherwise.
-
setEnabled(boolean) -
Method in class org.eclipse.swt.widgets.
ScrollBar
- Enables the receiver if the argument is
true ,
and disables it otherwise.
-
setEnabled(boolean) -
Method in class org.eclipse.swt.widgets.
Shell
-
-
setEnabled(boolean) -
Method in class org.eclipse.swt.widgets.
ToolItem
- Enables the receiver if the argument is
true ,
and disables it otherwise.
-
setExpandHorizontal(boolean) -
Method in class org.eclipse.swt.custom.
ScrolledComposite
- Configure the ScrolledComposite to resize the content object to be as wide as the
ScrolledComposite when the width of the ScrolledComposite is greater than the
minimum width specified in setMinWidth.
-
setExpandVertical(boolean) -
Method in class org.eclipse.swt.custom.
ScrolledComposite
- Configure the ScrolledComposite to resize the content object to be as tall as the
ScrolledComposite when the height of the ScrolledComposite is greater than the
minimum height specified in setMinHeight.
-
setExpanded(boolean) -
Method in class org.eclipse.swt.widgets.
ExpandItem
- Sets the expanded state of the receiver.
-
setExpanded(boolean) -
Method in class org.eclipse.swt.widgets.
TreeItem
- Sets the expanded state of the receiver.
-
setFocus() -
Method in class org.eclipse.swt.widgets.
Composite
-
-
setFocus() -
Method in class org.eclipse.swt.widgets.
Control
- Causes the receiver to have the keyboard focus,
such that all keyboard events will be delivered to it.
-
setFont(Font) -
Method in class org.eclipse.swt.custom.
CLabel
-
-
setFont(Font) -
Method in class org.eclipse.swt.custom.
CTabFolder
-
-
setFont(Font) -
Method in class org.eclipse.swt.custom.
CTabItem
- Sets the font that the receiver will use to paint textual information
for this item to the font specified by the argument, or to the default font
for that kind of control if the argument is null.
-
setFont(Font) -
Method in class org.eclipse.swt.widgets.
Control
- Sets the font that the receiver will use to paint textual information
to the font specified by the argument, or to the default font for that
kind of control if the argument is null.
-
setFont(Font) -
Method in class org.eclipse.swt.widgets.
DateTime
- Sets the font that the receiver will use to paint textual information
to the font specified by the argument, or to the default font for that
kind of control if the argument is null.
-
setFont(Font) -
Method in class org.eclipse.swt.widgets.
ExpandBar
- Sets the font that the receiver will use to paint textual information
to the font specified by the argument, or to the default font for that
kind of control if the argument is null.
-
setFont(Font) -
Method in class org.eclipse.swt.widgets.
Table
-
-
setFont(Font) -
Method in class org.eclipse.swt.widgets.
TableItem
- Sets the font that the receiver will use to paint textual information
for this item to the font specified by the argument, or to the default font
for that kind of control if the argument is null.
-
setFont(int, Font) -
Method in class org.eclipse.swt.widgets.
TableItem
- Sets the font that the receiver will use to paint textual information
for the specified cell in this item to the font specified by the
argument, or to the default font for that kind of control if the
argument is null.
-
setFont(int, Font) -
Method in class org.eclipse.swt.widgets.
TreeItem
- Sets the font that the receiver will use to paint textual information for
the specified cell in this item to the font specified by the argument, or
to the default font for that kind of control if the argument is null.
-
setFont(Font) -
Method in class org.eclipse.swt.widgets.
TreeItem
- Sets the font that the receiver will use to paint textual information for
this item to the font specified by the argument, or to the default font for
that kind of control if the argument is null.
-
setForeground(Color) -
Method in class org.eclipse.swt.custom.
SashForm
-
-
setForeground(Color) -
Method in class org.eclipse.swt.widgets.
Control
- Sets the receiver's foreground color to the color specified
by the argument, or to the default system color for the control
if the argument is null.
-
setForeground(Color) -
Method in class org.eclipse.swt.widgets.
TableItem
- Sets the receiver's foreground color to the color specified by the
argument, or to the default system color for the item if the argument is
null.
-
setForeground(int, Color) -
Method in class org.eclipse.swt.widgets.
TableItem
- Sets the foreground color at the given column index in the receiver
to the color specified by the argument, or to the default system color for the item
if the argument is null.
-
setForeground(int, Color) -
Method in class org.eclipse.swt.widgets.
TreeItem
- Sets the foreground color at the given column index in the receiver to the
color specified by the argument, or to the default system color for the
item if the argument is null.
-
setForeground(Color) -
Method in class org.eclipse.swt.widgets.
TreeItem
- Sets the receiver's foreground color to the color specified by the
argument, or to the default system color for the item if the argument is
null.
-
setGrayed(boolean) -
Method in class org.eclipse.swt.widgets.
Button
- Sets the grayed state of the receiver.
-
setGrayed(boolean) -
Method in class org.eclipse.swt.widgets.
TableItem
- Sets the grayed state of the checkbox for this item.
-
setGrayed(boolean) -
Method in class org.eclipse.swt.widgets.
TreeItem
- Sets the grayed state of the checkbox for this item.
-
setHeaderVisible(boolean) -
Method in class org.eclipse.swt.widgets.
Table
- Marks the receiver's header as visible if the argument is
true ,
and marks it invisible otherwise.
-
setHeaderVisible(boolean) -
Method in class org.eclipse.swt.widgets.
Tree
- Marks the receiver's header as visible if the argument is
true
, and marks it invisible otherwise.
-
setHeight(int) -
Method in class org.eclipse.swt.widgets.
ExpandItem
- Sets the height of the receiver.
-
setHotImage(Image) -
Method in class org.eclipse.swt.widgets.
ToolItem
- Sets the receiver's hot image to the argument, which may be
null indicating that no hot image should be displayed.
-
setHours(int) -
Method in class org.eclipse.swt.widgets.
DateTime
- Sets the receiver's hours.
-
setImage(Image) -
Method in class org.eclipse.swt.custom.
CLabel
- Set the label's Image.
-
setImage(Image) -
Method in class org.eclipse.swt.custom.
CTabItem
-
-
setImage(Image) -
Method in class org.eclipse.swt.widgets.
Button
- Sets the receiver's image to the argument, which may be
null indicating that no image should be displayed.
-
setImage(Image) -
Method in class org.eclipse.swt.widgets.
ExpandItem
-
-
setImage(Image) -
Method in class org.eclipse.swt.widgets.
Item
- Sets the receiver's image to the argument, which may be
null indicating that no image should be displayed.
-
setImage(Image) -
Method in class org.eclipse.swt.widgets.
Label
- Sets the receiver's image to the argument, which may be
null indicating that no image should be displayed.
-
setImage(Image) -
Method in class org.eclipse.swt.widgets.
MenuItem
- Sets the image the receiver will display to the argument.
-
setImage(Image) -
Method in class org.eclipse.swt.widgets.
Shell
- Sets the receiver's image to the argument, which may
be null.
-
setImage(Image) -
Method in class org.eclipse.swt.widgets.
TabItem
-
-
setImage(Image) -
Method in class org.eclipse.swt.widgets.
TableItem
-
-
setImage(int, Image) -
Method in class org.eclipse.swt.widgets.
TableItem
- Sets the receiver's image at a column.
-
setImage(Image[]) -
Method in class org.eclipse.swt.widgets.
TableItem
- Sets the image for multiple columns in the table.
-
setImage(Image) -
Method in class org.eclipse.swt.widgets.
ToolItem
-
-
setImage(int, Image) -
Method in class org.eclipse.swt.widgets.
TreeItem
- Sets the receiver's image at a column.
-
setImage(Image[]) -
Method in class org.eclipse.swt.widgets.
TreeItem
- Sets the image for multiple columns in the tree.
-
setIncrement(int) -
Method in class org.eclipse.swt.widgets.
Scale
- Sets the amount that the receiver's value will be modified by when the
up/down (or right/left) arrows are pressed to the argument, which must be
at least one.
-
setIncrement(int) -
Method in class org.eclipse.swt.widgets.
Slider
- Sets the amount that the receiver's value will be
modified by when the up/down (or right/left) arrows
are pressed to the argument, which must be at least
one.
-
setIncrement(int) -
Method in class org.eclipse.swt.widgets.
Spinner
- Sets the amount that the receiver's value will be
modified by when the up/down arrows are pressed to
the argument, which must be at least one.
-
setItem(int, String) -
Method in class org.eclipse.swt.custom.
CCombo
- Sets the text of the item in the receiver's list at the given
zero-relative index to the string argument.
-
setItem(TableItem) -
Method in class org.eclipse.swt.custom.
TableEditor
- Specifies the
TableItem that is to be edited.
-
setItem(TreeItem) -
Method in class org.eclipse.swt.custom.
TreeEditor
-
-
setItem(int, String) -
Method in class org.eclipse.swt.widgets.
Combo
- Sets the text of the item in the receiver's list at the given
zero-relative index to the string argument.
-
setItem(int, String) -
Method in class org.eclipse.swt.widgets.
List
- Sets the text of the item in the receiver's list at the given
zero-relative index to the string argument.
-
setItemCount(int) -
Method in class org.eclipse.swt.widgets.
Table
- Sets the number of items contained in the receiver.
-
setItemCount(int) -
Method in class org.eclipse.swt.widgets.
Tree
- Sets the number of root-level items contained in the receiver.
-
setItemCount(int) -
Method in class org.eclipse.swt.widgets.
TreeItem
- Sets the number of child items contained in the receiver.
-
setItemLayout(int[], int[], Point[]) -
Method in class org.eclipse.swt.widgets.
CoolBar
- Sets the receiver's item order, wrap indices, and item sizes all at once.
-
setItems(String[]) -
Method in class org.eclipse.swt.custom.
CCombo
- Sets the receiver's list to be the given array of items.
-
setItems(String[]) -
Method in class org.eclipse.swt.widgets.
Combo
- Sets the receiver's list to be the given array of items.
-
setItems(String[]) -
Method in class org.eclipse.swt.widgets.
List
- Sets the receiver's items to be the given array of items.
-
setLayout(Layout) -
Method in class org.eclipse.swt.custom.
CBanner
- Sets the layout which is associated with the receiver to be the argument
which may be null.
-
setLayout(Layout) -
Method in class org.eclipse.swt.custom.
CCombo
- Sets the layout which is associated with the receiver to be
the argument which may be null.
-
setLayout(Layout) -
Method in class org.eclipse.swt.custom.
CTabFolder
- Sets the layout which is associated with the receiver to be
the argument which may be null.
-
setLayout(Layout) -
Method in class org.eclipse.swt.custom.
SashForm
- Sets the layout which is associated with the receiver to be
the argument which may be null.
-
setLayout(Layout) -
Method in class org.eclipse.swt.custom.
ScrolledComposite
- Sets the layout which is associated with the receiver to be
the argument which may be null.
-
setLayout(Layout) -
Method in class org.eclipse.swt.custom.
ViewForm
- Sets the layout which is associated with the receiver to be the argument
which may be null.
-
setLayout(Layout) -
Method in class org.eclipse.swt.widgets.
Composite
- Sets the layout which is associated with the receiver to be
the argument which may be null.
-
setLayoutData(Object) -
Method in class org.eclipse.swt.widgets.
Control
- Sets the layout data associated with the receiver to the argument.
-
setLeft(Control) -
Method in class org.eclipse.swt.custom.
CBanner
- Set the control that appears on the left side of the banner.
-
setLinesVisible(boolean) -
Method in class org.eclipse.swt.widgets.
Table
- Marks the receiver's lines as visible if the argument is
true ,
and marks it invisible otherwise.
-
setLinesVisible(boolean) -
Method in class org.eclipse.swt.widgets.
Tree
- Marks the receiver's lines as visible if the argument is
true ,
and marks it invisible otherwise.
-
setListVisible(boolean) -
Method in class org.eclipse.swt.custom.
CCombo
- Marks the receiver's list as visible if the argument is
true ,
and marks it invisible otherwise.
-
setLocale(Locale) -
Static method in class org.eclipse.rwt.
RWT
- Sets the preferred
Locale that the client will accept
content in to current session.
-
setLocation(Point) -
Method in class org.eclipse.swt.widgets.
Control
- Sets the receiver's location to the point specified by
the arguments which are relative to the receiver's
parent (or its display if its parent is null), unless
the receiver is a shell.
-
setLocation(int, int) -
Method in class org.eclipse.swt.widgets.
Control
- Sets the receiver's location to the point specified by
the arguments which are relative to the receiver's
parent (or its display if its parent is null), unless
the receiver is a shell.
-
setLocation(int, int) -
Method in class org.eclipse.swt.widgets.
Menu
- Sets the location of the receiver, which must be a popup,
to the point specified by the arguments which are relative
to the display.
-
setLocation(Point) -
Method in class org.eclipse.swt.widgets.
Menu
- Sets the location of the receiver, which must be a popup,
to the point specified by the argument which is relative
to the display.
-
setLocked(boolean) -
Method in class org.eclipse.swt.widgets.
CoolBar
- Sets whether or not the receiver is 'locked'.
-
setMRUVisible(boolean) -
Method in class org.eclipse.swt.custom.
CTabFolder
- When there is not enough horizontal space to show all the tabs,
by default, tabs are shown sequentially from left to right in
order of their index.
-
setMaximizeVisible(boolean) -
Method in class org.eclipse.swt.custom.
CTabFolder
- Marks the receiver's maximize button as visible if the argument is
true ,
and marks it invisible otherwise.
-
setMaximized(boolean) -
Method in class org.eclipse.swt.custom.
CTabFolder
- Sets the maximized state of the receiver.
-
setMaximized(boolean) -
Method in class org.eclipse.swt.widgets.
Shell
- Sets the maximized state of the receiver.
-
setMaximizedControl(Control) -
Method in class org.eclipse.swt.custom.
SashForm
- Specify the control that should take up the entire client area of the SashForm.
-
setMaximum(int) -
Method in class org.eclipse.swt.widgets.
ProgressBar
- Sets the maximum value that the receiver will allow.
-
setMaximum(int) -
Method in class org.eclipse.swt.widgets.
Scale
- Sets the maximum value that the receiver will allow.
-
setMaximum(int) -
Method in class org.eclipse.swt.widgets.
ScrollBar
- Sets the maximum.
-
setMaximum(int) -
Method in class org.eclipse.swt.widgets.
Slider
- Sets the maximum.
-
setMaximum(int) -
Method in class org.eclipse.swt.widgets.
Spinner
- Sets the maximum value that the receiver will allow.
-
setMenu(Menu) -
Method in class org.eclipse.swt.widgets.
Control
- Sets the receiver's pop up menu to the argument.
-
setMenu(Menu) -
Method in class org.eclipse.swt.widgets.
MenuItem
- Sets the receiver's pull down menu to the argument.
-
setMenuBar(Menu) -
Method in class org.eclipse.swt.widgets.
Decorations
- Sets the receiver's menu bar to the argument, which
may be null.
-
setMessage(String) -
Method in class org.eclipse.swt.widgets.
MessageBox
- Sets the dialog's message, which is a description of
the purpose for which it was opened.
-
setMinHeight(int) -
Method in class org.eclipse.swt.custom.
ScrolledComposite
- Specify the minimum height at which the ScrolledComposite will begin scrolling the
content with the vertical scroll bar.
-
setMinSize(Point) -
Method in class org.eclipse.swt.custom.
ScrolledComposite
- Specify the minimum width and height at which the ScrolledComposite will begin scrolling the
content with the horizontal scroll bar.
-
setMinSize(int, int) -
Method in class org.eclipse.swt.custom.
ScrolledComposite
- Specify the minimum width and height at which the ScrolledComposite will begin scrolling the
content with the horizontal scroll bar.
-
setMinWidth(int) -
Method in class org.eclipse.swt.custom.
ScrolledComposite
- Specify the minimum width at which the ScrolledComposite will begin scrolling the
content with the horizontal scroll bar.
-
setMinimizeVisible(boolean) -
Method in class org.eclipse.swt.custom.
CTabFolder
- Marks the receiver's minimize button as visible if the argument is
true ,
and marks it invisible otherwise.
-
setMinimized(boolean) -
Method in class org.eclipse.swt.custom.
CTabFolder
- Marks the receiver's minimize button as visible if the argument is
true ,
and marks it invisible otherwise.
-
setMinimized(boolean) -
Method in class org.eclipse.swt.widgets.
Shell
- Sets the minimized stated of the receiver.
-
setMinimum(int) -
Method in class org.eclipse.swt.widgets.
ProgressBar
- Sets the minimum value that the receiver will allow.
-
setMinimum(int) -
Method in class org.eclipse.swt.widgets.
Scale
- Sets the minimum value that the receiver will allow.
-
setMinimum(int) -
Method in class org.eclipse.swt.widgets.
ScrollBar
- Sets the minimum value.
-
setMinimum(int) -
Method in class org.eclipse.swt.widgets.
Slider
- Sets the minimum value.
-
setMinimum(int) -
Method in class org.eclipse.swt.widgets.
Spinner
- Sets the minimum value that the receiver will allow.
-
setMinimumCharacters(int) -
Method in class org.eclipse.swt.custom.
CTabFolder
- Sets the minimum number of characters that will
be displayed in a fully compressed tab.
-
setMinimumSize(int, int) -
Method in class org.eclipse.swt.widgets.
CoolItem
- Sets the minimum size that the cool item can be resized to using the cool
item's gripper, to the point specified by the arguments.
-
setMinimumSize(Point) -
Method in class org.eclipse.swt.widgets.
CoolItem
- Sets the minimum size that the cool item can be resized to using the cool
item's gripper, to the point specified by the argument.
-
setMinutes(int) -
Method in class org.eclipse.swt.widgets.
DateTime
- Sets the receiver's minutes.
-
setMonth(int) -
Method in class org.eclipse.swt.widgets.
DateTime
- Sets the receiver's month.
-
setMoveable(boolean) -
Method in class org.eclipse.swt.widgets.
TableColumn
- Sets the moveable attribute.
-
setMoveable(boolean) -
Method in class org.eclipse.swt.widgets.
TreeColumn
- Sets the moveable attribute.
-
setOrientation(int) -
Method in class org.eclipse.swt.custom.
SashForm
- If orientation is SWT.HORIZONTAL, lay the controls in the SashForm
out side by side.
-
setOrigin(Point) -
Method in class org.eclipse.swt.custom.
ScrolledComposite
- Scrolls the content so that the specified point in the content is in the top
left corner.
-
setOrigin(int, int) -
Method in class org.eclipse.swt.custom.
ScrolledComposite
- Scrolls the content so that the specified point in the content is in the top
left corner.
-
setPageIncrement(int) -
Method in class org.eclipse.swt.widgets.
Scale
- Sets the amount that the receiver's value will be modified by when the page
increment/decrement areas are selected to the argument, which must be at
least one.
-
setPageIncrement(int) -
Method in class org.eclipse.swt.widgets.
Slider
- Sets the amount that the receiver's value will be
modified by when the page increment/decrement areas
are selected to the argument, which must be at least
one.
-
setPageIncrement(int) -
Method in class org.eclipse.swt.widgets.
Spinner
- Sets the amount that the receiver's position will be
modified by when the page up/down keys are pressed
to the argument, which must be at least one.
-
setPreferredSize(int, int) -
Method in class org.eclipse.swt.widgets.
CoolItem
- Sets the receiver's ideal size to the point specified by the arguments.
-
setPreferredSize(Point) -
Method in class org.eclipse.swt.widgets.
CoolItem
- Sets the receiver's ideal size to the point specified by the argument.
-
setRGB(RGB) -
Method in class org.eclipse.swt.widgets.
ColorDialog
- Sets the receiver's selected color to be the argument.
-
setRedraw(boolean) -
Method in class org.eclipse.swt.widgets.
Control
- If the argument is
false , causes subsequent drawing
operations in the receiver to be ignored.
-
setResizable(boolean) -
Method in class org.eclipse.swt.widgets.
TableColumn
- Sets the resizable attribute.
-
setResizable(boolean) -
Method in class org.eclipse.swt.widgets.
TreeColumn
- Sets the resizable attribute.
-
setRight(Control) -
Method in class org.eclipse.swt.custom.
CBanner
- Set the control that appears on the right side of the banner.
-
setRightMinimumSize(Point) -
Method in class org.eclipse.swt.custom.
CBanner
- Set the minimum height of the control that appears on the right side of the
banner.
-
setRightWidth(int) -
Method in class org.eclipse.swt.custom.
CBanner
- Set the width of the control that appears on the right side of the banner.
-
setSashWidth(int) -
Method in class org.eclipse.swt.custom.
SashForm
- Specify the width of the sashes when the controls in the SashForm are
laid out.
-
setSeconds(int) -
Method in class org.eclipse.swt.widgets.
DateTime
- Sets the receiver's seconds.
-
setSelection(Point) -
Method in class org.eclipse.swt.custom.
CCombo
- Sets the selection in the receiver's text field to the
range specified by the argument whose x coordinate is the
start of the selection and whose y coordinate is the end
of the selection.
-
setSelection(int) -
Method in class org.eclipse.swt.custom.
CTabFolder
- Set the selection to the tab at the specified index.
-
setSelection(CTabItem) -
Method in class org.eclipse.swt.custom.
CTabFolder
- Set the selection to the tab at the specified item.
-
setSelection(boolean) -
Method in class org.eclipse.swt.widgets.
Button
- Sets the selection state of the receiver, if it is of type
CHECK ,
RADIO , or TOGGLE .
-
setSelection(int) -
Method in class org.eclipse.swt.widgets.
List
- Selects the item at the given zero-relative index in the receiver.
-
setSelection(int[]) -
Method in class org.eclipse.swt.widgets.
List
- Selects the items at the given zero-relative indices in the receiver.
-
setSelection(int, int) -
Method in class org.eclipse.swt.widgets.
List
- Selects the items in the range specified by the given zero-relative
indices in the receiver.
-
setSelection(String[]) -
Method in class org.eclipse.swt.widgets.
List
- Sets the receiver's selection to be the given array of items.
-
setSelection(boolean) -
Method in class org.eclipse.swt.widgets.
MenuItem
- Sets the selection state of the receiver.
-
setSelection(int) -
Method in class org.eclipse.swt.widgets.
ProgressBar
- Sets the single 'selection' that is the receiver's position to the argument
which must be greater than or equal to zero.
-
setSelection(int) -
Method in class org.eclipse.swt.widgets.
Scale
- Sets the 'selection', which is the receiver's value, to the argument which
must be greater than or equal to zero.
-
setSelection(int) -
Method in class org.eclipse.swt.widgets.
ScrollBar
- Sets the single selection that is the receiver's
value to the argument which must be greater than or equal
to zero.
-
setSelection(int) -
Method in class org.eclipse.swt.widgets.
Slider
- Sets the 'selection', which is the receiver's
value, to the argument which must be greater than or equal
to zero.
-
setSelection(int) -
Method in class org.eclipse.swt.widgets.
Spinner
- Sets the selection, which is the receiver's
position, to the argument.
-
setSelection(TabItem) -
Method in class org.eclipse.swt.widgets.
TabFolder
- Sets the receiver's selection to the given item.
-
setSelection(TabItem[]) -
Method in class org.eclipse.swt.widgets.
TabFolder
- Sets the receiver's selection to be the given array of items.
-
setSelection(int) -
Method in class org.eclipse.swt.widgets.
TabFolder
- Selects the item at the given zero-relative index in the receiver.
-
setSelection(int) -
Method in class org.eclipse.swt.widgets.
Table
- Selects the item at the given zero-relative index in the receiver.
-
setSelection(int, int) -
Method in class org.eclipse.swt.widgets.
Table
- Selects the items in the range specified by the given zero-relative
indices in the receiver.
-
setSelection(int[]) -
Method in class org.eclipse.swt.widgets.
Table
- Selects the items at the given zero-relative indices in the receiver.
-
setSelection(TableItem) -
Method in class org.eclipse.swt.widgets.
Table
- Sets the receiver's selection to the given item.
-
setSelection(TableItem[]) -
Method in class org.eclipse.swt.widgets.
Table
- Sets the receiver's selection to be the given array of items.
-
setSelection(int) -
Method in class org.eclipse.swt.widgets.
Text
- Sets the selection.
-
setSelection(int, int) -
Method in class org.eclipse.swt.widgets.
Text
- Sets the selection to the range specified
by the given start and end indices.
-
setSelection(Point) -
Method in class org.eclipse.swt.widgets.
Text
- Sets the selection to the range specified
by the given point, where the x coordinate
represents the start index and the y coordinate
represents the end index.
-
setSelection(boolean) -
Method in class org.eclipse.swt.widgets.
ToolItem
- Sets the selection state of the receiver.
-
setSelection(TreeItem) -
Method in class org.eclipse.swt.widgets.
Tree
- Sets the receiver's selection to the given item.
-
setSelection(TreeItem[]) -
Method in class org.eclipse.swt.widgets.
Tree
- Sets the receiver's selection to be the given array of items.
-
setSelectionBackground(Color) -
Method in class org.eclipse.swt.custom.
CTabFolder
- Sets the receiver's selection background color to the color specified
by the argument, or to the default system color for the control
if the argument is null.
-
setSelectionForeground(Color) -
Method in class org.eclipse.swt.custom.
CTabFolder
- Set the foreground color of the selected tab.
-
setSimple(boolean) -
Method in class org.eclipse.swt.custom.
CBanner
- Sets the shape that the CBanner will use to render itself.
-
setSingle(boolean) -
Method in class org.eclipse.swt.custom.
CTabFolder
- Sets the number of tabs that the CTabFolder should display
-
setSize(Point) -
Method in class org.eclipse.swt.widgets.
Control
- Sets the receiver's size to the point specified by the argument.
-
setSize(int, int) -
Method in class org.eclipse.swt.widgets.
Control
- Sets the receiver's size to the point specified by the arguments.
-
setSize(int, int) -
Method in class org.eclipse.swt.widgets.
CoolItem
- Sets the receiver's size to the point specified by the arguments.
-
setSize(Point) -
Method in class org.eclipse.swt.widgets.
CoolItem
- Sets the receiver's size to the point specified by the argument.
-
setSortColumn(TableColumn) -
Method in class org.eclipse.swt.widgets.
Table
- Sets the column used by the sort indicator for the receiver.
-
setSortColumn(TreeColumn) -
Method in class org.eclipse.swt.widgets.
Tree
- Sets the column used by the sort indicator for the receiver.
-
setSortDirection(int) -
Method in class org.eclipse.swt.widgets.
Table
- Sets the direction of the sort indicator for the receiver.
-
setSortDirection(int) -
Method in class org.eclipse.swt.widgets.
Tree
- Sets the direction of the sort indicator for the receiver.
-
setSpacing(int) -
Method in class org.eclipse.swt.widgets.
ExpandBar
- Sets the receiver's spacing.
-
setTabHeight(int) -
Method in class org.eclipse.swt.custom.
CTabFolder
- Specify a fixed height for the tab items.
-
setTabList(Control[]) -
Method in class org.eclipse.swt.widgets.
Composite
- Sets the tabbing order for the specified controls to
match the order that they occur in the argument list.
-
setTabPosition(int) -
Method in class org.eclipse.swt.custom.
CTabFolder
- Specify whether the tabs should appear along the top of the folder
or along the bottom of the folder.
-
setText(String) -
Method in class org.eclipse.swt.browser.
Browser
- Renders HTML.
-
setText(String) -
Method in class org.eclipse.swt.custom.
CCombo
- Sets the contents of the receiver's text field to the
given string.
-
setText(String) -
Method in class org.eclipse.swt.custom.
CLabel
- Set the label's text.
-
setText(String) -
Method in class org.eclipse.swt.custom.
CTabItem
-
-
setText(String) -
Method in class org.eclipse.swt.widgets.
Button
- Sets the receiver's text.
-
setText(String) -
Method in class org.eclipse.swt.widgets.
Combo
- Sets the contents of the receiver's text field to the given string.
-
setText(String) -
Method in class org.eclipse.swt.widgets.
Dialog
- Sets the receiver's text, which is the string that the
window manager will typically display as the receiver's
title, to the argument, which must not be null.
-
setText(String) -
Method in class org.eclipse.swt.widgets.
ExpandItem
-
-
setText(String) -
Method in class org.eclipse.swt.widgets.
Group
- Sets the receiver's text, which is the string that will
be displayed as the receiver's title, to the argument,
which may not be null.
-
setText(String) -
Method in class org.eclipse.swt.widgets.
Item
- Sets the receiver's text.
-
setText(String) -
Method in class org.eclipse.swt.widgets.
Label
- Sets the receiver's text.
-
setText(String) -
Method in class org.eclipse.swt.widgets.
Link
- Sets the receiver's text.
-
setText(String) -
Method in class org.eclipse.swt.widgets.
Shell
- Sets the receiver's text, which is the string that the
window manager will typically display as the receiver's
title, to the argument, which must not be null.
-
setText(String) -
Method in class org.eclipse.swt.widgets.
TableItem
-
-
setText(int, String) -
Method in class org.eclipse.swt.widgets.
TableItem
- Sets the receiver's text at a column
-
setText(String[]) -
Method in class org.eclipse.swt.widgets.
TableItem
- Sets the text for multiple columns in the table.
-
setText(String) -
Method in class org.eclipse.swt.widgets.
Text
- Sets the contents of the receiver to the given string.
-
setText(String) -
Method in class org.eclipse.swt.widgets.
ToolItem
- Sets the receiver's text.
-
setText(String) -
Method in class org.eclipse.swt.widgets.
TreeColumn
-
-
setText(String[]) -
Method in class org.eclipse.swt.widgets.
TreeItem
- Sets the text for multiple columns in the tree.
-
setText(int, String) -
Method in class org.eclipse.swt.widgets.
TreeItem
- Sets the receiver's text at a column
-
setText(String) -
Method in class org.eclipse.swt.widgets.
TreeItem
- Sets the receiver's text.
-
setTextLimit(int) -
Method in class org.eclipse.swt.custom.
CCombo
- Sets the maximum number of characters that the receiver's
text field is capable of holding to be the argument.
-
setTextLimit(int) -
Method in class org.eclipse.swt.widgets.
Text
- Sets the maximum number of characters that the receiver
is capable of holding to be the argument.
-
setThumb(int) -
Method in class org.eclipse.swt.widgets.
ScrollBar
- Sets the size of the receiver's thumb relative to the
difference between its maximum and minimum values.
-
setThumb(int) -
Method in class org.eclipse.swt.widgets.
Slider
- Sets the size of the receiver's thumb relative to the
difference between its maximum and minimum values.
-
setTime(int, int, int) -
Method in class org.eclipse.swt.widgets.
DateTime
- Sets the receiver's hours, minutes, and seconds in a single operation.
-
setToolTipText(String) -
Method in class org.eclipse.swt.custom.
CLabel
-
-
setToolTipText(String) -
Method in class org.eclipse.swt.custom.
CTabItem
- Sets the receiver's tool tip text to the argument, which
may be null indicating that no tool tip text should be shown.
-
setToolTipText(String) -
Method in class org.eclipse.swt.widgets.
Control
- Sets the receiver's tool tip text to the argument, which
may be null indicating that no tool tip text should be shown.
-
setToolTipText(String) -
Method in class org.eclipse.swt.widgets.
TabItem
- Sets the receiver's tool tip text to the argument, which
may be null indicating that no tool tip text should be shown.
-
setToolTipText(String) -
Method in class org.eclipse.swt.widgets.
TableColumn
- Sets the receiver's tool tip text to the argument, which
may be null indicating that no tool tip text should be shown.
-
setToolTipText(String) -
Method in class org.eclipse.swt.widgets.
ToolItem
- Sets the receiver's tool tip text to the argument, which
may be null indicating that no tool tip text should be shown.
-
setToolTipText(String) -
Method in class org.eclipse.swt.widgets.
TreeColumn
- Sets the receiver's tool tip text to the argument, which may be null
indicating that no tool tip text should be shown.
-
setTopCenter(Control) -
Method in class org.eclipse.swt.custom.
ViewForm
- Set the control that appears in the top center of the pane.
-
setTopCenterSeparate(boolean) -
Method in class org.eclipse.swt.custom.
ViewForm
- If true, the topCenter will always appear on a separate line by itself,
otherwise the topCenter will appear in the top row if there is room and
will be moved to the second row if required.
-
setTopIndex(int) -
Method in class org.eclipse.swt.widgets.
Table
- Sets the zero-relative index of the item which is currently
at the top of the receiver.
-
setTopLeft(Control) -
Method in class org.eclipse.swt.custom.
ViewForm
- Set the control that appears in the top left corner of the pane.
-
setTopRight(Control) -
Method in class org.eclipse.swt.custom.
CTabFolder
- Set the control that appears in the top right corner of the tab folder.
-
setTopRight(Control, int) -
Method in class org.eclipse.swt.custom.
CTabFolder
- Set the control that appears in the top right corner of the tab folder.
-
setTopRight(Control) -
Method in class org.eclipse.swt.custom.
ViewForm
- Set the control that appears in the top right corner of the pane.
-
setUnselectedCloseVisible(boolean) -
Method in class org.eclipse.swt.custom.
CTabFolder
- Specify whether the close button appears
when the user hovers over an unselected tabs.
-
setUrl(String) -
Method in class org.eclipse.swt.browser.
Browser
- Loads a URL.
-
setValues(int, int, int, int, int, int) -
Method in class org.eclipse.swt.widgets.
Slider
- Sets the receiver's selection, minimum value, maximum
value, thumb, increment and page increment all at once.
-
setValues(int, int, int, int, int, int) -
Method in class org.eclipse.swt.widgets.
Spinner
- Sets the receiver's selection, minimum value, maximum
value, digits, increment and page increment all at once.
-
setVisible(boolean) -
Method in class org.eclipse.swt.widgets.
Control
- Marks the receiver as visible if the argument is
true ,
and marks it invisible otherwise.
-
setVisible(boolean) -
Method in class org.eclipse.swt.widgets.
Menu
- Marks the receiver as visible if the argument is
true ,
and marks it invisible otherwise.
-
setVisible(boolean) -
Method in class org.eclipse.swt.widgets.
ScrollBar
- Marks the receiver as visible if the argument is
true ,
and marks it invisible otherwise.
-
setVisible(boolean) -
Method in class org.eclipse.swt.widgets.
Shell
-
-
setVisibleItemCount(int) -
Method in class org.eclipse.swt.custom.
CCombo
- Sets the number of items that are visible in the drop
down portion of the receiver's list.
-
setVisibleItemCount(int) -
Method in class org.eclipse.swt.widgets.
Combo
- Sets the number of items that are visible in the drop
down portion of the receiver's list.
-
setWeights(int[]) -
Method in class org.eclipse.swt.custom.
SashForm
- Specify the relative weight of each child in the SashForm.
-
setWidth(int) -
Method in class org.eclipse.swt.widgets.
TableColumn
- Sets the width of the receiver.
-
setWidth(int) -
Method in class org.eclipse.swt.widgets.
ToolItem
- Sets the width of the receiver, for
SEPARATOR ToolItems.
-
setWidth(int) -
Method in class org.eclipse.swt.widgets.
TreeColumn
- Sets the width of the receiver.
-
setWrapIndices(int[]) -
Method in class org.eclipse.swt.widgets.
CoolBar
- Sets the indices of all item(s) in the receiver that will begin on a new
row.
-
setYear(int) -
Method in class org.eclipse.swt.widgets.
DateTime
- Sets the receiver's year.
-
settingChanged(SettingStoreEvent) -
Method in interface org.eclipse.rwt.service.
SettingStoreListener
- This method is invoked by the setting store, when an attribute inside
the store has been changed (i.e.
-
shellActivated(ShellEvent) -
Method in class org.eclipse.swt.events.
ShellAdapter
- Sent when a shell becomes the active window.
-
shellActivated(ShellEvent) -
Method in interface org.eclipse.swt.events.
ShellListener
- Sent when a shell becomes the active window.
-
shellClosed(ShellEvent) -
Method in class org.eclipse.swt.events.
ShellAdapter
- Sent when a shell is closed.
-
shellClosed(ShellEvent) -
Method in interface org.eclipse.swt.events.
ShellListener
- Sent when a shell is closed.
-
shellDeactivated(ShellEvent) -
Method in class org.eclipse.swt.events.
ShellAdapter
- Sent when a shell stops being the active window.
-
shellDeactivated(ShellEvent) -
Method in interface org.eclipse.swt.events.
ShellListener
- Sent when a shell stops being the active window.
-
showExitConfirmation() -
Method in class org.eclipse.rwt.branding.
AbstractBranding
- Indicates whether an exit confirmation should be shown.
-
showItem(CTabItem) -
Method in class org.eclipse.swt.custom.
CTabFolder
- Shows the item.
-
showItem(TableItem) -
Method in class org.eclipse.swt.widgets.
Table
- Shows the item.
-
showItem(TreeItem) -
Method in class org.eclipse.swt.widgets.
Tree
- Shows the item.
-
showList(CTabFolderEvent) -
Method in class org.eclipse.swt.custom.
CTabFolder2Adapter
- Sent when the user clicks on the chevron button of a CTabFolder.
-
showList(CTabFolderEvent) -
Method in interface org.eclipse.swt.custom.
CTabFolder2Listener
- Sent when the user clicks on the chevron button of the CTabFolder.
-
showSelection() -
Method in class org.eclipse.swt.custom.
CTabFolder
- Shows the selection.
-
showSelection() -
Method in class org.eclipse.swt.widgets.
Table
- Shows the selection.
-
showSelection() -
Method in class org.eclipse.swt.widgets.
Tree
- Shows the selection.
-
showWhile(Display, Runnable) -
Static method in class org.eclipse.swt.custom.
BusyIndicator
- Runs the given
Runnable while providing
busy feedback using this busy indicator.
-
sleep() -
Method in class org.eclipse.swt.widgets.
Display
- Causes the user-interface thread to sleep (that is,
to be put in a state where it does not consume CPU cycles)
until an event is received or it is otherwise awakened.
-
spacing -
Variable in class org.eclipse.swt.layout.
FillLayout
- spacing specifies the number of pixels between the edge of one cell
and the edge of its neighbouring cell.
-
spacing -
Variable in class org.eclipse.swt.layout.
FormLayout
- spacing specifies the number of pixels between the edge of one control
and the edge of its neighbouring control.
-
spacing -
Variable in class org.eclipse.swt.layout.
RowLayout
- spacing specifies the number of pixels between the edge of one cell
and the edge of its neighbouring cell.
-
start -
Variable in class org.eclipse.swt.events.
VerifyEvent
- the range of text being modified.
-
start -
Variable in class org.eclipse.swt.widgets.
Event
- depending on the event, the range of text being modified.
-
stateMask -
Variable in class org.eclipse.swt.events.
KeyEvent
- the state of the keyboard modifier keys at the time the event was
generated, as defined by the key code constants in class
SWT .
-
stateMask -
Variable in class org.eclipse.swt.widgets.
Event
- depending on the event, the state of the keyboard modifier keys and mouse
masks at the time the event was generated.
-
stringExtent(Font, String) -
Static method in class org.eclipse.rwt.graphics.
Graphics
- Returns the extent of the given string.
-
syncExec(Runnable) -
Method in class org.eclipse.swt.widgets.
Display
- Causes the
run() method of the runnable to
be invoked by the user-interface thread at the next
reasonable opportunity.
T
-
TAB -
Static variable in class org.eclipse.swt.
SWT
- ASCII character convenience constant for the tab character
(value is the
char '\t').
-
TIME -
Static variable in class org.eclipse.swt.
SWT
- Style constant for time display (value is 1<<7).
-
TITLE -
Static variable in class org.eclipse.swt.
SWT
- Style constant for title area trim (value is 1<<5).
-
TOGGLE -
Static variable in class org.eclipse.swt.
SWT
- Style constant for toggle button behavior (value is 1<<1).
-
TOP -
Static variable in class org.eclipse.swt.
SWT
- Style constant for align top behavior (value is 1<<7,
since align UP and align TOP are considered the same).
-
TRAIL -
Static variable in class org.eclipse.swt.
SWT
- Style constant for trailing alignment (value is 1<<17).
-
TRANSPARENCY_ALPHA -
Static variable in class org.eclipse.swt.
SWT
- Image transparency constant indicating that the image
contains alpha transparency information (value is 1<<0).
-
TRANSPARENCY_MASK -
Static variable in class org.eclipse.swt.
SWT
- Image transparency constant indicating that the image
contains a transparency mask (value is 1<<1).
-
TRANSPARENCY_NONE -
Static variable in class org.eclipse.swt.
SWT
- Image transparency constant indicating that the image
contains no transparency information (value is 0).
-
TRANSPARENCY_PIXEL -
Static variable in class org.eclipse.swt.
SWT
- Image transparency constant indicating that the image
contains a transparent pixel (value is 1<<2).
-
TRAVERSE_ESCAPE -
Static variable in class org.eclipse.swt.
SWT
- Traversal event detail field value indicating that the
key which designates that a dialog should be cancelled was
pressed; typically, this is the ESC key
(value is 1<<1).
-
TRAVERSE_NONE -
Static variable in class org.eclipse.swt.
SWT
- Traversal event detail field value indicating that no
traversal action should be taken
(value is 0).
-
TRAVERSE_RETURN -
Static variable in class org.eclipse.swt.
SWT
- Traversal event detail field value indicating that the
key which activates the default button in a dialog was
pressed; typically, this is the ENTER key
(value is 1<<2).
-
TRAVERSE_TAB_NEXT -
Static variable in class org.eclipse.swt.
SWT
- Traversal event detail field value indicating that the
key which designates that focus should be given to the
next tab group was pressed; typically, this is the
TAB key
(value is 1<<4).
-
TRAVERSE_TAB_PREVIOUS -
Static variable in class org.eclipse.swt.
SWT
- Traversal event detail field value indicating that the
key which designates that focus should be given to the
previous tab group was pressed; typically, this is the
SHIFT-TAB key sequence
(value is 1<<3).
-
TREE_COLLAPSED -
Static variable in class org.eclipse.swt.events.
TreeEvent
-
-
TREE_EXPANDED -
Static variable in class org.eclipse.swt.events.
TreeEvent
-
-
TabFolder - class org.eclipse.swt.widgets.
TabFolder.
- Instances of this class implement the notebook user interface
metaphor.
-
TabFolder(Composite, int) -
Constructor for class org.eclipse.swt.widgets.
TabFolder
- Constructs a new instance of this class given its parent
and a style value describing its behavior and appearance.
-
TabItem - class org.eclipse.swt.widgets.
TabItem.
- Instances of this class represent a selectable user interface object
corresponding to a tab for a page in a tab folder.
-
TabItem(TabFolder, int) -
Constructor for class org.eclipse.swt.widgets.
TabItem
- Constructs a new instance of this class given its parent
(which must be a
TabFolder ) and a style value
describing its behavior and appearance.
-
TabItem(TabFolder, int, int) -
Constructor for class org.eclipse.swt.widgets.
TabItem
- Constructs a new instance of this class given its parent
(which must be a
TabFolder ), a style value
describing its behavior and appearance, and the index
at which to place it in the items maintained by its parent.
-
Table - class org.eclipse.swt.widgets.
Table.
- Instances of this class implement a selectable user interface
object that displays a list of images and strings and issues
notification when selected.
-
Table(Composite, int) -
Constructor for class org.eclipse.swt.widgets.
Table
- Constructs a new instance of this class given its parent
and a style value describing its behavior and appearance.
-
TableColumn - class org.eclipse.swt.widgets.
TableColumn.
- Instances of this class represent a column in a table widget.
-
TableColumn(Table, int) -
Constructor for class org.eclipse.swt.widgets.
TableColumn
- Constructs a new instance of this class given its parent
(which must be a
Table ) and a style value
describing its behavior and appearance.
-
TableColumn(Table, int, int) -
Constructor for class org.eclipse.swt.widgets.
TableColumn
- Constructs a new instance of this class given its parent
(which must be a
Table ), a style value
describing its behavior and appearance, and the index
at which to place it in the items maintained by its parent.
-
TableEditor - class org.eclipse.swt.custom.
TableEditor.
- A TableEditor is a manager for a Control that appears above a cell in a Table and tracks with the
moving and resizing of that cell.
-
TableEditor(Table) -
Constructor for class org.eclipse.swt.custom.
TableEditor
- Creates a TableEditor for the specified Table.
-
TableItem - class org.eclipse.swt.widgets.
TableItem.
- Instances of this class represent a selectable user interface object
that represents an item in a table.
-
TableItem(Table, int) -
Constructor for class org.eclipse.swt.widgets.
TableItem
- Constructs a new instance of this class given its parent
(which must be a
Table ) and a style value
describing its behavior and appearance.
-
TableItem(Table, int, int) -
Constructor for class org.eclipse.swt.widgets.
TableItem
- Constructs a new instance of this class given its parent
(which must be a
Table ), a style value
describing its behavior and appearance, and the index
at which to place it in the items maintained by its parent.
-
Text - class org.eclipse.swt.widgets.
Text.
- Instances of this class are selectable user interface
objects that allow the user to enter and modify text.
-
Text(Composite, int) -
Constructor for class org.eclipse.swt.widgets.
Text
- Constructs a new instance of this class given its parent
and a style value describing its behavior and appearance.
-
ToolBar - class org.eclipse.swt.widgets.
ToolBar.
- Instances of this class support the layout of selectable
tool bar items.
-
ToolBar(Composite, int) -
Constructor for class org.eclipse.swt.widgets.
ToolBar
- Constructs a new instance of this class given its parent
and a style value describing its behavior and appearance.
-
ToolItem - class org.eclipse.swt.widgets.
ToolItem.
- Instances of this class represent a selectable user interface object
that represents a button in a tool bar.
-
ToolItem(ToolBar, int) -
Constructor for class org.eclipse.swt.widgets.
ToolItem
- Constructs a new instance of this class given its parent
(which must be a
ToolBar ) and a style value
describing its behavior and appearance.
-
ToolItem(ToolBar, int, int) -
Constructor for class org.eclipse.swt.widgets.
ToolItem
- Constructs a new instance of this class given its parent
(which must be a
ToolBar ), a style value
describing its behavior and appearance, and the index
at which to place it in the items maintained by its parent.
-
Traverse -
Static variable in class org.eclipse.swt.
SWT
- The traverse event type (value is 31).
-
TraverseEvent - class org.eclipse.swt.events.
TraverseEvent.
- Instances of this class are sent as a result of widget traversal actions.
-
TraverseEvent(Event) -
Constructor for class org.eclipse.swt.events.
TraverseEvent
- Constructs a new instance of this class based on the information in the
given untyped event.
-
TraverseEvent(Control) -
Constructor for class org.eclipse.swt.events.
TraverseEvent
-
-
TraverseListener - interface org.eclipse.swt.events.
TraverseListener.
- Classes which implement this interface provide a method
that deals with the events that are generated when a
traverse event occurs in a control.
-
Tree - class org.eclipse.swt.widgets.
Tree.
- Instances of this class provide a selectable user interface object that
displays a hierarchy of items and issues notification when an item in the
hierarchy is selected.
-
Tree(Composite, int) -
Constructor for class org.eclipse.swt.widgets.
Tree
- Constructs a new instance of this class given its parent and a style value
describing its behavior and appearance.
-
TreeAdapter - class org.eclipse.swt.events.
TreeAdapter.
- This adapter class provides default implementations for the methods described
by the
TreeListener interface. -
TreeAdapter() -
Constructor for class org.eclipse.swt.events.
TreeAdapter
-
-
TreeColumn - class org.eclipse.swt.widgets.
TreeColumn.
- Instances of this class represent a column in a tree widget.
-
TreeColumn(Tree, int) -
Constructor for class org.eclipse.swt.widgets.
TreeColumn
- Constructs a new instance of this class given its parent (which must be a
Tree ) and a style value describing its behavior and
appearance.
-
TreeColumn(Tree, int, int) -
Constructor for class org.eclipse.swt.widgets.
TreeColumn
- Constructs a new instance of this class given its parent (which must be a
Tree ), a style value describing its behavior and appearance,
and the index at which to place it in the items maintained by its parent.
-
TreeEditor - class org.eclipse.swt.custom.
TreeEditor.
- A TreeEditor is a manager for a Control that appears above a cell in a Tree
and tracks with the moving and resizing of that cell.
-
TreeEditor(Tree) -
Constructor for class org.eclipse.swt.custom.
TreeEditor
- Creates a TreeEditor for the specified Tree.
-
TreeEvent - class org.eclipse.swt.events.
TreeEvent.
- Instances of this class are sent as a result of
trees being expanded and collapsed.
-
TreeEvent(Event) -
Constructor for class org.eclipse.swt.events.
TreeEvent
- Constructs a new instance of this class based on the
information in the given untyped event.
-
TreeEvent(Widget, Widget, int) -
Constructor for class org.eclipse.swt.events.
TreeEvent
- Constructs a new instance of this class.
-
TreeItem - class org.eclipse.swt.widgets.
TreeItem.
- Instances of this class represent a selectable user interface object that
represents a hierarchy of tree items in a tree widget.
-
TreeItem(Tree, int) -
Constructor for class org.eclipse.swt.widgets.
TreeItem
- Constructs a new instance of this class given its parent (which must be a
Tree or a TreeItem ) and a style value describing
its behavior and appearance.
-
TreeItem(Tree, int, int) -
Constructor for class org.eclipse.swt.widgets.
TreeItem
- Constructs a new instance of this class given its parent (which must be a
Tree or a TreeItem ), a style value describing its
behavior and appearance, and the index at which to place it in the items
maintained by its parent.
-
TreeItem(TreeItem, int) -
Constructor for class org.eclipse.swt.widgets.
TreeItem
- Constructs a new instance of this class given its parent (which must be a
Tree or a TreeItem ) and a style value describing
its behavior and appearance.
-
TreeItem(TreeItem, int, int) -
Constructor for class org.eclipse.swt.widgets.
TreeItem
- Constructs a new instance of this class given its parent (which must be a
Tree or a TreeItem ), a style value describing its
behavior and appearance, and the index at which to place it in the items
maintained by its parent.
-
TreeListener - interface org.eclipse.swt.events.
TreeListener.
- Classes which implement this interface provide methods that deal with the
expanding and collapsing of tree branches.
-
TypedEvent - class org.eclipse.swt.events.
TypedEvent.
- This is the super class for all typed event classes provided
by RWT.
-
TypedEvent(Object, int) -
Constructor for class org.eclipse.swt.events.
TypedEvent
- Constructs a new instance of this class.
-
TypedListener - class org.eclipse.swt.widgets.
TypedListener.
- Instances of this class are internal SWT implementation
objects which provide a mapping between the typed and untyped
listener mechanisms that SWT supports.
-
TypedListener(SWTEventListener) -
Constructor for class org.eclipse.swt.widgets.
TypedListener
- Constructs a new instance of this class for the given event listener.
-
text -
Variable in class org.eclipse.swt.events.
SelectionEvent
- The text of the hyperlink that was selected.
-
text -
Variable in class org.eclipse.swt.events.
VerifyEvent
- the new text that will be inserted.
-
text -
Variable in class org.eclipse.swt.widgets.
Event
- depending on the event, the new text that will be inserted.
-
textExtent(Font, String, int) -
Static method in class org.eclipse.rwt.graphics.
Graphics
- Returns the extent of the given string.
-
throwable -
Variable in class org.eclipse.swt.
SWTError
- The underlying throwable that caused the problem,
or null if this information is not available.
-
throwable -
Variable in class org.eclipse.swt.
SWTException
- The underlying throwable that caused the problem,
or null if this information is not available.
-
time -
Variable in class org.eclipse.swt.events.
MouseEvent
- the time that the event occurred.
-
time -
Variable in class org.eclipse.swt.widgets.
Event
- the time that the event occurred.
-
timerExec(int, Runnable) -
Method in class org.eclipse.swt.widgets.
Display
- Causes the
run() method of the runnable to
be invoked by the user-interface thread after the specified
number of milliseconds have elapsed.
-
toControl(int, int) -
Method in class org.eclipse.swt.widgets.
Control
- Returns a point which is the result of converting the
argument, which is specified in display relative coordinates,
to coordinates relative to the receiver.
-
toControl(Point) -
Method in class org.eclipse.swt.widgets.
Control
- Returns a point which is the result of converting the
argument, which is specified in display relative coordinates,
to coordinates relative to the receiver.
-
toDisplay(int, int) -
Method in class org.eclipse.swt.widgets.
Control
- Returns a point which is the result of converting the
argument, which is specified in coordinates relative to
the receiver, to display relative coordinates.
-
toDisplay(Point) -
Method in class org.eclipse.swt.widgets.
Control
- Returns a point which is the result of converting the
argument, which is specified in coordinates relative to
the receiver, to display relative coordinates.
-
toString() -
Method in class org.eclipse.rwt.lifecycle.
JSListenerType
-
-
toString() -
Method in class org.eclipse.rwt.lifecycle.
JSVar
-
-
toString() -
Method in class org.eclipse.rwt.lifecycle.
PhaseId
-
-
toString() -
Method in class org.eclipse.rwt.resources.
IResourceManager.RegisterOptions
-
-
toString() -
Method in class org.eclipse.swt.custom.
CTabFolderEvent
-
-
toString() -
Method in class org.eclipse.swt.custom.
StackLayout
- Returns a string containing a concise, human-readable description of the
receiver.
-
toString() -
Method in class org.eclipse.swt.events.
ExpandEvent
-
-
toString() -
Method in class org.eclipse.swt.events.
KeyEvent
- Returns a string containing a concise, human-readable description of the
receiver.
-
toString() -
Method in class org.eclipse.swt.events.
MouseEvent
- Returns a string containing a concise, human-readable description of the
receiver.
-
toString() -
Method in class org.eclipse.swt.events.
SelectionEvent
-
-
toString() -
Method in class org.eclipse.swt.events.
TraverseEvent
- Returns a string containing a concise, human-readable description of the
receiver.
-
toString() -
Method in class org.eclipse.swt.events.
TypedEvent
-
-
toString() -
Method in class org.eclipse.swt.events.
VerifyEvent
- Returns a string containing a concise, human-readable
description of the receiver.
-
toString() -
Method in class org.eclipse.swt.graphics.
Color
- Returns a string containing a concise, human-readable description of the
receiver.
-
toString() -
Method in class org.eclipse.swt.graphics.
Cursor
- Returns a string containing a concise, human-readable
description of the receiver.
-
toString() -
Method in class org.eclipse.swt.graphics.
Font
- Returns a string containing a concise, human-readable
description of the receiver.
-
toString() -
Method in class org.eclipse.swt.graphics.
FontData
- Returns a string representation of the receiver which is suitable for
constructing an equivalent instance using the
FontData(String)
constructor.
-
toString() -
Method in class org.eclipse.swt.graphics.
Point
- Returns a string containing a concise, human-readable
description of the receiver.
-
toString() -
Method in class org.eclipse.swt.graphics.
RGB
- Returns a string containing a concise, human-readable description of the
receiver.
-
toString() -
Method in class org.eclipse.swt.graphics.
Rectangle
- Returns a string containing a concise, human-readable
description of the receiver.
-
toString() -
Method in class org.eclipse.swt.layout.
FillLayout
- Returns a string containing a concise, human-readable
description of the receiver.
-
toString() -
Method in class org.eclipse.swt.layout.
FormAttachment
- Returns a string containing a concise, human-readable
description of the receiver.
-
toString() -
Method in class org.eclipse.swt.layout.
FormData
- Returns a string containing a concise, human-readable
description of the receiver.
-
toString() -
Method in class org.eclipse.swt.layout.
FormLayout
- Returns a string containing a concise, human-readable
description of the receiver.
-
toString() -
Method in class org.eclipse.swt.layout.
GridData
- Returns a string containing a concise, human-readable
description of the receiver.
-
toString() -
Method in class org.eclipse.swt.layout.
GridLayout
- Returns a string containing a concise, human-readable
description of the receiver.
-
toString() -
Method in class org.eclipse.swt.layout.
RowData
- Returns a string containing a concise, human-readable
description of the receiver.
-
toString() -
Method in class org.eclipse.swt.layout.
RowLayout
- Returns a string containing a concise, human-readable
description of the receiver.
-
toString() -
Method in class org.eclipse.swt.widgets.
Event
- Returns a string containing a concise, human-readable description of the
receiver.
-
toString() -
Method in class org.eclipse.swt.widgets.
Widget
- Returns a string containing a concise, human-readable
description of the receiver.
-
top -
Variable in class org.eclipse.swt.layout.
FormData
- top specifies the attachment of the top of the control.
-
topControl -
Variable in class org.eclipse.swt.custom.
StackLayout
- topControl the Control that is displayed at the top of the stack.
-
treeCollapsed(TreeEvent) -
Method in class org.eclipse.swt.events.
TreeAdapter
- Sent when a tree branch is collapsed.
-
treeCollapsed(TreeEvent) -
Method in interface org.eclipse.swt.events.
TreeListener
- Sent when a tree branch is collapsed.
-
treeExpanded(TreeEvent) -
Method in class org.eclipse.swt.events.
TreeAdapter
- Sent when a tree branch is expanded.
-
treeExpanded(TreeEvent) -
Method in interface org.eclipse.swt.events.
TreeListener
- Sent when a tree branch is expanded.
-
type -
Variable in class org.eclipse.swt.layout.
FillLayout
- type specifies how controls will be positioned
within the layout.
-
type -
Variable in class org.eclipse.swt.layout.
RowLayout
- type specifies whether the layout places controls in rows or
columns.
-
type -
Variable in class org.eclipse.swt.widgets.
Event
- the type of event, as defined by the event type constants in class
SWT
U
-
UICallBack - class org.eclipse.rwt.lifecycle.
UICallBack.
- A utility class that provides some static helper methods to perform
commonly needed tasks with respect to background thread management.
-
UP -
Static variable in class org.eclipse.swt.
SWT
- Style constant for align up behavior (value is 1<<7,
since align UP and align TOP are considered the same).
-
union(Rectangle) -
Method in class org.eclipse.swt.graphics.
Rectangle
- Returns a new rectangle which represents the union of
the receiver and the given rectangle.
-
unregisterServiceHandler(String) -
Method in interface org.eclipse.rwt.service.
IServiceManager
- Unregisters a service handler.
V
-
VALUES -
Static variable in class org.eclipse.rwt.lifecycle.
JSListenerType
-
-
VALUES -
Static variable in class org.eclipse.rwt.lifecycle.
PhaseId
- A list containing the instances of this enumeration.
-
VERIFY_TEXT -
Static variable in class org.eclipse.swt.events.
VerifyEvent
-
-
VERSION -
Static variable in class org.eclipse.rwt.resources.
IResourceManager.RegisterOptions
-
VERSION - the resource to be registered will be versioned.
-
VERSION_AND_COMPRESS -
Static variable in class org.eclipse.rwt.resources.
IResourceManager.RegisterOptions
-
VERSION_AND_COMPRESS - the resource to be registered will
be versioned and compressed.
-
VERTICAL -
Static variable in class org.eclipse.swt.
SWT
- Style constant for vertical alignment or orientation behavior (value is 1<<9).
-
VERTICAL_ALIGN_BEGINNING -
Static variable in class org.eclipse.swt.layout.
GridData
- Style bit for
new GridData(int) .
-
VERTICAL_ALIGN_CENTER -
Static variable in class org.eclipse.swt.layout.
GridData
- Style bit for
new GridData(int) to position the
control in the vertical center of the cell.
-
VERTICAL_ALIGN_END -
Static variable in class org.eclipse.swt.layout.
GridData
- Style bit for
new GridData(int) to position the
control at the bottom of the cell.
-
VERTICAL_ALIGN_FILL -
Static variable in class org.eclipse.swt.layout.
GridData
- Style bit for
new GridData(int) to resize the
control to fill the cell vertically.
-
VIRTUAL -
Static variable in class org.eclipse.swt.
SWT
- Style constant to allow virtual data (value is 1<<28).
-
V_SCROLL -
Static variable in class org.eclipse.swt.
SWT
- Style constant for vertical scrollbar behavior (value is 1<<9).
-
Verify -
Static variable in class org.eclipse.swt.
SWT
- The verify event type (value is 25).
-
VerifyEvent - class org.eclipse.swt.events.
VerifyEvent.
- Instances of this class are sent as a result of
text being modified.
-
VerifyEvent(Event) -
Constructor for class org.eclipse.swt.events.
VerifyEvent
- Constructs a new instance of this class based on the
information in the given untyped event.
-
VerifyEvent(Control) -
Constructor for class org.eclipse.swt.events.
VerifyEvent
- Constructs a new instance of this class.
-
VerifyListener - interface org.eclipse.swt.events.
VerifyListener.
- Classes which implement this interface provide a method that deals with the
events that are generated when text is modified.
-
ViewForm - class org.eclipse.swt.custom.
ViewForm.
- Instances of this class implement a Composite that positions and sizes
children and allows programmatic control of layout and border parameters.
-
ViewForm(Composite, int) -
Constructor for class org.eclipse.swt.custom.
ViewForm
- Constructs a new instance of this class given its parent and a style value
describing its behavior and appearance.
-
values() -
Static method in class org.eclipse.rwt.resources.
IResourceManager.RegisterOptions
- Returns all available
RegisterOptions .
-
verifyText(VerifyEvent) -
Method in interface org.eclipse.swt.events.
VerifyListener
- Sent when the text is modified.
-
verticalAlignment -
Variable in class org.eclipse.swt.custom.
ControlEditor
- Specifies how the editor should be aligned relative to the control.
-
verticalAlignment -
Variable in class org.eclipse.swt.layout.
GridData
- verticalAlignment specifies how controls will be positioned
vertically within a cell.
-
verticalIndent -
Variable in class org.eclipse.swt.layout.
GridData
- verticalIndent specifies the number of pixels of indentation
that will be placed along the top side of the cell.
-
verticalSpacing -
Variable in class org.eclipse.swt.custom.
ViewForm
- verticalSpacing specifies the number of pixels between the bottom edge of
one cell and the top edge of its neighbouring cell underneath.
-
verticalSpacing -
Variable in class org.eclipse.swt.layout.
GridLayout
- verticalSpacing specifies the number of pixels between the bottom
edge of one cell and the top edge of its neighbouring cell underneath.
-
verticalSpan -
Variable in class org.eclipse.swt.layout.
GridData
- verticalSpan specifies the number of row cells that the control
will take up.
W
-
WIDGET_DEFAULT_SELECTED -
Static variable in class org.eclipse.swt.events.
SelectionEvent
-
-
WIDGET_DISPOSED -
Static variable in class org.eclipse.swt.events.
DisposeEvent
-
-
WIDGET_SELECTED -
Static variable in class org.eclipse.swt.events.
SelectionEvent
-
-
WRAP -
Static variable in class org.eclipse.swt.
SWT
- Style constant for automatic line wrap behavior (value is 1<<6).
-
Widget - class org.eclipse.swt.widgets.
Widget.
- This class is the abstract superclass of all user interface objects.
-
Widget(Widget, int) -
Constructor for class org.eclipse.swt.widgets.
Widget
- Constructs a new instance of this class given its parent
and a style value describing its behavior and appearance.
-
WidgetUtil - class org.eclipse.rwt.lifecycle.
WidgetUtil.
- This is a helper class to obtain different aspects for a widget
related to the handling of widgets in RAP.
-
wake() -
Method in class org.eclipse.swt.widgets.
Display
- Notifies the client side to send a life cycle request as UI thread to
perform UI-updates.
-
widget -
Variable in class org.eclipse.swt.events.
TypedEvent
- the widget that issued the event
-
widget -
Variable in class org.eclipse.swt.widgets.
Event
- the widget that issued the event
-
widgetDefaultSelected(SelectionEvent) -
Method in class org.eclipse.swt.events.
SelectionAdapter
- Sent when default selection occurs in the control.
-
widgetDefaultSelected(SelectionEvent) -
Method in interface org.eclipse.swt.events.
SelectionListener
- Sent when default selection occurs in the control.
-
widgetDisposed(DisposeEvent) -
Method in interface org.eclipse.swt.events.
DisposeListener
- Sent when the widget is disposed.
-
widgetSelected(SelectionEvent) -
Method in class org.eclipse.swt.events.
SelectionAdapter
- Sent when selection occurs in the control.
-
widgetSelected(SelectionEvent) -
Method in interface org.eclipse.swt.events.
SelectionListener
- Sent when selection occurs in the control.
-
width -
Variable in class org.eclipse.swt.custom.
CTabFolderEvent
- The width of the chevron button at the time of the event.
-
width -
Variable in class org.eclipse.swt.events.
SelectionEvent
- The width of selected area.
-
width -
Variable in class org.eclipse.swt.graphics.
Rectangle
- the width of the rectangle
-
width -
Variable in class org.eclipse.swt.layout.
FormData
- width specifies the preferred width in pixels.
-
width -
Variable in class org.eclipse.swt.layout.
RowData
- width specifies the desired width in pixels.
-
width -
Variable in class org.eclipse.swt.widgets.
Event
- the width of the bounding rectangle of the region that requires painting
-
widthHint -
Variable in class org.eclipse.swt.layout.
GridData
- widthHint specifies the preferred width in pixels.
-
wrap -
Variable in class org.eclipse.swt.layout.
RowLayout
- wrap specifies whether a control will be wrapped to the next
row if there is insufficient space on the current row.
X
-
x -
Variable in class org.eclipse.swt.custom.
CTabFolderEvent
- The widget-relative, x coordinate of the chevron button
at the time of the event.
-
x -
Variable in class org.eclipse.swt.events.
MouseEvent
- the widget-relative, x coordinate of the pointer
at the time the mouse button was pressed or released
-
x -
Variable in class org.eclipse.swt.events.
SelectionEvent
- The x location of the selected area.
-
x -
Variable in class org.eclipse.swt.graphics.
Point
- the x coordinate of the point
-
x -
Variable in class org.eclipse.swt.graphics.
Rectangle
- the x coordinate of the rectangle
-
x -
Variable in class org.eclipse.swt.widgets.
Event
- depending on the event type, the x offset of the bounding rectangle of the
region that requires painting or the widget-relative, x coordinate of the
pointer at the time the mouse button was pressed or released
Y
-
YES -
Static variable in class org.eclipse.swt.
SWT
- The
MessageBox style constant for YES button;
valid combinations are YES|NO, YES|NO|CANCEL
(value is 1<<6).
-
y -
Variable in class org.eclipse.swt.custom.
CTabFolderEvent
- The widget-relative, y coordinate of the chevron button
at the time of the event.
-
y -
Variable in class org.eclipse.swt.events.
MouseEvent
- the widget-relative, y coordinate of the pointer
at the time the mouse button was pressed or released
-
y -
Variable in class org.eclipse.swt.events.
SelectionEvent
- The y location of selected area.
-
y -
Variable in class org.eclipse.swt.graphics.
Point
- the y coordinate of the point
-
y -
Variable in class org.eclipse.swt.graphics.
Rectangle
- the y coordinate of the rectangle
-
y -
Variable in class org.eclipse.swt.widgets.
Event
- depending on the event type, the y offset of the bounding rectangle of the
region that requires painting or the widget-relative, y coordinate of the
pointer at the time the mouse button was pressed or released
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X
Y
Copyright (c) Innoopract Informationssysteme GmbH and others 2002, 2008. All rights reserved.
|
|
|