Class Combo
- All Implemented Interfaces:
Drawable
Combos are used in the same place
where a single selection List widget could
be used but space is limited. A Combo takes
less space than a List widget and shows
similar information.
Note: Since Combos can contain both a list
and an editable text field, it is possible to confuse methods
which access one versus the other (compare for example,
clearSelection() and deselectAll()).
The API documentation is careful to indicate either "the
receiver's list" or the "the receiver's text field" to
distinguish between the two cases.
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:
- DROP_DOWN, READ_ONLY, SIMPLE
- Events:
- DefaultSelection, Modify, Selection, Verify, OrientationChange
Note: Only one of the styles DROP_DOWN and SIMPLE may be specified.
IMPORTANT: This class is not intended to be subclassed.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) long(package private) GdkRGBA(package private) long(package private) long(package private) long(package private) long(package private) longprivate boolean(package private) long(package private) boolean(package private) boolean(package private) int(package private) int(package private) GdkRGBA(package private) long(package private) long(package private) int(package private) String[](package private) intstatic final intthe operating system limit for the number of characters that the text field in an instance of this class can hold(package private) long(package private) long(package private) long(package private) boolean(package private) intFields inherited from class Composite
backgroundMode, childrenLowered, embeddedHandle, fixClipHandle, fixClipMap, imHandle, layout, layoutCount, NO_INPUT_METHOD, noChildDrawing, popupChild, socketHandle, tabListFields inherited from class Scrollable
horizontalBar, RESIZE_ON_GETCLIENTAREA, scrolledHandle, verticalBarFields inherited from class Control
accessible, autoScale, backgroundAlpha, backgroundImage, cachedNoBackground, checkScaleFactor, cssBackground, cssForeground, cursor, DISABLE_EMOJI, dragDetectionQueue, dragGesture, drawCount, drawRegion, enableWindow, eventRegion, firstFixedHandle, fixedHandle, font, gestureBegin, gestureEnd, gestureRotation, gestureSwipe, gestureZoom, keyController, labelRelation, lastInput, layoutData, menu, mouseDown, panGesture, parent, provider, redrawWindow, region, regionHandle, rotateGesture, toolTipText, zoomGestureFields inherited from class Widget
ACTIVATE, ACTIVATE_INVERSE, AUTO_TEXT_DIRECTION, BACKGROUND, BACKSPACE, BACKSPACE_INVERSE, BUTTON_PRESS_EVENT, BUTTON_PRESS_EVENT_INVERSE, BUTTON_RELEASE_EVENT, BUTTON_RELEASE_EVENT_INVERSE, CANVAS, CHANGE_VALUE, CHANGED, CHECK_SUBWINDOW, CLICKED, CLOSE_REQUEST, COMMIT, COMPUTE_SIZE, CONFIGURE_EVENT, COPY_CLIPBOARD, COPY_CLIPBOARD_INVERSE, CREATE_MENU_PROXY, CUT_CLIPBOARD, CUT_CLIPBOARD_INVERSE, data, DAY_SELECTED, DAY_SELECTED_DOUBLE_CLICK, DECELERATE, DEFAULT_HEIGHT, DEFAULT_WIDTH, DELETE_EVENT, DELETE_FROM_CURSOR, DELETE_FROM_CURSOR_INVERSE, DELETE_RANGE, DELETE_TEXT, DIRECTION_CHANGED, DISABLED, display, DISPOSE_SENT, DISPOSED, DPI_CHANGED, DRAG_DETECT, DRAW, ENTER, ENTER_NOTIFY_EVENT, EVENT, EVENT_AFTER, eventTable, EXPAND_COLLAPSE_CURSOR_ROW, EXPOSE_EVENT, EXPOSE_EVENT_INVERSE, FOCUS, FOCUS_IN, FOCUS_IN_EVENT, FOCUS_OUT, FOCUS_OUT_EVENT, FONT, FOREGROUND, FOREIGN_HANDLE, gdkSeatGrabPrepareFunc, GESTURE_PRESSED, GESTURE_RELEASED, GRAB_FOCUS, handle, HANDLE, HAS_AUTO_DIRECTION, HIDDEN, HIDE, ICON_RELEASE, IM_UPDATE, INPUT, INSERT_TEXT, IS_ACTIVE, KEY_CHECK_SUBWINDOW, KEY_GTK_CSS, KEY_PRESS_EVENT, KEY_PRESSED, KEY_RELEASE_EVENT, KEY_RELEASED, KEYED_DATA, LAST_SIGNAL, LAYOUT_CHANGED, LAYOUT_CHILD, LAYOUT_NEEDED, LEAVE, LEAVE_NOTIFY_EVENT, MAP, MAP_EVENT, MENU, MNEMONIC_ACTIVATE, MONTH_CHANGED, MOTION, MOTION_INVERSE, MOTION_NOTIFY_EVENT, MOTION_NOTIFY_EVENT_INVERSE, MOVE_CURSOR, MOVE_CURSOR_INVERSE, MOVE_FOCUS, MOVED, NOTIFY_DEFAULT_HEIGHT, NOTIFY_DEFAULT_WIDTH, NOTIFY_MAXIMIZED, NOTIFY_STATE, OBSCURED, OUTPUT, PARENT_BACKGROUND, PASTE_CLIPBOARD, PASTE_CLIPBOARD_INVERSE, POPPED_UP, POPULATE_POPUP, POPUP_MENU, PREEDIT_CHANGED, REALIZE, RELEASED, RESIZED, ROW_ACTIVATED, ROW_DELETED, ROW_HAS_CHILD_TOGGLED, ROW_INSERTED, SCROLL, SCROLL_BEGIN, SCROLL_CHILD, SCROLL_END, SCROLL_EVENT, SELECT, SELECTION_DONE, SHOW, SHOW_HELP, SIZE_ALLOCATE, SIZE_ALLOCATE_GTK4, SKIN_NEEDED, START_INTERACTIVE_SEARCH, state, STATUS_ICON_POPUP_MENU, style, STYLE_UPDATED, SWITCH_PAGE, TEST_COLLAPSE_ROW, TEST_EXPAND_ROW, TEXT_BUFFER_INSERT_TEXT, THEME_BACKGROUND, TOGGLED, UNMAP, UNMAP_EVENT, UNREALIZE, VALUE_CHANGED, WINDOW_STATE_EVENT, ZERO_HEIGHT, ZERO_WIDTH -
Constructor Summary
Constructors -
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(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.voidaddSegmentListener(SegmentListener listener) Adds a segment listener.voidaddSelectionListener(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(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.(package private) voidadjustChildClipping(long widget) Allows Controls to adjust the clipping of themselves or their children.(package private) static intcheckStyle(int style) protected voidChecks that this class can be subclassed.(package private) booleanvoidSets the selection in the receiver's text field to an empty selection starting just before the first character.(package private) void(package private) PointcomputeNativeSize(long h, int wHint, int hHint, boolean changed) (package private) PointcomputeSizeInPixels(int wHint, int hHint, boolean changed) voidcopy()Copies the selected text.(package private) voidcreateHandle(int index) voidcut()Cuts the selected text.(package private) GdkRGBA(package private) voidvoiddeselect(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.(package private) booleandragDetect(int x, int y, boolean filter, boolean dragOnTimeout, boolean[] consume) (package private) long(package private) long(package private) long(package private) booleanfilterKey(long event) (package private) long(package private) long(package private) long(package private) longfindPopupHandle(long oldList) (package private) voidfixIM()(package private) voidfixModal(long group, long modalGroup) (package private) long(package private) longReturns a point describing the location of the caret relative to the receiver.intReturns the character position of the caret.(package private) GdkRGBA(package private) GdkRGBAgetItem(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 a (possibly empty) array ofStrings which are the items in the receiver's list.booleanReturnstrueif the receiver's list is visible, andfalseotherwise.(package private) StringintReturns the orientation of the receiver.Returns aPointwhose x coordinate is the character position representing the start of the selection in the receiver's text field, and whose y coordinate is the character position representing 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.getText()Returns a string containing a copy of the contents of the receiver's text field, or an empty string if there are no contents.(package private) StringgetText(int start, int stop) 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.(package private) longgtk_activate(long widget) (package private) longgtk_button_press_event(long widget, long event) (package private) longgtk_changed(long widget) private voidgtk_combo_box_insert(String string, int index) private voidprivate voidgtk_combo_box_toggle_wrap(boolean wrap) Bug 489640, 438992.(package private) longgtk_commit(long imContext, long text) (package private) longgtk_delete_text(long widget, long start_pos, long end_pos) (package private) longgtk_draw(long widget, long cairo) (package private) longgtk_focus_out_event(long widget, long event) (package private) longgtk_insert_text(long widget, long new_text, long new_text_length, long position) (package private) longgtk_populate_popup(long widget, long menu) (package private) longgtk_selection_done(long menushell) (package private) longgtk_style_updated(long widget) (package private) longgtk3_event_after(long widget, long gdkEvent) (package private) longgtk3_key_press_event(long widget, long event) (package private) booleanhasFocus()(package private) void(package private) voidhookEvents(long[] handles) (package private) longintSearches 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.(package private) booleanisFocusHandle(long widget) (package private) long(package private) longvoidpaste()Pastes text from clipboard.(package private) voidregister()(package private) void(package private) voidvoidremove(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(ModifyListener listener) Removes the listener from the collection of listeners who will be notified when the receiver's text is modified.voidremoveSegmentListener(SegmentListener listener) Removes the listener from the collection of listeners who will be notified when the receiver's text is modified.voidremoveSelectionListener(SelectionListener listener) Removes the listener from the collection of listeners who will be notified when the user changes the receiver's selection.voidremoveVerifyListener(VerifyListener listener) Removes the listener from the collection of listeners who will be notified when the control is verified.(package private) PointresizeCalculationsGTK3(long widget, int width, int height) voidselect(int index) Selects the item at the given zero-relative index in the receiver's list.(package private) voidsetBackgroundGdkRGBA(long context, long handle, GdkRGBA rgba) (package private) intsetBounds(int x, int y, int width, int height, boolean move, boolean resize) (package private) voidsetButtonHandle(long widget) (package private) voidsetFontDescription(long font) (package private) voidsetForegroundGdkRGBA(long handle, GdkRGBA rgba) (package private) voidvoidSets 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.voidsetListVisible(boolean visible) Marks the receiver's list as visible if the argument istrue, and marks it invisible otherwise.(package private) voidsetMenuHandle(long widget) (package private) voidsetOrientation(boolean create) voidsetOrientation(int orientation) Sets the orientation of the receiver, which must be one of the constantsSWT.LEFT_TO_RIGHTorSWT.RIGHT_TO_LEFT.voidsetSelection(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.(package private) voidsetToolTipText(Shell shell, String newString) voidsetVisibleItemCount(int count) Sets the number of items that are visible in the drop down portion of the receiver's list.(package private) booleantranslateTraversal(long event) (package private) void(package private) StringverifyText(String string, int start, int end) Methods inherited from class Composite
_getChildren, _getTabList, applyThemeBackground, changed, checkBuffered, computeTabList, connectFixedHandleDraw, createHandle, drawBackground, enableWidget, findDeferredControl, findMenus, fixChildren, fixClippings, fixParentGdkResource, fixStyle, fixTabList, fixZOrder, forceFocus, getBackgroundMode, getChildren, getChildrenCount, getClientAreaInPixels, getLayout, getLayoutDeferred, getTabList, gtk_focus, gtk_focus_in_event, gtk_map, gtk_realize, gtk_scroll_child, gtk4_key_press_event, hasBorder, hooksKeys, imHandle, isLayoutDeferred, isTabGroup, layout, layout, layout, layout, layout, markLayout, minimumSize, moveAbove, moveBelow, moveChildren, mustBeVisibleOnInitBounds, printWidget, propagateDraw, redrawChildren, releaseChildren, removeControl, resizeHandle, reskinChildren, setBackgroundMode, setFocus, setLayout, setLayoutDeferred, setScrollBarVisible, setTabGroupFocus, setTabItemFocus, setTabList, showWidget, toString, translateMnemonic, traversalCode, updateBackgroundMode, updateLayoutMethods inherited from class Scrollable
clientHandle, computeTrim, computeTrimInPixels, createScrollBar, createWidget, destroyScrollBar, getBorderWidthInPixels, getClientArea, getHorizontalBar, getScrollbarsMode, getVerticalBar, gtk_scroll_event, hScrollBarWidth, redrawBackgroundImage, redrawWidget, sendLeaveNotify, setScrollbarsMode, topHandle, updateScrollBarValue, vScrollBarWidthMethods inherited from class Control
_getAccessible, _getShell, addControlListener, addDragDetectListener, addFocusListener, addGestureListener, addHelpListener, addKeyListener, addMenuDetectListener, addMouseListener, addMouseMoveListener, addMouseTrackListener, addMouseWheelListener, addPaintListener, addRelation, addTouchListener, addTraverseListener, cairoClipRegion, cairoCopyRegion, cairoDisposeRegion, checkBackground, checkBorder, checkMirrored, cleanupEnableWindow, computeSize, computeSize, computeSizeInPixels, computeTabGroup, computeTabRoot, containedInRegion, defaultFont, destroyWidget, dragDetect, dragDetect, dragDetect, drawBackground, drawGripper, drawWidget, eventHandle, findBackgroundControl, fixFocus, fixGdkEventTypeValues, fixStyle, flushQueueOnDnd, forceFocus, forceResize, gestureBeginProc, gestureEndProc, gestureHandle, getAccessible, getBackground, getBackgroundGdkRGBA, getBackgroundImage, getBaseGdkRGBA, getBgGdkRGBA, getBorderWidth, getBounds, getBoundsInPixels, getClientWidth, getControl, getControlOrigin, getCursor, getDragDetect, getEnabled, getFont, getFontDescription, getForeground, getForegroundGdkRGBA, getIMCaretPos, getLayoutData, getLocation, getLocationInPixels, getMenu, getMonitor, getParent, getPath, getRegion, getShell, getSize, getSizeInPixels, getSurfaceOrigin, getTextDirection, getThickness, getToolTipText, getTouchEnabled, getVisible, getWindowOrigin, gtk_button_press_event, gtk_button_release_event, gtk_css_provider_load_from_css, gtk_enter_notify_event, gtk_gesture_press_event, gtk_gesture_release_event, gtk_label_set_align, gtk_leave_notify_event, gtk_mnemonic_activate, gtk_motion_notify_event, gtk_preedit_changed, gtk_style_context_get_border, gtk_style_context_get_padding, gtk_unrealize, gtk_widget_reparent, gtk_widget_set_align, gtk3_key_release_event, gtk3_popup_menu, gtk3_show_help, gtk4_draw, gtk4_enter_event, gtk4_focus_enter_event, gtk4_focus_leave_event, gtk4_focus_window_event, gtk4_key_release_event, gtk4_leave_event, gtk4_motion_event, gtk4_scroll_event, hooksPaint, hoverProc, internal_dispose_GC, internal_new_GC, isActive, isAutoScalable, isDescribedByLabel, isEnabled, isFocusAncestor, isFocusControl, isReparentable, isShowing, isTabItem, isVisible, magnifyProc, menuShell, mnemonicHit, mnemonicMatch, moveAbove, moveBelow, moveHandle, pack, pack, paintHandle, paintWindow, print, printWindow, redraw, redraw, redraw, release, releaseParent, removeControlListener, removeDragDetectListener, removeFocusListener, removeGestureListener, removeHelpListener, removeKeyListener, removeMenuDetectListener, removeMouseListener, removeMouseMoveListener, removeMouseTrackListener, removeMouseWheelListener, removePaintListener, removeRelation, removeTouchListener, removeTraverseListener, requestLayout, restackWindow, rotateProc, sendDragEvent, sendFocusEvent, sendGestureEvent, sendGestureEvent, sendGestureEvent, sendHelpEvent, sendMouseEvent, sendMouseEvent, setBackground, setBackground, setBackgroundGdkRGBA, setBackgroundGdkRGBA, setBackgroundImage, setBackgroundSurface, setBounds, setBounds, setBoundsInPixels, setBoundsInPixels, setCapture, setCursor, setCursor, setDragDetect, setEnabled, setFont, setForeground, setForegroundGdkRGBA, setLayoutData, setLocation, setLocation, setLocationInPixels, setLocationInPixels, setMenu, setParent, setParentBackground, setParentGdkResource, setRadioSelection, setRedraw, setRegion, setRelations, setSize, setSize, setSizeInPixels, setSizeInPixels, setTextDirection, setToolTipText, setTouchEnabled, setVisible, setWidgetBackground, setZOrder, setZOrder, showMenu, showMenu, sort, swipeProc, toControl, toControl, toDisplay, toDisplay, toDisplayInPixels, translateMnemonic, traverse, traverse, traverse, traverse, traverse, traverseEscape, traverseGroup, traverseItem, traverseMnemonic, traversePage, traverseReturn, update, update, wantDragDropDetection, windowProcMethods inherited from class Widget
_addListener, addDisposeListener, addListener, addTypedListener, cellDataProc, checkBits, checkOpen, checkOrientation, checkParent, checkWidget, convertPangoFontDescriptionToCss, cssHandle, dispose, dpiChanged, enterMotionProc, error, filterProc, filters, fixMnemonic, fixMnemonic, fixMnemonic, focusProc, fontHeight, gdk_event_free, gdk_event_get_state, gdk_event_get_surface_or_window, gdk_pointer_grab, gdk_pointer_ungrab, gdk_surface_get_size, gdk_window_get_size, GdkSeatGrabPrepareFunc, gesturePressReleaseProc, getData, getData, getDisplay, getListeners, getName, getStyle, getTypedListeners, gtk_adjustment_get, gtk_box_new, gtk_box_pack_end, gtk_box_set_child_packing, gtk_cell_renderer_get_preferred_size, gtk_change_value, gtk_clicked, gtk_close_request, gtk_configure_event, gtk_container_get_border_width_or_margin, gtk_container_set_border_width, gtk_create_menu_proxy, gtk_day_selected, gtk_day_selected_double_click, gtk_delete_event, gtk_delete_range, gtk_expand_collapse_cursor_row, gtk_grab_focus, gtk_hide, gtk_icon_release, gtk_input, gtk_map_event, gtk_menu_popped_up, gtk_month_changed, gtk_move_focus, gtk_output, gtk_row_activated, gtk_row_has_child_toggled, gtk_select, gtk_show, gtk_size_allocate, gtk_start_interactive_search, gtk_status_icon_popup_menu, gtk_switch_page, gtk_test_collapse_row, gtk_test_expand_row, gtk_text_buffer_insert_text, gtk_timer, gtk_toggled, gtk_tree_view_column_cell_get_position, gtk_unmap, gtk_unmap_event, gtk_value_changed, gtk_widget_get_preferred_size, gtk_widget_get_surface, gtk_widget_get_window, gtk_widget_hide, gtk_widget_show, gtk_widget_size_allocate, gtk_window_state_event, hooks, isAutoDirection, isDisposed, isListening, isValidSubclass, isValidThread, keyPressReleaseProc, leaveProc, mnemonicHit, mnemonicMatch, notifyCreationTracker, notifyDisposalTracker, notifyListeners, notifyProc, notifyState, postEvent, postEvent, removeDisposeListener, removeListener, removeListener, removeListener, removeTypedListener, rendererGetPreferredWidthProc, rendererRenderProc, rendererSnapshotProc, reskin, reskinWidget, scrollProc, sendEvent, sendEvent, sendEvent, sendEvent, sendIMKeyEvent, sendKeyEvent, sendSelectionEvent, sendSelectionEvent, setButtonState, setData, setData, setFontDescription, setInputState, setKeyState, setLocationState, setToolTipText, shellMapProc, sizeAllocateProc, sizeRequestProc, snapshotToDraw, timerProc, translateTraversal, windowActiveProc, windowProc, windowProc, windowProc, windowProc
-
Field Details
-
buttonHandle
long buttonHandle -
entryHandle
long entryHandle -
textRenderer
long textRenderer -
cellHandle
long cellHandle -
popupHandle
long popupHandle -
buttonBoxHandle
long buttonBoxHandle -
cellBoxHandle
long cellBoxHandle -
arrowHandle
long arrowHandle -
lastEventTime
int lastEventTime -
visibleCount
int visibleCount -
imContext
long imContext -
gdkEventKey
long gdkEventKey -
fixStart
int fixStart -
fixEnd
int fixEnd -
items
String[] items -
indexSelected
int indexSelected -
background
GdkRGBA background -
foreground
GdkRGBA foreground -
cssProvider
long cssProvider -
firstDraw
boolean firstDraw -
unselected
boolean unselected -
fitModelToggled
boolean fitModelToggled -
LIMIT
public static final int LIMITthe operating system limit for the number of characters that the text field in an instance of this class can hold -
delayedEnableWrap
private boolean delayedEnableWrap
-
-
Constructor Details
-
Combo
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 composite control which will be the parent of the new instance (cannot be null)style- the style of control to construct- Throws:
IllegalArgumentException-- ERROR_NULL_ARGUMENT - if the parent is null
SWTException-- ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the parent
- ERROR_INVALID_SUBCLASS - if this class is not an allowed subclass
- See Also:
-
-
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
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)
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:
-
gtk_combo_box_insert
-
gtk_combo_box_toggle_wrap
private void gtk_combo_box_toggle_wrap(boolean wrap) Bug 489640, 438992. Drop-down appearance.
In Gtk3, there is a lot of white space at the top of the combo drop-down. It's meant to put the first item near the cursor (See screen shots in bug 438992), but makes eclipse look buggy.
Solution (438992): gtk_combo_box_get_wrap_width(1) fixes this problem, but introduces a performance regression. When multiple items are added in a loop, then if 'wrap' is enabled then after every insertion, gtk traverses the entire list and greedily re-computes the drop-down list size. This causes O(n^2) performance regression in that the longer the list, the longer the size computation takes. E.g Adding 1000 items takes almost 30 seconds.
Solution ^2 (489640): We enabled wrap in a delayed/lazy way, only when display event loop is ran. This way the insertions occur at O(n) speed and we get the benefit of a neat drop-down list when the user launches the application. Run-time insertions and combo.add(..) are also covered by this logic.
Gtk4 port note: - Note, Combo was re-written in Gtk3 and it will be re-written again in Gtk4. See: https://mail.gnome.org/archives/gtk-list/2016-December/msg00036.html https://raw.githubusercontent.com/gnome-design-team/gnome-mockups/master/theming/widgets/combobox-replacements.png // mockup screen shot. - So probably this workaround should be removed in Gtk4 port. Feel free to validate via Bug489640_SlowCombo and Bug489640_SlowComboSingleItem test snippets.
CSS note: Do not use the CSS 'appears-as-list' style. It's a poorly working hack. If list has more than +-1000 entries, then we get visual cheese and jvm crashes.
-
addModifyListener
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
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:
-
addSegmentListener
Adds a segment listener.A
SegmentEventis sent whenever text content is being modified or a segment listener is added or removed. You can customize the appearance of text by indicating certain characters to be inserted at certain text offsets. This may be used for bidi purposes, e.g. when adjacent segments of right-to-left text should not be reordered relative to each other. E.g., multiple Java string literals in a right-to-left language should generally remain in logical order to each other, that is, the way they are stored.Warning: This API is currently only implemented on Windows.
SegmentEvents won't be sent on GTK and Cocoa.- Parameters:
listener- the listener which should be notified- Throws:
IllegalArgumentException-- ERROR_NULL_ARGUMENT - if the listener is null
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.103
- See Also:
-
addSelectionListener
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 user changes the combo's list selection.widgetDefaultSelectedis typically called when ENTER is pressed the combo's text area.- Parameters:
listener- the listener which should be notified- Throws:
IllegalArgumentException-- ERROR_NULL_ARGUMENT - if the listener is null
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:
-
addVerifyListener
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
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.1
- See Also:
-
checkStyle
static int checkStyle(int style) -
checkSubclass
protected void checkSubclass()Description copied from class:WidgetChecks that this class can be subclassed.The SWT class library is intended to be subclassed only at specific, controlled points (most notably,
CompositeandCanvaswhen implementing new widgets). This method enforces this rule unless it is overridden.IMPORTANT: By providing an implementation of this method that allows a subclass of a class which does not normally allow subclassing to be created, the implementer agrees to be fully responsible for the fact that any such subclass will likely fail between SWT releases and will be strongly platform specific. No support is provided for user-written classes which are implemented in this fashion.
The ability to subclass outside of the allowed SWT classes is intended purely to enable those not on the SWT development team to implement patches in order to get around specific limitations in advance of when those limitations can be addressed by the team. Subclassing should not be attempted without an intimate and detailed understanding of the hierarchy.
- Overrides:
checkSubclassin classComposite
-
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:
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:
-
clearText
void clearText() -
computeSizeInPixels
- Overrides:
computeSizeInPixelsin classComposite
-
computeNativeSize
- Overrides:
computeNativeSizein classControl
-
copy
public void copy()Copies the selected text.The current selection is copied to the clipboard.
- Throws:
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:
- 2.1
-
createHandle
void createHandle(int index) - Overrides:
createHandlein classComposite
-
cut
public void cut()Cuts the selected text.The current selection is first copied to the clipboard and then deleted from the widget.
- Throws:
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:
- 2.1
-
defaultBackground
GdkRGBA defaultBackground()- Overrides:
defaultBackgroundin classControl
-
deregister
void deregister()- Overrides:
deregisterin classComposite
-
filterKey
-
findPopupHandle
long findPopupHandle(long oldList) -
resizeCalculationsGTK3
- Overrides:
resizeCalculationsGTK3in classControl
-
findButtonHandle
long findButtonHandle() -
findArrowHandle
long findArrowHandle() -
findMenuHandle
long findMenuHandle() -
fixModal
-
fixIM
void fixIM() -
fontHandle
long fontHandle()- Overrides:
fontHandlein classControl
-
focusHandle
long focusHandle()- Overrides:
focusHandlein classComposite
-
hasFocus
-
hookEvents
void hookEvents()- Overrides:
hookEventsin classComposite
-
hookEvents
void hookEvents(long[] handles) -
imContext
long imContext() -
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:
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:
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:
-
dragDetect
boolean dragDetect(int x, int y, boolean filter, boolean dragOnTimeout, boolean[] consume) - Overrides:
dragDetectin classControl
-
enterExitHandle
long enterExitHandle()- Overrides:
enterExitHandlein classControl
-
eventWindow
long eventWindow()- Overrides:
eventWindowin classControl
-
eventSurface
long eventSurface()- Overrides:
eventSurfacein classControl
-
getCaretLocation
Returns a point describing the location of the caret relative to the receiver.- Returns:
- a point, the location of the caret
- Throws:
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.8
-
getCaretPosition
public int getCaretPosition()Returns the character position of the caret.Indexing is zero based.
- Returns:
- the position of the caret
- Throws:
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.8
-
getContextBackgroundGdkRGBA
GdkRGBA getContextBackgroundGdkRGBA()- Overrides:
getContextBackgroundGdkRGBAin classControl
-
getContextColorGdkRGBA
GdkRGBA getContextColorGdkRGBA()- Overrides:
getContextColorGdkRGBAin classControl
-
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)
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:
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:
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 a (possibly empty) 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:
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:
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
-
getNameText
String getNameText()- Overrides:
getNameTextin classWidget
-
getOrientation
public int getOrientation()Returns the orientation of the receiver.- Overrides:
getOrientationin classControl- Returns:
- the orientation style
- Throws:
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:
- 2.1.2
-
getSelection
Returns aPointwhose x coordinate is the character position representing the start of the selection in the receiver's text field, and whose y coordinate is the character position representing the end of the selection. An "empty" selection is indicated by the x and y coordinates having the same value.Indexing is zero based. The range of a selection is from 0..N where N is the number of characters in the widget.
- Returns:
- a point representing the selection start and end
- Throws:
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:
SWTException-- ERROR_WIDGET_DISPOSED - if the receiver has been disposed
- ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver
-
getText
Returns a string containing a copy of the contents of the receiver's text field, or an empty string if there are no contents.- Returns:
- the receiver's text
- Throws:
SWTException-- ERROR_WIDGET_DISPOSED - if the receiver has been disposed
- ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver
-
getText
-
getTextHeight
public int getTextHeight()Returns the height of the receivers's text field.- Returns:
- the text height
- Throws:
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:
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:
-
getVisibleItemCount
public int getVisibleItemCount()Gets the number of items that are visible in the drop down portion of the receiver's list.Note: This operation is a hint and is not supported on platforms that do not have this concept.
- Returns:
- the number of items that are visible
- Throws:
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
-
gtk_activate
long gtk_activate(long widget) - Overrides:
gtk_activatein classWidget
-
gtk_button_press_event
long gtk_button_press_event(long widget, long event) - Overrides:
gtk_button_press_eventin classComposite
-
gtk_changed
long gtk_changed(long widget) - Overrides:
gtk_changedin classWidget
-
gtk_commit
long gtk_commit(long imContext, long text) - Overrides:
gtk_commitin classControl
-
gtk_delete_text
long gtk_delete_text(long widget, long start_pos, long end_pos) - Overrides:
gtk_delete_textin classWidget
-
adjustChildClipping
void adjustChildClipping(long widget) Description copied from class:ControlAllows Controls to adjust the clipping of themselves or their children.- Overrides:
adjustChildClippingin classComposite- Parameters:
widget- the handle to the widget
-
gtk_draw
-
gtk3_event_after
long gtk3_event_after(long widget, long gdkEvent) - Overrides:
gtk3_event_afterin classControl
-
gtk_focus_out_event
long gtk_focus_out_event(long widget, long event) - Overrides:
gtk_focus_out_eventin classComposite
-
gtk_insert_text
long gtk_insert_text(long widget, long new_text, long new_text_length, long position) - Overrides:
gtk_insert_textin classWidget
-
gtk3_key_press_event
long gtk3_key_press_event(long widget, long event) - Overrides:
gtk3_key_press_eventin classComposite
-
gtk_populate_popup
long gtk_populate_popup(long widget, long menu) - Overrides:
gtk_populate_popupin classWidget
-
gtk_selection_done
long gtk_selection_done(long menushell) - Overrides:
gtk_selection_donein classWidget
-
gtk_style_updated
long gtk_style_updated(long widget) - Overrides:
gtk_style_updatedin classComposite
-
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
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
SWTException-- ERROR_WIDGET_DISPOSED - if the receiver has been disposed
- ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver
-
isFocusHandle
boolean isFocusHandle(long widget) - Overrides:
isFocusHandlein classControl
-
paintSurface
long paintSurface()- Overrides:
paintSurfacein classControl
-
paste
public void paste()Pastes text from clipboard.The selected text is deleted from the widget and new text inserted from the clipboard.
Note: Pasting data to controls may occurs asynchronously. The widget text may not reflect the updated value immediately after calling this method. The new text will appear once pending events are processed in the event loop. Use
Display.asyncExec(Runnable)before accessinggetText().- Throws:
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:
- 2.1
-
parentingHandle
long parentingHandle()- Overrides:
parentingHandlein classComposite
-
register
-
releaseHandle
void releaseHandle()- Overrides:
releaseHandlein classComposite
-
releaseWidget
void releaseWidget()- Overrides:
releaseWidgetin classComposite
-
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)
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)
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
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:
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
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
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:
-
removeSegmentListener
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
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.103
- See Also:
-
removeSelectionListener
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
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:
-
removeVerifyListener
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
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.1
- See Also:
-
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:
SWTException-- ERROR_WIDGET_DISPOSED - if the receiver has been disposed
- ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver
-
setBackgroundGdkRGBA
- Overrides:
setBackgroundGdkRGBAin classControl
-
setBounds
-
setButtonHandle
void setButtonHandle(long widget) -
setMenuHandle
void setMenuHandle(long widget) -
setFontDescription
void setFontDescription(long font) - Overrides:
setFontDescriptionin classControl
-
setForegroundGdkRGBA
- Overrides:
setForegroundGdkRGBAin classControl
-
setInitialBounds
void setInitialBounds()- Overrides:
setInitialBoundsin classControl
-
setItem
Sets the text of the item in the receiver's list at the given zero-relative index to the string argument.- 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
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
SWTException-- ERROR_WIDGET_DISPOSED - if the receiver has been disposed
- ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver
-
gtk_combo_box_text_remove_all
private void gtk_combo_box_text_remove_all() -
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:
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
-
setOrientation
void setOrientation(boolean create) - Overrides:
setOrientationin classComposite
-
setOrientation
public void setOrientation(int orientation) Sets the orientation of the receiver, which must be one of the constantsSWT.LEFT_TO_RIGHTorSWT.RIGHT_TO_LEFT.- Overrides:
setOrientationin classControl- Parameters:
orientation- new orientation style- Throws:
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:
- 2.1.2
-
setSelection
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
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.This call is ignored when the receiver is read only and the given string is not in the receiver's list.
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
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.To reset this value to the default, use
setTextLimit(Combo.LIMIT). Specifying a limit value larger thanCombo.LIMITsets the receiver's limit toCombo.LIMIT.- Parameters:
limit- new text limit- Throws:
IllegalArgumentException-- ERROR_CANNOT_BE_ZERO - if the limit is zero
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:
-
setToolTipText
- Overrides:
setToolTipTextin classControl
-
setVisibleItemCount
public void setVisibleItemCount(int count) Sets the number of items that are visible in the drop down portion of the receiver's list.Note: This operation is a hint and is not supported on platforms that do not have this concept.
- Parameters:
count- the new number of items to be visible- Throws:
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
-
checkSubwindow
boolean checkSubwindow()- Overrides:
checkSubwindowin classComposite
-
translateTraversal
boolean translateTraversal(long event) - Overrides:
translateTraversalin classComposite
-
updateCss
void updateCss() -
verifyText
-