|
org.eclipse.gmf.runtime.common.ui.services.statusline
Class StatusLineService
java.lang.Object
org.eclipse.gmf.runtime.common.core.service.AbstractProvider
org.eclipse.gmf.runtime.common.core.service.Service
org.eclipse.gmf.runtime.common.ui.services.statusline.StatusLineService
-
All Implemented Interfaces:
- java.util.EventListener,
IProvider,
IProviderChangeListener,
IStatusLineContributionItemProvider
-
public class StatusLineService
- extends
Service
- implements
IStatusLineContributionItemProvider
Service which handles status line contributions.
-
Since:
- 1.2
Methods inherited from class org.eclipse.gmf.runtime.common.core.service.
Service
|
addProvider,
clearCache,
configureProviders,
configureProviders,
createPriorityCache,
execute,
executeUnique,
getAllProviders,
getCachingKey,
getPriority,
getProviders,
isOptimistic,
isOptimized,
newProviderDescriptor,
providerChanged,
provides,
provides,
removeProvider
|
Methods inherited from class java.lang.Object
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
|
StatusLineService
public StatusLineService()
getInstance
public static
StatusLineService getInstance()
- Retrieves the singleton instance of the status line service.
-
-
-
Returns:
- The StatusLineService singleton.
getStatusLineContributionItems
public java.util.List<
IContributionItem> getStatusLineContributionItems(
IWorkbenchPage workbenchPage)
-
Description copied from interface:
IStatusLineContributionItemProvider
- Gets a list of contribution items for the status line.
-
-
Specified by:
-
getStatusLineContributionItems
in interface
IStatusLineContributionItemProvider
-
-
Parameters:
-
workbenchPage - the workbench page.
-
Returns:
- a list of contribution items for the status line .
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.
|
|