Class MessageFormatParser
java.lang.Object
de.uka.ipd.sdq.pcm.gmf.seff.parsers.AbstractParser
de.uka.ipd.sdq.pcm.gmf.seff.parsers.MessageFormatParser
- All Implemented Interfaces:
org.eclipse.gmf.runtime.common.ui.services.parser.IParser
- Generated class or method.
-
Nested Class Summary
Nested classes/interfaces inherited from class de.uka.ipd.sdq.pcm.gmf.seff.parsers.AbstractParser
AbstractParser.InvalidValue
-
Field Summary
Fields inherited from class de.uka.ipd.sdq.pcm.gmf.seff.parsers.AbstractParser
editableFeatures, features
-
Constructor Summary
ConstructorDescriptionMessageFormatParser
(EAttribute[] features) MessageFormatParser
(EAttribute[] features, EAttribute[] editableFeatures) -
Method Summary
Modifier and TypeMethodDescriptionprotected String
protected String
protected MessageFormat
Gets the editor processor.protected MessageFormat
Gets the edits the processor.getEditString
(IAdaptable adapter, int flags) org.eclipse.gmf.runtime.common.core.command.ICommand
getParseCommand
(IAdaptable adapter, String newString, int flags) getPrintString
(IAdaptable adapter, int flags) protected MessageFormat
Gets the view processor.org.eclipse.gmf.runtime.common.ui.services.parser.IParserEditStatus
isValidEditString
(IAdaptable adapter, String editString) void
setEditorPattern
(String editorPattern) void
setEditPattern
(String editPattern) void
setViewPattern
(String viewPattern) Methods inherited from class de.uka.ipd.sdq.pcm.gmf.seff.parsers.AbstractParser
getCompletionProcessor, getEditableValues, getEditorPattern, getEditPattern, getModificationCommand, getParseCommand, getValidNewValue, getValue, getValues, getViewPattern, isAffectingEvent, isAffectingFeature, validateNewValues
-
Constructor Details
-
MessageFormatParser
- Generated class or method.
-
MessageFormatParser
- Generated class or method.
-
-
Method Details
-
getDefaultPattern
- Generated class or method.
-
setViewPattern
- Overrides:
setViewPattern
in classAbstractParser
- Generated class or method.
-
getViewProcessor
Gets the view processor.- Returns:
- the view processor
- Generated class or method.
- not Changes made to generated Method: Added internationalLocale to ensure correct display of decimal values.
-
setEditorPattern
- Overrides:
setEditorPattern
in classAbstractParser
- Generated class or method.
-
getEditorProcessor
Gets the editor processor.- Returns:
- the editor processor
- Generated class or method.
- not Changes made to generated Method: Added internationalLocale to ensure correct display of decimal values.
-
getDefaultEditablePattern
- Generated class or method.
-
setEditPattern
- Overrides:
setEditPattern
in classAbstractParser
- Generated class or method.
-
getEditProcessor
Gets the edits the processor.- Returns:
- the edits the processor
- Generated class or method.
- not Changes made to generated Method: Added internationalLocale to ensure correct display of decimal values.
-
getPrintString
- Generated class or method.
-
getEditString
- Generated class or method.
-
isValidEditString
public org.eclipse.gmf.runtime.common.ui.services.parser.IParserEditStatus isValidEditString(IAdaptable adapter, String editString) - Generated class or method.
-
getParseCommand
public org.eclipse.gmf.runtime.common.core.command.ICommand getParseCommand(IAdaptable adapter, String newString, int flags) - Generated class or method.
-