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