public interface ActionDescriptorValidator
ActionDescriptor.
This doesn't really do anything, and it's not a real EMF artifact.
It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended.
This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false.| Modifier and Type | Method and Description |
|---|---|
boolean |
validate() |
boolean |
validateExecutionMode(EActionExecutionMode value) |
boolean |
validateHasElementlist(ElementListStructure value) |
boolean |
validateHasTool(org.eclipse.emf.common.util.EList<RActionTool> value) |
boolean |
validateIcon(Icon value) |
boolean |
validateID(java.lang.String value) |
boolean |
validateKeyBindingContext(java.lang.String value) |
boolean |
validateKeySequence(java.lang.String value) |
boolean |
validateLabel(java.lang.String value) |
boolean |
validateLinkElementList(boolean value) |
boolean |
validateMassProcessing(boolean value) |
boolean |
validateRefreshList(boolean value) |
boolean |
validateRelatedCloseAction(ActionDescriptor value) |
boolean |
validateRelatedSaveAction(ActionDescriptor value) |
boolean |
validateShowProgressMonitor(boolean value) |
boolean |
validateTableViewID(java.lang.String value) |
boolean |
validateTableViewLabel(java.lang.String value) |
boolean validate()
boolean validateHasTool(org.eclipse.emf.common.util.EList<RActionTool> value)
boolean validateExecutionMode(EActionExecutionMode value)
boolean validateHasElementlist(ElementListStructure value)
boolean validateIcon(Icon value)
boolean validateKeyBindingContext(java.lang.String value)
boolean validateKeySequence(java.lang.String value)
boolean validateID(java.lang.String value)
boolean validateLabel(java.lang.String value)
boolean validateLinkElementList(boolean value)
boolean validateMassProcessing(boolean value)
boolean validateRefreshList(boolean value)
boolean validateRelatedCloseAction(ActionDescriptor value)
boolean validateRelatedSaveAction(ActionDescriptor value)
boolean validateTableViewID(java.lang.String value)
boolean validateTableViewLabel(java.lang.String value)
boolean validateShowProgressMonitor(boolean value)
Copyright © 2015 Micro Focus GmbH. All rights reserved.