public class MessageFormatParser extends AbstractParser
AbstractParser.InvalidValue
editableFeatures, features
Constructor and Description |
---|
MessageFormatParser(org.eclipse.emf.ecore.EAttribute[] features) |
MessageFormatParser(org.eclipse.emf.ecore.EAttribute[] features,
org.eclipse.emf.ecore.EAttribute[] editableFeatures) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
getDefaultEditablePattern() |
protected java.lang.String |
getDefaultPattern() |
protected java.text.MessageFormat |
getEditorProcessor() |
protected java.text.MessageFormat |
getEditProcessor() |
java.lang.String |
getEditString(org.eclipse.core.runtime.IAdaptable adapter,
int flags) |
org.eclipse.gmf.runtime.common.core.command.ICommand |
getParseCommand(org.eclipse.core.runtime.IAdaptable adapter,
java.lang.String newString,
int flags) |
java.lang.String |
getPrintString(org.eclipse.core.runtime.IAdaptable adapter,
int flags) |
protected java.text.MessageFormat |
getViewProcessor() |
org.eclipse.gmf.runtime.common.ui.services.parser.IParserEditStatus |
isValidEditString(org.eclipse.core.runtime.IAdaptable adapter,
java.lang.String editString) |
void |
setEditorPattern(java.lang.String editorPattern) |
void |
setEditPattern(java.lang.String editPattern) |
void |
setViewPattern(java.lang.String viewPattern) |
getCompletionProcessor, getEditableValues, getEditorPattern, getEditPattern, getModificationCommand, getParseCommand, getValidNewValue, getValue, getValues, getViewPattern, isAffectingEvent, isAffectingFeature, validateNewValues
public MessageFormatParser(org.eclipse.emf.ecore.EAttribute[] features)
public MessageFormatParser(org.eclipse.emf.ecore.EAttribute[] features, org.eclipse.emf.ecore.EAttribute[] editableFeatures)
protected java.lang.String getDefaultPattern()
public void setViewPattern(java.lang.String viewPattern)
setViewPattern
in class AbstractParser
public void setEditorPattern(java.lang.String editorPattern)
setEditorPattern
in class AbstractParser
protected java.text.MessageFormat getViewProcessor()
protected java.text.MessageFormat getEditorProcessor()
protected java.lang.String getDefaultEditablePattern()
public void setEditPattern(java.lang.String editPattern)
setEditPattern
in class AbstractParser
protected java.text.MessageFormat getEditProcessor()
public java.lang.String getEditString(org.eclipse.core.runtime.IAdaptable adapter, int flags)
public org.eclipse.gmf.runtime.common.ui.services.parser.IParserEditStatus isValidEditString(org.eclipse.core.runtime.IAdaptable adapter, java.lang.String editString)
public org.eclipse.gmf.runtime.common.core.command.ICommand getParseCommand(org.eclipse.core.runtime.IAdaptable adapter, java.lang.String newString, int flags)
public java.lang.String getPrintString(org.eclipse.core.runtime.IAdaptable adapter, int flags)