org.eclipse.ui.internal

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.internal 
org.eclipse.ui.internal
Java Source File NameTypeComment
AbstractEnabledHandler.javaClass Abstract base class that provides the enabled state, where changing the state fires the HandlerEvent.
AbstractEvaluationHandler.javaClass This internal class serves as a foundation for any handler that would like its enabled state controlled by core expressions and the IEvaluationService.
AbstractPartSelectionTracker.javaClass Provides per-part selection tracking for the selection service.
AbstractSelectionService.javaClass Abstract selection service.
AbstractWorkingSet.javaClass Abstract baseclass for IWorkingSet implementations.
AbstractWorkingSetManager.javaClass Abstract implementation of IWorkingSetManager.
ActionDescriptor.javaClass When 'action' tag is found in the registry, an object of this class is created.
ActionExpression.javaClass An ActionExpression is used to evaluate the enablement / visibility criteria for an action.
ActionPresentation.javaClass Manage the configurable actions for one window.
ActionSetActionBars.javaClass This class represents the action bars for an action set.
ActionSetContributionItem.javaClass This class marks a sub contribution item as belonging to an action set.
ActionSetManager.javaClass Maintains a reference counted set of action sets, with a visibility mask. This is used to determine the visibility of actions in a workbench page.
ActionSetMenuManager.javaClass An EditorMenuManager is used to sort the contributions made by an editor so that they always appear after the action sets.
ActionSetSeparator.javaClass This class represents a pseudo-group defined by an action set.
ActionSetsEvent.javaClass

An event indicating changes to the action sets in a particular workbench window.

This class is only intended for internal use within org.eclipse.ui.workbench.

PROVISIONAL.

ActivateEditorHandler.javaClass Activates the most recently used editor in the current window.
ActiveEditorAction.javaClass The abstract superclass for actions that depend on the active editor. This implementation tracks the active editor (see getActiveEditor) and updates the availability of the action when an editor becomes active.

Subclasses must implement the following IAction method:

  • run - to do the action's work

Subclasses may extend any of the IPartListener methods if the action availablity needs to be recalculated:

  • partActivated
  • partDeactivated
  • partOpened
  • partClosed
  • partBroughtToTop

Subclasses may extend any of the IPageListener methods if the action availablity needs to be recalculated:

  • pageActivated
  • pageClosed
  • pageOpened

This method implements the IPartListener and IPageListenerinterfaces, and automatically registers listeners so that it can keep its enablement state up to date.

