org.eclipse.wst.common.snippets.core
Interface ISnippetCategory

All Superinterfaces:
ISnippetsEntry

public interface ISnippetCategory
extends ISnippetsEntry

Represents a category containing individual snippets.

Clients are not intended to implement this interface.

Since:
1.0

Field Summary
 
Fields inherited from interface org.eclipse.wst.common.snippets.core.ISnippetsEntry
SNIPPET_SOURCE_PLUGINS, SNIPPET_SOURCE_USER, SNIPPET_SOURCE_WORKSPACE
 
Method Summary
 ISnippetItem[] getItems()
           
 
Methods inherited from interface org.eclipse.wst.common.snippets.core.ISnippetsEntry
getDescription, getFilters, getId, getLabel, getSourceDescriptor, getSourceType
 

Method Detail

getItems

ISnippetItem[] getItems()
Returns:
an array of the items within this category