public static class ExtensionFileInputConfiguration.DefaultPropertyKeys extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CONFIG_ATTRIBUTE_NAME_KEY
Key for the property to specify the name of the (Simulizar) launch configuration attribute that will
contain the path of the selected file (or folder).
|
static String |
DEFAULT_URI_KEY
Key used to specify a default model file of folder location.
|
static String |
DIALOG_TITLE_KEY
Key used to specify a the title of the dialog that will be created on the
InterpreterFileNamesInputTab. |
static Class<String[]> |
EXPECTED_FILE_RESTRICTIONS_DATA_TYPE |
static Class<ExtensionInputType> |
EXPECTED_INPUT_TYPE_DATA_TYPE |
static String |
FILE_RESTRICTIONS_KEY
Key used to specify a collection of allowed file extensions in terms of a
String[]. |
static String |
GROUP_LABEL_KEY
Key used to specify a the label of the dialog group that will be created on the
InterpreterFileNamesInputTab. |
static String |
INPUT_TYPE_KEY
Key to specify whether a file or folder is to be selected by the user, denoted in terms
of the
ExtensionInputType enum. |
public static final String FILE_RESTRICTIONS_KEY
String[].
Each array element shall consist allowed extension (e.g., "*.txt").ExtensionInputType.FILE.public static final String DEFAULT_URI_KEY
public static final String DIALOG_TITLE_KEY
InterpreterFileNamesInputTab.public static final String GROUP_LABEL_KEY
InterpreterFileNamesInputTab.public static final String INPUT_TYPE_KEY
ExtensionInputType enum.public static final String CONFIG_ATTRIBUTE_NAME_KEY
public static final Class<String[]> EXPECTED_FILE_RESTRICTIONS_DATA_TYPE
public static final Class<ExtensionInputType> EXPECTED_INPUT_TYPE_DATA_TYPE