Uses of Package
org.eclipse.swt.custom
-
Packages that use org.eclipse.swt.custom Package Description org.eclipse.compare Provides support for performing structural and textual compare operations on arbitrary data and displaying the results.org.eclipse.jface.contentassist Provides a content assist add-on for implementors ofIContentAssistSubjectControl
.org.eclipse.jface.dialogs Provides support for dialogs.org.eclipse.jface.text Provides a framework for creating and manipulating text documents.org.eclipse.jface.text.contentassist Provides a content assist add-on for anITextViewer
.org.eclipse.jface.text.source Provides a framework for connecting document regions with annotations and for displaying those.org.eclipse.jface.util Provides useful building blocks used throughout JFace, including property change events, a listener list implementation, and runtime checked assertions.org.eclipse.jface.viewers Provides a framework for viewers, which are model-based content adapters for SWT widgets.org.eclipse.swt.custom SWT Custom widgets.org.eclipse.ui.actions Classes for actions and operations used in a workbench window, page, or part in the Eclipse Platform User Interface.org.eclipse.ui.console Application programming interfaces for interaction with the Eclipse console.org.eclipse.ui.forms Forms-based controls for use in views, editors, and wizards.org.eclipse.ui.forms.widgets Custom widgets and controls for forms-based parts.org.eclipse.ui.part Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface.org.eclipse.ui.texteditor Provides a framework for text editors obeying to the desktop rules.org.eclipse.ui.views.properties.tabbed Provides the Tabbed Properties framework. -
Classes in org.eclipse.swt.custom used by org.eclipse.compare Class Description SashForm The SashForm is a composite control that lays out its children in a row or column arrangement (as specified by the orientation) and places a Sash between each child.ViewForm Instances of this class implement a Composite that positions and sizes children and allows programmatic control of layout and border parameters. -
Classes in org.eclipse.swt.custom used by org.eclipse.jface.contentassist Class Description VerifyKeyListener Classes which implement this interface provide a method that deals with the event that is generated when a key is pressed. -
Classes in org.eclipse.swt.custom used by org.eclipse.jface.dialogs Class Description CLabel A Label which supports aligned text and/or an image and different border styles. -
Classes in org.eclipse.swt.custom used by org.eclipse.jface.text Class Description LineBackgroundEvent This event is sent when a line is about to be drawn.LineBackgroundListener Classes which implement this interface provide a method that can provide the background color for a line that is to be drawn.StyledText A StyledText is an editable user interface object that displays lines of text.StyledTextContent Clients may implement the StyledTextContent interface to provide a custom store for the StyledText widget content.StyledTextPrintOptions Use StyledTextPrintOptions to specify printing options for the StyledText.print(Printer, StyledTextPrintOptions) API.StyleRange StyleRange
defines a set of styles for a specified range of text.VerifyKeyListener Classes which implement this interface provide a method that deals with the event that is generated when a key is pressed. -
Classes in org.eclipse.swt.custom used by org.eclipse.jface.text.contentassist Class Description VerifyKeyListener Classes which implement this interface provide a method that deals with the event that is generated when a key is pressed. -
Classes in org.eclipse.swt.custom used by org.eclipse.jface.text.source Class Description StyledText A StyledText is an editable user interface object that displays lines of text.StyleRange StyleRange
defines a set of styles for a specified range of text. -
Classes in org.eclipse.swt.custom used by org.eclipse.jface.util Class Description StyledText A StyledText is an editable user interface object that displays lines of text. -
Classes in org.eclipse.swt.custom used by org.eclipse.jface.viewers Class Description CCombo The CCombo class represents a selectable user interface object that combines a text field and a list and issues notification when an item is selected from the list.StyleRange StyleRange
defines a set of styles for a specified range of text. -
Classes in org.eclipse.swt.custom used by org.eclipse.swt.custom Class Description BidiSegmentEvent This event is sent to BidiSegmentListeners when a line is to be measured or rendered in a bidi locale.BidiSegmentListener This listener interface may be implemented in order to receive BidiSegmentEvents.Bullet Instances of this class represent bullets in theStyledText
.CaretEvent This event is sent when the caret offset changes.CaretListener This listener interface may be implemented in order to receive CaretEvents.ControlEditor A ControlEditor is a manager for a Control that appears above a composite and tracks with the moving and resizing of that composite.CTabFolder Instances of this class implement the notebook user interface metaphor.CTabFolder2Listener Classes which implement this interface provide methods that deal with the events that are generated by the CTabFolder control.CTabFolderEvent This event is sent when an event is generated in the CTabFolder.CTabFolderListener Classes which implement this interface provide a method that deals with events generated in the CTabFolder.CTabFolderRenderer Instances of this class provide all of the measuring and drawing functionality required byCTabFolder
.CTabItem Instances of this class represent a selectable user interface object that represent a page in a notebook widget.ExtendedModifyEvent This event is sent after a text change occurs.ExtendedModifyListener Classes which implement this interface provide a method that deals with the event that is generated when text is modified.LineBackgroundEvent This event is sent when a line is about to be drawn.LineBackgroundListener Classes which implement this interface provide a method that can provide the background color for a line that is to be drawn.LineStyleEvent This event is sent when a line is about to be drawn.LineStyleListener Classes which implement this interface provide a method that can provide the style information for a line that is to be drawn.MovementEvent This event is sent when a new offset is required based on the current offset and a movement type.MovementListener This listener is invoked when a new offset is required based on the current offset and a movement type.PaintObjectEvent This event is sent when an object needs to be drawn.PaintObjectListener This listener is invoked when an object needs to be drawn.StyledText A StyledText is an editable user interface object that displays lines of text.StyledTextContent Clients may implement the StyledTextContent interface to provide a custom store for the StyledText widget content.StyledTextLineSpacingProvider Line spacing provider used to customize different line spacing for some lines ofStyledText
StyledTextPrintOptions Use StyledTextPrintOptions to specify printing options for the StyledText.print(Printer, StyledTextPrintOptions) API.StyleRange StyleRange
defines a set of styles for a specified range of text.TextChangedEvent This event is sent by the StyledTextContent implementor when a change to the text occurs.TextChangeListener The StyledText widget implements this listener to receive notifications when changes to the model occur.TextChangingEvent This event is sent by the StyledTextContent implementor when a change to the text is about to occur.VerifyKeyListener Classes which implement this interface provide a method that deals with the event that is generated when a key is pressed. -
Classes in org.eclipse.swt.custom used by org.eclipse.ui.actions Class Description StyledText A StyledText is an editable user interface object that displays lines of text. -
Classes in org.eclipse.swt.custom used by org.eclipse.ui.console Class Description LineBackgroundEvent This event is sent when a line is about to be drawn.LineBackgroundListener Classes which implement this interface provide a method that can provide the background color for a line that is to be drawn.LineStyleEvent This event is sent when a line is about to be drawn.LineStyleListener Classes which implement this interface provide a method that can provide the style information for a line that is to be drawn.StyleRange StyleRange
defines a set of styles for a specified range of text. -
Classes in org.eclipse.swt.custom used by org.eclipse.ui.forms Class Description SashForm The SashForm is a composite control that lays out its children in a row or column arrangement (as specified by the orientation) and places a Sash between each child. -
Classes in org.eclipse.swt.custom used by org.eclipse.ui.forms.widgets Class Description ScrolledComposite A ScrolledComposite provides scrollbars and will scroll its content when the user uses the scrollbars. -
Classes in org.eclipse.swt.custom used by org.eclipse.ui.part Class Description CTabFolder Instances of this class implement the notebook user interface metaphor.CTabItem Instances of this class represent a selectable user interface object that represent a page in a notebook widget. -
Classes in org.eclipse.swt.custom used by org.eclipse.ui.texteditor Class Description StyledText A StyledText is an editable user interface object that displays lines of text. -
Classes in org.eclipse.swt.custom used by org.eclipse.ui.views.properties.tabbed Class Description CCombo The CCombo class represents a selectable user interface object that combines a text field and a list and issues notification when an item is selected from the list.CLabel A Label which supports aligned text and/or an image and different border styles.CTabFolder Instances of this class implement the notebook user interface metaphor.CTabItem Instances of this class represent a selectable user interface object that represent a page in a notebook widget.ScrolledComposite A ScrolledComposite provides scrollbars and will scroll its content when the user uses the scrollbars.