| java.lang.Object newprocess.diagram.providers.New_processAbstractParser
All known Subclasses: newprocess.diagram.providers.New_processStructuralFeaturesParser, newprocess.diagram.providers.New_processStructuralFeatureParser,
New_processAbstractParser | abstract public class New_processAbstractParser implements IParser(Code) | | |
Inner Class :protected class InvalidValue | |
Method Summary | |
protected MessageFormat | createEditProcessor(String editPattern) | protected MessageFormat | createViewProcessor(String viewPattern) | public IContentAssistProcessor | getCompletionProcessor(IAdaptable element) | public String | getEditPattern() | protected MessageFormat | getEditProcessor() | public String | getEditString(IAdaptable adapter, int flags) | protected ICommand | getModificationCommand(EObject element, EStructuralFeature feature, Object value) | public ICommand | getParseCommand(IAdaptable adapter, String newString, int flags) | abstract protected ICommand | getParseCommand(IAdaptable adapter, Object[] values) | public String | getPrintString(IAdaptable adapter, int flags) | abstract protected String | getStringByPattern(IAdaptable adapter, int flags, String pattern, MessageFormat processor) | protected Object | getValidNewValue(EStructuralFeature feature, Object value) | protected Object | getValidValue(EStructuralFeature feature, Object value) | public String | getViewPattern() | protected MessageFormat | getViewProcessor() | public IParserEditStatus | isValidEditString(IAdaptable element, String editString) | public void | setEditPattern(String editPattern) | public void | setViewPattern(String viewPattern) | protected IParserEditStatus | validateNewValues(Object[] values) |
getCompletionProcessor | public IContentAssistProcessor getCompletionProcessor(IAdaptable element)(Code) | | |
getEditString | public String getEditString(IAdaptable adapter, int flags)(Code) | | |
getModificationCommand | protected ICommand getModificationCommand(EObject element, EStructuralFeature feature, Object value)(Code) | | |
getParseCommand | public ICommand getParseCommand(IAdaptable adapter, String newString, int flags)(Code) | | |
getParseCommand | abstract protected ICommand getParseCommand(IAdaptable adapter, Object[] values)(Code) | | |
getPrintString | public String getPrintString(IAdaptable adapter, int flags)(Code) | | |
getValidNewValue | protected Object getValidNewValue(EStructuralFeature feature, Object value)(Code) | | |
getValidValue | protected Object getValidValue(EStructuralFeature feature, Object value)(Code) | | |
isValidEditString | public IParserEditStatus isValidEditString(IAdaptable element, String editString)(Code) | | |
setEditPattern | public void setEditPattern(String editPattern)(Code) | | |
setViewPattern | public void setViewPattern(String viewPattern)(Code) | | |
validateNewValues | protected IParserEditStatus validateNewValues(Object[] values)(Code) | | |
|
|