org.eclipse.ui.internal.cheatsheets.registry |
|
Java Source File Name | Type | Comment |
Category.java | Class | Category provides for hierarchical grouping of elements registered in the
registry. |
CheatSheetCollectionElement.java | Class | Instances of this class are a collection of CheatSheetCollectionElements,
thereby facilitating the definition of tree structures composed of
these elements. |
CheatSheetCollectionSorter.java | Class | A Viewer element sorter that sorts Elements by their name attribute. |
CheatSheetElement.java | Class | Instances represent registered cheatsheets or cheatsheets opened using the content file. |
CheatSheetItemExtensionElement.java | Class | Instances represent registered cheat sheet item extensions. |
CheatSheetParameterValues.java | Class | Provides the parameter values for the open cheat sheet command. |
CheatSheetRegistryReader.java | Class | |
RegistryReader.java | Class | Template implementation of a registry reader that creates objects
representing registry contents. |
Sorter.java | Class | The SortOperation takes a collection of objects and returns
a sorted collection of these objects. |