|
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.AbstractProviderConfiguration
org.eclipse.gmf.runtime.diagram.core.providers.ViewProviderConfiguration
public class ViewProviderConfiguration
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.eclipse.gmf.runtime.common.core.service.AbstractProviderConfiguration |
---|
AbstractProviderConfiguration.ObjectDescriptor |
Field Summary |
---|
Fields inherited from class org.eclipse.gmf.runtime.common.core.service.AbstractProviderConfiguration |
---|
CLASS, contextParam, ID, METHOD, NAME, NOT_VALUE, NULL, OBJECT, STATIC_METHOD, VALUE |
Method Summary | |
---|---|
static ViewProviderConfiguration |
parse(IConfigurationElement configElement)
Builds a new provider contribution descriptor by parsing its configuration element |
boolean |
supports(java.lang.Class viewKind,
IAdaptable semanticAdapter,
View containerView,
java.lang.String semanticHint)
Determines if the provider understands the given context The provider understands the request if: 1- There are no listed provider contexts 2- The context matches one of the provider contexts |
Methods inherited from class org.eclipse.gmf.runtime.common.core.service.AbstractProviderConfiguration |
---|
getAdapter, getObjectList, getPluginBundle, getStrings, invokeMethod, invokeStaticMethod, isAssignableTo, loadClass, objectMatches |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ViewProviderConfiguration parse(IConfigurationElement configElement)
configElement
- A provider configuration element
public boolean supports(java.lang.Class viewKind, IAdaptable semanticAdapter, View containerView, java.lang.String semanticHint)
viewKind
- The view kindsemanticAdapter
- The semantic adaptercontainerView
- The container viewsemanticHint
- the factory hint
true
if it supports; 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.