public class ComboVar
extends org.eclipse.swt.widgets.Composite
Constructor and Description |
---|
ComboVar(VariableSpace space,
org.eclipse.swt.widgets.Composite composite,
int flags) |
ComboVar(VariableSpace space,
org.eclipse.swt.widgets.Composite composite,
int flags,
GetCaretPositionInterface getCaretPositionInterface,
InsertTextInterface insertTextInterface) |
ComboVar(VariableSpace space,
org.eclipse.swt.widgets.Composite composite,
int flags,
String toolTipText) |
ComboVar(VariableSpace space,
org.eclipse.swt.widgets.Composite composite,
int flags,
String toolTipText,
GetCaretPositionInterface getCaretPositionInterface,
InsertTextInterface insertTextInterface) |
Modifier and Type | Method and Description |
---|---|
void |
add(String item) |
void |
addFocusListener(org.eclipse.swt.events.FocusListener lsFocus) |
void |
addKeyListener(org.eclipse.swt.events.KeyListener lsKey) |
void |
addModifyListener(org.eclipse.swt.events.ModifyListener modifyListener)
Add a modify listener to the text widget
|
void |
addSelectionListener(org.eclipse.swt.events.SelectionAdapter lsDef) |
void |
addTraverseListener(org.eclipse.swt.events.TraverseListener tl) |
org.eclipse.swt.custom.CCombo |
getCComboWidget() |
GetCaretPositionInterface |
getGetCaretPositionInterface() |
InsertTextInterface |
getInsertTextInterface() |
int |
getItemCount() |
String[] |
getItems() |
String |
getText() |
void |
remove(int index) |
void |
removeAll() |
void |
select(int index) |
void |
setEditable(boolean editable) |
void |
setEnabled(boolean flag) |
boolean |
setFocus() |
void |
setGetCaretPositionInterface(GetCaretPositionInterface getCaretPositionInterface) |
void |
setInsertTextInterface(InsertTextInterface insertTextInterface) |
void |
setItems(String[] items) |
void |
setText(String text) |
void |
setToolTipText(String toolTipText) |
void |
setVariables(VariableSpace vars) |
changed, checkSubclass, drawBackground, getBackgroundMode, getChildren, getLayout, getLayoutDeferred, getTabList, isLayoutDeferred, layout, layout, layout, layout, layout, setBackgroundMode, setLayout, setLayoutDeferred, setTabList
computeTrim, getClientArea, getHorizontalBar, getScrollbarsMode, getVerticalBar
addControlListener, addDragDetectListener, addGestureListener, addHelpListener, addMenuDetectListener, addMouseListener, addMouseMoveListener, addMouseTrackListener, addMouseWheelListener, addPaintListener, addTouchListener, computeSize, computeSize, dragDetect, dragDetect, forceFocus, getAccessible, getBackground, getBackgroundImage, getBorderWidth, getBounds, getCursor, getDragDetect, getEnabled, getFont, getForeground, getLayoutData, getLocation, getMenu, getMonitor, getOrientation, getParent, getRegion, getShell, getSize, getTextDirection, getToolTipText, getTouchEnabled, getVisible, internal_dispose_GC, internal_new_GC, isEnabled, isFocusControl, isReparentable, isVisible, moveAbove, moveBelow, pack, pack, print, redraw, redraw, removeControlListener, removeDragDetectListener, removeFocusListener, removeGestureListener, removeHelpListener, removeKeyListener, removeMenuDetectListener, removeMouseListener, removeMouseMoveListener, removeMouseTrackListener, removeMouseWheelListener, removePaintListener, removeTouchListener, removeTraverseListener, requestLayout, setBackground, setBackgroundImage, setBounds, setBounds, setCapture, setCursor, setDragDetect, setFont, setForeground, setLayoutData, setLocation, setLocation, setMenu, setOrientation, setParent, setRedraw, setRegion, setSize, setSize, setTextDirection, setTouchEnabled, setVisible, toControl, toControl, toDisplay, toDisplay, traverse, traverse, traverse, update
addDisposeListener, addListener, checkWidget, dispose, getData, getData, getDisplay, getListeners, getStyle, isAutoDirection, isDisposed, isListening, notifyListeners, removeDisposeListener, removeListener, removeListener, reskin, setData, setData, toString
public ComboVar(VariableSpace space, org.eclipse.swt.widgets.Composite composite, int flags)
public ComboVar(VariableSpace space, org.eclipse.swt.widgets.Composite composite, int flags, String toolTipText)
public ComboVar(VariableSpace space, org.eclipse.swt.widgets.Composite composite, int flags, GetCaretPositionInterface getCaretPositionInterface, InsertTextInterface insertTextInterface)
public ComboVar(VariableSpace space, org.eclipse.swt.widgets.Composite composite, int flags, String toolTipText, GetCaretPositionInterface getCaretPositionInterface, InsertTextInterface insertTextInterface)
public GetCaretPositionInterface getGetCaretPositionInterface()
public void setGetCaretPositionInterface(GetCaretPositionInterface getCaretPositionInterface)
getCaretPositionInterface
- the getCaretPositionInterface to setpublic InsertTextInterface getInsertTextInterface()
public void setInsertTextInterface(InsertTextInterface insertTextInterface)
insertTextInterface
- the insertTextInterface to setpublic String getText()
public void setText(String text)
text
- the text in the Text widget to set.public org.eclipse.swt.custom.CCombo getCComboWidget()
public void addModifyListener(org.eclipse.swt.events.ModifyListener modifyListener)
modifyListener
- public void addSelectionListener(org.eclipse.swt.events.SelectionAdapter lsDef)
public void addKeyListener(org.eclipse.swt.events.KeyListener lsKey)
addKeyListener
in class org.eclipse.swt.widgets.Control
public void addFocusListener(org.eclipse.swt.events.FocusListener lsFocus)
addFocusListener
in class org.eclipse.swt.widgets.Control
public void setEnabled(boolean flag)
setEnabled
in class org.eclipse.swt.widgets.Control
public boolean setFocus()
setFocus
in class org.eclipse.swt.widgets.Composite
public void addTraverseListener(org.eclipse.swt.events.TraverseListener tl)
addTraverseListener
in class org.eclipse.swt.widgets.Control
public void setToolTipText(String toolTipText)
setToolTipText
in class org.eclipse.swt.widgets.Control
public void setEditable(boolean editable)
public void setVariables(VariableSpace vars)
public void setItems(String[] items)
public String[] getItems()
public void add(String item)
public int getItemCount()
public void removeAll()
public void remove(int index)
public void select(int index)
Copyright © 2019 Hitachi Vantara. All rights reserved.