@ControlType(value=org.eclipse.swt.widgets.List.class) public class ListWrap<T extends org.eclipse.swt.widgets.List> extends ControlWrap<T> implements KeyboardSelectable<String>, Focusable
ControlWrap.ClickFocusfocuser, 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 |
|---|
ListWrap(Environment env,
T node) |
| Modifier and Type | Method and Description |
|---|---|
ControlWrap.ClickFocus |
focuser() |
String |
getState() |
List<String> |
getStates() |
Class<String> |
getType() |
int |
index(String item) |
boolean |
isVertical() |
int |
selection() |
Selector<String> |
selector() |
as, getBounds, getParent, getScreenBounds, getScreenBounds, getScreenLocation, getShell, hasFocus, is, menu, name, textas, 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 ListWrap(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 boolean isVertical()
isVertical in interface KeyboardSelectable<String>public int index(String item)
index in interface KeyboardSelectable<String>public Selector<String> selector()
selector in interface Selectable<String>public Class<String> getType()
getType in interface TypeControlInterface<String>public ControlWrap.ClickFocus focuser()
focuser in interface Focusablefocuser in class ControlWrap<T extends org.eclipse.swt.widgets.List>Copyright © 2018. All rights reserved.