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 StringDataTypeDialog_EditTitleThe Data type dialog_ edit title.static StringDataTypeDialog_ErrorMsgInnerThe Data type dialog_ error msg inner.static StringDataTypeDialog_ErrorMsgInnerNameThe Data type dialog_ error msg inner name.static StringDataTypeDialog_ErrorMsgInnerTypeThe Data type dialog_ error msg inner type.static StringDataTypeDialog_ErrorMsgNameThe Data type dialog_ error msg name.static StringDataTypeDialog_NewTitleDefine the Title,Message and ErrorMassage of DataTypeDialog.static StringDataTypeDialog_ShellEditTitleThe Data type dialog_ shell edit title.static StringDataTypeDialog_ShellNewTitleThe Data type dialog_ shell new title.static StringParametersDialog_ErrorMsgInnerThe Parameters dialog_ error msg inner.static StringParametersDialog_TitleDefine 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.
-
-