public final class VFSJFileChooserConstants extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ACCEPT_ALL_FILE_FILTER_USED_CHANGED_PROPERTY
Identifies whether a the AcceptAllFileFilter is used or not.
|
static String |
ACCESSORY_CHANGED_PROPERTY
Says that a different accessory component is in use
(for example, to preview files).
|
static String |
APPROVE_BUTTON_MNEMONIC_CHANGED_PROPERTY
Identifies change in the mnemonic for the approve (yes, ok) button.
|
static String |
APPROVE_BUTTON_TEXT_CHANGED_PROPERTY
Identifies change in the text on the approve (yes, ok) button.
|
static String |
APPROVE_BUTTON_TOOL_TIP_TEXT_CHANGED_PROPERTY
Identifies change in the tooltip text for the approve (yes, ok)
button.
|
static String |
APPROVE_SELECTION
Instruction to approve the current selection
(same as pressing yes or ok).
|
static File |
BOOKMARKS_FILE
The bookmarks file
|
static String |
CANCEL_SELECTION
Instruction to cancel the current selection.
|
static String |
CHOOSABLE_FILE_FILTER_CHANGED_PROPERTY
Identifies a change in the list of predefined file filters
the user can choose from.
|
static File |
CONFIG_DIRECTORY
The settings directory
|
static String |
CONTROL_BUTTONS_ARE_SHOWN_CHANGED_PROPERTY
Instruction to display the control buttons.
|
static String |
DIALOG_TITLE_CHANGED_PROPERTY
Identifies a change in the dialog title.
|
static String |
DIALOG_TYPE_CHANGED_PROPERTY
Identifies a change in the type of files displayed (files only,
directories only, or both files and directories).
|
static String |
DIRECTORY_CHANGED_PROPERTY
Identifies user's directory change.
|
static String |
FILE_FILTER_CHANGED_PROPERTY
User changed the kind of files to display.
|
static String |
FILE_HIDING_CHANGED_PROPERTY
Identifies a change in the display-hidden-files property.
|
static String |
FILE_SELECTION_MODE_CHANGED_PROPERTY
Identifies a change in the kind of selection (single,
multiple, etc.).
|
static String |
FILE_SYSTEM_VIEW_CHANGED_PROPERTY
Says that a different object is being used to find available drives
on the system.
|
static String |
FILE_VIEW_CHANGED_PROPERTY
Says that a different object is being used to retrieve file
information.
|
static File |
HOME_DIRECTORY
The user directory
|
static String |
MULTI_SELECTION_ENABLED_CHANGED_PROPERTY
Enables multiple-file selections.
|
static String |
SELECTED_FILE_CHANGED_PROPERTY
Identifies change in user's single-file selection.
|
static String |
SELECTED_FILES_CHANGED_PROPERTY
Identifies change in user's multiple-file selection.
|
static String |
SHOW_HIDDEN_PROP
Identifies hidden files
|
static String |
uiClassID |
| Constructor and Description |
|---|
VFSJFileChooserConstants() |
public static final File HOME_DIRECTORY
public static final File CONFIG_DIRECTORY
public static final File BOOKMARKS_FILE
public static final String uiClassID
public static final String CANCEL_SELECTION
public static final String APPROVE_SELECTION
public static final String APPROVE_BUTTON_TEXT_CHANGED_PROPERTY
public static final String APPROVE_BUTTON_TOOL_TIP_TEXT_CHANGED_PROPERTY
public static final String APPROVE_BUTTON_MNEMONIC_CHANGED_PROPERTY
public static final String CONTROL_BUTTONS_ARE_SHOWN_CHANGED_PROPERTY
public static final String DIRECTORY_CHANGED_PROPERTY
public static final String SELECTED_FILE_CHANGED_PROPERTY
public static final String SELECTED_FILES_CHANGED_PROPERTY
public static final String MULTI_SELECTION_ENABLED_CHANGED_PROPERTY
public static final String FILE_SYSTEM_VIEW_CHANGED_PROPERTY
public static final String FILE_VIEW_CHANGED_PROPERTY
public static final String FILE_HIDING_CHANGED_PROPERTY
public static final String FILE_FILTER_CHANGED_PROPERTY
public static final String FILE_SELECTION_MODE_CHANGED_PROPERTY
public static final String ACCESSORY_CHANGED_PROPERTY
public static final String ACCEPT_ALL_FILE_FILTER_USED_CHANGED_PROPERTY
public static final String DIALOG_TITLE_CHANGED_PROPERTY
public static final String DIALOG_TYPE_CHANGED_PROPERTY
public static final String CHOOSABLE_FILE_FILTER_CHANGED_PROPERTY
public static final String SHOW_HIDDEN_PROP
Copyright © 2020. All rights reserved.