org.eclipse.ui.navigator

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 » org.eclipse.ui.navigator 
org.eclipse.ui.navigator
Package-level Javadoc Provides the Common Navigator framework. Services allow clients to contribute reusable content/label providers and define viewers that use the available content/label providers.
Java Source File NameTypeComment
CommonActionProvider.javaClass

Provides actions from extensions for menu and org.eclipse.ui.IActionBars contributions.

This abstract class should be extended by clients of the org.eclipse.ui.navigator.navigatorContent extension point for top-level and nested actionProvider elements.

CommonActionProvider s may be declared as top-level elements in the extension point (e.g.

CommonDragAdapter.javaClass Provides an implementation of DragSourceAdapter which uses the extensions provided by the associated INavigatorContentService .

Clients should not need to create an instance of this class unless they are creating their own custom viewer.

CommonDragAdapterAssistant.javaClass Assist the CommonDragAdapter by providing new TransferTypes and the logic to handle setting up the transfer data.
CommonDropAdapter.javaClass Provides an implementation of PluginDropAdapter which uses the extensions provided by the associated INavigatorContentService .

Clients should not need to create an instance of this class unless they are creating their own custom viewer.

CommonDropAdapterAssistant.javaClass

Used by the org.eclipse.ui.navigator.navigatorContent/navigatorContent/commonDropAdapter extension point to carry out pluggable drop operations.

Each CommonDropAdapterAssistant is contained by single content extension.

CommonNavigator.javaClass

This class provides the IViewPart for the Common Navigator framework in the Eclipse workbench.

CommonViewer.javaClass Provides the Tree Viewer for the Common Navigator.
CommonViewerSiteFactory.javaClass Allows clients to create ICommonViewerSite for a variety of contexts.
CommonViewerSorter.javaClass Provides an implementation of TreeViewerSorter that uses the given parent to determine the correct sort order based on the defined org.eclipse.ui.navigator.navigatorContent/navigatorContent/commonSorter elements available in the set of visible content extensions.

The CommonViewerSorter must be assigned a INavigatorContentService to drive its sorting algorithm.

ICommonActionConstants.javaInterface Defines constants for the retargetable actions available in the Common Viewer context menu.
ICommonActionExtensionSite.javaInterface Provides access to information required for the initialization of CommonActionProviders.
ICommonContentExtensionSite.javaInterface Provides initialization data for a content extension.
ICommonContentProvider.javaInterface Allows extensions to vary their behavior based on properties in the extension model and the given memento.
ICommonFilterDescriptor.javaInterface Provides information about a commonFilter extension.
ICommonLabelProvider.javaInterface Allows extensions to vary their behavior based on properties in the extension model and the given memento.

Clients should refer to the org.eclipse.ui.navigator.navigatorContent extension point for more information on building a content extension.

Clients should not dispose of any Image Resources that might be shared by other extensions when their Label Provider is disposed.

ICommonMenuConstants.javaInterface Defines strings used for menu insertion points.
ICommonViewerSite.javaInterface Provides context for extensions including a valid shell, a selection provider, and a unique identifer corresponding to the abstract viewer behind the viewer site.
ICommonViewerWorkbenchSite.javaInterface Provides a page, set of action bars, menu registration callback, and active window.
IDescriptionProvider.javaInterface Label providers (as specified by the labelProvider attribute of the org.eclipse.ui.navigator.navigatorContent extension point) may choose to also implement this interface in order to provide text for the status bar at the bottom of the Eclipse window.
IExtensionActivationListener.javaInterface An extension activation listener is notified whenever the activation state changese for one or more content extensions.
IExtensionStateModel.javaInterface Allows clients to coordinate state across components that are part of the same logical extension.

That is, a content provider might vary how it exposes its content based on the state of a specific property in the model.

ILinkHelper.javaInterface

Provides information to the Common Navigator on how to link selections with active editors and vice versa.

The Common Navigator allows clients to plug-in their own custom logic for linking selections from the Viewer to active editors.

IMementoAware.javaInterface Clients may use mementos to persist interesting state between sessions.
INavigatorActivationService.javaInterface Determines if an extension is active within the context of a given viewer and manages the persistence of this information.
INavigatorContentDescriptor.javaInterface The descriptor provides a handle to a content extension.
INavigatorContentExtension.javaInterface The content extension represents the components of a navigatorContent extension.
INavigatorContentService.javaInterface Manages content extensions for extensible viewers and provides reusable services for filters, sorting, the activation of content extensions, and DND. The service can locate the appropriate providers (for contents or labels) for an element and provide a ready-to-go ITreeContentProvider and ILabelProvider for viewers that wish to take advantage of the org.eclipse.ui.navigator.navigatorContent extensions defined for a particular viewerId.

Clients should create instances of the this class using the factory ( NavigatorContentServiceFactory ).

Clients may contribute logical extensions using org.eclipse.ui.navigator.navigatorContent.

INavigatorContentServiceListener.javaInterface

Used by clients who would like to listen for the load event of am INavigatorContentExtension .

INavigatorDnDService.javaInterface Provides instances of CommonDragAdapterAssistant and CommonDropAdapterAssistant for the associated INavigatorContentService .

Clients should only take note of this Service they are are using the INavigatorContentService in the context of a viewer which is not or does not extend CommonViewer .

INavigatorFilterService.javaInterface Provides support for managing the filters defined for a Common Navigator viewer.

An INavigatorFilterService manages the available common filters and their current activation state for a particular INavigatorContentService.

INavigatorPipelineService.javaInterface Performs calculations that are necessary to determine the correct children to render in the viewer.
INavigatorSaveablesService.javaInterface This interface is not intended to be implemented by clients.
INavigatorSorterService.javaInterface Provides an interface to extensions declared in org.eclipse.ui.navigator.navigatorContent/commonSorter.
INavigatorViewerDescriptor.javaInterface Provides a basic metadata about the abstract viewer for a particular content service.
IPipelinedTreeContentProvider.javaInterface A pipelined content provider allows an extension to reshape the contributions of an upstream content extension.

An "upstream" extension is either:

  • the extension overridden by this extension using the org.eclipse.ui.navigatorContent/navigatorContent/override element, or
  • another extension that overrides the same extension this extension overrides, but with higher priority than this extension.
MenuInsertionPoint.javaClass A descriptive construct to relay information about a menu insertion point; including the name of the insertion point and whether the item should be rendered as a separator or group marker.
NavigatorActionService.javaClass

Provides context menu items and IActionBars contributions for a particular abstract viewer.

NavigatorContentServiceFactory.javaClass Provides a factory pattern for creating INavigatorContentService s for given viewer ids.
PipelinedShapeModification.javaClass Indicates how a shape modification should be transformed when applied to the tree.
PipelinedViewerUpdate.javaClass A pipelined viewer update should map requests to refresh or update elements in the viewer to their correct, modified structure.
Priority.javaClass

Enumeration of the Priority values supported by the Common Navigator.

SaveablesProvider.javaClass Provides Saveable objects to the common navigator, and allows to map between elements in the tree and models.
WizardActionGroup.javaClass Populates context menus with shortcut actions for defined wizards.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.