Class Messages
java.lang.Object
org.eclipse.osgi.util.NLS
org.palladiosimulator.editors.commons.dialogs.Messages
Common class for all message bundle classes.
-
Field Summary
Modifier and TypeFieldDescriptionstatic String
The Data type dialog_ edit title.static String
The Data type dialog_ error msg inner.static String
The Data type dialog_ error msg inner name.static String
The Data type dialog_ error msg inner type.static String
The Data type dialog_ error msg name.static String
Define the Title,Message and ErrorMassage of DataTypeDialog.static String
The Data type dialog_ shell edit title.static String
The Data type dialog_ shell new title.static String
The Parameters dialog_ error msg inner.static String
Define the Title,Message and ErrorMassage of ParametersDialog. -
Constructor Summary
-
Method Summary
Methods inherited from class org.eclipse.osgi.util.NLS
bind, bind, bind, initializeMessages
-
Field Details
-
DataTypeDialog_NewTitle
Define the Title,Message and ErrorMassage of DataTypeDialog. -
DataTypeDialog_EditTitle
The Data type dialog_ edit title. -
DataTypeDialog_ShellNewTitle
The Data type dialog_ shell new title. -
DataTypeDialog_ShellEditTitle
The Data type dialog_ shell edit title. -
DataTypeDialog_ErrorMsgName
The Data type dialog_ error msg name. -
DataTypeDialog_ErrorMsgInner
The Data type dialog_ error msg inner. -
DataTypeDialog_ErrorMsgInnerName
The Data type dialog_ error msg inner name. -
DataTypeDialog_ErrorMsgInnerType
The Data type dialog_ error msg inner type. -
ParametersDialog_Title
Define the Title,Message and ErrorMassage of ParametersDialog. -
ParametersDialog_ErrorMsgInner
The Parameters dialog_ error msg inner.
-
-
Constructor Details
-
Messages
public Messages()
-