pl.edu.agh.cast.navigator
Class NavigatorUtil

java.lang.Object
  extended by pl.edu.agh.cast.navigator.NavigatorUtil

public final class NavigatorUtil
extends Object

Utility methods for project navigator.

Author:
AGH CAST Team

Field Summary
static String PROVIDER_NAME_ATTR_ID
          ID of the name attribute of pl.edu.agh.cast.navigator extension point element.
static String PROVIDER_POINT_ATTR_ID
          ID of the point attribute of pl.edu.agh.cast.navigator extension point element.
 
Constructor Summary
NavigatorUtil()
           
 
Method Summary
static org.eclipse.core.runtime.IConfigurationElement[] getNavigatorConfiguration()
          Returns all configuration elements from all extensions defined for pl.edu.agh.cast.navigator extension point.
static Collection<INavigatorItemProvider> getNavigatorItemsProviders()
          Instantiates and returns all available navigator item provider extensions.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROVIDER_NAME_ATTR_ID

public static final String PROVIDER_NAME_ATTR_ID
ID of the name attribute of pl.edu.agh.cast.navigator extension point element.

See Also:
Constant Field Values

PROVIDER_POINT_ATTR_ID

public static final String PROVIDER_POINT_ATTR_ID
ID of the point attribute of pl.edu.agh.cast.navigator extension point element.

See Also:
Constant Field Values
Constructor Detail

NavigatorUtil

public NavigatorUtil()
Method Detail

getNavigatorConfiguration

public static org.eclipse.core.runtime.IConfigurationElement[] getNavigatorConfiguration()
Returns all configuration elements from all extensions defined for pl.edu.agh.cast.navigator extension point.

Returns:
array of configuration elements

getNavigatorItemsProviders

public static Collection<INavigatorItemProvider> getNavigatorItemsProviders()
Instantiates and returns all available navigator item provider extensions.

Returns:
collection of navigator item providers


Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.