Eclipse Platform
2.1

Uses of Package
org.eclipse.swt.custom

Packages that use org.eclipse.swt.custom
org.eclipse.compare Provides support for performing structural and textual compare operations on arbitrary data and displaying the results. 
org.eclipse.jface.text Provides a framework for creating, manipulating, displaying and editing text documents. 
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.texteditor Provides a framework for text editors obeying to the desktop rules. 
 

Classes in org.eclipse.swt.custom used by org.eclipse.compare
SashForm
          The SashForm lays out its children in a Row or Column arrangement (as specified by the orientation) and places a Sash between the children.
ViewForm
          Instances of this class implement a Composite that lays out three children horizontally and allows programmatic control of layout and border parameters.
 

Classes in org.eclipse.swt.custom used by org.eclipse.jface.text
LineBackgroundEvent
          This event is sent when a line is about to be drawn.
LineBackgroundListener
           
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.
StyleRange
           
VerifyKeyListener
           
 

Classes in org.eclipse.swt.custom used by org.eclipse.jface.viewers
TableTree
          A TableTree is a selectable user interface object that displays a hierarchy of items, and issues notification when an item is selected.
 

Classes in org.eclipse.swt.custom used by org.eclipse.swt.custom
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.
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.
CTabFolderEvent
           
CTabFolderListener
           
CTabItem
           
ExtendedModifyEvent
          This event is sent after a text change occurs.
ExtendedModifyListener
           
LineBackgroundEvent
          This event is sent when a line is about to be drawn.
LineBackgroundListener
           
LineStyleEvent
          This event is sent when a line is about to be drawn.
LineStyleListener
           
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
           
TableTree
          A TableTree is a selectable user interface object that displays a hierarchy of items, and issues notification when an item is selected.
TableTreeItem
          A TableTreeItem is a selectable user interface object that represents an item in a heirarchy of items in a TableTree.
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 in org.eclipse.swt.custom used by org.eclipse.ui.texteditor
StyledText
          A StyledText is an editable user interface object that displays lines of text.
 


Eclipse Platform
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.