ActivityPersistanceHelper.javaClass Utility class that manages the persistance of enabled activities.
AggregateWorkingSet.javaClass
AnimatedTabFeedback.javaClass
AnimationEngine.javaClass This job creates an Animation Engine that uses an Animation Feedback to render the animation.
AnimationFeedbackBase.javaClass AnimationFeedBackBase is an abstract class which provides renderStep(), jobInit() and initialize() methods for AnimationEngine.
BaseSaveAction.javaClass The abstract superclass for save actions that depend on the active editor.
BrandingProperties.javaClass The branding properties are retrieved as strings, but often used as other types (e.g., java.net.URLs.
BundleGroupProperties.javaClass A class that converts the strings returned by org.eclipse.core.runtime.IBundleGroup.getProperty to the appropriate class.
ChangeToPerspectiveMenu.javaClass Change the perspective of the active page in the window to the selected one.
CloseAllHandler.javaClass
CloseAllPerspectivesAction.javaClass The CloseAllPerspectivesAction is used to close all of the opened perspectives in the workbench window's active page.
CloseAllSavedAction.javaClass Closes all editors except ones with unsaved changes.
CloseEditorHandler.javaClass Closes the active editor.
CloseOthersHandler.javaClass Closes all editors except the one that is active.
ClosePerspectiveAction.javaClass The ClosePerspectiveAction is used to close the active perspective in the workbench window's active page.
CompatibleWorkbenchPage.javaClass Internal class used in providing increased binary compatibility for pre-3.0 plug-ins.
ContainerPlaceholder.javaClass
CycleBaseHandler.javaClass Its a base class for switching between views/editors/perspectives.
CycleEditorHandler.javaClass This is the handler for NextEditor and PrevEditor commands.
CyclePerspectiveHandler.javaClass This handler is used to switch between perspectives using the keyboard.
CycleViewHandler.javaClass This handler is used to switch between parts using the keyboard.
DefaultAnimationFeedback.javaClass
DefaultSaveable.javaClass A default Saveable implementation that wrappers a regular workbench part (one that does not itself adapt to Saveable).
DefaultStackPresentationSite.javaClass
DetachedPlaceHolder.javaClass DetachedPlaceHolder is the placeholder for detached views.
DetachedWindow.javaClass
DirtyPerspectiveMarker.javaClass
DragCursors.javaClass Provides the set of cursors used for drag-and-drop.
DragHandle.javaClass
EarlyStartupRunnable.javaClass A utility class used to call #earlyStartup on the proper instance for a given configuration element.
EditActionSetsAction.javaClass Edit the action sets.
EditorActionBars.javaClass The action bars for an editor.
EditorActionBuilder.javaClass This class reads the registry for extensions that plug into 'editorActions' extension point.
EditorAreaHelper.javaClass EditorAreaHelper is a wrapper for PartTabworkbook.
EditorAreaTrimToolBar.javaClass
EditorHistory.javaClass This class is used to record "open editor" actions as they happen.
EditorHistoryItem.javaClass An item in the editor history.
EditorManager.javaClass Manage a group of element editors.
EditorMenuManager.javaClass An EditorMenuManager is used to sort the contributions made by an editor so that they always appear after the action sets.
EditorPane.javaClass An EditorPane is a subclass of PartPane offering extended behavior for workbench editors.
EditorPluginAction.javaClass Extends PartPluginAction for usage in editor parts.
EditorReference.javaClass
EditorSashContainer.javaClass Represents the area set aside for editor workbooks.
EditorSite.javaClass An editor container manages the services for an editor.
EditorSiteDragAndDropServiceImpl.javaClass Implementation for the IDragAndDropService to be used from EditorSite's.

Adds a drop target to the given control that merges the site's drop behaviour with that specified by the addMergedDropTarget call.

The current implementation is only defined for EditorSite's and merges the given drop handling with the existing EditorSashContainer's behaviour.

NOTE: There is no cleanup (i.e.

EditorStack.javaClass Represents a tab folder of editors.
ErrorEditorPart.javaClass This part is shown instead the editors with errors.
ErrorViewPart.javaClass This part is shown instead the views with errors.
ExceptionHandler.javaClass This handler will pass along to the workbench advisor exceptions and errors thrown while running the event loop.
ExtensionEventHandler.javaClass
ExtensionEventHandlerMessages.javaClass
FastViewBar.javaClass Represents the fast view bar.

The set of fastviews are obtained from the WorkbenchWindow that is passed into the constructor.

FastViewBarContextMenuContribution.javaClass
FastViewDnDHandler.javaClass
FastViewManager.javaClass Manage all Fast views for a particular perspective.
FastViewPane.javaClass Handles the presentation of an active fastview.
FolderLayout.javaClass This layout is used to define the initial set of views and placeholders in a folder.

Views are added to the folder by ID.

HeapStatus.javaClass The Heap Status control, which shows the heap usage statistics in the window trim.
IActionSetContributionItem.javaInterface This interface should be implemented by all contribution items defined by an action set.
IBackgroundSaveListener.javaInterface
IChangeListener.javaInterface
ICompatibleWorkbenchPage.javaInterface Internal interface used in providing increased binary compatibility for pre-3.0 plug-ins.
IHeapStatusConstants.javaInterface Preference constants for the heap status.
ILayoutContainer.javaInterface
ImageAnimationFeedback.javaClass
ImageCycleFeedbackBase.javaClass Base class for Cyclic animations.
InternalHandlerUtil.javaClass Some common utilities for working with handlers and IEvaluationContexts in Platform UI.

Note: this class should not be instantiated or extended by clients.

PROVISIONAL.

InternalSaveable.javaClass
IntModel.javaClass Represents a single integer that can send notifications when it changes.
IntroAction.javaClass Action that will launch the intro in the given window.
IObjectActionContributor.javaInterface This interface must be implemented in order to contribute to context (pop-up) menu for an object.
IObjectContributor.javaInterface Objects of classes that implement this interface can be registered for certain object type in the IObjectContributorManager.
IPreferenceConstants.javaInterface The IPreferenceConstants are the internal constants used by the Workbench.
IReorderListener.javaInterface Simple interface for informing clients of reordering of an object in an ordered list.
ISelectionConversionService.javaInterface

A service that is capable of converting a selection into resources.

IStickyViewManager.javaInterface
ITrimAreaChangeListener.javaInterface This iterface is used to identify and call back to trim elements that can be repositioned to edges other than the one that they're defined as being in by default.

NOTE: This class is a part of a 'work in progress' and should not be used without consulting the Platform UI group.

IWorkbenchConstants.javaInterface General constants used by the workbench.
IWorkbenchGraphicConstants.javaInterface This class defines constants for looking up resources that are available only within the Eclipse UI and Eclipse UI Standard Components projects.
IWorkbenchHelpContextIds.javaInterface Help context ids for the workbench.
IWorkbenchThemeConstants.javaInterface A source of color/font/theme data constants used throughout the workbench.
JFaceUtil.javaClass Utility class for setting up JFace for use by Eclipse.
KeyBindingService.javaClass This service provides a nestable implementation of a key binding service. This class is provided for backwards compatibility only, and might be removed in the future.
LayoutHelper.javaClass Helper methods that the internal layout classes (PageLayout and FolderLayout) utilize for activities support and view creation.
LayoutPart.javaClass A presentation part is used to build the presentation for the workbench.
LayoutPartSash.javaClass
LayoutTree.javaClass Implementation of a tree where the node is allways a sash and it allways has two chidren.
LayoutTreeNode.javaClass Implementation of a tree node.
LegacyAnimationFeedback.javaClass Creates an animation feedback that will morph the start rectangle to the end rectangle for AnimationEngine.
LegacyResourceSupport.javaClass Provides access to resource-specific classes, needed to provide backwards compatibility for resource-specific functions which could not be moved up from the generic workbench layer to the IDE layer.
LocalWorkingSetManager.javaClass
LockToolBarAction.javaClass The LockToolBarAction is used to lock the toolbars for the workbench.
MaximizePartAction.javaClass Toggles the maximize/restore state of the active part, if there is one.
MessageLine.javaClass A message line displaying a status.
MinimizePartAction.javaClass
Model.javaClass
MultiEditorInnerPane.javaClass Implements a pane of each editor inside a MultiEditor.
NavigationHistory.javaClass Implementation of the back and forward actions.
NavigationHistoryAction.javaClass The NavigationHistoryAction moves navigation history back and forward.
NavigationHistoryEditorInfo.javaClass Keeps the info to save, restore or identify and editor. Instances of this class are shared between history entries and there should be only one instance making reference to the same editor.
NavigationHistoryEntry.javaClass
ObjectActionContributor.javaClass This class describes the object contribution element within the popup menu action registry.
ObjectActionContributorManager.javaClass This manager is used to populate a popup menu manager with actions for a given type.
ObjectActionContributorReader.javaClass This reader loads the popup menu manager with all the popup menu contributors found in the workbench registry.
ObjectContributorManager.javaClass This class is a default implementation of IObjectContributorManager.
ObjectFilterTest.javaClass An ObjectFilterTest is used to read an object filter from XML, and evaluate the results for a given object.
ObjectPluginAction.javaClass An object action extension in a popup menu.
OpenPerspectivePropertyTester.javaClass Tests if any Perspective is open or not.
OpenPreferencesAction.javaClass
OverlayIcon.javaClass
PageEventAction.javaClass The abstract superclass for actions that listen to page activation and open/close events.
PageLayout.javaClass This factory is used to define the initial layout of a part sash container.

Design notes: The design of IPageLayout is a reflection of three requirements:

  1. A mechanism is required to define the initial layout for a page.
PageListenerList.javaClass Part listener list.
PagePartSelectionTracker.javaClass Provides debug view selection management/notification for a debug view in a specific workbench page.
PageSelectionService.javaClass The selection service for a page.
PartList.javaClass
PartListenerList.javaClass Part listener list.
PartListenerList2.javaClass Part listener list.
PartPane.javaClass Provides the common behavior for both views and editor panes. TODO: Delete ViewPane and EditorPane, and make this class non-abstract. TODO: Stop subclassing LayoutPart.
PartPlaceholder.javaClass A PlaceHolder is a non-visible stand-in for a layout part.
PartPluginAction.javaClass This class adds to the PluginAction support by setting itself up for work within a WorkbenchPart.
PartSashContainer.javaClass Abstract container that groups various layout parts (possibly other containers) together as a unit.
PartService.javaClass
PartSite.javaClass PartSite is the general implementation for an IWorkbenchPartSite.
PartStack.javaClass Implements the common behavior for stacks of Panes (ie: EditorStack and ViewStack) This layout container has PartPanes as children and belongs to a PartSashContainer.
PartTester.javaClass
Perspective.javaClass The ViewManager is a factory for workbench views.
PerspectiveAction.javaClass Abstract superclass of actions which are enabled iff there is an active perspective in the window.
PerspectiveBarContributionItem.javaClass A ContributionItem specifically for contributions to the perspective switcher.
PerspectiveBarManager.javaClass
PerspectiveBarNewContributionItem.javaClass
PerspectiveHelper.javaClass A perspective presentation is a collection of parts with a layout.
PerspectiveListenerList.javaClass Perspective listener list.
PerspectiveSwitcher.javaClass A utility class to manage the perspective switcher.
PerspectiveTracker.javaClass Utility class for tracking the active perspective in a window.
PinEditorAction.javaClass Action to toggle the pin state of an editor.
PlaceholderContributionItem.javaClass A contribution item that is intended to hold the place of a tool bar contribution item that has been disposed.
PlaceholderFolderLayout.javaClass This layout is used to define the initial set of placeholders in a placeholder.

Views are added to the placeholder by ID.

PlatformUIPreferenceListener.javaClass The PlatformUIPreferenceListener is a class that listens to changes in the preference store and propogates the change for any special cases that require updating of other values within the workbench.
PluginAction.javaClass A PluginAction is a proxy for an action extension. At startup we read the registry and create a PluginAction for each action extension. This plugin action looks like the real action ( label, icon, etc ) and acts as a proxy for the action until invoked.
PluginActionBuilder.javaClass This class contains shared functionality for reading action contributions from plugins into workbench parts (both editors and views).
PluginActionContributionItem.javaClass Contribution item for actions provided by plugins via workbench action extension points.
PluginActionCoolBarContributionItem.javaClass Contribution item for actions provided by plugins via workbench action extension points.
PluginActionSet.javaClass A PluginActionSet is a proxy for an action set defined in XML.
PluginActionSetBuilder.javaClass This builder reads the actions for an action set from the registry.
PluginActionSetReader.javaClass Read the actions for an plugin action set.
PopupMenuExtender.javaClass
ProductInfo.javaClass Stores information about the product.
ProductProperties.javaClass A class that converts the strings returned by org.eclipse.core.runtime.IProduct.getProperty to the appropriate class.
QuickAccessMenu.javaClass
QuitAction.javaClass Try to quit the application.
RadioMenu.javaClass Represents a group of radio buttons in a menu.
RectangleAnimation.javaClass This job creates an animated rectangle that moves from a source rectangle to a target in a fixed amount of time.
RectangleAnimationFeedbackBase.javaClass RectangleAnimationFeedbackBase is an abstract base class for all the rectangle animations.
RectangleAnimationImageFeedback.javaClass Creates an animation effect where the interpolated rectangles are displayed using Canvas controls that show an image of the bits that were originally occupied by the various 'start' rectangles.
ReferenceCounter.javaClass A ReferenceCounter is used to reference counting objects. Each object is identified by a unique ID.
ReopenEditorMenu.javaClass A dynamic menu item which supports to switch to other Windows.
ResetPerspectiveAction.javaClass Reset the layout within the active perspective.
SaveableHelper.javaClass Helper class for prompting to save dirty views or editors.
SaveablesList.javaClass The model manager maintains a list of open saveable models.
SaveAction.javaClass Workbench common Save action.
SaveAllAction.javaClass Global action that saves all targets in the workbench that implement ISaveTarget interface. The action keeps track of opened save targets and their 'save' state.
SaveAsAction.javaClass Workbench common Save As action.
SavePerspectiveAction.javaClass Action to save the layout of the active perspective.
SelectionAdapterFactory.javaClass Adapts ISelection instances to either IIterable or ICountable.
SelectionConversionService.javaClass

The SelectionConversionService is the service that converts the selection to IResources.

Semaphore.javaClass
SharedImages.javaClass Common images used by the workbench which may be useful to other plug-ins.
ShellPool.javaClass Manages a pool of shells.
ShowFastViewContribution.javaClass A dynamic contribution item which supports to switch to other Contexts.
ShowInAction.javaClass Action for a particular target in the Show In menu.
ShowInMenu.javaClass A ShowInMenu is used to populate a menu manager with Show In actions.
ShowPartPaneMenuHandler.javaClass Show the menu on top of the icon in the view or editor label.
ShowViewAction.javaClass Show a View.
ShowViewMenu.javaClass A ShowViewMenu is used to populate a menu manager with Show View actions.
ShowViewMenuHandler.javaClass
StartupThreading.javaClass
StickyViewManager.javaClass
StickyViewManager32.javaClass
SwitchToWindowMenu.javaClass A dynamic menu item to switch to other opened workbench windows.
ToggleEditorsVisibilityAction.javaClass Hides or shows the editor area within the current perspective of the workbench page.
TrimArea.javaClass This class represents a logical partition in the overall trim layout.
TrimDragPreferences.javaClass Static class to contain the preferences used to manage the GUI during trim dragging.

NOTE: this is a test harness at this time.

TrimDropTarget.javaClass
TrimFrame.javaClass Draws a styled frame around its contained controls.
TrimLayoutData.javaClass The layout data class used by the WorkbenchLayout to arrange trim around the workbench edges.

NOTE: This class is a part of a 'work in progress' and should not be used without consulting the Platform UI group.

TrimUtil.javaClass Simple class to provide some common internal Trim support.
UILockListener.javaClass The UI lock listener is used to prevent the UI thread from deadlocking on a lock when the thread owning the lock is attempting to syncExec.
UISynchronizer.javaClass
ViewActionBars.javaClass An editor container manages the services for an editor.
ViewActionBuilder.javaClass This class reads the registry for extensions that plug into 'viewActions' extension point.
ViewerActionBuilder.javaClass This class reads the registry for extensions that plug into 'popupMenus' extension point and deals only with the 'viewerContribution' elements.
ViewFactory.javaClass The ViewFactory is used to control the creation and disposal of views.
ViewIntroAdapterPart.javaClass Simple view that will wrap an IIntroPart.
ViewIntroAdapterSite.javaClass Simple IIntroSite that wraps a IViewSite.
ViewLayout.javaClass Implementation of IViewLayout.
ViewLayoutRec.javaClass Encapsulates the perspective layout information for a view.
ViewPane.javaClass Provides a wrapper for the view's widgetry.
ViewPluginAction.javaClass This class extends regular plugin action with the additional requirement that the delegate has to implement interface IViewActionDeelgate.
ViewReference.javaClass
ViewSashContainer.javaClass Represents the top level container.
ViewSite.javaClass A view container manages the services for a view.
ViewStack.javaClass Manages a set of ViewPanes that are docked into the workbench window.
ViewStackTrimToolBar.javaClass
WindowPartSelectionTracker.javaClass Provides part selection tracking for a part with a specific id in all pages of a specific workbench window.
WindowSelectionService.javaClass The selection service for a window.
WindowTrimProxy.javaClass A transition class for any control that wants to participate in the workbench window trim.
Workbench.javaClass The workbench class represents the top of the Eclipse user interface.
WorkbenchColors.javaClass This class manages the common workbench colors.
WorkbenchConfigurer.javaClass Internal class providing special access for configuring the workbench.
WorkbenchEditorsAction.javaClass Implements an action to open a dialog showing all open editors and the recent closed editors.
WorkbenchErrorHandlerProxy.javaClass A proxy handler which passes all statuses to handler assigned to current application workbench advisor. EXPERIMENTAL This class or interface has been added as part of a work in progress.
WorkbenchImages.javaClass This class provides convenience access to many of the resources required by the workbench.
WorkbenchIntroManager.javaClass Workbench implementation of the IIntroManager interface.
WorkbenchLayout.javaClass This layout implements the handling necessary to support the positioning of all of the 'trim' elements defined for the workbench.

NOTE: This class is a part of a 'work in progress' and should not be used without consulting the Platform UI group.

WorkbenchLayoutSettingsTransfer.javaClass The WorkbenchSettings handles the recording and restoring of workbench settings.
WorkbenchMessages.javaClass Message class for workbench messages.
WorkbenchPage.javaClass A collection of views and editors in a workbench.
WorkbenchPagePartList.javaClass
WorkbenchPartReference.javaClass
WorkbenchPlugin.javaClass This class represents the TOP of the workbench UI world A plugin class is effectively an application wrapper for a plugin & its classes.
WorkbenchPreferenceInitializer.javaClass Implementation of the workbench plugin's preferences extension's customization element.
WorkbenchWindow.javaClass A window within the workbench.
WorkbenchWindowConfigurer.javaClass Internal class providing special access for configuring workbench windows.
WorkbenchWindowPropertyTester.javaClass Tests various workbench window properties.
WorkbookEditorsAction.javaClass
WorkingSet.javaClass A working set holds a number of IAdaptable elements.
WorkingSetComparator.javaClass Compares two working sets by name.
WorkingSetFactory.javaClass A WorkingSetFactory is used to recreate a persisted WorkingSet object.
WorkingSetManager.javaClass A working set manager stores working sets and provides property change notification when a working set is added or removed.
WorkingSetMenuContributionItem.javaClass Menu contribution item which shows a working set.
WWinActionBars.javaClass
WWinPartService.javaClass A part service for a workbench window.
WWinPluginAction.javaClass This class extends regular plugin action with the additional requirement that the delegate has to implement interface org.eclipse.ui.IWorkbenchWindowActionDelegate .
WWinPluginPulldown.javaClass A workbench window pulldown action.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.