|
Runtime | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.gmf.runtime.common.core.service.AbstractProvider
org.eclipse.gmf.runtime.common.ui.services.statusline.AbstractStatusLineContributionItemProvider
public class AbstractStatusLineContributionItemProvider
Abstract implementation of a status line contribution item provider.
| Constructor Summary | |
|---|---|
AbstractStatusLineContributionItemProvider()
|
|
| Method Summary | |
|---|---|
java.util.List<IContributionItem> |
getStatusLineContributionItems(IWorkbenchPage workbenchPage)
Gets a list of contribution items for the status line. |
boolean |
provides(IOperation operation)
Indicates whether this provider provides the specified operation. |
| Methods inherited from class org.eclipse.gmf.runtime.common.core.service.AbstractProvider |
|---|
addProviderChangeListener, fireProviderChange, removeProviderChangeListener |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.eclipse.gmf.runtime.common.core.service.IProvider |
|---|
addProviderChangeListener, removeProviderChangeListener |
| Constructor Detail |
|---|
public AbstractStatusLineContributionItemProvider()
| Method Detail |
|---|
public java.util.List<IContributionItem> getStatusLineContributionItems(IWorkbenchPage workbenchPage)
IStatusLineContributionItemProvider
getStatusLineContributionItems in interface IStatusLineContributionItemProviderworkbenchPage - the workbench page.
public boolean provides(IOperation operation)
IProvider
Providers generally cast the operation to a service specific
IOperation-derived class in order to determine whether they
support the request.
provides in interface IProvideroperation - The operation in question.
true if this provider provides the operation;
false otherwise.
|
Runtime | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.