org.eclipse.swt.custom

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » IDE Eclipse » swt » org.eclipse.swt.custom 
org.eclipse.swt.custom
Package-level Javadoc SWT Custom widgets.

Package Specification

This package contains the custom widgets which were written to provide the standard look and feel of the Eclipse platform.
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.
BidiSegmentListener.javaInterface This listener interface may be implemented in order to receive BidiSegmentEvents.
Bullet.javaClass Instances of this class represent bullets in the StyledText.

The hashCode() method in this class uses the values of the public fields to compute the hash value.

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.

CCombo was written to work around certain limitations in the native combo box.

CLabel.javaClass A Label which supports aligned text and/or an image and different border styles.
CLayoutData.javaClass
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
CTabFolderLayout.javaClass
CTabFolderListener.javaInterface Classes which implement this interface provide a method that deals with events generated in the CTabFolder.

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

CTabItem.javaClass Instances of this class represent a selectable user interface object that represent a page in a notebook widget.
DefaultContent.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
MovementEvent.javaClass This event is sent when a new offset is required based on the current offset and a movement type.
MovementListener.javaInterface This listener is invoked when a new offset is required based on the current offset and a movement type.
PaintObjectEvent.javaClass This event is sent when an object needs to be drawn.
PaintObjectListener.javaInterface This listener is invoked when an object needs to be drawn.
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 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.
SashFormData.javaClass
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.
StyledTextBidi.javaClass This class provides API for StyledText to implement bidirectional text functions.
StyledTextContent.javaInterface Clients may implement the StyledTextContent interface to provide a custom store for the StyledText widget content.
StyledTextDropTargetEffect.javaClass This adapter class provides a default drag under effect (eg.
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 hierarchy 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.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.