Class IzCCombo0
- All Implemented Interfaces:
org.eclipse.swt.graphics.Drawable
CCombo was written to work around certain limitations in the native combo box. Specifically, on win32, the height of a CCombo can be set; attempts to set the height of a Combo are ignored. CCombo can be used anywhere that having the increased flexibility is more important than getting native L&F, but the decision should not be taken lightly. There is no strict requirement that CCombo look or behave the same as the native combo box.
Note that although this class is a subclass of Composite, it does not make sense to add children to it, or set a layout on it.
- Styles:
- BORDER, READ_ONLY, FLAT, LEAD, LEFT, CENTER, TRAIL, RIGHT
- Events:
- DefaultSelection, Modify, Selection, Verify
Field Summary
Fields inherited from class org.eclipse.swt.widgets.Control
handleConstructor Summary
ConstructorsConstructorDescriptionIzCCombo0(org.eclipse.swt.widgets.Composite parent, int style) Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.Method Summary
Modifier and TypeMethodDescriptionvoidAdds the argument to the end of the receiver's list.voidAdds the argument to the receiver's list at the given zero-relative index.voidaddModifyListener(org.eclipse.swt.events.ModifyListener listener) 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 theModifyListenerinterface.voidaddSelectionListener(org.eclipse.swt.events.SelectionListener listener) 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 theSelectionListenerinterface.voidaddVerifyListener(org.eclipse.swt.events.VerifyListener listener) 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 theVerifyListenerinterface.protected voidvoidSets the selection in the receiver's text field to an empty selection starting just before the first character.org.eclipse.swt.graphics.PointcomputeSize(int wHint, int hHint, boolean changed) voidcopy()Copies the selected text.voidcut()Cuts the selected text.voiddeselect(int index) Deselects the item at the given zero-relative index in the receiver's list.voidDeselects all selected items in the receiver's list.intReturns the horizontal alignment.org.eclipse.swt.widgets.Control[]booleanGets the editable state.getItem(int index) Returns the item at the given, zero-relative index in the receiver's list.intReturns the number of items contained in the receiver's list.intReturns the height of the area which would be used to display one of the items in the receiver's list.String[]getItems()Returns an array ofStrings which are the items in the receiver's list.booleanReturnstrueif the receiver's list is visible, andfalseotherwise.org.eclipse.swt.widgets.MenugetMenu()org.eclipse.swt.graphics.PointReturns aPointwhose x coordinate is the start of the selection in the receiver's text field, and whose y coordinate is the end of the selection.intReturns the zero-relative index of the item which is currently selected in the receiver's list, or -1 if no item is selected.org.eclipse.swt.widgets.ShellgetShell()intgetStyle()getText()Returns a string containing a copy of the contents of the receiver's text field.intReturns the height of the receivers's text field.intReturns the maximum number of characters that the receiver's text field is capable of holding.intGets the number of items that are visible in the drop down portion of the receiver's list.intSearches 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.intSearches 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.booleanvoidpaste()Pastes text from clipboard.voidredraw()voidredraw(int x, int y, int width, int height, boolean all) voidremove(int index) Removes the item from the receiver's list at the given zero-relative index.voidremove(int start, int end) Removes the items from the receiver's list which are between the given zero-relative start and end indices (inclusive).voidSearches 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.voidRemoves all of the items from the receiver's list and clear the contents of receiver's text field.voidremoveModifyListener(org.eclipse.swt.events.ModifyListener listener) Removes the listener from the collection of listeners who will be notified when the receiver's text is modified.voidremoveSelectionListener(org.eclipse.swt.events.SelectionListener listener) Removes the listener from the collection of listeners who will be notified when the user changes the receiver's selection.voidremoveVerifyListener(org.eclipse.swt.events.VerifyListener listener) Removes the listener from the collection of listeners who will be notified when the control is verified.voidselect(int index) Selects the item at the given zero-relative index in the receiver's list.voidsetAlignment(int align) Set the horizontal alignment of the CCombo.voidsetBackground(org.eclipse.swt.graphics.Color color) voidsetEditable(boolean editable) Sets the editable state.voidsetEnabled(boolean enabled) booleansetFocus()voidsetFont(org.eclipse.swt.graphics.Font font) voidsetForeground(org.eclipse.swt.graphics.Color color) voidSets the text of the item in the receiver's list at the given zero-relative index to the string argument.voidSets the receiver's list to be the given array of items.voidsetLayout(org.eclipse.swt.widgets.Layout layout) Sets the layout which is associated with the receiver to be the argument which may be null.voidsetListVisible(boolean visible) Marks the receiver's list as visible if the argument istrue, and marks it invisible otherwise.voidsetMenu(org.eclipse.swt.widgets.Menu menu) voidsetSelection(org.eclipse.swt.graphics.Point selection) 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.voidSets the contents of the receiver's text field to the given string.voidsetTextLimit(int limit) Sets the maximum number of characters that the receiver's text field is capable of holding to be the argument.voidsetToolTipText(String string) voidsetVisible(boolean visible) voidsetVisibleItemCount(int count) Sets the number of items that are visible in the drop down portion of the receiver's list.booleantraverse(int event) Methods inherited from class org.eclipse.swt.widgets.Composite
changed, drawBackground, getBackgroundMode, getLayout, getLayoutDeferred, getTabList, isLayoutDeferred, layout, layout, layout, layout, layout, setBackgroundMode, setLayoutDeferred, setTabList, toStringMethods inherited from class org.eclipse.swt.widgets.Scrollable
computeTrim, getClientArea, getHorizontalBar, getScrollbarsMode, getVerticalBarMethods inherited from class org.eclipse.swt.widgets.Control
addControlListener, addDragDetectListener, addFocusListener, addGestureListener, addHelpListener, addKeyListener, addMenuDetectListener, addMouseListener, addMouseMoveListener, addMouseTrackListener, addMouseWheelListener, addPaintListener, addTouchListener, addTraverseListener, computeSize, dragDetect, dragDetect, forceFocus, getAccessible, getBackground, getBackgroundImage, getBorderWidth, getBounds, getCursor, getDragDetect, getEnabled, getFont, getForeground, getLayoutData, getLocation, getMonitor, getOrientation, getParent, getRegion, getSize, getTextDirection, getToolTipText, getTouchEnabled, getVisible, internal_dispose_GC, internal_new_GC, isEnabled, isReparentable, isVisible, moveAbove, moveBelow, pack, pack, print, removeControlListener, removeDragDetectListener, removeFocusListener, removeGestureListener, removeHelpListener, removeKeyListener, removeMenuDetectListener, removeMouseListener, removeMouseMoveListener, removeMouseTrackListener, removeMouseWheelListener, removePaintListener, removeTouchListener, removeTraverseListener, requestLayout, setBackgroundImage, setBounds, setBounds, setCapture, setCursor, setDragDetect, setLayoutData, setLocation, setLocation, setOrientation, setParent, setRedraw, setRegion, setSize, setSize, setTextDirection, setTouchEnabled, toControl, toControl, toDisplay, toDisplay, traverse, traverse, updateMethods inherited from class org.eclipse.swt.widgets.Widget
addDisposeListener, addListener, checkWidget, dispose, getData, getData, getDisplay, getListeners, isAutoDirection, isDisposed, isListening, notifyListeners, removeDisposeListener, removeListener, removeListener, reskin, setData, setDataMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.swt.graphics.Drawable
isAutoScalable
Constructor Details
IzCCombo0
public IzCCombo0(org.eclipse.swt.widgets.Composite parent, int style) Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.The style value is either one of the style constants defined in class
SWTwhich is applicable to instances of this class, or must be built by bitwise OR'ing together (that is, using theint"|" operator) two or more of thoseSWTstyle constants. The class description lists the style constants that are applicable to the class. Style bits are also inherited from superclasses.- Parameters:
parent- a widget which will be the parent of the new instance (cannot be null)style- the style of widget to construct- Throws:
IllegalArgumentException-- ERROR_NULL_ARGUMENT - if the parent is null
org.eclipse.swt.SWTException-- ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the parent
- See Also:
SWT.BORDERSWT.READ_ONLYSWT.FLATSWT.LEADSWT.LEFTSWT.CENTERSWT.RIGHTSWT.TRAILWidget.getStyle()
Method Details
add
Adds the argument to the end of the receiver's list.Note: If control characters like '\n', '\t' etc. are used in the string, then the behavior is platform dependent.
- Parameters:
string- the new item- Throws:
IllegalArgumentException-- ERROR_NULL_ARGUMENT - if the string is null
org.eclipse.swt.SWTException-- ERROR_WIDGET_DISPOSED - if the receiver has been disposed
- ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver
- See Also:
add
Adds the argument to the receiver's list at the given zero-relative index.Note: To add an item at the end of the list, use the result of calling
getItemCount()as the index or useadd(String).Also note, if control characters like '\n', '\t' etc. are used in the string, then the behavior is platform dependent.
- Parameters:
string- the new itemindex- the index for the item- Throws:
IllegalArgumentException-- ERROR_NULL_ARGUMENT - if the string is null
- ERROR_INVALID_RANGE - if the index is not between 0 and the number of elements in the list (inclusive)
org.eclipse.swt.SWTException-- ERROR_WIDGET_DISPOSED - if the receiver has been disposed
- ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver
- See Also:
addModifyListener
public void addModifyListener(org.eclipse.swt.events.ModifyListener listener) 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 theModifyListenerinterface.- Parameters:
listener- the listener which should be notified- Throws:
IllegalArgumentException-- ERROR_NULL_ARGUMENT - if the listener is null
org.eclipse.swt.SWTException-- ERROR_WIDGET_DISPOSED - if the receiver has been disposed
- ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver
- See Also:
addSelectionListener
public void addSelectionListener(org.eclipse.swt.events.SelectionListener listener) 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 theSelectionListenerinterface.widgetSelectedis called when the combo's list selection changes.widgetDefaultSelectedis typically called when ENTER is pressed the combo's text area.- Parameters:
listener- the listener which should be notified when the user changes the receiver's selection- Throws:
IllegalArgumentException-- ERROR_NULL_ARGUMENT - if the listener is null
org.eclipse.swt.SWTException-- ERROR_WIDGET_DISPOSED - if the receiver has been disposed
- ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver
- See Also:
SelectionListenerremoveSelectionListener(org.eclipse.swt.events.SelectionListener)SelectionEvent
addVerifyListener
public void addVerifyListener(org.eclipse.swt.events.VerifyListener listener) 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 theVerifyListenerinterface.- Parameters:
listener- the listener which should be notified- Throws:
IllegalArgumentException-- ERROR_NULL_ARGUMENT - if the listener is null
org.eclipse.swt.SWTException-- ERROR_WIDGET_DISPOSED - if the receiver has been disposed
- ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver
- Since:
- 3.3
- See Also:
checkSubclass
protected void checkSubclass()- Overrides:
checkSubclassin classorg.eclipse.swt.widgets.Composite
clearSelection
public void clearSelection()Sets the selection in the receiver's text field to an empty selection starting just before the first character. If the text field is editable, this has the effect of placing the i-beam at the start of the text.Note: To clear the selected items in the receiver's list, use
deselectAll().- Throws:
org.eclipse.swt.SWTException-- ERROR_WIDGET_DISPOSED - if the receiver has been disposed
- ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver
- See Also:
computeSize
public org.eclipse.swt.graphics.Point computeSize(int wHint, int hHint, boolean changed) - Overrides:
computeSizein classorg.eclipse.swt.widgets.Control
copy
public void copy()Copies the selected text.The current selection is copied to the clipboard.
- Throws:
org.eclipse.swt.SWTException-- ERROR_WIDGET_DISPOSED - if the receiver has been disposed
- ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver
- Since:
- 3.3
cut
public void cut()Cuts the selected text.The current selection is first copied to the clipboard and then deleted from the widget.
- Throws:
org.eclipse.swt.SWTException-- ERROR_WIDGET_DISPOSED - if the receiver has been disposed
- ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver
- Since:
- 3.3
deselect
public void deselect(int index) Deselects the item at the given zero-relative index in the receiver's list. If the item at the index was already deselected, it remains deselected. Indices that are out of range are ignored.- Parameters:
index- the index of the item to deselect- Throws:
org.eclipse.swt.SWTException-- ERROR_WIDGET_DISPOSED - if the receiver has been disposed
- ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver
deselectAll
public void deselectAll()Deselects all selected items in the receiver's list.Note: To clear the selection in the receiver's text field, use
clearSelection().- Throws:
org.eclipse.swt.SWTException-- ERROR_WIDGET_DISPOSED - if the receiver has been disposed
- ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver
- See Also:
getAlignment
public int getAlignment()Returns the horizontal alignment. The alignment style (LEFT, CENTER or RIGHT) is returned.- Returns:
- SWT.LEFT, SWT.RIGHT or SWT.CENTER
- Since:
- 3.113
getChildren
public org.eclipse.swt.widgets.Control[] getChildren()- Overrides:
getChildrenin classorg.eclipse.swt.widgets.Composite
getEditable
public boolean getEditable()Gets the editable state.- Returns:
- whether or not the receiver is editable
- Throws:
org.eclipse.swt.SWTException-- ERROR_WIDGET_DISPOSED - if the receiver has been disposed
- ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver
- Since:
- 3.0
getItem
Returns the item at the given, zero-relative index in the receiver's list. Throws an exception if the index is out of range.- Parameters:
index- the index of the item to return- Returns:
- the item at the given index
- Throws:
IllegalArgumentException-- ERROR_INVALID_RANGE - if the index is not between 0 and the number of elements in the list minus 1 (inclusive)
org.eclipse.swt.SWTException-- ERROR_WIDGET_DISPOSED - if the receiver has been disposed
- ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver
getItemCount
public int getItemCount()Returns the number of items contained in the receiver's list.- Returns:
- the number of items
- Throws:
org.eclipse.swt.SWTException-- ERROR_WIDGET_DISPOSED - if the receiver has been disposed
- ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver
getItemHeight
public int getItemHeight()Returns the height of the area which would be used to display one of the items in the receiver's list.- Returns:
- the height of one item
- Throws:
org.eclipse.swt.SWTException-- ERROR_WIDGET_DISPOSED - if the receiver has been disposed
- ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver
getItems
Returns an array ofStrings which are the items in the receiver's list.Note: This is not the actual structure used by the receiver to maintain its list of items, so modifying the array will not affect the receiver.
- Returns:
- the items in the receiver's list
- Throws:
org.eclipse.swt.SWTException-- ERROR_WIDGET_DISPOSED - if the receiver has been disposed
- ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver
getListVisible
public boolean getListVisible()Returnstrueif the receiver's list is visible, andfalseotherwise.If one of the receiver's ancestors is not visible or some other condition makes the receiver not visible, this method may still indicate that it is considered visible even though it may not actually be showing.
- Returns:
- the receiver's list's visibility state
- Throws:
org.eclipse.swt.SWTException-- ERROR_WIDGET_DISPOSED - if the receiver has been disposed
- ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver
- Since:
- 3.4
getMenu
public org.eclipse.swt.widgets.Menu getMenu()- Overrides:
getMenuin classorg.eclipse.swt.widgets.Control
getSelection
public org.eclipse.swt.graphics.Point getSelection()Returns aPointwhose x coordinate is the start of the selection in the receiver's text field, and whose y coordinate is the end of the selection. The returned values are zero-relative. An "empty" selection as indicated by the the x and y coordinates having the same value.- Returns:
- a point representing the selection start and end
- Throws:
org.eclipse.swt.SWTException-- ERROR_WIDGET_DISPOSED - if the receiver has been disposed
- ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver
getSelectionIndex
public int getSelectionIndex()Returns the zero-relative index of the item which is currently selected in the receiver's list, or -1 if no item is selected.- Returns:
- the index of the selected item
- Throws:
org.eclipse.swt.SWTException-- ERROR_WIDGET_DISPOSED - if the receiver has been disposed
- ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver
getShell
public org.eclipse.swt.widgets.Shell getShell()- Overrides:
getShellin classorg.eclipse.swt.widgets.Control
getStyle
public int getStyle()- Overrides:
getStylein classorg.eclipse.swt.widgets.Widget
getText
Returns a string containing a copy of the contents of the receiver's text field.- Returns:
- the receiver's text
- Throws:
org.eclipse.swt.SWTException-- ERROR_WIDGET_DISPOSED - if the receiver has been disposed
- ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver
getTextHeight
public int getTextHeight()Returns the height of the receivers's text field.- Returns:
- the text height
- Throws:
org.eclipse.swt.SWTException-- ERROR_WIDGET_DISPOSED - if the receiver has been disposed
- ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver
getTextLimit
public int getTextLimit()Returns the maximum number of characters that the receiver's text field is capable of holding. If this has not been changed bysetTextLimit(), it will be the constantCombo.LIMIT.- Returns:
- the text limit
- Throws:
org.eclipse.swt.SWTException-- ERROR_WIDGET_DISPOSED - if the receiver has been disposed
- ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver
getVisibleItemCount
public int getVisibleItemCount()Gets the number of items that are visible in the drop down portion of the receiver's list.- Returns:
- the number of items that are visible
- Throws:
org.eclipse.swt.SWTException-- ERROR_WIDGET_DISPOSED - if the receiver has been disposed
- ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver
- Since:
- 3.0
indexOf
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. If no item is found, returns -1.- Parameters:
string- the search item- Returns:
- the index of the item
- Throws:
IllegalArgumentException-- ERROR_NULL_ARGUMENT - if the string is null
org.eclipse.swt.SWTException-- ERROR_WIDGET_DISPOSED - if the receiver has been disposed
- ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver
indexOf
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. If no item is found or the starting index is out of range, returns -1.- Parameters:
string- the search itemstart- the zero-relative index at which to begin the search- Returns:
- the index of the item
- Throws:
IllegalArgumentException-- ERROR_NULL_ARGUMENT - if the string is null
org.eclipse.swt.SWTException-- ERROR_WIDGET_DISPOSED - if the receiver has been disposed
- ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver
isFocusControl
public boolean isFocusControl()- Overrides:
isFocusControlin classorg.eclipse.swt.widgets.Control
paste
public void paste()Pastes text from clipboard.The selected text is deleted from the widget and new text inserted from the clipboard.
- Throws:
org.eclipse.swt.SWTException-- ERROR_WIDGET_DISPOSED - if the receiver has been disposed
- ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver
- Since:
- 3.3
redraw
public void redraw()- Overrides:
redrawin classorg.eclipse.swt.widgets.Control
redraw
public void redraw(int x, int y, int width, int height, boolean all) - Overrides:
redrawin classorg.eclipse.swt.widgets.Control
remove
public void remove(int index) Removes the item from the receiver's list at the given zero-relative index.- Parameters:
index- the index for the item- Throws:
IllegalArgumentException-- ERROR_INVALID_RANGE - if the index is not between 0 and the number of elements in the list minus 1 (inclusive)
org.eclipse.swt.SWTException-- ERROR_WIDGET_DISPOSED - if the receiver has been disposed
- ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver
remove
public void remove(int start, int end) Removes the items from the receiver's list which are between the given zero-relative start and end indices (inclusive).- Parameters:
start- the start of the rangeend- the end of the range- Throws:
IllegalArgumentException-- ERROR_INVALID_RANGE - if either the start or end are not between 0 and the number of elements in the list minus 1 (inclusive)
org.eclipse.swt.SWTException-- ERROR_WIDGET_DISPOSED - if the receiver has been disposed
- ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver
remove
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.- Parameters:
string- the item to remove- Throws:
IllegalArgumentException-- ERROR_NULL_ARGUMENT - if the string is null
- ERROR_INVALID_ARGUMENT - if the string is not found in the list
org.eclipse.swt.SWTException-- ERROR_WIDGET_DISPOSED - if the receiver has been disposed
- ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver
removeAll
public void removeAll()Removes all of the items from the receiver's list and clear the contents of receiver's text field.- Throws:
org.eclipse.swt.SWTException-- ERROR_WIDGET_DISPOSED - if the receiver has been disposed
- ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver
removeModifyListener
public void removeModifyListener(org.eclipse.swt.events.ModifyListener listener) Removes the listener from the collection of listeners who will be notified when the receiver's text is modified.- Parameters:
listener- the listener which should no longer be notified- Throws:
IllegalArgumentException-- ERROR_NULL_ARGUMENT - if the listener is null
org.eclipse.swt.SWTException-- ERROR_WIDGET_DISPOSED - if the receiver has been disposed
- ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver
- See Also:
ModifyListeneraddModifyListener(org.eclipse.swt.events.ModifyListener)
removeSelectionListener
public void removeSelectionListener(org.eclipse.swt.events.SelectionListener listener) Removes the listener from the collection of listeners who will be notified when the user changes the receiver's selection.- Parameters:
listener- the listener which should no longer be notified- Throws:
IllegalArgumentException-- ERROR_NULL_ARGUMENT - if the listener is null
org.eclipse.swt.SWTException-- ERROR_WIDGET_DISPOSED - if the receiver has been disposed
- ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver
- See Also:
SelectionListeneraddSelectionListener(org.eclipse.swt.events.SelectionListener)
removeVerifyListener
public void removeVerifyListener(org.eclipse.swt.events.VerifyListener listener) Removes the listener from the collection of listeners who will be notified when the control is verified.- Parameters:
listener- the listener which should no longer be notified- Throws:
IllegalArgumentException-- ERROR_NULL_ARGUMENT - if the listener is null
org.eclipse.swt.SWTException-- ERROR_WIDGET_DISPOSED - if the receiver has been disposed
- ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver
- Since:
- 3.3
- See Also:
VerifyListeneraddVerifyListener(org.eclipse.swt.events.VerifyListener)
select
public void select(int index) Selects the item at the given zero-relative index in the receiver's list. If the item at the index was already selected, it remains selected. Indices that are out of range are ignored.- Parameters:
index- the index of the item to select- Throws:
org.eclipse.swt.SWTException-- ERROR_WIDGET_DISPOSED - if the receiver has been disposed
- ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver
setAlignment
public void setAlignment(int align) Set the horizontal alignment of the CCombo. Use the values LEFT, CENTER and RIGHT to align image and text within the available space.- Parameters:
align- the alignment style of LEFT, RIGHT or CENTER- Throws:
org.eclipse.swt.SWTException-- ERROR_WIDGET_DISPOSED - if the receiver has been disposed
- ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver
- ERROR_INVALID_ARGUMENT - if the value of align is not one of SWT.LEFT, SWT.RIGHT or SWT.CENTER
- Since:
- 3.113
setBackground
public void setBackground(org.eclipse.swt.graphics.Color color) - Overrides:
setBackgroundin classorg.eclipse.swt.widgets.Control
setEditable
public void setEditable(boolean editable) Sets the editable state.- Parameters:
editable- the new editable state- Throws:
org.eclipse.swt.SWTException-- ERROR_WIDGET_DISPOSED - if the receiver has been disposed
- ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver
- Since:
- 3.0
setEnabled
public void setEnabled(boolean enabled) - Overrides:
setEnabledin classorg.eclipse.swt.widgets.Control
setFocus
public boolean setFocus()- Overrides:
setFocusin classorg.eclipse.swt.widgets.Composite
setFont
public void setFont(org.eclipse.swt.graphics.Font font) - Overrides:
setFontin classorg.eclipse.swt.widgets.Control
setForeground
public void setForeground(org.eclipse.swt.graphics.Color color) - Overrides:
setForegroundin classorg.eclipse.swt.widgets.Control
setItem
Sets the text of the item in the receiver's list at the given zero-relative index to the string argument. This is equivalent toremove'ing the old item at the index, and thenadd'ing the new item at that index.- Parameters:
index- the index for the itemstring- the new text for the item- Throws:
IllegalArgumentException-- ERROR_INVALID_RANGE - if the index is not between 0 and the number of elements in the list minus 1 (inclusive)
- ERROR_NULL_ARGUMENT - if the string is null
org.eclipse.swt.SWTException-- ERROR_WIDGET_DISPOSED - if the receiver has been disposed
- ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver
setItems
Sets the receiver's list to be the given array of items.- Parameters:
items- the array of items- Throws:
IllegalArgumentException-- ERROR_NULL_ARGUMENT - if the items array is null
- ERROR_INVALID_ARGUMENT - if an item in the items array is null
org.eclipse.swt.SWTException-- ERROR_WIDGET_DISPOSED - if the receiver has been disposed
- ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver
setLayout
public void setLayout(org.eclipse.swt.widgets.Layout layout) Sets the layout which is associated with the receiver to be the argument which may be null.Note: No Layout can be set on this Control because it already manages the size and position of its children.
- Overrides:
setLayoutin classorg.eclipse.swt.widgets.Composite- Parameters:
layout- the receiver's new layout or null- Throws:
org.eclipse.swt.SWTException-- ERROR_WIDGET_DISPOSED - if the receiver has been disposed
- ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver
setListVisible
public void setListVisible(boolean visible) Marks the receiver's list as visible if the argument istrue, and marks it invisible otherwise.If one of the receiver's ancestors is not visible or some other condition makes the receiver not visible, marking it visible may not actually cause it to be displayed.
- Parameters:
visible- the new visibility state- Throws:
org.eclipse.swt.SWTException-- ERROR_WIDGET_DISPOSED - if the receiver has been disposed
- ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver
- Since:
- 3.4
setMenu
public void setMenu(org.eclipse.swt.widgets.Menu menu) - Overrides:
setMenuin classorg.eclipse.swt.widgets.Control
setSelection
public void setSelection(org.eclipse.swt.graphics.Point selection) 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.- Parameters:
selection- a point representing the new selection start and end- Throws:
IllegalArgumentException-- ERROR_NULL_ARGUMENT - if the point is null
org.eclipse.swt.SWTException-- ERROR_WIDGET_DISPOSED - if the receiver has been disposed
- ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver
setText
Sets the contents of the receiver's text field to the given string.Note: The text field in a
Combois typically only capable of displaying a single line of text. Thus, setting the text to a string containing line breaks or other special characters will probably cause it to display incorrectly.Also note, if control characters like '\n', '\t' etc. are used in the string, then the behavior is platform dependent.
- Parameters:
string- the new text- Throws:
IllegalArgumentException-- ERROR_NULL_ARGUMENT - if the string is null
org.eclipse.swt.SWTException-- ERROR_WIDGET_DISPOSED - if the receiver has been disposed
- ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver
setTextLimit
public void setTextLimit(int limit) Sets the maximum number of characters that the receiver's text field is capable of holding to be the argument.- Parameters:
limit- new text limit- Throws:
IllegalArgumentException-- ERROR_CANNOT_BE_ZERO - if the limit is zero
org.eclipse.swt.SWTException-- ERROR_WIDGET_DISPOSED - if the receiver has been disposed
- ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver
setToolTipText
- Overrides:
setToolTipTextin classorg.eclipse.swt.widgets.Control
setVisible
public void setVisible(boolean visible) - Overrides:
setVisiblein classorg.eclipse.swt.widgets.Control
setVisibleItemCount
public void setVisibleItemCount(int count) Sets the number of items that are visible in the drop down portion of the receiver's list.- Parameters:
count- the new number of items to be visible- Throws:
org.eclipse.swt.SWTException-- ERROR_WIDGET_DISPOSED - if the receiver has been disposed
- ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver
- Since:
- 3.0
traverse
public boolean traverse(int event) - Overrides:
traversein classorg.eclipse.swt.widgets.Control