| java.lang.Object org.eclipse.ui.internal.services.RegistryPersistence org.eclipse.ui.internal.commands.CommandImagePersistence
CommandImagePersistence | final class CommandImagePersistence extends RegistryPersistence (Code) | |
Handles persistence for the command images.
This class is only intended for internal use within the
org.eclipse.ui.workbench plug-in.
PROVISIONAL. This class or interface has been added as part
of a work in progress. There is a guarantee neither that this API will work
nor that it will remain the same. Please do not use this API without
consulting with the Platform/UI team.
since: 3.2 |
Method Summary | |
final protected boolean | isChangeImportant(IRegistryChangeEvent event) | final protected void | read() Reads all of the command images from the registry. |
CommandImagePersistence | CommandImagePersistence(CommandImageManager commandImageManager, ICommandService commandService)(Code) | | Constructs a new instance of CommandImagePersistence .
Parameters: commandImageManager - The command image manager which should be populated with thevalues from the registry; must not be null . Parameters: commandService - The command service for the workbench; must not benull . |
isChangeImportant | final protected boolean isChangeImportant(IRegistryChangeEvent event)(Code) | | |
read | final protected void read()(Code) | | Reads all of the command images from the registry.
|
Fields inherited from org.eclipse.ui.internal.services.RegistryPersistence | final protected static Expression ERROR_EXPRESSION(Code)(Java Doc) protected boolean registryListenerAttached(Code)(Java Doc)
|
Methods inherited from org.eclipse.ui.internal.services.RegistryPersistence | final protected static void addElementToIndexedArray(IConfigurationElement elementToAdd, IConfigurationElement[][] indexedArray, int index, int currentCount)(Code)(Java Doc) final protected static void addWarning(List warningsToLog, String message, IConfigurationElement element)(Code)(Java Doc) final protected static void addWarning(List warningsToLog, String message, IConfigurationElement element, String id)(Code)(Java Doc) final protected static void addWarning(List warningsToLog, String message, IConfigurationElement element, String id, String extraAttributeName, String extraAttributeValue)(Code)(Java Doc) final protected static boolean checkClass(IConfigurationElement configurationElement, List warningsToLog, String message, String id)(Code)(Java Doc) public void dispose()(Code)(Java Doc) abstract protected boolean isChangeImportant(IRegistryChangeEvent event)(Code)(Java Doc) final protected static boolean isPulldown(IConfigurationElement element)(Code)(Java Doc) final protected static void logWarnings(List warningsToLog, String message)(Code)(Java Doc) protected void read()(Code)(Java Doc) final protected static boolean readBoolean(IConfigurationElement configurationElement, String attribute, boolean defaultValue)(Code)(Java Doc) final protected static String readOptional(IConfigurationElement configurationElement, String attribute)(Code)(Java Doc) final protected static ParameterizedCommand readParameterizedCommand(IConfigurationElement configurationElement, ICommandService commandService, List warningsToLog, String message, String id)(Code)(Java Doc) final protected static ParameterizedCommand readParameters(IConfigurationElement configurationElement, List warningsToLog, Command command)(Code)(Java Doc) final protected static String readRequired(IConfigurationElement configurationElement, String attribute, List warningsToLog, String message)(Code)(Java Doc) final protected static String readRequired(IConfigurationElement configurationElement, String attribute, List warningsToLog, String message, String id)(Code)(Java Doc) final protected static Expression readWhenElement(IConfigurationElement parentElement, String whenElementName, String id, List warningsToLog)(Code)(Java Doc)
|
|
|