org.eclipse.swt.custom

Home
Java Source Code / Java Documentation 2
1.2D
2.3D
3.Ajax
4.Algebra
5.App Engine
6.Aspect
7.Assemble
8.Cache
9.Cassandra
10.Chat
11.Cloud
12.CMS
13.CouchDB
14.Crypt
15.Database
16.Distributed
17.Eclipse
18.Facebook
19.File
20.Forum
21.GAE
22.Game
23.Google tech
24.Graph
25.Graphic
26.GWT
27.Hibernate
28.HTML
29.HTTP
30.Image
31.IntelliJ
32.IRC
33.J2EE
34.J2ME
35.JDBC
36.JPA
37.JSON
38.JSR
39.JUnit
40.JVM
41.Language
42.Linux
43.Math
44.Maven
45.Media
46.Messenger
47.MiddleWare
48.Mobile
49.Mock
50.MongoDB
51.Mp3
52.Music
53.MVC
54.Network
55.OpenID
56.OSGi
57.Parse
58.Persist
59.Petri
60.Phone
61.Physics
62.REST
63.Robot
64.RPC
65.RSS
66.Ruby
67.Script
68.Search
69.Spring
70.SQL
71.SSH
72.Sudoku
73.Swing
74.Tapestry
75.Test
76.Text
77.Torrent
78.Twitter
79.UML
80.UnTagged
81.Utilities
82.Web
83.Wiki
84.XML
Java Source Code / Java Documentation 2 » Script » java2script » org.eclipse.swt.custom 
org.eclipse.swt.custom
Java Source File NameTypeComment
AnimatedProgress.javaClass A control for showing progress feedback for a long running operation.
BidiSegmentEvent.javaClass This event is sent to BidiSegmentListeners when a line is to be measured or rendered in a bidi locale.
BusyIndicator.javaClass Support for showing a Busy Cursor during a long running process.
CBanner.javaClass Instances of this class implement a Composite that lays out its children and allows programmatic control of the layout.
CBannerLayout.javaClass
CCombo.javaClass 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.javaClass A Label which supports aligned text and/or an image and different border styles.
ControlEditor.javaClass A ControlEditor is a manager for a Control that appears above a composite and tracks with the moving and resizing of that composite.
CTabFolder.javaClass Instances of this class implement the notebook user interface metaphor.
CTabFolder2Adapter.javaClass This adapter class provides default implementations for the methods described by the CTabFolder2Listener interface.
CTabFolder2Listener.javaInterface Classes which implement this interface provide methods that deal with the events that are generated by the CTabFolder control.

After creating an instance of a class that implements this interface it can be added to a CTabFolder using the addCTabFolder2Listener method and removed using the removeCTabFolder2Listener method.

CTabFolderAdapter.javaClass
CTabFolderEvent.javaClass
CTabItem.javaClass Instances of this class represent a selectable user interface object that represent a page in a notebook widget.
DefaultContent.javaClass
DefaultLineStyler.javaClass
DisplayRenderer.javaClass A DisplayRenderer renders the content of a StyledText widget on a display device.
ExtendedModifyEvent.javaClass This event is sent after a text change occurs.
ExtendedModifyListener.javaInterface
LineBackgroundEvent.javaClass This event is sent when a line is about to be drawn.
LineBackgroundListener.javaInterface
LineStyleEvent.javaClass This event is sent when a line is about to be drawn.
LineStyleListener.javaInterface
PopupList.javaClass A PopupList is a list of selectable items that appears in its own shell positioned above its parent shell.
PrintRenderer.javaClass A PrintRenderer renders the content of a StyledText widget on a printer device. Print rendering may occur in a non-UI thread.
SashForm.javaClass The SashForm lays out its children in a Row or Column arrangement (as specified by the orientation) and places a Sash between the children.
SashFormLayout.javaClass
ScrolledComposite.javaClass A ScrolledComposite provides scrollbars and will scroll its content when the user uses the scrollbars.

There are two ways to use the ScrolledComposite:

1) Set the size of the control that is being scrolled and the ScrolledComposite will show scrollbars when the contained control can not be fully seen. 2) The second way imitates the way a browser would work.

ScrolledCompositeLayout.javaClass
ST.javaClass This class provides access to the public constants provided by StyledText.
StackLayout.javaClass This Layout stacks all the controls one on top of the other and resizes all controls to have the same size and location.
StyledText.javaClass A StyledText is an editable user interface object that displays lines of text.
StyledTextContent.javaInterface Clients may implement the StyledTextContent interface to provide a custom store for the StyledText widget content.
StyledTextEvent.javaClass
StyledTextListener.javaClass
StyledTextPrintOptions.javaClass Use StyledTextPrintOptions to specify printing options for the StyledText.print(Printer, StyledTextPrintOptions) API.
StyledTextRenderer.javaClass A StyledTextRenderer renders the content of a StyledText widget.
StyleRange.javaClass
TableCursor.javaClass A TableCursor provides a way for the user to navigate around a Table using the keyboard.
TableEditor.javaClass A TableEditor is a manager for a Control that appears above a cell in a Table and tracks with the moving and resizing of that cell.
TableTree.javaClass A TableTree is a selectable user interface object that displays a hierarchy of items, and issues notification when an item is selected.
TableTreeEditor.javaClass A TableTreeEditor is a manager for a Control that appears above a cell in a TableTree and tracks with the moving and resizing of that cell.
TableTreeItem.javaClass A TableTreeItem is a selectable user interface object that represents an item in a heirarchy of items in a TableTree.
TextChangedEvent.javaClass This event is sent by the StyledTextContent implementor when a change to the text occurs.
TextChangeListener.javaInterface The StyledText widget implements this listener to receive notifications when changes to the model occur. It is not intended to be implemented by clients or by implementors of StyledTextContent.
TextChangingEvent.javaClass This event is sent by the StyledTextContent implementor when a change to the text is about to occur.
TreeEditor.javaClass A TreeEditor is a manager for a Control that appears above a cell in a Tree and tracks with the moving and resizing of that cell.
VerifyKeyListener.javaInterface
ViewForm.javaClass Instances of this class implement a Composite that positions and sizes children and allows programmatic control of layout and border parameters.
ViewFormLayout.javaClass
WrappedContent.javaClass An instance of class WrappedContent is used by StyledText to display wrapped lines.
ww_w.___j__a___va_2___s_._co__m_ | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.