Eclipse Platform
Release 3.6

org.eclipse.help
Interface ICriteriaDefinitionContribution


public interface ICriteriaDefinitionContribution

Represents criteria definition contribution

Since:
3.5

Method Summary
 ICriteriaDefinition getCriteriaDefinition()
          Returns this contributions criteria definition.
 String getId()
          Returns a unique identifier for this criteria definition.
 String getLocale()
          Returns the locale for this contribution.
 

Method Detail

getId

String getId()
Returns a unique identifier for this criteria definition.

Returns:
the contribution's unique identifier

getCriteriaDefinition

ICriteriaDefinition getCriteriaDefinition()
Returns this contributions criteria definition.

Returns:
the criteria definition data for this contribution

getLocale

String getLocale()
Returns the locale for this contribution.

Returns:
the contribution's locale

Eclipse Platform
Release 3.6

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.