@ControlType(value=org.eclipse.swt.widgets.Combo.class) public class ComboWrap<T extends org.eclipse.swt.widgets.Combo> extends ControlWrap<T> implements KeyboardSelectable<String>, Focusable
ControlWrap.ClickFocus| Modifier and Type | Field and Description |
|---|---|
static String |
DISMISSAL_BUTTON_PROP |
static String |
DISMISSAL_MODIFIER_PROP |
focuser, popupBOUNDS_PROP_NAME, CLICKPOINT_PROP_NAME, CONTROL_CLASS_PROP_NAME, CONTROL_PROP_NAME, IMAGE_CAPTURER_PROPERTY, IMAGE_LOADER_PROPERTY, INPUT_FACTORY_PROPERTY, NAME_PROP_NAME, OUTPUT, POSITION_PROP_NAME, TEXT_PROP_NAME, TOOLTIP_PROP_NAME, VALUE_PROP_NAME, WAIT_STATE_TIMEOUT, WRAPPER_CLASS_PROP_NAMESTATE_PROP_NAME, STATES_PROP_NAME| Constructor and Description |
|---|
ComboWrap(Environment env,
T node) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
anchor() |
<INTERFACE extends ControlInterface> |
as(Class<INTERFACE> interfaceClass) |
ControlWrap.ClickFocus |
focuser() |
String |
getState() |
List<String> |
getStates() |
Class<String> |
getType() |
boolean |
hasFocus() |
int |
index(String item) |
<INTERFACE extends ControlInterface> |
is(Class<INTERFACE> interfaceClass) |
boolean |
isVertical() |
Integer |
position() |
int |
selection() |
Selector<String> |
selector() |
String |
text() |
getBounds, getParent, getScreenBounds, getScreenBounds, getScreenLocation, getShell, menu, nameas, drag, getClickPoint, getControl, getControlClass, getEnvironment, getFieldProperty, getMethodProperty, getProperties, getPropertiesQiuet, getProperty, getProperty, getProperty, getProperty, getScreenImage, getScreenImage, getWrapper, hasFieldProperty, hasMethodProperty, is, keyboard, mouse, setEnvironment, toAbsolute, toLocal, waitImage, waitImage, waitProperty, waitProperty, waitProperty, waitState, waitStatepublic static final String DISMISSAL_BUTTON_PROP
public static final String DISMISSAL_MODIFIER_PROP
public ComboWrap(Environment env, T node)
public List<String> getStates()
getStates in interface Selectable<String>public String getState()
getState in interface Selectable<String>public int selection()
selection in interface KeyboardSelectable<String>public Selector<String> selector()
selector in interface Selectable<String>public Class<String> getType()
getType in interface TypeControlInterface<String>public boolean isVertical()
isVertical in interface KeyboardSelectable<String>public int index(String item)
index in interface KeyboardSelectable<String>public ControlWrap.ClickFocus focuser()
focuser in interface Focusablefocuser in class ControlWrap<T extends org.eclipse.swt.widgets.Combo>public boolean hasFocus()
hasFocus in class ControlWrap<T extends org.eclipse.swt.widgets.Combo>@Property(value="text") public String text()
text in class ControlWrap<T extends org.eclipse.swt.widgets.Combo>public <INTERFACE extends ControlInterface> boolean is(Class<INTERFACE> interfaceClass)
is in class ControlWrap<T extends org.eclipse.swt.widgets.Combo>public <INTERFACE extends ControlInterface> INTERFACE as(Class<INTERFACE> interfaceClass)
as in class ControlWrap<T extends org.eclipse.swt.widgets.Combo>Copyright © 2018. All rights reserved.