org.eclipse.ui.dialogs

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 » ui workbench » org.eclipse.ui.dialogs 
org.eclipse.ui.dialogs
Package-level Javadoc Classes for standard dialogs, wizards, and preference pages in the Eclipse Platform User Interface.

Package Specification

This package provides useful classes for the definition of wizards, property pages and preference pages.  It also provides standard dialogs such as the Save As dialog.
Java Source File NameTypeComment
AbstractElementListSelectionDialog.javaClass An abstract class to select elements out of a list of elements.
CheckedTreeSelectionDialog.javaClass A class to select elements out of a tree structure.
ContainerCheckedTreeViewer.javaClass CheckboxTreeViewer with special behaviour of the checked / gray state on container (non-leaf) nodes: The grayed state is used to visualize the checked state of its children. Containers are checked and non-gray if all contained leafs are checked.
EditorSelectionDialog.javaClass This class is used to allow the user to select a dialog from the set of internal and external editors.
ElementListSelectionDialog.javaClass A class to select elements out of a list of elements.
ElementTreeSelectionDialog.javaClass A class to select elements out of a tree structure.
FileEditorMappingContentProvider.javaClass A content provider for displaying of IFileEditorMapping objects in viewers.
FileEditorMappingLabelProvider.javaClass A label provider for displaying of IFileEditorMapping objects in viewers.
FileSystemElement.javaClass Instances of this class represent files or file-like entities (eg.- zip file entries) on the local file system.
FilteredItemsSelectionDialog.javaClass Shows a list of items to the user with a text entry field for a string pattern used to filter the list of items.
FilteredList.javaClass A composite widget which holds a list of elements for user selection.
FilteredTree.javaClass A simple control that provides a text widget and a tree viewer.
IOverwriteQuery.javaInterface Implementors of this interface answer one of the prescribed return codes when asked whether to overwrite a certain path string (which could represent a resource path, a file system path, etc).
ISelectionStatusValidator.javaInterface
ISelectionValidator.javaInterface For validating selections in some selection dialogs.

Clients should implement this interface to define specialized selection validators.

IWorkingSetEditWizard.javaInterface A working set edit wizard allows editing a working set using the IWorkingSetPage associated with the working set.
IWorkingSetNewWizard.javaInterface A working set new wizard allows creating new working sets using a plug-in specific working set page.
IWorkingSetPage.javaInterface A working set page allows the user to edit an existing working set and create a new working set.
IWorkingSetSelectionDialog.javaInterface A working set selection dialog displays the list of working sets available in the workbench.
ListDialog.javaClass A dialog that prompts for one element out of a list of elements.
ListSelectionDialog.javaClass A standard dialog which solicits a list of selections from the user. This class is configured with an arbitrary data model represented by content and label provider objects.
PatternFilter.javaClass A filter used in conjunction with FilteredTree.
PreferenceLinkArea.javaClass The PreferenceLinkArea is the link area used to open a specific preference page.
PreferencesUtil.javaClass The PreferencesUtil class is the class that opens a properties or preference dialog on a set of ids.
PropertyDialogAction.javaClass Standard action for opening a Property Pages Dialog on the currently selected element.

This class may be instantiated; it is not intended to be subclassed.

Generally speaking, this action is useful in pop-up menus because it allows the user to browse and change properties of selected elements.

PropertyPage.javaClass Abstract base implementation of a workbench property page ( IWorkbenchPropertyPage).
SearchPattern.javaClass A search pattern defines how search results are found.

This class is intended to be subclassed by clients.

SelectionDialog.javaClass The abstract implementation of a selection dialog.
SelectionStatusDialog.javaClass An abstract base class for dialogs with a status bar and ok/cancel buttons. The status message must be passed over as StatusInfo object and can be an error, warning or ok.
TwoArrayQuickSorter.javaClass Quick sort to sort key-value pairs.
TwoPaneElementSelector.javaClass A list selection dialog with two panes.
TypeFilteringDialog.javaClass The TypeFilteringDialog is a SelectionDialog that allows the user to select a file editor.
WorkingSetConfigurationBlock.javaClass Instances of this class provide a reusable composite with controls that allow the selection of working sets.
WorkingSetGroup.javaClass Instances of this class provide a WorkingSetConfigurationBlock wrapped with an SWT Group container.
YesNoCancelListSelectionDialog.javaClass YesNoCancelListSelectionDialog is a list selection dialog that also allows the user to select no as a result.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.