|
|||||||||
| Home >> All >> org >> eclipse >> swt >> [ custom overview ] | PREV NEXT | ||||||||
A
- AnimatedProgress - class org.eclipse.swt.custom.AnimatedProgress.
- Deprecated. As of Eclipse 2.1, use ProgressBar with the style SWT.INDETERMINATE
- Styles:
- VERTICAL, HORIZONTAL, BORDER
- AnimatedProgress(Composite, int) - Constructor for class org.eclipse.swt.custom.AnimatedProgress
- Deprecated. Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
- active - Variable in class org.eclipse.swt.custom.AnimatedProgress
- Deprecated.
- add(String) - Method in class org.eclipse.swt.custom.CCombo
- Adds an item.
- add(String, int) - Method in class org.eclipse.swt.custom.CCombo
- Adds an item at an index.
- addBidiSegmentListener(BidiSegmentListener) - Method in class org.eclipse.swt.custom.StyledText
- Adds a bidirectional segment listener.
- addCTabFolder2Listener(CTabFolder2Listener) - Method in class org.eclipse.swt.custom.CTabFolder
- Adds the listener to the collection of listeners who will be notified when a tab item is closed, minimized, maximized, restored, or to show the list of items that are not currently visible.
- addCTabFolderListener(CTabFolderListener) - Method in class org.eclipse.swt.custom.CTabFolder
- Deprecated. use addCTabFolder2Listener(CTabFolder2Listener)
- addCheck() - Method in class org.eclipse.swt.custom.TableTreeItem
- addExtendedModifyListener(ExtendedModifyListener) - Method in class org.eclipse.swt.custom.StyledText
- Adds an extended modify listener.
- addItem(TableTreeItem, int) - Method in class org.eclipse.swt.custom.TableTree
- addItem(TableTreeItem, int) - Method in class org.eclipse.swt.custom.TableTreeItem
- addLineBackgroundListener(LineBackgroundListener) - Method in class org.eclipse.swt.custom.StyledText
- Adds a line background listener.
- addLineIndex(int, int) - Method in class org.eclipse.swt.custom.DefaultContent
- Adds a line to the end of the line indexes array.
- addLineIndex(int, int, int[][], int) - Method in class org.eclipse.swt.custom.DefaultContent
- Adds a line index to the end of
linesArray. - addLineStyleListener(LineStyleListener) - Method in class org.eclipse.swt.custom.StyledText
- Adds a line style listener.
- addModifyListener(ModifyListener) - Method in class org.eclipse.swt.custom.CCombo
- Adds the listener to receive events.
- addModifyListener(ModifyListener) - Method in class org.eclipse.swt.custom.StyledText
- Adds a modify listener.
- addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.custom.CCombo
- Adds the listener to receive events.
- addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.custom.CTabFolder
- Adds the listener to receive events.
- addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.custom.StyledText
- Adds a selection listener.
- addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.custom.TableCursor
- Adds the listener to the collection of listeners who will
be notified when the receiver's selection changes, by sending
it one of the messages defined in the
SelectionListenerinterface. - addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.custom.TableTree
- Adds the listener to the collection of listeners who will
be notified when the receiver's selection changes, by sending
it one of the messages defined in the
SelectionListenerinterface. - addTextChangeListener(TextChangeListener) - Method in class org.eclipse.swt.custom.DefaultContent
- Adds a
TextChangeListenerlistening forTextChangingEventandTextChangedEvent. - addTextChangeListener(TextChangeListener) - Method in interface org.eclipse.swt.custom.StyledTextContent
- Called by StyledText to add itself as an Observer to content changes.
- addTextChangeListener(TextChangeListener) - Method in class org.eclipse.swt.custom.WrappedContent
- addTreeListener(TreeListener) - Method in class org.eclipse.swt.custom.TableTree
- Adds the listener to the collection of listeners who will
be notified when an item in the receiver is expanded or collapsed
by sending it one of the messages defined in the
TreeListenerinterface. - addVerifyKeyListener(VerifyKeyListener) - Method in class org.eclipse.swt.custom.StyledText
- Adds a verify key listener.
- addVerifyListener(VerifyListener) - Method in class org.eclipse.swt.custom.StyledText
- Adds a verify listener.
- adjustGap(int, int, int) - Method in class org.eclipse.swt.custom.DefaultContent
- Adjusts the gap to accomodate a text change that is occurring.
- advancing - Variable in class org.eclipse.swt.custom.StyledText
- align - Variable in class org.eclipse.swt.custom.CLabel
- the alignment.
- alwaysShowScroll - Variable in class org.eclipse.swt.custom.ScrolledComposite
- antialias(int[], RGB, RGB, RGB, GC) - Method in class org.eclipse.swt.custom.CTabFolder
- appToolTipText - Variable in class org.eclipse.swt.custom.CLabel
- append(String) - Method in class org.eclipse.swt.custom.StyledText
- Appends a string to the text at the end of the widget.
- arrow - Variable in class org.eclipse.swt.custom.CCombo
- arrowEvent(Event) - Method in class org.eclipse.swt.custom.CCombo
- ascent - Variable in class org.eclipse.swt.custom.StyledTextRenderer
- autoScrollDirection - Variable in class org.eclipse.swt.custom.StyledText
B
- BACKGROUND - Static variable in class org.eclipse.swt.custom.CTabFolder
- BACKGROUND - Static variable in class org.eclipse.swt.custom.TableCursor
- BEZIER_LEFT - Static variable in class org.eclipse.swt.custom.CBanner
- BEZIER_RIGHT - Static variable in class org.eclipse.swt.custom.CBanner
- BIDI_CARET_WIDTH - Static variable in class org.eclipse.swt.custom.StyledText
- BORDER1 - Static variable in class org.eclipse.swt.custom.CBanner
- BORDER1_COLOR - Static variable in class org.eclipse.swt.custom.CTabFolder
- BORDER1_COLOR - Static variable in class org.eclipse.swt.custom.ViewForm
- BORDER_BOTTOM - Static variable in class org.eclipse.swt.custom.CBanner
- BORDER_STRIPE - Static variable in class org.eclipse.swt.custom.CBanner
- BORDER_TOP - Static variable in class org.eclipse.swt.custom.CBanner
- BOTTOM_LEFT_CORNER - Static variable in class org.eclipse.swt.custom.CTabFolder
- BOTTOM_MARGIN - Static variable in class org.eclipse.swt.custom.CTabItem
- BOTTOM_RIGHT_CORNER - Static variable in class org.eclipse.swt.custom.CTabFolder
- BUSYID_NAME - Static variable in class org.eclipse.swt.custom.BusyIndicator
- BUSY_CURSOR - Static variable in class org.eclipse.swt.custom.BusyIndicator
- BUTTON_BORDER - Static variable in class org.eclipse.swt.custom.CTabFolder
- BUTTON_FILL - Static variable in class org.eclipse.swt.custom.CTabFolder
- BUTTON_SIZE - Static variable in class org.eclipse.swt.custom.CTabFolder
- BidiSegmentEvent - class org.eclipse.swt.custom.BidiSegmentEvent.
- This event is sent to BidiSegmentListeners when a line is to be measured or rendered in a bidi locale.
- BidiSegmentEvent(StyledTextEvent) - Constructor for class org.eclipse.swt.custom.BidiSegmentEvent
- BidiSegmentListener - interface org.eclipse.swt.custom.BidiSegmentListener.
- This listener interface may be implemented in order to receive BidiSegmentEvents.
- BusyIndicator - class org.eclipse.swt.custom.BusyIndicator.
- Support for showing a Busy Cursor during a long running process.
- BusyIndicator() - Constructor for class org.eclipse.swt.custom.BusyIndicator
- background - Variable in class org.eclipse.swt.custom.CCombo
- background - Variable in class org.eclipse.swt.custom.SashForm
- background - Variable in class org.eclipse.swt.custom.StyleRange
- background - Variable in class org.eclipse.swt.custom.StyledText
- background - Variable in class org.eclipse.swt.custom.TableTreeItem
- backgroundImage - Variable in class org.eclipse.swt.custom.CLabel
- bezier(int, int, int, int, int, int, int, int, int) - Static method in class org.eclipse.swt.custom.CBanner
- bgImage - Variable in class org.eclipse.swt.custom.CTabFolder
- bidiColoring - Variable in class org.eclipse.swt.custom.StyledText
- bidiSegments - Variable in class org.eclipse.swt.custom.PrintRenderer
- bidiSegments - Variable in class org.eclipse.swt.custom.StyledText.Printing
- boldFont - Variable in class org.eclipse.swt.custom.StyledTextRenderer
- boldItalicFont - Variable in class org.eclipse.swt.custom.StyledTextRenderer
- borderBottom - Variable in class org.eclipse.swt.custom.CTabFolder
- borderBottom - Variable in class org.eclipse.swt.custom.ViewForm
- borderColor - Static variable in class org.eclipse.swt.custom.CTabFolder
- borderInsideRGB - Static variable in class org.eclipse.swt.custom.CTabFolder
- Deprecated. drop shadow border is no longer drawn in 3.0
- borderInsideRGB - Static variable in class org.eclipse.swt.custom.ViewForm
- Deprecated.
- borderLeft - Variable in class org.eclipse.swt.custom.CTabFolder
- borderLeft - Variable in class org.eclipse.swt.custom.ViewForm
- borderMiddleRGB - Static variable in class org.eclipse.swt.custom.CTabFolder
- Deprecated. drop shadow border is no longer drawn in 3.0
- borderMiddleRGB - Static variable in class org.eclipse.swt.custom.ViewForm
- Deprecated.
- borderOutsideRGB - Static variable in class org.eclipse.swt.custom.CTabFolder
- Deprecated. drop shadow border is no longer drawn in 3.0
- borderOutsideRGB - Static variable in class org.eclipse.swt.custom.ViewForm
- Deprecated.
- borderRight - Variable in class org.eclipse.swt.custom.CTabFolder
- borderRight - Variable in class org.eclipse.swt.custom.ViewForm
- borderTop - Variable in class org.eclipse.swt.custom.CTabFolder
- borderTop - Variable in class org.eclipse.swt.custom.ViewForm
- bottom - Variable in class org.eclipse.swt.custom.CBanner
- bottomMargin - Variable in class org.eclipse.swt.custom.StyledText
- buffer - Variable in class org.eclipse.swt.custom.StyledText.TextWriter
C
- CBanner - class org.eclipse.swt.custom.CBanner.
- Instances of this class implement a Composite that lays out its children and allows programmatic control of the layout.
- CBanner(Composite, int) - Constructor for class org.eclipse.swt.custom.CBanner
- Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
- CCombo - class org.eclipse.swt.custom.CCombo.
- The CCombo class represents a selectable user interface object that combines a text field and a list and issues notificiation when an item is selected from the list.
- CCombo(Composite, int) - Constructor for class org.eclipse.swt.custom.CCombo
- Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
- CENTER - Static variable in class org.eclipse.swt.custom.StyledText.Printing
- CLOSE_FILL - Static variable in class org.eclipse.swt.custom.CTabFolder
- CLabel - class org.eclipse.swt.custom.CLabel.
- A Label which supports aligned text and/or an image and different border styles.
- CLabel(Composite, int) - Constructor for class org.eclipse.swt.custom.CLabel
- Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
- COLUMN_NEXT - Static variable in class org.eclipse.swt.custom.ST
- COLUMN_PREVIOUS - Static variable in class org.eclipse.swt.custom.ST
- COPY - Static variable in class org.eclipse.swt.custom.ST
- CTabFolder - class org.eclipse.swt.custom.CTabFolder.
- Instances of this class implement the notebook user interface metaphor.
- CTabFolder(Composite, int) - Constructor for class org.eclipse.swt.custom.CTabFolder
- Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
- CTabFolder2Adapter - class org.eclipse.swt.custom.CTabFolder2Adapter.
- This adapter class provides default implementations for the
methods described by the
CTabFolder2Listenerinterface. - CTabFolder2Adapter() - Constructor for class org.eclipse.swt.custom.CTabFolder2Adapter
- CTabFolder2Listener - interface org.eclipse.swt.custom.CTabFolder2Listener.
- Classes which implement this interface provide methods that deal with the events that are generated by the CTabFolder control.
- CTabFolderAdapter - class org.eclipse.swt.custom.CTabFolderAdapter.
- CTabFolderAdapter() - Constructor for class org.eclipse.swt.custom.CTabFolderAdapter
- CTabFolderEvent - class org.eclipse.swt.custom.CTabFolderEvent.
- CTabFolderEvent(Widget) - Constructor for class org.eclipse.swt.custom.CTabFolderEvent
- Constructs a new instance of this class.
- CTabFolderListener - interface org.eclipse.swt.custom.CTabFolderListener.
- CTabItem - class org.eclipse.swt.custom.CTabItem.
- Instances of this class represent a selectable user interface object that represent a page in a notebook widget.
- CTabItem(CTabFolder, int) - Constructor for class org.eclipse.swt.custom.CTabItem
- Constructs a new instance of this class given its parent
(which must be a
CTabFolder) and a style value describing its behavior and appearance. - CTabItem(CTabFolder, int, int) - Constructor for class org.eclipse.swt.custom.CTabItem
- Constructs a new instance of this class given its parent
(which must be a
CTabFolder), a style value describing its behavior and appearance, and the index at which to place it in the items maintained by its parent. - CURVE_TAIL - Static variable in class org.eclipse.swt.custom.CBanner
- CUT - Static variable in class org.eclipse.swt.custom.ST
- ControlEditor - class org.eclipse.swt.custom.ControlEditor.
- A ControlEditor is a manager for a Control that appears above a composite and tracks with the moving and resizing of that composite.
- ControlEditor(Composite) - Constructor for class org.eclipse.swt.custom.ControlEditor
- Creates a ControlEditor for the specified Composite.
- cacheBidiSegments(int, String) - Method in class org.eclipse.swt.custom.StyledText.Printing
- Caches the bidi segments of the given line.
- cacheLineBackground(int, String) - Method in class org.eclipse.swt.custom.StyledText.Printing
- Caches the line background color of the given line.
- cacheLineData(StyledTextContent) - Method in class org.eclipse.swt.custom.StyledText.Printing
- Caches all line data that needs to be requested from a listener.
- cacheLineStyle(int, String) - Method in class org.eclipse.swt.custom.StyledText.Printing
- Caches all line styles of the given line.
- calculate(int, int) - Method in class org.eclipse.swt.custom.StyledText.ContentWidthCache
- Calculates the width of each line in the given range if it has not been calculated yet.
- calculate(int, int) - Method in interface org.eclipse.swt.custom.StyledText.LineCache
- Calculates the lines in the specified range.
- calculate(int, int) - Method in class org.eclipse.swt.custom.StyledText.WordWrapCache
- Do nothing.
- calculateContentWidth() - Method in class org.eclipse.swt.custom.StyledText
- Calculates the width of the widest visible line.
- calculateLineHeight() - Method in class org.eclipse.swt.custom.StyledTextRenderer
- Calculates the line height and space width.
- calculateScrollBars() - Method in class org.eclipse.swt.custom.StyledText
- Calculates the scroll bars
- calculateTopIndex() - Method in class org.eclipse.swt.custom.StyledText
- Calculates the top index based on the current vertical scroll offset.
- calculateVisible(int, int) - Method in class org.eclipse.swt.custom.StyledText.ContentWidthCache
- Calculates the width of the visible lines in the specified range.
- caretDirection - Variable in class org.eclipse.swt.custom.StyledText
- caretOffset - Variable in class org.eclipse.swt.custom.StyledText
- checkStyle(int) - Static method in class org.eclipse.swt.custom.AnimatedProgress
- Deprecated.
- checkStyle(int) - Static method in class org.eclipse.swt.custom.CBanner
- checkStyle(int) - Static method in class org.eclipse.swt.custom.CCombo
- checkStyle(int) - Static method in class org.eclipse.swt.custom.CLabel
- Check the style bits to ensure that no invalid styles are applied.
- checkStyle(Composite, int) - Static method in class org.eclipse.swt.custom.CTabFolder
- checkStyle(int) - Static method in class org.eclipse.swt.custom.CTabItem
- checkStyle(int) - Static method in class org.eclipse.swt.custom.PopupList
- checkStyle(int) - Static method in class org.eclipse.swt.custom.SashForm
- checkStyle(int) - Static method in class org.eclipse.swt.custom.ScrolledComposite
- checkStyle(int) - Static method in class org.eclipse.swt.custom.StyledText
- Hides the scroll bars if widget is created in single line mode.
- checkStyle(int) - Static method in class org.eclipse.swt.custom.TableTree
- checkStyle(int) - Static method in class org.eclipse.swt.custom.ViewForm
- checked - Variable in class org.eclipse.swt.custom.TableTreeItem
- chevronImageState - Variable in class org.eclipse.swt.custom.CTabFolder
- chevronRect - Variable in class org.eclipse.swt.custom.CTabFolder
- claimBottomFreeSpace() - Method in class org.eclipse.swt.custom.StyledText
- Scrolls down the text to use new space made available by a resize or by deleted lines.
- claimRightFreeSpace() - Method in class org.eclipse.swt.custom.StyledText
- Scrolls text to the right to use new space made available by a resize.
- clear() - Method in class org.eclipse.swt.custom.AnimatedProgress
- Deprecated. Stop the animation if it is not already stopped and reset the presentation to a blank appearance.
- clearMargin(GC, Color, Rectangle, int) - Method in class org.eclipse.swt.custom.StyledText
- Clears the widget margin.
- clearSelection() - Method in class org.eclipse.swt.custom.CCombo
- Clears the current selection.
- clearSelection(boolean) - Method in class org.eclipse.swt.custom.StyledText
- Removes the widget selection.
- clearStyle(StyleRange) - Method in class org.eclipse.swt.custom.DefaultLineStyler
- Removes style information that is defined for the range of text in
clearStyle. - clientArea - Variable in class org.eclipse.swt.custom.PrintRenderer
- clientArea - Variable in class org.eclipse.swt.custom.StyledText.Printing
- clientAreaHeight - Variable in class org.eclipse.swt.custom.StyledText
- clientAreaWidth - Variable in class org.eclipse.swt.custom.StyledText
- clipboard - Variable in class org.eclipse.swt.custom.StyledText
- clone() - Method in class org.eclipse.swt.custom.StyleRange
- Answers a new StyleRange with the same values as this StyleRange.
- close(CTabFolderEvent) - Method in class org.eclipse.swt.custom.CTabFolder2Adapter
- Sent when the user clicks on the close button of an item in the CTabFolder.
- close(CTabFolderEvent) - Method in interface org.eclipse.swt.custom.CTabFolder2Listener
- Sent when the user clicks on the close button of an item in the CTabFolder.
- close() - Method in class org.eclipse.swt.custom.StyledText.RTFWriter
- Closes the RTF writer.
- close() - Method in class org.eclipse.swt.custom.StyledText.TextWriter
- Closes the writer.
- closeImageState - Variable in class org.eclipse.swt.custom.CTabItem
- closeRect - Variable in class org.eclipse.swt.custom.CTabItem
- colorTable - Variable in class org.eclipse.swt.custom.StyledText.RTFWriter
- column - Variable in class org.eclipse.swt.custom.TableCursor
- column - Variable in class org.eclipse.swt.custom.TableEditor
- column - Variable in class org.eclipse.swt.custom.TableTreeEditor
- columnListener - Variable in class org.eclipse.swt.custom.TableEditor
- columnListener - Variable in class org.eclipse.swt.custom.TableTreeEditor
- columnX - Variable in class org.eclipse.swt.custom.StyledText
- comboEvent(Event) - Method in class org.eclipse.swt.custom.CCombo
- computeBounds() - Method in class org.eclipse.swt.custom.ControlEditor
- computeBounds() - Method in class org.eclipse.swt.custom.TableEditor
- computeBounds() - Method in class org.eclipse.swt.custom.TableTreeEditor
- computeBounds() - Method in class org.eclipse.swt.custom.TreeEditor
- computeSize(int, int, boolean) - Method in class org.eclipse.swt.custom.AnimatedProgress
- Deprecated.
- computeSize(int, int, boolean) - Method in class org.eclipse.swt.custom.CBanner
- computeSize(int, int, boolean) - Method in class org.eclipse.swt.custom.CCombo
- computeSize(int, int, boolean) - Method in class org.eclipse.swt.custom.CLabel
- computeSize(int, int, boolean) - Method in class org.eclipse.swt.custom.CTabFolder
- computeSize(int, int, boolean) - Method in class org.eclipse.swt.custom.SashForm
- computeSize(int, int, boolean) - Method in class org.eclipse.swt.custom.ScrolledComposite
- computeSize(Composite, int, int, boolean) - Method in class org.eclipse.swt.custom.StackLayout
- computeSize(int, int, boolean) - Method in class org.eclipse.swt.custom.StyledText
- Computes the preferred size.
- computeSize(int, int, boolean) - Method in class org.eclipse.swt.custom.TableTree
- computeSize(int, int, boolean) - Method in class org.eclipse.swt.custom.ViewForm
- computeTrim(int, int, int, int) - Method in class org.eclipse.swt.custom.CBanner
- computeTrim(int, int, int, int) - Method in class org.eclipse.swt.custom.CTabFolder
- computeTrim(int, int, int, int) - Method in class org.eclipse.swt.custom.TableTree
- computeTrim(int, int, int, int) - Method in class org.eclipse.swt.custom.ViewForm
- content - Variable in class org.eclipse.swt.custom.DefaultLineStyler
- content - Variable in class org.eclipse.swt.custom.PrintRenderer
- content - Variable in class org.eclipse.swt.custom.ScrolledComposite
- content - Variable in class org.eclipse.swt.custom.StyledText.ContentWidthCache
- content - Variable in class org.eclipse.swt.custom.StyledText
- content - Variable in class org.eclipse.swt.custom.ViewForm
- contentListener - Variable in class org.eclipse.swt.custom.ScrolledComposite
- contentWidth(String, int) - Method in class org.eclipse.swt.custom.StyledText.ContentWidthCache
- Measures the width of the given line.
- control - Variable in class org.eclipse.swt.custom.CTabItem
- controls - Variable in class org.eclipse.swt.custom.SashForm
- copy() - Method in class org.eclipse.swt.custom.StyledText
- Copies the selected text to the clipboard.
- copyContent(StyledTextContent) - Method in class org.eclipse.swt.custom.StyledText.Printing
- Copies the text of the specified
StyledTextContent . - createCaretBitmaps() - Method in class org.eclipse.swt.custom.StyledText
- Create the bitmaps to use for the caret in bidi mode.
- createImages() - Method in class org.eclipse.swt.custom.TableTree
- createItem(CTabItem, int) - Method in class org.eclipse.swt.custom.CTabFolder
- createKeyBindings() - Method in class org.eclipse.swt.custom.StyledText
- Creates default key bindings.
- createPopup(String[], int) - Method in class org.eclipse.swt.custom.CCombo
- createPrinterColors() - Method in class org.eclipse.swt.custom.StyledText.Printing
- Replaces all display colors in the cached line backgrounds and line styles with printer colors.
- createTextLayout(int) - Method in class org.eclipse.swt.custom.DisplayRenderer
- createTextLayout(int) - Method in class org.eclipse.swt.custom.StyledTextRenderer
- curve - Variable in class org.eclipse.swt.custom.CBanner
- curve - Variable in class org.eclipse.swt.custom.CTabFolder
- curveIndent - Variable in class org.eclipse.swt.custom.CTabFolder
- curveRect - Variable in class org.eclipse.swt.custom.CBanner
- curveStart - Variable in class org.eclipse.swt.custom.CBanner
- curveWidth - Variable in class org.eclipse.swt.custom.CTabFolder
- curve_indent - Variable in class org.eclipse.swt.custom.CBanner
- curve_width - Variable in class org.eclipse.swt.custom.CBanner
- cut() - Method in class org.eclipse.swt.custom.StyledText
- Moves the selected text to the clipboard.
D
- DEFAULT_BACKGROUND - Variable in class org.eclipse.swt.custom.StyledText.RTFWriter
- DEFAULT_FOREGROUND - Variable in class org.eclipse.swt.custom.StyledText.RTFWriter
- DEFAULT_HEIGHT - Static variable in class org.eclipse.swt.custom.AnimatedProgress
- Deprecated.
- DEFAULT_HEIGHT - Static variable in class org.eclipse.swt.custom.CTabFolder
- DEFAULT_HEIGHT - Static variable in class org.eclipse.swt.custom.StyledText
- DEFAULT_WIDTH - Static variable in class org.eclipse.swt.custom.AnimatedProgress
- Deprecated.
- DEFAULT_WIDTH - Static variable in class org.eclipse.swt.custom.CTabFolder
- DEFAULT_WIDTH - Static variable in class org.eclipse.swt.custom.StyledText
- DELETE_NEXT - Static variable in class org.eclipse.swt.custom.ST
- DELETE_PREVIOUS - Static variable in class org.eclipse.swt.custom.ST
- DELETE_WORD_NEXT - Static variable in class org.eclipse.swt.custom.ST
- DELETE_WORD_PREVIOUS - Static variable in class org.eclipse.swt.custom.ST
- DOUBLE_BUFFERED - Static variable in class org.eclipse.swt.custom.StyledText
- DRAG_MINIMUM - Static variable in class org.eclipse.swt.custom.SashForm
- DefaultContent - class org.eclipse.swt.custom.DefaultContent.
- DefaultContent() - Constructor for class org.eclipse.swt.custom.DefaultContent
- Creates a new DefaultContent and initializes it.
- DefaultLineStyler - class org.eclipse.swt.custom.DefaultLineStyler.
- DefaultLineStyler(StyledTextContent) - Constructor for class org.eclipse.swt.custom.DefaultLineStyler
- Creates a new default line styler.
- DisplayRenderer - class org.eclipse.swt.custom.DisplayRenderer.
- A DisplayRenderer renders the content of a StyledText widget on a display device.
- DisplayRenderer(Device, Font, StyledText, int) - Constructor for class org.eclipse.swt.custom.DisplayRenderer
- Creates an instance of
DisplayRenderer . - defaultCaret - Variable in class org.eclipse.swt.custom.StyledText
- defaultLineStyler - Variable in class org.eclipse.swt.custom.StyledText
- delete(int, int, int) - Method in class org.eclipse.swt.custom.DefaultContent
- Deletes text.
- deleteStyle(int) - Method in class org.eclipse.swt.custom.DefaultLineStyler
- Deletes the style at
index. - deleteStyles(int, int) - Method in class org.eclipse.swt.custom.DefaultLineStyler
- Delete count styles starting at
index. - descent - Variable in class org.eclipse.swt.custom.StyledTextRenderer
- deselect(int) - Method in class org.eclipse.swt.custom.CCombo
- Deselects an item.
- deselectAll() - Method in class org.eclipse.swt.custom.CCombo
- Deselects all items.
- deselectAll() - Method in class org.eclipse.swt.custom.TableTree
- Deselects all items.
- destroyItem(CTabItem) - Method in class org.eclipse.swt.custom.CTabFolder
- device - Variable in class org.eclipse.swt.custom.StyledTextRenderer
- disabledImage - Variable in class org.eclipse.swt.custom.CTabItem
- displayFontData - Variable in class org.eclipse.swt.custom.StyledText.Printing
- dispose() - Method in class org.eclipse.swt.custom.CTabItem
- dispose() - Method in class org.eclipse.swt.custom.ControlEditor
- Removes all associations between the Editor and the underlying composite.
- dispose() - Method in class org.eclipse.swt.custom.DisplayRenderer
- dispose() - Method in class org.eclipse.swt.custom.PrintRenderer
- Disposes the resource created by the receiver.
- dispose() - Method in class org.eclipse.swt.custom.StyledText.Printing
- Disposes of the resources and the
PrintRenderer . - dispose() - Method in class org.eclipse.swt.custom.StyledTextRenderer
- Disposes the resource created by the receiver.
- dispose(Event) - Method in class org.eclipse.swt.custom.TableCursor
- dispose() - Method in class org.eclipse.swt.custom.TableEditor
- Removes all associations between the TableEditor and the cell in the table.
- dispose() - Method in class org.eclipse.swt.custom.TableTreeEditor
- Removes all associations between the TableTreeEditor and the cell in the table tree.
- dispose() - Method in class org.eclipse.swt.custom.TableTreeItem
- dispose() - Method in class org.eclipse.swt.custom.TreeEditor
- Removes all associations between the TreeEditor and the row in the tree.
- disposeColumnListener - Variable in class org.eclipse.swt.custom.TableCursor
- disposeGC(GC) - Method in class org.eclipse.swt.custom.DisplayRenderer
- Dispose the specified GC.
- disposeGC(GC) - Method in class org.eclipse.swt.custom.PrintRenderer
- Do nothing.
- disposeGC(GC) - Method in class org.eclipse.swt.custom.StyledTextRenderer
- Dispose the specified GC.
- disposeItemListener - Variable in class org.eclipse.swt.custom.TableCursor
- disposeTextLayout(TextLayout) - Method in class org.eclipse.swt.custom.DisplayRenderer
- disposeTextLayout(TextLayout) - Method in class org.eclipse.swt.custom.StyledTextRenderer
- doAutoScroll(Event) - Method in class org.eclipse.swt.custom.StyledText
- A mouse move event has occurred.
- doAutoScroll(int) - Method in class org.eclipse.swt.custom.StyledText
- Initiates autoscrolling.
- doBackspace() - Method in class org.eclipse.swt.custom.StyledText
- Deletes the previous character.
- doContent(char) - Method in class org.eclipse.swt.custom.StyledText
- Replaces the selection with the character or insert the character at the current caret position if no selection exists.
- doContentEnd() - Method in class org.eclipse.swt.custom.StyledText
- Moves the caret after the last character of the widget content.
- doContentStart() - Method in class org.eclipse.swt.custom.StyledText
- Moves the caret in front of the first character of the widget content.
- doCursorNext() - Method in class org.eclipse.swt.custom.StyledText
- Moves the caret to the end of the selection if a selection exists.
- doCursorPrevious() - Method in class org.eclipse.swt.custom.StyledText
- Moves the caret to the start of the selection if a selection exists.
- doDelete() - Method in class org.eclipse.swt.custom.StyledText
- Deletes the next character.
- doDeleteWordNext() - Method in class org.eclipse.swt.custom.StyledText
- Deletes the next word.
- doDeleteWordPrevious() - Method in class org.eclipse.swt.custom.StyledText
- Deletes the previous word.
- doLineDown() - Method in class org.eclipse.swt.custom.StyledText
- Moves the caret one line down and to the same character offset relative to the beginning of the line.
- doLineEnd() - Method in class org.eclipse.swt.custom.StyledText
- Moves the caret to the end of the line.
- doLineStart() - Method in class org.eclipse.swt.custom.StyledText
- Moves the caret to the beginning of the line.
- doLineUp() - Method in class org.eclipse.swt.custom.StyledText
- Moves the caret one line up and to the same character offset relative to the beginning of the line.
- doMouseLocationChange(int, int, boolean) - Method in class org.eclipse.swt.custom.StyledText
- Moves the caret to the specified location.
- doMouseSelection() - Method in class org.eclipse.swt.custom.StyledText
- Updates the selection based on the caret position
- doMouseWordSelect(int, int, int) - Method in class org.eclipse.swt.custom.StyledText
- Returns the offset of the word at the specified offset.
- doPageDown(boolean) - Method in class org.eclipse.swt.custom.StyledText
- Scrolls one page down so that the last line (truncated or whole) of the current page becomes the fully visible top line.
- doPageEnd() - Method in class org.eclipse.swt.custom.StyledText
- Moves the cursor to the end of the last fully visible line.
- doPageStart() - Method in class org.eclipse.swt.custom.StyledText
- Moves the cursor to the beginning of the first fully visible line.
- doPageUp() - Method in class org.eclipse.swt.custom.StyledText
- Scrolls one page up so that the first line (truncated or whole) of the current page becomes the fully visible last line.
- doSelection(int) - Method in class org.eclipse.swt.custom.StyledText
- Updates the selection to extend to the current caret position.
- doSelectionCursorNext() - Method in class org.eclipse.swt.custom.StyledText
- Moves the caret to the next character or to the beginning of the next line if the cursor is at the end of a line.
- doSelectionCursorPrevious() - Method in class org.eclipse.swt.custom.StyledText
- Moves the caret to the previous character or to the end of the previous line if the cursor is at the beginning of a line.
- doSelectionLineDown() - Method in class org.eclipse.swt.custom.StyledText
- Moves the caret one line down and to the same character offset relative to the beginning of the line.
- doSelectionLineUp() - Method in class org.eclipse.swt.custom.StyledText
- Moves the caret one line up and to the same character offset relative to the beginning of the line.
- doSelectionPageDown() - Method in class org.eclipse.swt.custom.StyledText
- Scrolls one page down so that the last line (truncated or whole) of the current page becomes the fully visible top line.
- doSelectionPageUp() - Method in class org.eclipse.swt.custom.StyledText
- Scrolls one page up so that the first line (truncated or whole) of the current page becomes the fully visible last line.
- doSelectionWordNext() - Method in class org.eclipse.swt.custom.StyledText
- Moves the caret to the end of the next word .
- doSelectionWordPrevious() - Method in class org.eclipse.swt.custom.StyledText
- Moves the caret to the start of the previous word.
- doVisualNext() - Method in class org.eclipse.swt.custom.StyledText
- Moves the caret one character to the right.
- doVisualPrevious() - Method in class org.eclipse.swt.custom.StyledText
- Moves the caret one character to the left.
- doWordNext() - Method in class org.eclipse.swt.custom.StyledText
- Moves the caret to the end of the next word.
- doWordPrevious() - Method in class org.eclipse.swt.custom.StyledText
- Moves the caret to the start of the previous word.
- doit - Variable in class org.eclipse.swt.custom.CTabFolderEvent
- A flag indicating whether the operation should be allowed.
- doubleClickEnabled - Variable in class org.eclipse.swt.custom.StyledText
- doubleClickSelection - Variable in class org.eclipse.swt.custom.StyledText
- dragging - Variable in class org.eclipse.swt.custom.CBanner
- draw(int, int, int, int, boolean) - Method in class org.eclipse.swt.custom.StyledText
- Draws the specified rectangle.
- drawBackground(GC, int[], boolean) - Method in class org.eclipse.swt.custom.CTabFolder
- drawBackground(GC, int[], int, int, int, int, Color, Image, Color[], int[], boolean) - Method in class org.eclipse.swt.custom.CTabFolder
- drawBevelRect(GC, int, int, int, int, Color, Color) - Method in class org.eclipse.swt.custom.AnimatedProgress
- Deprecated.
- drawBevelRect(GC, int, int, int, int, Color, Color) - Method in class org.eclipse.swt.custom.CLabel
- Draw a rectangle in the given colors.
- drawBody(Event) - Method in class org.eclipse.swt.custom.CTabFolder
- drawChevron(GC) - Method in class org.eclipse.swt.custom.CTabFolder
- drawClose(GC) - Method in class org.eclipse.swt.custom.CTabItem
- drawLine(String, int, int, GC, Color, Color, boolean) - Method in class org.eclipse.swt.custom.StyledTextRenderer
- Draws a line of text at the specified location.
- drawLineBreakSelection(String, int, int, int, GC) - Method in class org.eclipse.swt.custom.DisplayRenderer
- Draws the line delimiter selection if the selection extends beyond the given line.
- drawLineBreakSelection(String, int, int, int, GC) - Method in class org.eclipse.swt.custom.PrintRenderer
- Do not print the selection.
- drawLineBreakSelection(String, int, int, int, GC) - Method in class org.eclipse.swt.custom.StyledTextRenderer
- Draws the background of the line selection.
- drawMaximize(GC) - Method in class org.eclipse.swt.custom.CTabFolder
- drawMinimize(GC) - Method in class org.eclipse.swt.custom.CTabFolder
- drawSelected(GC) - Method in class org.eclipse.swt.custom.CTabItem
- drawTabArea(Event) - Method in class org.eclipse.swt.custom.CTabFolder
- drawUnselected(GC) - Method in class org.eclipse.swt.custom.CTabItem
- dropDown(boolean) - Method in class org.eclipse.swt.custom.CCombo
E
- ELLIPSIS - Static variable in class org.eclipse.swt.custom.CLabel
- a string inserted in the middle of text that has been shortened
- ELLIPSIS - Static variable in class org.eclipse.swt.custom.CTabItem
- EMPTY_IMAGES - Static variable in class org.eclipse.swt.custom.TableTree
- EMPTY_ITEMS - Static variable in class org.eclipse.swt.custom.TableTree
- EMPTY_TEXTS - Static variable in class org.eclipse.swt.custom.TableTree
- ExtendedModify - Static variable in class org.eclipse.swt.custom.StyledText
- ExtendedModifyEvent - class org.eclipse.swt.custom.ExtendedModifyEvent.
- This event is sent after a text change occurs.
- ExtendedModifyEvent(StyledTextEvent) - Constructor for class org.eclipse.swt.custom.ExtendedModifyEvent
- ExtendedModifyListener - interface org.eclipse.swt.custom.ExtendedModifyListener.
- editable - Variable in class org.eclipse.swt.custom.StyledText
- editor - Variable in class org.eclipse.swt.custom.ControlEditor
- endAutoScroll() - Method in class org.eclipse.swt.custom.StyledText
- Ends the autoscroll process.
- endLine - Variable in class org.eclipse.swt.custom.StyledText.Printing
- endOffset - Variable in class org.eclipse.swt.custom.StyledText.TextWriter
- endPage - Variable in class org.eclipse.swt.custom.StyledText.Printing
- endPage(int) - Method in class org.eclipse.swt.custom.StyledText.Printing
- Finish printing the indicated page.
- ensureSize(int) - Method in class org.eclipse.swt.custom.WrappedContent
- Grow the lines array to at least the specified size.
- equals(Object) - Method in class org.eclipse.swt.custom.StyleRange
- Compare the specified object to this StyleRange and answer if the two are equal.
- error(int) - Method in class org.eclipse.swt.custom.DefaultContent
- Reports an SWT error.
- expandAll(boolean) - Method in class org.eclipse.swt.custom.TableTreeItem
- expandExp - Variable in class org.eclipse.swt.custom.DefaultContent
- expandHorizontal - Variable in class org.eclipse.swt.custom.ScrolledComposite
- expandItem(TableTreeItem) - Method in class org.eclipse.swt.custom.TableTree
- expandLines(int) - Method in class org.eclipse.swt.custom.StyledText.ContentWidthCache
- Grows the
lineWidtharray to accomodate new line width information. - expandLinesBy(int) - Method in class org.eclipse.swt.custom.DefaultContent
- Increases the line indexes array to accomodate more lines.
- expandLinesBy(int) - Method in class org.eclipse.swt.custom.DefaultLineStyler
- Increases the
linebackgroundsarray to accomodate new line background information. - expandVertical - Variable in class org.eclipse.swt.custom.ScrolledComposite
- expanded - Variable in class org.eclipse.swt.custom.TableTreeItem
- expandedIndexOf(TableTreeItem) - Method in class org.eclipse.swt.custom.TableTreeItem
F
- FLAGS - Static variable in class org.eclipse.swt.custom.CTabItem
- FOREGROUND - Static variable in class org.eclipse.swt.custom.CTabFolder
- FOREGROUND - Static variable in class org.eclipse.swt.custom.TableCursor
- fillRegion(GC, Region) - Static method in class org.eclipse.swt.custom.CTabFolder
- filter - Variable in class org.eclipse.swt.custom.CCombo
- firstIndex - Variable in class org.eclipse.swt.custom.CTabFolder
- fixedTabHeight - Variable in class org.eclipse.swt.custom.CTabFolder
- folderListeners - Variable in class org.eclipse.swt.custom.CTabFolder
- font - Variable in class org.eclipse.swt.custom.CCombo
- font - Variable in class org.eclipse.swt.custom.CTabItem
- font - Variable in class org.eclipse.swt.custom.TableTreeItem
- fontStyle - Variable in class org.eclipse.swt.custom.StyleRange
- footer - Variable in class org.eclipse.swt.custom.StyledTextPrintOptions
- Formatted text to print in the footer of each page.
- foreground - Variable in class org.eclipse.swt.custom.CCombo
- foreground - Variable in class org.eclipse.swt.custom.SashForm
- foreground - Variable in class org.eclipse.swt.custom.StyleRange
- foreground - Variable in class org.eclipse.swt.custom.StyledText
- foreground - Variable in class org.eclipse.swt.custom.TableTreeItem
G
- GAP - Static variable in class org.eclipse.swt.custom.CLabel
- Gap between icon and text
- gapEnd - Variable in class org.eclipse.swt.custom.DefaultContent
- gapExists() - Method in class org.eclipse.swt.custom.DefaultContent
- Returns whether or not a gap exists in the text store.
- gapLine - Variable in class org.eclipse.swt.custom.DefaultContent
- gapStart - Variable in class org.eclipse.swt.custom.DefaultContent
- gc - Variable in class org.eclipse.swt.custom.PrintRenderer
- gc - Variable in class org.eclipse.swt.custom.StyledText.Printing
- getAlignment() - Method in class org.eclipse.swt.custom.CLabel
- Returns the alignment.
- getAlwaysShowScrollBars() - Method in class org.eclipse.swt.custom.ScrolledComposite
- Returns the Always Show Scrollbars flag.
- getAssociatedLabel() - Method in class org.eclipse.swt.custom.CCombo
- getBackground() - Method in class org.eclipse.swt.custom.StyledText
- getBackground() - Method in class org.eclipse.swt.custom.TableTree
- getBackground() - Method in class org.eclipse.swt.custom.TableTreeItem
- Returns the receiver's background color.
- getBaseline() - Method in class org.eclipse.swt.custom.StyledText
- Returns the baseline, in pixels.
- getBaseline() - Method in class org.eclipse.swt.custom.StyledTextRenderer
- getBidiColoring() - Method in class org.eclipse.swt.custom.StyledText
- Deprecated. use BidiSegmentListener instead.
- getBidiSegments(int, String) - Method in class org.eclipse.swt.custom.DisplayRenderer
- Returns the text segments that should be treated as if they had a different direction than the surrounding text.
- getBidiSegments(int, String) - Method in class org.eclipse.swt.custom.PrintRenderer
- Returns from cache the text segments that should be treated as if they had a different direction than the surrounding text.
- getBidiSegments(int, String) - Method in class org.eclipse.swt.custom.StyledText
- Returns the text segments that should be