public class AppData extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
APP_NAME
our application name
|
static String |
APP_USER_PROPERTIES
the name of our application properties
|
static String |
COPY_WHOLE_ROW_DEFAULT
default for the whole-row-copy-flag Boolean app property
|
static String |
COPY_WHOLE_ROW_KEY
key for the whole-row-copy-flag Boolean app property
|
static String |
COPY_WHOLE_ROW_PROPERTY
key for the whole-row-copy-flag BooleanProperty app model
|
static javafx.stage.FileChooser.ExtensionFilter |
CSV_EXTENSIONS
shared file chooser filter
|
static String |
CSV_SEPARATOR_DEFAULT
default for the CSV separator String app property
|
static String |
CSV_SEPARATOR_KEY
key for the CSV separator String app property
|
static String |
DEFAULT_AUTOFILTER |
static String |
DEFAULT_AUTOFILTER_KEY |
static String |
DEFAULT_DIR |
static String |
DEFAULT_DIR_KEY |
static String |
DEFAULT_FILTER_KEY |
static String |
DEFAULT_HEIGHT |
static String |
DEFAULT_HEIGHT_KEY |
static String |
DEFAULT_WIDTH |
static String |
DEFAULT_WIDTH_KEY |
static String |
DEFAULT_X |
static String |
DEFAULT_X_KEY |
static String |
DEFAULT_Y |
static String |
DEFAULT_Y_KEY |
static String |
ENCODING_NAME_DEFAULT
default for the encoding name String app property
|
static String |
ENCODING_NAME_KEY
key for the encoding name String app property
|
static String |
FILE_NAME_DEFAULT
default for the file name String app property
|
static String |
FILE_NAME_KEY
key for the file name String app property
|
static String |
FIRST_ROW_IS_HEADER_DEFAULT
default for the first-row-is-header Boolean app property
|
static String |
FIRST_ROW_IS_HEADER_KEY
key for the first-row-is-header Boolean app property
|
static String |
INPUT_SELECTION_DEFAULT
default for the input selection app property
|
static String |
INPUT_SELECTION_FILE
value for the input selection app property if we read from a CSV file
|
static String |
INPUT_SELECTION_KEY
key for the input selection app property
|
static String |
INPUT_SELECTION_TREE
value for the input selection app property if we read from a directory tree
|
static String |
MAIN_STAGE
argument key for the JavaFx main stage
|
static String |
TREE_NAME_DEFAULT
default for the tree path String app property
|
static String |
TREE_NAME_KEY
key for the tree path String app property
|
public static final String MAIN_STAGE
public static final String APP_NAME
public static final String APP_USER_PROPERTIES
public static final String FIRST_ROW_IS_HEADER_KEY
public static final String FIRST_ROW_IS_HEADER_DEFAULT
public static final String CSV_SEPARATOR_KEY
public static final String CSV_SEPARATOR_DEFAULT
public static final String COPY_WHOLE_ROW_PROPERTY
public static final String COPY_WHOLE_ROW_KEY
public static final String COPY_WHOLE_ROW_DEFAULT
public static final String INPUT_SELECTION_KEY
public static final String INPUT_SELECTION_FILE
public static final String INPUT_SELECTION_TREE
public static final String INPUT_SELECTION_DEFAULT
public static final String FILE_NAME_KEY
public static final String FILE_NAME_DEFAULT
public static final String TREE_NAME_KEY
public static final String TREE_NAME_DEFAULT
public static final String ENCODING_NAME_KEY
public static final String ENCODING_NAME_DEFAULT
public static final String DEFAULT_WIDTH_KEY
public static final String DEFAULT_WIDTH
public static final String DEFAULT_HEIGHT_KEY
public static final String DEFAULT_HEIGHT
public static final String DEFAULT_X_KEY
public static final String DEFAULT_X
public static final String DEFAULT_Y_KEY
public static final String DEFAULT_Y
public static final String DEFAULT_DIR_KEY
public static final String DEFAULT_DIR
public static final String DEFAULT_AUTOFILTER_KEY
public static final String DEFAULT_AUTOFILTER
public static final String DEFAULT_FILTER_KEY
public static final javafx.stage.FileChooser.ExtensionFilter CSV_EXTENSIONS
Copyright © 2022 Jürgen Zeller (privat). All rights reserved.