|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.contribution.visualiser.core.ProviderManager
The provider manager parses the contents of the defined extensions to the extension-point org.eclipse.contribution.visualiser.providers. Two extensions are allowed - one for the content of the visualiser and one for the markups within the content of the visualiser. The markup one can be left out - but it rather limits the usefulness of the visualiser.
Field Summary | |
static java.lang.String |
PROVIDER_EXTENSION
|
Method Summary | |
static ProviderDefinition[] |
getAllProviderDefinitions()
Get all provider definitions |
static IContentProvider |
getContentProvider()
Get the currently active content provider |
static ProviderDefinition |
getCurrent()
Get the current provider definition |
static IMarkupProvider |
getMarkupProvider()
Get the currently active markup provider |
static ProviderManager |
getProviderManager()
Get the single instance of the ProviderManager |
static void |
initialise()
Initialise the provider manager - read in the definitions for all providers and initialise the content provider and markup provider classes |
static void |
setCurrent(ProviderDefinition definition)
Set the current provider definition. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String PROVIDER_EXTENSION
Method Detail |
public static IContentProvider getContentProvider()
public static IMarkupProvider getMarkupProvider()
public static void initialise()
public static ProviderManager getProviderManager()
public static ProviderDefinition[] getAllProviderDefinitions()
public static ProviderDefinition getCurrent()
public static void setCurrent(ProviderDefinition definition)
definition
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |