Constructor and Description |
---|
WidgetProperties() |
Modifier and Type | Method and Description |
---|---|
static IWidgetValueProperty |
background()
Returns a value property for observing the background color of a
Control . |
static IWidgetValueProperty |
bounds()
Returns a value property for observing the bounds of a
Control . |
static IWidgetValueProperty |
editable()
Returns a value property for observing the editable state of a
CCombo (since 1.6), StyledText (since 1.6), or
Text . |
static IWidgetValueProperty |
enabled()
|
static IWidgetValueProperty |
focused()
Returns a value property for observing the focus state of a
Control . |
static IWidgetValueProperty |
font()
Returns a value property for observing the font of a
Control . |
static IWidgetValueProperty |
foreground()
Returns a value property for observing the foreground color of a
Control . |
static IWidgetValueProperty |
image()
|
static IWidgetListProperty |
items()
|
static IWidgetValueProperty |
location()
Returns a value property for observing the location of a
Control . |
static IWidgetValueProperty |
maximum()
|
static IWidgetValueProperty |
message()
|
static IWidgetValueProperty |
minimum()
|
static IWidgetValueProperty |
selection()
|
static IWidgetValueProperty |
singleSelectionIndex()
|
static IWidgetValueProperty |
size()
Returns a value property for observing the size of a
Control . |
static IWidgetValueProperty |
text()
|
static IWidgetValueProperty |
text(int event)
Returns a value property for observing the text of a
StyledText
or Text . |
static IWidgetValueProperty |
text(int[] events)
Returns a value property for observing the text of a
StyledText
or Text . |
static IWidgetValueProperty |
tooltipText()
Returns a value property for observing the tooltip text of a
CTabItem , Control , TabItem , TableColumn ,
ToolItem , TrayItem or TreeColumn . |
static IWidgetValueProperty |
visible()
Returns a value property for observing the visibility state of a
Control . |
public static IWidgetValueProperty background()
Control
.Control
.public static IWidgetValueProperty bounds()
Control
.Control
.public static IWidgetValueProperty editable()
CCombo
(since 1.6), StyledText
(since 1.6), or
Text
.CCombo
, StyledText
, or Text
.public static IWidgetValueProperty enabled()
public static IWidgetValueProperty focused()
Control
.Control
.public static IWidgetValueProperty font()
Control
.Control
.public static IWidgetValueProperty foreground()
Control
.Control
.public static IWidgetValueProperty image()
public static IWidgetListProperty items()
public static IWidgetValueProperty location()
Control
.Control
.public static IWidgetValueProperty maximum()
public static IWidgetValueProperty message()
public static IWidgetValueProperty minimum()
public static IWidgetValueProperty selection()
public static IWidgetValueProperty singleSelectionIndex()
CCombo
, Combo
, List
or Table
.public static IWidgetValueProperty size()
Control
.Control
.public static IWidgetValueProperty text()
public static IWidgetValueProperty text(int event)
StyledText
or Text
.event
- the SWT event type to register for change events. May be
SWT.None
, SWT.Modify
, SWT.FocusOut
or
SWT.DefaultSelection
.StyledText
or Text
.public static IWidgetValueProperty text(int[] events)
StyledText
or Text
.events
- array of SWT event types to register for change events. May
include SWT.None
, SWT.Modify
,
SWT.FocusOut
or SWT.DefaultSelection
.StyledText
or Text
.public static IWidgetValueProperty tooltipText()
CTabItem
, Control
, TabItem
, TableColumn
,
ToolItem
, TrayItem
or TreeColumn
.CTabItem
, Control
, TabItem
,
TableColumn
, ToolItem
, TrayItem
or
TreeColumn
.public static IWidgetValueProperty visible()
Control
.Control
.
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.